Received: by mail.netbsd.org (Postfix, from userid 605) id 87E1A84D66; Thu, 18 Apr 2019 09:59:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1048E84D53 for ; Thu, 18 Apr 2019 09:59:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id pkbVaGjnC8rm for ; Thu, 18 Apr 2019 09:59:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1AC7F84D39 for ; Thu, 18 Apr 2019 09:59:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 178FEFB16; Thu, 18 Apr 2019 09:59:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1555581575179410" MIME-Version: 1.0 Date: Thu, 18 Apr 2019 09:59:35 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/x11/gtk3 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20190418095935.178FEFB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1555581575179410 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Apr 18 09:59:35 UTC 2019 Modified Files: pkgsrc/x11/gtk3: Makefile PLIST distinfo Log Message: gtk3: updated to 3.24.8 Overview of Changes in GTK+ 3.24.8 * Color editor: don't warn if editing is cancelled * Always redraw on allocate - not doing so is not safe when any widget can have a background * Use GLSL 3.30 for shaders * Quartz: add a preliminary GdkGLContext implementation * Win32: Fix a bug that prevented storing printer driver prefs * Wayland: properly place window menus * GtkApplication: support session state changes in sandboxes, using the inhibit portal * Fix a problem with autostart notification * Places: Show loop devices as reported by gvfs * Translation updates: Brazilian Portuguese Catalan Czech German Hungarian Indonesian Italian Polish Romanian Spanish Swedish Turkish Overview of Changes in GTK+ 3.24.7 * Undeprecate gtk_window_present Overview of Changes in GTK+ 3.24.6 * Link against fribidi * Broadway: Ensure focus on click * Fix some compiler warnings * Improve menu positioning with move-to-rect * Improve activation of the onscreen keyboard * Use C locale when generating code * Treeview: Make sure separator nodes have height > 0 * theme - Fix some inconsistences for radii * quartz: - Full-screen only normal windows - Restore key-window switching when changing windows - Change monitor geometry calculation - search: Limit the cop of Spotlight search * Translation updates: Basque Dutch Finnish Icelandic Kazakh Korean Romanian Serbian Slovenian To generate a diff of this commit: cvs rdiff -u -r1.128 -r1.129 pkgsrc/x11/gtk3/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/x11/gtk3/PLIST cvs rdiff -u -r1.65 -r1.66 pkgsrc/x11/gtk3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1555581575179410 Content-Disposition: inline Content-Length: 2684 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/gtk3/Makefile diff -u pkgsrc/x11/gtk3/Makefile:1.128 pkgsrc/x11/gtk3/Makefile:1.129 --- pkgsrc/x11/gtk3/Makefile:1.128 Thu Feb 14 10:42:50 2019 +++ pkgsrc/x11/gtk3/Makefile Thu Apr 18 09:59:34 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.128 2019/02/14 10:42:50 adam Exp $ +# $NetBSD: Makefile,v 1.129 2019/04/18 09:59:34 adam Exp $ -DISTNAME= gtk+-3.24.5 +DISTNAME= gtk+-3.24.8 PKGNAME= ${DISTNAME:S/gtk/gtk3/} CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk+/${PKGVERSION_NOREV:R}/} Index: pkgsrc/x11/gtk3/PLIST diff -u pkgsrc/x11/gtk3/PLIST:1.24 pkgsrc/x11/gtk3/PLIST:1.25 --- pkgsrc/x11/gtk3/PLIST:1.24 Tue Oct 23 07:42:23 2018 +++ pkgsrc/x11/gtk3/PLIST Thu Apr 18 09:59:34 2019 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.24 2018/10/23 07:42:23 leot Exp $ +@comment $NetBSD: PLIST,v 1.25 2019/04/18 09:59:34 adam Exp $ bin/gtk-builder-tool bin/gtk-encode-symbolic-svg bin/gtk-launch @@ -60,6 +60,7 @@ ${PLIST.quartz}include/gtk-3.0/gdk/quart ${PLIST.quartz}include/gtk-3.0/gdk/quartz/gdkquartzdisplay.h ${PLIST.quartz}include/gtk-3.0/gdk/quartz/gdkquartzdisplaymanager.h ${PLIST.quartz}include/gtk-3.0/gdk/quartz/gdkquartzdnd.h +${PLIST.quartz}include/gtk-3.0/gdk/quartz/gdkquartzglcontext.h ${PLIST.quartz}include/gtk-3.0/gdk/quartz/gdkquartzkeys.h ${PLIST.quartz}include/gtk-3.0/gdk/quartz/gdkquartzmonitor.h ${PLIST.quartz}include/gtk-3.0/gdk/quartz/gdkquartzscreen.h Index: pkgsrc/x11/gtk3/distinfo diff -u pkgsrc/x11/gtk3/distinfo:1.65 pkgsrc/x11/gtk3/distinfo:1.66 --- pkgsrc/x11/gtk3/distinfo:1.65 Thu Feb 14 10:42:50 2019 +++ pkgsrc/x11/gtk3/distinfo Thu Apr 18 09:59:34 2019 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.65 2019/02/14 10:42:50 adam Exp $ +$NetBSD: distinfo,v 1.66 2019/04/18 09:59:34 adam Exp $ -SHA1 (gtk+-3.24.5.tar.xz) = 6a796aac801af59e2ec75fa2cbe1f62060e2148d -RMD160 (gtk+-3.24.5.tar.xz) = 1b982684d0a13480764727a6978e74fd9a0156ad -SHA512 (gtk+-3.24.5.tar.xz) = 344988c9e2a2d7fd2fd1e367a113be7c4a32c28c9cf395aeab923e25256b99856091d1583d3f8557aac6919a930a4d0af69b966486caab559c7d9d22585cc1a1 -Size (gtk+-3.24.5.tar.xz) = 21012108 bytes +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 (patch-aj) = cbfab43f27352f7c6bc57a7c562c2d84c69da07a SHA1 (patch-config.h.in) = dc5f8741eed554f88c0b6834cadad95083e4dc8f SHA1 (patch-configure) = d531b33e52facf960058f1223b70db680da35300 --_----------=_1555581575179410--