vala: update to 0.50.0
This commit is contained in:
parent
cf9bd0e4e8
commit
9e1393af76
|
@ -3157,7 +3157,7 @@ libsysprof-3.so sysprof-3.34.0_1
|
|||
libsysprof-ui-3.so sysprof-3.34.0_1
|
||||
libmozjs-52.so mozjs52-52.3.0_1
|
||||
libmozjs-52.so.0 mozjs52-52.3.0_1
|
||||
libvala-0.48.so.0 libvala-0.48.0_1
|
||||
libvala-0.50.so.0 libvala-0.50.0_1
|
||||
libvaladoc-0.48.so.0 libvaladoc-0.48.0_1
|
||||
libvalaccodegen.so libvala-0.44.0_1
|
||||
libphodav-2.0.so.0 phodav-2.2_1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'vala'
|
||||
pkgname=vala
|
||||
# Should be kept in sync with 'valadoc' (shared distfiles)
|
||||
version=0.48.9
|
||||
version=0.50.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-valadoc"
|
||||
|
@ -12,9 +12,9 @@ short_desc="Compiler for the GObject type system"
|
|||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://wiki.gnome.org/Projects/Vala"
|
||||
changelog="https://gitlab.gnome.org/GNOME/vala/raw/0.48/NEWS"
|
||||
changelog="https://gitlab.gnome.org/GNOME/vala/raw/0.50/NEWS"
|
||||
distfiles="${GNOME_SITE}/vala/${version%.*}/vala-${version}.tar.xz"
|
||||
checksum=9cea16d3bb3daddbfe0556b99fbfa08146230db7651e1e674cd08b4df5cefea9
|
||||
checksum=838adc50ac08881e06cf233fefd93740dec1530312cc1cf12c36d4e0e87d3071
|
||||
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.48|g' \
|
||||
-i ${DESTDIR}/usr/lib/pkgconfig/vapigen-0.48.pc
|
||||
vsed -e 's|^vapigen=.*|vapigen=vapigen-0.50|g' \
|
||||
-i ${DESTDIR}/usr/lib/pkgconfig/vapigen-0.50.pc
|
||||
}
|
||||
|
||||
libvala_package() {
|
||||
|
|
Loading…
Reference in New Issue