Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/golden-xcursors/
Date: Sun, 03 Feb 2019 14:08:22
Message-Id: 1549202870.135b618956f804b69f16cfa43ed508aa2f9dc402.asturm@gentoo
1 commit: 135b618956f804b69f16cfa43ed508aa2f9dc402
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Jan 30 17:17:56 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 3 14:07:50 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=135b6189
7
8 x11-themes/golden-xcursors: drop old
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/10943
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 .../golden-xcursors/golden-xcursors-0.8.ebuild | 46 ----------------------
15 1 file changed, 46 deletions(-)
16
17 diff --git a/x11-themes/golden-xcursors/golden-xcursors-0.8.ebuild b/x11-themes/golden-xcursors/golden-xcursors-0.8.ebuild
18 deleted file mode 100644
19 index 0d47c8ef627..00000000000
20 --- a/x11-themes/golden-xcursors/golden-xcursors-0.8.ebuild
21 +++ /dev/null
22 @@ -1,46 +0,0 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=0
27 -
28 -MY_P="5507-Golden-XCursors-3D-${PV}"
29 -DESCRIPTION="A high quality set of Xfree 4.3.0 animated mouse cursors"
30 -HOMEPAGE="http://www.kde-look.org/content/show.php?content=5507"
31 -SRC_URI="http://www.kde-look.org/content/files/$MY_P.tar.bz2"
32 -
33 -LICENSE="LGPL-2.1"
34 -SLOT="0"
35 -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86"
36 -IUSE=""
37 -
38 -RDEPEND=""
39 -DEPEND="${RDEPEND}"
40 -
41 -src_install() {
42 - dodir /usr/share/cursors/xorg-x11/Gold/cursors/
43 - cp -R "${WORKDIR}"/${MY_P:5}/Gold/cursors "${D}"/usr/share/cursors/xorg-x11/Gold/ || die
44 - dodoc "${WORKDIR}"/${MY_P:5}/README
45 -}
46 -
47 -pkg_postinst() {
48 - einfo "To use this set of cursors, edit or create the file ~/.Xdefaults"
49 - einfo "and add the following line:"
50 - einfo "Xcursor.theme: Gold"
51 - einfo ""
52 - einfo "You can change the size by adding a line like:"
53 - einfo "Xcursor.size: 48"
54 - einfo ""
55 - einfo "Also, to globally use this set of mouse cursors edit the file:"
56 - einfo " /usr/share/cursors/xorg-x11/default/index.theme"
57 - einfo "and change the line:"
58 - einfo " Inherits=[current setting]"
59 - einfo "to"
60 - einfo " Inherits=Gold"
61 - einfo ""
62 - einfo "Note this will be overruled by a user's ~/.Xdefaults file."
63 - einfo ""
64 - ewarn "If you experience flickering, try setting the following line in"
65 - ewarn ""
66 - ewarn "the Device section of your xorg.conf file:"
67 - ewarn " Option \"HWCursor\" \"false\""
68 -}