* [gentoo-commits] repo/gentoo:master commit in: x11-themes/gentoo-xcursors/
@ 2019-10-11 4:32 Matt Turner
0 siblings, 0 replies; 23+ messages in thread
From: Matt Turner @ 2019-10-11 4:32 UTC (permalink / raw
To: gentoo-commits
commit: 06444bac29f8e1686dd498615dcd30c1496fede6
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 11 04:13:38 2019 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Oct 11 04:32:13 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06444bac
x11-themes/gentoo-xcursors: Bump to EAPI 7
Closes: https://bugs.gentoo.org/697142
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild
index dabef605124..8536e5c4010 100644
--- a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild
+++ b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 2005-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
+EAPI=7
DESCRIPTION="A high quality set of animated mouse cursors"
HOMEPAGE="https://www.gentoo.org/"
@@ -19,7 +19,8 @@ S="${WORKDIR}/cursors"
src_install() {
dodir /usr/share/cursors/xorg-x11
- cp -pPR "${S}"/* "${D}"/usr/share/cursors/xorg-x11/ || die
+ insinto /usr/share/cursors/xorg-x11
+ doins -r *
}
pkg_postinst() {
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/gentoo-xcursors/
@ 2019-10-11 4:42 Matt Turner
0 siblings, 0 replies; 23+ messages in thread
From: Matt Turner @ 2019-10-11 4:42 UTC (permalink / raw
To: gentoo-commits
commit: 4064fa07e98689c6bdd2732c0cefbdafc568fd39
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 11 04:42:17 2019 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Oct 11 04:42:36 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4064fa07
x11-themes/gentoo-xcursors: Remove unnecessary dodir
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild
index 8536e5c4010..6c8101cdeff 100644
--- a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild
+++ b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild
@@ -18,7 +18,6 @@ DEPEND="${RDEPEND}"
S="${WORKDIR}/cursors"
src_install() {
- dodir /usr/share/cursors/xorg-x11
insinto /usr/share/cursors/xorg-x11
doins -r *
}
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/gentoo-xcursors/
@ 2019-12-05 23:21 Matt Turner
0 siblings, 0 replies; 23+ messages in thread
From: Matt Turner @ 2019-12-05 23:21 UTC (permalink / raw
To: gentoo-commits
commit: 7f78ffa83f131b5da07935f0e655bbd5117dfb93
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 5 23:19:29 2019 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Dec 5 23:20:34 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f78ffa8
x11-themes/gentoo-xcursors: Set No_homepage
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild
index c7e8ac8d0a2..302759ef3e4 100644
--- a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild
+++ b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DESCRIPTION="A high quality set of animated mouse cursors"
-HOMEPAGE="https://www.gentoo.org/"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
SRC_URI="mirror://gentoo/${PN/xcursors/cursors}-tad-${PV}.tar.bz2"
LICENSE="MIT"
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/gentoo-xcursors/
@ 2020-05-22 2:40 Matt Turner
0 siblings, 0 replies; 23+ messages in thread
From: Matt Turner @ 2020-05-22 2:40 UTC (permalink / raw
To: gentoo-commits
commit: db8af10d03ce9c6b7062c6e8c3eafe54c6da20bb
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Thu May 21 02:11:33 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri May 22 02:40:13 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db8af10d
x11-themes/gentoo-xcursors: Add Ronny Gutbrod as proxy maintainer.
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-themes/gentoo-xcursors/metadata.xml | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)
diff --git a/x11-themes/gentoo-xcursors/metadata.xml b/x11-themes/gentoo-xcursors/metadata.xml
index b33336b9d71..2a3fff64248 100644
--- a/x11-themes/gentoo-xcursors/metadata.xml
+++ b/x11-themes/gentoo-xcursors/metadata.xml
@@ -1,10 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="project">
- <email>x11@gentoo.org</email>
- <name>X11</name>
-</maintainer>
+ <maintainer type="person">
+ <email>gentoo@tastytea.de</email>
+ <name>Ronny (tastytea) Gutbrod</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>x11@gentoo.org</email>
+ <name>X11</name>
+ </maintainer>
<upstream>
<bugs-to>https://schlomp.space/tastytea/gentoo-xcursors/issues</bugs-to>
</upstream>
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/gentoo-xcursors/
@ 2020-05-22 2:40 Matt Turner
0 siblings, 0 replies; 23+ messages in thread
From: Matt Turner @ 2020-05-22 2:40 UTC (permalink / raw
To: gentoo-commits
commit: 0f6a2eb6dde3a37fd009b189f81557b17d073967
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Thu May 21 02:07:18 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri May 22 02:40:13 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f6a2eb6
x11-themes/gentoo-xcursors: Version bump 0.3.2.
Closes: https://bugs.gentoo.org/724232
Closes: https://github.com/gentoo/gentoo/pull/15899
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-themes/gentoo-xcursors/Manifest | 1 +
.../gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild | 48 ++++++++++++++++++++++
x11-themes/gentoo-xcursors/metadata.xml | 3 ++
3 files changed, 52 insertions(+)
diff --git a/x11-themes/gentoo-xcursors/Manifest b/x11-themes/gentoo-xcursors/Manifest
index d85e84f8e45..374a6f11b48 100644
--- a/x11-themes/gentoo-xcursors/Manifest
+++ b/x11-themes/gentoo-xcursors/Manifest
@@ -1 +1,2 @@
DIST gentoo-cursors-tad-0.3.1.tar.bz2 1196991 BLAKE2B 126c90b93e5071dbd68c4bb1188cc43b67c74fae5cc0d4b01c08ed0057f8421462116bbafc3862878d43d48591a507ae95d274b8ec0ea11954c3605753160a6b SHA512 b153d5860ec2167a57eba1073ec226fa7d49d256ba20ca4c18b2bac779e6944971253db51a4585d72439c4e5433464991f2e025aaa89b4a3793e15b8bd74cad9
+DIST gentoo-xcursors-0.3.2.tar.gz 2035025 BLAKE2B 520dbb3f8fe77bc915bb60c81f2abf4fce1ee6fb349ae5064ff5d2fa10c0af7ba2dd00dc0b36f992c96169214c4ebd28dceb1ba069e638e5efab7088ba804fe6 SHA512 5ccbd2e8be7bda4da0578c5a08d967dded9dc4c9163eb96f629c0eaa548f2e46e85f7301de44d5be707cc63a988b925c9c222863da5bac9095dc5170ca9c4aea
diff --git a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild
new file mode 100644
index 00000000000..f9fabb57069
--- /dev/null
+++ b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild
@@ -0,0 +1,48 @@
+# Copyright 2005-2020 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"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/gentoo-xcursors"
+
+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."
+}
diff --git a/x11-themes/gentoo-xcursors/metadata.xml b/x11-themes/gentoo-xcursors/metadata.xml
index e943b72b8a4..b33336b9d71 100644
--- a/x11-themes/gentoo-xcursors/metadata.xml
+++ b/x11-themes/gentoo-xcursors/metadata.xml
@@ -5,4 +5,7 @@
<email>x11@gentoo.org</email>
<name>X11</name>
</maintainer>
+ <upstream>
+ <bugs-to>https://schlomp.space/tastytea/gentoo-xcursors/issues</bugs-to>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/gentoo-xcursors/
@ 2020-06-15 15:00 Agostino Sarubbo
0 siblings, 0 replies; 23+ messages in thread
From: Agostino Sarubbo @ 2020-06-15 15:00 UTC (permalink / raw
To: gentoo-commits
commit: 7d4cd9cc120a4def00deff986012c328332446cd
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 15 14:59:43 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jun 15 14:59:43 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d4cd9cc
x11-themes/gentoo-xcursors: amd64 stable wrt bug #727768
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild
index f9fabb57069..9f1addc9f7f 100644
--- a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild
+++ b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://schlomp.space/tastytea/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
RDEPEND=""
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/gentoo-xcursors/
@ 2020-06-15 15:03 Agostino Sarubbo
0 siblings, 0 replies; 23+ messages in thread
From: Agostino Sarubbo @ 2020-06-15 15:03 UTC (permalink / raw
To: gentoo-commits
commit: d00ea02b043300b904323d18c6ea25065009c9de
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 15 15:03:31 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jun 15 15:03:31 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d00ea02b
x11-themes/gentoo-xcursors: arm stable wrt bug #727768
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild
index 9f1addc9f7f..f29716e4fd9 100644
--- a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild
+++ b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://schlomp.space/tastytea/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
RDEPEND=""
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/gentoo-xcursors/
@ 2020-06-15 15:06 Agostino Sarubbo
0 siblings, 0 replies; 23+ messages in thread
From: Agostino Sarubbo @ 2020-06-15 15:06 UTC (permalink / raw
To: gentoo-commits
commit: 09deb7a178956e2abc1dd9fc0d4c33bacb90b4fd
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 15 15:06:20 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jun 15 15:06:43 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09deb7a1
x11-themes/gentoo-xcursors: ppc stable wrt bug #727768
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild
index f29716e4fd9..9da3d4c545e 100644
--- a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild
+++ b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://schlomp.space/tastytea/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc ~x86"
IUSE=""
RDEPEND=""
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/gentoo-xcursors/
@ 2020-06-15 15:08 Agostino Sarubbo
0 siblings, 0 replies; 23+ messages in thread
From: Agostino Sarubbo @ 2020-06-15 15:08 UTC (permalink / raw
To: gentoo-commits
commit: ea5d46291220569eaa4bce515efa89a955d0fff0
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 15 15:08:33 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jun 15 15:08:33 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea5d4629
x11-themes/gentoo-xcursors: ppc64 stable wrt bug #727768
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild
index 9da3d4c545e..5ab8d3c8baf 100644
--- a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild
+++ b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://schlomp.space/tastytea/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86"
IUSE=""
RDEPEND=""
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/gentoo-xcursors/
@ 2020-06-15 15:12 Agostino Sarubbo
0 siblings, 0 replies; 23+ messages in thread
From: Agostino Sarubbo @ 2020-06-15 15:12 UTC (permalink / raw
To: gentoo-commits
commit: 02ae675f3bba77251e081141a489bec17b4b6544
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 15 15:12:01 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jun 15 15:12:01 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02ae675f
x11-themes/gentoo-xcursors: sparc stable wrt bug #727768
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild
index 5ab8d3c8baf..4890898760b 100644
--- a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild
+++ b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://schlomp.space/tastytea/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc ~x86"
IUSE=""
RDEPEND=""
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/gentoo-xcursors/
@ 2020-06-15 15:16 Agostino Sarubbo
0 siblings, 0 replies; 23+ messages in thread
From: Agostino Sarubbo @ 2020-06-15 15:16 UTC (permalink / raw
To: gentoo-commits
commit: 9ad924e84c72456e4800ade4a61a641a5d105a74
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 15 15:15:48 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jun 15 15:15:48 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ad924e8
x11-themes/gentoo-xcursors: x86 stable wrt bug #727768
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild
index 4890898760b..ce5f58eb769 100644
--- a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild
+++ b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://schlomp.space/tastytea/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
IUSE=""
RDEPEND=""
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/gentoo-xcursors/
@ 2020-06-24 17:22 Sergei Trofimovich
0 siblings, 0 replies; 23+ messages in thread
From: Sergei Trofimovich @ 2020-06-24 17:22 UTC (permalink / raw
To: gentoo-commits
commit: d3fa23270d529cd758fc586b1513a5c2f685563f
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Wed Jun 24 15:32:21 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Jun 24 17:22:13 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3fa2327
x11-themes/gentoo-xcursors: stable 0.3.2 for hppa, bug #727768
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild
index ce5f58eb769..0931d8c1da2 100644
--- a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild
+++ b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://schlomp.space/tastytea/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 sparc x86"
IUSE=""
RDEPEND=""
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/gentoo-xcursors/
@ 2020-06-24 20:13 Matt Turner
0 siblings, 0 replies; 23+ messages in thread
From: Matt Turner @ 2020-06-24 20:13 UTC (permalink / raw
To: gentoo-commits
commit: 2d48801a19480293c228bacbbee0d48863cbebc8
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 24 20:10:14 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Jun 24 20:13:02 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d48801a
x11-themes/gentoo-xcursors: Drop old versions
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-themes/gentoo-xcursors/Manifest | 1 -
.../gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild | 48 ----------------------
2 files changed, 49 deletions(-)
diff --git a/x11-themes/gentoo-xcursors/Manifest b/x11-themes/gentoo-xcursors/Manifest
index 374a6f11b48..b0342143879 100644
--- a/x11-themes/gentoo-xcursors/Manifest
+++ b/x11-themes/gentoo-xcursors/Manifest
@@ -1,2 +1 @@
-DIST gentoo-cursors-tad-0.3.1.tar.bz2 1196991 BLAKE2B 126c90b93e5071dbd68c4bb1188cc43b67c74fae5cc0d4b01c08ed0057f8421462116bbafc3862878d43d48591a507ae95d274b8ec0ea11954c3605753160a6b SHA512 b153d5860ec2167a57eba1073ec226fa7d49d256ba20ca4c18b2bac779e6944971253db51a4585d72439c4e5433464991f2e025aaa89b4a3793e15b8bd74cad9
DIST gentoo-xcursors-0.3.2.tar.gz 2035025 BLAKE2B 520dbb3f8fe77bc915bb60c81f2abf4fce1ee6fb349ae5064ff5d2fa10c0af7ba2dd00dc0b36f992c96169214c4ebd28dceb1ba069e638e5efab7088ba804fe6 SHA512 5ccbd2e8be7bda4da0578c5a08d967dded9dc4c9163eb96f629c0eaa548f2e46e85f7301de44d5be707cc63a988b925c9c222863da5bac9095dc5170ca9c4aea
diff --git a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild
deleted file mode 100644
index 1e4e92fead8..00000000000
--- a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 2005-2020 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://wiki.gentoo.org/wiki/No_homepage"
-SRC_URI="mirror://gentoo/${PN/xcursors/cursors}-tad-${PV}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/cursors"
-
-src_install() {
- insinto /usr/share/cursors/xorg-x11
- doins -r *
-}
-
-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."
-}
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/gentoo-xcursors/
@ 2021-04-26 20:33 Conrad Kostecki
0 siblings, 0 replies; 23+ messages in thread
From: Conrad Kostecki @ 2021-04-26 20:33 UTC (permalink / raw
To: gentoo-commits
commit: 5f7ade4ca1f66be2b08fff78c2ee434621e85d04
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 26 19:50:34 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Apr 26 20:33:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f7ade4c
x11-themes/gentoo-xcursors: drop old version
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
.../gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild | 48 ----------------------
1 file changed, 48 deletions(-)
diff --git a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild
deleted file mode 100644
index ce5f58eb769..00000000000
--- a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 2005-2020 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"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/gentoo-xcursors"
-
-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."
-}
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/gentoo-xcursors/
@ 2021-04-26 20:33 Conrad Kostecki
0 siblings, 0 replies; 23+ messages in thread
From: Conrad Kostecki @ 2021-04-26 20:33 UTC (permalink / raw
To: gentoo-commits
commit: 189142a2df1581dceeed3077214909814cbc51fb
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 26 19:49:37 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Apr 26 20:33:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=189142a2
x11-themes/gentoo-xcursors: add missing dep
Bug: https://bugs.gentoo.org/758236
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
.../gentoo-xcursors-0.3.2-r1.ebuild | 45 ++++++++++++++++++++++
x11-themes/gentoo-xcursors/metadata.xml | 1 +
2 files changed, 46 insertions(+)
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
new file mode 100644
index 00000000000..f13b85327b3
--- /dev/null
+++ b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r1.ebuild
@@ -0,0 +1,45 @@
+# 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."
+}
diff --git a/x11-themes/gentoo-xcursors/metadata.xml b/x11-themes/gentoo-xcursors/metadata.xml
index 5337cea475c..10f42e36d15 100644
--- a/x11-themes/gentoo-xcursors/metadata.xml
+++ b/x11-themes/gentoo-xcursors/metadata.xml
@@ -13,6 +13,7 @@
<email>x11@gentoo.org</email>
<name>X11</name>
</maintainer>
+ <stabilize-allarches/>
<upstream>
<bugs-to>https://schlomp.space/tastytea/gentoo-xcursors/issues</bugs-to>
</upstream>
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/gentoo-xcursors/
@ 2022-06-12 7:33 Joonas Niilola
0 siblings, 0 replies; 23+ messages in thread
From: Joonas Niilola @ 2022-06-12 7:33 UTC (permalink / raw
To: gentoo-commits
commit: 43bc5e50f8cc9737891ec600ec8bb602d5e03e53
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Fri Jun 3 14:55:56 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Jun 12 07:27:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43bc5e50
x11-themes/gentoo-xcursors: fix install location, update EAPI 7 -> 8
Switch to default install location¹, because the Gentoo-specific path is
problematic². Symlinks are added at old location for backwards
compatibility.
¹ <https://www.x.org/releases/X11R7.7/doc/man/man3/Xcursor.3.xhtml>
² <https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a95901>
Closes: https://bugs.gentoo.org/848606
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
Closes: https://github.com/gentoo/gentoo/pull/25740
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
.../gentoo-xcursors-0.3.2-r2.ebuild | 30 ++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r2.ebuild b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r2.ebuild
new file mode 100644
index 000000000000..170c5bdcc09c
--- /dev/null
+++ b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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"
+
+src_install() {
+ insinto /usr/share/icons
+ doins -r cursors/*
+
+ # Add symlinks in Gentoo-specific location for backwards compatibility
+ mkdir -p ${ED}/usr/share/cursors/xorg-x11 || die
+ cd ${ED}/usr/share/cursors/xorg-x11 || die
+ for cursorset in ../../icons/*; do
+ dosym ${cursorset} /usr/share/cursors/xorg-x11/${cursorset##*/}
+ done
+}
+
+pkg_postinst() {
+ einfo "To use this set of cursors, consult <https://wiki.gentoo.org/wiki/Cursor_themes>."
+ einfo "The three sets installed are gentoo, gentoo-silver and gentoo-blue."
+}
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/gentoo-xcursors/
@ 2022-06-12 7:33 Joonas Niilola
0 siblings, 0 replies; 23+ messages in thread
From: Joonas Niilola @ 2022-06-12 7:33 UTC (permalink / raw
To: gentoo-commits
commit: 307972e0a35eebae47ab55802cc0b887ab7417fe
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 12 07:28:09 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Jun 12 07:28:09 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=307972e0
x11-themes/gentoo-xcursors: add buglink to a temp workaround
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r2.ebuild b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r2.ebuild
index 170c5bdcc09c..cf2458d831ec 100644
--- a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r2.ebuild
+++ b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r2.ebuild
@@ -16,7 +16,7 @@ src_install() {
insinto /usr/share/icons
doins -r cursors/*
- # Add symlinks in Gentoo-specific location for backwards compatibility
+ # Add symlinks in Gentoo-specific location for backwards compatibility, #848606
mkdir -p ${ED}/usr/share/cursors/xorg-x11 || die
cd ${ED}/usr/share/cursors/xorg-x11 || die
for cursorset in ../../icons/*; do
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/gentoo-xcursors/
@ 2022-07-26 15:15 Agostino Sarubbo
0 siblings, 0 replies; 23+ messages in thread
From: Agostino Sarubbo @ 2022-07-26 15:15 UTC (permalink / raw
To: gentoo-commits
commit: a9b4d0a0c06f2f55f10e8b53282a8ed0f38f8b6b
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 26 15:15:25 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Jul 26 15:15:25 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9b4d0a0
x11-themes/gentoo-xcursors: amd64 stable wrt bug #861023
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r2.ebuild b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r2.ebuild
index cf2458d831ec..e499f5edbd2b 100644
--- a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r2.ebuild
+++ b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r2.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}/${PN}"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
src_install() {
insinto /usr/share/icons
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/gentoo-xcursors/
@ 2022-07-26 15:24 Agostino Sarubbo
0 siblings, 0 replies; 23+ messages in thread
From: Agostino Sarubbo @ 2022-07-26 15:24 UTC (permalink / raw
To: gentoo-commits
commit: d13e11cb946a9d1348456d4512e2c71dbef626cf
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 26 15:24:09 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Jul 26 15:24:28 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d13e11cb
x11-themes/gentoo-xcursors: x86 stable wrt bug #861023
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r2.ebuild b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r2.ebuild
index e499f5edbd2b..e76461648e2d 100644
--- a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r2.ebuild
+++ b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r2.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}/${PN}"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
src_install() {
insinto /usr/share/icons
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/gentoo-xcursors/
@ 2022-07-30 23:32 Sam James
0 siblings, 0 replies; 23+ messages in thread
From: Sam James @ 2022-07-30 23:32 UTC (permalink / raw
To: gentoo-commits
commit: de0c23f5022ef060c4acfe35456d5e684362537f
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Fri Jul 29 13:31:58 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 30 23:22:30 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de0c23f5
x11-themes/gentoo-xcursors: drop 0.3.2-r2
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
Closes: https://github.com/gentoo/gentoo/pull/26651
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../gentoo-xcursors-0.3.2-r2.ebuild | 30 ----------------------
1 file changed, 30 deletions(-)
diff --git a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r2.ebuild b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r2.ebuild
deleted file mode 100644
index e76461648e2d..000000000000
--- a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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"
-
-src_install() {
- insinto /usr/share/icons
- doins -r cursors/*
-
- # Add symlinks in Gentoo-specific location for backwards compatibility, #848606
- mkdir -p ${ED}/usr/share/cursors/xorg-x11 || die
- cd ${ED}/usr/share/cursors/xorg-x11 || die
- for cursorset in ../../icons/*; do
- dosym ${cursorset} /usr/share/cursors/xorg-x11/${cursorset##*/}
- done
-}
-
-pkg_postinst() {
- einfo "To use this set of cursors, consult <https://wiki.gentoo.org/wiki/Cursor_themes>."
- einfo "The three sets installed are gentoo, gentoo-silver and gentoo-blue."
-}
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/gentoo-xcursors/
@ 2022-07-30 23:32 Sam James
0 siblings, 0 replies; 23+ messages in thread
From: Sam James @ 2022-07-30 23:32 UTC (permalink / raw
To: gentoo-commits
commit: 477015c0b557b557c8cd527b93fd5ba8d6b42000
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Fri Jul 29 11:21:06 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 30 23:22:29 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=477015c0
x11-themes/gentoo-xcursors: fix blocked symlink installation
A directory was replaced by a symlink but that does not work due to
bug #834600.
Straight to stable since the broken ebuild landed in stable and the
package isn't compiling anything.
Closes: https://bugs.gentoo.org/861785
Co-developed-by: John Duncan
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../gentoo-xcursors-0.3.2-r3.ebuild | 51 ++++++++++++++++++++++
1 file changed, 51 insertions(+)
diff --git a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r3.ebuild b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r3.ebuild
new file mode 100644
index 000000000000..a891f268b288
--- /dev/null
+++ b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r3.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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"
+
+src_install() {
+ insinto /usr/share/icons
+ doins -r cursors/*
+
+ # Add symlinks in Gentoo-specific location for backwards compatibility, #848606
+ mkdir -p ${ED}/usr/share/cursors/xorg-x11 || die
+ cd ${ED}/usr/share/cursors/xorg-x11 || die
+ for cursorset in ../../icons/*; do
+ dosym ${cursorset} /usr/share/cursors/xorg-x11/${cursorset##*/}
+ done
+}
+
+pkg_preinst() {
+ # Needed until bug #834600 is solved
+ if [[ -n ${REPLACING_VERSIONS} ]] ; then
+ GENTOOCURSORS="${EROOT}/usr/share/cursors/xorg-x11"
+ if [[ -d "${GENTOOCURSORS}/gentoo" ]] ; then
+ rm -r "${GENTOOCURSORS}/gentoo" || die
+ fi
+ if [[ -d "${GENTOOCURSORS}/gentoo-blue" ]] ; then
+ rm -r "${GENTOOCURSORS}/gentoo-blue" || die
+ fi
+ if [[ -d "${GENTOOCURSORS}/gentoo-silver" ]] ; then
+ rm -r "${GENTOOCURSORS}/gentoo-silver" || die
+ fi
+
+ if [[ -L "${GENTOOCURSORS}"/gentoo.backup.0000 ]]; then
+ einfo "There are symlinks left from a previous failed upgrade."
+ einfo "Remove ${GENTOOCURSORS}/gentoo*.backup.* manually to get rid of them."
+ fi
+ fi
+}
+
+pkg_postinst() {
+ einfo "To use this set of cursors, consult <https://wiki.gentoo.org/wiki/Cursor_themes>."
+ einfo "The three sets installed are gentoo, gentoo-silver and gentoo-blue."
+}
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/gentoo-xcursors/
@ 2022-08-11 10:55 Sam James
0 siblings, 0 replies; 23+ messages in thread
From: Sam James @ 2022-08-11 10:55 UTC (permalink / raw
To: gentoo-commits
commit: 1766729b8d5ca7dd5541387eb8e3fc808efe143f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 11 10:48:25 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 10:54:54 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1766729b
x11-themes/gentoo-xcursors: fix UnquotedVariable
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r3.ebuild b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r3.ebuild
index a891f268b288..17f253e4ff91 100644
--- a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r3.ebuild
+++ b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r3.ebuild
@@ -17,8 +17,8 @@ src_install() {
doins -r cursors/*
# Add symlinks in Gentoo-specific location for backwards compatibility, #848606
- mkdir -p ${ED}/usr/share/cursors/xorg-x11 || die
- cd ${ED}/usr/share/cursors/xorg-x11 || die
+ mkdir -p "${ED}"/usr/share/cursors/xorg-x11 || die
+ cd "${ED}"/usr/share/cursors/xorg-x11 || die
for cursorset in ../../icons/*; do
dosym ${cursorset} /usr/share/cursors/xorg-x11/${cursorset##*/}
done
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/gentoo-xcursors/
@ 2023-12-07 16:25 Arthur Zamarin
0 siblings, 0 replies; 23+ messages in thread
From: Arthur Zamarin @ 2023-12-07 16:25 UTC (permalink / raw
To: gentoo-commits
commit: 5ec3ff72ac971d7ea6a1d671c9b530cfcaaedf1a
Author: Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Thu Dec 7 05:36:39 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 7 16:25:18 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ec3ff72
x11-themes/gentoo-xcursors: unkeyword 0.3.2-r3 for ~alpha
Bug: https://bugs.gentoo.org/873523
Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r3.ebuild b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r3.ebuild
index 17f253e4ff91..da40d2064594 100644
--- a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r3.ebuild
+++ b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -10,7 +10,7 @@ S="${WORKDIR}/${PN}"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
src_install() {
insinto /usr/share/icons
^ permalink raw reply related [flat|nested] 23+ messages in thread
end of thread, other threads:[~2023-12-07 16:25 UTC | newest]
Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-11 10:55 [gentoo-commits] repo/gentoo:master commit in: x11-themes/gentoo-xcursors/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2023-12-07 16:25 Arthur Zamarin
2022-07-30 23:32 Sam James
2022-07-30 23:32 Sam James
2022-07-26 15:24 Agostino Sarubbo
2022-07-26 15:15 Agostino Sarubbo
2022-06-12 7:33 Joonas Niilola
2022-06-12 7:33 Joonas Niilola
2021-04-26 20:33 Conrad Kostecki
2021-04-26 20:33 Conrad Kostecki
2020-06-24 20:13 Matt Turner
2020-06-24 17:22 Sergei Trofimovich
2020-06-15 15:16 Agostino Sarubbo
2020-06-15 15:12 Agostino Sarubbo
2020-06-15 15:08 Agostino Sarubbo
2020-06-15 15:06 Agostino Sarubbo
2020-06-15 15:03 Agostino Sarubbo
2020-06-15 15:00 Agostino Sarubbo
2020-05-22 2:40 Matt Turner
2020-05-22 2:40 Matt Turner
2019-12-05 23:21 Matt Turner
2019-10-11 4:42 Matt Turner
2019-10-11 4:32 Matt Turner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox