Files
haikuports/dev-lang/vala/patches/vala-0.32.0.patchset
fbrosson 1ae2422935 vala: bump to version 0.32.0.
* Bump version using the exact copy of the patch for 0.30.1 since
  there are no offset mismatches.
* Add !x86_gcc2 to secondary arch.
* Replace hard-coded 0.32 by ${portVersion%.*} to reduce future diffs.
* Use vala_x86_common instead of vala_common_x86 and ajust provides
  and requires. (No other package is using vala so this fix is safe.)
* Iron INSTALL() to get rid of the empty data/aclocal/ in vala since
  {vala,vapigen}.m4 are in vala{,_x86}_common.
* Add "-e" to sed as some OSes have strict/picky implementations.
2016-03-29 22:43:11 +00:00

32 lines
777 B
Plaintext

From 5e9c794a7b3cecb5a016fdf2609cd1c3cb2b65ca 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 tests
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 1666826..974c838 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -196,17 +196,6 @@ TESTS = \
asynchronous/bug661961.vala \
asynchronous/bug742621.vala \
asynchronous/closures.vala \
- dbus/basic-types.test \
- dbus/arrays.test \
- dbus/structs.test \
- dbus/errors.test \
- dbus/async.test \
- dbus/async-errors.test \
- dbus/signals.test \
- dbus/filedescriptor.test \
- dbus/dicts.test \
- dbus/bug596862.vala \
- dbus/bug602003.test \
gir/bug651773.test \
gir/bug667751.test \
gir/bug742012.test \
--
2.7.0