aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-02-05 13:58:37 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-02-05 14:02:08 +0100
commit4b0da839bb74aa4ebc2ff0e913caf2ca2c15b962 (patch)
tree98b84767d91c63e95326cf412ee66630ae67d3c3
parentkde-frameworks/kcmutils: Add missing dev-qt/qtdeclarative[widgets] dep (diff)
downloadkde-4b0da839.tar.gz
kde-4b0da839.tar.bz2
kde-4b0da839.zip
kde-frameworks/syntax-highlighting: Add missing DEPEND, drop examples
Upstream commit 6db41ca680849a7f567229e18d0ed700dd7369b1 Gentoo-bug: 608298 Thanks-to: Toralf Förster Drop examples, nothing is installed, only use of Qt5Widgets Upstream commit 4600379aaf2a0e04d86ed0262178826d6589e4fc Package-Manager: portage-2.3.3
-rw-r--r--kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild
index 8a6abc0937..e6deca3204 100644
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-9999.ebuild
@@ -18,9 +18,13 @@ RDEPEND="
$(add_qt_dep qtxmlpatterns)
"
DEPEND="${RDEPEND}
+ $(add_qt_dep linguist-tools)
dev-lang/perl
- test? ( $(add_qt_dep qtwidgets) )
"
+src_prepare() {
+ kde5_src_prepare
+ cmake_comment_add_subdirectory examples # nothing is installed
+}
src_install() {
kde5_src_install