From c2d47da3997c7dc3606cbf1ad599fc1ab9413609 Mon Sep 17 00:00:00 2001 From: Troy Dack Date: Thu, 19 Jun 2003 02:21:04 +0000 Subject: Name fixups --- x11-themes/golden-xcursors/ChangeLog | 10 ++++++ x11-themes/golden-xcursors/Manifest | 4 +-- .../files/digest-golden-xcursors-0.7 | 1 + .../golden-xcursors/golden-xcursors-0.7.ebuild | 42 ++++++++++++++++++++++ 4 files changed, 55 insertions(+), 2 deletions(-) create mode 100644 x11-themes/golden-xcursors/ChangeLog create mode 100644 x11-themes/golden-xcursors/files/digest-golden-xcursors-0.7 create mode 100644 x11-themes/golden-xcursors/golden-xcursors-0.7.ebuild (limited to 'x11-themes/golden-xcursors') diff --git a/x11-themes/golden-xcursors/ChangeLog b/x11-themes/golden-xcursors/ChangeLog new file mode 100644 index 000000000000..ada09ab3b5a8 --- /dev/null +++ b/x11-themes/golden-xcursors/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-themes/golden-xcursors +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/golden-xcursors/ChangeLog,v 1.1 2003/06/19 02:17:32 tad Exp $ + +*golden-xcursors-0.7 (18 Jun 2003) + + 18 Jun 2003; Troy Dack golden-xcursors-0.7.ebuild: + Initial import. Thanks to Eric Ball for submitting the + ebuilds. Closes Bug #19996. + diff --git a/x11-themes/golden-xcursors/Manifest b/x11-themes/golden-xcursors/Manifest index d46f80eaecf6..4b0e87ef0bd2 100644 --- a/x11-themes/golden-xcursors/Manifest +++ b/x11-themes/golden-xcursors/Manifest @@ -1,3 +1,3 @@ -MD5 9648ffb0804bf7ac56357156ec2cda8f golden-xcursors-0.7.ebuild 1376 -MD5 a99f93d981a5dca584689b103c1116ba ChangeLog 353 +MD5 863df2351d09a5de6c360ed7936ee3d3 golden-xcursors-0.7.ebuild 1485 +MD5 c664fa4dd2f2d608971f60676d952f98 ChangeLog 449 MD5 f06d3720f520f9e9c913ca56e134d440 files/digest-golden-xcursors-0.7 80 diff --git a/x11-themes/golden-xcursors/files/digest-golden-xcursors-0.7 b/x11-themes/golden-xcursors/files/digest-golden-xcursors-0.7 new file mode 100644 index 000000000000..20fa613b647b --- /dev/null +++ b/x11-themes/golden-xcursors/files/digest-golden-xcursors-0.7 @@ -0,0 +1 @@ +MD5 060260169c82c71cf7d237fc257e095f 5507-Golden-XCursors-3D-0.7.tar.bz2 661105 diff --git a/x11-themes/golden-xcursors/golden-xcursors-0.7.ebuild b/x11-themes/golden-xcursors/golden-xcursors-0.7.ebuild new file mode 100644 index 000000000000..251c89010c2e --- /dev/null +++ b/x11-themes/golden-xcursors/golden-xcursors-0.7.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/golden-xcursors/golden-xcursors-0.7.ebuild,v 1.1 2003/06/19 02:17:32 tad Exp $ + +MY_P="5507-Golden-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=5507" +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/gold/cursors/ + cp -d gold/cursors/* ${D}/usr/share/cursors/xfree/gold/cursors/ || die + dodoc 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: gold" + einfo "" + einfo "Also, you can change the size by adding a line like:" + einfo "Xcursor.size: 48" + einfo "" + 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=gold" + 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\"" +} -- cgit v1.2.3-65-gdbad