summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-05-18 21:08:29 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-05-18 21:32:25 +0200
commitc302d2e078bc97fe598af894aed88ed408a22a2c (patch)
tree1709d98b83f05b54879d1a06693ea879e5142ec1 /kde-plasma/plasma-pa
parentmedia-gfx/openscad: bump to version 2019.05 (diff)
downloadgentoo-c302d2e078bc97fe598af894aed88ed408a22a2c.tar.gz
gentoo-c302d2e078bc97fe598af894aed88ed408a22a2c.tar.bz2
gentoo-c302d2e078bc97fe598af894aed88ed408a22a2c.zip
kde-plasma: Drop KDE Plasma 5.14.5
Closes: https://bugs.gentoo.org/685558 Closes: https://bugs.gentoo.org/684960 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma-pa')
-rw-r--r--kde-plasma/plasma-pa/Manifest1
-rw-r--r--kde-plasma/plasma-pa/files/plasma-pa-5.13.3-automagic_gconf.patch18
-rw-r--r--kde-plasma/plasma-pa/plasma-pa-5.14.5.ebuild29
3 files changed, 0 insertions, 48 deletions
diff --git a/kde-plasma/plasma-pa/Manifest b/kde-plasma/plasma-pa/Manifest
index 8392e4dd6a54..e4090a2b15e4 100644
--- a/kde-plasma/plasma-pa/Manifest
+++ b/kde-plasma/plasma-pa/Manifest
@@ -1,2 +1 @@
-DIST plasma-pa-5.14.5.tar.xz 94368 BLAKE2B a8a1bf8ef2b6a9496941f4a35bfb1e92a4cf7a8d3b9ea014cff6d04ab7b01f0c3e12433eafd3a0f529f9391624e82f0d5f7a6314b8b717e58cb733636c18a1fc SHA512 436ef77d61d37bc4cb166ebffbbd0b0f51780008e902f791af66bebd0429f8cda608674790c87e89ddd40dd614eeb61eeb11e173c02f43d03cab420a2ffa196c
DIST plasma-pa-5.15.5.tar.xz 95964 BLAKE2B 5177f5aa9944d1c61058791e977b8c2dcd92e8b8d0efffe0a80eba9123443e13683e26ffd94ade01fd6be585a5598953f2d4bfbd3775944d9e81148bbac793cc SHA512 e66c9ac36c7964738f7f2947120f6a243191c75faef2c9b4831410487b6274da782f8a51d29a1f6d3b7ae81a96eaa6115d0629fded0700777856a9307a15b5f6
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 8e58077d478c..000000000000
--- 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-5.14.5.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.14.5.ebuild
deleted file mode 100644
index 8dc89aa8cf8e..000000000000
--- a/kde-plasma/plasma-pa/plasma-pa-5.14.5.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="Plasma applet for audio volume management using PulseAudio"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdeclarative)
- $(add_frameworks_dep kglobalaccel)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep plasma)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtdeclarative)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
- media-libs/libcanberra
- media-sound/pulseaudio
-"
-
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${PN}-5.13.3-automagic_gconf.patch" )