summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-11-04 16:50:11 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-11-10 18:06:53 +0100
commitcc403116185501b65c67ccfb61515cec1141e668 (patch)
treeb01754f07e6f37012f67f309e854d2ca8de184d2 /kde-frameworks/syntax-highlighting
parent0ccd1aee6d197ff675c6edc73c98aed842a15ba0 (diff)
downloadkde-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/syntax-highlighting')
-rw-r--r--kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild15
1 files changed, 8 insertions, 7 deletions
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild
index cc8218f4baa..1fb339c1684 100644
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild
@@ -3,8 +3,9 @@
EAPI=7
-KDE_TEST="forceoptional"
-inherit kde5
+ECM_TEST="forceoptional"
+QTMIN=5.12.3
+inherit ecm kde.org
DESCRIPTION="Framework for syntax highlighting"
LICENSE="LGPL-2+ LGPL-2.1+"
@@ -13,16 +14,16 @@ IUSE="nls"
BDEPEND="
dev-lang/perl
- nls? ( $(add_qt_dep linguist-tools) )
+ nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
"
DEPEND="
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtxmlpatterns)
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtnetwork-${QTMIN}:5
+ >=dev-qt/qtxmlpatterns-${QTMIN}:5
"
RDEPEND="${DEPEND}"
src_install() {
- kde5_src_install
+ ecm_src_install
dobin "${BUILD_DIR}"/bin/katehighlightingindexer
}