r36740 - in /desktop/experimental/gtk+3.0/debian: ./ patches/

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sat Feb 23 12:08:15 UTC 2013


Author: pochu
Date: Sat Feb 23 12:08:14 2013
New Revision: 36740

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=36740
Log:
  + debian/patches:
    - Refreshed.

Modified:
    desktop/experimental/gtk+3.0/debian/changelog
    desktop/experimental/gtk+3.0/debian/patches/015_default-fallback-icon-theme.patch
    desktop/experimental/gtk+3.0/debian/patches/016_no_offscreen_widgets_grabbing.patch
    desktop/experimental/gtk+3.0/debian/patches/017_no_offscreen_device_grabbing.patch
    desktop/experimental/gtk+3.0/debian/patches/018_gdkenumtypes.c_location.patch
    desktop/experimental/gtk+3.0/debian/patches/071_fix-installation-of-HTML-images.patch

Modified: desktop/experimental/gtk+3.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B3.0/debian/changelog?rev=36740&op=diff
==============================================================================
--- desktop/experimental/gtk+3.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/gtk+3.0/debian/changelog [utf-8] Sat Feb 23 12:08:14 2013
@@ -3,6 +3,8 @@
   * New upstream release.
     + debian/control.in:
       - Update build dependencies.
+    + debian/patches:
+      - Refreshed.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Fri, 22 Feb 2013 18:43:04 +0100
 

