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:   wiz
Date:           Tue Mar 31 16:59:59 UTC 2020

Modified Files:
        pkgsrc/x11/gtk3: Makefile PLIST distinfo

Log Message:
gtk3+: update to 3.24.16.

Overview of Changes in GTK+ 3.24.16
===================================

* Fix the build

Overview of Changes in GTK+ 3.24.15
===================================

* filechooser:
 - Fix a crash
 - Support selecting directories with a new enough
   file chooser portal

* textview:
 - Speed up tag handling

* wayland:
 - Fix problems with clipboard handling
 - Fix a crash in the Wayland input method
 - Support cursor scale of 400%
 - Fix a crash in glade

* css: Support font-feature-settings

* Adwaita:
 - Use tabular figures where appropriate
 - Color tweaks for dark mode
 - Improve rendering of rounded corners

* Translation updates
 Dutch
 German
 Japanese
 Korean
 Lithuanian
 Norwegian Bokmål
 Persian
 Ukrainian


To generate a diff of this commit:
cvs rdiff -u -r1.142 -r1.143 pkgsrc/x11/gtk3/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/x11/gtk3/PLIST
cvs rdiff -u -r1.74 -r1.75 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.142 pkgsrc/x11/gtk3/Makefile:1.143
--- pkgsrc/x11/gtk3/Makefile:1.142      Tue Mar 10 22:09:06 2020
+++ pkgsrc/x11/gtk3/Makefile    Tue Mar 31 16:59:58 2020
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.142 2020/03/10 22:09:06 wiz Exp $
+# $NetBSD: Makefile,v 1.143 2020/03/31 16:59:58 wiz Exp $
 
-DISTNAME=      gtk+-3.24.14
+DISTNAME=      gtk+-3.24.16
 PKGNAME=       ${DISTNAME:S/gtk/gtk3/}
-PKGREVISION=   2
 CATEGORIES=    x11 gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gtk+/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/x11/gtk3/PLIST
diff -u pkgsrc/x11/gtk3/PLIST:1.30 pkgsrc/x11/gtk3/PLIST:1.31
--- pkgsrc/x11/gtk3/PLIST:1.30  Wed Mar  4 14:36:29 2020
+++ pkgsrc/x11/gtk3/PLIST       Tue Mar 31 16:59:58 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.30 2020/03/04 14:36:29 wiz Exp $
+@comment $NetBSD: PLIST,v 1.31 2020/03/31 16:59:58 wiz Exp $
 bin/gtk-builder-tool
 bin/gtk-encode-symbolic-svg
 bin/gtk-launch
@@ -486,6 +486,8 @@ share/glib-2.0/schemas/org.gtk.Settings.
 share/glib-2.0/schemas/org.gtk.Settings.EmojiChooser.gschema.xml
 share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml
 share/gtk-3.0/gtkbuilder.rng
+share/gtk-3.0/valgrind/gtk.supp
+share/gtk-3.0/valgrind/gtk64.supp
 share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailMisc.html
 share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailTextUtil.html
 share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3.devhelp2

Index: pkgsrc/x11/gtk3/distinfo
diff -u pkgsrc/x11/gtk3/distinfo:1.74 pkgsrc/x11/gtk3/distinfo:1.75
--- pkgsrc/x11/gtk3/distinfo:1.74       Wed Mar  4 14:36:29 2020
+++ pkgsrc/x11/gtk3/distinfo    Tue Mar 31 16:59:58 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.74 2020/03/04 14:36:29 wiz Exp $
+$NetBSD: distinfo,v 1.75 2020/03/31 16:59:58 wiz Exp $
 
-SHA1 (gtk+-3.24.14.tar.xz) = b38ff5d778b539851a4d9839b4a66f815e51a653
-RMD160 (gtk+-3.24.14.tar.xz) = 186d65b346caf0bbabb1b29b51b3f42adc934476
-SHA512 (gtk+-3.24.14.tar.xz) = a5ce659508933f6a3825aaafe9b30f51bd1357a62a6c66526ebd716627c829aa24543b4f8bd6f701dceda1d9fff94ad105f89f02a14d53749744e868bdff26bf
-Size (gtk+-3.24.14.tar.xz) = 20420928 bytes
+SHA1 (gtk+-3.24.16.tar.xz) = 407496ffcf762dffb06bd71f40145fcaf941e130
+RMD160 (gtk+-3.24.16.tar.xz) = 418c4e52df066c3ff8706be6d73d25dd08d20e88
+SHA512 (gtk+-3.24.16.tar.xz) = 181d31dea038016357cd0eba5b9e8a17056bc061f4ae2ebc713bceee46cd30787993cec463aae658faddc57b9071549fa196f6a2a1f67c314d99e4365f50a0cb
+Size (gtk+-3.24.16.tar.xz) = 20417592 bytes
 SHA1 (patch-aj) = cbfab43f27352f7c6bc57a7c562c2d84c69da07a
 SHA1 (patch-config.h.in) = dc5f8741eed554f88c0b6834cadad95083e4dc8f
 SHA1 (patch-configure) = d531b33e52facf960058f1223b70db680da35300



Home | Main Index | Thread Index | Old Index