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

ah at users.alioth.debian.org ah at users.alioth.debian.org
Mon Aug 25 18:23:10 UTC 2014


Author: ah
Date: Mon Aug 25 18:23:10 2014
New Revision: 42264

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=42264
Log:
* New upstream development release.
* Update build-dependencies according to configure.ac
  - bump libglib2.0-dev to (>= 2.41.2)
* Update libgtk-3.0-dev dependency on libglib2.0-dev to (>= 2.41.2)
* Massage debian/patches/018_gdkenumtypes.c_location.patch to apply again
* Drop backported/merged patches now in released version:
  - debian/patches/072_Avoid-pkg-config-atleast-version.patch
* Have quilt refresh remaining patches.
* Bump gobject-introspection build-dependency to (>= 1.41.3)
  - this one supports new "nullable" annotation.
* Build-depend on adwaita-icon-theme instead of gnome-icon-theme-symbolic
* Update debian/libgtk-3-0.symbols with many additions
* Add --enable-installed-tests configure flag for both deb and udeb
  - this works around a problem with libreftest.la not being built
    otherwise leading to "make check" failing.
  - Note: atleast the udeb part should be disabled once upstream is fixed!

Removed:
    desktop/experimental/gtk+3.0/debian/patches/072_Avoid-pkg-config-atleast-version.patch
Modified:
    desktop/experimental/gtk+3.0/debian/changelog
    desktop/experimental/gtk+3.0/debian/control
    desktop/experimental/gtk+3.0/debian/control.in
    desktop/experimental/gtk+3.0/debian/libgtk-3-0.symbols
    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/series
    desktop/experimental/gtk+3.0/debian/rules

Modified: desktop/experimental/gtk+3.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B3.0/debian/changelog?rev=42264&op=diff
==============================================================================
--- desktop/experimental/gtk+3.0/debian/changelog	[utf-8] (original)
+++ desktop/experimental/gtk+3.0/debian/changelog	[utf-8] Mon Aug 25 18:23:10 2014
@@ -1,3 +1,24 @@
+gtk+3.0 (3.13.7-1) UNRELEASED; urgency=medium
+
+  * New upstream development release.
+  * Update build-dependencies according to configure.ac
+    - bump libglib2.0-dev to (>= 2.41.2)
+  * Update libgtk-3.0-dev dependency on libglib2.0-dev to (>= 2.41.2)
+  * Massage debian/patches/018_gdkenumtypes.c_location.patch to apply again
+  * Drop backported/merged patches now in released version:
+    - debian/patches/072_Avoid-pkg-config-atleast-version.patch
+  * Have quilt refresh remaining patches.
+  * Bump gobject-introspection build-dependency to (>= 1.41.3)
+    - this one supports new "nullable" annotation.
+  * Build-depend on adwaita-icon-theme instead of gnome-icon-theme-symbolic
+  * Update debian/libgtk-3-0.symbols with many additions
+  * Add --enable-installed-tests configure flag for both deb and udeb
+    - this works around a problem with libreftest.la not being built
+      otherwise leading to "make check" failing.
+    - Note: atleast the udeb part should be disabled once upstream is fixed!
+
+ -- Andreas Henriksson <andreas at fatal.se>  Sun, 24 Aug 2014 21:25:22 -0700
+
 gtk+3.0 (3.12.2-3) unstable; urgency=medium
 
   * Team upload

Modified: desktop/experimental/gtk+3.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B3.0/debian/control?rev=42264&op=diff
==============================================================================
--- desktop/experimental/gtk+3.0/debian/control	[utf-8] (original)
+++ desktop/experimental/gtk+3.0/debian/control	[utf-8] Mon Aug 25 18:23:10 2014
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Sjoerd Simons <sjoerd at debian.org>
 Build-Depends: debhelper (>= 8.1.3),
                cdbs (>= 0.4.93),
                gnome-pkg-tools (>= 0.11),
