summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-10-23 18:51:56 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-10-23 18:54:05 +0200
commit56148d2ee3e83c17a64f8672d32143bcb2f56e02 (patch)
tree5a36a0e471249e90170111f32bfdb74897ff64b0 /kde-plasma/plasma-pa
parentwww-client/firefox: update patch URL (diff)
downloadgentoo-56148d2ee3e83c17a64f8672d32143bcb2f56e02.tar.gz
gentoo-56148d2ee3e83c17a64f8672d32143bcb2f56e02.tar.bz2
gentoo-56148d2ee3e83c17a64f8672d32143bcb2f56e02.zip
kde-plasma: Add KDE Plasma 5.14.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.50, 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.14.2.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/kde-plasma/plasma-pa/Manifest b/kde-plasma/plasma-pa/Manifest
index 18270a29d7b6..d0d6db3c52a3 100644
--- a/kde-plasma/plasma-pa/Manifest
+++ b/kde-plasma/plasma-pa/Manifest
@@ -1,3 +1,4 @@
DIST plasma-pa-5.12.7.tar.xz 88284 BLAKE2B 34ccb14229716bcd5d74d92fe82852a413606d7f2dd1ed69c00daac3c78f5e4a485e3ea0f4ed57ee3dbfd2340208d62173d68a3311155b648fbfa580e19614e5 SHA512 07d9fb3bca31d737069e3d2f122a3d6a77f2dbf26c4dbd1c5c515da5db5667da1d3305b0a08eab6abc83582825fc9468b185a2f1dcbc733ddab649ad0cbe78d9
DIST plasma-pa-5.13.5.tar.xz 90692 BLAKE2B 783fcf99ca9547818564370d1745c99b943409d8c0617844462fd74af94e34d00f392765525f422c245429838e75fae846e938e6bb039b7c27a0817ccf821eda SHA512 58667b60b4c9dc8f81d7defe35b7dab23f52b8e6e2bde3ce242b6d3e3f959335d3dadc855a12d2b04fa01da9243bf0408011e87a649bd6132b48c2eec964813f
DIST plasma-pa-5.14.1.tar.xz 94244 BLAKE2B 0e5e40b5e9c47a3c8097fcb13ff789f3eda3e157b4072037b4f76a7f810f07dae91cf4b055e7cd6fdbf197362199cf09d0858f57fd069c8daef0b50708d051b3 SHA512 7e52d429a546968ae965eafeaabeb5e477900e7f263097e432d10b5aba7ca9c2f335c6512394601ff703233ff606a78a422e97a59cd7e1db9e1fa67775b46640
+DIST plasma-pa-5.14.2.tar.xz 94404 BLAKE2B 14c6453d20a37fbc25cf64340a9d7677319095f1afcf254ed0c551d56ee87a8a7ce2ab32970fd65b11ca286b37bbde5127d0150657d2f6570e4a12649b9bf36d SHA512 53eb46b2dd91f3a4f460a0116e7d346d08cc1839f097ee5ec3755e867c8ba10b708d9be04427ea34a901fa83f44298a7d988a5e111f96f3038abf00d5690cf51
diff --git a/kde-plasma/plasma-pa/plasma-pa-5.14.2.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.14.2.ebuild
new file mode 100644
index 000000000000..3977835041a0
--- /dev/null
+++ b/kde-plasma/plasma-pa/plasma-pa-5.14.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 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" )