[ubuntu/hirsute-proposed] gtk+2.0 2.24.33-1ubuntu1 (Accepted)

Sebastien Bacher seb128 at ubuntu.com
Thu Jan 21 19:44:15 UTC 2021


gtk+2.0 (2.24.33-1ubuntu1) hirsute; urgency=medium

  * Merge from Debian unstable.  Remaining changes:
    - d/libgtk2.0-0.symbols: update symbols file.
    - Modify 015_default-fallback-icon-theme.patch
      - Set fallback icon theme to Adwaita instead of gnome
    - d/control: Depend on adwaita-icon-theme | gnome-icon-theme instead of
      the reverse order
    - Add Ubuntu-specific patches:
      + debian/patches/012_ubuntu-set-grab-add.patch
        - Added ubuntu_gtk_widget_set_has_grab so we can grab sliders and
          things in menus, needed by ido.
      + debian/patches/062_dnd_menubar.patch
        - Allow click on menubars for dnd.
      + debian/patches/063_treeview_almost_fixed.patch
        - Add an ubuntu-almost-fixed-height-mode property, (required for
          software-center).
      + debian/patches/071_no_offscreen_widgets_grabbing.patch:
        - Don't let offscreen widgets do grabbing.
      + debian/patches/090_logging_file_saves.patch
        - Improve the logging of saved files.
      + debian/patches/092_default_to_xdg_document_dir.patch:
        - Use $XDG_DOCUMENTS_DIR as default directory rather than the home
          directory for the "Print to File" function.
      + debian/patches/093_gtk3_gtkimage_fallbacks_use.patch:
        - Backported gtk3 patch to add a "use-fallback" property to GtkImage,
          using it "icon-name and GIcon type of GtkImages can use automatic
          fallback names."; it will be useful for the indicator stack.
      + debian/patches/095_git_menus_scrolling.patch
        - Backported of a gtk3 commit fixing menu scrolling issues.
      + debian/patches/096_git_gtkprintsettings.patch
        - Backport an upstream git commit from the gtk3 series; don't ignore
          the gtkprintsettings resolution settings.
      + debian/patches/097_statusicon_image_fallback.patch
        - Make GtkStatusIcon images use fallbacks by default if the property
          is available.
      + debian/patches/098_multiarch_module_path.patch
        - Fallback to the pre-multiarch directory for compatibility.
      + debian/patches/099_printer_filename_fix.patch
        - Fix to the print dialog for print to file, make sure a non-hidden
          filename is the default.
      + debian/patches/100_overlay_scrollbar_loading.patch
        - Add support for dynamically loading overlay scrollbars.
      + debian/patches/gtk-shell-shows-menubar.patch
        - List gtk-shell-shows-menubar setting; that's required to have the
          local menubars hidding under Unity in favor of the Unity ones.
      + debian/patches/print-dialog-show-options-of-remote-dnssd-printers.patch:
        - Make printing on remote DNS-SD/Bonjour-shared printers work.
      + debian/patches/backport_search_printer_location.patch
        -  The list of printers should be searchable/sortable.
      + debian/patches/menubar_toolbar_dragging.patch
        - Allow windows to be dragged using blank spaces in the toolbar as
          well as the menubar.
      + debian/patches/use-secrets-service-for-cups-auth_info.patch

