summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2016-03-17 01:02:23 +0100
committerMichael Palimaka <kensington@gentoo.org>2016-03-19 01:40:03 +1100
commit0faa533194f922db80dcf86edcf71679200ae1bf (patch)
tree9e845b2bae6c5b79b2baf00aea17c64a1dc0f361 /kde-apps/ksquares/files
parentkde-apps: Drop 15.12.1 (diff)
downloadgentoo-0faa533194f922db80dcf86edcf71679200ae1bf.tar.gz
gentoo-0faa533194f922db80dcf86edcf71679200ae1bf.tar.bz2
gentoo-0faa533194f922db80dcf86edcf71679200ae1bf.zip
kde-apps: Add kdegames-meta-15.12.3 from kde overlay
Package-Manager: portage-2.2.27
Diffstat (limited to 'kde-apps/ksquares/files')
-rw-r--r--kde-apps/ksquares/files/ksquares-15.12.2-unused-deps.patch34
1 files changed, 34 insertions, 0 deletions
diff --git a/kde-apps/ksquares/files/ksquares-15.12.2-unused-deps.patch b/kde-apps/ksquares/files/ksquares-15.12.2-unused-deps.patch
new file mode 100644
index 000000000000..4bef6c4014bd
--- /dev/null
+++ b/kde-apps/ksquares/files/ksquares-15.12.2-unused-deps.patch
@@ -0,0 +1,34 @@
+--- a/CMakeLists.txt 2015-11-11 11:59:11.000000000 +0100
++++ b/CMakeLists.txt 2016-03-15 14:15:47.399801535 +0100
+@@ -6,23 +6,17 @@
+ find_package(ECM 1.7.0 REQUIRED CONFIG)
+ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
+
+-find_package(Qt5 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Widgets Test)
+-find_package(KF5 REQUIRED COMPONENTS
+- CoreAddons
+- Config
++find_package(Qt5 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Widgets)
++find_package(KF5 REQUIRED COMPONENTS
++ Config
++ ConfigWidgets
++ CoreAddons
+ DBusAddons
+ DocTools
+- WidgetsAddons
+- Config
+- I18n
+- GuiAddons
+- ConfigWidgets
+- ItemViews
+- IconThemes
++ I18n
++ WidgetsAddons
+ XmlGui
+- KIO
+- NotifyConfig
+- )
++)
+
+ find_package(KF5KDEGames 4.9.0 REQUIRED)
+