liblangtag: update to 0.6.0.

This commit is contained in:
Enno Boland 2016-03-24 19:54:11 +01:00
parent a3f897ed6e
commit fd999beaa0
2 changed files with 2 additions and 18 deletions

View File

@ -1,12 +0,0 @@
diff -upr liblangtag-0.5.8/configure.ac liblangtag-0.5.7/configure.ac
--- configure.ac.orig 2015-11-10 09:40:44.000000000 +0100
+++ configure.ac 2015-06-26 10:52:29.000000000 +0200
@@ -18,7 +18,7 @@ AM_MAINTAINER_MODE
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4macros])
-AX_CHECK_ENABLE_DEBUG([no], [ENABLE_DEBUG])
+AX_CHECK_ENABLE_DEBUG
AC_USE_SYSTEM_EXTENSIONS
AC_PROG_CC

View File

@ -1,6 +1,6 @@
# Template file for 'liblangtag'
pkgname=liblangtag
version=0.5.8
version=0.6.0
revision=1
build_style=gnu-configure
short_desc="Interface library to access tags for identifying languages"
@ -11,7 +11,7 @@ distfiles="https://bitbucket.org/tagoh/${pkgname}/downloads/${pkgname}-${version
makedepends="libxml2-devel"
hostmakedepends="automake libtool pkg-config gobject-introspection"
configure_args="$(vopt_enable gir introspection)"
checksum=08e2f64bfe3f750be7391eb0af53967e164b628c59f02be4d83789eb4f036eaa
checksum=df84efd7e3e67cc8a38ece1e23f080c70ea29b26590ee324d03f1df37bf46576
build_options="gir"
if [ -z "$CROSS_BUILD" ]; then
@ -21,10 +21,6 @@ else
configure_args+=" ac_cv_va_copy=C99"
fi
pre_configure() {
autoreconf -if
}
liblangtag-devel_package() {
depends="liblangtag>=${version}_${revision} $makedepends"
short_desc+=" - development files"