Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde-sunset:master commit in: kde-apps/thumbnailers/
Date: Fri, 29 Jul 2016 18:27:58
Message-Id: 1469816753.9b12f2a06b0f25aabcc2a049aa8d4da63e5388a5.johu@gentoo
1 commit: 9b12f2a06b0f25aabcc2a049aa8d4da63e5388a5
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 29 18:25:43 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 29 18:25:53 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=9b12f2a0
7
8 kde-apps/thumbnailers: Import latest slot 4 version
9
10 From gentoo main tree.
11
12 Package-Manager: portage-2.3.0
13
14 kde-apps/thumbnailers/thumbnailers-15.08.3.ebuild | 24 +++++++++++++++++++++++
15 1 file changed, 24 insertions(+)
16
17 diff --git a/kde-apps/thumbnailers/thumbnailers-15.08.3.ebuild b/kde-apps/thumbnailers/thumbnailers-15.08.3.ebuild
18 new file mode 100644
19 index 0000000..0fed1d1
20 --- /dev/null
21 +++ b/kde-apps/thumbnailers/thumbnailers-15.08.3.ebuild
22 @@ -0,0 +1,24 @@
23 +# Copyright 1999-2016 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Id$
26 +
27 +EAPI=5
28 +
29 +KMNAME="kdegraphics-thumbnailers"
30 +inherit kde4-base
31 +
32 +DESCRIPTION="KDE 4 thumbnail generators for PDF/PS files"
33 +KEYWORDS="~amd64 ~arm ~x86"
34 +IUSE="debug"
35 +
36 +DEPEND="
37 + $(add_kdeapps_dep libkdcraw)
38 + $(add_kdeapps_dep libkexiv2)
39 +"
40 +RDEPEND="${DEPEND}
41 + $(add_kdeapps_dep kdebase-kioslaves)
42 +"
43 +
44 +if [[ ${KDE_BUILD_TYPE} != live ]]; then
45 + S="${WORKDIR}/${KMNAME}-${PV}"
46 +fi