From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2D2B4138334 for ; Sat, 28 Jul 2018 11:33:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D574E0794; Sat, 28 Jul 2018 11:33:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0D314E0794 for ; Sat, 28 Jul 2018 11:33:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 627F1335CD6 for ; Sat, 28 Jul 2018 11:33:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC4DE357 for ; Sat, 28 Jul 2018 11:33:37 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1532777608.5f321cc6ff55af50a2f39d7e3f97cf6584f62a11.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-pa/, kde-plasma/plasma-pa/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/plasma-pa/files/plasma-pa-5.13.3-automagic_gconf.patch kde-plasma/plasma-pa/plasma-pa-5.13.3-r1.ebuild kde-plasma/plasma-pa/plasma-pa-5.13.3-r2.ebuild X-VCS-Directories: kde-plasma/plasma-pa/ kde-plasma/plasma-pa/files/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 5f321cc6ff55af50a2f39d7e3f97cf6584f62a11 X-VCS-Branch: master Date: Sat, 28 Jul 2018 11:33:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 97bc217e-6565-451a-b158-c9a48e58b72c X-Archives-Hash: e8dea95289c454cee4fdaa6c60fac7be commit: 5f321cc6ff55af50a2f39d7e3f97cf6584f62a11 Author: Lars Wendler gentoo org> AuthorDate: Sat Jul 28 11:33:13 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sat Jul 28 11:33:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f321cc6 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 .../files/plasma-pa-5.13.3-automagic_gconf.patch | 18 ++++++++++++++++++ ...-pa-5.13.3-r1.ebuild => plasma-pa-5.13.3-r2.ebuild} | 1 + 2 files changed, 19 insertions(+) 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 00000000000..8e58077d478 --- /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 diff --git a/kde-plasma/plasma-pa/plasma-pa-5.13.3-r1.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.13.3-r2.ebuild similarity index 94% rename from kde-plasma/plasma-pa/plasma-pa-5.13.3-r1.ebuild rename to kde-plasma/plasma-pa/plasma-pa-5.13.3-r2.ebuild index 12b95df456c..3c1d7097d87 100644 --- a/kde-plasma/plasma-pa/plasma-pa-5.13.3-r1.ebuild +++ b/kde-plasma/plasma-pa/plasma-pa-5.13.3-r2.ebuild @@ -29,4 +29,5 @@ RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}/${P}-wrong-port-avail.patch" "${FILESDIR}/${P}-optional_gconf.patch" + "${FILESDIR}/${P}-automagic_gconf.patch" )