mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
gnome-shell-extension-weather: require working gnome-common; switch to maintained source.
This commit is contained in:
parent
419829d616
commit
84710dfd39
1 changed files with 3 additions and 10 deletions
|
@ -5,26 +5,19 @@ revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="GNOME Shell extension for displaying weather notifications"
|
short_desc="GNOME Shell extension for displaying weather notifications"
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
homepage="https://github.com/simon04/gnome-shell-extension-weather"
|
homepage="https://github.com/Neroth/gnome-shell-extension-weather"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
long_desc="
|
|
||||||
gnome-shell-extension-weather is a simple extension for displaying weather
|
|
||||||
notifications in GNOME Shell.
|
|
||||||
|
|
||||||
Currently, the weather report including forecast for today and tomorrow is
|
|
||||||
fetched from Yahoo! Weather."
|
|
||||||
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
nofetch=yes
|
nofetch=yes
|
||||||
noextract=yes
|
noextract=yes
|
||||||
|
|
||||||
depends="gnome-shell>=3.6<3.8"
|
depends="gnome-shell>=3.6<3.8"
|
||||||
|
makedepends="which gnome-common>=3.6.0_2 pkg-config intltool
|
||||||
makedepends="which gnome-common>=3.6.0 pkg-config intltool
|
|
||||||
gettext-devel glib-devel git"
|
gettext-devel glib-devel git"
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
local url="git://github.com/canek-pelaez/${pkgname}.git"
|
local url="git://github.com/Neroth/${pkgname}.git"
|
||||||
msg_normal "Fetching source from $url ...\n"
|
msg_normal "Fetching source from $url ...\n"
|
||||||
git clone ${url} ${pkgname}-${version}
|
git clone ${url} ${pkgname}-${version}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue