vala: update to 0.52.4.
This commit is contained in:
parent
2babff515a
commit
31d221c06f
3 changed files with 27 additions and 8 deletions
|
@ -3119,7 +3119,7 @@ libmirage.so.11 libmirage-3.1.0_1
|
|||
libwkhtmltox.so.0 libwkhtmltopdf-0.12.5_1
|
||||
libsysprof-4.so sysprof-3.37.90_1
|
||||
libsysprof-ui-4.so sysprof-3.37.90_1
|
||||
libvala-0.50.so.0 libvala-0.50.0_1
|
||||
libvala-0.52.so.0 libvala-0.52.0_1
|
||||
libvaladoc-0.50.so.0 libvaladoc-0.50.0_1
|
||||
libvalaccodegen.so libvala-0.44.0_1
|
||||
libphodav-2.0.so.0 phodav-2.2_1
|
||||
|
|
14
srcpkgs/vala/patches/disable-unstable-tests.patch
Normal file
14
srcpkgs/vala/patches/disable-unstable-tests.patch
Normal file
|
@ -0,0 +1,14 @@
|
|||
This patch disables tests that fail in github-ci, but pass on other linux systems.
|
||||
|
||||
--- a/tests/Makefile.am
|
||||
+++ b/tests/Makefile.am
|
||||
@@ -706,9 +706,7 @@
|
||||
dbus/dynamic-method.test \
|
||||
dbus/enum-string-marshalling.vala \
|
||||
dbus/signals.test \
|
||||
- dbus/filedescriptor.test \
|
||||
dbus/filedescriptor-async.test \
|
||||
- dbus/filedescriptor-errors.test \
|
||||
dbus/dicts.test \
|
||||
dbus/bug596862.vala \
|
||||
dbus/bug602003.test \
|
|
@ -1,29 +1,34 @@
|
|||
# Template file for 'vala'
|
||||
pkgname=vala
|
||||
# Should be kept in sync with 'valadoc' (shared distfiles)
|
||||
version=0.50.0
|
||||
revision=2
|
||||
version=0.52.4
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-valadoc"
|
||||
hostmakedepends="flex libxslt pkg-config"
|
||||
hostmakedepends="flex libxslt pkg-config automake libtool"
|
||||
makedepends="libfl-devel libglib-devel"
|
||||
checkdepends="dbus libgirepository-devel"
|
||||
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.50/NEWS"
|
||||
changelog="https://gitlab.gnome.org/GNOME/vala/raw/master/NEWS"
|
||||
distfiles="${GNOME_SITE}/vala/${version%.*}/vala-${version}.tar.xz"
|
||||
checksum=838adc50ac08881e06cf233fefd93740dec1530312cc1cf12c36d4e0e87d3071
|
||||
checksum=ecde520e5160e659ee699f8b1cdc96065edbd44bbd08eb48ef5f2506751fdf31
|
||||
shlib_provides="libvalaccodegen.so"
|
||||
make_check=extended
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -if
|
||||
}
|
||||
|
||||
post_install() {
|
||||
# remove the /usr/bin prefix from the vapigen variable
|
||||
# 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.50|g' \
|
||||
-i ${DESTDIR}/usr/lib/pkgconfig/vapigen-0.50.pc
|
||||
vsed -e "s|^vapigen=.*|vapigen=vapigen-${version%.*}|g" \
|
||||
-i ${DESTDIR}/usr/lib/pkgconfig/vapigen-${version%.*}.pc
|
||||
}
|
||||
|
||||
libvala_package() {
|
||||
|
|
Loading…
Reference in a new issue