diff options
-rw-r--r-- | x11-themes/redhat-artwork/ChangeLog | 6 | ||||
-rw-r--r-- | x11-themes/redhat-artwork/Manifest | 14 | ||||
-rw-r--r-- | x11-themes/redhat-artwork/redhat-artwork-0.122.1-r1.ebuild | 9 |
3 files changed, 10 insertions, 19 deletions
diff --git a/x11-themes/redhat-artwork/ChangeLog b/x11-themes/redhat-artwork/ChangeLog index 05ac8e8c035c..42710e365336 100644 --- a/x11-themes/redhat-artwork/ChangeLog +++ b/x11-themes/redhat-artwork/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/redhat-artwork # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/redhat-artwork/ChangeLog,v 1.64 2005/08/17 03:01:05 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/redhat-artwork/ChangeLog,v 1.65 2005/08/17 03:14:43 smithj Exp $ + + 17 Aug 2005; Jonathan Smith <smithj@gentoo.org> + redhat-artwork-0.122.1-r1.ebuild: + fixed things for upcomming modular-x 17 Aug 2005; Jonathan Smith <smithj@gentoo.org> Manifest: changed maintainer diff --git a/x11-themes/redhat-artwork/Manifest b/x11-themes/redhat-artwork/Manifest index 45623dfc185c..e69de29bb2d1 100644 --- a/x11-themes/redhat-artwork/Manifest +++ b/x11-themes/redhat-artwork/Manifest @@ -1,14 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 c063668330f4333c53f455ffc529adda ChangeLog 9037 -MD5 1c94384c99f530fc87eab2d9b0e16385 metadata.xml 318 -MD5 c2f60d2aead86026753d262ccca6e0a6 redhat-artwork-0.122.1-r1.ebuild 3951 -MD5 5d907e18affa414570d39790d791b072 files/digest-redhat-artwork-0.122.1-r1 76 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDAqiDl5AvwDPiUowRAmfyAJ9lqzD1p57N9HtSRbzhQwTaxa41OwCfXHb5 -veRLfSgVhQT78Qe0eQaufms= -=lJBp ------END PGP SIGNATURE----- diff --git a/x11-themes/redhat-artwork/redhat-artwork-0.122.1-r1.ebuild b/x11-themes/redhat-artwork/redhat-artwork-0.122.1-r1.ebuild index 964cdd39ec09..1a1f28c9ac52 100644 --- a/x11-themes/redhat-artwork/redhat-artwork-0.122.1-r1.ebuild +++ b/x11-themes/redhat-artwork/redhat-artwork-0.122.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/redhat-artwork/redhat-artwork-0.122.1-r1.ebuild,v 1.5 2005/05/14 21:00:34 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/redhat-artwork/redhat-artwork-0.122.1-r1.ebuild,v 1.6 2005/08/17 03:14:43 smithj Exp $ inherit eutils rpm versionator kde-functions @@ -115,9 +115,10 @@ src_install () { sed -i -e 's|Screenshot=|#Screenshot=|' GdmGreeterTheme.desktop # move cursors to /usr/share/cursors/${X11_IMPL} - X11_IMPLEM_P="$(best_version virtual/x11)" - X11_IMPLEM="${X11_IMPLEM_P%-[0-9]*}" - X11_IMPLEM="${X11_IMPLEM##*\/}" + #X11_IMPLEM_P="$(best_version virtual/x11)" + #X11_IMPLEM="${X11_IMPLEM_P%-[0-9]*}" + #X11_IMPLEM="${X11_IMPLEM##*\/}" + X11_IMPLEM="xorg-x11" for x in Bluecurve Bluecurve-inverse; do dodir /usr/share/cursors/${X11_IMPLEM}/${x} |