diff options
author | Troy Dack <tad@gentoo.org> | 2003-09-12 15:35:01 +0000 |
---|---|---|
committer | Troy Dack <tad@gentoo.org> | 2003-09-12 15:35:01 +0000 |
commit | 2f59e98fa73ed023f2bc0746e12c96f7aff726ba (patch) | |
tree | 77ba335cfac1f4c315647b2addfdb1da26efdd6e /x11-themes/blueglass-xcursors | |
parent | Version Bump. Closes Bug #26109. (diff) | |
download | gentoo-2-2f59e98fa73ed023f2bc0746e12c96f7aff726ba.tar.gz gentoo-2-2f59e98fa73ed023f2bc0746e12c96f7aff726ba.tar.bz2 gentoo-2-2f59e98fa73ed023f2bc0746e12c96f7aff726ba.zip |
Version Bump. Closes Bug #26109.
Diffstat (limited to 'x11-themes/blueglass-xcursors')
4 files changed, 53 insertions, 3 deletions
diff --git a/x11-themes/blueglass-xcursors/ChangeLog b/x11-themes/blueglass-xcursors/ChangeLog index d4fa85fde93d..5614c16381b6 100644 --- a/x11-themes/blueglass-xcursors/ChangeLog +++ b/x11-themes/blueglass-xcursors/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-themes/blueglass-xcursors # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/blueglass-xcursors/ChangeLog,v 1.2 2003/06/19 02:44:55 tad Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/blueglass-xcursors/ChangeLog,v 1.3 2003/09/12 15:34:55 tad Exp $ + +*blueglass-xcursors-0.4 (13 Sep 2003) + + 13 Sep 2003; Troy Dack <tad@gentoo.org> blueglass-xcursors-0.4.ebuild: + Version Bump. Closes Bug *blueglass-xcursors-0.3-r1 (19 Jun 2003) diff --git a/x11-themes/blueglass-xcursors/Manifest b/x11-themes/blueglass-xcursors/Manifest index 60339768b36d..d77ca27b878e 100644 --- a/x11-themes/blueglass-xcursors/Manifest +++ b/x11-themes/blueglass-xcursors/Manifest @@ -1,7 +1,7 @@ MD5 2fc462ad1dbf4d491c53012013463e69 blueglass-xcursors-0.3.ebuild 1607 -MD5 83e8c89ea879670380116a233b3cbffc ChangeLog 624 +MD5 a338652e4f9a5e8b4cfb69a0745e5646 ChangeLog 764 MD5 71b284155a3c60b3ceb540d089073534 blueglass-xcursors-0.3-r1.ebuild 1654 -MD5 71b284155a3c60b3ceb540d089073534 blueglass-xcursors-0.4.ebuild 1654 +MD5 eaf03ca6a5653f811acd934e89b2a370 blueglass-xcursors-0.4.ebuild 1648 MD5 cfbe0a169db47e1e023e4374461a8ebb files/digest-blueglass-xcursors-0.3-r1 83 MD5 cfbe0a169db47e1e023e4374461a8ebb files/digest-blueglass-xcursors-0.3 83 MD5 de0300160ad31c18630f323abbc1a7a2 files/digest-blueglass-xcursors-0.4 83 diff --git a/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4.ebuild b/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4.ebuild new file mode 100644 index 000000000000..0011e563874f --- /dev/null +++ b/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4.ebuild,v 1.1 2003/09/12 15:34:55 tad Exp $ + +MY_P="5532-BlueGlass-XCursors-3D-${PV}" +DESCRIPTION="A high quality set of Xfree 4.3.0 animated mouse cursors" +HOMEPAGE="http://www.kde-look.org/content/show.php?content=5532" +SRC_URI="http://kde-look.org/content/files/$MY_P.tar.bz2" +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="x86" +IUSE="" +DEPEND="" +RDEPEND=">=x11-base/xfree-4.3.0-r2" + +# Note: although the package name is BlueGlass, the tarball & authors directions +# use the directory 'Blue'. +src_install() { + mkdir -p ${D}/usr/share/cursors/xfree/Blue/cursors/ + cp -d ${WORKDIR}/${MY_P:5}/Blue/cursors/* ${D}/usr/share/cursors/xfree/Blue/cursors/ || die + dodoc ${WORKDIR}/${MY_P:5}/{COPYING,README} +} + +pkg_postinst() { + einfo "To use this set of cursors, edit or create the file ~/.Xdefaults" + einfo "and add the following line:" + einfo "Xcursor.theme: Blue" + einfo "" + einfo "Also, you can change the size by adding a line like:" + einfo "Xcursor.size: 48" + einfo "" + einfo "To globally use this set of mouse cursors edit the file:" + einfo " /usr/share/cursors/xfree/default/index.theme" + einfo "and change the line:" + einfo " Inherits=[current setting]" + einfo "to" + einfo " Inherits=Blue" + einfo "" + einfo "Note this will be overruled by a user's ~/.Xdefaults file." + einfo "" + ewarn "If you experience flickering, try setting the following line in" + ewarn "the Device section of your XF86Config:" + ewarn "Option \"HWCursor\" \"false\"" +} diff --git a/x11-themes/blueglass-xcursors/files/digest-blueglass-xcursors-0.4 b/x11-themes/blueglass-xcursors/files/digest-blueglass-xcursors-0.4 new file mode 100644 index 000000000000..4de11f4db77e --- /dev/null +++ b/x11-themes/blueglass-xcursors/files/digest-blueglass-xcursors-0.4 @@ -0,0 +1 @@ +MD5 c43e842adbf9b17026e4fd64fc93cd28 5532-BlueGlass-XCursors-3D-0.4.tar.bz2 764792 |