* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-weather-oclock/
@ 2025-07-02 18:13 Pacho Ramos
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2025-07-02 18:13 UTC (permalink / raw
To: gentoo-commits
commit: 630d2e0156da89bc7e2c70751a0aec168f0534ea
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 2 17:28:15 2025 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jul 2 18:09:18 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=630d2e01
gnome-extra/gnome-shell-extension-weather-oclock: new package, add 47.0
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
.../gnome-shell-extension-weather-oclock/Manifest | 1 +
...nome-shell-extension-weather-oclock-47.0.ebuild | 44 ++++++++++++++++++++++
.../metadata.xml | 8 ++++
3 files changed, 53 insertions(+)
diff --git a/gnome-extra/gnome-shell-extension-weather-oclock/Manifest b/gnome-extra/gnome-shell-extension-weather-oclock/Manifest
new file mode 100644
index 000000000000..a98cc666aa6a
--- /dev/null
+++ b/gnome-extra/gnome-shell-extension-weather-oclock/Manifest
@@ -0,0 +1 @@
+DIST gnome-shell-extension-weather-oclock-47.0.tar.gz 32968 BLAKE2B 695dc60a081e0756f38e211b57219eb854f03d7a40251d6889f8856c2d4db8b724c9422050e905e91001dda0cb8c5ad10f514d628e6aabc68f6f53b00bce3c03 SHA512 8b163655abb3b92fa6ceca0c01214bc410c2375014410e6fce7e486bea5804977cd07c8c75a0391fffbaecd459819bbe08475793ebb6cb9e48dcbd7ee4ba0d1a
diff --git a/gnome-extra/gnome-shell-extension-weather-oclock/gnome-shell-extension-weather-oclock-47.0.ebuild b/gnome-extra/gnome-shell-extension-weather-oclock/gnome-shell-extension-weather-oclock-47.0.ebuild
new file mode 100644
index 000000000000..31c1091c99f6
--- /dev/null
+++ b/gnome-extra/gnome-shell-extension-weather-oclock/gnome-shell-extension-weather-oclock-47.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit gnome2-utils
+
+DESCRIPTION="Display the current weather inside the pill next to the clock"
+HOMEPAGE="https://github.com/CleoMenezesJr/weather-oclock"
+SRC_URI="https://github.com/CleoMenezesJr/weather-oclock/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN/gnome-shell-extension-}-${PV}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ app-eselect/eselect-gnome-shell-extensions
+ =gnome-base/gnome-shell-47*
+ gnome-extra/gnome-weather
+ !gnome-extra/gnome-shell-extension-weather-in-the-clock
+"
+
+extension_uuid="weatheroclock@CleoMenezesJr.github.io"
+
+src_install() {
+ einstalldocs
+ insinto /usr/share/gnome-shell/extensions/
+ doins -r "${extension_uuid}"
+}
+
+pkg_preinst() {
+ gnome2_schemas_savelist
+}
+
+pkg_postinst() {
+ gnome2_schemas_update
+ ebegin "Updating list of installed extensions"
+ eselect gnome-shell-extensions update
+ eend $?
+}
+
+pkg_postrm() {
+ gnome2_schemas_update
+}
diff --git a/gnome-extra/gnome-shell-extension-weather-oclock/metadata.xml b/gnome-extra/gnome-shell-extension-weather-oclock/metadata.xml
new file mode 100644
index 000000000000..3947e1bf6d57
--- /dev/null
+++ b/gnome-extra/gnome-shell-extension-weather-oclock/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>pacho@gentoo.org</email>
+ </maintainer>
+ <stabilize-allarches/>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-weather-oclock/
@ 2025-07-02 18:13 Pacho Ramos
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2025-07-02 18:13 UTC (permalink / raw
To: gentoo-commits
commit: 62262b4a046da9322eff68d2e439b315ab83d06e
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 2 17:30:03 2025 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jul 2 18:09:18 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62262b4a
gnome-extra/gnome-shell-extension-weather-oclock: add github upstream metadata
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
| 3 +++
1 file changed, 3 insertions(+)
--git a/gnome-extra/gnome-shell-extension-weather-oclock/metadata.xml b/gnome-extra/gnome-shell-extension-weather-oclock/metadata.xml
index 3947e1bf6d57..7d4827861eba 100644
--- a/gnome-extra/gnome-shell-extension-weather-oclock/metadata.xml
+++ b/gnome-extra/gnome-shell-extension-weather-oclock/metadata.xml
@@ -5,4 +5,7 @@
<email>pacho@gentoo.org</email>
</maintainer>
<stabilize-allarches/>
+ <upstream>
+ <remote-id type="github">CleoMenezesJr/weather-oclock</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-weather-oclock/
@ 2025-07-02 20:55 Pacho Ramos
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2025-07-02 20:55 UTC (permalink / raw
To: gentoo-commits
commit: 7609813fcce69377628fe14c22a72dcbea8e00d7
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 2 20:54:41 2025 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jul 2 20:54:41 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7609813f
gnome-extra/gnome-shell-extension-weather-oclock: stabilize 47.0 for ALLARCHES
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
.../gnome-shell-extension-weather-oclock-47.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnome-extra/gnome-shell-extension-weather-oclock/gnome-shell-extension-weather-oclock-47.0.ebuild b/gnome-extra/gnome-shell-extension-weather-oclock/gnome-shell-extension-weather-oclock-47.0.ebuild
index 31c1091c99f6..1d1605c8329c 100644
--- a/gnome-extra/gnome-shell-extension-weather-oclock/gnome-shell-extension-weather-oclock-47.0.ebuild
+++ b/gnome-extra/gnome-shell-extension-weather-oclock/gnome-shell-extension-weather-oclock-47.0.ebuild
@@ -11,7 +11,7 @@ S="${WORKDIR}/${PN/gnome-shell-extension-}-${PV}"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
RDEPEND="
app-eselect/eselect-gnome-shell-extensions
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-weather-oclock/
@ 2025-08-15 19:49 Pacho Ramos
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2025-08-15 19:49 UTC (permalink / raw
To: gentoo-commits
commit: 5c80238eeb4595b394d67852c2cc286e1d306694
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 15 18:49:03 2025 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Aug 15 19:48:44 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c80238e
gnome-extra/gnome-shell-extension-weather-oclock: add 49.0
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
.../gnome-shell-extension-weather-oclock/Manifest | 1 +
...nome-shell-extension-weather-oclock-49.0.ebuild | 44 ++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/gnome-extra/gnome-shell-extension-weather-oclock/Manifest b/gnome-extra/gnome-shell-extension-weather-oclock/Manifest
index a98cc666aa6a..e1a4dfdcea6b 100644
--- a/gnome-extra/gnome-shell-extension-weather-oclock/Manifest
+++ b/gnome-extra/gnome-shell-extension-weather-oclock/Manifest
@@ -1 +1,2 @@
DIST gnome-shell-extension-weather-oclock-47.0.tar.gz 32968 BLAKE2B 695dc60a081e0756f38e211b57219eb854f03d7a40251d6889f8856c2d4db8b724c9422050e905e91001dda0cb8c5ad10f514d628e6aabc68f6f53b00bce3c03 SHA512 8b163655abb3b92fa6ceca0c01214bc410c2375014410e6fce7e486bea5804977cd07c8c75a0391fffbaecd459819bbe08475793ebb6cb9e48dcbd7ee4ba0d1a
+DIST gnome-shell-extension-weather-oclock-49.0.tar.gz 32969 BLAKE2B f422362185d9a3be03d682d24b67d6400e8aafa3460dc87e3c0909c68a23e2ae1dc5af4c42f213c84116c1ef060a86cdeb2e0cb249d93bab9771b97472f42a2f SHA512 9a9b4a8da1f58dcf3825f00041650c23d1400767514dd501fe78ba9b049e0aa4c58b4063197977837c87451bdf450282ad6d934d75c0d534cf8b41a6355b055e
diff --git a/gnome-extra/gnome-shell-extension-weather-oclock/gnome-shell-extension-weather-oclock-49.0.ebuild b/gnome-extra/gnome-shell-extension-weather-oclock/gnome-shell-extension-weather-oclock-49.0.ebuild
new file mode 100644
index 000000000000..ba9c4fb41f15
--- /dev/null
+++ b/gnome-extra/gnome-shell-extension-weather-oclock/gnome-shell-extension-weather-oclock-49.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit gnome2-utils
+
+DESCRIPTION="Display the current weather inside the pill next to the clock"
+HOMEPAGE="https://github.com/CleoMenezesJr/weather-oclock"
+SRC_URI="https://github.com/CleoMenezesJr/weather-oclock/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN/gnome-shell-extension-}-${PV}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ app-eselect/eselect-gnome-shell-extensions
+ >=gnome-base/gnome-shell-48
+ gnome-extra/gnome-weather
+ !gnome-extra/gnome-shell-extension-weather-in-the-clock
+"
+
+extension_uuid="weatheroclock@CleoMenezesJr.github.io"
+
+src_install() {
+ einstalldocs
+ insinto /usr/share/gnome-shell/extensions/
+ doins -r "${extension_uuid}"
+}
+
+pkg_preinst() {
+ gnome2_schemas_savelist
+}
+
+pkg_postinst() {
+ gnome2_schemas_update
+ ebegin "Updating list of installed extensions"
+ eselect gnome-shell-extensions update
+ eend $?
+}
+
+pkg_postrm() {
+ gnome2_schemas_update
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-08-15 19:49 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-02 18:13 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-weather-oclock/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2025-07-02 18:13 Pacho Ramos
2025-07-02 20:55 Pacho Ramos
2025-08-15 19:49 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox