public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/obsidian-xcursors/
@ 2017-07-28  4:44 Markus Meier
  0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier @ 2017-07-28  4:44 UTC (permalink / raw
  To: gentoo-commits

commit:     81aff4b878b7f31062b02ef5c7134e0f530a21c0
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 28 04:44:40 2017 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Fri Jul 28 04:44:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81aff4b8

x11-themes/obsidian-xcursors: add ~arm, bug #622512

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 x11-themes/obsidian-xcursors/obsidian-xcursors-1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-themes/obsidian-xcursors/obsidian-xcursors-1.0.ebuild b/x11-themes/obsidian-xcursors/obsidian-xcursors-1.0.ebuild
index 70d248b403a..baf46172c1e 100644
--- a/x11-themes/obsidian-xcursors/obsidian-xcursors-1.0.ebuild
+++ b/x11-themes/obsidian-xcursors/obsidian-xcursors-1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 MY_PN="Obsidian"
@@ -8,7 +8,7 @@ SRC_URI="http://www.kde-look.org/CONTENT/content-files/73135-${MY_PN}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE=""
 
 RDEPEND=""


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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/obsidian-xcursors/
@ 2019-10-19 21:57 David Seifert
  0 siblings, 0 replies; 9+ messages in thread
From: David Seifert @ 2019-10-19 21:57 UTC (permalink / raw
  To: gentoo-commits

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

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

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

 x11-themes/obsidian-xcursors/obsidian-xcursors-1.0.ebuild | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/x11-themes/obsidian-xcursors/obsidian-xcursors-1.0.ebuild b/x11-themes/obsidian-xcursors/obsidian-xcursors-1.0.ebuild
index e7f002283bc..8e5b355625e 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\""


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

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

commit:     aba6f3baa2a7c4d087a4120e933ed125c1adae8f
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 26 18:18:53 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Apr 26 19:20:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aba6f3ba

x11-themes/obsidian-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/obsidian-xcursors/metadata.xml                 |  9 +++++----
 x11-themes/obsidian-xcursors/obsidian-xcursors-1.0.ebuild | 13 ++++++-------
 2 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/x11-themes/obsidian-xcursors/metadata.xml b/x11-themes/obsidian-xcursors/metadata.xml
index bc1b97e1eb7..ae370525356 100644
--- a/x11-themes/obsidian-xcursors/metadata.xml
+++ b/x11-themes/obsidian-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/obsidian-xcursors/obsidian-xcursors-1.0.ebuild b/x11-themes/obsidian-xcursors/obsidian-xcursors-1.0.ebuild
index 8e5b355625e..ab513d92c5b 100644
--- a/x11-themes/obsidian-xcursors/obsidian-xcursors-1.0.ebuild
+++ b/x11-themes/obsidian-xcursors/obsidian-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,17 +6,16 @@ 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"
+HOMEPAGE="https://store.kde.org/p/999984/"
+SRC_URI="mirror://gentoo/73135-${MY_PN}.tar.bz2"
+S="${WORKDIR}/${MY_PN}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-
-S="${WORKDIR}/${MY_PN}"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
 
 src_install() {
-	insinto /usr/share/cursors/xorg-x11/${MY_PN}
+	insinto /usr/share/cursors/xorg-x11/Obsidian
 	doins -r cursors
 }
 


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

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

commit:     f0cae6aec26c858e5b59d4705eb9b9e4d8ae22be
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 26 18:56:13 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Apr 26 19:20:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0cae6ae

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

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

diff --git a/x11-themes/obsidian-xcursors/obsidian-xcursors-1.0-r1.ebuild b/x11-themes/obsidian-xcursors/obsidian-xcursors-1.0-r1.ebuild
new file mode 100644
index 00000000000..b45f0120275
--- /dev/null
+++ b/x11-themes/obsidian-xcursors/obsidian-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="Obsidian"
+
+DESCRIPTION="A shiny and clean xcursor theme"
+HOMEPAGE="https://store.kde.org/p/999984/"
+SRC_URI="mirror://gentoo/73135-${MY_PN}.tar.bz2"
+S="${WORKDIR}/${MY_PN}"
+
+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/Obsidian
+	doins -r 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] 9+ messages in thread

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

commit:     b046de2a4b9153e6e850a84e3bfdf764e503c3eb
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 26 18:57:20 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=b046de2a

x11-themes/obsidian-xcursors: drop old version

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

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

diff --git a/x11-themes/obsidian-xcursors/obsidian-xcursors-1.0.ebuild b/x11-themes/obsidian-xcursors/obsidian-xcursors-1.0.ebuild
deleted file mode 100644
index ab513d92c5b..00000000000
--- a/x11-themes/obsidian-xcursors/obsidian-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="Obsidian"
-
-DESCRIPTION="A shiny and clean xcursor theme"
-HOMEPAGE="https://store.kde.org/p/999984/"
-SRC_URI="mirror://gentoo/73135-${MY_PN}.tar.bz2"
-S="${WORKDIR}/${MY_PN}"
-
-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/Obsidian
-	doins -r 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] 9+ messages in thread

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

