Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/gentoo-xcursors/
Date: Mon, 26 Apr 2021 20:33:49
Message-Id: 1619469214.5f7ade4ca1f66be2b08fff78c2ee434621e85d04.conikost@gentoo
1 commit: 5f7ade4ca1f66be2b08fff78c2ee434621e85d04
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 26 19:50:34 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 26 20:33:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f7ade4c
7
8 x11-themes/gentoo-xcursors: drop old version
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 .../gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild | 48 ----------------------
14 1 file changed, 48 deletions(-)
15
16 diff --git a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild
17 deleted file mode 100644
18 index ce5f58eb769..00000000000
19 --- a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild
20 +++ /dev/null
21 @@ -1,48 +0,0 @@
22 -# Copyright 2005-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -DESCRIPTION="A high quality set of animated mouse cursors"
28 -HOMEPAGE="https://schlomp.space/tastytea/gentoo-xcursors"
29 -SRC_URI="https://schlomp.space/tastytea/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
30 -
31 -LICENSE="MIT"
32 -SLOT="0"
33 -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
34 -IUSE=""
35 -
36 -RDEPEND=""
37 -DEPEND="${RDEPEND}"
38 -
39 -S="${WORKDIR}/gentoo-xcursors"
40 -
41 -src_install() {
42 - insinto /usr/share/cursors/xorg-x11
43 - doins -r cursors/*
44 -}
45 -
46 -pkg_postinst() {
47 - einfo "To use this set of cursors, edit or create the file ~/.Xdefaults"
48 - einfo "and add the following line (for example):"
49 - einfo "Xcursor.theme: gentoo"
50 - einfo ""
51 - einfo "You can change the size by adding a line like:"
52 - einfo "Xcursor.size: 48"
53 - einfo ""
54 - einfo "Also, to globally use this set of mouse cursors edit the file:"
55 - einfo " /usr/local/share/cursors/xorg-x11/default/index.theme"
56 - einfo "and change the line:"
57 - einfo " Inherits=[current setting]"
58 - einfo "to (for example)"
59 - einfo " Inherits=gentoo"
60 - einfo ""
61 - einfo "Note this will be overruled by a user's ~/.Xdefaults file."
62 - einfo ""
63 - ewarn "If you experience flickering, try setting the following line in"
64 - ewarn ""
65 - ewarn "the Device section of your xorg.conf file:"
66 - ewarn " Option \"HWCursor\" \"false\""
67 - einfo ""
68 - einfo "The three sets installed are gentoo, gentoo-silver and gentoo-blue."
69 -}