public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kglobalaccel/files/, kde-frameworks/kglobalaccel/
Date: Tue, 25 Apr 2017 17:35:19 +0000 (UTC)	[thread overview]
Message-ID: <1493141710.632584c8498bfded1bda552160578dfdd47fbd4f.asturm@gentoo> (raw)

commit:     632584c8498bfded1bda552160578dfdd47fbd4f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 25 17:30:52 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Apr 25 17:35:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=632584c8

kde-frameworks/kglobalaccel: Drop unused DEPEND

Upstream commit 3670b49d572195f623297eb7f27c62136ffe3490

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../files/kglobalaccel-5.33.0-deps.patch           | 44 ++++++++++++++++++++++
 .../kglobalaccel/kglobalaccel-5.33.0-r1.ebuild     | 31 +++++++++++++++
 2 files changed, 75 insertions(+)

diff --git a/kde-frameworks/kglobalaccel/files/kglobalaccel-5.33.0-deps.patch b/kde-frameworks/kglobalaccel/files/kglobalaccel-5.33.0-deps.patch
new file mode 100644
index 00000000000..59d9125c983
--- /dev/null
+++ b/kde-frameworks/kglobalaccel/files/kglobalaccel-5.33.0-deps.patch
@@ -0,0 +1,44 @@
+commit 3670b49d572195f623297eb7f27c62136ffe3490
+Author: Aleix Pol <aleixpol@kde.org>
+Date:   Tue Apr 25 12:25:12 2017 +0200
+
+    build: Remove KService dependency
+    
+    Summary:
+    ..as it's not used anywhere (and the KService isn't some kind of
+    "selfinitializing" library, that only needs to be linked to).
+    
+    Reviewers: graesslin, cfeck, apol
+    
+    Reviewed By: graesslin
+    
+    Subscribers: #frameworks
+    
+    Tags: #frameworks
+    
+    Differential Revision: https://phabricator.kde.org/D5556
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 4e5a9e4..670c677 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -39,7 +39,6 @@ find_package(KF5CoreAddons ${KF5_DEP_VERSION} REQUIRED)
+ find_package(KF5Crash ${KF5_DEP_VERSION} REQUIRED)
+ find_package(KF5DBusAddons ${KF5_DEP_VERSION} REQUIRED)
+ find_package(KF5WindowSystem ${KF5_DEP_VERSION} REQUIRED)
+-find_package(KF5Service ${KF5_DEP_VERSION} REQUIRED)
+ 
+ # no X11 stuff on mac
+ if (NOT APPLE)
+diff --git a/src/runtime/CMakeLists.txt b/src/runtime/CMakeLists.txt
+index 4aeb13c..a318818 100644
+--- a/src/runtime/CMakeLists.txt
++++ b/src/runtime/CMakeLists.txt
+@@ -30,7 +30,6 @@ target_link_libraries(KF5GlobalAccelPrivate
+    KF5::WindowSystem # KKeyServer
+    KF5::CoreAddons   # KAboutData
+    KF5::ConfigCore
+-   KF5::Service
+ )
+ 
+ set_target_properties(KF5GlobalAccelPrivate PROPERTIES VERSION   ${KGLOBALACCEL_VERSION_STRING}

diff --git a/kde-frameworks/kglobalaccel/kglobalaccel-5.33.0-r1.ebuild b/kde-frameworks/kglobalaccel/kglobalaccel-5.33.0-r1.ebuild
new file mode 100644
index 00000000000..5fc51130a26
--- /dev/null
+++ b/kde-frameworks/kglobalaccel/kglobalaccel-5.33.0-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Framework to handle global shortcuts"
+KEYWORDS="~amd64 ~arm ~x86"
+LICENSE="LGPL-2+"
+IUSE="nls"
+
+RDEPEND="
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kcrash)
+	$(add_frameworks_dep kdbusaddons)
+	$(add_frameworks_dep kwindowsystem X)
+	$(add_qt_dep qtdbus)
+	$(add_qt_dep qtgui)
+	$(add_qt_dep qtwidgets)
+	$(add_qt_dep qtx11extras)
+	x11-libs/libxcb
+	x11-libs/xcb-util-keysyms
+"
+DEPEND="${RDEPEND}
+	nls? ( $(add_qt_dep linguist-tools) )
+"
+
+PATCHES=( "${FILESDIR}/${P}-deps.patch" )


             reply	other threads:[~2017-04-25 17:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-25 17:35 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-05-29 21:19 [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kglobalaccel/files/, kde-frameworks/kglobalaccel/ Andreas Sturmlechner
2021-09-04 21:01 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=1493141710.632584c8498bfded1bda552160578dfdd47fbd4f.asturm@gentoo \
    --to=asturm@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