summaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/Manifest.gzbin21922 -> 21922 bytes
-rw-r--r--x11-themes/gentoo-xcursors/Manifest1
-rw-r--r--x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r1.ebuild45
3 files changed, 0 insertions, 46 deletions
diff --git a/x11-themes/Manifest.gz b/x11-themes/Manifest.gz
index 5e826463cbc4..01dae50fd0a0 100644
--- a/x11-themes/Manifest.gz
+++ b/x11-themes/Manifest.gz
Binary files differ
diff --git a/x11-themes/gentoo-xcursors/Manifest b/x11-themes/gentoo-xcursors/Manifest
index 08f25b058ff3..6c67208e7d5e 100644
--- a/x11-themes/gentoo-xcursors/Manifest
+++ b/x11-themes/gentoo-xcursors/Manifest
@@ -1,4 +1,3 @@
DIST gentoo-xcursors-0.3.2.tar.gz 2035025 BLAKE2B 520dbb3f8fe77bc915bb60c81f2abf4fce1ee6fb349ae5064ff5d2fa10c0af7ba2dd00dc0b36f992c96169214c4ebd28dceb1ba069e638e5efab7088ba804fe6 SHA512 5ccbd2e8be7bda4da0578c5a08d967dded9dc4c9163eb96f629c0eaa548f2e46e85f7301de44d5be707cc63a988b925c9c222863da5bac9095dc5170ca9c4aea
-EBUILD gentoo-xcursors-0.3.2-r1.ebuild 1440 BLAKE2B a9b4bf070791fdec7be4d8966b63893807d8cea13eb2f6c0c542869185ec1b74cd00315d5423683b44e4edbe47fe75f48364da8e4048991e8104b951e144c964 SHA512 095534b14414735d5490862eb8224c48b06a729c691d040745cde1787bf99474d9653f148aad2bb2f57501919fedc757d0db018c605ce52578cb771422957c91
EBUILD gentoo-xcursors-0.3.2-r3.ebuild 1653 BLAKE2B 9f37193b8ed4d72b858089d66a8ae791592dd6268d949577211c7e1f841cc89ff5055bc7fa0b90ff7886687ced44bf3302cb8f0df2a04a1e728432a29903384c SHA512 14770bd8f7851a033169a27dca81e2a31c8b52930f99a9f1ee90ba596ffea6e548a65c1ecf0143cae499cac8aa269def4211e4937e28316ccf3c59c7d49d0807
MISC metadata.xml 625 BLAKE2B a8b1dcb3b123b3ac1131ef60c143b3adf94d1459c6cd00a5d4e56e83f7701f6842838802cea3c7f53cb4105ba0b20a828fd8ee06fa0a93e0ccc3764c2ef53525 SHA512 b80de950edb24625458aeabf9dabb3567306f202f63dc0cdab77b30d80652f833412aab92f3d7e314486d6bcbc823e36fc2718c30293e1e8d704c58593258787
diff --git a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r1.ebuild b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r1.ebuild
deleted file mode 100644
index f13b85327b3b..000000000000
--- a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 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"
-S="${WORKDIR}/${PN}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
-
-RDEPEND="x11-libs/libXcursor"
-
-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."
-}