diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-08-22 23:21:21 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-08-22 23:28:37 +0200 |
commit | d1d7cdcae224154eede1ee6944f145946f1eff60 (patch) | |
tree | 12065a681fe2484b97689eba69518b952b0c93e4 /kde-plasma/plasma-pa/plasma-pa-5.10.5.ebuild | |
parent | app-doc/php-docs: [QA] Use relative symlink target(s) (diff) | |
download | gentoo-d1d7cdcae224154eede1ee6944f145946f1eff60.tar.gz gentoo-d1d7cdcae224154eede1ee6944f145946f1eff60.tar.bz2 gentoo-d1d7cdcae224154eede1ee6944f145946f1eff60.zip |
kde-plasma: Add KDE Plasma 5.10.5
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'kde-plasma/plasma-pa/plasma-pa-5.10.5.ebuild')
-rw-r--r-- | kde-plasma/plasma-pa/plasma-pa-5.10.5.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/kde-plasma/plasma-pa/plasma-pa-5.10.5.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.10.5.ebuild new file mode 100644 index 000000000000..fb5fb2344258 --- /dev/null +++ b/kde-plasma/plasma-pa/plasma-pa-5.10.5.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2017 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}" |