mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
@@ -29,4 +29,5 @@ RDEPEND="${DEPEND}"
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${P}-wrong-port-avail.patch"
|
||||
"${FILESDIR}/${P}-optional_gconf.patch"
|
||||
"${FILESDIR}/${P}-automagic_gconf.patch"
|
||||
)
|
||||
Reference in New Issue
Block a user