vala: update to 0.46.3.

This commit is contained in:
Caleb JA 2019-10-13 14:38:51 -04:00 committed by John Zimmermann
parent 4274a3c812
commit 4b7739e4a3
2 changed files with 6 additions and 6 deletions

View file

@ -2935,8 +2935,8 @@ libsysprof-2.so sysprof-3.24.1_1
libsysprof-ui-2.so sysprof-3.24.1_1
libmozjs-52.so mozjs52-52.3.0_1
libmozjs-52.so.0 mozjs52-52.3.0_1
libvala-0.44.so.0 libvala-0.44.0_1
libvaladoc-0.44.so.0 libvaladoc-0.44.2_1
libvala-0.46.so.0 libvala-0.46.0_1
libvaladoc-0.46.so.0 libvaladoc-0.46.0_1
libvalaccodegen.so libvala-0.44.0_1
libphodav-2.0.so.0 phodav-2.2_1
libgfshare.so.2 libgfshare-2.0.0_1

View file

@ -1,7 +1,7 @@
# Template file for 'vala'
pkgname=vala
# Should be kept in sync with 'valadoc' (shared distfiles)
version=0.44.7
version=0.46.3
revision=1
build_style=gnu-configure
configure_args="--disable-valadoc"
@ -14,7 +14,7 @@ license="LGPL-2.1-or-later"
homepage="https://wiki.gnome.org/Projects/Vala"
changelog="https://gitlab.gnome.org/GNOME/vala/raw/0.42/NEWS"
distfiles="${GNOME_SITE}/vala/${version%.*}/vala-${version}.tar.xz"
checksum=bf1ff4f59d5de2d626e98e98ef81cb75dc1e6a27610a7de4133597c430f1bd7c
checksum=e29c2b1f108dc22c91bb501975a77c938aef079ca7875e1fbf41191e22cc57e3
shlib_provides="libvalaccodegen.so"
post_install() {
@ -22,8 +22,8 @@ post_install() {
# so the package that use it fall into our wrapper.
# keep the binary versioned, we don't know the potential
# fallout from using the unversioned one
vsed -e 's|^vapigen=.*|vapigen=vapigen-0.44|g' \
-i ${DESTDIR}/usr/lib/pkgconfig/vapigen-0.44.pc
vsed -e 's|^vapigen=.*|vapigen=vapigen-0.46|g' \
-i ${DESTDIR}/usr/lib/pkgconfig/vapigen-0.46.pc
}
libvala_package() {