commit: b3d6e9cdc961d577d9802852c96210571f6625bc Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Apr 4 00:28:41 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Apr 4 00:28:41 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b3d6e9cd
kde-plasma/plasma-pa: Drop obsolete patch Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> .../files/plasma-pa-5.13.3-automagic_gconf.patch | 18 ------------------ kde-plasma/plasma-pa/plasma-pa-9999.ebuild | 2 -- 2 files changed, 20 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 deleted file mode 100644 index 8e58077d47..0000000000 --- a/kde-plasma/plasma-pa/files/plasma-pa-5.13.3-automagic_gconf.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- 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 diff --git a/kde-plasma/plasma-pa/plasma-pa-9999.ebuild b/kde-plasma/plasma-pa/plasma-pa-9999.ebuild index 1cdaaa98d9..b1d720e6af 100644 --- a/kde-plasma/plasma-pa/plasma-pa-9999.ebuild +++ b/kde-plasma/plasma-pa/plasma-pa-9999.ebuild @@ -30,5 +30,3 @@ RDEPEND="${DEPEND} media-libs/libcanberra x11-themes/sound-theme-freedesktop " - -PATCHES=( "${FILESDIR}/${PN}-5.13.3-automagic_gconf.patch" )