pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/i3



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Nov  3 08:31:40 UTC 2023

Modified Files:
        pkgsrc/wm/i3: Makefile PLIST distinfo

Log Message:
i3: update to 4.23.

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

The biggest feature of this release is i3bar�s workspace button
protocol, which allows the workspace_command program or script to
filter, re-arrange, or otherwise customize the displayed workspaces:
https://i3wm.org/docs/i3bar-workspace-protocol.html

Changes in i3 v4.23

- docs/userguide: add an example for negative lookaheads
- docs/userguide: fix default binding mistake
- docs/userguide: add link to tiling drag
- docs/hacking-howto: update build instructions, startup
- docs/debugging: add note about ptrace
- man/i3: remove outdated I3SOCK description
- all: build with -D_FORTIFY_SOURCE=3
- i3bar: fix configuring bars on “output nonprimary”
- i3bar: implement workspace button protocol
- add “focus workspace” command
- allow switching workspaces when in global fullscreen mode
- exec: single-fork instead of double-forking
- share X11 graphics context (GC) globally

Bugfixes

- fix regression with i3bar's output nonprimary
- fix top border resizing on tiling windows
- fix workspace not being focused on title bar scroll
- fix mouse bindings in modes
- fix crashes when using machine criterion
- fix for_window not working with urgency flags
- motif hints: respect maximum border style in append_layout


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/wm/i3/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/wm/i3/PLIST
cvs rdiff -u -r1.30 -r1.31 pkgsrc/wm/i3/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/wm/i3/Makefile
diff -u pkgsrc/wm/i3/Makefile:1.54 pkgsrc/wm/i3/Makefile:1.55
--- pkgsrc/wm/i3/Makefile:1.54  Sun Jan 29 21:17:59 2023
+++ pkgsrc/wm/i3/Makefile       Fri Nov  3 08:31:40 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.54 2023/01/29 21:17:59 ryoon Exp $
+# $NetBSD: Makefile,v 1.55 2023/11/03 08:31:40 wiz Exp $
 
-DISTNAME=      i3-4.22
-PKGREVISION=   1
+DISTNAME=      i3-4.23
 CATEGORIES=    wm
 MASTER_SITES=  https://i3wm.org/downloads/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/wm/i3/PLIST
diff -u pkgsrc/wm/i3/PLIST:1.7 pkgsrc/wm/i3/PLIST:1.8
--- pkgsrc/wm/i3/PLIST:1.7      Mon Jan  9 13:26:42 2023
+++ pkgsrc/wm/i3/PLIST  Fri Nov  3 08:31:40 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2023/01/09 13:26:42 wiz Exp $
+@comment $NetBSD: PLIST,v 1.8 2023/11/03 08:31:40 wiz Exp $
 bin/i3
 bin/i3-config-wizard
 bin/i3-dmenu-desktop
@@ -36,6 +36,7 @@ share/doc/i3/hacking-howto.html
 share/doc/i3/i3-sync-working.png
 share/doc/i3/i3-sync.png
 share/doc/i3/i3bar-protocol.html
+share/doc/i3/i3bar-workspace-protocol.html
 share/doc/i3/ipc.html
 share/doc/i3/keyboard-layer1.png
 share/doc/i3/keyboard-layer2.png

Index: pkgsrc/wm/i3/distinfo
diff -u pkgsrc/wm/i3/distinfo:1.30 pkgsrc/wm/i3/distinfo:1.31
--- pkgsrc/wm/i3/distinfo:1.30  Mon Jan  9 13:26:42 2023
+++ pkgsrc/wm/i3/distinfo       Fri Nov  3 08:31:40 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.30 2023/01/09 13:26:42 wiz Exp $
+$NetBSD: distinfo,v 1.31 2023/11/03 08:31:40 wiz Exp $
 
-BLAKE2s (i3-4.22.tar.xz) = e06cbae42301e72b96643637f7056eccf2cb72c22d7d3371e38837c96c896fe6
-SHA512 (i3-4.22.tar.xz) = 4e4536fb4108e92a1c918b5869232c0f7eb0feca2d3a49ba87250b970df0614cfe256d1e41fbd825a81c43b82898651e5d3fc11ca8101978916754dfa885266a
-Size (i3-4.22.tar.xz) = 1349276 bytes
+BLAKE2s (i3-4.23.tar.xz) = 7cba7fdc4ccd2898f5409597ecff55b5045cab6edf2d858ccb79309316f9e2ff
+SHA512 (i3-4.23.tar.xz) = 342bd6e9ff952dd2408c9af6e79e0279cb5e7388a510dd461be84a82a5fbedb92fa35065d4b76fd88e392026f2eb4979160891ae468f421935fe5922f58a66ba
+Size (i3-4.23.tar.xz) = 1354628 bytes
 SHA1 (patch-etc_config) = d3f649e8d4dc7cae7eb3c1548fa8d81224e4dacb
 SHA1 (patch-etc_config.keycodes) = 6adde0b3a56576805facd951fa9d32bfd6c88011
 SHA1 (patch-meson.build) = 013ac42f10aeb1ad05b5496f6283878e53506c46



Home | Main Index | Thread Index | Old Index