diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-03 21:16:19 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-03 21:16:19 +0000 |
commit | 0040184562f40a776551f689cd12907861958b23 (patch) | |
tree | d776fe5f6794e4f27dba8a68e62c823e6c646958 /x11-themes/silver-xcursors | |
parent | Mark ~ia64; bug #113367. (diff) | |
download | gentoo-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/silver-xcursors')
-rw-r--r-- | x11-themes/silver-xcursors/ChangeLog | 6 | ||||
-rw-r--r-- | x11-themes/silver-xcursors/silver-xcursors-0.4.ebuild | 22 |
2 files changed, 11 insertions, 17 deletions
diff --git a/x11-themes/silver-xcursors/ChangeLog b/x11-themes/silver-xcursors/ChangeLog index dab660aae7f4..2e0da9efde1d 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/silver-xcursors/ChangeLog,v 1.19 2006/01/03 20:45:35 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/silver-xcursors/ChangeLog,v 1.20 2006/01/03 21:16:19 nelchael Exp $ + + 03 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> + silver-xcursors-0.4.ebuild: + Deps for modular X (bug #117643) - removed deps as Donnie suggested. 03 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> metadata.xml, silver-xcursors-0.4.ebuild: diff --git a/x11-themes/silver-xcursors/silver-xcursors-0.4.ebuild b/x11-themes/silver-xcursors/silver-xcursors-0.4.ebuild index 9f1658f61d22..dc3d9fdab923 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-2006 Gentoo Foundation # 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.20 2006/01/03 20:45:35 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/silver-xcursors/silver-xcursors-0.4.ebuild,v 1.21 2006/01/03 21:16:19 nelchael Exp $ MY_P="5533-Silver-XCursors-3D-${PV}" DESCRIPTION="A high quality set of Xfree 4.3.0 animated mouse cursors" @@ -12,26 +12,16 @@ SLOT="0" KEYWORDS="alpha amd64 hppa ia64 mips ppc sparc x86" IUSE="" -DEPEND="" -RDEPEND="|| ( x11-base/xorg-server virtual/x11 )" +RDEPEND="" +DEPEND="${RDEPEND}" src_install() { - #X11_IMPLEM_P="$(best_version virtual/x11)" - #X11_IMPLEM="${X11_IMPLEM_P%-[0-9]*}" - #X11_IMPLEM="${X11_IMPLEM##*\/}" - X11_IMPLEM="xorg-x11" - einfo "X11 implementation is ${X11_IMPLEM}." - - dodir /usr/share/cursors/${X11_IMPLEM}/Silver/cursors/ - cp -R ${WORKDIR}/${MY_P:5}/Silver/cursors ${D}/usr/share/cursors/${X11_IMPLEM}/Silver/ || die + dodir /usr/share/cursors/xorg-x11/Silver/cursors/ + cp -R ${WORKDIR}/${MY_P:5}/Silver/cursors ${D}/usr/share/cursors/xorg-x11/Silver/ || die dodoc ${WORKDIR}/${MY_P:5}/README } pkg_postinst() { - 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: Silver" @@ -40,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" |