Refresh patches.

This commit is contained in:
Michael Biebl 2013-01-04 22:11:21 +00:00
parent e2e6fb300d
commit 9f3309b863
5 changed files with 18 additions and 17 deletions

1
debian/changelog vendored
View File

@ -1,6 +1,7 @@
gtk+3.0 (3.6.3-1) UNRELEASED; urgency=low
* New upstream release.
* Refresh patches.
-- Michael Biebl <biebl@debian.org> Fri, 04 Jan 2013 21:42:17 +0100

8
debian/patches/015_default-fallback-icon-theme.patch vendored Normal file → Executable file
View File

@ -1,8 +1,8 @@
Index: gtk+-3.4.1/gtk/gtksettings.c
Index: gtk+-3.6.3/gtk/gtksettings.c
===================================================================
--- gtk+-3.4.1.orig/gtk/gtksettings.c 2012-04-04 03:06:04.000000000 +0200
+++ gtk+-3.4.1/gtk/gtksettings.c 2012-04-15 20:55:20.822307902 +0200
@@ -429,7 +429,7 @@
--- gtk+-3.6.3.orig/gtk/gtksettings.c 2013-01-04 21:43:23.372362757 +0100
+++ gtk+-3.6.3/gtk/gtksettings.c 2013-01-04 21:43:23.372362757 +0100
@@ -450,7 +450,7 @@
g_param_spec_string ("gtk-fallback-icon-theme",
P_("Fallback Icon Theme Name"),
P_("Name of a icon theme to fall back to"),

8
debian/patches/016_no_offscreen_widgets_grabbing.patch vendored Normal file → Executable file
View File

@ -3,11 +3,11 @@ Author: Cody Russell <bratsche@gnome.org>
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=607668
Bug-Ubuntu: https://bugs.launchpad.net/bugs/512427
Index: gtk+-3.5.18/gtk/gtkmain.c
Index: gtk+-3.6.3/gtk/gtkmain.c
===================================================================
--- gtk+-3.5.18.orig/gtk/gtkmain.c 2012-09-19 03:34:42.000000000 +1200
+++ gtk+-3.5.18/gtk/gtkmain.c 2012-09-19 12:16:53.696728253 +1200
@@ -2046,9 +2046,14 @@
--- gtk+-3.6.3.orig/gtk/gtkmain.c 2013-01-04 21:43:29.888428374 +0100
+++ gtk+-3.6.3/gtk/gtkmain.c 2013-01-04 21:43:29.884428334 +0100
@@ -2043,9 +2043,14 @@
{
GtkWindowGroup *group;
GtkWidget *old_grab_widget;

8
debian/patches/017_no_offscreen_device_grabbing.patch vendored Normal file → Executable file
View File

@ -3,11 +3,11 @@ Author: Robert Carr <racarr@canonical.com>
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=658563
Bug-Ubuntu: https://launchpad.net/bugs/804009
Index: gtk+-3.5.18/gtk/gtkmain.c
Index: gtk+-3.6.3/gtk/gtkmain.c
===================================================================
--- gtk+-3.5.18.orig/gtk/gtkmain.c 2012-09-19 12:16:53.696728253 +1200
+++ gtk+-3.5.18/gtk/gtkmain.c 2012-09-19 12:16:57.224728130 +1200
@@ -2139,9 +2139,14 @@
--- gtk+-3.6.3.orig/gtk/gtkmain.c 2013-01-04 21:43:32.392453591 +0100
+++ gtk+-3.6.3/gtk/gtkmain.c 2013-01-04 21:43:32.388453550 +0100
@@ -2136,9 +2136,14 @@
{
GtkWindowGroup *group;
GtkWidget *old_grab_widget;

10
debian/patches/071_fix-installation-of-HTML-images.patch vendored Normal file → Executable file
View File

@ -11,11 +11,11 @@ Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=656803
gtk-doc.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Index: gtk+-3.4.1/gtk-doc.make
Index: gtk+-3.6.3/gtk-doc.make
===================================================================
--- gtk+-3.4.1.orig/gtk-doc.make 2012-04-10 00:52:46.000000000 +0200
+++ gtk+-3.4.1/gtk-doc.make 2012-04-17 19:22:04.294590580 +0200
@@ -155,8 +155,8 @@
--- gtk+-3.6.3.orig/gtk-doc.make 2013-01-04 21:43:41.152541801 +0100
+++ gtk+-3.6.3/gtk-doc.make 2013-01-04 21:43:41.148541763 +0100
@@ -173,8 +173,8 @@
if test -f $(abs_srcdir)/$$file ; then \
cp $(abs_srcdir)/$$file $(abs_builddir)/html; \
fi; \
@ -25,4 +25,4 @@ Index: gtk+-3.4.1/gtk-doc.make
+ cp $$file $(abs_builddir)/html; \
fi; \
done;
@echo ' DOC Fixing cross-references'
$(GTK_DOC_V_XREF)gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)