desktop/waybar: Fix build with latest fmt.

This is a cherry-pick of the upstream commit:

66b71cc857

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2024-06-10 19:54:09 +09:00 committed by Willy Sudiarto Raharjo
parent e5fb5bbc5f
commit ed7c3a7762
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 2 additions and 1 deletions

View file

@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=waybar
SRCNAM=Waybar
VERSION=${VERSION:-0.9.20}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -70,6 +70,7 @@ cd $TMP
rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
zcat $CWD/66b71cc8577d1296323b637afc89524a00779776.patch.gz | patch -p1
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \