pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/gtk3
Module Name: pkgsrc
Committed By: ryoon
Date: Sun Aug 3 15:46:20 UTC 2025
Modified Files:
pkgsrc/x11/gtk3: Makefile PLIST distinfo
Log Message:
x11/gtk3: Update to 3.24.49
* Update MASTER_SITES.
Changelog:
Overview of Changes in GTK+ 3.24.49, 05-03-2025
===============================================
* Fix a crash in GtkIMContext
* Fix crashes in DND with GtkPlug/GtkSocket
* Wayland:
- Fix erroneous crossing events, causing menus to malfunction
- Support the cursor-shape protocol
* X11:
- Enforce size limits on windows, preventing lockups
* macOS:
- Fix pen tilt handling
* Translation updates
Bulgarian
Thai
Overview of Changes in GTK+ 3.24.48, 25-02-2025
===============================================
* Switch to the new ci-based release process
Overview of Changes in GTK+ 3.24.44, 24-01-2025
===============================================
* GtkFileChooser:
- Stop replacing : (colon) with U+2236 (ratio)
* GtkEmojiChooser:
- Update to Unicode 16 / CLDR 46
* GtkSpinButton:
- Use semantically appropriate icon names
- Make numeric spin buttons always LTR
* GtkEntry:
- Stop guessing text direction from keyboard layout
- Add a shortcut and context menu item to change text direction
* GtkEventControllerMotion:
- Make enter and leave signals work
* Accessibility:
- Use message dialog titles as names
* GDK:
- Fix portal handling of gvfs files
* Wayland:
- Support the xdg_foreign_v2 protocol
- Try to fix monitor geometry on sway
- Improve font setting fallback
- Use a better default cursor size
- Fix a crash during DND
* macOS:
- Fix a UI hang
* Translation updates:
Bulgarian
Farsi
Hindi
Hungarian
Icelandic
Latvian
Serbian
To generate a diff of this commit:
cvs rdiff -u -r1.217 -r1.218 pkgsrc/x11/gtk3/Makefile
cvs rdiff -u -r1.45 -r1.46 pkgsrc/x11/gtk3/PLIST
cvs rdiff -u -r1.104 -r1.105 pkgsrc/x11/gtk3/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/gtk3/Makefile
diff -u pkgsrc/x11/gtk3/Makefile:1.217 pkgsrc/x11/gtk3/Makefile:1.218
--- pkgsrc/x11/gtk3/Makefile:1.217 Sat Jul 19 05:37:49 2025
+++ pkgsrc/x11/gtk3/Makefile Sun Aug 3 15:46:20 2025
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.217 2025/07/19 05:37:49 wiz Exp $
+# $NetBSD: Makefile,v 1.218 2025/08/03 15:46:20 ryoon Exp $
-DISTNAME= gtk+-3.24.43
-PKGNAME= ${DISTNAME:S/gtk/gtk3/}
-PKGREVISION= 10
+DISTNAME= gtk-3.24.49
+PKGNAME= ${DISTNAME:S/gtk/gtk3+/}
CATEGORIES= x11 gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk+/${PKGVERSION_NOREV:R}/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/x11/gtk3/PLIST
diff -u pkgsrc/x11/gtk3/PLIST:1.45 pkgsrc/x11/gtk3/PLIST:1.46
--- pkgsrc/x11/gtk3/PLIST:1.45 Fri Jan 24 19:03:57 2025
+++ pkgsrc/x11/gtk3/PLIST Sun Aug 3 15:46:20 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.45 2025/01/24 19:03:57 wiz Exp $
+@comment $NetBSD: PLIST,v 1.46 2025/08/03 15:46:20 ryoon Exp $
bin/gtk-builder-tool
bin/gtk-encode-symbolic-svg
bin/gtk-launch
@@ -453,10 +453,10 @@ lib/libgailutil-3.so.0
lib/libgailutil-3.so.0.0.0
lib/libgdk-3.so
lib/libgdk-3.so.0
-lib/libgdk-3.so.0.2411.32
+lib/libgdk-3.so.0.2417.32
lib/libgtk-3.so
lib/libgtk-3.so.0
-lib/libgtk-3.so.0.2411.32
+lib/libgtk-3.so.0.2417.32
lib/pkgconfig/gail-3.0.pc
lib/pkgconfig/gdk-3.0.pc
${PLIST.quartz}lib/pkgconfig/gdk-quartz-3.0.pc
@@ -544,6 +544,7 @@ ${PLIST.doc}share/gtk-doc/html/gdk3/GdkS
${PLIST.doc}share/gtk-doc/html/gdk3/GdkSeat.html
${PLIST.doc}share/gtk-doc/html/gdk3/X_cursor.png
${PLIST.doc}share/gtk-doc/html/gdk3/alias_cursor.png
+${PLIST.doc}share/gtk-doc/html/gdk3/all_resize_cursor.png
${PLIST.doc}share/gtk-doc/html/gdk3/all_scroll_cursor.png
${PLIST.doc}share/gtk-doc/html/gdk3/annotation-glossary.html
${PLIST.doc}share/gtk-doc/html/gdk3/api-index-3-0.html
@@ -585,6 +586,7 @@ ${PLIST.doc}share/gtk-doc/html/gdk3/cros
${PLIST.doc}share/gtk-doc/html/gdk3/crosshair_cursor.png
${PLIST.doc}share/gtk-doc/html/gdk3/default_cursor.png
${PLIST.doc}share/gtk-doc/html/gdk3/diamond_cross.png
+${PLIST.doc}share/gtk-doc/html/gdk3/dnd_ask_cursor.png
${PLIST.doc}share/gtk-doc/html/gdk3/dot.png
${PLIST.doc}share/gtk-doc/html/gdk3/dotbox.png
${PLIST.doc}share/gtk-doc/html/gdk3/double_arrow.png
Index: pkgsrc/x11/gtk3/distinfo
diff -u pkgsrc/x11/gtk3/distinfo:1.104 pkgsrc/x11/gtk3/distinfo:1.105
--- pkgsrc/x11/gtk3/distinfo:1.104 Fri Jul 19 08:15:05 2024
+++ pkgsrc/x11/gtk3/distinfo Sun Aug 3 15:46:20 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.104 2024/07/19 08:15:05 adam Exp $
+$NetBSD: distinfo,v 1.105 2025/08/03 15:46:20 ryoon Exp $
-BLAKE2s (gtk+-3.24.43.tar.xz) = 1702b97a3a8a13b5c243ed7f4586adb426b2e0e7c64677772530810267437237
-SHA512 (gtk+-3.24.43.tar.xz) = 2f208a353d94fa504088ab080006cb097de721ec934b69b5719af0f4c8c72d2aa9a68b47239feca1622ec67c7389be87023729ee6ad3580a87777f2bf9ed5375
-Size (gtk+-3.24.43.tar.xz) = 13227856 bytes
+BLAKE2s (gtk-3.24.49.tar.xz) = 0e2b6ce118f76dced2e1631e20ae7b673a339a137bb86bb1badab9d593a06969
+SHA512 (gtk-3.24.49.tar.xz) = d8727cff733ae06ea29cf6885d458804167e6e1d2c2e62a2881c39b953c6b1530ec72d14b7295e1148bd96233f7a0baef2ab96688fd1a6f048ec820a1f394a81
+Size (gtk-3.24.49.tar.xz) = 13450556 bytes
SHA1 (patch-gdk_wayland_gdkdevice-wayland.c) = e283bd6533ea1307b971c524bc05f0d3ee90453d
SHA1 (patch-gdk_x11_gdkscreen-x11.h) = 455d6c3de8421984ba3c99baf51cd31982a3df78
SHA1 (patch-gdk_x11_gdkwindow-x11.h) = c80f7c9d5a570817e54fd74fa903a53400dc6f64
Home |
Main Index |
Thread Index |
Old Index