diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-11-11 17:35:15 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-11-11 17:35:15 +0000 |
commit | 2454df8098202cb78eff038c2e21f8e2074f112f (patch) | |
tree | cd2edce51536a2e31562125ac8c38638ce22e99b /x11-libs/libXcursor | |
parent | Bump for 7.0RC2. (diff) | |
download | gentoo-2-2454df8098202cb78eff038c2e21f8e2074f112f.tar.gz gentoo-2-2454df8098202cb78eff038c2e21f8e2074f112f.tar.bz2 gentoo-2-2454df8098202cb78eff038c2e21f8e2074f112f.zip |
Bump for 7.0RC2.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'x11-libs/libXcursor')
-rw-r--r-- | x11-libs/libXcursor/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/libXcursor/files/digest-libXcursor-1.1.5 | 1 | ||||
-rw-r--r-- | x11-libs/libXcursor/libXcursor-1.1.5.ebuild | 21 |
3 files changed, 29 insertions, 1 deletions
diff --git a/x11-libs/libXcursor/ChangeLog b/x11-libs/libXcursor/ChangeLog index 6f0c03984fa8..94d5e7309d52 100644 --- a/x11-libs/libXcursor/ChangeLog +++ b/x11-libs/libXcursor/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/libXcursor # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXcursor/ChangeLog,v 1.11 2005/11/04 17:59:47 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXcursor/ChangeLog,v 1.12 2005/11/11 17:30:30 spyderous Exp $ + +*libXcursor-1.1.5 (11 Nov 2005) + + 11 Nov 2005; Donnie Berkholz <spyderous@gentoo.org>; + +libXcursor-1.1.5.ebuild: + Bump for 7.0RC2. 04 Nov 2005; Joshua Baergen <joshuabaergen@gentoo.org> -libXcursor-1.1.3-r1.ebuild: diff --git a/x11-libs/libXcursor/files/digest-libXcursor-1.1.5 b/x11-libs/libXcursor/files/digest-libXcursor-1.1.5 new file mode 100644 index 000000000000..f1e48b5b1dc5 --- /dev/null +++ b/x11-libs/libXcursor/files/digest-libXcursor-1.1.5 @@ -0,0 +1 @@ +MD5 c90f04967c0b68dbde0dd6f4dc943877 libXcursor-1.1.5.tar.bz2 175318 diff --git a/x11-libs/libXcursor/libXcursor-1.1.5.ebuild b/x11-libs/libXcursor/libXcursor-1.1.5.ebuild new file mode 100644 index 000000000000..b38bd8bd4409 --- /dev/null +++ b/x11-libs/libXcursor/libXcursor-1.1.5.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-libs/libXcursor/libXcursor-1.1.5.ebuild,v 1.1 2005/11/11 17:30:30 spyderous Exp $ + +# Must be before x-modular eclass is inherited +SNAPSHOT="yes" + +inherit x-modular + +PATCHES="${FILESDIR}/make-icondir-configurable.patch" + +DESCRIPTION="X.Org Xcursor library" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86" +RDEPEND="x11-libs/libXrender + x11-libs/libXfixes + x11-libs/libX11 + x11-proto/xproto" +DEPEND="${RDEPEND}" + +CONFIGURE_OPTIONS="--with-icondir=/usr/share/cursors/xorg-x11 + --with-xcursor-path=~/.cursors:~/.icons:/usr/local/share/cursors/xorg-x11:/usr/share/cursors/xorg-x11:/usr/share/pixmaps/xorg-x11" |