geocode-glib: update to 3.26.2

This commit is contained in:
Daniel Kolesa 2020-08-16 18:40:52 +02:00
parent 129fe54a68
commit 301517aa7d
2 changed files with 4 additions and 21 deletions

View File

@ -1,17 +0,0 @@
diff --git a/geocode-glib/meson.build b/geocode-glib/meson.build
index 8bc2bfc..0377535 100644
--- geocode-glib/meson.build
+++ geocode-glib/meson.build
@@ -69,10 +69,9 @@ pkgconf.generate(libraries: libgcglib,
])
gir = find_program('g-ir-scanner', required: false)
-cross_build = meson.is_cross_build()
enable_gir = get_option('enable-introspection')
-if gir.found() and not cross_build and enable_gir
+if gir.found() and enable_gir
gir_args = [
'--quiet',
'--c-include=geocode-glib/geocode-glib.h'

View File

@ -1,10 +1,10 @@
# Template file for 'geocode-glib'
pkgname=geocode-glib
version=3.26.1
revision=2
version=3.26.2
revision=1
build_style=meson
build_helper="gir"
configure_args="-Denable-gtk-doc=false -Denable-introspection=$(vopt_if gir true false)
configure_args="-Denable-gtk-doc=false $(vopt_bool gir enable-introspection)
-Denable-installed-tests=false"
hostmakedepends="pkg-config glib-devel"
makedepends="json-glib-devel libsoup-gnome-devel"
@ -13,7 +13,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="LGPL-2.1-or-later"
homepage="https://developer.gnome.org/geocode-glib"
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=5baa6ab76a76c9fc567e4c32c3af2cd1d1784934c255bc5a62c512e6af6bde1c
checksum=01fe84cfa0be50c6e401147a2bc5e2f1574326e2293b55c69879be3e82030fd1
# Package build options
build_options="gir"