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:   nia
Date:           Wed Feb 26 15:15:45 UTC 2020

Modified Files:
        pkgsrc/wm/i3: Makefile distinfo

Log Message:
i3: Update to 4.18

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

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

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

  • docs/ipc: document fullscreen_mode in GET_TREE reply
  • docs/ipc: document marks field in GET_TREE reply
  • docs/ipc: document window_type in GET_TREE reply
  • docs/ipc: improve documentation for window_properties
  • docs/userguide: clarify commands/config directive wording
  • layout saving: remanage window after property updates (e.g. titles)
  • get_first_output: prefer primary output (e.g. when moving disabled outputs)
  • ipc: add window_type to nodes
  • ipc: add container id to nodes
  • allow dragging active titles for all container types (e.g. floating+tabbed)
  • allow dragging inactive titles after a 10px threshold
  • make tray icon order deterministic (sorted by class/instance)
  • implement focus next|prev
  • implement focus next|prev sibling
  • implement focus_wrapping workspace
  • exit with exit code 0 on --help
  • exec command: respect command criteria

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

  • build: fix lcov support
  • build: use AC_REPLACE_FUNCS, drop bundled memmem
  • build: fix building with -fno-common (for gcc 10)
  • build: configure: deal with git worktree checkouts, where .git is a file
  • docs/userguide: fix link to pango markup
  • docs/userguide: add missing manipulating_layout anchor
  • docs/userguide: fix IPC socket location
  • i3-nagbar: make debug log visible
  • i3-nagbar: fix small memory leaks
  • i3bar: fix small memory leaks
  • move workspace to output: don’t create duplicate numbered workspace
  • correctly select output when pointer query fails
  • fix moving windows to scratchpad when using marks
  • fix startup workspace selection when workspace command uses options
  • do not try to center floating window on itself (fixes xterm placement)
  • fix “move window to <mark>” when target is a workspace
  • correctly activate windows behind a fullscreen window
  • fix back-and-forth after renaming workspaces
  • keep focus when moving container to marked workspace
  • do not show scratchpad windows upon move to position command
  • reparent windows to their current position when unmanaging
    (fixes dock clients unexpectedly moving to different output)
  • fix crash when moving containers
  • scratchpad_move: un-fullscreen correct container
  • avoid crash when nc->window is NULL

 ┌────────────────────────────┐
 │ Thanks!                    │
 └────────────────────────────┘

Thanks for testing, bugfixes, discussions and everything I forgot go out to:

  acheronfail, Albert Safin, Antoine, Benjamin Dopplinger, Brian Ashworth,
  Damien Cassou, Daniele Varrazzo, David Shen, Erwin J. van Eijk, Ingo Bürk,
  Iskustvo, izzel, Konst Mayer, Orestis Floros, Yury Ignatev

-- Michael Stapelberg, 2020-02-17


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/wm/i3/Makefile
cvs rdiff -u -r1.15 -r1.16 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.32 pkgsrc/wm/i3/Makefile:1.33
--- pkgsrc/wm/i3/Makefile:1.32  Mon Nov  4 21:50:16 2019
+++ pkgsrc/wm/i3/Makefile       Wed Feb 26 15:15:44 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2019/11/04 21:50:16 rillig Exp $
+# $NetBSD: Makefile,v 1.33 2020/02/26 15:15:44 nia Exp $
 
-DISTNAME=      i3-4.17.1
+DISTNAME=      i3-4.18
 CATEGORIES=    wm
 MASTER_SITES=  https://i3wm.org/downloads/
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/wm/i3/distinfo
diff -u pkgsrc/wm/i3/distinfo:1.15 pkgsrc/wm/i3/distinfo:1.16
--- pkgsrc/wm/i3/distinfo:1.15  Sun Oct  6 12:12:05 2019
+++ pkgsrc/wm/i3/distinfo       Wed Feb 26 15:15:44 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.15 2019/10/06 12:12:05 nia Exp $
+$NetBSD: distinfo,v 1.16 2020/02/26 15:15:44 nia Exp $
 
-SHA1 (i3-4.17.1.tar.bz2) = 1834ce349a2aea2fbb0d44d9ed820fa9e1a394ab
-RMD160 (i3-4.17.1.tar.bz2) = 2221eb99eac055570d38293fddc0368a8d46a94c
-SHA512 (i3-4.17.1.tar.bz2) = af397dc1768ea6530e4b2ce8ef21b20ecff8ab9eebf380df224456173eea4c3bacf28b55c8efcdc70f76f0d66543c163564a94cfd66028221ace481fa3c2913f
-Size (i3-4.17.1.tar.bz2) = 1218418 bytes
+SHA1 (i3-4.18.tar.bz2) = 16ec8730ba3265859a6893a9d64fdbecf22065e1
+RMD160 (i3-4.18.tar.bz2) = 1c41c5b915fc049b8acfab8f50ac45cf42a0c267
+SHA512 (i3-4.18.tar.bz2) = 0bbfda7f4b20a92a50ffb6abbfc3f6bfe6bb4c987ad4b5b1791192eb23b8c3389cc9949a699901797370c14de1ff8e12447a3b8ce330ab7d300fafdb60a432ec
+Size (i3-4.18.tar.bz2) = 1218591 bytes
 SHA1 (patch-Makefile.in) = 9908543534c88946dd8a430cd208814cae0a03a1
 SHA1 (patch-src_log.c) = 776031960fc912477f88a943ba99d6128e76c330
 SHA1 (patch-src_main.c) = ee24742f40126f3b4f1c3e145ad19d97a05c2384



Home | Main Index | Thread Index | Old Index