public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde-sunset:master commit in: kde-apps/ksnapshot/
@ 2016-07-14 17:44 Johannes Huber
  0 siblings, 0 replies; 2+ messages in thread
From: Johannes Huber @ 2016-07-14 17:44 UTC (permalink / raw
  To: gentoo-commits

commit:     5514ddc19286f54300fd06e7c9a42ebff5dbffa8
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 14 17:41:28 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Jul 14 17:44:06 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=5514ddc1

kde-apps/ksnapshot: Import latest from main tree

Is last rited in gentoo main tree. No further releases.
This is the place to be!

Package-Manager: portage-2.3.0

 kde-apps/ksnapshot/ksnapshot-15.08.3-r1.ebuild | 38 ++++++++++++++++++++++++++
 kde-apps/ksnapshot/metadata.xml                |  3 ++
 2 files changed, 41 insertions(+)

diff --git a/kde-apps/ksnapshot/ksnapshot-15.08.3-r1.ebuild b/kde-apps/ksnapshot/ksnapshot-15.08.3-r1.ebuild
new file mode 100644
index 0000000..fc8f0be
--- /dev/null
+++ b/kde-apps/ksnapshot/ksnapshot-15.08.3-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+MY_PV=2015.12
+
+KDE_HANDBOOK="optional"
+inherit kde4-base
+
+DESCRIPTION="KDE Screenshot Utility"
+HOMEPAGE="https://www.kde.org/applications/graphics/ksnapshot/"
+SRC_URI="mirror://kde/stable/apps/KDE4.x/utils/${PN}-${MY_PV}.tar.xz"
+
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="debug kipi"
+
+DEPEND="
+	x11-libs/libXfixes
+	!aqua? (
+		x11-libs/libX11
+		x11-libs/libXext
+	)
+	kipi? ( $(add_kdeapps_dep libkipi) )
+"
+RDEPEND="${DEPEND}
+	!<kde-plasma/khotkeys-5.4.3-r1:5
+"
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_with kipi)
+	)
+
+	kde4-base_src_configure
+}

diff --git a/kde-apps/ksnapshot/metadata.xml b/kde-apps/ksnapshot/metadata.xml
index 6f49eba..92c2acd 100644
--- a/kde-apps/ksnapshot/metadata.xml
+++ b/kde-apps/ksnapshot/metadata.xml
@@ -2,4 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 <!-- maintainer-needed -->
+	<use>
+		<flag name="kipi">Support for the KDE Image Plugin Interface.</flag>
+	</use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/kde-sunset:master commit in: kde-apps/ksnapshot/
@ 2018-05-31 18:30 Andreas Sturmlechner
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Sturmlechner @ 2018-05-31 18:30 UTC (permalink / raw
  To: gentoo-commits

commit:     531995f79dc1719d4753d56764befad0fb71a5ac
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 31 18:26:27 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 31 18:29:54 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=531995f7

kde-apps/ksnapshot: Drop invalid !aqua conditional

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --force

 kde-apps/ksnapshot/ksnapshot-15.08.3-r1.ebuild | 8 +++-----
 kde-apps/ksnapshot/ksnapshot-4.14.3.ebuild     | 8 +++-----
 2 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/kde-apps/ksnapshot/ksnapshot-15.08.3-r1.ebuild b/kde-apps/ksnapshot/ksnapshot-15.08.3-r1.ebuild
index 6c62378..5a7ec8c 100644
--- a/kde-apps/ksnapshot/ksnapshot-15.08.3-r1.ebuild
+++ b/kde-apps/ksnapshot/ksnapshot-15.08.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -16,10 +16,8 @@ IUSE="debug kipi"
 
 DEPEND="
 	x11-libs/libXfixes
-	!aqua? (
-		x11-libs/libX11
-		x11-libs/libXext
-	)
+	x11-libs/libX11
+	x11-libs/libXext
 	kipi? ( $(add_kdeapps_dep libkipi) )
 "
 RDEPEND="${DEPEND}

diff --git a/kde-apps/ksnapshot/ksnapshot-4.14.3.ebuild b/kde-apps/ksnapshot/ksnapshot-4.14.3.ebuild
index b8c6417..f46f6df 100644
--- a/kde-apps/ksnapshot/ksnapshot-4.14.3.ebuild
+++ b/kde-apps/ksnapshot/ksnapshot-4.14.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,10 +13,8 @@ IUSE="debug kipi"
 
 DEPEND="
 	x11-libs/libXfixes
-	!aqua? (
-		x11-libs/libX11
-		x11-libs/libXext
-	)
+	x11-libs/libX11
+	x11-libs/libXext
 	kipi? ( $(add_kdeapps_dep libkipi) )
 "
 RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-05-31 18:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-14 17:44 [gentoo-commits] proj/kde-sunset:master commit in: kde-apps/ksnapshot/ Johannes Huber
  -- strict thread matches above, loose matches on Subject: below --
2018-05-31 18:30 Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox