summaryrefslogtreecommitdiff
path: root/x11-themes/pearlgrey-xcursors
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-11-03 16:06:58 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-11-03 16:06:58 +0000
commitbd4aeefe33e63f613512604e47bfca7b2187697d (patch)
treeadb35b5a9a00ee7ea591ab0c987f70167c23b597 /x11-themes/pearlgrey-xcursors
parent48ece6662cbd443015f5a57ae6d8cbdbd69ef37c (diff)
gentoo resync : 03.11.2019
Diffstat (limited to 'x11-themes/pearlgrey-xcursors')
-rw-r--r--x11-themes/pearlgrey-xcursors/Manifest2
-rw-r--r--x11-themes/pearlgrey-xcursors/pearlgrey-xcursors-1.0.ebuild16
2 files changed, 8 insertions, 10 deletions
diff --git a/x11-themes/pearlgrey-xcursors/Manifest b/x11-themes/pearlgrey-xcursors/Manifest
index 1d9a4e7b4bec..d8037233be6e 100644
--- a/x11-themes/pearlgrey-xcursors/Manifest
+++ b/x11-themes/pearlgrey-xcursors/Manifest
@@ -1,3 +1,3 @@
DIST 11313-pearlgrey-1.0.tar.gz 17978 BLAKE2B aa2b35885a25bdd2a36ac6d9265ce9bacb1a5e1f4319ec3ad5434a1202c1fafff18236197f133c0268219c13d141ed0d75ca0014d935b731977db059203b1e20 SHA512 863b9d0ff5f0ef387b66e85c1f0b9431e4f77b362d4f5f55ab6ec00c511bc357e1c2b20c0c14cea41bbc90ea5c7aa0da57dc34c474da672cf04094d4f6247e99
-EBUILD pearlgrey-xcursors-1.0.ebuild 1328 BLAKE2B bddf88ed043aa406009c517bce7a4fdea8f76dc56e3d22dd569b94efda34d1c17cae8c988363ddfe71571aa77073ba2210f0fbb498d4ddc5d33a3e3b616a1799 SHA512 1bc7001ace29e69a70d632f32f401f9d3a515c6c63e37ef2b6cb92a8765ec01e36fa5e40884df1cadb07161529d3f91b335b03c431a69853680bbf037c2f4147
+EBUILD pearlgrey-xcursors-1.0.ebuild 1275 BLAKE2B ac980c8d41f1b01b58e712762219a5dd7c4ee52a60e99f77d4002505025c43b75c5e3b9d5b916920d3bca942ca50e72417276c07da86b39a122d67c37c210786 SHA512 e9b5699e5361f5b61942c083371f3c23751323e7b0d8e72ea4706c86297e3eb2abd10f76989d7c7c2092ae3f146f0d8b3cb463891bb264d9f58e47077e8947f4
MISC metadata.xml 282 BLAKE2B f175ac89f79f8ebbe3bc806c0c4a8169e2a4b88708d85928db9a23dacecd92a2acb1c5d1f6a49a2f8375288aa4b2db910af8c325557540ba665c37a17e773721 SHA512 06c94ffb49c985c4344b170b902427ca9ce0c23b6d68330af227ab1771794f8e8b6d0ef75b5f69293c8ef0d3264c8799e1389ccdf8dfbe7c665c6477c07479e4
diff --git a/x11-themes/pearlgrey-xcursors/pearlgrey-xcursors-1.0.ebuild b/x11-themes/pearlgrey-xcursors/pearlgrey-xcursors-1.0.ebuild
index 7f64129c8183..7faf0e6e30b6 100644
--- a/x11-themes/pearlgrey-xcursors/pearlgrey-xcursors-1.0.ebuild
+++ b/x11-themes/pearlgrey-xcursors/pearlgrey-xcursors-1.0.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
+EAPI=7
+
+MY_PN="${PN/-xcursors/}"
-MY_PN=${PN/-xcursors/}
DESCRIPTION="A simple crispy white-grey xcursor theme"
HOMEPAGE="http://www.kde-look.org/content/show.php/PearlGrey?content=11313"
SRC_URI="http://www.kde-look.org/CONTENT/content-files/11313-${MY_PN}-${PV}.tar.gz"
@@ -11,16 +12,12 @@ SRC_URI="http://www.kde-look.org/CONTENT/content-files/11313-${MY_PN}-${PV}.tar.
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_PN}-${PV}"
src_install() {
insinto /usr/share/cursors/xorg-x11/${MY_PN}
- doins -r ${MY_PN}/cursors || die "doins failed"
+ doins -r ${MY_PN}/cursors
}
pkg_postinst() {
@@ -32,7 +29,7 @@ pkg_postinst() {
elog "Xcursor.size: 48"
elog
elog "Also, to globally use this set of mouse cursors edit the file:"
- elog " /usr/share/cursors/xorg-x11/default/index.theme"
+ elog " ${EROOT}/usr/share/cursors/xorg-x11/default/index.theme"
elog "and change the line:"
elog " Inherits=[current setting]"
elog "to"
@@ -40,6 +37,7 @@ pkg_postinst() {
elog
elog "Note this will be overruled by a user's ~/.Xdefaults file."
elog
+
ewarn "If you experience flickering, try setting the following line in"
ewarn "the Device section of your xorg.conf file:"
ewarn " Option \"HWCursor\" \"false\""