+ debian/patches/030_tests_skip_filechooser.patch:

- New patch: skip filechooser tests as they are not designed to
      be run without gtk+ installed.
This commit is contained in:
Emilio Pozuelo Monfort 2013-02-23 19:37:09 +00:00
parent c2de88d9a2
commit 4a69c13d50
3 changed files with 23 additions and 0 deletions

3
debian/changelog vendored
View File

@ -9,6 +9,9 @@ gtk+3.0 (3.7.10-1) UNRELEASED; urgency=low
- Updated for the new symbols.
+ debian/gtk-3-examples.install:
- Stop installing gtk3-demo files, no longer needed.
+ debian/patches/030_tests_skip_filechooser.patch:
- New patch: skip filechooser tests as they are not designed to
be run without gtk+ installed.
-- Emilio Pozuelo Monfort <pochu@debian.org> Fri, 22 Feb 2013 18:43:04 +0100

View File

@ -0,0 +1,19 @@
Description: The filechooser tests are not very chroot-friendly, as they
need the gtk schemas to be compiled and installed, so skip them for now.
Author: Emilio Pozuelo Monfort <pochu@debian.org>
--- a/gtk/tests/Makefile.am
+++ b/gtk/tests/Makefile.am
@@ -69,9 +69,9 @@
#crossingevents_SOURCES = crossingevents.c
#crossingevents_LDADD = $(progs_ldadd)
-TEST_PROGS += filechooser
-filechooser_SOURCES = filechooser.c
-filechooser_LDADD = $(progs_ldadd)
+#TEST_PROGS += filechooser
+#filechooser_SOURCES = filechooser.c
+#filechooser_LDADD = $(progs_ldadd)
TEST_PROGS += builder
builder_SOURCES = builder.c

View File

@ -3,6 +3,7 @@
017_no_offscreen_device_grabbing.patch
018_gdkenumtypes.c_location.patch
022_disable-viqr-im-for-vi-locale.patch
030_tests_skip_filechooser.patch
#042_treeview_single-focus.patch
#043_notebook_scroll.patch
044_tracker_fts.patch