@@ -16,7 +16,7 @@
                gsettings-desktop-schemas,
                gnome-icon-theme-symbolic,
                at-spi2-core,
-               libglib2.0-dev (>= 2.39.5),
+               libglib2.0-dev (>= 2.41.2),
                libgdk-pixbuf2.0-dev (>= 2.27.1),
                libpango1.0-dev (>= 1.32.4),
                libatk1.0-dev (>= 2.7.5),
@@ -42,7 +42,7 @@
                libcolord-dev (>= 0.1.9),
                librest-dev,
                libjson-glib-dev,
-               gobject-introspection (>= 1.39.0),
+               gobject-introspection (>= 1.41.3),
                libgirepository1.0-dev (>= 1.39.0),
                xvfb
 Build-Depends-Indep: docbook-xml,
@@ -141,7 +141,7 @@
          libgtk-3-common,
          ${misc:Depends},
          ${shlibs:Depends},
-         libglib2.0-dev (>= 2.39.0),
+         libglib2.0-dev (>= 2.41.2),
          libgdk-pixbuf2.0-dev (>= 2.27.1),
          libpango1.0-dev (>= 1.32.4),
          libatk1.0-dev (>= 2.7.5),

Modified: desktop/experimental/gtk+3.0/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B3.0/debian/control.in?rev=42264&op=diff
==============================================================================
--- desktop/experimental/gtk+3.0/debian/control.in	[utf-8] (original)
+++ desktop/experimental/gtk+3.0/debian/control.in	[utf-8] Mon Aug 25 18:23:10 2014
@@ -14,9 +14,9 @@
                autotools-dev,
                dbus-x11,
                gsettings-desktop-schemas,
-               gnome-icon-theme-symbolic,
+               adwaita-icon-theme,
                at-spi2-core,
-               libglib2.0-dev (>= 2.39.5),
+               libglib2.0-dev (>= 2.41.2),
                libgdk-pixbuf2.0-dev (>= 2.27.1),
                libpango1.0-dev (>= 1.32.4),
                libatk1.0-dev (>= 2.7.5),
@@ -42,7 +42,7 @@
                libcolord-dev (>= 0.1.9),
                librest-dev,
                libjson-glib-dev,
-               gobject-introspection (>= 1.39.0),
+               gobject-introspection (>= 1.41.3),
                libgirepository1.0-dev (>= 1.39.0),
                xvfb
 Build-Depends-Indep: docbook-xml,
@@ -141,7 +141,7 @@
          @COMMON_PKG@,
          ${misc:Depends},
          ${shlibs:Depends},
-         libglib2.0-dev (>= 2.39.0),
+         libglib2.0-dev (>= 2.41.2),
          libgdk-pixbuf2.0-dev (>= 2.27.1),
          libpango1.0-dev (>= 1.32.4),
          libatk1.0-dev (>= 2.7.5),

Modified: desktop/experimental/gtk+3.0/debian/libgtk-3-0.symbols
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B3.0/debian/libgtk-3-0.symbols?rev=42264&op=diff
==============================================================================
--- desktop/experimental/gtk+3.0/debian/libgtk-3-0.symbols	[utf-8] (original)
+++ desktop/experimental/gtk+3.0/debian/libgtk-3-0.symbols	[utf-8] Mon Aug 25 18:23:10 2014
@@ -191,6 +191,7 @@
  gdk_event_peek at Base 3.0.0
  gdk_event_put at Base 3.0.0
  gdk_event_request_motions at Base 3.0.0
+ gdk_event_sequence_get_type at Base 3.13.7
  gdk_event_set_device at Base 3.0.0
  gdk_event_set_screen at Base 3.0.0
  gdk_event_set_source_device at Base 3.0.0
@@ -553,6 +554,7 @@
  gdk_window_shape_combine_region at Base 3.0.0
  gdk_window_show at Base 3.0.0
  gdk_window_show_unraised at Base 3.0.0
