From 84710dfd390bd38106b411b5a02e7dfeec8859ff Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 7 Jan 2013 10:26:05 +0100 Subject: [PATCH] gnome-shell-extension-weather: require working gnome-common; switch to maintained source. --- srcpkgs/gnome-shell-extension-weather/template | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/srcpkgs/gnome-shell-extension-weather/template b/srcpkgs/gnome-shell-extension-weather/template index f45b2c732be..73518c9bf7a 100644 --- a/srcpkgs/gnome-shell-extension-weather/template +++ b/srcpkgs/gnome-shell-extension-weather/template @@ -5,26 +5,19 @@ revision=1 build_style=gnu-configure short_desc="GNOME Shell extension for displaying weather notifications" maintainer="davehome " -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} }