diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2007-07-07 12:21:43 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2007-07-07 12:21:43 +0000 |
commit | 9a14984b60fd1b507a477fed77b6de601136afeb (patch) | |
tree | 611521be0fc42346464d8d80e1ae93823e15f86d /x11-themes/xcursor-neutral | |
parent | Version bump and old versions clean up. (diff) | |
download | gentoo-2-9a14984b60fd1b507a477fed77b6de601136afeb.tar.gz gentoo-2-9a14984b60fd1b507a477fed77b6de601136afeb.tar.bz2 gentoo-2-9a14984b60fd1b507a477fed77b6de601136afeb.zip |
version bump thanks to boris64 <genzilla@boris64.net> in bug 184330
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'x11-themes/xcursor-neutral')
-rw-r--r-- | x11-themes/xcursor-neutral/ChangeLog | 8 | ||||
-rw-r--r-- | x11-themes/xcursor-neutral/files/digest-xcursor-neutral-1.20 | 3 | ||||
-rw-r--r-- | x11-themes/xcursor-neutral/xcursor-neutral-1.20.ebuild | 34 |
3 files changed, 44 insertions, 1 deletions
diff --git a/x11-themes/xcursor-neutral/ChangeLog b/x11-themes/xcursor-neutral/ChangeLog index 5557a8ca7a65..6c2c366681f0 100644 --- a/x11-themes/xcursor-neutral/ChangeLog +++ b/x11-themes/xcursor-neutral/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-themes/xcursor-neutral # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/xcursor-neutral/ChangeLog,v 1.5 2007/05/23 15:40:05 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/xcursor-neutral/ChangeLog,v 1.6 2007/07/07 12:21:43 genstef Exp $ + +*xcursor-neutral-1.20 (07 Jul 2007) + + 07 Jul 2007; Stefan Schweizer <genstef@gentoo.org> + +xcursor-neutral-1.20.ebuild: + version bump thanks to boris64 <genzilla@boris64.net> in bug 184330 23 May 2007; Gustavo Zacarias <gustavoz@gentoo.org> xcursor-neutral-1.13a.ebuild: diff --git a/x11-themes/xcursor-neutral/files/digest-xcursor-neutral-1.20 b/x11-themes/xcursor-neutral/files/digest-xcursor-neutral-1.20 new file mode 100644 index 000000000000..5de881748a98 --- /dev/null +++ b/x11-themes/xcursor-neutral/files/digest-xcursor-neutral-1.20 @@ -0,0 +1,3 @@ +MD5 eb697c68167f05387dc3ee8d8cee084d 48837-Neutral_Plus_1.2.tar.bz2 61354 +RMD160 9a5dbd8c0d8811a9262873fa71a9f9981edaf27a 48837-Neutral_Plus_1.2.tar.bz2 61354 +SHA256 6b496406128fb3effd4e87159a29811d12a1b2f071e1341e67a6744c57d206dd 48837-Neutral_Plus_1.2.tar.bz2 61354 diff --git a/x11-themes/xcursor-neutral/xcursor-neutral-1.20.ebuild b/x11-themes/xcursor-neutral/xcursor-neutral-1.20.ebuild new file mode 100644 index 000000000000..905bd4ffd9cd --- /dev/null +++ b/x11-themes/xcursor-neutral/xcursor-neutral-1.20.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +MY_P="48837-Neutral_Plus_1.2.tar.bz2" +MY_PN="Neutral_Plus" + +DESCRIPTION="\"Neutral_Plus\", the standard X.Org mouse cursor with shadows and animations." +HOMEPAGE="http://kde-look.org/content/show.php/show.php?content=48837" +SRC_URI="http://kde-look.org/CONTENT/content-files/${MY_P}" + +LICENSE="Artistic-2" +SLOT="0" +KEYWORDS="~amd64 ~sparc ~x86 ~x86-fbsd" +IUSE="examples" +RDEPEND="x11-libs/libX11 + x11-libs/libXcursor + =media-libs/libpng-1.2*" +DEPEND="${RDEPEND} + x11-apps/xcursorgen" +S="${WORKDIR}/Neutral_Plus" + +src_install(){ + insinto /usr/share/cursors/xorg-x11/${MY_PN}/ + + doins -r ${S}/cursors/ + doins ${S}/index.theme + dodoc ${S}/LICENSE + dodoc ${S}/COPYRIGHT + + ## install additional cursor source files? + if use examples; then + doins -r ${S}/source/ + fi +} |