diff options
author | Jim Ramsay <lack@gentoo.org> | 2008-05-15 20:14:15 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2008-05-15 20:14:15 +0000 |
commit | ea3866d22c9db27ef1810db1632957e14f8f1c8a (patch) | |
tree | 4fcd10776322da3dc1d0c7b08392fd644cb1fd2a /rox-base/tasktray/tasktray-0.7-r1.ebuild | |
parent | Fixed many broken manifests. Not sure why they were broken, but hopefully th... (diff) | |
download | rox-ea3866d22c9db27ef1810db1632957e14f8f1c8a.tar.gz rox-ea3866d22c9db27ef1810db1632957e14f8f1c8a.tar.bz2 rox-ea3866d22c9db27ef1810db1632957e14f8f1c8a.zip |
Adding new versions of devtray and tasktray that take advantage of the split gnome-desktop ebuilds.HEADmaster
svn path=/trunk/overlay/; revision=26
Diffstat (limited to 'rox-base/tasktray/tasktray-0.7-r1.ebuild')
-rw-r--r-- | rox-base/tasktray/tasktray-0.7-r1.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/rox-base/tasktray/tasktray-0.7-r1.ebuild b/rox-base/tasktray/tasktray-0.7-r1.ebuild new file mode 100644 index 0000000..2acad02 --- /dev/null +++ b/rox-base/tasktray/tasktray-0.7-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +ROX_LIB_VER=1.9.6 +inherit rox + +MY_PN="TaskTray" +DESCRIPTION="TaskTray is a rox panel applet to show running applications." +HOMEPAGE="http://rox4debian.berlios.de" +SRC_URI="ftp://ftp.berlios.de/pub/rox4debian/apps/${MY_PN}-${PV}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~sparc ~x86" +IUSE="" + +RDEPEND=">=dev-python/gnome-desktop-wnck-2.12 + >=rox-base/traylib-0.3" + +APPNAME="${MY_PN}" +S="${WORKDIR}" |