summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2007-01-30 22:12:39 +0000
committerJim Ramsay <lack@gentoo.org>2007-01-30 22:12:39 +0000
commit3e6f8f708a87777cb0703bc73addc4c980e7a399 (patch)
treec394adac40a227aad17dc4046471a739ebdd7c0a /rox-base/volume
parentx86 stable (diff)
downloadhistorical-3e6f8f708a87777cb0703bc73addc4c980e7a399.tar.gz
historical-3e6f8f708a87777cb0703bc73addc4c980e7a399.tar.bz2
historical-3e6f8f708a87777cb0703bc73addc4c980e7a399.zip
Added APPCATEGORY so a .desktop file will be installed
Package-Manager: portage-2.1.2-r4
Diffstat (limited to 'rox-base/volume')
-rw-r--r--rox-base/volume/ChangeLog9
-rw-r--r--rox-base/volume/files/digest-volume-009-r13
-rw-r--r--rox-base/volume/volume-009-r1.ebuild29
3 files changed, 39 insertions, 2 deletions
diff --git a/rox-base/volume/ChangeLog b/rox-base/volume/ChangeLog
index 0d00be2ad59c..8bb53596d890 100644
--- a/rox-base/volume/ChangeLog
+++ b/rox-base/volume/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for rox-base/volume
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/rox-base/volume/ChangeLog,v 1.8 2006/11/20 18:07:43 opfer Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/rox-base/volume/ChangeLog,v 1.9 2007/01/30 22:12:39 lack Exp $
+
+*volume-009-r1 (30 Jan 2007)
+
+ 30 Jan 2007; Jim Ramsay <lack@gentoo.org> +volume-009-r1.ebuild:
+ Added APPCATEGORY so a .desktop file will be installed
20 Nov 2006; Christian Faulhammer <opfer@gentoo.org> volume-009.ebuild:
stable x86, bug #155521
diff --git a/rox-base/volume/files/digest-volume-009-r1 b/rox-base/volume/files/digest-volume-009-r1
new file mode 100644
index 000000000000..0ce2eb6593c8
--- /dev/null
+++ b/rox-base/volume/files/digest-volume-009-r1
@@ -0,0 +1,3 @@
+MD5 eed8ff91b3a1dd1bbe37c6e1963ff141 Volume-009.tgz 29064
+RMD160 713011f40738fe20ddc885799d4fb119ac241897 Volume-009.tgz 29064
+SHA256 97c17b383594061043ff84a31de229a46e0ee9ff79e3a3a9bc600bd7ade4a233 Volume-009.tgz 29064
diff --git a/rox-base/volume/volume-009-r1.ebuild b/rox-base/volume/volume-009-r1.ebuild
new file mode 100644
index 000000000000..bf14db24c35f
--- /dev/null
+++ b/rox-base/volume/volume-009-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/rox-base/volume/volume-009-r1.ebuild,v 1.1 2007/01/30 22:12:39 lack Exp $
+
+ROX_VER=2.1.0
+ROX_LIB_VER=2.0.0
+inherit rox eutils
+
+MY_PN="Volume"
+DESCRIPTION="Volume is a ROX Panel Applet that puts a popup volume control in your panel."
+HOMEPAGE="http://www.hayber.us/rox/Volume"
+SRC_URI="http://www.hayber.us/rox/applets/${MY_PN}-${PV}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86"
+IUSE=""
+
+RDEPEND=">=dev-python/pyalsaaudio-0.2"
+
+APPNAME=${MY_PN}
+APPCATEGORY="AudioVideo;Audio;Mixer"
+S=${WORKDIR}
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ epatch ${FILESDIR}/${P}-no_channels.patch
+}