summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKathryn Kulick <gothgirl@gentoo.org>2005-07-19 18:40:31 +0000
committerKathryn Kulick <gothgirl@gentoo.org>2005-07-19 18:40:31 +0000
commitb08c2492d725074f7372a85f240ffb02e5d04d23 (patch)
treeff4fedb092fa667cb9167700577407b01c9dae4c /x11-themes/jimmac-xcursors
parentrev bump too fix some bugs, see changelog (diff)
downloadhistorical-b08c2492d725074f7372a85f240ffb02e5d04d23.tar.gz
historical-b08c2492d725074f7372a85f240ffb02e5d04d23.tar.bz2
historical-b08c2492d725074f7372a85f240ffb02e5d04d23.zip
Initial import to tree
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'x11-themes/jimmac-xcursors')
-rw-r--r--x11-themes/jimmac-xcursors/ChangeLog10
-rw-r--r--x11-themes/jimmac-xcursors/Manifest4
-rw-r--r--x11-themes/jimmac-xcursors/files/digest-jimmac-xcursors-0.0.11
-rw-r--r--x11-themes/jimmac-xcursors/jimmac-xcursors-0.0.1.ebuild51
-rw-r--r--x11-themes/jimmac-xcursors/metadata.xml11
5 files changed, 77 insertions, 0 deletions
diff --git a/x11-themes/jimmac-xcursors/ChangeLog b/x11-themes/jimmac-xcursors/ChangeLog
new file mode 100644
index 000000000000..234115cc3e41
--- /dev/null
+++ b/x11-themes/jimmac-xcursors/ChangeLog
@@ -0,0 +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.1 2005/07/19 18:40:31 gothgirl Exp $
+
+*jimmac-xcursors-0.0.1 (19 Jul 2005)
+
+ 19 Jul 2005; <gothgirl@gentoo.org> +metadata.xml,
+ +jimmac-xcursors-0.0.1.ebuild:
+ Initial import to tree from Bug# 78755
+
diff --git a/x11-themes/jimmac-xcursors/Manifest b/x11-themes/jimmac-xcursors/Manifest
new file mode 100644
index 000000000000..e4c97e0bd7b4
--- /dev/null
+++ b/x11-themes/jimmac-xcursors/Manifest
@@ -0,0 +1,4 @@
+MD5 c607e0531452d54eaebea161fe258f50 jimmac-xcursors-0.0.1.ebuild 1643
+MD5 67480968255dfe131b5dbe20b934a2ab metadata.xml 322
+MD5 e78cdc43e31e192a40bf4aaf1527754e ChangeLog 392
+MD5 a1f0ae5fab146934b1dc2b47a25ab4f7 files/digest-jimmac-xcursors-0.0.1 62
diff --git a/x11-themes/jimmac-xcursors/files/digest-jimmac-xcursors-0.0.1 b/x11-themes/jimmac-xcursors/files/digest-jimmac-xcursors-0.0.1
new file mode 100644
index 000000000000..41f53bdf929d
--- /dev/null
+++ b/x11-themes/jimmac-xcursors/files/digest-jimmac-xcursors-0.0.1
@@ -0,0 +1 @@
+MD5 46fb39d5e176dfc3bfa2c65743301f03 6550-Jimmac.tar.gz 19835
diff --git a/x11-themes/jimmac-xcursors/jimmac-xcursors-0.0.1.ebuild b/x11-themes/jimmac-xcursors/jimmac-xcursors-0.0.1.ebuild
new file mode 100644
index 000000000000..166b1b760645
--- /dev/null
+++ b/x11-themes/jimmac-xcursors/jimmac-xcursors-0.0.1.ebuild
@@ -0,0 +1,51 @@
+# 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.1 2005/07/19 18:40:31 gothgirl Exp $
+
+MY_P="6550-Jimmac.tar.gz"
+DESCRIPTION="A high quality set of Xfree 4.3.0 animated mouse cursors"
+HOMEPAGE="http://jimmac.musichall.cz/i.php3?ikony=71"
+SRC_URI="http://kde-look.org/content/files/${MY_P}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="virtual/x11"
+
+S=${WORKDIR}/Jimmac
+
+src_install() {
+ X11_IMPLEM_P="$(best_version virtual/x11)"
+ X11_IMPLEM="${X11_IMPLEM_P%-[0-9]*}"
+ X11_IMPLEM="${X11_IMPLEM##*\/}"
+ einfo "X11 implementation is ${X11_IMPLEM}."
+
+ dodir /usr/share/cursors/${X11_IMPLEM}/Jimmac/cursors/
+ cp -d jimmac/cursors/* \
+ ${D}/usr/share/cursors/${X11_IMPLEM}/Jimmac/cursors/ || die
+ dodoc README COPYING
+}
+
+pkg_postinst() {
+ einfo "To use this set of cursors, edit or create the file ~/.Xdefaults"
+ einfo "and add the following line:"
+ einfo "Xcursor.theme: Jimmac"
+ 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/${X11_IMPLEM}/default/index.theme"
+ einfo "and change the line:"
+ einfo " Inherits=[current setting]"
+ einfo "to"
+ einfo " Inherits=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"
+ ewarn "the Device section of your XF86Config:"
+ ewarn "Option \"HWCursor\" \"false\""
+}
diff --git a/x11-themes/jimmac-xcursors/metadata.xml b/x11-themes/jimmac-xcursors/metadata.xml
new file mode 100644
index 000000000000..aed2c6be532a
--- /dev/null
+++ b/x11-themes/jimmac-xcursors/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>x11-themes</herd>
+<maintainer>
+ <email>gothgirl@gentoo.org</email>
+</maintainer>
+<longdescription>
+Jimmac's quality set of of Xfree animated mouse cursors
+</longdescription>
+</pkgmetadata>