r54494 - in /desktop/experimental/gtk+4.0/debian: changelog patches/no-accessibility-dump.patch
jbicha at users.alioth.debian.org
jbicha at users.alioth.debian.org
Thu Oct 19 01:28:44 UTC 2017
Author: jbicha
Date: Thu Oct 19 01:28:44 2017
New Revision: 54494
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=54494
Log:
Refresh no-accessibility-dump.patch
Modified:
desktop/experimental/gtk+4.0/debian/changelog
desktop/experimental/gtk+4.0/debian/patches/no-accessibility-dump.patch
Modified: desktop/experimental/gtk+4.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B4.0/debian/changelog?rev=54494&op=diff
==============================================================================
--- desktop/experimental/gtk+4.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/gtk+4.0/debian/changelog [utf-8] Thu Oct 19 01:28:44 2017
@@ -3,6 +3,7 @@
* New upstream release
* Switch to meson
* debian/libgtk-4-0.symbols: Update
+ * Refresh no-accessibility-dump.patch
-- Jeremy Bicha <jbicha at debian.org> Wed, 18 Oct 2017 18:07:11 -0400
Modified: desktop/experimental/gtk+4.0/debian/patches/no-accessibility-dump.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B4.0/debian/patches/no-accessibility-dump.patch?rev=54494&op=diff
==============================================================================
--- desktop/experimental/gtk+4.0/debian/patches/no-accessibility-dump.patch [utf-8] (original)
+++ desktop/experimental/gtk+4.0/debian/patches/no-accessibility-dump.patch [utf-8] Thu Oct 19 01:28:44 2017
@@ -5,17 +5,18 @@
to make it run with GTK_CSD=1 properly so it gives output
matching the expected test data in all cases, not just
for installed-tests.
+---
+ testsuite/a11y/meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
-Index: gtk+-3.21.6/testsuite/a11y/Makefile.am
-===================================================================
---- gtk+-3.21.6.orig/testsuite/a11y/Makefile.am 2016-09-14 04:19:54.932561342 +0200
-+++ gtk+-3.21.6/testsuite/a11y/Makefile.am 2016-09-14 04:19:54.928561280 +0200
-@@ -28,7 +28,7 @@
- GTK_CSD=1 \
- G_ENABLE_DIAGNOSTIC=0
+--- a/testsuite/a11y/meson.build
++++ b/testsuite/a11y/meson.build
+@@ -2,7 +2,7 @@ testexecdir = join_paths(installed_test_
+ testdatadir = join_paths(installed_test_datadir, 'a11y')
--TEST_PROGS += accessibility-dump
-+#TEST_PROGS += accessibility-dump
-
- TEST_PROGS += tree-performance
-
+ a11y_tests = [
+- 'accessibility-dump',
++# 'accessibility-dump',
+ 'tree-performance',
+ 'text',
+ 'children',
More information about the pkg-gnome-commits
mailing list