+ gdk_window_show_window_menu at Base 3.13.7
  gdk_window_state_get_type at Base 3.0.0
  gdk_window_stick at Base 3.0.0
  gdk_window_thaw_toplevel_updates_libgtk_only at Base 3.0.0
@@ -878,8 +880,10 @@
  gtk_application_add_accelerator at Base 3.3.16
  gtk_application_add_window at Base 3.0.0
  gtk_application_get_accels_for_action at Base 3.11.5
+ gtk_application_get_actions_for_accel at Base 3.13.7
  gtk_application_get_active_window at Base 3.5.12
  gtk_application_get_app_menu at Base 3.3.16
+ gtk_application_get_menu_by_id at Base 3.13.7
  gtk_application_get_menubar at Base 3.3.16
  gtk_application_get_type at Base 3.0.0
  gtk_application_get_window_by_id at Base 3.5.4
@@ -889,6 +893,7 @@
  gtk_application_is_inhibited at Base 3.3.16
  gtk_application_list_action_descriptions at Base 3.11.5
  gtk_application_new at Base 3.0.0
+ gtk_application_prefers_app_menu at Base 3.13.7
  gtk_application_remove_accelerator at Base 3.3.16
  gtk_application_remove_window at Base 3.0.0
  gtk_application_set_accels_for_action at Base 3.11.5
@@ -1092,6 +1097,7 @@
  gtk_cell_area_apply_attributes at Base 3.0.0
  gtk_cell_area_attribute_connect at Base 3.0.0
  gtk_cell_area_attribute_disconnect at Base 3.0.0
+ gtk_cell_area_attribute_get_column at Base 3.13.7
  gtk_cell_area_box_get_spacing at Base 3.0.0
  gtk_cell_area_box_get_type at Base 3.0.0
  gtk_cell_area_box_new at Base 3.0.0
@@ -1655,6 +1661,13 @@
  gtk_event_box_new at Base 3.0.0
  gtk_event_box_set_above_child at Base 3.0.0
  gtk_event_box_set_visible_window at Base 3.0.0
+ gtk_event_controller_get_propagation_phase at Base 3.13.7
+ gtk_event_controller_get_type at Base 3.13.7
+ gtk_event_controller_get_widget at Base 3.13.7
+ gtk_event_controller_handle_event at Base 3.13.7
+ gtk_event_controller_reset at Base 3.13.7
+ gtk_event_controller_set_propagation_phase at Base 3.13.7
+ gtk_event_sequence_state_get_type at Base 3.13.7
  gtk_events_pending at Base 3.0.0
  gtk_expander_accessible_get_type at Base 3.7.10
  gtk_expander_get_expanded at Base 3.0.0
@@ -1873,6 +1886,58 @@
  gtk_frame_set_label_align at Base 3.0.0
  gtk_frame_set_label_widget at Base 3.0.0
  gtk_frame_set_shadow_type at Base 3.0.0