Date: Thu, 21 Jan 2021 20:38:03 +0100
Changed-By: Sebastien Bacher <seb128 at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/gtk+2.0/2.24.33-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 21 Jan 2021 20:38:03 +0100
Source: gtk+2.0
Architecture: source
Version: 2.24.33-1ubuntu1
Distribution: hirsute
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Sebastien Bacher <seb128 at ubuntu.com>
Changes:
 gtk+2.0 (2.24.33-1ubuntu1) hirsute; urgency=medium
 .
   * Merge from Debian unstable.  Remaining changes:
     - d/libgtk2.0-0.symbols: update symbols file.
     - Modify 015_default-fallback-icon-theme.patch
       - Set fallback icon theme to Adwaita instead of gnome
     - d/control: Depend on adwaita-icon-theme | gnome-icon-theme instead of
       the reverse order
     - Add Ubuntu-specific patches:
       + debian/patches/012_ubuntu-set-grab-add.patch
         - Added ubuntu_gtk_widget_set_has_grab so we can grab sliders and
           things in menus, needed by ido.
       + debian/patches/062_dnd_menubar.patch
         - Allow click on menubars for dnd.
       + debian/patches/063_treeview_almost_fixed.patch
         - Add an ubuntu-almost-fixed-height-mode property, (required for
           software-center).
       + debian/patches/071_no_offscreen_widgets_grabbing.patch:
         - Don't let offscreen widgets do grabbing.
       + debian/patches/090_logging_file_saves.patch
         - Improve the logging of saved files.
       + debian/patches/092_default_to_xdg_document_dir.patch:
         - Use $XDG_DOCUMENTS_DIR as default directory rather than the home
           directory for the "Print to File" function.
       + debian/patches/093_gtk3_gtkimage_fallbacks_use.patch:
         - Backported gtk3 patch to add a "use-fallback" property to GtkImage,
           using it "icon-name and GIcon type of GtkImages can use automatic
           fallback names."; it will be useful for the indicator stack.
       + debian/patches/095_git_menus_scrolling.patch
         - Backported of a gtk3 commit fixing menu scrolling issues.
       + debian/patches/096_git_gtkprintsettings.patch
         - Backport an upstream git commit from the gtk3 series; don't ignore
           the gtkprintsettings resolution settings.
       + debian/patches/097_statusicon_image_fallback.patch
         - Make GtkStatusIcon images use fallbacks by default if the property
           is available.
       + debian/patches/098_multiarch_module_path.patch
         - Fallback to the pre-multiarch directory for compatibility.
       + debian/patches/099_printer_filename_fix.patch
         - Fix to the print dialog for print to file, make sure a non-hidden
           filename is the default.
       + debian/patches/100_overlay_scrollbar_loading.patch
         - Add support for dynamically loading overlay scrollbars.
       + debian/patches/gtk-shell-shows-menubar.patch
         - List gtk-shell-shows-menubar setting; that's required to have the
           local menubars hidding under Unity in favor of the Unity ones.
       + debian/patches/print-dialog-show-options-of-remote-dnssd-printers.patch:
         - Make printing on remote DNS-SD/Bonjour-shared printers work.
       + debian/patches/backport_search_printer_location.patch
         -  The list of printers should be searchable/sortable.
       + debian/patches/menubar_toolbar_dragging.patch
         - Allow windows to be dragged using blank spaces in the toolbar as
           well as the menubar.
       + debian/patches/use-secrets-service-for-cups-auth_info.patch
Checksums-Sha1:
 7d5d1a09ad5ffb15f9a7a048bf0dc9e89b902ad2 3485 gtk+2.0_2.24.33-1ubuntu1.dsc
 6fb0199cbb858456ba5d6fc9d7e4641f73476e76 12661828 gtk+2.0_2.24.33.orig.tar.xz
 d04411d2370a8440bca4a3404fd1a5b8dcc579fc 106152 gtk+2.0_2.24.33-1ubuntu1.debian.tar.xz
 3cc3cc828138c22452f36186f80ff54dcaddc913 16732 gtk+2.0_2.24.33-1ubuntu1_source.buildinfo
Checksums-Sha256:
 259ba5223e7c23f49416d66bd903d003182fc7ad16eb01a22fbbf02146260a61 3485 gtk+2.0_2.24.33-1ubuntu1.dsc
 ac2ac757f5942d318a311a54b0c80b5ef295f299c2a73c632f6bfb1ff49cc6da 12661828 gtk+2.0_2.24.33.orig.tar.xz
 a952b89478c5c7339ed6edfa8baf36a791238aa407b7ec5b30e16dd6c69c0dd6 106152 gtk+2.0_2.24.33-1ubuntu1.debian.tar.xz
 728234e965ad3b1980d1f750e4bb5a4e1bd65a0506fb722af3b6a59d9533c4cc 16732 gtk+2.0_2.24.33-1ubuntu1_source.buildinfo
Files:
 9813dc943309521c041292779ac29008 3485 libs optional gtk+2.0_2.24.33-1ubuntu1.dsc
 0118e98dbe0e4dab90ce475f9f0e6c0c 12661828 libs optional gtk+2.0_2.24.33.orig.tar.xz
 9776d67c6139667ff6f58ddb77971885 106152 libs optional gtk+2.0_2.24.33-1ubuntu1.debian.tar.xz
 480543062e49764d3922b6dbbc734ace 16732 libs optional gtk+2.0_2.24.33-1ubuntu1_source.buildinfo
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----

iHAEARECADAWIQTgLv71TsYonmdA1hxDGjztotfSkgUCYAnY1hIcc2ViMTI4QHVi
dW50dS5jb20ACgkQQxo87aLX0pIGRwCg20E2zkDqcC1Pu2R1I557VYpWB8UAoLy0
VqPy9012U44lY1wZWOxUFJP2
=OSDM
-----END PGP SIGNATURE-----


More information about the Hirsute-changes mailing list