diff options
author | Matthew Schultz (mschultz) <mattsch@gmail.com> | 2011-10-26 20:25:19 +0000 |
---|---|---|
committer | Matthew Schultz (mschultz) <mattsch@gmail.com> | 2011-10-26 20:25:19 +0000 |
commit | 02a623bab85a16b87887a92b0dfd830b3b81109c (patch) | |
tree | c33b6acbf7e9d076f9cf4953b8bbeb139781028f /x11-themes | |
parent | media-gfx/ tintii: moved to gx86 (diff) | |
download | sunrise-reviewed-02a623bab85a16b87887a92b0dfd830b3b81109c.tar.gz sunrise-reviewed-02a623bab85a16b87887a92b0dfd830b3b81109c.tar.bz2 sunrise-reviewed-02a623bab85a16b87887a92b0dfd830b3b81109c.zip |
x11-themes/pinux-tux-xcursors: Reworked ebuild for bug 102203.
svn path=/sunrise/; revision=12487
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/pinux-tux-xcursors/ChangeLog | 8 | ||||
-rw-r--r-- | x11-themes/pinux-tux-xcursors/Manifest | 4 | ||||
-rw-r--r-- | x11-themes/pinux-tux-xcursors/metadata.xml | 5 | ||||
-rw-r--r-- | x11-themes/pinux-tux-xcursors/pinux-tux-xcursors-0.3.ebuild | 30 |
4 files changed, 47 insertions, 0 deletions
diff --git a/x11-themes/pinux-tux-xcursors/ChangeLog b/x11-themes/pinux-tux-xcursors/ChangeLog new file mode 100644 index 000000000..51c0ad8b4 --- /dev/null +++ b/x11-themes/pinux-tux-xcursors/ChangeLog @@ -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 index 000000000..65bee1b63 --- /dev/null +++ b/x11-themes/pinux-tux-xcursors/Manifest @@ -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 index 000000000..e95ecf8be --- /dev/null +++ b/x11-themes/pinux-tux-xcursors/metadata.xml @@ -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 index 000000000..a53703d8a --- /dev/null +++ b/x11-themes/pinux-tux-xcursors/pinux-tux-xcursors-0.3.ebuild @@ -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." +} |