diff options
author | Andreas Sturmlechner <andreas.sturmlechner@gmail.com> | 2016-12-28 00:09:23 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2016-12-29 02:21:35 +0100 |
commit | dc158cb097880079f3ccf68a90d1c43658b73a6b (patch) | |
tree | 85814085923c58676102c228ad0fe0201039ee02 /kde-plasma/plasma-pa | |
parent | app-arch/xar: migrate away from google code #544092 (diff) | |
download | gentoo-dc158cb097880079f3ccf68a90d1c43658b73a6b.tar.gz gentoo-dc158cb097880079f3ccf68a90d1c43658b73a6b.tar.bz2 gentoo-dc158cb097880079f3ccf68a90d1c43658b73a6b.zip |
kde-plasma: 5.8.5 version bump
Package-Manager: portage-2.3.0
Diffstat (limited to 'kde-plasma/plasma-pa')
-rw-r--r-- | kde-plasma/plasma-pa/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/plasma-pa/plasma-pa-5.8.5.ebuild | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/kde-plasma/plasma-pa/Manifest b/kde-plasma/plasma-pa/Manifest index 8d27ad14d891..b3747c385838 100644 --- a/kde-plasma/plasma-pa/Manifest +++ b/kde-plasma/plasma-pa/Manifest @@ -1,2 +1,3 @@ DIST plasma-pa-5.8.3.tar.xz 69468 SHA256 04574c84ada093be461b95f6d9c32c7fc28ebcd11943bfffaaf5ca3d336b7dd0 SHA512 1f86d9bb88620fa0b7c9584e27354b5bc10179ce0f7a80513d1900e661e3843f68513f25c542b63098d2d9f185c71dfcc9349f385c6079c0d1667e641ac68da6 WHIRLPOOL 1dca63d521f0a96da7afcbccf799ba8a7f518406560b5cff2d98ed896ab79bc01cbf29f3fab273e9268c6f2e4d188b8034e200a8c77379098cd82fd1a552e120 DIST plasma-pa-5.8.4.tar.xz 69756 SHA256 91381fae36a644f97edc936e94d53ffa28db01be93ab982c03857592a13aeedc SHA512 efaa78c5ae4f1022cd16c73c2f749fa8813d54f10d3335fc5e7af7d569ee96d2e47b46c49ca5e231548155747b1e48c012502a0a184962cdef1b0acfb0dbb230 WHIRLPOOL f900dc15f2b082df612e533a7c8bae736db4fe3f0b3b4bab21010b6432cb1140645b98726c29aa9b565e7c6e9d607d0c0bf92ad75c62773efeda05d103f940f5 +DIST plasma-pa-5.8.5.tar.xz 69856 SHA256 2bbc3e6e12f743c633a5c2101efa6a19dd5f120b64da0ea0ff3da3e7ba6fe16d SHA512 87151c05d2f919c7b25274254d690eb7dd0c6e1068a230e6110092bf7622bcfa14c553e0b09253b529e9f4531ed13d484a874e29402dc13d8ec66315111abe5e WHIRLPOOL c2301cd34faddff497c230f4d0d4f0e66ebe2b506727e219b3b025dadb8e76e62e53e3d3246e190da3543d3259907083de507fae1320d7df24b6639713cf797a diff --git a/kde-plasma/plasma-pa/plasma-pa-5.8.5.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.8.5.ebuild new file mode 100644 index 000000000000..e6229191df36 --- /dev/null +++ b/kde-plasma/plasma-pa/plasma-pa-5.8.5.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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}" |