summaryrefslogtreecommitdiff
path: root/kde-apps/kwordquiz/files/kwordquiz-15.12.3-deps.patch
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2016-03-20 18:15:30 +0100
committerMichael Palimaka <kensington@gentoo.org>2016-03-26 00:11:58 +1100
commitb0db5d580b55bd526d8c5f47a48bc2cb0b641b1f (patch)
tree499e18b5c2706f317beb84a22b66d1a205c70567 /kde-apps/kwordquiz/files/kwordquiz-15.12.3-deps.patch
parentc7580d8a4cdb107f99a969fa4df201c0de8aeaf2 (diff)
downloadgentoo-b0db5d580b55bd526d8c5f47a48bc2cb0b641b1f.tar.gz
gentoo-b0db5d580b55bd526d8c5f47a48bc2cb0b641b1f.tar.xz
kde-apps: Move kdeedu-meta 15.12.3 from kde overlay
Package-Manager: portage-2.2.27
Diffstat (limited to 'kde-apps/kwordquiz/files/kwordquiz-15.12.3-deps.patch')
-rw-r--r--kde-apps/kwordquiz/files/kwordquiz-15.12.3-deps.patch46
1 files changed, 46 insertions, 0 deletions
diff --git a/kde-apps/kwordquiz/files/kwordquiz-15.12.3-deps.patch b/kde-apps/kwordquiz/files/kwordquiz-15.12.3-deps.patch
new file mode 100644
index 00000000000..9221631df25
--- /dev/null
+++ b/kde-apps/kwordquiz/files/kwordquiz-15.12.3-deps.patch
@@ -0,0 +1,46 @@
+commit 6e90d606424c3f97e21828cc9942bcf7950611e4
+Author: Andreas Sturmlechner <andreas.sturmlechner@gmail.com>
+Date: Sun Mar 20 16:47:20 2016 +0100
+
+ Remove unused deps
+
+ REVIEW: 127438
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 624d7fc..335c556 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -23,7 +23,6 @@ include(ECMInstallIcons)
+ find_package(KF5 REQUIRED COMPONENTS
+ I18n
+ Crash
+- Sonnet
+ Config
+ ConfigWidgets
+ DocTools
+@@ -31,12 +30,10 @@ find_package(KF5 REQUIRED COMPONENTS
+ IconThemes
+ ItemViews
+ NotifyConfig
+- KIO
+ NewStuff
+ Notifications
+ XmlGui
+ KDELibs4Support
+- Declarative
+ )
+ include_directories (${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
+
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 7065e2c..8914551 100644
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -82,8 +82,6 @@ target_link_libraries(kwordquiz
+ KF5::NewStuff
+ KF5::Notifications
+ KF5::NotifyConfig
+- KF5::SonnetCore
+- KF5::Declarative
+ KF5::XmlGui
+ KF5::GuiAddons
+ KF5::KDELibs4Support