summaryrefslogtreecommitdiff
path: root/kde-misc/kolor-manager
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /kde-misc/kolor-manager
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'kde-misc/kolor-manager')
-rw-r--r--kde-misc/kolor-manager/Manifest2
-rw-r--r--kde-misc/kolor-manager/kolor-manager-1.1.0.ebuild16
2 files changed, 10 insertions, 8 deletions
diff --git a/kde-misc/kolor-manager/Manifest b/kde-misc/kolor-manager/Manifest
index 1c218e9dc60e..ae128dc0d705 100644
--- a/kde-misc/kolor-manager/Manifest
+++ b/kde-misc/kolor-manager/Manifest
@@ -1,4 +1,4 @@
AUX kolor-manager-1.1.0-deps.patch 1012 BLAKE2B 8ac2811a43fbcabb4a61df44b9029e5ee603c38d191ad8025ad153764d108eae2a43464f7b683f9884d098b584595f457385ce1d936d5e143583715c529786d4 SHA512 fa236ba48c22ede9b774b607fa5cfe413a055571c113466e6b58a8f8a4d47c21e433fabaad324db5a3cefa4404506f0634cff619cff7cf8e2f01bddbd9be1f59
DIST kolor-manager-1.1.0.tar.gz 37756 BLAKE2B 85aaad99c7c29e6cf58deea19d30aed4b4b09059e4f1681c005a08e6550d68cc171a1f43a775bbbab8f50476642c4956b67a8e600cb590035fedee03617f1249 SHA512 52bfc162d1162f8c75f627beed322d4a79a2fa6bf955ff669e5809975b160f5af3d8174a867fd629f8ae3c8d65a7ea8409b059786d062ff725cf5552348e1893
-EBUILD kolor-manager-1.1.0.ebuild 655 BLAKE2B bbe0f8409ba29f68a9cba97ee0da16983bdb9ebb742c21dc4cf57bde7b76265ab85b72813c9cee842689bda38b5a75e8bba81fd5d57f4d266c6930e94c7a8fd2 SHA512 7cace444c4642963e8381987df155466c0cdfae119e274ae11fa7363e91ac1a37c7c6250c6f6f17eac32ab2ebc921834de24decc4791bf23f7541ab5e33cc352
+EBUILD kolor-manager-1.1.0.ebuild 713 BLAKE2B b7451029898b3535ec29c00b4b8343e86705ab7721097dc409aea54e497e3396c5f1d5cf8f633b7900f968ce3326efc73d5cbee6abefaf1a5a8efd349ef2bffa SHA512 38b14e1de363c5d2cf80220314301b91af612a31e93f2c7b8c8e95b05fd6b0702dd57123411a00ed891aa1147c6473de0410e1f4725cae2c020547032a442d3f
MISC metadata.xml 249 BLAKE2B d27faa1c4af97c82d07fbf011527c00fb5f78b54db9f25d5a10219cf1535fd3739813e14fc9e22e16bac33ca6de5a3bc278f2646d8c4606b09207c9667b27fc3 SHA512 fa397cf016d93ccf5928803e27e732a4636b84fd7409f88c3a3a81634c15ab67621cda9333393a8ce05d7245a4fe75aa303d9e51dc2d78dff95161c5e887b618
diff --git a/kde-misc/kolor-manager/kolor-manager-1.1.0.ebuild b/kde-misc/kolor-manager/kolor-manager-1.1.0.ebuild
index 0403154bd510..3236f33d98ad 100644
--- a/kde-misc/kolor-manager/kolor-manager-1.1.0.ebuild
+++ b/kde-misc/kolor-manager/kolor-manager-1.1.0.ebuild
@@ -1,23 +1,25 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit kde5
+KFMIN=5.60.0
+QTMIN=5.12.3
+inherit ecm kde.org
DESCRIPTION="KControl module for Oyranos CMS cross desktop settings"
HOMEPAGE="https://www.oyranos.org/kolormanager"
SRC_URI="https://github.com/KDE/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD-2"
+SLOT="5"
KEYWORDS="~amd64 ~x86"
-IUSE=""
DEPEND="
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep ki18n)
- $(add_qt_dep qtwidgets)
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
media-gfx/synnefo
media-libs/libXcm
>=media-libs/oyranos-0.9.6