diff options
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." +} |