diff options
author | Joe Sapp <nixphoeni@gentoo.org> | 2005-08-30 20:04:57 +0000 |
---|---|---|
committer | Joe Sapp <nixphoeni@gentoo.org> | 2005-08-30 20:04:57 +0000 |
commit | b84abb02938d17c420c93e5525c7b882afc71cde (patch) | |
tree | bc424de1e339e18548e543fdb4e2c702cd486007 /x11-plugins/desklet-justanicon/desklet-justanicon-0.2.ebuild | |
parent | Added new version 3.0.1 of valgrind that defaults to building without PIE (so... (diff) | |
download | gentoo-2-b84abb02938d17c420c93e5525c7b882afc71cde.tar.gz gentoo-2-b84abb02938d17c420c93e5525c7b882afc71cde.tar.bz2 gentoo-2-b84abb02938d17c420c93e5525c7b882afc71cde.zip |
Initial commit
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-plugins/desklet-justanicon/desklet-justanicon-0.2.ebuild')
-rw-r--r-- | x11-plugins/desklet-justanicon/desklet-justanicon-0.2.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/x11-plugins/desklet-justanicon/desklet-justanicon-0.2.ebuild b/x11-plugins/desklet-justanicon/desklet-justanicon-0.2.ebuild new file mode 100644 index 000000000000..f8e013476b8b --- /dev/null +++ b/x11-plugins/desklet-justanicon/desklet-justanicon-0.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-justanicon/desklet-justanicon-0.2.ebuild,v 1.1 2005/08/30 20:04:57 nixphoeni Exp $ + +inherit gdesklets + +DESKLET_NAME="JustAnIcon" + +MY_P="${DESKLET_NAME}-${PV}" +S=${WORKDIR}/Displays/${DESKLET_NAME} + +DESCRIPTION="A configurable desktop icon" +HOMEPAGE="http://gdesklets.gnomedesktop.org/categories.php?func=gd_show_app&gd_app_id=281" +SRC_URI="http://gdesklets.gnomedesktop.org/files/${MY_P}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +IUSE="" +KEYWORDS="~x86" + +RDEPEND=">=gnome-extra/gdesklets-core-0.34.3" |