summaryrefslogtreecommitdiff
path: root/kde-apps/kde-dev-scripts/kde-dev-scripts-16.04.2.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2016-06-15 01:53:30 +0200
committerAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2016-06-15 16:59:40 +0200
commitf685c572dbe48d742681abf7344ec4d3f9fb18bf (patch)
tree522fcebf33cfaf68da5e0402852b583dae54c53b /kde-apps/kde-dev-scripts/kde-dev-scripts-16.04.2.ebuild
parent8f5075bd05e725d7dbb201431ff43f545d813c74 (diff)
downloadkde-f685c572dbe48d742681abf7344ec4d3f9fb18bf.tar.gz
kde-f685c572dbe48d742681abf7344ec4d3f9fb18bf.tar.bz2
kde-f685c572dbe48d742681abf7344ec4d3f9fb18bf.zip
kde-apps: Version bump to 16.04.2
Package-Manager: portage-2.2.28
Diffstat (limited to 'kde-apps/kde-dev-scripts/kde-dev-scripts-16.04.2.ebuild')
-rw-r--r--kde-apps/kde-dev-scripts/kde-dev-scripts-16.04.2.ebuild31
1 files changed, 31 insertions, 0 deletions
diff --git a/kde-apps/kde-dev-scripts/kde-dev-scripts-16.04.2.ebuild b/kde-apps/kde-dev-scripts/kde-dev-scripts-16.04.2.ebuild
new file mode 100644
index 00000000000..a320756155c
--- /dev/null
+++ b/kde-apps/kde-dev-scripts/kde-dev-scripts-16.04.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_HANDBOOK="true"
+inherit kde5
+
+DESCRIPTION="KDE Development Scripts"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# kdelibs4support - required for kdex.dtd
+# kdoctools - to use ECM instead of kdelibs4
+DEPEND="
+ $(add_frameworks_dep kdelibs4support)
+ $(add_frameworks_dep kdoctools)
+"
+RDEPEND="
+ app-arch/advancecomp
+ media-gfx/optipng
+ dev-perl/XML-DOM
+"
+
+src_prepare() {
+ # bug 275069
+ sed -ie 's:colorsvn::' CMakeLists.txt || die
+
+ kde5_src_prepare
+}