x11-themes/gentoo-xcursors: Version bump 0.3.2.
authorRonny (tastytea) Gutbrod <gentoo@tastytea.de>
Thu, 21 May 2020 02:07:18 +0000 (04:07 +0200)
committerMatt Turner <mattst88@gentoo.org>
Fri, 22 May 2020 02:40:13 +0000 (19:40 -0700)
Closes: https://bugs.gentoo.org/724232
Closes: https://github.com/gentoo/gentoo/pull/15899
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
x11-themes/gentoo-xcursors/Manifest
x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild [new file with mode: 0644]
x11-themes/gentoo-xcursors/metadata.xml

index d85e84f8e4560e6accfd31fbf1c18bdd2ab95f1b..374a6f11b48c1185265d02210f1db13a747a65af 100644 (file)
@@ -1 +1,2 @@
 DIST gentoo-cursors-tad-0.3.1.tar.bz2 1196991 BLAKE2B 126c90b93e5071dbd68c4bb1188cc43b67c74fae5cc0d4b01c08ed0057f8421462116bbafc3862878d43d48591a507ae95d274b8ec0ea11954c3605753160a6b SHA512 b153d5860ec2167a57eba1073ec226fa7d49d256ba20ca4c18b2bac779e6944971253db51a4585d72439c4e5433464991f2e025aaa89b4a3793e15b8bd74cad9
+DIST gentoo-xcursors-0.3.2.tar.gz 2035025 BLAKE2B 520dbb3f8fe77bc915bb60c81f2abf4fce1ee6fb349ae5064ff5d2fa10c0af7ba2dd00dc0b36f992c96169214c4ebd28dceb1ba069e638e5efab7088ba804fe6 SHA512 5ccbd2e8be7bda4da0578c5a08d967dded9dc4c9163eb96f629c0eaa548f2e46e85f7301de44d5be707cc63a988b925c9c222863da5bac9095dc5170ca9c4aea
diff --git a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild
new file mode 100644 (file)
index 0000000..f9fabb5
--- /dev/null
@@ -0,0 +1,48 @@
+# Copyright 2005-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A high quality set of animated mouse cursors"
+HOMEPAGE="https://schlomp.space/tastytea/gentoo-xcursors"
+SRC_URI="https://schlomp.space/tastytea/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/gentoo-xcursors"
+
+src_install() {
+       insinto /usr/share/cursors/xorg-x11
+       doins -r cursors/*
+}
+
+pkg_postinst() {
+       einfo "To use this set of cursors, edit or create the file ~/.Xdefaults"
+       einfo "and add the following line (for example):"
+       einfo "Xcursor.theme: gentoo"
+       einfo ""
+       einfo "You can change the size by adding a line like:"
+       einfo "Xcursor.size: 48"
+       einfo ""
+       einfo "Also, to globally use this set of mouse cursors edit the file:"
+       einfo "   /usr/local/share/cursors/xorg-x11/default/index.theme"
+       einfo "and change the line:"
+       einfo "    Inherits=[current setting]"
+       einfo "to (for example)"
+       einfo "    Inherits=gentoo"
+       einfo ""
+       einfo "Note this will be overruled by a user's ~/.Xdefaults file."
+       einfo ""
+       ewarn "If you experience flickering, try setting the following line in"
+       ewarn ""
+       ewarn "the Device section of your xorg.conf file:"
+       ewarn "    Option  \"HWCursor\"  \"false\""
+       einfo ""
+       einfo "The three sets installed are gentoo, gentoo-silver and gentoo-blue."
+}
index e943b72b8a4835808dcc7ad837810c74a4ef967e..b33336b9d71c6bdda3012e758fc01bb3f97b597a 100644 (file)
@@ -5,4 +5,7 @@
        <email>x11@gentoo.org</email>
        <name>X11</name>
 </maintainer>
+       <upstream>
+               <bugs-to>https://schlomp.space/tastytea/gentoo-xcursors/issues</bugs-to>
+       </upstream>
 </pkgmetadata>