libgweather: update to 3.28.2.

This commit is contained in:
maxice8 2018-06-13 21:54:08 -03:00
parent a28b2f3e37
commit 463664d9c8
1 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,8 @@
# Template file for 'libgweather' # Template file for 'libgweather'
pkgname=libgweather pkgname=libgweather
version=3.28.1 version=3.28.2
revision=1 revision=1
build_style=meson build_style=meson
build_options="gir"
configure_args="-Denable_vala=$(vopt_if gir true false) configure_args="-Denable_vala=$(vopt_if gir true false)
-Dzoneinfo_dir=/usr/share/zoneinfo" -Dzoneinfo_dir=/usr/share/zoneinfo"
hostmakedepends="glib-devel gobject-introspection intltool pkg-config hostmakedepends="glib-devel gobject-introspection intltool pkg-config
@ -14,10 +13,11 @@ short_desc="GNOME Weather information access library"
maintainer="Enno Boland <gottox@voidlinux.eu>" maintainer="Enno Boland <gottox@voidlinux.eu>"
license="LGPL-2.1-or-later" license="LGPL-2.1-or-later"
homepage="http://www.gnome.org/" homepage="http://www.gnome.org/"
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz" distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=157a8388532a751b36befff424b11ed913b2c43689b62cd2060f6847eb730be3 checksum=081ce81653afc614e12641c97a8dd9577c524528c63772407ae2dbcde12bde75
nocross="requires gobject-introspection" nocross="requires gobject-introspection"
build_options="gir"
if [ -z "$CROSS_BUILD" ]; then if [ -z "$CROSS_BUILD" ]; then
build_options_default="gir" build_options_default="gir"
fi fi