diff options
author | Kathryn Kulick <gothgirl@gentoo.org> | 2005-11-17 13:43:06 +0000 |
---|---|---|
committer | Kathryn Kulick <gothgirl@gentoo.org> | 2005-11-17 13:43:06 +0000 |
commit | d856acf097abc4aa9948a6b9e937cc64203a7087 (patch) | |
tree | 36898428cca3bfc6b7714ee2438363949fa09338 /x11-themes/jimmac-xcursors | |
parent | Added cd ${S} to fix patching on hppa. (diff) | |
download | gentoo-2-d856acf097abc4aa9948a6b9e937cc64203a7087.tar.gz gentoo-2-d856acf097abc4aa9948a6b9e937cc64203a7087.tar.bz2 gentoo-2-d856acf097abc4aa9948a6b9e937cc64203a7087.zip |
adjusted einfo wrt bug#105672
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'x11-themes/jimmac-xcursors')
-rw-r--r-- | x11-themes/jimmac-xcursors/ChangeLog | 6 | ||||
-rw-r--r-- | x11-themes/jimmac-xcursors/Manifest | 12 | ||||
-rw-r--r-- | x11-themes/jimmac-xcursors/jimmac-xcursors-0.0.1.ebuild | 10 |
3 files changed, 10 insertions, 18 deletions
diff --git a/x11-themes/jimmac-xcursors/ChangeLog b/x11-themes/jimmac-xcursors/ChangeLog index a2cc1915b106..e139b83d5565 100644 --- a/x11-themes/jimmac-xcursors/ChangeLog +++ b/x11-themes/jimmac-xcursors/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/jimmac-xcursors # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/jimmac-xcursors/ChangeLog,v 1.7 2005/10/14 05:07:43 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/jimmac-xcursors/ChangeLog,v 1.8 2005/11/17 13:43:06 gothgirl Exp $ + + 17 Nov 2005; Kathryn Kulick <gothgirl@gentoo.org> + jimmac-xcursors-0.0.1.ebuild: + adjusted einfo wrt bug#105672 14 Oct 2005; Mark Loeser <halcy0n@gentoo.org> jimmac-xcursors-0.0.1.ebuild: diff --git a/x11-themes/jimmac-xcursors/Manifest b/x11-themes/jimmac-xcursors/Manifest index 0ea4446f9849..757f2156a3e8 100644 --- a/x11-themes/jimmac-xcursors/Manifest +++ b/x11-themes/jimmac-xcursors/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 06c48f45b42ec1de3b2943152743df42 ChangeLog 1049 MD5 a1f0ae5fab146934b1dc2b47a25ab4f7 files/digest-jimmac-xcursors-0.0.1 62 -MD5 ec4e908c007eb9adf4a5da10edcf23fe jimmac-xcursors-0.0.1.ebuild 1685 +MD5 13d553770e8d5781a6eed7254a513271 jimmac-xcursors-0.0.1.ebuild 1615 MD5 67480968255dfe131b5dbe20b934a2ab metadata.xml 322 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDTz0zCRZPokWLroQRAskQAJ9zOd/mRyhQMu63DXVnedHAL3u5GACffeJC -QPhxRY/7L14vOhy47QNNC54= -=LdX+ ------END PGP SIGNATURE----- diff --git a/x11-themes/jimmac-xcursors/jimmac-xcursors-0.0.1.ebuild b/x11-themes/jimmac-xcursors/jimmac-xcursors-0.0.1.ebuild index 8d24d49bea00..19bde282a231 100644 --- a/x11-themes/jimmac-xcursors/jimmac-xcursors-0.0.1.ebuild +++ b/x11-themes/jimmac-xcursors/jimmac-xcursors-0.0.1.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/jimmac-xcursors/jimmac-xcursors-0.0.1.ebuild,v 1.7 2005/10/14 05:07:43 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/jimmac-xcursors/jimmac-xcursors-0.0.1.ebuild,v 1.8 2005/11/17 13:43:06 gothgirl Exp $ MY_P="6550-Jimmac.tar.gz" DESCRIPTION="A high quality set of Xfree 4.3.0 animated mouse cursors" @@ -39,11 +39,9 @@ pkg_postinst() { einfo "Xcursor.size: 48" einfo "" einfo "To globally use this set of mouse cursors edit the file:" - einfo " /usr/share/cursors/${X11_IMPLEM}/default/index.theme" - einfo "and change the line:" - einfo " Inherits=[current setting]" - einfo "to" - einfo " Inherits=Jimmac" + einfo " /etc/env.d/99xcursors" + einfo "and change add the line:" + einfo " XCURSORS_THEME="Jimmac"" einfo "Note this will be overruled by a user's ~/.Xdefaults file." einfo "" ewarn "If you experience flickering, try setting the following line in" |