New package: gnome-weather-3.8.1.

This commit is contained in:
Juan RP 2013-04-17 22:29:55 +02:00
parent f358f5858c
commit 77ba5a88c7
1 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# Template file for 'gnome-weather'
pkgname=gnome-weather
version=3.8.1
revision=1
build_style=gnu-configure
configure_args="--disable-schemas-compile"
hostmakedepends="pkg-config intltool itstool gnome-doc-utils gobject-introspection"
makedepends="gtk+3-devel>=3.8 gjs-devel libgweather-devel"
short_desc="Access current weather conditions and forecasts for GNOME"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnome.org"
license="GPL-2"
distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz"
checksum=9dbbf0aa50a940894a9ebf63001163a8fa89c3aa8febbddcd3c6c6eefbc00f3d
gnome-weather_package() {
depends="desktop-file-utils"
pkg_install() {
vmove usr
}
}