diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-05-24 22:23:33 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-05-24 22:24:22 +0200 |
commit | f8e3f9a83b957405c6ea66930254a4a0bde5ec02 (patch) | |
tree | 522f0bdd8ee1eae4020ceb4f7ffd6c577e2dc1a3 /kde-frameworks/kglobalaccel/files | |
parent | kde-frameworks/kcoreaddons: Add kdirwatch fix (diff) | |
download | gentoo-f8e3f9a83b957405c6ea66930254a4a0bde5ec02.tar.gz gentoo-f8e3f9a83b957405c6ea66930254a4a0bde5ec02.tar.bz2 gentoo-f8e3f9a83b957405c6ea66930254a4a0bde5ec02.zip |
kde-frameworks: Remove KDE Frameworks 5.33.0
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'kde-frameworks/kglobalaccel/files')
-rw-r--r-- | kde-frameworks/kglobalaccel/files/kglobalaccel-5.33.0-deps.patch | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/kde-frameworks/kglobalaccel/files/kglobalaccel-5.33.0-deps.patch b/kde-frameworks/kglobalaccel/files/kglobalaccel-5.33.0-deps.patch deleted file mode 100644 index 59d9125c9839..000000000000 --- a/kde-frameworks/kglobalaccel/files/kglobalaccel-5.33.0-deps.patch +++ /dev/null @@ -1,44 +0,0 @@ -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} |