diff options
8 files changed, 104 insertions, 8 deletions
diff --git a/x11-themes/blueglass-xcursors/ChangeLog b/x11-themes/blueglass-xcursors/ChangeLog index b28e5c07d546..d4fa85fde93d 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.1 2003/06/19 02:20:41 tad Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/blueglass-xcursors/ChangeLog,v 1.2 2003/06/19 02:44:55 tad Exp $ + +*blueglass-xcursors-0.3-r1 (19 Jun 2003) + + 19 Jun 2003; Troy Dack <tad@gentoo.org> blueglass-xcursors-0.3-r1.ebuild: + Fixes path errors due to renaming ebuild. *blueglass-xcursors-0.3 (18 Jun 2003) diff --git a/x11-themes/blueglass-xcursors/Manifest b/x11-themes/blueglass-xcursors/Manifest index ee5e8b624890..65231474d9ee 100644 --- a/x11-themes/blueglass-xcursors/Manifest +++ b/x11-themes/blueglass-xcursors/Manifest @@ -1,6 +1,5 @@ -MD5 114b611a94da92b11717a869c784715f .blueglass-xcursors-0.3-r1.ebuild.swp 12288 MD5 3047e7c68d553177105fe4fe2551f1a4 blueglass-xcursors-0.3.ebuild 1602 -MD5 85853b941c9848d13dfeb9e26047dbec ChangeLog 461 -MD5 57ba432271049da7e945b7e0aa0abde0 blueglass-xcursors-0.3-r1.ebuild 1623 +MD5 83e8c89ea879670380116a233b3cbffc ChangeLog 624 +MD5 1c7ce4abeb55273ab7be7e30939e37e0 blueglass-xcursors-0.3-r1.ebuild 1649 MD5 cfbe0a169db47e1e023e4374461a8ebb files/digest-blueglass-xcursors-0.3-r1 83 MD5 cfbe0a169db47e1e023e4374461a8ebb files/digest-blueglass-xcursors-0.3 83 diff --git a/x11-themes/blueglass-xcursors/blueglass-xcursors-0.3-r1.ebuild b/x11-themes/blueglass-xcursors/blueglass-xcursors-0.3-r1.ebuild new file mode 100644 index 000000000000..27387e6532e7 --- /dev/null +++ b/x11-themes/blueglass-xcursors/blueglass-xcursors-0.3-r1.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.3-r1.ebuild,v 1.1 2003/06/19 02:44: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.3-r1 b/x11-themes/blueglass-xcursors/files/digest-blueglass-xcursors-0.3-r1 new file mode 100644 index 000000000000..729441038496 --- /dev/null +++ b/x11-themes/blueglass-xcursors/files/digest-blueglass-xcursors-0.3-r1 @@ -0,0 +1 @@ +MD5 c95e76d9ba245cbe34a9c9f39667f5e7 5532-BlueGlass-XCursors-3D-0.3.tar.bz2 671889 diff --git a/x11-themes/silver-xcursors/ChangeLog b/x11-themes/silver-xcursors/ChangeLog index 59dba2066f8e..5212760d0d8b 100644 --- a/x11-themes/silver-xcursors/ChangeLog +++ b/x11-themes/silver-xcursors/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-themes/silver-xcursors # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/silver-xcursors/ChangeLog,v 1.1 2003/06/19 02:18:18 tad Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/silver-xcursors/ChangeLog,v 1.2 2003/06/19 02:47:22 tad Exp $ + +*silver-xcursors-0.3-r1 (19 Jun 2003) + + 19 Jun 2003; Troy Dack <tad@gentoo.org> silver-xcursors-0.3-r1.ebuild: + Fixes path errors due to renaming ebuild. *silver-xcursors-0.3 (18 Jun 2003) diff --git a/x11-themes/silver-xcursors/Manifest b/x11-themes/silver-xcursors/Manifest index bc4c66ad38f9..41db6c21ea22 100644 --- a/x11-themes/silver-xcursors/Manifest +++ b/x11-themes/silver-xcursors/Manifest @@ -1,6 +1,5 @@ -MD5 441def590d467e6cd2d0ff7d8496e907 .silver-xcursors-0.3-r1.ebuild.swp 12288 -MD5 d5110e8603f1cc1a8759e0ddcfb57fe5 ChangeLog 449 -MD5 2ed7b3e4cae8d4fbc4b70a25d5a525d2 silver-xcursors-0.3-r1.ebuild 1534 +MD5 547616437a4d601c3195a657c9e32802 ChangeLog 606 +MD5 b3edfdf67a0567eab2e68cf24dc73c05 silver-xcursors-0.3-r1.ebuild 1537 MD5 9db0d30d12f80a4adf0b314eb0b69229 silver-xcursors-0.3.ebuild 1488 MD5 662bafca39db1431ee8003d8aa7499da files/digest-silver-xcursors-0.3 80 MD5 662bafca39db1431ee8003d8aa7499da files/digest-silver-xcursors-0.3-r1 80 diff --git a/x11-themes/silver-xcursors/files/digest-silver-xcursors-0.3-r1 b/x11-themes/silver-xcursors/files/digest-silver-xcursors-0.3-r1 new file mode 100644 index 000000000000..a93109dffacf --- /dev/null +++ b/x11-themes/silver-xcursors/files/digest-silver-xcursors-0.3-r1 @@ -0,0 +1 @@ +MD5 2c03a1630b6540e8dd94d69309524515 5533-Silver-XCursors-3D-0.3.tar.bz2 664084 diff --git a/x11-themes/silver-xcursors/silver-xcursors-0.3-r1.ebuild b/x11-themes/silver-xcursors/silver-xcursors-0.3-r1.ebuild new file mode 100644 index 000000000000..eb20125f46f4 --- /dev/null +++ b/x11-themes/silver-xcursors/silver-xcursors-0.3-r1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/silver-xcursors/silver-xcursors-0.3-r1.ebuild,v 1.1 2003/06/19 02:47:22 tad Exp $ + +MY_P="5533-Silver-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=5533" +SRC_URI="http://www.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" + + +src_install() { + mkdir -p ${D}/usr/share/cursors/xfree/Silver/cursors/ + cp -d ${WORKDIR}/${MY_P:5}/Silver/cursors/* ${D}/usr/share/cursors/xfree/Silver/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: Silver" + 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=Silver" + 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\"" +} |