diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-10-20 06:04:54 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-10-20 06:04:54 +0000 |
commit | 8561bbadaa20ae8705b0950456e7510db95a6a1d (patch) | |
tree | b81d0d039b824da981cb860ddb5f8d770d199f0f /x11-themes | |
parent | Version bump. (diff) | |
download | gentoo-2-8561bbadaa20ae8705b0950456e7510db95a6a1d.tar.gz gentoo-2-8561bbadaa20ae8705b0950456e7510db95a6a1d.tar.bz2 gentoo-2-8561bbadaa20ae8705b0950456e7510db95a6a1d.zip |
Bump for 7.0 RC1.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/xcursor-themes/ChangeLog | 8 | ||||
-rw-r--r-- | x11-themes/xcursor-themes/files/digest-xcursor-themes-0.99.1 | 1 | ||||
-rw-r--r-- | x11-themes/xcursor-themes/xcursor-themes-0.99.1.ebuild | 20 |
3 files changed, 28 insertions, 1 deletions
diff --git a/x11-themes/xcursor-themes/ChangeLog b/x11-themes/xcursor-themes/ChangeLog index 0fc1a50c9078..1eb43108230a 100644 --- a/x11-themes/xcursor-themes/ChangeLog +++ b/x11-themes/xcursor-themes/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-themes/xcursor-themes # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/xcursor-themes/ChangeLog,v 1.7 2005/10/19 04:22:55 geoman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/xcursor-themes/ChangeLog,v 1.8 2005/10/20 06:03:08 joshuabaergen Exp $ + +*xcursor-themes-0.99.1 (20 Oct 2005) + + 20 Oct 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xcursor-themes-0.99.1.ebuild: + Bump for 7.0 RC1. 19 Oct 2005; Stephen P. Becker <geoman@gentoo.org> xcursor-themes-0.99.0-r1.ebuild: diff --git a/x11-themes/xcursor-themes/files/digest-xcursor-themes-0.99.1 b/x11-themes/xcursor-themes/files/digest-xcursor-themes-0.99.1 new file mode 100644 index 000000000000..0d57065a0c48 --- /dev/null +++ b/x11-themes/xcursor-themes/files/digest-xcursor-themes-0.99.1 @@ -0,0 +1 @@ +MD5 a86608399b872b9ca3ed56d864918794 xcursor-themes-0.99.1.tar.bz2 2207710 diff --git a/x11-themes/xcursor-themes/xcursor-themes-0.99.1.ebuild b/x11-themes/xcursor-themes/xcursor-themes-0.99.1.ebuild new file mode 100644 index 000000000000..461fe69f5c3f --- /dev/null +++ b/x11-themes/xcursor-themes/xcursor-themes-0.99.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/xcursor-themes/xcursor-themes-0.99.1.ebuild,v 1.1 2005/10/20 06:03:08 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org cursors data" +KEYWORDS="~amd64 ~mips ~ppc ~sh ~sparc ~x86" +RDEPEND="x11-libs/libX11 + x11-libs/libXcursor + =media-libs/libpng-1.2*" +DEPEND="${RDEPEND} + x11-apps/xcursorgen" + +PATCHES="${FILESDIR}/make-cursordir-configurable.patch" + +CONFIGURE_OPTIONS="--with-cursordir=/usr/share/cursors/xorg-x11" |