+ 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:
parent
c2de88d9a2
commit
4a69c13d50
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -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
|
||||
|
||||
|
19
debian/patches/030_tests_skip_filechooser.patch
vendored
Normal file
19
debian/patches/030_tests_skip_filechooser.patch
vendored
Normal 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
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user