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:           Tue Apr 28 17:33:42 UTC 2020

Modified Files:
        pkgsrc/wm/i3: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/wm/i3/Makefile
cvs rdiff -u -r1.16 -r1.17 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.35 pkgsrc/wm/i3/Makefile:1.36
--- pkgsrc/wm/i3/Makefile:1.35  Tue Mar 10 22:11:07 2020
+++ pkgsrc/wm/i3/Makefile       Tue Apr 28 17:33:42 2020
@@ -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

Index: pkgsrc/wm/i3/distinfo
diff -u pkgsrc/wm/i3/distinfo:1.16 pkgsrc/wm/i3/distinfo:1.17
--- pkgsrc/wm/i3/distinfo:1.16  Wed Feb 26 15:15:44 2020
+++ pkgsrc/wm/i3/distinfo       Tue Apr 28 17:33:42 2020
@@ -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