Merge pull request #11 from davehome/master

New package: gnome-shell-extenion-weather (from git)
This commit is contained in:
Juan RP 2011-10-14 04:27:30 -07:00
commit 36703409e9
1 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,38 @@
# Template file for 'gnome-shell-extension-weather'
pkgname=gnome-shell-extension-weather
version="$(date +%Y%m%d)"
revision=1
build_style=gnu_configure
short_desc="Simple extension for displaying weather notifications in GNOME Shell."
maintainer="davehome <davehome@redthumb.info.tm>"
homepage="https://github.com/simon04/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."
nofetch=yes
noextract=yes
Add_dependency run gnome-shell-extensions
Add_dependency build automake
Add_dependency build pkg-config
Add_dependency build intltool
Add_dependency build gettext-devel
Add_dependency build glib-devel
Add_dependency build gnome-common
Add_dependency build git
do_fetch()
{
local url="git://github.com/simon04/${pkgname}.git"
msg_normal " Fetching source from $url ...\n"
git clone -b gnome3.2 $url ${pkgname}-${version}
}
pre_configure()
{
gnome-autogen.sh
}