pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/xfce4-wm xfce4-wm: update to 4.13.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f974b4e872dc
branches:  trunk
changeset: 334300:f974b4e872dc
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Thu May 23 02:13:24 2019 +0000

description:
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@localhost)
 - 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

diffstat:

 wm/xfce4-wm/Makefile                                  |   5 +--
 wm/xfce4-wm/distinfo                                  |  11 +++----
 wm/xfce4-wm/patches/patch-src_startup__notification.c |  26 -------------------
 3 files changed, 7 insertions(+), 35 deletions(-)

diffs (62 lines):

diff -r 48af9b624889 -r f974b4e872dc wm/xfce4-wm/Makefile
--- a/wm/xfce4-wm/Makefile      Thu May 23 02:03:35 2019 +0000
+++ b/wm/xfce4-wm/Makefile      Thu May 23 02:13:24 2019 +0000
@@ -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 -r 48af9b624889 -r f974b4e872dc wm/xfce4-wm/distinfo
--- a/wm/xfce4-wm/distinfo      Thu May 23 02:03:35 2019 +0000
+++ b/wm/xfce4-wm/distinfo      Thu May 23 02:13:24 2019 +0000
@@ -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 -r 48af9b624889 -r f974b4e872dc wm/xfce4-wm/patches/patch-src_startup__notification.c
--- a/wm/xfce4-wm/patches/patch-src_startup__notification.c     Thu May 23 02:03:35 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 +



Home | Main Index | Thread Index | Old Index