summaryrefslogtreecommitdiff
path: root/kde-plasma/kde-gtk-config/files/kde-gtk-config-5.4.2-gtk3-optional.patch
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-01-18 15:06:48 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-01-18 15:06:48 +0100
commitbf804f20e7338502351895349f9f3e6d503b85c5 (patch)
tree325fc41d3ac437c7ebd34488f6ba1f8d21bc59e9 /kde-plasma/kde-gtk-config/files/kde-gtk-config-5.4.2-gtk3-optional.patch
parentd8676342da31612f26b70c7591d2c1d7183c7857 (diff)
downloadkde-bf804f20e7338502351895349f9f3e6d503b85c5.tar.gz
kde-bf804f20e7338502351895349f9f3e6d503b85c5.tar.bz2
kde-bf804f20e7338502351895349f9f3e6d503b85c5.zip
kde-plasma/kde-gtk-config: Drop USE=gtk3
It is no longer optional and patching is non-trivial (need moar ifdefs). Upstream commit 87040960da7e9e587b4cb61251807e164aa53483 Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'kde-plasma/kde-gtk-config/files/kde-gtk-config-5.4.2-gtk3-optional.patch')
-rw-r--r--kde-plasma/kde-gtk-config/files/kde-gtk-config-5.4.2-gtk3-optional.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/kde-plasma/kde-gtk-config/files/kde-gtk-config-5.4.2-gtk3-optional.patch b/kde-plasma/kde-gtk-config/files/kde-gtk-config-5.4.2-gtk3-optional.patch
deleted file mode 100644
index e1e8de2b174..00000000000
--- a/kde-plasma/kde-gtk-config/files/kde-gtk-config-5.4.2-gtk3-optional.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- a/CMakeLists.txt 2015-10-02 22:36:55.186480671 +0200
-+++ b/CMakeLists.txt 2015-10-02 22:38:40.048169719 +0200
-@@ -17,6 +17,7 @@
- include(ECMSetupVersion)
- include(ECMInstallIcons)
- include(ECMMarkAsTest)
-+include(ECMOptionalAddSubdirectory)
- include(GenerateExportHeader)
- include(FeatureSummary)
- include(KDEInstallDirs)
-@@ -62,7 +63,7 @@
- install(FILES kde-gtk-config.desktop DESTINATION ${SERVICES_INSTALL_DIR})
-
- add_subdirectory(gtkproxies)
--add_subdirectory(gtk3proxies)
-+ecm_optional_add_subdirectory(gtk3proxies)
- add_subdirectory(icons)
- add_subdirectory(tests)
-