зеркало из https://github.com/mozilla/gecko-dev.git
39 строки
1.6 KiB
Diff
39 строки
1.6 KiB
Diff
diff -Nru gtk+3.0-3.10.7/debian/changelog gtk+3.0-3.10.7/debian/changelog
|
|
--- gtk+3.0-3.10.7/debian/changelog 2014-02-15 22:20:29.000000000 +0900
|
|
+++ gtk+3.0-3.10.7/debian/changelog 2018-11-02 12:04:23.000000000 +0900
|
|
@@ -1,3 +1,11 @@
|
|
+gtk+3.0 (3.10.7-1.deb7moz1) wheezy; urgency=medium
|
|
+
|
|
+ * Mozilla backport for Wheezy.
|
|
+ * gtk/Makefile.am: Filter-out -fvisibility=hidden from the flags passed
|
|
+ to g-ir-scanner.
|
|
+
|
|
+ -- Mike Hommey <glandium@mozilla.com> Fri, 02 Nov 2018 12:04:23 +0900
|
|
+
|
|
gtk+3.0 (3.10.7-1) unstable; urgency=low
|
|
|
|
* debian/libgtk-3-bin.install:
|
|
diff -Nru gtk+3.0-3.10.7/debian/patches/deb7moz1 gtk+3.0-3.10.7/debian/patches/deb7moz1
|
|
--- gtk+3.0-3.10.7/debian/patches/deb7moz1 1970-01-01 09:00:00.000000000 +0900
|
|
+++ gtk+3.0-3.10.7/debian/patches/deb7moz1 2018-11-02 12:04:23.000000000 +0900
|
|
@@ -0,0 +1,11 @@
|
|
+--- gtk+3.0-3.10.7.orig/gtk/Makefile.am
|
|
++++ gtk+3.0-3.10.7/gtk/Makefile.am
|
|
+@@ -1352,7 +1352,7 @@ Gtk_3_0_gir_INCLUDES += xlib-2.0
|
|
+ endif
|
|
+ Gtk_3_0_gir_SCANNERFLAGS += --c-include="gtk/gtkx.h"
|
|
+ Gtk_3_0_gir_CFLAGS = \
|
|
+- $(AM_CPPFLAGS) \
|
|
++ $(filter-out -fvisibility=hidden,$(AM_CPPFLAGS)) \
|
|
+ -DGTK_TEXT_USE_INTERNAL_UNSUPPORTED_API
|
|
+ Gtk_3_0_gir_LIBS = libgtk-3.la $(top_builddir)/gdk/libgdk-3.la
|
|
+ Gtk_3_0_gir_FILES = $(introspection_files)
|
|
diff -Nru gtk+3.0-3.10.7/debian/patches/series gtk+3.0-3.10.7/debian/patches/series
|
|
--- gtk+3.0-3.10.7/debian/patches/series 2014-02-15 22:14:46.000000000 +0900
|
|
+++ gtk+3.0-3.10.7/debian/patches/series 2018-11-02 12:04:23.000000000 +0900
|
|
@@ -12,3 +12,4 @@
|
|
061_multiarch_module_fallback.patch
|
|
071_fix-installation-of-HTML-images.patch
|
|
080_disable-parallel-docs-build.patch
|
|
+deb7moz1
|