Source-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.18.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/907a08fc4d3e
branches:  trunk
changeset: 428521:907a08fc4d3e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Apr 28 17:33:42 2020 +0000

description:
i3: update to 4.18.1.

  • Move parent nodes in scratchpad correctly
  • i3bar: Call cont_child() more liberally
  • Fix load_layout crash when floating node doesn't have CT_FLOATING_CON parent
  • Fix SEGFAULT when i3bar receives invalid input
  • Revert "floating_reposition: avoid extra tree_render"
  • Call tree_render if floating move changes workspace
  • Update EWMH properties on workspace move
  • cmd_focus_sibling: Fix crash on workspace level

diffstat:

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

diffs (31 lines):

diff -r 45484fb3136d -r 907a08fc4d3e wm/i3/Makefile
--- a/wm/i3/Makefile    Tue Apr 28 17:32:07 2020 +0000
+++ b/wm/i3/Makefile    Tue Apr 28 17:33:42 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2020/03/10 22:11:07 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2020/04/28 17:33:42 wiz Exp $
 
-DISTNAME=      i3-4.18
-PKGREVISION=   2
+DISTNAME=      i3-4.18.1
 CATEGORIES=    wm
 MASTER_SITES=  https://i3wm.org/downloads/
 EXTRACT_SUFX=  .tar.bz2
diff -r 45484fb3136d -r 907a08fc4d3e wm/i3/distinfo
--- a/wm/i3/distinfo    Tue Apr 28 17:32:07 2020 +0000
+++ b/wm/i3/distinfo    Tue Apr 28 17:33:42 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.16 2020/02/26 15:15:44 nia Exp $
+$NetBSD: distinfo,v 1.17 2020/04/28 17:33:42 wiz Exp $
 
-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 (i3-4.18.1.tar.bz2) = 7a9d3fb235ca9916065751b9bfe2307c25875e7c
+RMD160 (i3-4.18.1.tar.bz2) = d3eb88594c6a6ec9b594473e9b9788632c65d673
+SHA512 (i3-4.18.1.tar.bz2) = b001f539b1daf78be6dd9335a7c0474d30f8d969f79d131391ebd9ca310a058a1cc1234e4a9e60552efd520fc4983571f3c0b8cbd7be978e45957daaf86b3e90
+Size (i3-4.18.1.tar.bz2) = 1217703 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