summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2006-02-01 00:23:28 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2006-02-01 00:23:28 +0000
commit04b720bb8ac818ee43a730f0708e809a029135f3 (patch)
tree74e5f6c162176ece279d5891436320f79023e63c /x11-libs
parentMark 0.16 stable on ia64 (diff)
downloadgentoo-2-04b720bb8ac818ee43a730f0708e809a029135f3.tar.gz
gentoo-2-04b720bb8ac818ee43a730f0708e809a029135f3.tar.bz2
gentoo-2-04b720bb8ac818ee43a730f0708e809a029135f3.zip
(#120808) Add some more cursor paths to comply with icon theme spec and be internally consistent: /usr/local/share/cursors, /usr/local/share/icons, /usr/local/share/pixmaps, /usr/share/cursors, /usr/share/icons, /usr/share/pixmaps. Previously we were just looking in xorg-x11 subdirectories of many of them, or missing the /usr/local variants.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/libXcursor/ChangeLog12
-rw-r--r--x11-libs/libXcursor/files/digest-libXcursor-1.1.5.2-r13
-rw-r--r--x11-libs/libXcursor/libXcursor-1.1.5.2-r1.ebuild19
3 files changed, 33 insertions, 1 deletions
diff --git a/x11-libs/libXcursor/ChangeLog b/x11-libs/libXcursor/ChangeLog
index 05ff50b864a9..92a776404307 100644
--- a/x11-libs/libXcursor/ChangeLog
+++ b/x11-libs/libXcursor/ChangeLog
@@ -1,6 +1,16 @@
# ChangeLog for x11-libs/libXcursor
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXcursor/ChangeLog,v 1.19 2006/01/31 13:30:06 killerfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXcursor/ChangeLog,v 1.20 2006/02/01 00:23:28 spyderous Exp $
+
+*libXcursor-1.1.5.2-r1 (01 Feb 2006)
+
+ 01 Feb 2006; Donnie Berkholz <spyderous@gentoo.org>;
+ +libXcursor-1.1.5.2-r1.ebuild:
+ (#120808) Add some more cursor paths to comply with icon theme spec and be
+ internally consistent: /usr/local/share/cursors, /usr/local/share/icons,
+ /usr/local/share/pixmaps, /usr/share/cursors, /usr/share/icons,
+ /usr/share/pixmaps. Previously we were just looking in xorg-x11
+ subdirectories of many of them, or missing the /usr/local variants.
31 Jan 2006; Rene Nussbaumer <killerfox@gentoo.org>
libXcursor-1.1.5.2.ebuild:
diff --git a/x11-libs/libXcursor/files/digest-libXcursor-1.1.5.2-r1 b/x11-libs/libXcursor/files/digest-libXcursor-1.1.5.2-r1
new file mode 100644
index 000000000000..04b63708f0f5
--- /dev/null
+++ b/x11-libs/libXcursor/files/digest-libXcursor-1.1.5.2-r1
@@ -0,0 +1,3 @@
+MD5 f406ce87447086a1f85f9cffb2dfbd34 libXcursor-1.1.5.2.tar.bz2 224281
+RMD160 10004c68df43d116364cbe6bb9cd4ca092bbbc88 libXcursor-1.1.5.2.tar.bz2 224281
+SHA256 39258c7adcdb369357775b1c4021c7a68398fe9df71ff362570042e449349bb9 libXcursor-1.1.5.2.tar.bz2 224281
diff --git a/x11-libs/libXcursor/libXcursor-1.1.5.2-r1.ebuild b/x11-libs/libXcursor/libXcursor-1.1.5.2-r1.ebuild
new file mode 100644
index 000000000000..f0ee2d4f5a1c
--- /dev/null
+++ b/x11-libs/libXcursor/libXcursor-1.1.5.2-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2006 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.2-r1.ebuild,v 1.1 2006/02/01 00:23:28 spyderous Exp $
+
+# Must be before x-modular eclass is inherited
+# SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org Xcursor library"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~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-cursorpath=~/.cursors:~/.icons:/usr/local/share/cursors/xorg-x11:/usr/local/share/cursors:/usr/local/share/icons:/usr/local/share/pixmaps:/usr/share/cursors/xorg-x11:/usr/share/cursors:/usr/share/pixmaps/xorg-x11:/usr/share/icons:/usr/share/pixmaps"