+ gtk_gesture_drag_get_offset at Base 3.13.7
+ gtk_gesture_drag_get_start_point at Base 3.13.7
+ gtk_gesture_drag_get_type at Base 3.13.7
+ gtk_gesture_drag_new at Base 3.13.7
+ gtk_gesture_get_bounding_box at Base 3.13.7
+ gtk_gesture_get_bounding_box_center at Base 3.13.7
+ gtk_gesture_get_device at Base 3.13.7
+ gtk_gesture_get_group at Base 3.13.7
+ gtk_gesture_get_last_event at Base 3.13.7
+ gtk_gesture_get_last_updated_sequence at Base 3.13.7
+ gtk_gesture_get_point at Base 3.13.7
+ gtk_gesture_get_sequence_state at Base 3.13.7
+ gtk_gesture_get_sequences at Base 3.13.7
+ gtk_gesture_get_type at Base 3.13.7
+ gtk_gesture_get_window at Base 3.13.7
+ gtk_gesture_group at Base 3.13.7
+ gtk_gesture_handles_sequence at Base 3.13.7
+ gtk_gesture_is_active at Base 3.13.7
+ gtk_gesture_is_grouped_with at Base 3.13.7
+ gtk_gesture_is_recognized at Base 3.13.7
+ gtk_gesture_long_press_get_type at Base 3.13.7
+ gtk_gesture_long_press_new at Base 3.13.7
+ gtk_gesture_multi_press_get_area at Base 3.13.7
+ gtk_gesture_multi_press_get_type at Base 3.13.7
+ gtk_gesture_multi_press_new at Base 3.13.7
+ gtk_gesture_multi_press_set_area at Base 3.13.7
+ gtk_gesture_pan_get_orientation at Base 3.13.7
+ gtk_gesture_pan_get_type at Base 3.13.7
+ gtk_gesture_pan_new at Base 3.13.7
+ gtk_gesture_pan_set_orientation at Base 3.13.7
+ gtk_gesture_rotate_get_angle_delta at Base 3.13.7
+ gtk_gesture_rotate_get_type at Base 3.13.7
+ gtk_gesture_rotate_new at Base 3.13.7
+ gtk_gesture_set_sequence_state at Base 3.13.7
+ gtk_gesture_set_state at Base 3.13.7
+ gtk_gesture_set_window at Base 3.13.7
+ gtk_gesture_single_get_button at Base 3.13.7
+ gtk_gesture_single_get_current_button at Base 3.13.7
+ gtk_gesture_single_get_current_sequence at Base 3.13.7
+ gtk_gesture_single_get_exclusive at Base 3.13.7
+ gtk_gesture_single_get_touch_only at Base 3.13.7
+ gtk_gesture_single_get_type at Base 3.13.7
+ gtk_gesture_single_set_button at Base 3.13.7
+ gtk_gesture_single_set_exclusive at Base 3.13.7
+ gtk_gesture_single_set_touch_only at Base 3.13.7
+ gtk_gesture_swipe_get_type at Base 3.13.7
+ gtk_gesture_swipe_get_velocity at Base 3.13.7
+ gtk_gesture_swipe_new at Base 3.13.7
+ gtk_gesture_ungroup at Base 3.13.7
+ gtk_gesture_zoom_get_scale_delta at Base 3.13.7
+ gtk_gesture_zoom_get_type at Base 3.13.7
+ gtk_gesture_zoom_new at Base 3.13.7
  gtk_get_binary_age at Base 3.0.0
  gtk_get_current_event at Base 3.0.0
  gtk_get_current_event_device at Base 3.0.0
@@ -2041,6 +2106,7 @@
  gtk_icon_source_set_state at Base 3.0.0
  gtk_icon_source_set_state_wildcarded at Base 3.0.0
  gtk_icon_theme_add_builtin_icon at Base 3.0.0
+ gtk_icon_theme_add_resource_path at Base 3.13.7
  gtk_icon_theme_append_search_path at Base 3.0.0
  gtk_icon_theme_choose_icon at Base 3.0.0
  gtk_icon_theme_choose_icon_for_scale at Base 3.9.10
@@ -2326,6 +2392,7 @@
  gtk_list_box_get_row_at_index at Base 3.9.10
  gtk_list_box_get_row_at_y at Base 3.9.10
  gtk_list_box_get_selected_row at Base 3.9.10
+ gtk_list_box_get_selected_rows at Base 3.13.7
  gtk_list_box_get_selection_mode at Base 3.9.10
  gtk_list_box_get_type at Base 3.9.10
  gtk_list_box_insert at Base 3.9.12
@@ -2336,12 +2403,19 @@
  gtk_list_box_prepend at Base 3.9.12
  gtk_list_box_row_accessible_get_type at Base 3.10.0
  gtk_list_box_row_changed at Base 3.9.10
+ gtk_list_box_row_get_activatable at Base 3.13.7
  gtk_list_box_row_get_header at Base 3.9.10
  gtk_list_box_row_get_index at Base 3.9.10
+ gtk_list_box_row_get_selectable at Base 3.13.7
  gtk_list_box_row_get_type at Base 3.9.10
