diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-08 02:48:58 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-08 02:48:58 +0100 |
| commit | 4aad2610b4d146670da328599b0e2d8dcb83cb0a (patch) | |
| tree | 31894fa46ecd14d2f6f9047309b181515541c309 /kde-apps/kde-dev-scripts/kde-dev-scripts-18.12.1.ebuild | |
| parent | e78c6ecf5cd6d4afe4e52dd77f973c33ac6389b7 (diff) | |
| download | kde-4aad2610b4d146670da328599b0e2d8dcb83cb0a.tar.gz kde-4aad2610b4d146670da328599b0e2d8dcb83cb0a.tar.bz2 kde-4aad2610b4d146670da328599b0e2d8dcb83cb0a.zip | |
kde-apps: Add KDE Applications 18.12.1
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kde-dev-scripts/kde-dev-scripts-18.12.1.ebuild')
| -rw-r--r-- | kde-apps/kde-dev-scripts/kde-dev-scripts-18.12.1.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/kde-apps/kde-dev-scripts/kde-dev-scripts-18.12.1.ebuild b/kde-apps/kde-dev-scripts/kde-dev-scripts-18.12.1.ebuild new file mode 100644 index 00000000000..8a92e122ea8 --- /dev/null +++ b/kde-apps/kde-dev-scripts/kde-dev-scripts-18.12.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +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=" + !kde-apps/kde4-l10n + app-arch/advancecomp + media-gfx/optipng + dev-perl/XML-DOM +" + +src_prepare() { + # bug 275069 + sed -ie 's:colorsvn::' CMakeLists.txt || die + + kde5_src_prepare +} |
