summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gardiner <obz@gentoo.org>2004-08-11 05:37:55 +0000
committerMike Gardiner <obz@gentoo.org>2004-08-11 05:37:55 +0000
commit5e1c0759a13dfce40093f3889bcde6a9e4be7770 (patch)
tree4f10340c52a71dfda8715e743eaf906a2c0f3f09 /gnome-extra/gcursor/gcursor-0.06.ebuild
parentver bump (Manifest recommit) (diff)
downloadgentoo-2-5e1c0759a13dfce40093f3889bcde6a9e4be7770.tar.gz
gentoo-2-5e1c0759a13dfce40093f3889bcde6a9e4be7770.tar.bz2
gentoo-2-5e1c0759a13dfce40093f3889bcde6a9e4be7770.zip
Please welcome GCursor to the portage tree, as requested in bug #45338
Diffstat (limited to 'gnome-extra/gcursor/gcursor-0.06.ebuild')
-rw-r--r--gnome-extra/gcursor/gcursor-0.06.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/gnome-extra/gcursor/gcursor-0.06.ebuild b/gnome-extra/gcursor/gcursor-0.06.ebuild
new file mode 100644
index 000000000000..87f8512e948f
--- /dev/null
+++ b/gnome-extra/gcursor/gcursor-0.06.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gcursor/gcursor-0.06.ebuild,v 1.1 2004/08/11 05:37:55 obz Exp $
+
+inherit gnome2
+
+DESCRIPTION="An X11 mouse cursor theme selector"
+HOMEPAGE="http://qballcow.nl/?s=14"
+SRC_URI="http://download.qballcow.nl/programs/${PN}/${P}.tar.gz"
+LICENSE="GPL-2"
+
+IUSE=""
+SLOT="0"
+KEYWORDS="~x86"
+
+RDEPEND=">=dev-libs/glib-2
+ >=x11-libs/gtk+-2
+ >=gnome-base/gnome-vfs-2
+ >=gnome-base/libgnomeui-2
+ >=gnome-base/libglade-2
+ >=gnome-base/gconf-2"
+
+DEPEND="${RDEPEND}
+ >=dev-util/pkgconfig-0.12"
+
+DOCS="AUTHORS ChangeLog TODO"
+