gnome-shell-extension-weather: require working gnome-common; switch to maintained source.
This commit is contained in:
parent
419829d616
commit
84710dfd39
|
@ -5,26 +5,19 @@ revision=1
|
|||
build_style=gnu-configure
|
||||
short_desc="GNOME Shell extension for displaying weather notifications"
|
||||
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"
|
||||
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
|
||||
nofetch=yes
|
||||
noextract=yes
|
||||
|
||||
depends="gnome-shell>=3.6<3.8"
|
||||
|
||||
makedepends="which gnome-common>=3.6.0 pkg-config intltool
|
||||
makedepends="which gnome-common>=3.6.0_2 pkg-config intltool
|
||||
gettext-devel glib-devel git"
|
||||
|
||||
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"
|
||||
git clone ${url} ${pkgname}-${version}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue