commit: 9b12f2a06b0f25aabcc2a049aa8d4da63e5388a5
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 29 18:25:43 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Jul 29 18:25:53 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=9b12f2a0
kde-apps/thumbnailers: Import latest slot 4 version
>From gentoo main tree.
Package-Manager: portage-2.3.0
kde-apps/thumbnailers/thumbnailers-15.08.3.ebuild | 24 +++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/kde-apps/thumbnailers/thumbnailers-15.08.3.ebuild
b/kde-apps/thumbnailers/thumbnailers-15.08.3.ebuild
new file mode 100644
index 0000000..0fed1d1
--- /dev/null
+++ b/kde-apps/thumbnailers/thumbnailers-15.08.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KMNAME="kdegraphics-thumbnailers"
+inherit kde4-base
+
+DESCRIPTION="KDE 4 thumbnail generators for PDF/PS files"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="debug"
+
+DEPEND="
+ $(add_kdeapps_dep libkdcraw)
+ $(add_kdeapps_dep libkexiv2)
+"
+RDEPEND="${DEPEND}
+ $(add_kdeapps_dep kdebase-kioslaves)
+"
+
+if [[ ${KDE_BUILD_TYPE} != live ]]; then
+ S="${WORKDIR}/${KMNAME}-${PV}"
+fi