Received: by mail.netbsd.org (Postfix, from userid 605) id 69AA084D75; Thu, 23 May 2019 02:13:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E262484D2B for ; Thu, 23 May 2019 02:13:25 +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 aMPwCJEzVqoq for ; Thu, 23 May 2019 02:13:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3862484C81 for ; Thu, 23 May 2019 02:13:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 31D6DFBB7; Thu, 23 May 2019 02:13:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1558577605237480" MIME-Version: 1.0 Date: Thu, 23 May 2019 02:13:25 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/wm/xfce4-wm To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20190523021325.31D6DFBB7@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. --_----------=_1558577605237480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Thu May 23 02:13:25 UTC 2019 Modified Files: pkgsrc/wm/xfce4-wm: Makefile distinfo Removed Files: pkgsrc/wm/xfce4-wm/patches: patch-src_startup__notification.c Log Message: xfce4-wm: update to 4.13.2 4.13.2 ====== - Fix flickering with GLX backend (bug #14564, bug #13519) - Fix monitor geometry with scaled UI (bug #14566) - Fix issue with Android Virtual Device emulator (bug #12206) - Fix XI2 mask (bug #14695, Timo Teras) - Fix preview with shaded windows (bug #14899) - Fix tabwin placement with scaled UI (bug #14931, Jonas Zetterberg) - Add xfconf setting for selecting permanent vblank method - Fix maximization with GTK clients using size increments (bug #13954) - Add style class to tabwin modes (Andre Miranda) - Fix crash/stack smash in startup-notification on some architectures (bug #15028, Martin Husemann) - Avoid crash with button layout setting (bug #14606) - Raise on activate only with raise-on-focus (bug #14656) - Fix use after release of client picture with hidden (bug #14990) - Fix monitor output size update (bug #15085) - Allow transients to be minimized (bug #14953) - Raise all transients together (bug #15303) - Fix menu alignment with scaled UI (Jason Zaman) - Fix a regression where the client would remain visible if closed while cycling (bug #15318) - Withdraw the frame before the client window (bug #15061) - Revert to GLX as default vblank method (bug #15325) - Reduce repaint timeout (bug #14335) - Fix support for 1bpp icons - Use cairo for pixmaps and masks - Allow hiding windows using NET_WM_STATE_HIDDEN (bug #15356, pnd23@telenet.be) - Fix size increment with scaled UI - Various compositor improvements and optimizations with GLX - Check for appropriate XSync version and increase xfwm4 priority - Adjust zoom update based on monitor refresh rate (bug #15391, Alistair Buxton) - Fix window type for broken clients (bug #15399) - Fix pointer enter/leave with decoration buttons (bug #14741) - New default theme - I18n: Update translations: ar, ast, be, bg, bn, ca, cs, da, de, el, en_AU, en_CA, en_GB, es, eu, fi, fr, gl, he, hr, hu, id, is, it, ja, kk, ko, lt, lv, ms, nb, nl, nn, oc, pl, pt, pt_BR, ro, ru, sk, sl, sq, sr, sv, th, tr, ug, uk, ur, ur_PK, zh_CN, zh_HK, zh_TW To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 pkgsrc/wm/xfce4-wm/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/wm/xfce4-wm/distinfo cvs rdiff -u -r1.1 -r0 \ pkgsrc/wm/xfce4-wm/patches/patch-src_startup__notification.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1558577605237480 Content-Disposition: inline Content-Length: 1809 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/wm/xfce4-wm/Makefile diff -u pkgsrc/wm/xfce4-wm/Makefile:1.67 pkgsrc/wm/xfce4-wm/Makefile:1.68 --- pkgsrc/wm/xfce4-wm/Makefile:1.67 Wed Jan 9 01:33:35 2019 +++ pkgsrc/wm/xfce4-wm/Makefile Thu May 23 02:13:24 2019 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.67 2019/01/09 01:33:35 gutteridge Exp $ +# $NetBSD: Makefile,v 1.68 2019/05/23 02:13:24 gutteridge Exp $ -PKGREVISION= 3 .include "../../meta-pkgs/xfce4/Makefile.common" -VERSION= 4.13.1 +VERSION= 4.13.2 DISTNAME= xfwm4-${VERSION} PKGNAME= xfce4-wm-${VERSION} CATEGORIES= wm Index: pkgsrc/wm/xfce4-wm/distinfo diff -u pkgsrc/wm/xfce4-wm/distinfo:1.26 pkgsrc/wm/xfce4-wm/distinfo:1.27 --- pkgsrc/wm/xfce4-wm/distinfo:1.26 Wed Jan 9 01:33:35 2019 +++ pkgsrc/wm/xfce4-wm/distinfo Thu May 23 02:13:24 2019 @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.26 2019/01/09 01:33:35 gutteridge Exp $ +$NetBSD: distinfo,v 1.27 2019/05/23 02:13:24 gutteridge Exp $ -SHA1 (xfwm4-4.13.1.tar.bz2) = 74e367d8b1e37872c3a7c5d0b5a1e0b1195a6228 -RMD160 (xfwm4-4.13.1.tar.bz2) = ca6a598107a1a0bb8ab2e9837a43c25955295754 -SHA512 (xfwm4-4.13.1.tar.bz2) = 2ac5acdefff3a89b8525719b345dfeb2dc71104b4da341afe99d7c57c049753c4cdb81a512d1f344e5fb463c7143673e83316b63888777bdcf254c4a07ca8320 -Size (xfwm4-4.13.1.tar.bz2) = 1224120 bytes +SHA1 (xfwm4-4.13.2.tar.bz2) = dcc5718e44f818fdb9393eab51d53bc035795ed7 +RMD160 (xfwm4-4.13.2.tar.bz2) = 3957e287b7e78477114028aff681302cb1144915 +SHA512 (xfwm4-4.13.2.tar.bz2) = 85440a377cd7034e986b317e35c25ac6d4723bd4c1ce1e6951d8545a44f3c47340952fd0211f55cf19411539be6d86f4c34fca7b2219b0873654a6d311c95055 +Size (xfwm4-4.13.2.tar.bz2) = 1139976 bytes SHA1 (patch-defaults_defaults) = 116409b6ee52344984bf6547c9f6cf06d6d66b92 -SHA1 (patch-src_startup__notification.c) = 1f9abc22d52145b6fef71a9a00ad0eea76b15c6e --_----------=_1558577605237480--