22 lines
684 B
Plaintext
22 lines
684 B
Plaintext
|
# 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
|
||
|
}
|
||
|
}
|