summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2015-08-26 00:10:39 +1000
committerMichael Palimaka <kensington@gentoo.org>2015-08-26 00:14:00 +1000
commit809b471f3c387bcff2d5461f4b209c773ae32e04 (patch)
tree49b2ca906e2803bdb50a2998a61cf68f20e2c1f6 /kde-plasma/plasma-pa
parentmedia-sound/sndpeek: version bump to 1.4. (diff)
downloadgentoo-809b471f3c387bcff2d5461f4b209c773ae32e04.tar.gz
gentoo-809b471f3c387bcff2d5461f4b209c773ae32e04.tar.bz2
gentoo-809b471f3c387bcff2d5461f4b209c773ae32e04.zip
kde-plasma: version bump 5.4.0
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'kde-plasma/plasma-pa')
-rw-r--r--kde-plasma/plasma-pa/Manifest1
-rw-r--r--kde-plasma/plasma-pa/metadata.xml5
-rw-r--r--kde-plasma/plasma-pa/plasma-pa-5.4.0.ebuild27
3 files changed, 33 insertions, 0 deletions
diff --git a/kde-plasma/plasma-pa/Manifest b/kde-plasma/plasma-pa/Manifest
new file mode 100644
index 000000000000..e1265acc4013
--- /dev/null
+++ b/kde-plasma/plasma-pa/Manifest
@@ -0,0 +1 @@
+DIST plasma-pa-5.4.0.tar.xz 35232 SHA256 6d2a74021cb914fbdb2206779bdc8c74406a40e5bf26c70f8c724e7e0dfe04d0 SHA512 058e7c13fcacc283b737b9445370878a8305a1a6b4f5ad355fb8b3100a81d661edd526c20490e7f04b68627214b7399021a8e7b63f17cdfb855a58dbd1e33d34 WHIRLPOOL 339b44abaa0deaac323dacd72bc5eab91585fa800e5cce591a94c51f1a22abc13c58273a1208907b62dd59f4857aced0eec8af181eb009873f57905c4a11399e
diff --git a/kde-plasma/plasma-pa/metadata.xml b/kde-plasma/plasma-pa/metadata.xml
new file mode 100644
index 000000000000..a23f444b67d6
--- /dev/null
+++ b/kde-plasma/plasma-pa/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>kde</herd>
+</pkgmetadata>
diff --git a/kde-plasma/plasma-pa/plasma-pa-5.4.0.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.4.0.ebuild
new file mode 100644
index 000000000000..d35ed31e7946
--- /dev/null
+++ b/kde-plasma/plasma-pa/plasma-pa-5.4.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_PUNT_BOGUS_DEPS="true"
+inherit kde5
+
+DESCRIPTION="Plasma applet for audio volume management using PulseAudio"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdeclarative)
+ $(add_frameworks_dep kglobalaccel)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep plasma)
+ dev-qt/qtdbus:5
+ dev-qt/qtdeclarative:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+ media-sound/pulseaudio
+"
+
+RDEPEND="${DEPEND}"