kde-apps/libkipi: Drop USE=minimal and split out icons
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>
Sun, 15 May 2016 19:21:41 +0000 (21:21 +0200)
committerJohannes Huber <johu@gentoo.org>
Thu, 19 May 2016 14:16:38 +0000 (16:16 +0200)
Package-Manager: portage-2.2.28

Signed-off-by: Johannes Huber <johu@gentoo.org>
kde-apps/libkipi/libkipi-15.08.3-r1.ebuild [new file with mode: 0644]

diff --git a/kde-apps/libkipi/libkipi-15.08.3-r1.ebuild b/kde-apps/libkipi/libkipi-15.08.3-r1.ebuild
new file mode 100644 (file)
index 0000000..b7f2c6d
--- /dev/null
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit kde4-base
+
+DESCRIPTION="A library for image plugins accross KDE applications"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+DEPEND=""
+RDEPEND="|| ( >=kde-base/legacy-icons-4.11.22-r1 kde-apps/libkipi:5 )"
+
+src_install() {
+       kde4-base_src_install
+       rm -r "${ED}"usr/share/icons || die
+}