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.16.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7e88adbcc664
branches:  trunk
changeset: 770409:7e88adbcc664
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Tue Nov 30 14:13:29 2021 +0000

description:
xfce4-wm: update to 4.16.1

Change log:

4.16.1
======

- Catch more XErrors (#476, #486)
- Untile window before switching to fullscreen (#478)
- Allow interactive resizing with any keyboard modifier (#487)
- Do not prefer Xpresent on AMD/Radeon (#490)
- Use g_info/g_print instead of g_message for some message
- I18n: Update translation:
  ast, be, be@tarask, cs, el, et, eu, fi, he, hr, hu, ie, pl, pt_BR, zh_TW.

4.16.0
======
- common: Avoid zero refresh rate for monitor
- hints: Protect against XError from XGetTransientFor()
- netwm: Allow above/below only for regular windows
- netwm: Mark splashscreen as transient for groups
- client: Complete client state even on different workspaces
- build: Increase GTK+ requirement to 3.22
- Add `cycle_minimized` option
- compositor: Release overlay window last
- compositor: Free GLX data when really using GLX
- compositor: Remove useless trace message
- compositor: Release current GLX context on teardown
- display: Remove custom XError handler
- compositor: Check for XError when adding windows
- compositor: Trap XErrors when disabling compositor
- main: Enable compositor by default
- compositor: Remove automatic redirect support
- main: Add short command line options
- main: Add debug command line option
- pixmap: Use a safer strncpy()
- settings: Fix compiler warning
- Remove useless autotools macros and Makefile targets
- Use --enable-debug=yes when compiling from git
- Revert "compositor: Do not damage on opaque region update"
- themes: Use smaller, lighter shadows
- compositor: Check if compositor is enabled
- compositor: Avoid XError when disabling compositor
- compositor: Warn for missing epoxy GL function
- netwm: Do not raise window if activate is set to none
- Remove GSourceFunc casts
- compositor: Fix build with older epoxy versions
- settings: Add 'Always on top' to the double click action
- Settings: Remove default alphabetical sorting of keyboard shortcuts
  Closes: #451 (Disable initial sorting of keyboard shortcuts)
- compositor: Handle XFixes XError
- compositor: Add support for GL_ARB_sync
- compositor: Return early if a Present swap is pending
- debug: Fix build in debug mode
- compositor: Fix compilation issue with Xpresent
- compositor: Log fence and GLX swap time in debug mode
- compositor: Move fence sync to redraw_glx
- compositor: Move fence triggered to its own function
- compositor: Set swap control if possible
- compositor: Adjust to the actual number of buffers
- compositor: Use a GLX drawable per buffer
- client: Allow transients for group to be minimized
- settings: Add a UI option for desktop zooming
- themes: Remove title shadow
- themes: Adjust shadows size/opacity
- client: Make above/below consistent
- compositor: Limit damage region to the screen
- compositor: Optimize repaint without vblank
- compositor: Only accumulate damage with multiple buffers
- compositor: Copy entire content for GLX buffers
- xsync: Handle XError
- compositor: Ignore opaque region for shaded windows
- compositor: Clip opaque region against window shape
- client: Protect against XError in XKillClient()
- compositor: Do not damage on opaque region update
- compositor: Opaque region applies to client window
- compositor: Reuse client size
- client: Toggle tiling on key shortcut
- client: Small cleanup
- Add README.md to EXTRA_DIST
- client: Keep tiled size of windows
- compositor: No need to update compositor window on configure
- compositor: Limit opaque region clipping to window extents
- compositor: Damage on opaque region update only if visible
- client: Send synthetic configure on force redraw
- Post release tag bump
- Translation Updates:
  Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Belarusian
  (Tarask), Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong
  Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern
  Armenian, English (Australia), English (Canada), English (United
  Kingdom), Estonian, Finnish, French, Galician, Georgian, German,
  Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue,
  Italian, Japanese, Kazakh, Korean, Latvian, Lithuanian, Malay,
  Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Persian
  (Iran), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian,
  Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish,
  Ukrainian, Urdu, Urdu (Pakistan), Uyghur

4.15.3
======

- Fix opaque regions leaving trails of unpainted areas

4.15.2
======

- Add support for opaque regions in the compositor
- Make cursor zoom optional (xfce/xfwm4#439)
- Remove the deprecated options "--daemon" (Pablo Mazzini)
- Disable Xi2 support by default
- Add column sorting in settings
- Optimize window matching in the compositor with a hash table (Michael
  Banack)
- Add more XErrors traps
- I18n: Updated translations: ar, ast, be, be@tarask, bg, bn, ca, cs, da,
  de, el, en_AU, en_CA, en_GB, es, et, eu, fa_IR, fi, fr, gl, he, hr, hu,
  hy_AM, hye, id, ie, is, it, ja, ka, 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,
  vi, zh_CN, zh_HK, zh_TW
  New translations: be@tarask, fa_IR, hye, ka

4.15.1
======

- Fix an error leak in compositor (xfce/xfwm4#351)
- Fix compositor selection atom misuse
- Prefer zero initialized memory allocation functions
- Use g_slice allocator for compositor windows

4.15.0
======

- First 4.15.x development release
- Show tabwin only on primary monitor if set
- All fixes and i18n as found in 4.14.4

diffstat:

 wm/xfce4-wm/Makefile                 |   5 ++---
 wm/xfce4-wm/PLIST                    |  20 +++++++++++++-------
 wm/xfce4-wm/distinfo                 |   9 ++++-----
 wm/xfce4-wm/patches/patch-src_misc.c |  16 ----------------
 4 files changed, 19 insertions(+), 31 deletions(-)

diffs (107 lines):

diff -r af484cc82365 -r 7e88adbcc664 wm/xfce4-wm/Makefile
--- a/wm/xfce4-wm/Makefile      Tue Nov 30 14:10:57 2021 +0000
+++ b/wm/xfce4-wm/Makefile      Tue Nov 30 14:13:29 2021 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.84 2021/01/19 02:46:19 gutteridge Exp $
+# $NetBSD: Makefile,v 1.85 2021/11/30 14:13:29 gutteridge Exp $
 
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-VERSION=       4.14.6
+VERSION=       4.16.1
 DISTNAME=      xfwm4-${VERSION}
 PKGNAME=       xfce4-wm-${VERSION}
 CATEGORIES=    wm
@@ -13,7 +13,6 @@
 
 .include "../../devel/libwnck3/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../x11/gtk3/buildlink3.mk"
 .include "../../x11/libXdamage/buildlink3.mk"
 .include "../../x11/libXfixes/buildlink3.mk"
 .include "../../x11/libXpresent/buildlink3.mk"
diff -r af484cc82365 -r 7e88adbcc664 wm/xfce4-wm/PLIST
--- a/wm/xfce4-wm/PLIST Tue Nov 30 14:10:57 2021 +0000
+++ b/wm/xfce4-wm/PLIST Tue Nov 30 14:13:29 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.24 2020/09/12 00:18:59 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.25 2021/11/30 14:13:29 gutteridge Exp $
 bin/xfwm4
 bin/xfwm4-settings
 bin/xfwm4-tweaks-settings
@@ -7,6 +7,12 @@
 share/applications/xfce-wm-settings.desktop
 share/applications/xfce-wmtweaks-settings.desktop
 share/applications/xfce-workspaces-settings.desktop
+share/icons/hicolor/128x128/apps/org.xfce.workspaces.png
+share/icons/hicolor/128x128/apps/org.xfce.xfwm4-tweaks.png
+share/icons/hicolor/128x128/apps/org.xfce.xfwm4.png
+share/icons/hicolor/16x16/apps/org.xfce.workspaces.png
+share/icons/hicolor/16x16/apps/org.xfce.xfwm4-tweaks.png
+share/icons/hicolor/16x16/apps/org.xfce.xfwm4.png
 share/icons/hicolor/22x22/actions/xfce-wm-close.png
 share/icons/hicolor/22x22/actions/xfce-wm-maximize.png
 share/icons/hicolor/22x22/actions/xfce-wm-menu.png
@@ -16,10 +22,10 @@
 share/icons/hicolor/22x22/actions/xfce-wm-unmaximize.png
 share/icons/hicolor/22x22/actions/xfce-wm-unshade.png
 share/icons/hicolor/22x22/actions/xfce-wm-unstick.png
-share/icons/hicolor/48x48/apps/wmtweaks.png
-share/icons/hicolor/48x48/apps/xfce4-workspaces.png
+share/icons/hicolor/48x48/apps/org.xfce.workspaces.png
+share/icons/hicolor/48x48/apps/org.xfce.xfwm4-tweaks.png
+share/icons/hicolor/48x48/apps/org.xfce.xfwm4.png
 share/icons/hicolor/48x48/apps/xfwm4-default.png
-share/icons/hicolor/48x48/apps/xfwm4.png
 share/icons/hicolor/scalable/actions/xfce-wm-close.svg
 share/icons/hicolor/scalable/actions/xfce-wm-maximize.svg
 share/icons/hicolor/scalable/actions/xfce-wm-menu.svg
@@ -29,10 +35,10 @@
 share/icons/hicolor/scalable/actions/xfce-wm-unmaximize.svg
 share/icons/hicolor/scalable/actions/xfce-wm-unshade.svg
 share/icons/hicolor/scalable/actions/xfce-wm-unstick.svg
-share/icons/hicolor/scalable/apps/wmtweaks.svg
-share/icons/hicolor/scalable/apps/xfce4-workspaces.svg
+share/icons/hicolor/scalable/apps/org.xfce.workspaces.svg
+share/icons/hicolor/scalable/apps/org.xfce.xfwm4-tweaks.svg
+share/icons/hicolor/scalable/apps/org.xfce.xfwm4.svg
 share/icons/hicolor/scalable/apps/xfwm4-default.svg
-share/icons/hicolor/scalable/apps/xfwm4.svg
 share/locale/am/LC_MESSAGES/xfwm4.mo
 share/locale/ar/LC_MESSAGES/xfwm4.mo
 share/locale/ast/LC_MESSAGES/xfwm4.mo
diff -r af484cc82365 -r 7e88adbcc664 wm/xfce4-wm/distinfo
--- a/wm/xfce4-wm/distinfo      Tue Nov 30 14:10:57 2021 +0000
+++ b/wm/xfce4-wm/distinfo      Tue Nov 30 14:13:29 2021 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.36 2021/10/26 11:25:21 nia Exp $
+$NetBSD: distinfo,v 1.37 2021/11/30 14:13:29 gutteridge Exp $
 
-BLAKE2s (xfwm4-4.14.6.tar.bz2) = e522f7a42261eeb4eea869ce70aafdceb98897caf41457b71536be717c77b6e3
-SHA512 (xfwm4-4.14.6.tar.bz2) = 1e3cc3e976250e311607d12e1a51047132584d6e8cd8979e3d5a85a3cc49e420453e3812b2d8a8f6268f3d6f1b44f4df2b57b7e1395d02ec63ae82a55bb9d4ee
-Size (xfwm4-4.14.6.tar.bz2) = 1167818 bytes
+BLAKE2s (xfwm4-4.16.1.tar.bz2) = d2d49cf0061b1933450c9a790852bb846a17b7b6c62accebb0000fc50fbfe585
+SHA512 (xfwm4-4.16.1.tar.bz2) = f0d5d00e58202457d0d7d5f9772e7b2aa3f3339850065609baab7d379248a628d147464cc605698970134b87d58b7867b8c09d0a3a45ab84b2f3aa95be26f0b9
+Size (xfwm4-4.16.1.tar.bz2) = 1201722 bytes
 SHA1 (patch-defaults_defaults) = 116409b6ee52344984bf6547c9f6cf06d6d66b92
-SHA1 (patch-src_misc.c) = 9536fd9111712d96575c383bf5f88626ad741a9e
diff -r af484cc82365 -r 7e88adbcc664 wm/xfce4-wm/patches/patch-src_misc.c
--- a/wm/xfce4-wm/patches/patch-src_misc.c      Tue Nov 30 14:10:57 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-src_misc.c,v 1.1 2020/01/02 17:00:14 gutteridge Exp $
-
-Disable broken TRACE() call.
-https://bugzilla.xfce.org/show_bug.cgi?id=16329
-
---- src/misc.c.orig    2019-08-11 20:53:12.000000000 +0000
-+++ src/misc.c
-@@ -51,7 +51,7 @@ getMouseXY (ScreenInfo *screen_info, gin
-     guint mask;
-     gint x1, y1;
- 
--    TRACE ("window (0x%lx)", w);
-+    /* TRACE ("window (0x%lx)", w); */
- 
-     myDisplayErrorTrapPush (screen_info->display_info);
-     XQueryPointer (myScreenGetXDisplay (screen_info), screen_info->xroot, &w1, &w2, &x1, &y1, x2, y2, &mask);



Home | Main Index | Thread Index | Old Index