summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-03 21:16:19 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-03 21:16:19 +0000
commit0040184562f40a776551f689cd12907861958b23 (patch)
treed776fe5f6794e4f27dba8a68e62c823e6c646958 /x11-themes/golden-xcursors
parentMark ~ia64; bug #113367. (diff)
downloadgentoo-2-0040184562f40a776551f689cd12907861958b23.tar.gz
gentoo-2-0040184562f40a776551f689cd12907861958b23.tar.bz2
gentoo-2-0040184562f40a776551f689cd12907861958b23.zip
Deps for modular X (bug #117643) - removed deps as Donnie suggested.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-themes/golden-xcursors')
-rw-r--r--x11-themes/golden-xcursors/ChangeLog6
-rw-r--r--x11-themes/golden-xcursors/golden-xcursors-0.8.ebuild23
2 files changed, 11 insertions, 18 deletions
diff --git a/x11-themes/golden-xcursors/ChangeLog b/x11-themes/golden-xcursors/ChangeLog
index 8bc111cd97aa..32befdf4f923 100644
--- a/x11-themes/golden-xcursors/ChangeLog
+++ b/x11-themes/golden-xcursors/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-themes/golden-xcursors
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/golden-xcursors/ChangeLog,v 1.20 2006/01/03 20:42:51 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/golden-xcursors/ChangeLog,v 1.21 2006/01/03 21:14:28 nelchael Exp $
+
+ 03 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org>
+ golden-xcursors-0.8.ebuild:
+ Deps for modular X (bug #117643) - removed deps as Donnie suggested.
03 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> metadata.xml,
golden-xcursors-0.8.ebuild:
diff --git a/x11-themes/golden-xcursors/golden-xcursors-0.8.ebuild b/x11-themes/golden-xcursors/golden-xcursors-0.8.ebuild
index a16e9856bce7..75fff73fb7f6 100644
--- a/x11-themes/golden-xcursors/golden-xcursors-0.8.ebuild
+++ b/x11-themes/golden-xcursors/golden-xcursors-0.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/golden-xcursors/golden-xcursors-0.8.ebuild,v 1.20 2006/01/03 20:42:51 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/golden-xcursors/golden-xcursors-0.8.ebuild,v 1.21 2006/01/03 21:14:28 nelchael Exp $
MY_P="5507-Golden-XCursors-3D-${PV}"
DESCRIPTION="A high quality set of Xfree 4.3.0 animated mouse cursors"
@@ -12,27 +12,16 @@ SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 sparc x86"
IUSE=""
-DEPEND=""
-RDEPEND="|| ( x11-base/xorg-server virtual/x11 )"
+RDEPEND=""
+DEPEND="${RDEPEND}"
src_install() {
- # Set up X11 implementation
- X11_IMPLEM_P="$(best_version virtual/x11)"
- X11_IMPLEM="${X11_IMPLEM_P%-[0-9]*}"
- X11_IMPLEM="${X11_IMPLEM##*\/}"
- einfo "X11 implementation is ${X11_IMPLEM}."
-
- dodir /usr/share/cursors/${X11_IMPLEM}/Gold/cursors/
- cp -R ${WORKDIR}/${MY_P:5}/Gold/cursors ${D}/usr/share/cursors/${X11_IMPLEM}/Gold/ || die
+ dodir /usr/share/cursors/xorg-x11/Gold/cursors/
+ cp -R ${WORKDIR}/${MY_P:5}/Gold/cursors ${D}/usr/share/cursors/xorg-x11/Gold/ || die
dodoc ${WORKDIR}/${MY_P:5}/README
}
pkg_postinst() {
- # yes, i know; it is ugly
- X11_IMPLEM_P="$(best_version virtual/x11)"
- X11_IMPLEM="${X11_IMPLEM_P%-[0-9]*}"
- X11_IMPLEM="${X11_IMPLEM##*\/}"
-
einfo "To use this set of cursors, edit or create the file ~/.Xdefaults"
einfo "and add the following line:"
einfo "Xcursor.theme: Gold"
@@ -41,7 +30,7 @@ pkg_postinst() {
einfo "Xcursor.size: 48"
einfo ""
einfo "Also, to globally use this set of mouse cursors edit the file:"
- einfo " /usr/local/share/cursors/${X11_IMPLEM}/default/index.theme"
+ einfo " /usr/share/cursors/xorg-x11/default/index.theme"
einfo "and change the line:"
einfo " Inherits=[current setting]"
einfo "to"