diff options
author | Thomas Fischer (f15h) <fischer@unix-ag.uni-kl.de> | 2009-11-06 20:00:53 +0000 |
---|---|---|
committer | Thomas Fischer (f15h) <fischer@unix-ag.uni-kl.de> | 2009-11-06 20:00:53 +0000 |
commit | eb1e098c9bb24bc0fdd54ef7bfb406e57c51bf96 (patch) | |
tree | 09f5196001a22ae23452d09c4fcf2f9023795ddc /x11-themes/pinux-tux-xcursors/pinux-tux-xcursors-0.3-r1.ebuild | |
parent | games-engines/instead: Version bump to 0.9.3, mirror should be playable now. (diff) | |
download | sunrise-eb1e098c9bb24bc0fdd54ef7bfb406e57c51bf96.tar.gz sunrise-eb1e098c9bb24bc0fdd54ef7bfb406e57c51bf96.tar.bz2 sunrise-eb1e098c9bb24bc0fdd54ef7bfb406e57c51bf96.zip |
x11-themes/pinux-tux-xcursors: Simplifying ebuild, adding ~amd64
svn path=/sunrise/; revision=9469
Diffstat (limited to 'x11-themes/pinux-tux-xcursors/pinux-tux-xcursors-0.3-r1.ebuild')
-rw-r--r-- | x11-themes/pinux-tux-xcursors/pinux-tux-xcursors-0.3-r1.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/x11-themes/pinux-tux-xcursors/pinux-tux-xcursors-0.3-r1.ebuild b/x11-themes/pinux-tux-xcursors/pinux-tux-xcursors-0.3-r1.ebuild new file mode 100644 index 000000000..421403959 --- /dev/null +++ b/x11-themes/pinux-tux-xcursors/pinux-tux-xcursors-0.3-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +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/"* || die "cannot install cursor themes" + + dodoc "README" || die "cannot install documentation" +} + +pkg_postinst() { + einfo "To use this set of cursors, edit or create the file ~/.Xdefaults" + einfo "and add the following line:" + einfo "Xcursor.theme: themeName" + einfo "where \"themeName\" is any of the installed themes." + einfo "Alternatively, use the configuration tool of your desktop environment." +} |