vala, bump version (#9960)

This commit is contained in:
Schrijvers Luc
2024-01-07 10:02:52 +01:00
committed by GitHub
parent 160c206615
commit ca97eab518
3 changed files with 28 additions and 23 deletions

View File

@@ -1,21 +0,0 @@
From 2dba77c6013db33fb2a124ca99bd3013b862b313 Mon Sep 17 00:00:00 2001
From: begasus <begasus@gmail.com>
Date: Sun, 14 Nov 2021 06:10:11 +0000
Subject: vala, disable (failing) girwriter
diff --git a/tests/Makefile.am b/tests/Makefile.am
index cee1f69..862679b 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -2,7 +2,6 @@ NULL =
SUBDIRS = \
fastvapi \
- girwriter \
gtktemplate \
$(NULL)
--
2.30.2

View File

@@ -0,0 +1,21 @@
From ed206398717563dddf3271e39ad8a16a7608cfab Mon Sep 17 00:00:00 2001
From: Begasus <begasus@gmail.com>
Date: Sun, 7 Jan 2024 09:50:32 +0100
Subject: Disable crashing test
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 197841b..578f90e 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -139,7 +139,6 @@ TESTS = \
arrays/inline-struct-field.test \
arrays/in-operator-with-boxed-needle.vala \
arrays/length-inline-assignment.vala \
- arrays/length-type.vala \
arrays/length-type-include.vala \
arrays/length-no-int-type.test \
arrays/struct-field-length-cname.vala \
--
2.42.1

View File

@@ -27,9 +27,9 @@ COPYRIGHT="1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
2014 Richard Wiedenhöft
2016-2021 Rico Tzschichholz"
LICENSE="GNU LGPL v2.1"
REVISION="3"
REVISION="1"
SOURCE_URI="https://download.gnome.org/sources/vala/${portVersion%.*}/vala-$portVersion.tar.xz"
CHECKSUM_SHA256="d92bd13c5630905eeb6a983dcb702204da9731460c2a6e4e39f867996f371040"
CHECKSUM_SHA256="9382c268ca9bdc02aaedc8152a9818bf3935273041f629c56de410e360a3f557"
PATCHES="vala-$portVersion.patchset"
ARCHITECTURES="all !x86_gcc2"
@@ -108,6 +108,11 @@ BUILD_PREREQUIRES="
cmd:pkg_config$secondaryArchSuffix
"
# crashes with dbus tests
#TEST_REQUIRES="
# cmd:dbus_run_session
# "
defineDebugInfoPackage vala$secondaryArchSuffix \
"$commandBinDir"/valac-$portVers \
"$commandBinDir"/valadoc-$portVers \