summaryrefslogtreecommitdiff
path: root/x11-themes/obsidian-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/obsidian-xcursors
parent48ece6662cbd443015f5a57ae6d8cbdbd69ef37c (diff)
gentoo resync : 03.11.2019
Diffstat (limited to 'x11-themes/obsidian-xcursors')
-rw-r--r--x11-themes/obsidian-xcursors/Manifest2
-rw-r--r--x11-themes/obsidian-xcursors/obsidian-xcursors-1.0.ebuild14
2 files changed, 7 insertions, 9 deletions
diff --git a/x11-themes/obsidian-xcursors/Manifest b/x11-themes/obsidian-xcursors/Manifest
index 78b139bb4d00..7a87f27f748b 100644
--- a/x11-themes/obsidian-xcursors/Manifest
+++ b/x11-themes/obsidian-xcursors/Manifest
@@ -1,3 +1,3 @@
DIST 73135-Obsidian.tar.bz2 262096 BLAKE2B 9521f26ac749343f841bc307809619954e688cc8367a59bc2b3dabd38e065a1bbbf1c275e573101a048cbf1185542dc5636914a0e11088caf4a130abccebe7f7 SHA512 e705f1faa2d094b2aa7ca5525f687595ff619ad8b49e3b533a429ea4268550babe24008fbe8b53332bf5753825e9d6d13e2e8ff9049fdc55b44b1ff64c70ec6a
-EBUILD obsidian-xcursors-1.0.ebuild 1305 BLAKE2B 1782735284c19c20b2ccdf59f7b4d48153d1c2ff86ce83089cb789663275ddc7b7eddb9fca69153b658602d4e6481cdcfc86bcdef33f55149611843b4bab8b4c SHA512 19f5881ece1763cf11d9cd3a17dcb40b4e998f2476a307e76567853be6681b4480c845d9a98b833b18232359995f6832e48e51f6b40e6e2112ca4d49bfde1b18
+EBUILD obsidian-xcursors-1.0.ebuild 1250 BLAKE2B e30f437c1513e3c249bd002ba7e4b346d9aa36a2c38a4fcf0c4d7037391ecc866bb558c54d5187d870fa11c5b9fd0cbfaf43970b67ee07f206be3a21ec5cc64d SHA512 5692f65e051663b044ae101ed03d428f668e74438ed349e90fc2be1547ddf91cc6b050f92b6369e7a67ebe49593ff24246255e036a48d48e24032150b711830a
MISC metadata.xml 282 BLAKE2B f175ac89f79f8ebbe3bc806c0c4a8169e2a4b88708d85928db9a23dacecd92a2acb1c5d1f6a49a2f8375288aa4b2db910af8c325557540ba665c37a17e773721 SHA512 06c94ffb49c985c4344b170b902427ca9ce0c23b6d68330af227ab1771794f8e8b6d0ef75b5f69293c8ef0d3264c8799e1389ccdf8dfbe7c665c6477c07479e4
diff --git a/x11-themes/obsidian-xcursors/obsidian-xcursors-1.0.ebuild b/x11-themes/obsidian-xcursors/obsidian-xcursors-1.0.ebuild
index e7f002283bc3..8e5b355625e0 100644
--- a/x11-themes/obsidian-xcursors/obsidian-xcursors-1.0.ebuild
+++ b/x11-themes/obsidian-xcursors/obsidian-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="Obsidian"
+
DESCRIPTION="A shiny and clean xcursor theme"
HOMEPAGE="http://www.kde-look.org/content/show.php/Obsidian+Cursors?content=73135"
SRC_URI="http://www.kde-look.org/CONTENT/content-files/73135-${MY_PN}.tar.bz2"
@@ -11,16 +12,12 @@ SRC_URI="http://www.kde-look.org/CONTENT/content-files/73135-${MY_PN}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_PN}"
src_install() {
insinto /usr/share/cursors/xorg-x11/${MY_PN}
- doins -r cursors || die "doins failed"
+ doins -r 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\""