From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 1/2] ncdu: Update to version 1.20 Date: Tue, 13 Aug 2024 18:25:57 +0200 Message-ID: <20240813162557.1114541-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9183167565175401237==" List-Id: --===============9183167565175401237== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 1.18.1 to 1.20 - Update of rootfile not required - Changelog 1.20 - Revert default color scheme back to 'off' - Rewrite man page in mdoc, drop pod2man dependency 1.19 - Fix typo in --exclude-from argument - Add --(enable|disable)-natsort options - Add indicator to apparent size/disk usage selection in the footer Signed-off-by: Adolf Belka --- lfs/ncdu | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/lfs/ncdu b/lfs/ncdu index a562cd26e..935e70712 100644 --- a/lfs/ncdu +++ b/lfs/ncdu @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2023 IPFire Team = # +# Copyright (C) 2007-2024 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -27,7 +27,7 @@ include Config =20 SUMMARY =3D NCurses Disk Usage =20 -VER =3D 1.18.1 +VER =3D 1.20 =20 THISAPP =3D ncdu-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -35,7 +35,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D ncdu -PAK_VER =3D 4 +PAK_VER =3D 5 =20 DEPS =3D =20 @@ -49,7 +49,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D fc64ea50cbc7bd2f5b0026ea1e87f18a25693f8ac8eb01468dcbf4= d1185f71c472074217ed3088d9a029239547ce9dffe0fbf4b2d4cd8e0904657bd1e2bf6f84 +$(DL_FILE)_BLAKE2 =3D 0bb6576ecbb3df281c67a48409db2118521760f378defd9c082f73= 2519c9828451b77897ca49e777674ae73a5aac0fd975b94d5a95b1689cd552b5840ac3b5de =20 install : $(TARGET) =20 @@ -82,7 +82,8 @@ $(subst %,%_BLAKE2,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xvf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure --prefix=3D/usr + cd $(DIR_APP) && ./configure \ + --prefix=3D/usr cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) --=20 2.46.0 --===============9183167565175401237==--