libgweather: update to 3.36.1

This commit is contained in:
Daniel Kolesa 2020-08-13 18:48:08 +02:00
parent e1b4c54e2f
commit f6dc7edef0

View file

@ -1,13 +1,12 @@
# Template file for 'libgweather'
pkgname=libgweather
version=3.36.0
version=3.36.1
revision=1
build_style=meson
build_helper="gir"
configure_args="-Denable_vala=$(vopt_if vala true false)
-Dintrospection=$(vopt_if gir true false)
configure_args="$(vopt_bool gir enable_vala) $(vopt_bool gir introspection)
-Dzoneinfo_dir=/usr/share/zoneinfo"
hostmakedepends="glib-devel intltool pkg-config $(vopt_if vala vala)"
hostmakedepends="glib-devel intltool pkg-config $(vopt_if gir vala)"
makedepends="geocode-glib-devel gtk+3-devel libsoup-gnome-devel"
checkdepends="tzdata"
short_desc="GNOME Weather information access library"
@ -15,10 +14,10 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="LGPL-2.1-or-later"
homepage="https://wiki.gnome.org/Projects/LibGWeather"
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=d2ffeec01788d03d1bbf35113fc2f054c6c3600721088f827bcc31e5c603a32d
checksum=de2709f0ee233b20116d5fa9861d406071798c4aa37830ca25f5ef2c0083e450
build_options="gir vala"
build_options_default="gir vala"
build_options="gir"
build_options_default="gir"
post_patch() {
# This test requires LC_IDENTIFICATION, which is a GLIBC's extension
@ -35,8 +34,6 @@ libgweather-devel_package() {
vmove "usr/lib/*.so"
if [ "$build_option_gir" ]; then
vmove usr/share/gir-1.0
fi
if [ "$build_option_vala" ]; then
vmove usr/share/vala
fi
}