summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2017-12-03 00:39:21 +0100
committerJeroen Roovers <jer@gentoo.org>2017-12-03 00:39:21 +0100
commitd593b1be059485dfdb19fb0b9560c9292a7f1150 (patch)
tree5566ac4c3fb8af402211c0837287752979002e54 /x11-themes/silver-xcursors/silver-xcursors-0.4-r1.ebuild
parentx11-themes/golden-xcursors: Fix formatting of README.gentoo. (diff)
downloadgentoo-d593b1be059485dfdb19fb0b9560c9292a7f1150.tar.gz
gentoo-d593b1be059485dfdb19fb0b9560c9292a7f1150.tar.bz2
gentoo-d593b1be059485dfdb19fb0b9560c9292a7f1150.zip
x11-themes/silver-xcursors: Install README.gentoo by Francesco Turco (bug #637686).
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'x11-themes/silver-xcursors/silver-xcursors-0.4-r1.ebuild')
-rw-r--r--x11-themes/silver-xcursors/silver-xcursors-0.4-r1.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-themes/silver-xcursors/silver-xcursors-0.4-r1.ebuild b/x11-themes/silver-xcursors/silver-xcursors-0.4-r1.ebuild
new file mode 100644
index 000000000000..313d100f7f72
--- /dev/null
+++ b/x11-themes/silver-xcursors/silver-xcursors-0.4-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+EAPI=6
+
+MY_P="5533-Silver-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=5533"
+SRC_URI="http://www.kde-look.org/CONTENT/content-files/$MY_P.tar.bz2"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~x86-fbsd"
+
+S=${WORKDIR}/${MY_P:5}
+
+src_install() {
+ dodir /usr/share/cursors/xorg-x11/Silver/cursors/
+ cp -R Silver/cursors "${D}"/usr/share/cursors/xorg-x11/Silver/ || die
+ dodoc README "${FILESDIR}"/README.gentoo
+}