summaryrefslogtreecommitdiff
path: root/kde-apps/dolphin-plugins-bazaar/dolphin-plugins-bazaar-9999.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-11-04 21:56:06 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-11-10 18:06:54 +0100
commit8f795471321d535b10c7395612bccc6824a33094 (patch)
tree9ecf5d9777a2a92d6e2c48de9c0b1ec9ed7b4306 /kde-apps/dolphin-plugins-bazaar/dolphin-plugins-bazaar-9999.ebuild
parent488f765a65ba775083a645e60d5a3185ba3c5e6a (diff)
downloadkde-8f795471321d535b10c7395612bccc6824a33094.tar.gz
kde-8f795471321d535b10c7395612bccc6824a33094.tar.bz2
kde-8f795471321d535b10c7395612bccc6824a33094.zip
kde-apps: Port 9999 to ecm.eclass and kde.org.eclass
Added/updated HOMEPAGE in many places. Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/dolphin-plugins-bazaar/dolphin-plugins-bazaar-9999.ebuild')
-rw-r--r--kde-apps/dolphin-plugins-bazaar/dolphin-plugins-bazaar-9999.ebuild35
1 files changed, 21 insertions, 14 deletions
diff --git a/kde-apps/dolphin-plugins-bazaar/dolphin-plugins-bazaar-9999.ebuild b/kde-apps/dolphin-plugins-bazaar/dolphin-plugins-bazaar-9999.ebuild
index 12b213b98c6..1614a0429b9 100644
--- a/kde-apps/dolphin-plugins-bazaar/dolphin-plugins-bazaar-9999.ebuild
+++ b/kde-apps/dolphin-plugins-bazaar/dolphin-plugins-bazaar-9999.ebuild
@@ -3,23 +3,30 @@
EAPI=7
-KMNAME="dolphin-plugins"
-KDE_HANDBOOK="false"
+ECM_HANDBOOK="false"
+KDE_ORG_NAME="dolphin-plugins"
MY_PLUGIN_NAME="bazaar"
-inherit kde5
+PVCUT=$(ver_cut 1-3)
+KFMIN=5.63.0
+QTMIN=5.12.3
+inherit ecm kde.org
DESCRIPTION="Dolphin plugin for Bazaar integration"
+HOMEPAGE="https://kde.org/applications/system/org.kde.dolphin_plugins"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
KEYWORDS=""
IUSE=""
DEPEND="
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep ktextwidgets)
- $(add_kdeapps_dep dolphin)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/ktextwidgets-${KFMIN}:5
+ >=kde-apps/dolphin-${PVCUT}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
"
RDEPEND="${DEPEND}
!kde-apps/dolphin-plugins:5
@@ -27,10 +34,10 @@ RDEPEND="${DEPEND}
"
src_prepare() {
- kde5_src_prepare
+ ecm_src_prepare
# kxmlgui, qtnetwork only required by dropbox
- punt_bogus_dep Qt5 Network
- punt_bogus_dep KF5 XmlGui
+ ecm_punt_bogus_dep Qt5 Network
+ ecm_punt_bogus_dep KF5 XmlGui
# delete non-${PN} translations
if [[ ${KDE_BUILD_TYPE} = release ]]; then
find po -type f -name "*po" -and -not -name "*${MY_PLUGIN_NAME}plugin" -delete || die
@@ -45,5 +52,5 @@ src_configure() {
-DBUILD_hg=OFF
-DBUILD_svn=OFF
)
- kde5_src_configure
+ ecm_src_configure
}