summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-02-06 19:27:47 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-02-06 19:27:47 +0100
commitc6320bb13dc48f0969cc893f4406c7b892b819c3 (patch)
treea01a01e4f3df86e3ea7d5a862ff5d0e8fc1d7f95 /kde-plasma/plasma-pa
parentnet-misc/dhcpcd: Remove more unstable versions (diff)
downloadgentoo-c6320bb13dc48f0969cc893f4406c7b892b819c3.tar.gz
gentoo-c6320bb13dc48f0969cc893f4406c7b892b819c3.tar.bz2
gentoo-c6320bb13dc48f0969cc893f4406c7b892b819c3.zip
kde-plasma: Add KDE Plasma 5.12.0
Package-Manager: Portage-2.3.24, Repoman-2.3.6
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.12.0.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/kde-plasma/plasma-pa/Manifest b/kde-plasma/plasma-pa/Manifest
index 951a87a4f0af..78bd89cdb6c7 100644
--- a/kde-plasma/plasma-pa/Manifest
+++ b/kde-plasma/plasma-pa/Manifest
@@ -1 +1,2 @@
DIST plasma-pa-5.11.5.tar.xz 90384 BLAKE2B 06974711a2b64892414906d0330ce1a5ca31cacc7ece0d71e8514ece78e7e838818a936197a2ad46f641a44ebd7c55d8cf99346ac9220b85135bf5f5dc7bd97e SHA512 f7debe7b422b6c5ec0833d22d1bb46bfac06c4fdcdc54ed2f00fc9cf22d5cee8e7fb29f2ec0845cf3eb829bb938b1afb1ebd4a72185208f056c3c63afb1ef7b3
+DIST plasma-pa-5.12.0.tar.xz 86092 BLAKE2B c81f1dfdfc69a79f4e06da88e08041e2c3701c7266a281b6b30d1ab32fe45763b23c23368632adaedd9a908b24a289cd05b9696d827602851a39de9f47ee53b3 SHA512 c2871bae1f36f8cd693a243ac2d847002c78d6e911561c02c93d061fb0b186d2ba3f00323a2720fd0b6420f4cbb052c6a566e8ec05494805f6381218b7e13350
diff --git a/kde-plasma/plasma-pa/plasma-pa-5.12.0.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.12.0.ebuild
new file mode 100644
index 000000000000..aae43ea14cd3
--- /dev/null
+++ b/kde-plasma/plasma-pa/plasma-pa-5.12.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# 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)
+ dev-libs/glib:2
+ gnome-base/gconf:2
+ media-libs/libcanberra
+ media-sound/pulseaudio[gnome]
+"
+
+RDEPEND="${DEPEND}"