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:           Wed Nov 20 13:15:06 UTC 2024

Modified Files:
        pkgsrc/wm/i3: Makefile distinfo

Log Message:
i3: update to 4.24.

Aside from a number of bug fixes and detail improvements, the tiling drag
feature has been extended to allow swapping containers with the mouse.


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/wm/i3/Makefile
cvs rdiff -u -r1.32 -r1.33 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.60 pkgsrc/wm/i3/Makefile:1.61
--- pkgsrc/wm/i3/Makefile:1.60  Sun Apr  7 07:35:08 2024
+++ pkgsrc/wm/i3/Makefile       Wed Nov 20 13:15:06 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.60 2024/04/07 07:35:08 wiz Exp $
+# $NetBSD: Makefile,v 1.61 2024/11/20 13:15:06 wiz Exp $
 
-DISTNAME=      i3-4.23
-PKGREVISION=   4
+DISTNAME=      i3-4.24
 CATEGORIES=    wm
 MASTER_SITES=  https://i3wm.org/downloads/
 EXTRACT_SUFX=  .tar.xz
@@ -11,9 +10,15 @@ HOMEPAGE=    https://i3wm.org/
 COMMENT=       Improved dynamic tiling window manager
 LICENSE=       modified-bsd
 
+# for i3-save-tree
+DEPENDS+=      p5-AnyEvent-I3>=0.12:../../wm/p5-AnyEvent-I3
+DEPENDS+=      p5-JSON-XS-[0-9]*:../../converters/p5-JSON-XS
+
 GNU_CONFIGURE= yes
 USE_TOOLS+=    bash pkg-config perl:run
-USE_LANGUAGES= c99
+USE_LANGUAGES= c
+
+USE_CC_FEATURES+=      c99
 
 CFLAGS.SunOS+= -D__EXTENSIONS__
 LDFLAGS.SunOS+=        -lgen -lsocket

Index: pkgsrc/wm/i3/distinfo
diff -u pkgsrc/wm/i3/distinfo:1.32 pkgsrc/wm/i3/distinfo:1.33
--- pkgsrc/wm/i3/distinfo:1.32  Mon Nov  6 11:08:52 2023
+++ pkgsrc/wm/i3/distinfo       Wed Nov 20 13:15:06 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.32 2023/11/06 11:08:52 nia Exp $
+$NetBSD: distinfo,v 1.33 2024/11/20 13:15:06 wiz Exp $
 
-BLAKE2s (i3-4.23.tar.xz) = 7cba7fdc4ccd2898f5409597ecff55b5045cab6edf2d858ccb79309316f9e2ff
-SHA512 (i3-4.23.tar.xz) = 342bd6e9ff952dd2408c9af6e79e0279cb5e7388a510dd461be84a82a5fbedb92fa35065d4b76fd88e392026f2eb4979160891ae468f421935fe5922f58a66ba
-Size (i3-4.23.tar.xz) = 1354628 bytes
+BLAKE2s (i3-4.24.tar.xz) = 14bd55d76c933b89e58ae786dbbc3d2cf7655022a72ada5f50025e92b64ff9fd
+SHA512 (i3-4.24.tar.xz) = 0fddf0f73025ed784b82d274f147f730abb42a00e70684567943acbe941a3329919c76e9f08888c9ee71cc3aaf55e5be3104682481711a5c6aa112d53e511a23
+Size (i3-4.24.tar.xz) = 1358292 bytes
 SHA1 (patch-etc_config) = d3f649e8d4dc7cae7eb3c1548fa8d81224e4dacb
 SHA1 (patch-etc_config.keycodes) = 6adde0b3a56576805facd951fa9d32bfd6c88011
 SHA1 (patch-meson.build) = 013ac42f10aeb1ad05b5496f6283878e53506c46



Home | Main Index | Thread Index | Old Index