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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/af71d056f799
branches:  trunk
changeset: 391525:af71d056f799
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 09 13:26:42 2023 +0000

description:
i3: update to 4.22.

The biggest change in this release is the merge of the i3-gaps fork.
The i3-gaps fork was the most popular fork of i3, adding the option to
show gaps between tiled windows and/or the screen edges.

See https://i3wm.org/docs/userguide.html#gaps for more details.

Instead of maintaining two versions of i3 (both upstream and downstream,
meaning in Linux distributions and other package collections),
we concluded it would be better for everyone to merge this feature.

For users of i3: gaps are off by default, so there is no change in behavior.
For users of i3-gaps: the configuration is compatible, so you can switch
to i3 v4.22 or newer, without any changes in behavior.

Thanks to Ingo Bürk for maintaining i3-gaps for many years,
for becoming a core i3 maintainer and for helping make this merge possible!

diffstat:

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

diffs (45 lines):

diff -r 14362ac0f2fd -r af71d056f799 wm/i3/Makefile
--- a/wm/i3/Makefile    Mon Jan 09 13:25:20 2023 +0000
+++ b/wm/i3/Makefile    Mon Jan 09 13:26:42 2023 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.52 2022/10/30 11:28:08 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2023/01/09 13:26:42 wiz Exp $
 
-DISTNAME=      i3-4.21.1
+DISTNAME=      i3-4.22
 CATEGORIES=    wm
 MASTER_SITES=  https://i3wm.org/downloads/
 EXTRACT_SUFX=  .tar.xz
diff -r 14362ac0f2fd -r af71d056f799 wm/i3/PLIST
--- a/wm/i3/PLIST       Mon Jan 09 13:25:20 2023 +0000
+++ b/wm/i3/PLIST       Mon Jan 09 13:26:42 2023 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2021/09/12 07:22:47 nia Exp $
+@comment $NetBSD: PLIST,v 1.7 2023/01/09 13:26:42 wiz Exp $
 bin/i3
 bin/i3-config-wizard
 bin/i3-dmenu-desktop
@@ -31,6 +31,7 @@
 share/doc/i3/LICENSE
 share/doc/i3/bigpicture.png
 share/doc/i3/debugging.html
+share/doc/i3/gaps1920.png
 share/doc/i3/hacking-howto.html
 share/doc/i3/i3-sync-working.png
 share/doc/i3/i3-sync.png
diff -r 14362ac0f2fd -r af71d056f799 wm/i3/distinfo
--- a/wm/i3/distinfo    Mon Jan 09 13:25:20 2023 +0000
+++ b/wm/i3/distinfo    Mon Jan 09 13:26:42 2023 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.29 2022/10/30 11:28:08 wiz Exp $
+$NetBSD: distinfo,v 1.30 2023/01/09 13:26:42 wiz Exp $
 
-BLAKE2s (i3-4.21.1.tar.xz) = e2f37eefcbd2399b2c4fa71287187672c0d00e139dcfd8aec409cd8fa38109bb
-SHA512 (i3-4.21.1.tar.xz) = 9656b302d6654f38c48bfa1d97a89eaf3ed395027039b6903005d81a9e95d2c4aeba561cf8d1aa36962ba9975996f133ce4298132cddde0f70ba36f57af3197d
-Size (i3-4.21.1.tar.xz) = 1297400 bytes
+BLAKE2s (i3-4.22.tar.xz) = e06cbae42301e72b96643637f7056eccf2cb72c22d7d3371e38837c96c896fe6
+SHA512 (i3-4.22.tar.xz) = 4e4536fb4108e92a1c918b5869232c0f7eb0feca2d3a49ba87250b970df0614cfe256d1e41fbd825a81c43b82898651e5d3fc11ca8101978916754dfa885266a
+Size (i3-4.22.tar.xz) = 1349276 bytes
 SHA1 (patch-etc_config) = d3f649e8d4dc7cae7eb3c1548fa8d81224e4dacb
 SHA1 (patch-etc_config.keycodes) = 6adde0b3a56576805facd951fa9d32bfd6c88011
 SHA1 (patch-meson.build) = 013ac42f10aeb1ad05b5496f6283878e53506c46



Home | Main Index | Thread Index | Old Index