From 0f6a2eb6dde3a37fd009b189f81557b17d073967 Mon Sep 17 00:00:00 2001 From: "Ronny (tastytea) Gutbrod" Date: Thu, 21 May 2020 04:07:18 +0200 Subject: [PATCH] x11-themes/gentoo-xcursors: Version bump 0.3.2. Closes: https://bugs.gentoo.org/724232 Closes: https://github.com/gentoo/gentoo/pull/15899 Signed-off-by: Ronny (tastytea) Gutbrod Signed-off-by: Matt Turner --- x11-themes/gentoo-xcursors/Manifest | 1 + .../gentoo-xcursors-0.3.2.ebuild | 48 +++++++++++++++++++ x11-themes/gentoo-xcursors/metadata.xml | 3 ++ 3 files changed, 52 insertions(+) create mode 100644 x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild diff --git a/x11-themes/gentoo-xcursors/Manifest b/x11-themes/gentoo-xcursors/Manifest index d85e84f8e456..374a6f11b48c 100644 --- a/x11-themes/gentoo-xcursors/Manifest +++ b/x11-themes/gentoo-xcursors/Manifest @@ -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 index 000000000000..f9fabb570695 --- /dev/null +++ b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild @@ -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." +} diff --git a/x11-themes/gentoo-xcursors/metadata.xml b/x11-themes/gentoo-xcursors/metadata.xml index e943b72b8a48..b33336b9d71c 100644 --- a/x11-themes/gentoo-xcursors/metadata.xml +++ b/x11-themes/gentoo-xcursors/metadata.xml @@ -5,4 +5,7 @@ x11@gentoo.org X11 + + https://schlomp.space/tastytea/gentoo-xcursors/issues + -- 2.26.2