From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/spectacle/, kde-apps/spectacle/files/
Date: Fri, 20 May 2016 16:47:10 +0000 (UTC) [thread overview]
Message-ID: <1463762759.ddb8b02b1acbb281b21b09be7af15403fea9ee8f.johu@gentoo> (raw)
commit: ddb8b02b1acbb281b21b09be7af15403fea9ee8f
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri May 20 16:45:47 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri May 20 16:45:59 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddb8b02b
kde-apps/spectacle: Fix hotkeys
Revision bump adds upstream patch to fix hotkeys, caused by invalid hotkeys
version specification.
Gentoo-bug: 581292
Package-Manager: portage-2.3.0_rc1
.../files/spectacle-16.04.1-hotkeys.patch | 25 +++++++++++
kde-apps/spectacle/spectacle-16.04.1-r1.ebuild | 51 ++++++++++++++++++++++
2 files changed, 76 insertions(+)
diff --git a/kde-apps/spectacle/files/spectacle-16.04.1-hotkeys.patch b/kde-apps/spectacle/files/spectacle-16.04.1-hotkeys.patch
new file mode 100644
index 0000000..421d0f5
--- /dev/null
+++ b/kde-apps/spectacle/files/spectacle-16.04.1-hotkeys.patch
@@ -0,0 +1,25 @@
+From df84ed53f92c844ca98ef3b0a8bc9b4308eee816 Mon Sep 17 00:00:00 2001
+From: Boudhayan Gupta <me@BaloneyGeek.com>
+Date: Fri, 20 May 2016 21:40:19 +0530
+Subject: [PATCH] Fix invalid KHotkeys file version
+
+BUG: 362257
+---
+ desktop/spectacle.khotkeys | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/desktop/spectacle.khotkeys b/desktop/spectacle.khotkeys
+index b28fe37..d83d0c7 100644
+--- a/desktop/spectacle.khotkeys
++++ b/desktop/spectacle.khotkeys
+@@ -1,6 +1,6 @@
+ [Main]
+ ImportId=spectacle
+-Version=3
++Version=2
+
+ [Data]
+ DataCount=1
+--
+2.8.2
+
diff --git a/kde-apps/spectacle/spectacle-16.04.1-r1.ebuild b/kde-apps/spectacle/spectacle-16.04.1-r1.ebuild
new file mode 100644
index 0000000..b792c35
--- /dev/null
+++ b/kde-apps/spectacle/spectacle-16.04.1-r1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional"
+inherit kde5
+
+DESCRIPTION="Screenshot capture utility"
+KEYWORDS="~amd64 ~x86"
+IUSE="kipi share"
+
+DEPEND="
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep knotifications)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kwindowsystem)
+ $(add_frameworks_dep kxmlgui)
+ $(add_plasma_dep libkscreen '' '' '5=')
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtprintsupport)
+ $(add_qt_dep qtwidgets)
+ $(add_qt_dep qtx11extras)
+ x11-libs/libxcb
+ x11-libs/xcb-util
+ x11-libs/xcb-util-cursor
+ x11-libs/xcb-util-image
+ kipi? ( $(add_kdeapps_dep libkipi '' '' '5=') )
+ share? ( dev-libs/purpose:5 )
+"
+RDEPEND="${DEPEND}
+ !kde-apps/ksnapshot
+"
+
+PATCHES=( "${FILESDIR}/${P}-hotkeys.patch" )
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package kipi KF5Kipi)
+ $(cmake-utils_use_find_package share KDEExperimentalPurpose)
+ )
+ kde5_src_configure
+}
next reply other threads:[~2016-05-20 16:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-20 16:47 Johannes Huber [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-04-24 16:52 [gentoo-commits] repo/gentoo:master commit in: kde-apps/spectacle/, kde-apps/spectacle/files/ Andreas Sturmlechner
2021-05-07 22:14 Andreas Sturmlechner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1463762759.ddb8b02b1acbb281b21b09be7af15403fea9ee8f.johu@gentoo \
--to=johu@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox