mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
e5fb5bbc5f
commit
ed7c3a7762
2 changed files with 2 additions and 1 deletions
BIN
desktop/waybar/66b71cc8577d1296323b637afc89524a00779776.patch.gz
Normal file
BIN
desktop/waybar/66b71cc8577d1296323b637afc89524a00779776.patch.gz
Normal file
Binary file not shown.
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue