summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-03-06 15:19:46 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-03-06 16:13:05 +0100
commite0d959b952e0d6584ea86e0f6ef4d5c017d7856b (patch)
tree7994321e886ad0f3bef371f7f6859cebe024b368 /kde-plasma/plasma-pa/plasma-pa-5.12.3.ebuild
parentsci-physics/root: version bump to 6.12/06 (diff)
downloadgentoo-e0d959b952e0d6584ea86e0f6ef4d5c017d7856b.tar.gz
gentoo-e0d959b952e0d6584ea86e0f6ef4d5c017d7856b.tar.bz2
gentoo-e0d959b952e0d6584ea86e0f6ef4d5c017d7856b.zip
kde-plasma: Add KDE Plasma 5.12.3
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'kde-plasma/plasma-pa/plasma-pa-5.12.3.ebuild')
-rw-r--r--kde-plasma/plasma-pa/plasma-pa-5.12.3.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/kde-plasma/plasma-pa/plasma-pa-5.12.3.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.12.3.ebuild
new file mode 100644
index 000000000000..aae43ea14cd3
--- /dev/null
+++ b/kde-plasma/plasma-pa/plasma-pa-5.12.3.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}"