pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/i3 i3: update to 4.21.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/15770222742f
branches:  trunk
changeset: 385813:15770222742f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Sep 26 18:10:59 2022 +0000

description:
i3: update to 4.21.

 ┌──────────────────────────────┐
 │ Release notes for i3 v4.21   │
 └──────────────────────────────┘

This is i3 v4.21. This version is considered stable. All users of i3 are
strongly encouraged to upgrade.

The biggest change in this release is that you can now drag tiling windows
with your mouse (floating windows could already be dragged). For more details
on how to use this feature, please refer to the userguide:

https://i3wm.org/docs/userguide.html#_moving_tiling_containers_with_the_mouse

A big thank you goes out to our core i3 developer Orestis Floros who made this
feature possible, based on previous work from Michael Forster and Tony Crisci!

 ┌────────────────────────────┐
 │ Changes in i3 v4.21        │
 └────────────────────────────┘

  • Allow dragging tiling windows with the mouse
  • Add client.focused_tab_title color option
  • Add support for multiple output names in the focus command,
    allowing users to cycle focus between e.g. VGA1 and LVDS1 but not DVI0.
  • Add a toggle option to the title_window_icon command
  • i3 switched from the obsolete PCRE 8.x regular expression matching
    library to the current PCRE2 10.x version.

 ┌────────────────────────────┐
 │ Bugfixes                   │
 └────────────────────────────┘

  • docs/ipc: document all window_type values
  • docs/userguide: clarify the difference between the “workspace N” and
    “workspace number N” commands
  • i3bar: fix default font not being applied to bars if defined after bar block
  • i3-dmenu-desktop: add backslashes for the exec command,
    which fixes opening some .desktop files (e.g. electrum)
  • i3-sensible-pager: sanitize LESS environment variable to remove -E or -F
  • testsuite: catch i3 crashes instead of hanging on crash
  • Fix logging on machines with 256 GB of RAM
  • Do not replace existing IPC socket on start, to prevent clobbering
    the IPC socket when running i3 within i3 (e.g. in Xepyhr, for development)
  • Refuse to start without a valid IPC socket
  • Fix focus when moving container between outputs with mouse warp and
    focus_follows_mouse
  • Fix endless loop with transient_for windows
  • Fix wrong “failed” IPC reply on move workspace to output
  • Fix WM registration selection (from WM_S_S<screen> to WM_S<screen>)
  • avoid graphics artifacts when changing the layout tree by
    initializing surfaces to all black
  • update parent split con titles when child container swaps position with
    another child container
  • Fix segfault if command in bindsym is empty
  • Fix segfault with explicit mode "default" key bindings
  • Fix crash if config contains nested variables.
  • strip trailing whitespace in bar output names
  • Fix crash with long commands
  • Fix changing borders by restoring BS_NORMAL _MOTIF_WM_HINTS correctly

diffstat:

 wm/i3/Makefile |  7 +++----
 wm/i3/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (38 lines):

diff -r 6f58880e96ea -r 15770222742f wm/i3/Makefile
--- a/wm/i3/Makefile    Mon Sep 26 18:02:31 2022 +0000
+++ b/wm/i3/Makefile    Mon Sep 26 18:10:59 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2022/08/09 12:08:31 jperkin Exp $
+# $NetBSD: Makefile,v 1.51 2022/09/26 18:10:59 wiz Exp $
 
-DISTNAME=      i3-4.20.1
-PKGREVISION=   2
+DISTNAME=      i3-4.21
 CATEGORIES=    wm
 MASTER_SITES=  https://i3wm.org/downloads/
 EXTRACT_SUFX=  .tar.xz
@@ -33,7 +32,7 @@
 .include "../../devel/meson/build.mk"
 .include "../../devel/libev/buildlink3.mk"
 .include "../../devel/pango/buildlink3.mk"
-.include "../../devel/pcre/buildlink3.mk"
+.include "../../devel/pcre2/buildlink3.mk"
 .include "../../devel/yajl/buildlink3.mk"
 .include "../../graphics/cairo/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
diff -r 6f58880e96ea -r 15770222742f wm/i3/distinfo
--- a/wm/i3/distinfo    Mon Sep 26 18:02:31 2022 +0000
+++ b/wm/i3/distinfo    Mon Sep 26 18:10:59 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.27 2021/11/07 13:07:41 wiz Exp $
+$NetBSD: distinfo,v 1.28 2022/09/26 18:10:59 wiz Exp $
 
-BLAKE2s (i3-4.20.1.tar.xz) = abc705b39b5b3d217ef89aae65f802b288def244bec4824c9d06031d5ca10e66
-SHA512 (i3-4.20.1.tar.xz) = c0f6b991d46180ca470cbb7ab4cf5492552beb9dbf2631c61c8d92d0647106885481962381682e9129f3993d70bc6e5de506da1d32c3710fca64a66d51e8c8ce
-Size (i3-4.20.1.tar.xz) = 1284984 bytes
+BLAKE2s (i3-4.21.tar.xz) = a3201e84596ceb9158b24abce1fec47c1c2ad91e8131595e442fb785176e28bb
+SHA512 (i3-4.21.tar.xz) = db56d93850b0cbc8352f5762d9596d38a641e4cf7330cf0afd3778c41a8ed140bbbed3e5419023b1bf3dcc1c470da40018aac9bf684b18d02c12ffe886d29193
+Size (i3-4.21.tar.xz) = 1294968 bytes
 SHA1 (patch-etc_config) = d3f649e8d4dc7cae7eb3c1548fa8d81224e4dacb
 SHA1 (patch-etc_config.keycodes) = 6adde0b3a56576805facd951fa9d32bfd6c88011
 SHA1 (patch-meson.build) = 013ac42f10aeb1ad05b5496f6283878e53506c46


Home | Main Index | Thread Index | Old Index