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

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

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

 .../blueglass-xcursors-0.4.ebuild                   | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4.ebuild b/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4.ebuild
index 3b72b7eb69a..737c68f7943 100644
--- a/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4.ebuild
+++ b/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4.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_P="5532-BlueGlass-XCursors-3D-${PV}"
+
 DESCRIPTION="A high quality set of Xfree 4.3.0 animated mouse cursors"
 HOMEPAGE="http://www.kde-look.org/content/show.php?content=5532"
 SRC_URI="http://kde-look.org/content/files/$MY_P.tar.bz2"
@@ -11,17 +12,16 @@ SRC_URI="http://kde-look.org/content/files/$MY_P.tar.bz2"
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86"
-IUSE=""
 
-RDEPEND=""
-DEPEND="${RDEPEND}"
+S="${WORKDIR}/${MY_P:5}"
 
 # Note: although the package name is BlueGlass, the tarball & authors directions
 # use the directory 'Blue'.
 src_install() {
-	dodir /usr/share/cursors/xorg-x11/Blue/cursors/
-	cp -R "${WORKDIR}"/${MY_P:5}/Blue/cursors "${D}"/usr/share/cursors/xorg-x11/Blue/ || die
-	dodoc "${WORKDIR}"/${MY_P:5}/README
+	insinto /usr/share/cursors/xorg-x11/Blue
+	doins -r Blue/cursors
+
+	einstalldocs
 }
 
 pkg_postinst() {
@@ -33,14 +33,15 @@ pkg_postinst() {
 	einfo "Xcursor.size: 48"
 	einfo ""
 	einfo "To globally use this set of mouse cursors edit the file:"
-	einfo "   /usr/share/cursors/xorg-x11/default/index.theme"
+	einfo "   ${EROOT}/usr/share/cursors/xorg-x11/default/index.theme"
 	einfo "and change the line:"
 	einfo "    Inherits=[current setting]"
 	einfo "to"
 	einfo "    Inherits=Blue"
 	einfo ""
 	einfo "Note this will be overruled by a user's ~/.Xdefaults file."
-	einfo ""
+	einfo
+
 	ewarn "If you experience flickering, try setting the following line in"
 	ewarn "the Device section of your XF86Config:"
 	ewarn "Option  \"HWCursor\"  \"false\""


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

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

commit:     ac078131035882a09ec3d180a926a341100197a9
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 26 17:33:12 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Apr 26 19:20:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac078131

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

diff --git a/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4.ebuild b/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4.ebuild
index 60f2a71174c..c1704796d2a 100644
--- a/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4.ebuild
+++ b/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,14 +6,13 @@ EAPI=7
 MY_P="5532-BlueGlass-XCursors-3D-${PV}"
 
 DESCRIPTION="A high quality set of Xfree 4.3.0 animated mouse cursors"
-HOMEPAGE="http://www.kde-look.org/content/show.php?content=5532"
-SRC_URI="http://kde-look.org/content/files/$MY_P.tar.bz2"
+HOMEPAGE="https://store.kde.org/p/999915/"
+SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"
+S="${WORKDIR}/${MY_P:5}"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
-
-S="${WORKDIR}/${MY_P:5}"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86"
 
 # Note: although the package name is BlueGlass, the tarball & authors directions
 # use the directory 'Blue'.

diff --git a/x11-themes/blueglass-xcursors/metadata.xml b/x11-themes/blueglass-xcursors/metadata.xml
index 49c86a887b6..ae370525356 100644
--- a/x11-themes/blueglass-xcursors/metadata.xml
+++ b/x11-themes/blueglass-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>


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

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

commit:     0f37688c3279fc36c32e75fae1ccffb3095700f1
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 26 18:51:49 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Apr 26 19:20:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f37688c

x11-themes/blueglass-xcursors: drop old version

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

 .../blueglass-xcursors-0.4.ebuild                  | 47 ----------------------
 1 file changed, 47 deletions(-)

diff --git a/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4.ebuild b/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4.ebuild
deleted file mode 100644
index c1704796d2a..00000000000
--- a/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_P="5532-BlueGlass-XCursors-3D-${PV}"
-
-DESCRIPTION="A high quality set of Xfree 4.3.0 animated mouse cursors"
-HOMEPAGE="https://store.kde.org/p/999915/"
-SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"
-S="${WORKDIR}/${MY_P:5}"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86"
-
-# Note: although the package name is BlueGlass, the tarball & authors directions
-# use the directory 'Blue'.
-src_install() {
-	insinto /usr/share/cursors/xorg-x11/Blue
-	doins -r Blue/cursors
-
-	einstalldocs
-}
-
-pkg_postinst() {
-	einfo "To use this set of cursors, edit or create the file ~/.Xdefaults"
-	einfo "and add the following line:"
-	einfo "Xcursor.theme: Blue"
-	einfo ""
-	einfo "You can change the size by adding a line like:"
-	einfo "Xcursor.size: 48"
-	einfo ""
-	einfo "To globally use this set of mouse cursors edit the file:"
-	einfo "   ${EROOT}/usr/share/cursors/xorg-x11/default/index.theme"
-	einfo "and change the line:"
-	einfo "    Inherits=[current setting]"
-	einfo "to"
-	einfo "    Inherits=Blue"
-	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 "the Device section of your XF86Config:"
-	ewarn "Option  \"HWCursor\"  \"false\""
-}


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

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

commit:     12231ca57ada88fa29f6af837c11c5f3c0d7a3eb
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 26 18:38:15 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Apr 26 19:20:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12231ca5

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

 .../blueglass-xcursors-0.4-r1.ebuild               | 49 ++++++++++++++++++++++
 1 file changed, 49 insertions(+)

diff --git a/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4-r1.ebuild b/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4-r1.ebuild
new file mode 100644
index 00000000000..dfe195a4954
--- /dev/null
+++ b/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4-r1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_P="5532-BlueGlass-XCursors-3D-${PV}"
+
+DESCRIPTION="A high quality set of Xfree 4.3.0 animated mouse cursors"
+HOMEPAGE="https://store.kde.org/p/999915/"
+SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"
+S="${WORKDIR}/${MY_P:5}"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86"
+
+RDEPEND="x11-libs/libXcursor"
+
+# Note: although the package name is BlueGlass, the tarball & authors directions
+# use the directory 'Blue'.
+src_install() {
+	insinto /usr/share/cursors/xorg-x11/Blue
+	doins -r Blue/cursors
+
+	einstalldocs
+}
+
+pkg_postinst() {
+	einfo "To use this set of cursors, edit or create the file ~/.Xdefaults"
+	einfo "and add the following line:"
+	einfo "Xcursor.theme: Blue"
+	einfo ""
+	einfo "You can change the size by adding a line like:"
+	einfo "Xcursor.size: 48"
+	einfo ""
+	einfo "To globally use this set of mouse cursors edit the file:"
+	einfo "   ${EROOT}/usr/share/cursors/xorg-x11/default/index.theme"
+	einfo "and change the line:"
+	einfo "    Inherits=[current setting]"
+	einfo "to"
+	einfo "    Inherits=Blue"
+	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 "the Device section of your XF86Config:"
+	ewarn "Option  \"HWCursor\"  \"false\""
+}


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

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

commit:     9332781299ab7566ae97cf49310fbfcf29aec096
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 30 02:32:27 2021 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Thu Dec 30 02:32:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93327812

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

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

* [gentoo-commits] repo/gentoo:master commit in: x11-themes/blueglass-xcursors/
@ 2024-07-15 20:27 Pacho Ramos
  0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos @ 2024-07-15 20:27 UTC (permalink / raw
  To: gentoo-commits

commit:     df65c983cb2bf07b8b332c5bef93de003d85df6a
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 15 20:25:55 2024 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Jul 15 20:27:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df65c983

x11-themes/blueglass-xcursors: Install cursors in the new standard location

Also drop old instructions for manually setting the cursor on some WMs.

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

 .../blueglass-xcursors-0.4-r2.ebuild               | 26 ++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4-r2.ebuild b/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4-r2.ebuild
new file mode 100644
index 000000000000..8e9ed1e0dde2
--- /dev/null
+++ b/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4-r2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_P="5532-BlueGlass-XCursors-3D-${PV}"
+
+DESCRIPTION="A high quality set of animated mouse cursors"
+HOMEPAGE="https://store.kde.org/p/999915/"
+SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"
+S="${WORKDIR}/${MY_P:5}"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+RDEPEND="x11-libs/libXcursor"
+
+# Note: although the package name is BlueGlass, the tarball & authors directions
+# use the directory 'Blue'.
+src_install() {
+	insinto /usr/share/icons/Blue
+	doins -r Blue/cursors
+
+	einstalldocs
+}


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

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

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

x11-themes/blueglass-xcursors: Stabilize 0.4-r2 ALLARCHES, #937857

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

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

diff --git a/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4-r2.ebuild b/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4-r2.ebuild
index 8e9ed1e0dde2..32e6476718a2 100644
--- a/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4-r2.ebuild
+++ b/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4-r2.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${MY_P:5}"
 
 LICENSE="LGPL-2.1"
 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] 7+ messages in thread

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-26 19:20 [gentoo-commits] repo/gentoo:master commit in: x11-themes/blueglass-xcursors/ Conrad Kostecki
  -- strict thread matches above, loose matches on Subject: below --
2024-08-13 14:57 Arthur Zamarin
2024-07-15 20:27 Pacho Ramos
2021-12-30  2:33 Jonas Stein
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