mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-13 16:22:56 +02:00
libgda: update to 5.2.9
Signed-off-by: Nathan Owens <ndowens04@gmail.com>
This commit is contained in:
parent
740b10e308
commit
d9df502f8e
1 changed files with 6 additions and 4 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue