summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-03-12 14:15:08 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-03-12 14:15:49 +0100
commit422daa2f216e7442fa74759e58761083afe150b2 (patch)
treec87945f5e4c64780d78e5599e48c58237173e5af /kde-plasma/plasma-pa
parentsys-devel/clang-runtime: Bump to 8.0.0rc5 (diff)
downloadgentoo-422daa2f216e7442fa74759e58761083afe150b2.tar.gz
gentoo-422daa2f216e7442fa74759e58761083afe150b2.tar.bz2
gentoo-422daa2f216e7442fa74759e58761083afe150b2.zip
kde-plasma: Add KDE Plasma 5.15.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'kde-plasma/plasma-pa')
-rw-r--r--kde-plasma/plasma-pa/Manifest1
-rw-r--r--kde-plasma/plasma-pa/plasma-pa-5.15.3.ebuild33
2 files changed, 34 insertions, 0 deletions
diff --git a/kde-plasma/plasma-pa/Manifest b/kde-plasma/plasma-pa/Manifest
index a4862d9863cf..d5d40930ab54 100644
--- a/kde-plasma/plasma-pa/Manifest
+++ b/kde-plasma/plasma-pa/Manifest
@@ -1,2 +1,3 @@
DIST plasma-pa-5.14.5.tar.xz 94368 BLAKE2B a8a1bf8ef2b6a9496941f4a35bfb1e92a4cf7a8d3b9ea014cff6d04ab7b01f0c3e12433eafd3a0f529f9391624e82f0d5f7a6314b8b717e58cb733636c18a1fc SHA512 436ef77d61d37bc4cb166ebffbbd0b0f51780008e902f791af66bebd0429f8cda608674790c87e89ddd40dd614eeb61eeb11e173c02f43d03cab420a2ffa196c
DIST plasma-pa-5.15.2.tar.xz 95168 BLAKE2B 95b19d78775496549a1431502fe41d3d6cbe03dbfdfd74c5e3313a3ba41c66ce723d241bfb62560f988a0a30d507147428d09a28d4209c8a291a2969943c88af SHA512 54d6812f4a6b50166c002fcd90e73f2c2e2d911fc0b6db5a3a450bf6e275a57607e39f901fed676b6a7384c5776fa5e9758c5c98eb6f603259ecad8d4a087aa5
+DIST plasma-pa-5.15.3.tar.xz 95232 BLAKE2B cc183a2dfbfafd920c889e696c536d29cd6ec46cfd86a44c840670e9b8ceb710c506e38983732869f1666f3e0c0df6db34875e7d5d485d1125b4c6d3d6038ae4 SHA512 741e89c0c87858a0688aa030fd15de7fd7e552172cfea2b3d4e9cdc9e695a07c4352fd1603818db86d4365a4438d567f020961b77a67646b72b962e7c1d3f5b3
diff --git a/kde-plasma/plasma-pa/plasma-pa-5.15.3.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.15.3.ebuild
new file mode 100644
index 000000000000..58e2347df232
--- /dev/null
+++ b/kde-plasma/plasma-pa/plasma-pa-5.15.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_HANDBOOK="forceoptional"
+inherit kde5
+
+DESCRIPTION="Plasma applet for audio volume management using PulseAudio"
+KEYWORDS="~amd64 ~arm ~arm64 ~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}
+ $(add_frameworks_dep kirigami)
+ $(add_qt_dep qtquickcontrols)
+ media-libs/libcanberra
+ x11-themes/sound-theme-freedesktop
+"
+
+PATCHES=( "${FILESDIR}/${PN}-5.13.3-automagic_gconf.patch" )