Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-pa/files/, kde-plasma/plasma-pa/
Date: Thu, 04 Apr 2019 00:29:38
Message-Id: 1554337721.b3d6e9cdc961d577d9802852c96210571f6625bc.asturm@gentoo
1 commit: b3d6e9cdc961d577d9802852c96210571f6625bc
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 4 00:28:41 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 4 00:28:41 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b3d6e9cd
7
8 kde-plasma/plasma-pa: Drop obsolete patch
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 .../files/plasma-pa-5.13.3-automagic_gconf.patch | 18 ------------------
14 kde-plasma/plasma-pa/plasma-pa-9999.ebuild | 2 --
15 2 files changed, 20 deletions(-)
16
17 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
18 deleted file mode 100644
19 index 8e58077d47..0000000000
20 --- a/kde-plasma/plasma-pa/files/plasma-pa-5.13.3-automagic_gconf.patch
21 +++ /dev/null
22 @@ -1,18 +0,0 @@
23 ---- plasma-pa-5.13.3/CMakeLists.txt
24 -+++ plasma-pa-5.13.3/CMakeLists.txt
25 -@@ -18,12 +18,9 @@
26 - include(KDECompilerSettings NO_POLICY_SCOPE)
27 - include(ECMOptionalAddSubdirectory)
28 -
29 --include(FindPkgConfig)
30 --pkg_check_modules(GCONF gconf-2.0)
31 --pkg_check_modules(GOBJECT gobject-2.0)
32 --if (GCONF_FOUND AND GOBJECT_FOUND)
33 -- set(HAVE_GCONF TRUE)
34 --endif()
35 -+# Don't even try to use gconf.
36 -+# >=pulseaudio-12.0 recommends to no longer use it anyway.
37 -+set(HAVE_GCONF FALSE)
38 -
39 - find_package(Qt5 ${QT_MIN_VERSION} REQUIRED COMPONENTS
40 - Core
41
42 diff --git a/kde-plasma/plasma-pa/plasma-pa-9999.ebuild b/kde-plasma/plasma-pa/plasma-pa-9999.ebuild
43 index 1cdaaa98d9..b1d720e6af 100644
44 --- a/kde-plasma/plasma-pa/plasma-pa-9999.ebuild
45 +++ b/kde-plasma/plasma-pa/plasma-pa-9999.ebuild
46 @@ -30,5 +30,3 @@ RDEPEND="${DEPEND}
47 media-libs/libcanberra
48 x11-themes/sound-theme-freedesktop
49 "
50 -
51 -PATCHES=( "${FILESDIR}/${PN}-5.13.3-automagic_gconf.patch" )