]> Pileus Git - ~andy/sunrise/commitdiff
x11-themes/pinux-tux-xcursors: Reworked ebuild for bug 102203.
authorMatthew Schultz (mschultz) <mattsch@gmail.com>
Wed, 26 Oct 2011 20:25:19 +0000 (20:25 +0000)
committerMatthew Schultz (mschultz) <mattsch@gmail.com>
Wed, 26 Oct 2011 20:25:19 +0000 (20:25 +0000)
svn path=/sunrise/; revision=12487

x11-themes/pinux-tux-xcursors/ChangeLog [new file with mode: 0644]
x11-themes/pinux-tux-xcursors/Manifest [new file with mode: 0644]
x11-themes/pinux-tux-xcursors/metadata.xml [new file with mode: 0644]
x11-themes/pinux-tux-xcursors/pinux-tux-xcursors-0.3.ebuild [new file with mode: 0644]

diff --git a/x11-themes/pinux-tux-xcursors/ChangeLog b/x11-themes/pinux-tux-xcursors/ChangeLog
new file mode 100644 (file)
index 0000000..51c0ad8
--- /dev/null
@@ -0,0 +1,8 @@
+# ChangeLog for x11-themes/pinux-tux-xcursors
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  26 Oct 2011; Matthew Schultz (mschultz) <mattsch@gmail.com>
+  +pinux-tux-xcursors-0.3.ebuild, +metadata.xml:
+  Reworked ebuild for bug 102203.
+
diff --git a/x11-themes/pinux-tux-xcursors/Manifest b/x11-themes/pinux-tux-xcursors/Manifest
new file mode 100644 (file)
index 0000000..65bee1b
--- /dev/null
@@ -0,0 +1,4 @@
+DIST 19506-pinux's-tux-cursors-theme-0.3-cur.tar.bz2 160661 RMD160 c7a1ba788c5e81a9218258bbd184571e7e5da76f SHA1 2b8c280d12e4681fabbbfdd2dfc018d8f97bd8c1 SHA256 4c56b4b6bd562f3b0defd507145de00f91da3bb41e2a5c9b4000dc24289d8495
+EBUILD pinux-tux-xcursors-0.3.ebuild 808 RMD160 b6d1a4f35db3c6057ba20b0726820e679bde0c08 SHA1 da73bcd50553755b969289e82afc204cb7fb5d39 SHA256 715bad479451f546df412cfde327d97a15c0650a5529f4adc320510b4978bb1b
+MISC ChangeLog 276 RMD160 39bd572f94a46f559c2c1a54aef508c1a6cbf688 SHA1 cffa2e04d2dacbf2ead4bce3d5451b74e762074f SHA256 6226f31887340367446839e22f9e2ab102f3e5bf592ded4feba9f60be5980315
+MISC metadata.xml 210 RMD160 e9db8e6d04c1afa771ce9649b2f52c49ce4a5a8b SHA1 5e3069d055d6784f92e477a11bbb4f937bb101a7 SHA256 cdf0ecda9587c6491ba741e7684999763a7db81c85fe05120cca9cac810612f4
diff --git a/x11-themes/pinux-tux-xcursors/metadata.xml b/x11-themes/pinux-tux-xcursors/metadata.xml
new file mode 100644 (file)
index 0000000..e95ecf8
--- /dev/null
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
+</pkgmetadata>
diff --git a/x11-themes/pinux-tux-xcursors/pinux-tux-xcursors-0.3.ebuild b/x11-themes/pinux-tux-xcursors/pinux-tux-xcursors-0.3.ebuild
new file mode 100644 (file)
index 0000000..a53703d
--- /dev/null
@@ -0,0 +1,30 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+
+DESCRIPTION="Pinux's Tux Cursors Theme"
+HOMEPAGE="http://www.kde-look.org/content/show.php?content=19506"
+SRC_URI="http://www.kde-look.org/CONTENT/content-files/19506-pinux's-tux-cursors-theme-${PV}-cur.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S=${WORKDIR}
+
+src_install() {
+       insinto /usr/share/cursors/xorg-x11/
+       doins -r cursors/*
+       dodoc "README"
+}
+
+pkg_postinst() {
+       elog "To use this set of cursors, edit or create the file ~/.Xdefaults"
+       elog "and add the following line:"
+       elog "Xcursor.theme: themeName"
+       elog "where \"themeName\" is any of the installed themes."
+       elog "Alternatively, use the configuration tool of your desktop environment."
+}