commit:     24c39093af949fdc8fc9845a615864e1e1339a69
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 30 02:55:05 2021 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Thu Dec 30 02:55:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24c39093

x11-themes/obsidian-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/obsidian-xcursors/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-themes/obsidian-xcursors/metadata.xml b/x11-themes/obsidian-xcursors/metadata.xml
index 488dcfac7142..1aae07a3850e 100644
--- a/x11-themes/obsidian-xcursors/metadata.xml
+++ b/x11-themes/obsidian-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] 9+ messages in thread

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

commit:     902fc29450d699b381318c72e381a0b7bd07bb5f
Author:     Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Thu Dec  7 05:37:34 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=902fc294

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

diff --git a/x11-themes/obsidian-xcursors/obsidian-xcursors-1.0-r1.ebuild b/x11-themes/obsidian-xcursors/obsidian-xcursors-1.0-r1.ebuild
index b45f0120275f..33e965501e42 100644
--- a/x11-themes/obsidian-xcursors/obsidian-xcursors-1.0-r1.ebuild
+++ b/x11-themes/obsidian-xcursors/obsidian-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}"
 
 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] 9+ messages in thread

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

commit:     1614173034d75554ee7273e88a57e9b2ca339739
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 19 17:42:15 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=16141730

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

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

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

diff --git a/x11-themes/obsidian-xcursors/obsidian-xcursors-1.0-r2.ebuild b/x11-themes/obsidian-xcursors/obsidian-xcursors-1.0-r2.ebuild
new file mode 100644
index 000000000000..f7920e292218
--- /dev/null
+++ b/x11-themes/obsidian-xcursors/obsidian-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="Obsidian"
+
+DESCRIPTION="A shiny and clean xcursor theme"
+HOMEPAGE="https://store.kde.org/p/999984/"
+SRC_URI="mirror://gentoo/73135-${MY_PN}.tar.bz2"
+S="${WORKDIR}/${MY_PN}"
+
+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/Obsidian
+	doins -r cursors
+}


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

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

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

x11-themes/obsidian-xcursors: Stabilize 1.0-r2 ALLARCHES, #937862

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

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

diff --git a/x11-themes/obsidian-xcursors/obsidian-xcursors-1.0-r2.ebuild b/x11-themes/obsidian-xcursors/obsidian-xcursors-1.0-r2.ebuild
index f7920e292218..d00ef0a3ec83 100644
--- a/x11-themes/obsidian-xcursors/obsidian-xcursors-1.0-r2.ebuild
+++ b/x11-themes/obsidian-xcursors/obsidian-xcursors-1.0-r2.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${MY_PN}"
 
 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] 9+ messages in thread

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

Thread overview: 9+ 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/obsidian-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  2:57 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
2017-07-28  4:44 Markus Meier

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