vala, bump version (#6266)

This commit is contained in:
Schrijvers Luc
2021-10-11 22:01:40 +02:00
committed by GitHub
parent bc17164a1f
commit 0f4dcd07de
3 changed files with 25 additions and 92 deletions

View File

@@ -1,90 +0,0 @@
From 1a7600bbffd04641445790cd5cc6900c4f27f48c Mon Sep 17 00:00:00 2001
From: Kostadin Damyanov <maxmight@gmail.com>
Date: Thu, 4 Feb 2016 05:01:46 +0200
Subject: remove the dbus and gir tests
diff --git a/tests/Makefile.am b/tests/Makefile.am
index ed1ef59..13d6d4a 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -2,7 +2,6 @@ NULL =
SUBDIRS = \
fastvapi \
- girwriter \
gtktemplate \
$(NULL)
@@ -718,68 +717,6 @@ TESTS = \
generics/bug694765-1.vala \
generics/bug694765-2.vala \
generics/bug694765-3.vala \
- dbus/basic-types.test \
- dbus/arrays.test \
- dbus/structs.test \
- dbus/errors.test \
- dbus/async.test \
- dbus/async-bus.test \
- dbus/async-connection.test \
- dbus/async-errors.test \
- dbus/async-no-reply.test \
- dbus/connection.test \
- dbus/dbus-name-missing.test \
- dbus/dynamic-method.test \
- dbus/enum-string-marshalling.vala \
- dbus/generics.test \
- dbus/no-reply.test \
- dbus/signals.test \
- dbus/filedescriptor.test \
- dbus/filedescriptor-async.test \
- dbus/filedescriptor-errors.test \
- dbus/dicts.test \
- dbus/bug596862.vala \
- dbus/bug602003.test \
- dbus/bug735437.test \
- dbus/bug782719.test \
- dbus/bug783002.test \
- dbus/bug792277.vala \
- dbus/rawvariants.test \
- dbus/interface-info.test \
- gir/bug651773.test \
- gir/bug667751.test \
- gir/bug742012.test \
- gir/bug788775.test \
- gir/bug792998.test \
- gir/alias.test \
- gir/array-fixed-length.test \
- gir/async-creation-method.test \
- gir/async-result-pos.test \
- gir/async-sync-out.test \
- gir/class.test \
- gir/class-final.test \
- gir/constant.test \
- gir/delegate-alias-without-target.test \
- gir/delegate-anonymous.test \
- gir/delegate-array-length-type.test \
- gir/delegate-closure-destroy-index-conflict.test \
- gir/delegate-error-pos.test \
- gir/enum.test \
- gir/errordomain.test \
- gir/gtype-struct-name.test \
- gir/instance-parameter-owned.test \
- gir/method-array-length-type.test \
- gir/method-class.test \
- gir/method-nowrapper.test \
- gir/parameter-array-length-type.test \
- gir/parameter-nullable-out-simple-type.test \
- gir/property-non-readable.test \
- gir/signal-virtual.test \
- gir/symbol-type-csuffix.test \
- gir/union.test \
- gir/union-transparent.test \
- girwriter/class-final.test \
- girwriter/combined.test \
gtktemplate/gtkcallback-incompatible.test \
gtktemplate/gtkcallback-unknown.test \
gtktemplate/gtkchild-field-assignment.test \
--
2.30.2

View File

@@ -0,0 +1,21 @@
From 8950e210ebab75dd978d4d78f0e8c71e71a16035 Mon Sep 17 00:00:00 2001
From: begasus <begasus@gmail.com>
Date: Mon, 11 Oct 2021 19:35:30 +0000
Subject: vala, disable (failing) girwriter
diff --git a/tests/Makefile.am b/tests/Makefile.am
index d42298f..b587e39 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -2,7 +2,6 @@ NULL =
SUBDIRS = \
fastvapi \
- girwriter \
gtktemplate \
$(NULL)
--
2.30.2

View File

@@ -25,11 +25,11 @@ COPYRIGHT="1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
2011-2014 Luca Bruno
2011 Rodney Dawes
2014 Richard Wiedenhöft
2016-2020 Rico Tzschichholz"
2016-2021 Rico Tzschichholz"
LICENSE="GNU LGPL v2.1"
REVISION="1"
SOURCE_URI="https://download.gnome.org/sources/vala/${portVersion%.*}/vala-$portVersion.tar.xz"
CHECKSUM_SHA256="5dde77ac86f0633cb78a1eba7399edc77d5bbfe1e830c1203c51d594a169904a"
CHECKSUM_SHA256="884de745317d4d56e4e8cede993dc8f04d50cfca36cf60d2f2f278c30c2b1311"
PATCHES="vala-$portVersion.patchset"
ARCHITECTURES="all !x86_gcc2"
@@ -68,6 +68,7 @@ REQUIRES="
lib:libcdt$secondaryArchSuffix
lib:libcgraph$secondaryArchSuffix
# lib:libgirepository_1.0$secondaryArchSuffix
lib:libgio_2.0$secondaryArchSuffix
lib:libglib_2.0$secondaryArchSuffix
lib:libgmodule_2.0$secondaryArchSuffix
lib:libgobject_2.0$secondaryArchSuffix
@@ -83,6 +84,7 @@ BUILD_REQUIRES="
devel:libcdt$secondaryArchSuffix
devel:libcgraph$secondaryArchSuffix
# devel:libgirepository_1.0$secondaryArchSuffix
devel:libgio_2.0$secondaryArchSuffix
devel:libglib_2.0$secondaryArchSuffix
devel:libgmodule_2.0$secondaryArchSuffix
devel:libgobject_2.0$secondaryArchSuffix