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="[email protected]" + +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>[email protected]</email> + </maintainer> + <stabilize-allarches/> +</pkgmetadata>
