diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-04 16:50:11 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-10 18:06:53 +0100 |
| commit | cc403116185501b65c67ccfb61515cec1141e668 (patch) | |
| tree | b01754f07e6f37012f67f309e854d2ca8de184d2 /kde-frameworks/kwallet/kwallet-9999.ebuild | |
| parent | 0ccd1aee6d197ff675c6edc73c98aed842a15ba0 (diff) | |
| download | kde-cc403116185501b65c67ccfb61515cec1141e668.tar.gz kde-cc403116185501b65c67ccfb61515cec1141e668.tar.bz2 kde-cc403116185501b65c67ccfb61515cec1141e668.zip | |
kde-frameworks: Port 9999 to ecm.eclass and kde.org.eclass
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kwallet/kwallet-9999.ebuild')
| -rw-r--r-- | kde-frameworks/kwallet/kwallet-9999.ebuild | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/kde-frameworks/kwallet/kwallet-9999.ebuild b/kde-frameworks/kwallet/kwallet-9999.ebuild index 1331ea06900..bc839a1bb5f 100644 --- a/kde-frameworks/kwallet/kwallet-9999.ebuild +++ b/kde-frameworks/kwallet/kwallet-9999.ebuild @@ -3,7 +3,9 @@ EAPI=7 -inherit kde5 +PVCUT=$(ver_cut 1-2) +QTMIN=5.12.3 +inherit ecm kde.org DESCRIPTION="Framework providing desktop-wide storage for passwords" LICENSE="LGPL-2+" @@ -11,21 +13,21 @@ KEYWORDS="" IUSE="gpg +man" BDEPEND=" - man? ( $(add_frameworks_dep kdoctools) ) + man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 ) " DEPEND=" - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) + >=kde-frameworks/kconfig-${PVCUT}:5 + >=kde-frameworks/kconfigwidgets-${PVCUT}:5 + >=kde-frameworks/kcoreaddons-${PVCUT}:5 + >=kde-frameworks/kdbusaddons-${PVCUT}:5 + >=kde-frameworks/ki18n-${PVCUT}:5 + >=kde-frameworks/knotifications-${PVCUT}:5 + >=kde-frameworks/kservice-${PVCUT}:5 + >=kde-frameworks/kwidgetsaddons-${PVCUT}:5 + >=kde-frameworks/kwindowsystem-${PVCUT}:5 + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 dev-libs/libgcrypt:0= gpg? ( >=app-crypt/gpgme-1.7.1[cxx,qt5] ) " @@ -37,7 +39,7 @@ src_configure() { $(cmake-utils_use_find_package man KF5DocTools) ) - kde5_src_configure + ecm_src_configure } pkg_postinst() { |
