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/ksnapshot/
Date: Thu, 14 Jul 2016 17:44:35
Message-Id: 1468518246.5514ddc19286f54300fd06e7c9a42ebff5dbffa8.johu@gentoo
1 commit: 5514ddc19286f54300fd06e7c9a42ebff5dbffa8
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 14 17:41:28 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 14 17:44:06 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=5514ddc1
7
8 kde-apps/ksnapshot: Import latest from main tree
9
10 Is last rited in gentoo main tree. No further releases.
11 This is the place to be!
12
13 Package-Manager: portage-2.3.0
14
15 kde-apps/ksnapshot/ksnapshot-15.08.3-r1.ebuild | 38 ++++++++++++++++++++++++++
16 kde-apps/ksnapshot/metadata.xml | 3 ++
17 2 files changed, 41 insertions(+)
18
19 diff --git a/kde-apps/ksnapshot/ksnapshot-15.08.3-r1.ebuild b/kde-apps/ksnapshot/ksnapshot-15.08.3-r1.ebuild
20 new file mode 100644
21 index 0000000..fc8f0be
22 --- /dev/null
23 +++ b/kde-apps/ksnapshot/ksnapshot-15.08.3-r1.ebuild
24 @@ -0,0 +1,38 @@
25 +# Copyright 1999-2016 Gentoo Foundation
26 +# Distributed under the terms of the GNU General Public License v2
27 +# $Id$
28 +
29 +EAPI=5
30 +MY_PV=2015.12
31 +
32 +KDE_HANDBOOK="optional"
33 +inherit kde4-base
34 +
35 +DESCRIPTION="KDE Screenshot Utility"
36 +HOMEPAGE="https://www.kde.org/applications/graphics/ksnapshot/"
37 +SRC_URI="mirror://kde/stable/apps/KDE4.x/utils/${PN}-${MY_PV}.tar.xz"
38 +
39 +KEYWORDS="~amd64 ~arm ~x86"
40 +IUSE="debug kipi"
41 +
42 +DEPEND="
43 + x11-libs/libXfixes
44 + !aqua? (
45 + x11-libs/libX11
46 + x11-libs/libXext
47 + )
48 + kipi? ( $(add_kdeapps_dep libkipi) )
49 +"
50 +RDEPEND="${DEPEND}
51 + !<kde-plasma/khotkeys-5.4.3-r1:5
52 +"
53 +
54 +S="${WORKDIR}/${PN}-${MY_PV}"
55 +
56 +src_configure() {
57 + local mycmakeargs=(
58 + $(cmake-utils_use_with kipi)
59 + )
60 +
61 + kde4-base_src_configure
62 +}
63
64 diff --git a/kde-apps/ksnapshot/metadata.xml b/kde-apps/ksnapshot/metadata.xml
65 index 6f49eba..92c2acd 100644
66 --- a/kde-apps/ksnapshot/metadata.xml
67 +++ b/kde-apps/ksnapshot/metadata.xml
68 @@ -2,4 +2,7 @@
69 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
70 <pkgmetadata>
71 <!-- maintainer-needed -->
72 + <use>
73 + <flag name="kipi">Support for the KDE Image Plugin Interface.</flag>
74 + </use>
75 </pkgmetadata>