+ gtk_list_box_row_is_selected at Base 3.13.7
  gtk_list_box_row_new at Base 3.9.10
+ gtk_list_box_row_set_activatable at Base 3.13.7
  gtk_list_box_row_set_header at Base 3.9.10
+ gtk_list_box_row_set_selectable at Base 3.13.7
+ gtk_list_box_select_all at Base 3.13.7
  gtk_list_box_select_row at Base 3.9.10
+ gtk_list_box_selected_foreach at Base 3.13.7
  gtk_list_box_set_activate_on_single_click at Base 3.9.10
  gtk_list_box_set_adjustment at Base 3.9.10
  gtk_list_box_set_filter_func at Base 3.9.10
@@ -2349,6 +2423,8 @@
  gtk_list_box_set_placeholder at Base 3.9.10
  gtk_list_box_set_selection_mode at Base 3.9.10
  gtk_list_box_set_sort_func at Base 3.9.10
+ gtk_list_box_unselect_all at Base 3.13.7
+ gtk_list_box_unselect_row at Base 3.13.7
  gtk_list_store_append at Base 3.0.0
  gtk_list_store_clear at Base 3.0.0
  gtk_list_store_get_type at Base 3.0.0
@@ -2633,6 +2709,7 @@
  gtk_paint_spinner at Base 3.0.0
  gtk_paint_tab at Base 3.0.0
  gtk_paint_vline at Base 3.0.0
+ gtk_pan_direction_get_type at Base 3.13.7
  gtk_paned_accessible_get_type at Base 3.7.10
  gtk_paned_add1 at Base 3.0.0
  gtk_paned_add2 at Base 3.0.0
@@ -2679,6 +2756,7 @@
  gtk_places_sidebar_get_open_flags at Base 3.9.10
  gtk_places_sidebar_get_show_connect_to_server at Base 3.9.10
  gtk_places_sidebar_get_show_desktop at Base 3.9.10
+ gtk_places_sidebar_get_show_enter_location at Base 3.13.7
  gtk_places_sidebar_get_type at Base 3.9.10
  gtk_places_sidebar_list_shortcuts at Base 3.9.10
  gtk_places_sidebar_new at Base 3.9.10
@@ -2688,6 +2766,7 @@
  gtk_places_sidebar_set_open_flags at Base 3.9.10
  gtk_places_sidebar_set_show_connect_to_server at Base 3.9.10
  gtk_places_sidebar_set_show_desktop at Base 3.9.10
+ gtk_places_sidebar_set_show_enter_location at Base 3.13.7
  gtk_plug_construct at Base 3.0.0
  gtk_plug_construct_for_display at Base 3.0.0
  gtk_plug_get_embedded at Base 3.0.0
@@ -2987,6 +3066,7 @@
  gtk_progress_bar_set_show_text at Base 3.0.0
  gtk_progress_bar_set_text at Base 3.0.0
  gtk_propagate_event at Base 3.0.0
+ gtk_propagation_phase_get_type at Base 3.13.7
  gtk_radio_action_get_current_value at Base 3.0.0
  gtk_radio_action_get_group at Base 3.0.0
  gtk_radio_action_get_type at Base 3.0.0
@@ -3572,9 +3652,11 @@
  gtk_style_set_background at Base 3.0.0
  gtk_switch_accessible_get_type at Base 3.7.10
  gtk_switch_get_active at Base 3.0.0
+ gtk_switch_get_state at Base 3.13.7
  gtk_switch_get_type at Base 3.0.0
  gtk_switch_new at Base 3.0.0
  gtk_switch_set_active at Base 3.0.0
+ gtk_switch_set_state at Base 3.13.7
  gtk_symbolic_color_get_type at Base 3.0.0
  gtk_symbolic_color_new_alpha at Base 3.0.0
  gtk_symbolic_color_new_literal at Base 3.0.0
