geocode-glib: update to 3.26.0.
Closes #14943. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
fb6e812e5b
commit
fe2dfa01f4
@ -1,17 +1,18 @@
|
||||
# Template file for 'geocode-glib'
|
||||
pkgname=geocode-glib
|
||||
version=3.24.0
|
||||
version=3.26.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static $(vopt_enable gir introspection)"
|
||||
build_style=meson
|
||||
configure_args="-Denable-gtk-doc=false -Denable-introspection=$(vopt_if gir true false)
|
||||
-Denable-installed-tests=false"
|
||||
hostmakedepends="pkg-config intltool glib-devel $(vopt_if gir gobject-introspection)"
|
||||
makedepends="json-glib-devel libsoup-gnome-devel"
|
||||
short_desc="GLib library for geocoding and reverse geocoding"
|
||||
homepage="http://www.gnome.org"
|
||||
license="LGPL-2.1"
|
||||
homepage="http://www.gnome.org"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=19c1fef4fd89eb4bfe6decca45ac45a2eca9bb7933be560ce6c172194840c35e
|
||||
checksum=ea4086b127050250c158beff28dbcdf81a797b3938bb79bbaaecc75e746fbeee
|
||||
|
||||
# Package build options
|
||||
build_options="gir"
|
||||
@ -28,7 +29,6 @@ geocode-glib-devel_package() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/share/gtk-doc
|
||||
if [ "$build_option_gir" ]; then
|
||||
vmove usr/share/gir-1.0
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user