SHA256
1
0
forked from pool/gtk3

Accepting request 328948 from GNOME:Next

Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/328948
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=196
This commit is contained in:
2015-09-04 11:28:13 +00:00
committed by Git OBS Bridge
parent 26f211c3a9
commit f1443c80ee
5 changed files with 278 additions and 8 deletions

View File

@@ -51,8 +51,8 @@ Index: gtk/gtkmodules.c
g_free (default_dir);
+ g_free (local_dir);
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
result = pango_split_file_list (module_path);
g_free (module_path);
Index: gtk/Makefile.am
===================================================================
--- gtk/Makefile.am.orig
@@ -72,7 +72,7 @@ Index: gtk/Makefile.in
===================================================================
--- gtk/Makefile.in.orig
+++ gtk/Makefile.in
@@ -1173,8 +1173,10 @@ XVFB_START = \
@@ -1190,8 +1190,10 @@ XVFB_START = \
|| { echo "Gtk+Tests:ERROR: Failed to start Xvfb environment for X11 target tests."; exit 1; } \
&& DISPLAY=:$$XID && export DISPLAY