[ubuntu/noble-proposed] gtk+2.0 2.24.33-3.1ubuntu1 (Accepted)

Amin Bandali bandali at ubuntu.com
Thu Feb 29 18:43:17 UTC 2024


gtk+2.0 (2.24.33-3.1ubuntu1) noble; urgency=medium

  * Merge from Debian unstable.  Remaining changes:
    - d/libgtk2.0-0t64.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/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
      + debian/patches/Check-for-attribute-availability-before-accessing-it.patch
        - Cherry-pick patch to fix GFileInfo critical warnings

Date: Thu, 29 Feb 2024 13:39:54 -0500
Changed-By: Amin Bandali <bandali at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/gtk+2.0/2.24.33-3.1ubuntu1
-------------- next part --------------
Format: 1.8
Date: Thu, 29 Feb 2024 13:39:54 -0500
Source: gtk+2.0
Architecture: source
Version: 2.24.33-3.1ubuntu1
Distribution: noble
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Amin Bandali <bandali at ubuntu.com>
Changes:
 gtk+2.0 (2.24.33-3.1ubuntu1) noble; urgency=medium
 .
   * Merge from Debian unstable.  Remaining changes:
     - d/libgtk2.0-0t64.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/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
       + debian/patches/Check-for-attribute-availability-before-accessing-it.patch
         - Cherry-pick patch to fix GFileInfo critical warnings
Checksums-Sha1:
 4ee7d2acc669eb7af268c4e8965d8c16ae786c54 4067 gtk+2.0_2.24.33-3.1ubuntu1.dsc
 6fb0199cbb858456ba5d6fc9d7e4641f73476e76 12661828 gtk+2.0_2.24.33.orig.tar.xz
 45c8df1e318c49f461d5ffea3d4819d0bdd878da 107392 gtk+2.0_2.24.33-3.1ubuntu1.debian.tar.xz
 9976bfaf3196654b3355f3bba31914564323e951 11248 gtk+2.0_2.24.33-3.1ubuntu1_source.buildinfo
Checksums-Sha256:
 3830ef0f645daa6d34bd04616eaa54b8c7ab135b41d08d2fa3f6521945ca70b6 4067 gtk+2.0_2.24.33-3.1ubuntu1.dsc
 ac2ac757f5942d318a311a54b0c80b5ef295f299c2a73c632f6bfb1ff49cc6da 12661828 gtk+2.0_2.24.33.orig.tar.xz
 d5a4b9ac91f8af2386d7abfd312dcfe4c21b740ba00416bd9be6ab60fb9bb7d5 107392 gtk+2.0_2.24.33-3.1ubuntu1.debian.tar.xz
 3bb091bf6ae9dde997b030a7c360bece4d2d09f4bbef259d7ab7e31017326efb 11248 gtk+2.0_2.24.33-3.1ubuntu1_source.buildinfo
Files:
 2634dd5585992134e41ed326f6ae5ecd 4067 oldlibs optional gtk+2.0_2.24.33-3.1ubuntu1.dsc
 0118e98dbe0e4dab90ce475f9f0e6c0c 12661828 oldlibs optional gtk+2.0_2.24.33.orig.tar.xz
 34b56869b95fb889f6d0aaa24f67bba2 107392 oldlibs optional gtk+2.0_2.24.33-3.1ubuntu1.debian.tar.xz
 3d8e127a0af5462eaa5f91c92e0696b7 11248 oldlibs optional gtk+2.0_2.24.33-3.1ubuntu1_source.buildinfo
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>


More information about the noble-changes mailing list