public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH 1/2] ncdu: Update to version 1.20
Date: Tue, 13 Aug 2024 18:29:53 +0200	[thread overview]
Message-ID: <3e87731b-30dc-41a5-8df5-ae4574cd5e97@ipfire.org> (raw)
In-Reply-To: <20240813162557.1114541-1-adolf.belka@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 2821 bytes --]

Ignore this patch. It should not have been a 1 of 2 patch.

I will resend out.

This version has been dropped in patchwork.

Regards,
Adolf.

On 13/08/2024 18:25, Adolf Belka wrote:
> - 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 <adolf.belka(a)ipfire.org>
> ---
>   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  <info(a)ipfire.org>                     #
> +# Copyright (C) 2007-2024  IPFire Team  <info(a)ipfire.org>                     #
>   #                                                                             #
>   # 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
>   
>   SUMMARY    = NCurses Disk Usage
>   
> -VER        = 1.18.1
> +VER        = 1.20
>   
>   THISAPP    = ncdu-$(VER)
>   DL_FILE    = $(THISAPP).tar.gz
> @@ -35,7 +35,7 @@ DL_FROM    = $(URL_IPFIRE)
>   DIR_APP    = $(DIR_SRC)/$(THISAPP)
>   TARGET     = $(DIR_INFO)/$(THISAPP)
>   PROG       = ncdu
> -PAK_VER    = 4
> +PAK_VER    = 5
>   
>   DEPS	    =
>   
> @@ -49,7 +49,7 @@ objects = $(DL_FILE)
>   
>   $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>   
> -$(DL_FILE)_BLAKE2 = fc64ea50cbc7bd2f5b0026ea1e87f18a25693f8ac8eb01468dcbf4d1185f71c472074217ed3088d9a029239547ce9dffe0fbf4b2d4cd8e0904657bd1e2bf6f84
> +$(DL_FILE)_BLAKE2 = 0bb6576ecbb3df281c67a48409db2118521760f378defd9c082f732519c9828451b77897ca49e777674ae73a5aac0fd975b94d5a95b1689cd552b5840ac3b5de
>   
>   install : $(TARGET)
>   
> @@ -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=/usr
> +	cd $(DIR_APP) && ./configure \
> +				--prefix=/usr
>   	cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
>   	cd $(DIR_APP) && make install
>   	@rm -rf $(DIR_APP)

  reply	other threads:[~2024-08-13 16:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-13 16:25 Adolf Belka
2024-08-13 16:29 ` Adolf Belka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-13 16:19 [PATCH] bash: Update to include patches 27 to 32 Adolf Belka
2024-08-13 16:19 ` [PATCH 1/2] ncdu: Update to version 1.20 Adolf Belka
2024-08-13 16:24   ` Adolf Belka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3e87731b-30dc-41a5-8df5-ae4574cd5e97@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox