diff options
author | wiz <wiz@pkgsrc.org> | 2019-08-20 13:54:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-08-20 13:54:55 +0000 |
commit | 4889c28e68e948ccc80a2a73f9d728e41eeb0809 (patch) | |
tree | 7a58e64c50e3dc54d5071930ddc173e9eb2a7427 | |
parent | f26aeb81a6541a4c2e50ef99016aab701a5ccde0 (diff) | |
download | pkgsrc-4889c28e68e948ccc80a2a73f9d728e41eeb0809.tar.gz |
gtk3+: update to 3.24.10.
Still built using autoconf build system.
Overview of Changes in GTK+ 3.24.10
===================================
* Make gtk_widget_get_action_group behave as documented
* Make gdk_screen_get_monitor_plug_name works as before
* Adwaita:
- Update infobar look
- Fix some issues with submenus and popovers
* Wayland: Use the xdg-output protocol
* Fix build issues around cups
* Quartz: Build fixes
* treeview: Bring the pixel cache back, since its removal
was causing problems in some applications
* Various documentation improvements
* Translation updates:
Slovenian
Croatian
Spanish
Overview of Changes in GTK+ 3.24.9
==================================
* GTK can now be built with the meson build system
* Quartz:
- Build fixes
- Fix a crash with DND
* Win32:
- Enable GLES via libANGLE
- Fix preedit window placement on hi-dpi screens
* Wayland:
- Support the xdg-output protocol for correct
monitor sizes with scaled displays
- Fix handling of cursor hotspots that was reading
uninitialized memory
- Update tablet cursors when scale changes
* CSS:
- Use multiple font-family values
* Emoji:
- Populate the Emoji chooser incrementally
* Printing:
- Require CUPS 1.7
* Scrolling:
- Add a gtk-overlay-scrolling setting that can be
used to force traditional (non-overlay) scrollbars
* GtkTreeView:
- Update rubberband rectangles more often
- Remove the pixel cache, to avoid the redraw
issues that it causes
* Tooling:
- Support sysprof profiling
* Themes:
- Adwaita: Small tweaks to the theme refresh
- Adwaita: Update treeview progress bars
- HighContrast: Improve notebook tabs
* Translation updates:
Brazilian Portuguese
Friulian
Hungarian
Indonesian
Italian
Lithuanian
-rw-r--r-- | x11/gtk3/Makefile | 5 | ||||
-rw-r--r-- | x11/gtk3/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/x11/gtk3/Makefile b/x11/gtk3/Makefile index 2d1a129657b..51a4659aa52 100644 --- a/x11/gtk3/Makefile +++ b/x11/gtk3/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.132 2019/08/11 13:25:12 wiz Exp $ +# $NetBSD: Makefile,v 1.133 2019/08/20 13:54:55 wiz Exp $ -DISTNAME= gtk+-3.24.8 +DISTNAME= gtk+-3.24.10 PKGNAME= ${DISTNAME:S/gtk/gtk3/} -PKGREVISION= 3 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk+/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz diff --git a/x11/gtk3/distinfo b/x11/gtk3/distinfo index 85888d1596c..a0eda03c011 100644 --- a/x11/gtk3/distinfo +++ b/x11/gtk3/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.67 2019/08/18 16:47:38 nia Exp $ +$NetBSD: distinfo,v 1.68 2019/08/20 13:54:55 wiz Exp $ -SHA1 (gtk+-3.24.8.tar.xz) = 03d12f8d4f8697d5f0c778f8f80ce262767e3d37 -RMD160 (gtk+-3.24.8.tar.xz) = 6fc0fbede3634cd1010a97cda7d7388eb425b4f3 -SHA512 (gtk+-3.24.8.tar.xz) = a988ca2e25f0f32e55b2931f16c72f9649ed98405579d217e8a5e7f0ac10bcd1969090c622c5d9eb7d75235813ff7ccb90e30e252afd71ba283c6172ee459fe5 -Size (gtk+-3.24.8.tar.xz) = 22419364 bytes +SHA1 (gtk+-3.24.10.tar.xz) = 07fa59482de0ab5974f0a776932ba1ff71dc0d44 +RMD160 (gtk+-3.24.10.tar.xz) = ec6c7db0bb3446bbf1f032e3a0634bbd360a5ace +SHA512 (gtk+-3.24.10.tar.xz) = 1f7980189f522fd3646fb480b965c21801cc30b3316eb8bad8ded1efd25d3054f62160ddbe9ea241628c11b24f746024fbc3d22b17b9bd61fa6c301ab91d6498 +Size (gtk+-3.24.10.tar.xz) = 20958300 bytes SHA1 (patch-aj) = cbfab43f27352f7c6bc57a7c562c2d84c69da07a SHA1 (patch-config.h.in) = dc5f8741eed554f88c0b6834cadad95083e4dc8f SHA1 (patch-configure) = d531b33e52facf960058f1223b70db680da35300 |