* [gentoo-commits] repo/gentoo:master commit in: x11-themes/haematite-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: 8a5125f330a38bc081fae896f63f52dc42bb2ff8
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 19 21:56:46 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Oct 19 21:56:46 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a5125f3
x11-themes/haematite-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>
.../haematite-xcursors/haematite-xcursors-1.0.ebuild | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)
diff --git a/x11-themes/haematite-xcursors/haematite-xcursors-1.0.ebuild b/x11-themes/haematite-xcursors/haematite-xcursors-1.0.ebuild
index 8d8aec2e798..dab4234c4cc 100644
--- a/x11-themes/haematite-xcursors/haematite-xcursors-1.0.ebuild
+++ b/x11-themes/haematite-xcursors/haematite-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 dark-grey xcursor theme"
HOMEPAGE="http://www.kde-look.org/content/show.php/Haematite?content=19594"
SRC_URI="http://www.kde-look.org/CONTENT/content-files/19594-${MY_PN}-${PV}.tar.gz"
@@ -11,16 +12,12 @@ SRC_URI="http://www.kde-look.org/CONTENT/content-files/19594-${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/haematite-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: 48ac675b1d572506fc501141444dbc09a99f6de7
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 26 18:12:23 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=48ac675b
x11-themes/haematite-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>
.../haematite-xcursors/haematite-xcursors-1.0.ebuild | 15 +++++++--------
x11-themes/haematite-xcursors/metadata.xml | 9 +++++----
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/x11-themes/haematite-xcursors/haematite-xcursors-1.0.ebuild b/x11-themes/haematite-xcursors/haematite-xcursors-1.0.ebuild
index dab4234c4cc..4ad31578ce9 100644
--- a/x11-themes/haematite-xcursors/haematite-xcursors-1.0.ebuild
+++ b/x11-themes/haematite-xcursors/haematite-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 dark-grey xcursor theme"
-HOMEPAGE="http://www.kde-look.org/content/show.php/Haematite?content=19594"
-SRC_URI="http://www.kde-look.org/CONTENT/content-files/19594-${MY_PN}-${PV}.tar.gz"
+HOMEPAGE="https://store.kde.org/p/999432/"
+SRC_URI="mirror://gentoo/19594-${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/haematite
+ doins -r haematite/cursors
}
pkg_postinst() {
diff --git a/x11-themes/haematite-xcursors/metadata.xml b/x11-themes/haematite-xcursors/metadata.xml
index bc1b97e1eb7..ae370525356 100644
--- a/x11-themes/haematite-xcursors/metadata.xml
+++ b/x11-themes/haematite-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] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/haematite-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: 8c3f56242d3bce341e1e6ee8e93e27ebc1de83da
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 26 18:53:56 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=8c3f5624
x11-themes/haematite-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>
.../haematite-xcursors-1.0-r1.ebuild | 45 ++++++++++++++++++++++
1 file changed, 45 insertions(+)
diff --git a/x11-themes/haematite-xcursors/haematite-xcursors-1.0-r1.ebuild b/x11-themes/haematite-xcursors/haematite-xcursors-1.0-r1.ebuild
new file mode 100644
index 00000000000..7ea78546a44
--- /dev/null
+++ b/x11-themes/haematite-xcursors/haematite-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 dark-grey xcursor theme"
+HOMEPAGE="https://store.kde.org/p/999432/"
+SRC_URI="mirror://gentoo/19594-${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/haematite
+ doins -r haematite/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/haematite-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: 23913f1d93409e7cf588cda08be06e3df95858fb
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 26 18:54:56 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Apr 26 19:20:19 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23913f1d
x11-themes/haematite-xcursors: drop old version
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
.../haematite-xcursors-1.0.ebuild | 43 ----------------------
1 file changed, 43 deletions(-)
diff --git a/x11-themes/haematite-xcursors/haematite-xcursors-1.0.ebuild b/x11-themes/haematite-xcursors/haematite-xcursors-1.0.ebuild
deleted file mode 100644
index 4ad31578ce9..00000000000
--- a/x11-themes/haematite-xcursors/haematite-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 dark-grey xcursor theme"
-HOMEPAGE="https://store.kde.org/p/999432/"
-SRC_URI="mirror://gentoo/19594-${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/haematite
- doins -r haematite/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/haematite-xcursors/
@ 2021-12-30 2:57 Jonas Stein
0 siblings, 0 replies; 8+ messages in thread
From: Jonas Stein @ 2021-12-30 2:57 UTC (permalink / raw
To: gentoo-commits
commit: 801e164bd273f702337f1f8678ae80c529a5ed1f
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 30 02:55:36 2021 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Thu Dec 30 02:55:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=801e164b
x11-themes/haematite-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/haematite-xcursors/metadata.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-themes/haematite-xcursors/metadata.xml b/x11-themes/haematite-xcursors/metadata.xml
index 488dcfac7142..1aae07a3850e 100644
--- a/x11-themes/haematite-xcursors/metadata.xml
+++ b/x11-themes/haematite-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/haematite-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: 6bbd61adfbc7ba14b3bf426bd79e422d14d9e603
Author: Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Thu Dec 7 05:37:24 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 7 16:25:20 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bbd61ad
x11-themes/haematite-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/haematite-xcursors/haematite-xcursors-1.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-themes/haematite-xcursors/haematite-xcursors-1.0-r1.ebuild b/x11-themes/haematite-xcursors/haematite-xcursors-1.0-r1.ebuild
index 7ea78546a448..188a8a1723bc 100644
--- a/x11-themes/haematite-xcursors/haematite-xcursors-1.0-r1.ebuild
+++ b/x11-themes/haematite-xcursors/haematite-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/haematite-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: ef80bdec137062e08495170dc3170bbe3fe27334
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 19 17:37:02 2024 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Jul 19 18:04:39 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef80bdec
x11-themes/haematite-xcursors: Use updated location for cursor themes
Closes: https://bugs.gentoo.org/934165
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
.../haematite-xcursors-1.0-r2.ebuild | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/x11-themes/haematite-xcursors/haematite-xcursors-1.0-r2.ebuild b/x11-themes/haematite-xcursors/haematite-xcursors-1.0-r2.ebuild
new file mode 100644
index 000000000000..fdae8680ae5c
--- /dev/null
+++ b/x11-themes/haematite-xcursors/haematite-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 dark-grey xcursor theme"
+HOMEPAGE="https://store.kde.org/p/999432/"
+SRC_URI="mirror://gentoo/19594-${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 haematite/
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-themes/haematite-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: f633bc15f7f3fda2a864369d99daccd29482d458
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 13 14:57:12 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 13 14:57:12 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f633bc15
x11-themes/haematite-xcursors: Stabilize 1.0-r2 ALLARCHES, #937860
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
x11-themes/haematite-xcursors/haematite-xcursors-1.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-themes/haematite-xcursors/haematite-xcursors-1.0-r2.ebuild b/x11-themes/haematite-xcursors/haematite-xcursors-1.0-r2.ebuild
index fdae8680ae5c..c33f30ba14e1 100644
--- a/x11-themes/haematite-xcursors/haematite-xcursors-1.0-r2.ebuild
+++ b/x11-themes/haematite-xcursors/haematite-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 --
2021-04-26 19:20 [gentoo-commits] repo/gentoo:master commit in: x11-themes/haematite-xcursors/ Conrad Kostecki
-- strict thread matches above, loose matches on Subject: below --
2024-08-13 14:57 Arthur Zamarin
2024-07-19 18:05 Pacho Ramos
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
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