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
commit216b867c8f8d3965e87e397a37e3231eed0a7522 (patch)
tree57cc06bc3c7a8a5ff92abd01bc5334cc313b6333 /rox-base/volume/volume-009-r1.ebuild
parentAdded APPCATEGORY so a .desktop file will be installed (diff)
downloadgentoo-2-216b867c8f8d3965e87e397a37e3231eed0a7522.tar.gz
gentoo-2-216b867c8f8d3965e87e397a37e3231eed0a7522.tar.bz2
gentoo-2-216b867c8f8d3965e87e397a37e3231eed0a7522.zip
Added APPCATEGORY so a .desktop file will be installed
(Portage version: 2.1.2-r4)
Diffstat (limited to 'rox-base/volume/volume-009-r1.ebuild')
-rw-r--r--rox-base/volume/volume-009-r1.ebuild29
1 files changed, 29 insertions, 0 deletions
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
+}