diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-13 02:48:03 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-13 02:59:25 +0100 |
| commit | 62fbd45389fa5ad371700416d55993463d945fc3 (patch) | |
| tree | c5236f65af530f580eb78c4426a9a0283b246b4b | |
| parent | aa414d2a3879a65e92b0efbdfe6b508be6bde5b9 (diff) | |
| download | kde-62fbd45389fa5ad371700416d55993463d945fc3.tar.gz kde-62fbd45389fa5ad371700416d55993463d945fc3.tar.bz2 kde-62fbd45389fa5ad371700416d55993463d945fc3.zip | |
kde-apps/kaccounts-mobile: Port to ecm.eclass and kde.org.eclass
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| -rw-r--r-- | kde-apps/kaccounts-mobile/kaccounts-mobile-9999.ebuild | 30 |
1 files changed, 17 insertions, 13 deletions
diff --git a/kde-apps/kaccounts-mobile/kaccounts-mobile-9999.ebuild b/kde-apps/kaccounts-mobile/kaccounts-mobile-9999.ebuild index 8ba6e81e954..2b36d527457 100644 --- a/kde-apps/kaccounts-mobile/kaccounts-mobile-9999.ebuild +++ b/kde-apps/kaccounts-mobile/kaccounts-mobile-9999.ebuild @@ -3,12 +3,16 @@ EAPI=7 -inherit kde5 +PVCUT=$(ver_cut 1-3) +KFMIN=5.60.0 +QTMIN=5.12.3 +inherit ecm kde.org DESCRIPTION="KDE accounts providers" HOMEPAGE="https://community.kde.org/KTp" -LICENSE="LGPL-2.1" +LICENSE="LGPL-2.1" +SLOT="5" KEYWORDS="" IUSE="google" @@ -16,20 +20,20 @@ BDEPEND=" virtual/pkgconfig " DEPEND=" - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kcontacts) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_qt_dep qtdeclarative) - $(add_qt_dep qtgui) - $(add_qt_dep qtnetwork) - $(add_qt_dep qtxml) + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtnetwork-${QTMIN}:5 + >=dev-qt/qtxml-${QTMIN}:5 + >=kde-frameworks/kconfig-${KFMIN}:5 + >=kde-frameworks/kcontacts-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kio-${KFMIN}:5 net-libs/accounts-qt net-libs/signond google? ( - $(add_kdeapps_dep libkgapi) >=dev-qt/qtwebkit-5.212.0_pre20180120:5 + >=kde-apps/libkgapi-${PVCUT}:5 ) " RDEPEND="${DEPEND}" @@ -40,5 +44,5 @@ src_configure() { $(cmake-utils_use_find_package google Qt5WebKitWidgets) ) - kde5_src_configure + ecm_src_configure } |