@@ -3935,6 +4017,7 @@
  gtk_text_view_get_window_type at Base 3.0.0
  gtk_text_view_get_wrap_mode at Base 3.0.0
  gtk_text_view_im_context_filter_keypress at Base 3.0.0
+ gtk_text_view_layer_get_type at Base 3.13.7
  gtk_text_view_move_child at Base 3.0.0
  gtk_text_view_move_mark_onscreen at Base 3.0.0
  gtk_text_view_move_visually at Base 3.0.0
@@ -4541,6 +4624,7 @@
  gtk_widget_get_can_focus at Base 3.0.0
  gtk_widget_get_child_requisition at Base 3.0.0
  gtk_widget_get_child_visible at Base 3.0.0
+ gtk_widget_get_clip at Base 3.13.7
  gtk_widget_get_clipboard at Base 3.0.0
  gtk_widget_get_composite_name at Base 3.0.0
  gtk_widget_get_default_direction at Base 3.0.0
@@ -4667,6 +4751,7 @@
  gtk_widget_path_iter_get_object_type at Base 3.0.0
  gtk_widget_path_iter_get_sibling_index at Base 3.1.6
  gtk_widget_path_iter_get_siblings at Base 3.1.6
+ gtk_widget_path_iter_get_state at Base 3.13.7
  gtk_widget_path_iter_has_class at Base 3.0.0
  gtk_widget_path_iter_has_name at Base 3.0.0
  gtk_widget_path_iter_has_qclass at Base 3.0.0
@@ -4679,6 +4764,7 @@
  gtk_widget_path_iter_remove_region at Base 3.0.0
  gtk_widget_path_iter_set_name at Base 3.0.0
  gtk_widget_path_iter_set_object_type at Base 3.0.0
+ gtk_widget_path_iter_set_state at Base 3.13.7
  gtk_widget_path_length at Base 3.0.0
  gtk_widget_path_new at Base 3.0.0
  gtk_widget_path_prepend_type at Base 3.0.0
@@ -4712,6 +4798,7 @@
  gtk_widget_set_can_default at Base 3.0.0
  gtk_widget_set_can_focus at Base 3.0.0
  gtk_widget_set_child_visible at Base 3.0.0
+ gtk_widget_set_clip at Base 3.13.7
  gtk_widget_set_composite_name at Base 3.0.0
  gtk_widget_set_default_direction at Base 3.0.0
  gtk_widget_set_device_enabled at Base 3.0.0
@@ -4876,6 +4963,7 @@
  gtk_window_set_icon_from_file at Base 3.0.0
  gtk_window_set_icon_list at Base 3.0.0
  gtk_window_set_icon_name at Base 3.0.0
+ gtk_window_set_interactive_debugging at Base 3.13.7
  gtk_window_set_keep_above at Base 3.0.0
  gtk_window_set_keep_below at Base 3.0.0
  gtk_window_set_mnemonic_modifier at Base 3.0.0

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=42264&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] Mon Aug 25 18:23:10 2014
@@ -5,7 +5,7 @@
 
 --- a/gtk/gtkmain.c
 +++ b/gtk/gtkmain.c
-@@ -2062,9 +2062,14 @@
+@@ -2060,9 +2060,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=42264&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] Mon Aug 25 18:23:10 2014
@@ -5,7 +5,7 @@
 
 --- a/gtk/gtkmain.c
 +++ b/gtk/gtkmain.c
-@@ -2155,9 +2155,14 @@
+@@ -2153,9 +2153,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=42264&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] Mon Aug 25 18:23:10 2014
@@ -20,9 +20,9 @@
 
 --- a/gdk/Makefile.am
 +++ b/gdk/Makefile.am
-@@ -196,8 +196,8 @@
+@@ -210,8 +210,8 @@
  introspection_files = 		\
- 	$(filter-out gdkkeysyms-compat.h, $(gdk_public_h_sources))	\
+ 	$(filter-out gdkkeysyms-compat.h, $(gdk_h_sources))	\
  	$(gdk_c_sources)	\
 -        gdkenumtypes.c		\
 -        gdkenumtypes.h
