[ubuntu/plucky-proposed] gtk+2.0 2.24.33-6ubuntu1 (Accepted)
Alessandro Astone
alessandro.astone at canonical.com
Fri Nov 15 18:12:22 UTC 2024
gtk+2.0 (2.24.33-6ubuntu1) plucky; urgency=medium
* Merge with Debian. 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
gtk+2.0 (2.24.33-6) unstable; urgency=medium
* Team upload
[ Alessandro Astone ]
* debian: Add patches to fix FTBFS with gcc-14 (Closes: #1075050)
[ Simon McVittie ]
* d/rules: Suppress gtk2-engines-pixbuf dependency on libgtk2.0-0t64.
This allows themes to be installed without always requiring GTK 2
to be installed. We did this for libgtk2.0-0 since 2017, but it
regressed during the t64 transition. (Helps: #1077864)
* d/control: Recommend gnome-themes-extra.
This provides the Adwaita theme for GTK 2, making GTK 2 apps
approximately match the default appearance of GTK 3 apps.
(Helps: #1077864)
* Remove version constraints unnecessary since Debian 11
* Replace dependency on transitional package x11proto-xext-dev with
replacement x11proto-dev
* Standards-Version: 4.7.0 (no changes required)
Date: Thu, 14 Nov 2024 15:13:24 +0100
Changed-By: Alessandro Astone <alessandro.astone at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Jeremy BĂcha <jeremy.bicha at canonical.com>
https://launchpad.net/ubuntu/+source/gtk+2.0/2.24.33-6ubuntu1
-------------- next part --------------
Format: 1.8
Date: Thu, 14 Nov 2024 15:13:24 +0100
Source: gtk+2.0
Built-For-Profiles: noudeb
Architecture: source
Version: 2.24.33-6ubuntu1
Distribution: plucky
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Alessandro Astone <alessandro.astone at canonical.com>
Closes: 1075050
Changes:
gtk+2.0 (2.24.33-6ubuntu1) plucky; urgency=medium
.
* Merge with Debian. 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
.
gtk+2.0 (2.24.33-6) unstable; urgency=medium
.
* Team upload
.
[ Alessandro Astone ]
* debian: Add patches to fix FTBFS with gcc-14 (Closes: #1075050)
.
[ Simon McVittie ]
* d/rules: Suppress gtk2-engines-pixbuf dependency on libgtk2.0-0t64.
This allows themes to be installed without always requiring GTK 2
to be installed. We did this for libgtk2.0-0 since 2017, but it
regressed during the t64 transition. (Helps: #1077864)
* d/control: Recommend gnome-themes-extra.
This provides the Adwaita theme for GTK 2, making GTK 2 apps
approximately match the default appearance of GTK 3 apps.
(Helps: #1077864)
* Remove version constraints unnecessary since Debian 11
* Replace dependency on transitional package x11proto-xext-dev with
replacement x11proto-dev
* Standards-Version: 4.7.0 (no changes required)
Checksums-Sha1:
3f32939e72f977e4c2e5222c0e0da8fc99ebae30 3779 gtk+2.0_2.24.33-6ubuntu1.dsc
6edd5af5f07efa5cfe28bbc7dcf4282e53c3417e 113576 gtk+2.0_2.24.33-6ubuntu1.debian.tar.xz
dd1b2d7bcfd654a6dbcb639ad89d92623f98400c 16290 gtk+2.0_2.24.33-6ubuntu1_source.buildinfo
Checksums-Sha256:
21ea8c370c71f6b9537da6d1770a0d305a2fdc739989d1d4b5df82fb51714776 3779 gtk+2.0_2.24.33-6ubuntu1.dsc
51964439e47090652d66305508d7504345f5d73e21f11f05fbf75d2b494e7b5c 113576 gtk+2.0_2.24.33-6ubuntu1.debian.tar.xz
1dfd6113729f3c460fd9cf1ed65466f7666cda3e513f8e5c0cd68ec01b2c15db 16290 gtk+2.0_2.24.33-6ubuntu1_source.buildinfo
Files:
9e4bfd45332bcbf1dbdc4a50f209799e 3779 oldlibs optional gtk+2.0_2.24.33-6ubuntu1.dsc
cc98e2f0d4308d7899d116015ffafb99 113576 oldlibs optional gtk+2.0_2.24.33-6ubuntu1.debian.tar.xz
76c0706cabaa40dd87f9b168ba4c2d51 16290 oldlibs optional gtk+2.0_2.24.33-6ubuntu1_source.buildinfo
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
More information about the plucky-changes
mailing list