Modified: desktop/experimental/gtk+3.0/debian/patches/015_default-fallback-icon-theme.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B3.0/debian/patches/015_default-fallback-icon-theme.patch?rev=36740&op=diff
==============================================================================
--- desktop/experimental/gtk+3.0/debian/patches/015_default-fallback-icon-theme.patch [utf-8] (original)
+++ desktop/experimental/gtk+3.0/debian/patches/015_default-fallback-icon-theme.patch [utf-8] Sat Feb 23 12:08:14 2013
@@ -1,8 +1,6 @@
-Index: gtk+-3.6.3/gtk/gtksettings.c
-===================================================================
---- 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 @@
+--- a/gtk/gtksettings.c
++++ b/gtk/gtksettings.c
+@@ -445,7 +445,7 @@
                                               g_param_spec_string ("gtk-fallback-icon-theme",
                                                                    P_("Fallback Icon Theme Name"),
                                                                    P_("Name of a icon theme to fall back to"),

Modified: desktop/experimental/gtk+3.0/debian/patches/016_no_offscreen_widgets_grabbing.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B3.0/debian/patches/016_no_offscreen_widgets_grabbing.patch?rev=36740&op=diff
==============================================================================
--- desktop/experimental/gtk+3.0/debian/patches/016_no_offscreen_widgets_grabbing.patch [utf-8] (original)
+++ desktop/experimental/gtk+3.0/debian/patches/016_no_offscreen_widgets_grabbing.patch [utf-8] Sat Feb 23 12:08:14 2013
@@ -3,11 +3,9 @@
 Bug: https://bugzilla.gnome.org/show_bug.cgi?id=607668
 Bug-Ubuntu: https://bugs.launchpad.net/bugs/512427
 
-Index: gtk+-3.6.3/gtk/gtkmain.c
-===================================================================
---- 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 @@
+--- a/gtk/gtkmain.c
++++ b/gtk/gtkmain.c
+@@ -2039,9 +2039,14 @@
  {
    GtkWindowGroup *group;
    GtkWidget *old_grab_widget;

Modified: desktop/experimental/gtk+3.0/debian/patches/017_no_offscreen_device_grabbing.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B3.0/debian/patches/017_no_offscreen_device_grabbing.patch?rev=36740&op=diff
==============================================================================
--- desktop/experimental/gtk+3.0/debian/patches/017_no_offscreen_device_grabbing.patch [utf-8] (original)
+++ desktop/experimental/gtk+3.0/debian/patches/017_no_offscreen_device_grabbing.patch [utf-8] Sat Feb 23 12:08:14 2013
@@ -3,11 +3,9 @@
 Bug: https://bugzilla.gnome.org/show_bug.cgi?id=658563
 Bug-Ubuntu: https://launchpad.net/bugs/804009
 
-Index: gtk+-3.6.3/gtk/gtkmain.c
-===================================================================
---- 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 @@
+--- a/gtk/gtkmain.c
++++ b/gtk/gtkmain.c
+@@ -2132,9 +2132,14 @@
  {
    GtkWindowGroup *group;
    GtkWidget *old_grab_widget;

Modified: desktop/experimental/gtk+3.0/debian/patches/018_gdkenumtypes.c_location.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B3.0/debian/patches/018_gdkenumtypes.c_location.patch?rev=36740&op=diff
==============================================================================
--- desktop/experimental/gtk+3.0/debian/patches/018_gdkenumtypes.c_location.patch [utf-8] (original)
+++ desktop/experimental/gtk+3.0/debian/patches/018_gdkenumtypes.c_location.patch [utf-8] Sat Feb 23 12:08:14 2013
@@ -18,11 +18,9 @@
  gdk/Makefile.am |   17 +++++++----------
  1 files changed, 7 insertions(+), 10 deletions(-)
 
-Index: gtk+-3.5.4/gdk/Makefile.am
-===================================================================
---- gtk+-3.5.4.orig/gdk/Makefile.am	2012-06-05 16:59:15.892579046 +1200
-+++ gtk+-3.5.4/gdk/Makefile.am	2012-06-05 16:59:22.904578803 +1200
-@@ -189,8 +189,8 @@
+--- a/gdk/Makefile.am
++++ b/gdk/Makefile.am
+@@ -196,8 +196,8 @@
  introspection_files = 		\
  	$(filter-out gdkkeysyms-compat.h, $(gdk_public_h_sources))	\
  	$(gdk_c_sources)	\
@@ -33,7 +31,7 @@
  
  Gdk-3.0.gir: libgdk-3.la Makefile
  Gdk_3_0_gir_SCANNERFLAGS = 	\
-@@ -305,7 +305,7 @@
+@@ -311,7 +311,7 @@
  
  lib_LTLIBRARIES = libgdk-3.la
  
@@ -42,7 +40,7 @@
  EXTRA_DIST += \
  	$(gdk_built_sources)	\
  	fallback-c89.c
-@@ -319,18 +319,15 @@
+@@ -325,18 +325,15 @@
  	$(gdk_built_sources)			\
  	gdkconfig.h
  

Modified: desktop/experimental/gtk+3.0/debian/patches/071_fix-installation-of-HTML-images.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B3.0/debian/patches/071_fix-installation-of-HTML-images.patch?rev=36740&op=diff
==============================================================================
--- desktop/experimental/gtk+3.0/debian/patches/071_fix-installation-of-HTML-images.patch [utf-8] (original)
+++ desktop/experimental/gtk+3.0/debian/patches/071_fix-installation-of-HTML-images.patch [utf-8] Sat Feb 23 12:08:14 2013
@@ -11,11 +11,9 @@
  gtk-doc.make |    4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
-Index: gtk+-3.6.3/gtk-doc.make
-===================================================================
---- 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 @@
+--- a/gtk-doc.make
++++ b/gtk-doc.make
+@@ -155,8 +155,8 @@
  	  if test -f $(abs_srcdir)/$$file ; then \
  	    cp $(abs_srcdir)/$$file $(abs_builddir)/html; \
  	  fi; \
@@ -25,4 +23,4 @@
 +	    cp $$file $(abs_builddir)/html; \
  	  fi; \
  	done;
- 	$(GTK_DOC_V_XREF)gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
+ 	@echo '  DOC   Fixing cross-references'




More information about the pkg-gnome-commits mailing list