Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=bf7d4a9024e0c8b68e0484d07ed77fe13902ca1f
commit bf7d4a9024e0c8b68e0484d07ed77fe13902ca1f Author: Baste <[email protected]> Date: Thu Aug 18 22:28:18 2011 +0200 gnome-shell-extension-weather-20110818-1-i686 * Version bump diff --git a/source/gnome-extra/gnome-shell-extension-weather/FrugalBuild b/source/gnome-extra/gnome-shell-extension-weather/FrugalBuild index 698bc3c..2fc0586 100644 --- a/source/gnome-extra/gnome-shell-extension-weather/FrugalBuild +++ b/source/gnome-extra/gnome-shell-extension-weather/FrugalBuild @@ -2,21 +2,25 @@ # Maintainer: Baste <[email protected]> pkgname=gnome-shell-extension-weather -pkgver=20110524 -pkgrel=2 +pkgver=20110818 +pkgrel=1 pkgdesc="gnome-shell-extension-weather is a simple extension for displaying weather notifications in Gnome Shell." url="https://github.com/simon04/gnome-shell-extension-weather" -depends=('gnome-shell>=3.0.2') +depends=('gnome-shell') +makedepends=('gnome-common' 'intltool') groups=('gnome-extra') archs=('i686' 'x86_64') -up2date="Flasttar http://ftp.frugalware.org/pub/other/people/devil505/snapshots/$pkgname" -source=(http://ftp.frugalware.org/pub/other/people/devil505/snapshots/$pkgname/$pkgname-$pkgver.tar.bz2) -sha1sums=('dec3ea1c1435435f43a63d20f32017b31f18f379') -Finclude gnome-shell-extensions +_F_gnome_glib="y" +Finclude gnome-scriptlet gnome-shell-extensions +up2date="Flasttar http://ftp.frugalware.org/pub/other/people/baste/snapshots/$pkgname" +source=(http://ftp.frugalware.org/pub/other/people/baste/snapshots/$pkgname/$pkgname-$pkgver.tar.bz2) +sha1sums=('f683eed6967344f72c3393f1a756cc52e7da29dc') build(){ Fcd - Fmkdir usr/share/gnome-shell/extensions/ - Fcprel weather\@venemo.net usr/share/gnome-shell/extensions/ + ./autogen.sh --prefix=/usr + Fmake + Fmakeinstall FGnomeShellVersion + Fbuild_gnome_scriptlet } _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
