2011-10-14 11:04:07 +02:00
|
|
|
# Template file for 'gnome-shell-extension-weather'
|
|
|
|
pkgname=gnome-shell-extension-weather
|
2013-01-28 10:48:53 +01:00
|
|
|
version=20130128
|
2012-06-03 09:08:53 +02:00
|
|
|
revision=1
|
2012-10-23 00:52:46 +02:00
|
|
|
build_style=gnu-configure
|
|
|
|
short_desc="GNOME Shell extension for displaying weather notifications"
|
2011-10-14 11:04:07 +02:00
|
|
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
2013-01-07 10:26:05 +01:00
|
|
|
homepage="https://github.com/Neroth/gnome-shell-extension-weather"
|
2011-10-14 11:04:07 +02:00
|
|
|
license="GPL-3"
|
2011-10-14 13:34:12 +02:00
|
|
|
|
2012-10-23 00:52:46 +02:00
|
|
|
nofetch=yes
|
|
|
|
noextract=yes
|
|
|
|
|
2013-01-07 10:26:05 +01:00
|
|
|
makedepends="which gnome-common>=3.6.0_2 pkg-config intltool
|
2012-10-23 00:52:46 +02:00
|
|
|
gettext-devel glib-devel git"
|
|
|
|
|
2012-05-31 14:51:42 +02:00
|
|
|
do_fetch() {
|
2013-01-07 10:26:05 +01:00
|
|
|
local url="git://github.com/Neroth/${pkgname}.git"
|
2012-10-23 00:52:46 +02:00
|
|
|
msg_normal "Fetching source from $url ...\n"
|
|
|
|
git clone ${url} ${pkgname}-${version}
|
2013-01-28 10:48:53 +01:00
|
|
|
cd ${pkgname}-${version} && git checkout 50758109b717c74243c7365f338b57b81686bc93
|
2011-10-14 11:04:07 +02:00
|
|
|
}
|
|
|
|
|
2012-05-31 14:51:42 +02:00
|
|
|
pre_configure() {
|
|
|
|
./autogen.sh
|
2011-10-14 11:04:07 +02:00
|
|
|
}
|
2013-04-12 15:11:12 +02:00
|
|
|
|
|
|
|
gnome-shell-extension-weather_package() {
|
|
|
|
depends="gnome-shell>=3.6<3.8"
|
|
|
|
noarch="yes"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|