From 7f356bde50f2f307de449be68b96559bed036048 Mon Sep 17 00:00:00 2001 From: gutteridge Date: Thu, 23 May 2019 02:13:24 +0000 Subject: 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 --- wm/xfce4-wm/Makefile | 5 ++--- wm/xfce4-wm/distinfo | 11 +++++---- .../patches/patch-src_startup__notification.c | 26 ---------------------- 3 files changed, 7 insertions(+), 35 deletions(-) delete mode 100644 wm/xfce4-wm/patches/patch-src_startup__notification.c diff --git a/wm/xfce4-wm/Makefile b/wm/xfce4-wm/Makefile index 1f179ae04b8..cce23e0048d 100644 --- a/wm/xfce4-wm/Makefile +++ b/wm/xfce4-wm/Makefile @@ -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 diff --git a/wm/xfce4-wm/distinfo b/wm/xfce4-wm/distinfo index 70ffffcd57c..b986f19c247 100644 --- a/wm/xfce4-wm/distinfo +++ b/wm/xfce4-wm/distinfo @@ -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 diff --git a/wm/xfce4-wm/patches/patch-src_startup__notification.c b/wm/xfce4-wm/patches/patch-src_startup__notification.c deleted file mode 100644 index 7dc538c49eb..00000000000 --- a/wm/xfce4-wm/patches/patch-src_startup__notification.c +++ /dev/null @@ -1,26 +0,0 @@ -$NetBSD: patch-src_startup__notification.c,v 1.1 2019/01/09 01:33:35 gutteridge Exp $ - -Crash fixer from Martin Husemann in PR pkg/53396: -sn_startup_sequence_get_last_active_time takes two long pointer -arguments, but xfce4-wm passes pointers to may-be-different types. - ---- src/startup_notification.c.orig 2018-07-29 13:08:54.000000000 +0000 -+++ src/startup_notification.c -@@ -128,6 +128,7 @@ sn_collect_timed_out_foreach (void *elem - SnStartupSequence *sequence; - time_t tv_sec; - suseconds_t tv_usec; -+ long l_sec, l_usec; - double elapsed; - - g_return_if_fail (data != NULL); -@@ -135,7 +136,8 @@ sn_collect_timed_out_foreach (void *elem - - sequence = element; - ctod = (CollectTimedOutData *) data; -- sn_startup_sequence_get_last_active_time (sequence, &tv_sec, &tv_usec); -+ sn_startup_sequence_get_last_active_time (sequence, &l_sec, &l_usec); -+ tv_sec = l_sec; tv_usec = l_sec; - - elapsed = - ((((double) ctod->now.tv_sec - tv_sec) * G_USEC_PER_SEC + -- cgit v1.2.3