Update to gtk+4-4.6.4.

This commit is contained in:
ajacoutot 2022-05-13 23:20:42 +00:00
parent ddaae34482
commit 2ec1f93783
3 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@ COMMENT-guic= gtk+ icon theme caching utility
COMMENT-media= gtk+ media engine
GNOME_PROJECT= gtk
GNOME_VERSION= 4.6.3
GNOME_VERSION= 4.6.4
PKGNAME-main= gtk+4-${GNOME_VERSION}
PKGNAME-cups= gtk+4-cups-${GNOME_VERSION}
@ -20,7 +20,7 @@ PKGNAME-media= gtk+4-media-${GNOME_VERSION}
CATEGORIES= x11 devel
SHARED_LIBS += gtk-4 4.2 # 1.600.3
SHARED_LIBS += gtk-4 4.2 # 1.600.4
HOMEPAGE= http://www.gtk.org/

View File

@ -1,2 +1,2 @@
SHA256 (gtk-4.6.3.tar.xz) = pXrNDkSCmBcA/fhllsdBPLYe9H915HR/2oCegjG42Ww=
SIZE (gtk-4.6.3.tar.xz) = 23060172
SHA256 (gtk-4.6.4.tar.xz) = p5orvMeTG3A/xPofy+G5BuIpoVIthU1SKAF2anm8rJ8=
SIZE (gtk-4.6.4.tar.xz) = 23074696

View File

@ -3,7 +3,7 @@ unveil(2): check if the XDG directories exist before showing them on the sidebar
Index: gtk/gtkfilechooserwidget.c
--- gtk/gtkfilechooserwidget.c.orig
+++ gtk/gtkfilechooserwidget.c
@@ -7153,7 +7153,8 @@ desktop_folder_handler (GtkFileChooserWidget *impl)
@@ -7160,7 +7160,8 @@ desktop_folder_handler (GtkFileChooserWidget *impl)
* See http://freedesktop.org/wiki/Software/xdg-user-dirs
*/
name = g_get_user_special_dir (G_USER_DIRECTORY_DESKTOP);