libgda: update to 5.2.9

Signed-off-by: Nathan Owens <ndowens04@gmail.com>
This commit is contained in:
Nathan Owens 2019-12-15 11:14:32 -06:00 committed by Juan RP
parent 740b10e308
commit d9df502f8e

View file

@ -1,7 +1,7 @@
# Template file for 'libgda' # Template file for 'libgda'
pkgname=libgda pkgname=libgda
version=5.2.4 version=5.2.9
revision=15 revision=1
build_style=gnu-configure build_style=gnu-configure
build_helper="gir" build_helper="gir"
configure_args="--with-ui --with-gtksourceview --with-graphviz --enable-json configure_args="--with-ui --with-gtksourceview --with-graphviz --enable-json
@ -14,10 +14,10 @@ makedepends="gtk+3-devel libxml2-devel libxslt-devel
conf_files="/etc/libgda-5.0/config" conf_files="/etc/libgda-5.0/config"
short_desc="Database and data abstraction layer" short_desc="Database and data abstraction layer"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2" license="GPL-2.0-only"
homepage="http://www.gnome-db.org/" homepage="http://www.gnome-db.org/"
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz" distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=2cee38dd583ccbaa5bdf6c01ca5f88cc08758b9b144938a51a478eb2684b765e checksum=59caed8ca72b1ac6437c9844f0677f8a296d52cfd1c0049116026abfb1d87d9b
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
configure_args+=" --disable-binreloc" configure_args+=" --disable-binreloc"
@ -28,6 +28,8 @@ post_extract() {
echo "${f}" echo "${f}"
recode ISO-8859-1..UTF-8 "${f}" recode ISO-8859-1..UTF-8 "${f}"
done done
#Fix LibreSSL build error
vsed -e 's,defined(LIBRESSL,!defined(LIBRESSL,' -i providers/sqlcipher/sqlite3.c
} }
libgda-devel_package() { libgda-devel_package() {