@@ -31,7 +31,7 @@
  
  Gdk-3.0.gir: libgdk-3.la Makefile
  Gdk_3_0_gir_SCANNERFLAGS = 	\
-@@ -311,7 +311,7 @@
+@@ -378,7 +378,7 @@
  
  lib_LTLIBRARIES = libgdk-3.la
  
@@ -40,24 +40,24 @@
  EXTRA_DIST += \
  	$(gdk_built_sources)	\
  	fallback-c89.c
-@@ -325,18 +325,15 @@
+@@ -392,18 +392,15 @@
  	$(gdk_built_sources)			\
  	gdkconfig.h
  
 -gdkenumtypes.h: stamp-gdkenumtypes.h
 -	@true
--stamp-gdkenumtypes.h: $(gdk_public_h_sources) gdkenumtypes.h.template
+-stamp-gdkenumtypes.h: $(gdk_h_sources) gdkenumtypes.h.template
 +gdkenumtypes.h: $(gdk_public_h_sources) $(srcdir)/gdkenumtypes.h.template
  	$(AM_V_GEN) ( cd $(srcdir) && $(GLIB_MKENUMS) --template gdkenumtypes.h.template \
- 		$(gdk_public_h_sources) ) >> xgen-geth \
+ 		$(gdk_h_sources) ) >> xgen-geth \
 -	&& (cmp -s xgen-geth gdkenumtypes.h || cp xgen-geth gdkenumtypes.h ) \
 -	&& rm -f xgen-geth \
 -	&& echo timestamp > $(@F)
 +	&& (cmp -s xgen-geth gdkenumtypes.h || cp xgen-geth $(srcdir)/gdkenumtypes.h ) \
 +	&& rm -f xgen-geth 
- gdkenumtypes.c: $(gdk_public_h_sources) gdkenumtypes.c.template
+ gdkenumtypes.c: $(gdk_h_sources) gdkenumtypes.c.template
  	$(AM_V_GEN) ( cd $(srcdir) && $(GLIB_MKENUMS) --template gdkenumtypes.c.template \
- 		$(gdk_public_h_sources) ) > xgen-getc \
+ 		$(gdk_h_sources) ) > xgen-getc \
 -	&& cp xgen-getc gdkenumtypes.c  \
 +	&& cp xgen-getc $(srcdir)/gdkenumtypes.c  \
  	&& rm -f xgen-getc

Modified: desktop/experimental/gtk+3.0/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B3.0/debian/patches/series?rev=42264&op=diff
==============================================================================
--- desktop/experimental/gtk+3.0/debian/patches/series	[utf-8] (original)
+++ desktop/experimental/gtk+3.0/debian/patches/series	[utf-8] Mon Aug 25 18:23:10 2014
@@ -11,4 +11,3 @@
 060_ignore-random-icons.patch
 061_multiarch_module_fallback.patch
 071_fix-installation-of-HTML-images.patch
-072_Avoid-pkg-config-atleast-version.patch

Modified: desktop/experimental/gtk+3.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B3.0/debian/rules?rev=42264&op=diff
==============================================================================
--- desktop/experimental/gtk+3.0/debian/rules	[utf-8] (original)
+++ desktop/experimental/gtk+3.0/debian/rules	[utf-8] Mon Aug 25 18:23:10 2014
@@ -68,6 +68,7 @@
 			--enable-broadway-backend \
 			--enable-x11-backend \
 			--enable-gtk-doc \
+ 			--enable-installed-tests \
 			--enable-shared \
 			--enable-introspection \
 			--enable-cloudprint \
@@ -86,6 +87,7 @@
 endif
 
 DEB_CONFIGURE_FLAGS_shared_udeb = \
+ 			--enable-installed-tests \
 			--disable-broadway-backend \
 			--disable-wayland-backend \
 			--enable-x11-backend \




More information about the pkg-gnome-commits mailing list