diff options
author | Aisha Tammy <gentoo@aisha.cc> | 2021-02-04 00:44:32 +0000 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-12 21:49:21 +0100 |
commit | 7e397384b6b4e29f219df6c1724b01e226f52449 (patch) | |
tree | ab5a10510f1ce3dfac0fd0ddfc319e9c85da00c7 /x11-themes/chameleon-xcursors | |
parent | x11-themes/echo-icon-theme: fix eclass usage (diff) | |
download | gentoo-7e397384b6b4e29f219df6c1724b01e226f52449.tar.gz gentoo-7e397384b6b4e29f219df6c1724b01e226f52449.tar.bz2 gentoo-7e397384b6b4e29f219df6c1724b01e226f52449.zip |
x11-themes/chameleon-xcursors: fix eclass usage
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-themes/chameleon-xcursors')
-rw-r--r-- | x11-themes/chameleon-xcursors/chameleon-xcursors-0.5-r1.ebuild | 34 | ||||
-rw-r--r-- | x11-themes/chameleon-xcursors/metadata.xml | 9 |
2 files changed, 14 insertions, 29 deletions
diff --git a/x11-themes/chameleon-xcursors/chameleon-xcursors-0.5-r1.ebuild b/x11-themes/chameleon-xcursors/chameleon-xcursors-0.5-r1.ebuild index 9c05a493d77b..370c1e7b7174 100644 --- a/x11-themes/chameleon-xcursors/chameleon-xcursors-0.5-r1.ebuild +++ b/x11-themes/chameleon-xcursors/chameleon-xcursors-0.5-r1.ebuild @@ -1,7 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 + +inherit xdg MY_PN="Chameleon" @@ -11,15 +13,14 @@ HOMEPAGE="http://www.egregorion.net/2007/03/26/chameleon/" COLOURS="Anthracite DarkSkyBlue SkyBlue Pearl White" SRC_URI="" for COLOUR in ${COLOURS} ; do - SRC_URI="${SRC_URI} http://www.egregorion.net/works/${MY_PN}-${COLOUR}-${PV}.tar.bz2" + SRC_URI="${SRC_URI} mirror://gentoo/${MY_PN}-${COLOUR}-${PV}.tar.bz2" done LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" -S=${WORKDIR} +S="${WORKDIR}" src_install() { dodir /usr/share/cursors/xorg-x11/ @@ -31,26 +32,3 @@ src_install() { done done } - -pkg_postinst() { - elog "To use one of these sets of cursors, edit or create the file ~/.Xdefaults" - elog "and add the following line:" - elog "Xcursor.theme: ${MY_PN}-Pearl-Regular" - elog "(for example)" - elog - elog "You can change the size by adding a line like:" - 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 "and change the line:" - elog " Inherits=[current setting]" - elog "to" - elog " Inherits=${MY_PN}-Pearl-Regular" - 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\"" -} diff --git a/x11-themes/chameleon-xcursors/metadata.xml b/x11-themes/chameleon-xcursors/metadata.xml index 6f49eba8f496..52c3f63cafa2 100644 --- a/x11-themes/chameleon-xcursors/metadata.xml +++ b/x11-themes/chameleon-xcursors/metadata.xml @@ -1,5 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<!-- maintainer-needed --> + <maintainer type="person"> + <email>gentoo@aisha.cc</email> + <name>Aisha Tammy</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> </pkgmetadata> |