gnome-extra/gnome-shell-extension-weather-oclock - 50.1 (gentoo)

Search

Install

Install this version:

emerge -a =gnome-extra/gnome-shell-extension-weather-oclock-50.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =gnome-extra/gnome-shell-extension-weather-oclock-50.1

Or alternatively:

emerge --autounmask-write -a =gnome-extra/gnome-shell-extension-weather-oclock-50.1

Package Information

Description:
Display the current weather inside the pill next to the clock
Homepage:
https://github.com/CleoMenezesJr/weather-oclock
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
50.1 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 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
}

Inherited Eclasses

Dependencies

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

Manifest for 50.1

Type File Size Source URLs
DIST gnome-shell-extension-weather-oclock-50.1.tar.gz 34036 bytes https://github.com/CleoMenezesJr/weather-oclock/archive/refs/tags/v50.1.tar.gz