public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/pearlgrey-xcursors/
@ 2019-10-19 21:57 David Seifert
  0 siblings, 0 replies; 8+ messages in thread
From: David Seifert @ 2019-10-19 21:57 UTC (permalink / raw
  To: gentoo-commits

commit:     de149326c77f0c15d2cbb60e4f497eb9dc7428d0
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 19 21:56:52 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Oct 19 21:56:52 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de149326

x11-themes/pearlgrey-xcursors: Port to EAPI 7

Closes: https://bugs.gentoo.org/697134
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../pearlgrey-xcursors/pearlgrey-xcursors-1.0.ebuild     | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/x11-themes/pearlgrey-xcursors/pearlgrey-xcursors-1.0.ebuild b/x11-themes/pearlgrey-xcursors/pearlgrey-xcursors-1.0.ebuild
index 7f64129c818..7faf0e6e30b 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\""


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/pearlgrey-xcursors/
@ 2021-04-26 19:20 Conrad Kostecki
  0 siblings, 0 replies; 8+ messages in thread
From: Conrad Kostecki @ 2021-04-26 19:20 UTC (permalink / raw
  To: gentoo-commits

commit:     92c2e464876cc9aebeba27ff54c10a02847cbc82
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 26 18:23:11 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Apr 26 19:20:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92c2e464

x11-themes/pearlgrey-xcursors: update HOMEPAGE, SRC_URI

Updated HOMEPAGE, as it's now available in KDE Store.
SRC_URI replaced with gentoo mirror, as there is now way possible to get
a direct download link, since they become invalid after 24 hours.

Added more arches and <stabilize-allarches/>, as no compilation is involved.

Bug: https://bugs.gentoo.org/680558
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 x11-themes/pearlgrey-xcursors/metadata.xml                |  9 +++++----
 .../pearlgrey-xcursors/pearlgrey-xcursors-1.0.ebuild      | 15 +++++++--------
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/x11-themes/pearlgrey-xcursors/metadata.xml b/x11-themes/pearlgrey-xcursors/metadata.xml
index bc1b97e1eb7..ae370525356 100644
--- a/x11-themes/pearlgrey-xcursors/metadata.xml
+++ b/x11-themes/pearlgrey-xcursors/metadata.xml
@@ -1,8 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="project">
-    <email>desktop-misc@gentoo.org</email>
-    <name>Gentoo Desktop Miscellaneous Project</name>
-  </maintainer>
+	<maintainer type="project">
+		<email>desktop-misc@gentoo.org</email>
+		<name>Gentoo Desktop Miscellaneous Project</name>
+	</maintainer>
+	<stabilize-allarches/>
 </pkgmetadata>

diff --git a/x11-themes/pearlgrey-xcursors/pearlgrey-xcursors-1.0.ebuild b/x11-themes/pearlgrey-xcursors/pearlgrey-xcursors-1.0.ebuild
index 7faf0e6e30b..70a249e0426 100644
--- a/x11-themes/pearlgrey-xcursors/pearlgrey-xcursors-1.0.ebuild
+++ b/x11-themes/pearlgrey-xcursors/pearlgrey-xcursors-1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,18 +6,17 @@ EAPI=7
 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"
+HOMEPAGE="https://store.kde.org/p/999829/"
+SRC_URI="mirror://gentoo/11313-${MY_PN}-${PV}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 x86"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
 
 src_install() {
-	insinto /usr/share/cursors/xorg-x11/${MY_PN}
-	doins -r ${MY_PN}/cursors
+	insinto /usr/share/cursors/xorg-x11/pearlgrey
+	doins -r pearlgrey/cursors
 }
 
 pkg_postinst() {


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/pearlgrey-xcursors/
@ 2021-04-26 19:20 Conrad Kostecki
  0 siblings, 0 replies; 8+ messages in thread
From: Conrad Kostecki @ 2021-04-26 19:20 UTC (permalink / raw
  To: gentoo-commits

commit:     3e682645a54e301992df94f0fd1e666523749b6d
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 26 18:58:40 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Apr 26 19:20:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e682645

x11-themes/pearlgrey-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>

 .../pearlgrey-xcursors-1.0-r1.ebuild               | 45 ++++++++++++++++++++++
 1 file changed, 45 insertions(+)

diff --git a/x11-themes/pearlgrey-xcursors/pearlgrey-xcursors-1.0-r1.ebuild b/x11-themes/pearlgrey-xcursors/pearlgrey-xcursors-1.0-r1.ebuild
new file mode 100644
index 00000000000..9fb85be372e
--- /dev/null
+++ b/x11-themes/pearlgrey-xcursors/pearlgrey-xcursors-1.0-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="${PN/-xcursors/}"
+
+DESCRIPTION="A simple crispy white-grey xcursor theme"
+HOMEPAGE="https://store.kde.org/p/999829/"
+SRC_URI="mirror://gentoo/11313-${MY_PN}-${PV}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="GPL-2"
+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/pearlgrey
+	doins -r pearlgrey/cursors
+}
+
+pkg_postinst() {
+	elog "To use this set of cursors, edit or create the file ~/.Xdefaults"
+	elog "and add the following line:"
+	elog "Xcursor.theme: ${MY_PN}"
+	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 "    ${EROOT}/usr/share/cursors/xorg-x11/default/index.theme"
+	elog "and change the line:"
+	elog "    Inherits=[current setting]"
+	elog "to"
+	elog "    Inherits=${MY_PN}"
+	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\""
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/pearlgrey-xcursors/
@ 2021-04-26 19:20 Conrad Kostecki
  0 siblings, 0 replies; 8+ messages in thread
From: Conrad Kostecki @ 2021-04-26 19:20 UTC (permalink / raw
  To: gentoo-commits

commit:     a6174e6ba8943179ec1bc955197b83bf600b5b61
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 26 18:59:34 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Apr 26 19:20:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6174e6b

x11-themes/pearlgrey-xcursors: drop old version

Closes: https://bugs.gentoo.org/680558
Closes: https://bugs.gentoo.org/758236
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 .../pearlgrey-xcursors-1.0.ebuild                  | 43 ----------------------
 1 file changed, 43 deletions(-)

diff --git a/x11-themes/pearlgrey-xcursors/pearlgrey-xcursors-1.0.ebuild b/x11-themes/pearlgrey-xcursors/pearlgrey-xcursors-1.0.ebuild
deleted file mode 100644
index 70a249e0426..00000000000
--- a/x11-themes/pearlgrey-xcursors/pearlgrey-xcursors-1.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="${PN/-xcursors/}"
-
-DESCRIPTION="A simple crispy white-grey xcursor theme"
-HOMEPAGE="https://store.kde.org/p/999829/"
-SRC_URI="mirror://gentoo/11313-${MY_PN}-${PV}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
-
-src_install() {
-	insinto /usr/share/cursors/xorg-x11/pearlgrey
-	doins -r pearlgrey/cursors
-}
-
-pkg_postinst() {
-	elog "To use this set of cursors, edit or create the file ~/.Xdefaults"
-	elog "and add the following line:"
-	elog "Xcursor.theme: ${MY_PN}"
-	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 "    ${EROOT}/usr/share/cursors/xorg-x11/default/index.theme"
-	elog "and change the line:"
-	elog "    Inherits=[current setting]"
-	elog "to"
-	elog "    Inherits=${MY_PN}"
-	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\""
-}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/pearlgrey-xcursors/
@ 2021-12-30  3:17 Jonas Stein
  0 siblings, 0 replies; 8+ messages in thread
From: Jonas Stein @ 2021-12-30  3:17 UTC (permalink / raw
  To: gentoo-commits

commit:     48e74b899a3e86983685e21f60e6842d98ce59ff
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 30 03:12:41 2021 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Thu Dec 30 03:12:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48e74b89

x11-themes/pearlgrey-xcursors: reassign to themes project

Drop project desktop-misc from the list of maintainers and reassign the
package to the new themes project.

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>

 x11-themes/pearlgrey-xcursors/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-themes/pearlgrey-xcursors/metadata.xml b/x11-themes/pearlgrey-xcursors/metadata.xml
index 488dcfac7142..1aae07a3850e 100644
--- a/x11-themes/pearlgrey-xcursors/metadata.xml
+++ b/x11-themes/pearlgrey-xcursors/metadata.xml
@@ -2,8 +2,8 @@
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="project">
-		<email>desktop-misc@gentoo.org</email>
-		<name>Gentoo Desktop Miscellaneous Project</name>
+		<email>themes@gentoo.org</email>
+		<name>Themes Project</name>
 	</maintainer>
 	<stabilize-allarches/>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/pearlgrey-xcursors/
@ 2023-12-07 16:25 Arthur Zamarin
  0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2023-12-07 16:25 UTC (permalink / raw
  To: gentoo-commits

commit:     43f9231093a92f0df89732b669d365218dcf89ed
Author:     Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Thu Dec  7 05:37:39 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Dec  7 16:25:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43f92310

x11-themes/pearlgrey-xcursors: unkeyword 1.0-r1 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/pearlgrey-xcursors/pearlgrey-xcursors-1.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-themes/pearlgrey-xcursors/pearlgrey-xcursors-1.0-r1.ebuild b/x11-themes/pearlgrey-xcursors/pearlgrey-xcursors-1.0-r1.ebuild
index 9fb85be372ee..8a381e14d44b 100644
--- a/x11-themes/pearlgrey-xcursors/pearlgrey-xcursors-1.0-r1.ebuild
+++ b/x11-themes/pearlgrey-xcursors/pearlgrey-xcursors-1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="GPL-2"
 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"
 
 RDEPEND="x11-libs/libXcursor"
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/pearlgrey-xcursors/
@ 2024-07-19 18:05 Pacho Ramos
  0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos @ 2024-07-19 18:05 UTC (permalink / raw
  To: gentoo-commits

commit:     80ee89b1a40d344f24cfd63054b58e01fb77bedc
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 19 17:44:02 2024 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Jul 19 18:04:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80ee89b1

x11-themes/pearlgrey-xcursors: Use updated location for cursor themes

Closes: https://bugs.gentoo.org/934168
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 .../pearlgrey-xcursors-1.0-r2.ebuild               | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/x11-themes/pearlgrey-xcursors/pearlgrey-xcursors-1.0-r2.ebuild b/x11-themes/pearlgrey-xcursors/pearlgrey-xcursors-1.0-r2.ebuild
new file mode 100644
index 000000000000..633727d2c917
--- /dev/null
+++ b/x11-themes/pearlgrey-xcursors/pearlgrey-xcursors-1.0-r2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="${PN/-xcursors/}"
+
+DESCRIPTION="A simple crispy white-grey xcursor theme"
+HOMEPAGE="https://store.kde.org/p/999829/"
+SRC_URI="mirror://gentoo/11313-${MY_PN}-${PV}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+RDEPEND="x11-libs/libXcursor"
+
+src_install() {
+	insinto /usr/share/icons
+	doins -r pearlgrey/
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/pearlgrey-xcursors/
@ 2024-08-13 14:57 Arthur Zamarin
  0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2024-08-13 14:57 UTC (permalink / raw
  To: gentoo-commits

commit:     cac5b4a67e7876fec6420d5d93e3a37a9f57e4cc
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 13 14:57:14 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 13 14:57:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cac5b4a6

x11-themes/pearlgrey-xcursors: Stabilize 1.0-r2 ALLARCHES, #937863

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-themes/pearlgrey-xcursors/pearlgrey-xcursors-1.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/pearlgrey-xcursors/pearlgrey-xcursors-1.0-r2.ebuild b/x11-themes/pearlgrey-xcursors/pearlgrey-xcursors-1.0-r2.ebuild
index 633727d2c917..b8017dc64efd 100644
--- a/x11-themes/pearlgrey-xcursors/pearlgrey-xcursors-1.0-r2.ebuild
+++ b/x11-themes/pearlgrey-xcursors/pearlgrey-xcursors-1.0-r2.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
 
 RDEPEND="x11-libs/libXcursor"
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-08-13 14:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-19 18:05 [gentoo-commits] repo/gentoo:master commit in: x11-themes/pearlgrey-xcursors/ Pacho Ramos
  -- strict thread matches above, loose matches on Subject: below --
2024-08-13 14:57 Arthur Zamarin
2023-12-07 16:25 Arthur Zamarin
2021-12-30  3:17 Jonas Stein
2021-04-26 19:20 Conrad Kostecki
2021-04-26 19:20 Conrad Kostecki
2021-04-26 19:20 Conrad Kostecki
2019-10-19 21:57 David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox