Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kde-gtk-config/files/
Date: Sun, 11 Oct 2015 13:32:39
Message-Id: 1444570330.1e49c585bc914bdc37e5903cf24eab562b1e67b8.kensington@gentoo
1 commit: 1e49c585bc914bdc37e5903cf24eab562b1e67b8
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 11 13:32:10 2015 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 13:32:10 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1e49c585
7
8 kde-plasma/kde-gtk-config: restore missing patch
9
10 Package-Manager: portage-2.2.20.1
11
12 .../files/kde-gtk-config-5.4.2-gtk3-optional.patch | 19 +++++++++++++++++++
13 1 file changed, 19 insertions(+)
14
15 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
16 new file mode 100644
17 index 0000000..e1e8de2
18 --- /dev/null
19 +++ b/kde-plasma/kde-gtk-config/files/kde-gtk-config-5.4.2-gtk3-optional.patch
20 @@ -0,0 +1,19 @@
21 +--- a/CMakeLists.txt 2015-10-02 22:36:55.186480671 +0200
22 ++++ b/CMakeLists.txt 2015-10-02 22:38:40.048169719 +0200
23 +@@ -17,6 +17,7 @@
24 + include(ECMSetupVersion)
25 + include(ECMInstallIcons)
26 + include(ECMMarkAsTest)
27 ++include(ECMOptionalAddSubdirectory)
28 + include(GenerateExportHeader)
29 + include(FeatureSummary)
30 + include(KDEInstallDirs)
31 +@@ -62,7 +63,7 @@
32 + install(FILES kde-gtk-config.desktop DESTINATION ${SERVICES_INSTALL_DIR})
33 +
34 + add_subdirectory(gtkproxies)
35 +-add_subdirectory(gtk3proxies)
36 ++ecm_optional_add_subdirectory(gtk3proxies)
37 + add_subdirectory(icons)
38 + add_subdirectory(tests)
39 +