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
This commit is contained in:
Lars Wendler
2018-07-28 13:33:13 +02:00
parent d9ab2947fa
commit 5f321cc6ff
2 changed files with 19 additions and 0 deletions

View File

@@ -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

View File

@@ -29,4 +29,5 @@ RDEPEND="${DEPEND}"
PATCHES=(
"${FILESDIR}/${P}-wrong-port-avail.patch"
"${FILESDIR}/${P}-optional_gconf.patch"
"${FILESDIR}/${P}-automagic_gconf.patch"
)