Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/gentoo-xcursors/
Date: Fri, 22 May 2020 02:40:50
Message-Id: 1590115213.0f6a2eb6dde3a37fd009b189f81557b17d073967.mattst88@gentoo
1 commit: 0f6a2eb6dde3a37fd009b189f81557b17d073967
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Thu May 21 02:07:18 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri May 22 02:40:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f6a2eb6
7
8 x11-themes/gentoo-xcursors: Version bump 0.3.2.
9
10 Closes: https://bugs.gentoo.org/724232
11 Closes: https://github.com/gentoo/gentoo/pull/15899
12 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
13 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
14
15 x11-themes/gentoo-xcursors/Manifest | 1 +
16 .../gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild | 48 ++++++++++++++++++++++
17 x11-themes/gentoo-xcursors/metadata.xml | 3 ++
18 3 files changed, 52 insertions(+)
19
20 diff --git a/x11-themes/gentoo-xcursors/Manifest b/x11-themes/gentoo-xcursors/Manifest
21 index d85e84f8e45..374a6f11b48 100644
22 --- a/x11-themes/gentoo-xcursors/Manifest
23 +++ b/x11-themes/gentoo-xcursors/Manifest
24 @@ -1 +1,2 @@
25 DIST gentoo-cursors-tad-0.3.1.tar.bz2 1196991 BLAKE2B 126c90b93e5071dbd68c4bb1188cc43b67c74fae5cc0d4b01c08ed0057f8421462116bbafc3862878d43d48591a507ae95d274b8ec0ea11954c3605753160a6b SHA512 b153d5860ec2167a57eba1073ec226fa7d49d256ba20ca4c18b2bac779e6944971253db51a4585d72439c4e5433464991f2e025aaa89b4a3793e15b8bd74cad9
26 +DIST gentoo-xcursors-0.3.2.tar.gz 2035025 BLAKE2B 520dbb3f8fe77bc915bb60c81f2abf4fce1ee6fb349ae5064ff5d2fa10c0af7ba2dd00dc0b36f992c96169214c4ebd28dceb1ba069e638e5efab7088ba804fe6 SHA512 5ccbd2e8be7bda4da0578c5a08d967dded9dc4c9163eb96f629c0eaa548f2e46e85f7301de44d5be707cc63a988b925c9c222863da5bac9095dc5170ca9c4aea
27
28 diff --git a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild
29 new file mode 100644
30 index 00000000000..f9fabb57069
31 --- /dev/null
32 +++ b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild
33 @@ -0,0 +1,48 @@
34 +# Copyright 2005-2020 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=7
38 +
39 +DESCRIPTION="A high quality set of animated mouse cursors"
40 +HOMEPAGE="https://schlomp.space/tastytea/gentoo-xcursors"
41 +SRC_URI="https://schlomp.space/tastytea/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
42 +
43 +LICENSE="MIT"
44 +SLOT="0"
45 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
46 +IUSE=""
47 +
48 +RDEPEND=""
49 +DEPEND="${RDEPEND}"
50 +
51 +S="${WORKDIR}/gentoo-xcursors"
52 +
53 +src_install() {
54 + insinto /usr/share/cursors/xorg-x11
55 + doins -r cursors/*
56 +}
57 +
58 +pkg_postinst() {
59 + einfo "To use this set of cursors, edit or create the file ~/.Xdefaults"
60 + einfo "and add the following line (for example):"
61 + einfo "Xcursor.theme: gentoo"
62 + einfo ""
63 + einfo "You can change the size by adding a line like:"
64 + einfo "Xcursor.size: 48"
65 + einfo ""
66 + einfo "Also, to globally use this set of mouse cursors edit the file:"
67 + einfo " /usr/local/share/cursors/xorg-x11/default/index.theme"
68 + einfo "and change the line:"
69 + einfo " Inherits=[current setting]"
70 + einfo "to (for example)"
71 + einfo " Inherits=gentoo"
72 + einfo ""
73 + einfo "Note this will be overruled by a user's ~/.Xdefaults file."
74 + einfo ""
75 + ewarn "If you experience flickering, try setting the following line in"
76 + ewarn ""
77 + ewarn "the Device section of your xorg.conf file:"
78 + ewarn " Option \"HWCursor\" \"false\""
79 + einfo ""
80 + einfo "The three sets installed are gentoo, gentoo-silver and gentoo-blue."
81 +}
82
83 diff --git a/x11-themes/gentoo-xcursors/metadata.xml b/x11-themes/gentoo-xcursors/metadata.xml
84 index e943b72b8a4..b33336b9d71 100644
85 --- a/x11-themes/gentoo-xcursors/metadata.xml
86 +++ b/x11-themes/gentoo-xcursors/metadata.xml
87 @@ -5,4 +5,7 @@
88 <email>x11@g.o</email>
89 <name>X11</name>
90 </maintainer>
91 + <upstream>
92 + <bugs-to>https://schlomp.space/tastytea/gentoo-xcursors/issues</bugs-to>
93 + </upstream>
94 </pkgmetadata>