diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-12 01:18:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-12 01:18:07 +0000 |
commit | 797d89f67ce74d1d3a7f7c4ac71e6ae721bf7d59 (patch) | |
tree | b61b454d631dd7d614cc0359e00a80245c07f257 /x11-themes/blueglass-xcursors | |
parent | Marking stable on all arch's. (Manifest recommit) (diff) | |
download | gentoo-2-797d89f67ce74d1d3a7f7c4ac71e6ae721bf7d59.tar.gz gentoo-2-797d89f67ce74d1d3a7f7c4ac71e6ae721bf7d59.tar.bz2 gentoo-2-797d89f67ce74d1d3a7f7c4ac71e6ae721bf7d59.zip |
hppa KEYWORDS #45613
Diffstat (limited to 'x11-themes/blueglass-xcursors')
-rw-r--r-- | x11-themes/blueglass-xcursors/blueglass-xcursors-0.4.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4.ebuild b/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4.ebuild index b3453da3fd65..05c543fc519b 100644 --- a/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4.ebuild +++ b/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4.ebuild @@ -1,15 +1,17 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4.ebuild,v 1.10 2004/06/09 07:29:04 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4.ebuild,v 1.11 2004/06/12 01:15:46 vapier Exp $ MY_P="5532-BlueGlass-XCursors-3D-${PV}" DESCRIPTION="A high quality set of Xfree 4.3.0 animated mouse cursors" HOMEPAGE="http://www.kde-look.org/content/show.php?content=5532" SRC_URI="http://kde-look.org/content/files/$MY_P.tar.bz2" + LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="x86 sparc amd64 ~alpha ppc" +KEYWORDS="x86 ppc sparc ~alpha hppa amd64" IUSE="" + DEPEND="" RDEPEND="virtual/x11" @@ -22,9 +24,9 @@ src_install() { X11_IMPLEM="${X11_IMPLEM##*\/}" einfo "X11 implementation is ${X11_IMPLEM}." - mkdir -p ${D}/usr/share/cursors/${X11_IMPLEM}/Blue/cursors/ + dodir /usr/share/cursors/${X11_IMPLEM}/Blue/cursors/ cp -d ${WORKDIR}/${MY_P:5}/Blue/cursors/* ${D}/usr/share/cursors/${X11_IMPLEM}/Blue/cursors/ || die - dodoc ${WORKDIR}/${MY_P:5}/{COPYING,README} + dodoc ${WORKDIR}/${MY_P:5}/README } pkg_postinst() { |