diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-07-28 13:33:13 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-07-28 13:33:28 +0200 |
commit | 5f321cc6ff55af50a2f39d7e3f97cf6584f62a11 (patch) | |
tree | 87aff9da17a35f72de63e439268547e6970e0751 /kde-plasma/plasma-pa/files | |
parent | dev-python/zeep: Version bumps (diff) | |
download | gentoo-5f321cc6ff55af50a2f39d7e3f97cf6584f62a11.tar.gz gentoo-5f321cc6ff55af50a2f39d7e3f97cf6584f62a11.tar.bz2 gentoo-5f321cc6ff55af50a2f39d7e3f97cf6584f62a11.zip |
kde-plasma/plasma-pa: Revbump to not automagically depend on gconf.
Bug: https://bugs.gentoo.org/658660
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'kde-plasma/plasma-pa/files')
-rw-r--r-- | kde-plasma/plasma-pa/files/plasma-pa-5.13.3-automagic_gconf.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/kde-plasma/plasma-pa/files/plasma-pa-5.13.3-automagic_gconf.patch b/kde-plasma/plasma-pa/files/plasma-pa-5.13.3-automagic_gconf.patch new file mode 100644 index 000000000000..8e58077d478c --- /dev/null +++ b/kde-plasma/plasma-pa/files/plasma-pa-5.13.3-automagic_gconf.patch @@ -0,0 +1,18 @@ +--- plasma-pa-5.13.3/CMakeLists.txt ++++ plasma-pa-5.13.3/CMakeLists.txt +@@ -18,12 +18,9 @@ + include(KDECompilerSettings NO_POLICY_SCOPE) + include(ECMOptionalAddSubdirectory) + +-include(FindPkgConfig) +-pkg_check_modules(GCONF gconf-2.0) +-pkg_check_modules(GOBJECT gobject-2.0) +-if (GCONF_FOUND AND GOBJECT_FOUND) +- set(HAVE_GCONF TRUE) +-endif() ++# Don't even try to use gconf. ++# >=pulseaudio-12.0 recommends to no longer use it anyway. ++set(HAVE_GCONF FALSE) + + find_package(Qt5 ${QT_MIN_VERSION} REQUIRED COMPONENTS + Core |