mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: Christian Melki <christian.melki@t2data.com>
Cc: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH] ptxd_make_xpkg_pkg.sh: Line break figlets with hyphen-names.
Date: Fri, 18 Feb 2022 14:02:01 +0100	[thread overview]
Message-ID: <Yg+YyaSt2xbK3lqi@pengutronix.de> (raw)
In-Reply-To: <20220217092510.3867323-1-christian.melki@t2data.com>

On Thu, Feb 17, 2022 at 10:25:10AM +0100, Christian Melki wrote:
> Some names are a bit longer and use a hyphen.
> A slight beautification before generating output,
> by breaking a long word with a newline.

But there are also names with a hyphen that are quite short and this gets
ugly. I think we've had a patch like this in the past.

So nack.

I think the fix should happen in figlet. It already breaks at spaces when
or hard after 80 chars (of the output). It should not be hard to extend
this to break after a '-' as well.

Michael

> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> ---
>  scripts/lib/ptxd_make_xpkg_pkg.sh | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/scripts/lib/ptxd_make_xpkg_pkg.sh b/scripts/lib/ptxd_make_xpkg_pkg.sh
> index 70e1bfb8c..c565f5870 100644
> --- a/scripts/lib/ptxd_make_xpkg_pkg.sh
> +++ b/scripts/lib/ptxd_make_xpkg_pkg.sh
> @@ -743,6 +743,7 @@ install replace figlet:
>  	esac | \
>  	awk '{ if ($0 !~ "^ *$") printf("%s\\n", $0) }'  # newlines for sed
>      } &&
> +    value=$(sed 's,-,-\n,g' <<< ${value}) &&
>      figlet="$(ptxd_figlet_helper "$value" "$escapemode")" &&
>      sed -i -e "s#${placeholder}#${figlet}#g" "${dirs[@]/%/${dst}}" ||
>  
> -- 
> 2.30.2
> 
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
> To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


      reply	other threads:[~2022-02-18 13:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-17  9:25 Christian Melki
2022-02-18 13:02 ` Michael Olbrich [this message]

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=Yg+YyaSt2xbK3lqi@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=christian.melki@t2data.com \
    --cc=ptxdist@pengutronix.de \
    /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