diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-12 12:09:28 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-12 12:45:37 +0100 |
commit | 7ab904a3b3b7ded4ad0f34963d4968f5a82cb633 (patch) | |
tree | b016a4b40c22c268090535245837e8d2ad6b9865 /kde-misc | |
parent | kde-misc/kdiff3: Port away from kde5.eclass, update HOMEPAGE (diff) | |
download | gentoo-7ab904a3b3b7ded4ad0f34963d4968f5a82cb633.tar.gz gentoo-7ab904a3b3b7ded4ad0f34963d4968f5a82cb633.tar.bz2 gentoo-7ab904a3b3b7ded4ad0f34963d4968f5a82cb633.zip |
kde-misc/kolor-manager: Port to ecm.eclass and kde.org.eclass
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/kolor-manager/kolor-manager-1.1.0.ebuild | 16 |
1 files changed, 9 insertions, 7 deletions
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 |