geocode-glib: update to 3.14.0.
This commit is contained in:
parent
b6454e8f76
commit
bdf4bd6f33
1 changed files with 4 additions and 11 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'geocode-glib'
|
# Template file for 'geocode-glib'
|
||||||
pkgname=geocode-glib
|
pkgname=geocode-glib
|
||||||
version=3.12.2
|
version=3.14.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static $(vopt_enable gir introspection)"
|
||||||
hostmakedepends="pkg-config intltool glib-devel"
|
hostmakedepends="pkg-config intltool glib-devel $(vopt_if gir gobject-introspection)"
|
||||||
makedepends="json-glib-devel>=1.0 libsoup-gnome-devel>=2.46"
|
makedepends="json-glib-devel>=1.0 libsoup-gnome-devel>=2.46"
|
||||||
short_desc="GLib library for geocoding and reverse geocoding"
|
short_desc="GLib library for geocoding and reverse geocoding"
|
||||||
homepage="http://www.gnome.org"
|
homepage="http://www.gnome.org"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=5ca581a927cac3025adc2afadfdaf9a493ca887537a548aa47296bc77bcfa49e
|
checksum=a19b21a92b8cbfa29a5ae6616c2fdca8567e97480f7bb5c955905f6ae1c72010
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
|
@ -21,13 +21,6 @@ if [ -z "$CROSS_BUILD" ]; then
|
||||||
build_options_default="gir"
|
build_options_default="gir"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$build_option_gir" ]; then
|
|
||||||
configure_args+=" --enable-introspection"
|
|
||||||
makedepends+=" gobject-introspection"
|
|
||||||
else
|
|
||||||
configure_args+=" --disable-introspection"
|
|
||||||
fi
|
|
||||||
|
|
||||||
geocode-glib-devel_package() {
|
geocode-glib-devel_package() {
|
||||||
depends="libglib-devel ${sourcepkg}>=${version}_${revision}"
|
depends="libglib-devel ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue