summaryrefslogtreecommitdiff
path: root/x11-themes/haematite-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/haematite-xcursors
parent48ece6662cbd443015f5a57ae6d8cbdbd69ef37c (diff)
gentoo resync : 03.11.2019
Diffstat (limited to 'x11-themes/haematite-xcursors')
-rw-r--r--x11-themes/haematite-xcursors/Manifest2
-rw-r--r--x11-themes/haematite-xcursors/haematite-xcursors-1.0.ebuild16
2 files changed, 8 insertions, 10 deletions
diff --git a/x11-themes/haematite-xcursors/Manifest b/x11-themes/haematite-xcursors/Manifest
index 24e43501ae5f..811f624ff82b 100644
--- a/x11-themes/haematite-xcursors/Manifest
+++ b/x11-themes/haematite-xcursors/Manifest
@@ -1,3 +1,3 @@
DIST 19594-haematite-1.0.tar.gz 23514 BLAKE2B 275b46d77650a5aa3b7ff1f3f054b659df60063413cebc04bd4fe462a689ce3ee7d5387b1d3dd461642232ee97cc1f6f1d0749e30354d9bd9c242f96aa67f161 SHA512 3e135a10300a5a4fdda626a2b3831b4b715ce3ed4da53d65f185396d38f6239611806474ef2bb5060a0bf7250815007690ea8c15c49c25d0c55030fb11cb45d7
-EBUILD haematite-xcursors-1.0.ebuild 1327 BLAKE2B 4b566c504091c9e868a5f6fb5c1cc16f47967f2b578aad3535c142a314b97e4a0c4ec6a2ddd327a01bd258599a08f0f12c32ff7c2160bafe2d2de9764891f852 SHA512 a1defdc891f388f06c981f94a648d83665106dd7cc63f60a4592c98ed04e0d07307233439282282ecf13b56fd3dc9ac33af00143a89fc4c2d51e8df1ed1e2a14
+EBUILD haematite-xcursors-1.0.ebuild 1274 BLAKE2B 6887a327188a08654e4efa3cfefa267c583f13ec2d5b530f50a88ce9a8b5aad5574bf7b481fbd636c5fb00d91d6755741c305a7c0f9d6064e7a0e513f75b6345 SHA512 e4ad11f1760247b22cb4eda0d08712b2b28f9d32cd3ce3716515c9529965d3d9c9e08b6bc41bcb8bd5c75184a288bc8c47e4a45ba8a7dda5651ac5a1abdc25bf
MISC metadata.xml 282 BLAKE2B f175ac89f79f8ebbe3bc806c0c4a8169e2a4b88708d85928db9a23dacecd92a2acb1c5d1f6a49a2f8375288aa4b2db910af8c325557540ba665c37a17e773721 SHA512 06c94ffb49c985c4344b170b902427ca9ce0c23b6d68330af227ab1771794f8e8b6d0ef75b5f69293c8ef0d3264c8799e1389ccdf8dfbe7c665c6477c07479e4
diff --git a/x11-themes/haematite-xcursors/haematite-xcursors-1.0.ebuild b/x11-themes/haematite-xcursors/haematite-xcursors-1.0.ebuild
index 8d8aec2e7980..dab4234c4ccf 100644
--- a/x11-themes/haematite-xcursors/haematite-xcursors-1.0.ebuild
+++ b/x11-themes/haematite-xcursors/haematite-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 dark-grey xcursor theme"
HOMEPAGE="http://www.kde-look.org/content/show.php/Haematite?content=19594"
SRC_URI="http://www.kde-look.org/CONTENT/content-files/19594-${MY_PN}-${PV}.tar.gz"
@@ -11,16 +12,12 @@ SRC_URI="http://www.kde-look.org/CONTENT/content-files/19594-${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\""