diff options
author | Scott W Taylor <swtaylor@gentoo.org> | 2004-06-09 01:49:35 +0000 |
---|---|---|
committer | Scott W Taylor <swtaylor@gentoo.org> | 2004-06-09 01:49:35 +0000 |
commit | 5a422dd521f5e785f6936d2ddd241ce009c8d8db (patch) | |
tree | b5688fc737bf88a30a61e59e4ea7af77c1368d13 /x11-themes/silver-xcursors | |
parent | added libcroco dependency (Manifest recommit) (diff) | |
download | gentoo-2-5a422dd521f5e785f6936d2ddd241ce009c8d8db.tar.gz gentoo-2-5a422dd521f5e785f6936d2ddd241ce009c8d8db.tar.bz2 gentoo-2-5a422dd521f5e785f6936d2ddd241ce009c8d8db.zip |
works with xorg
Diffstat (limited to 'x11-themes/silver-xcursors')
4 files changed, 20 insertions, 12 deletions
diff --git a/x11-themes/silver-xcursors/ChangeLog b/x11-themes/silver-xcursors/ChangeLog index 4f0b3ab96f59..99c69b6c1f01 100644 --- a/x11-themes/silver-xcursors/ChangeLog +++ b/x11-themes/silver-xcursors/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/silver-xcursors # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/silver-xcursors/ChangeLog,v 1.7 2004/03/24 22:29:14 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/silver-xcursors/ChangeLog,v 1.8 2004/06/09 01:48:23 swtaylor Exp $ + + 08 Jun 2004; Scott W Taylor <swtaylor@gentoo.org> + silver-xcursors-0.4.ebuild: + play nicely with xorg 24 Mar 2004; David Holm <dholm@gentoo.org> silver-xcursors-0.4.ebuild: Added to ~ppc. diff --git a/x11-themes/silver-xcursors/silver-xcursors-0.3-r1.ebuild b/x11-themes/silver-xcursors/silver-xcursors-0.3-r1.ebuild index eb20125f46f4..15ad48a6f27b 100644 --- a/x11-themes/silver-xcursors/silver-xcursors-0.3-r1.ebuild +++ b/x11-themes/silver-xcursors/silver-xcursors-0.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/silver-xcursors/silver-xcursors-0.3-r1.ebuild,v 1.1 2003/06/19 02:47:22 tad Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/silver-xcursors/silver-xcursors-0.3-r1.ebuild,v 1.2 2004/06/09 01:48:23 swtaylor Exp $ MY_P="5533-Silver-XCursors-3D-${PV}" DESCRIPTION="A high quality set of Xfree 4.3.0 animated mouse cursors" diff --git a/x11-themes/silver-xcursors/silver-xcursors-0.3.ebuild b/x11-themes/silver-xcursors/silver-xcursors-0.3.ebuild index ba889d81a2b0..fabf91bb4556 100644 --- a/x11-themes/silver-xcursors/silver-xcursors-0.3.ebuild +++ b/x11-themes/silver-xcursors/silver-xcursors-0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/silver-xcursors/silver-xcursors-0.3.ebuild,v 1.1 2003/06/19 02:18:18 tad Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/silver-xcursors/silver-xcursors-0.3.ebuild,v 1.2 2004/06/09 01:48:23 swtaylor Exp $ MY_P="5533-Silver-XCursors-3D-${PV}" DESCRIPTION="A high quality set of Xfree 4.3.0 animated mouse cursors" diff --git a/x11-themes/silver-xcursors/silver-xcursors-0.4.ebuild b/x11-themes/silver-xcursors/silver-xcursors-0.4.ebuild index d054535da83d..4e81a48b6442 100644 --- a/x11-themes/silver-xcursors/silver-xcursors-0.4.ebuild +++ b/x11-themes/silver-xcursors/silver-xcursors-0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/silver-xcursors/silver-xcursors-0.4.ebuild,v 1.7 2004/04/27 21:02:47 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/silver-xcursors/silver-xcursors-0.4.ebuild,v 1.8 2004/06/09 01:48:23 swtaylor Exp $ MY_P="5533-Silver-XCursors-3D-${PV}" DESCRIPTION="A high quality set of Xfree 4.3.0 animated mouse cursors" @@ -11,12 +11,16 @@ SLOT="0" KEYWORDS="x86 sparc amd64 ~alpha ppc" IUSE="" DEPEND="" -RDEPEND=">=x11-base/xfree-4.3.0-r2" - +RDEPEND="virtual/x11" src_install() { - mkdir -p ${D}/usr/share/cursors/xfree/Silver/cursors/ - cp -d ${WORKDIR}/${MY_P:5}/Silver/cursors/* ${D}/usr/share/cursors/xfree/Silver/cursors/ || die + X11_IMPLEM_P="$(portageq best_version "${ROOT}" virtual/x11)" + X11_IMPLEM="${X11_IMPLEM_P%-[0-9]*}" + X11_IMPLEM="${X11_IMPLEM##*\/}" + einfo "X11 implementation is ${X11_IMPLEM}." + + mkdir -p ${D}/usr/share/cursors/${X11_IMPLEM}/Silver/cursors/ + cp -d ${WORKDIR}/${MY_P:5}/Silver/cursors/* ${D}/usr/share/cursors/${X11_IMPLEM}/Silver/cursors/ || die dodoc ${WORKDIR}/${MY_P:5}/{COPYING,README} } @@ -29,7 +33,7 @@ pkg_postinst() { einfo "Xcursor.size: 48" einfo "" einfo "To globally use this set of mouse cursors edit the file:" - einfo " /usr/share/cursors/xfree/default/index.theme" + einfo " /usr/share/cursors/${X11_IMPLEM}/default/index.theme" einfo "and change the line:" einfo " Inherits=[current setting]" einfo "to" @@ -38,5 +42,5 @@ pkg_postinst() { einfo "" ewarn "If you experience flickering, try setting the following line in" ewarn "the Device section of your XF86Config:" - ewarn "Option \"HWCursor\" \"false\"" + ewarn "Option \"HWCursor\" \"false\"" } |