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 | 92c4bbba781ff1056c4e7ae24ed2ad72bd101f92 (patch) | |
tree | c0d86163d99f4100d9506b083f176e893dc617df /x11-themes/jimmac-xcursors | |
parent | Added cd ${S} to fix patching on hppa. (diff) | |
download | historical-92c4bbba781ff1056c4e7ae24ed2ad72bd101f92.tar.gz historical-92c4bbba781ff1056c4e7ae24ed2ad72bd101f92.tar.bz2 historical-92c4bbba781ff1056c4e7ae24ed2ad72bd101f92.zip |
adjusted einfo wrt bug#105672
Package-Manager: portage-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 | 14 | ||||
-rw-r--r-- | x11-themes/jimmac-xcursors/jimmac-xcursors-0.0.1.ebuild | 10 |
3 files changed, 11 insertions, 19 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..ca16f5073869 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 c2cc72e1d673a46f069d5d44ac24a876 ChangeLog 1167 MD5 a1f0ae5fab146934b1dc2b47a25ab4f7 files/digest-jimmac-xcursors-0.0.1 62 -MD5 ec4e908c007eb9adf4a5da10edcf23fe jimmac-xcursors-0.0.1.ebuild 1685 +MD5 24c5321f4701123d519b2426ce233fab jimmac-xcursors-0.0.1.ebuild 1616 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" |