summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-02-24 14:20:44 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-02-24 14:20:44 +0000
commit7f208687191cbdc41b156370d7dc88be5296e029 (patch)
tree85e760a66405249596748591c08e9980d3204e83 /x11-themes/xcursor-neutral
parentFix repoman issues. (diff)
downloadhistorical-7f208687191cbdc41b156370d7dc88be5296e029.tar.gz
historical-7f208687191cbdc41b156370d7dc88be5296e029.tar.bz2
historical-7f208687191cbdc41b156370d7dc88be5296e029.zip
Fix quoting, don't install dummy docs
Package-Manager: portage-2.2_rc63/cvs/Linux x86_64
Diffstat (limited to 'x11-themes/xcursor-neutral')
-rw-r--r--x11-themes/xcursor-neutral/xcursor-neutral-1.13a.ebuild14
1 files changed, 7 insertions, 7 deletions
diff --git a/x11-themes/xcursor-neutral/xcursor-neutral-1.13a.ebuild b/x11-themes/xcursor-neutral/xcursor-neutral-1.13a.ebuild
index 94bf9ad56827..c25a7a306974 100644
--- a/x11-themes/xcursor-neutral/xcursor-neutral-1.13a.ebuild
+++ b/x11-themes/xcursor-neutral/xcursor-neutral-1.13a.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/xcursor-neutral/xcursor-neutral-1.13a.ebuild,v 1.5 2007/07/12 13:44:52 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/xcursor-neutral/xcursor-neutral-1.13a.ebuild,v 1.6 2010/02/24 14:20:44 ssuominen Exp $
DESCRIPTION="The standard X.Org mouse cursor with shadows and animations"
HOMEPAGE="http://www.kde-look.org/content/show.php?content=28310"
@@ -10,17 +10,17 @@ LICENSE="Artistic-2"
SLOT="0"
KEYWORDS="~amd64 sparc ~x86 ~x86-fbsd"
IUSE=""
+
RDEPEND="x11-libs/libX11
x11-libs/libXcursor
=media-libs/libpng-1.2*"
DEPEND="${RDEPEND}
x11-apps/xcursorgen"
+
S=${WORKDIR}/neutral
-src_install(){
+src_install() {
insinto /usr/share/cursors/xorg-x11/neutral/
- doins -r ${S}/cursors/
- doins ${S}/index.theme
- dodoc ${S}/LICENSE
- dodoc ${S}/COPYRIGHT
+ doins -r "${S}"/cursors/
+ doins "${S}"/index.theme
}