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 | |
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')
4 files changed, 36 insertions, 64 deletions
diff --git a/x11-themes/pinux-tux-xcursors/ChangeLog b/x11-themes/pinux-tux-xcursors/ChangeLog index f021f85cf..581a72f8b 100644 --- a/x11-themes/pinux-tux-xcursors/ChangeLog +++ b/x11-themes/pinux-tux-xcursors/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for x11-themes/pinux-tux-xcursors -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 06 Nov 2009; Thomas Fischer (f15h) <fischer@unix-ag.uni-kl.de> + -pinux-tux-xcursors-0.3.ebuild, +pinux-tux-xcursors-0.3-r1.ebuild: + Simplifying ebuild, adding ~amd64 + 04 Aug 2008; Tiago Cunha (tcunha) <me@tiagocunha.org> pinux-tux-xcursors-0.3.ebuild: Don't dodoc COPYRIGHT diff --git a/x11-themes/pinux-tux-xcursors/Manifest b/x11-themes/pinux-tux-xcursors/Manifest index 683c59823..bc22c085e 100644 --- a/x11-themes/pinux-tux-xcursors/Manifest +++ b/x11-themes/pinux-tux-xcursors/Manifest @@ -1,4 +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 1917 RMD160 066978d67a68930548ef0923227670ec6ddee455 SHA1 47355fb5cb325f76c1093e71c8eff870bc21a5f6 SHA256 c0207ac524f243951bcbd1573e1d7d231cc4f7abff45e871787782e98756be9e -MISC ChangeLog 389 RMD160 cd64c7a81e7bc873f7884c7ff0300b9cd2396594 SHA1 af7474cf433eedc53a7648c6647375f417361c29 SHA256 6a0ed977d50558975a9f650fb6e7867e0deed995c28efe68179d7022742cc45e +EBUILD pinux-tux-xcursors-0.3-r1.ebuild 884 RMD160 d4f8cc66100a0c348e22dc3dff4a8c00646cc7aa SHA1 073e9aa44ecdba66f4613220d97227a8ca148124 SHA256 e691655f6d709eed12c76d42784c8ce32b72ebdc52d421b1eed0da3c0879ffa5 +MISC ChangeLog 560 RMD160 dce390d40eda42e92c69d0bbceb550504621e3fd SHA1 c218880f692e6334cb48a76a3e75f20f194db716 SHA256 5d11c620cf0c4c4665812043a46497d163587bd755f52f8dad6d07e25cac34ce MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 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." +} 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 deleted file mode 100644 index 3d831e2bf..000000000 --- a/x11-themes/pinux-tux-xcursors/pinux-tux-xcursors-0.3.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# 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="~x86" -IUSE="" - -DEPEND="${RDEPEND}" -RDEPEND="" - -# cursor themes to be installed -THEMES="pCircle-24 pCircle-32 pDebian-24 pDebian-32 pGentoo-24 \ - pGentoo-32 pSlackware-24 pSlackware-32 pSuse-24 pSuse-32 pTux-24 pTux-32 \ - pUbuntu-24 pUbuntu-32" - -# are there other implementations? -X11_IMPLEM="xorg-x11" - -src_install() { - for cursortheme in ${THEMES} ; do - dodir "/usr/share/cursors/${X11_IMPLEM}/${cursortheme}/" - for cursorfile in index.theme cursors ; do - cp -dr "${WORKDIR}/cursors/${cursortheme}/${cursorfile}" \ - "${D}usr/share/cursors/${X11_IMPLEM}/${cursortheme}/" || die - done - done - dodoc "${WORKDIR}/README" -} - -pkg_postinst() { - einfo "The following cursor themes have been installed:" - for cursortheme in ${THEMES} ; do - einfo " ${cursortheme}" - done - einfo "" - einfo "To use this set of cursors, edit or create the file ~/.Xdefaults" - einfo "and add the following line:" - einfo "Xcursor.theme: pTux24" - einfo "Alternatively, use KDE's control center to switch to this set" - einfo "of cursors." - einfo "" - einfo "Also, to globally use this set of mouse cursors edit the file:" - einfo " /usr/local/share/cursors/${X11_IMPLEM}/default/index.theme" - einfo "and change the line:" - einfo " Inherits=[current setting]" - einfo "to" - einfo " Inherits=pTux24" - einfo "" - 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 "" - ewarn "the Device section of your xorg.conf file:" - ewarn " Option \"HWCursor\" \"false\"" -} |