aboutsummaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2024-06-10 19:54:09 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-06-15 07:38:27 +0700
commited7c3a7762b47bd50c0e56f986f479788ad98429 (patch)
tree05f57fc9744ca839f78dbc5baf62f183e5ee34ac /desktop
parente5fb5bbc5f9b7cdc1a3dd2f036c50306b784a045 (diff)
desktop/waybar: Fix build with latest fmt.
This is a cherry-pick of the upstream commit: https://github.com/Alexays/Waybar/commit/66b71cc8577d1296323b637afc89524a00779776 Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/waybar/66b71cc8577d1296323b637afc89524a00779776.patch.gzbin0 -> 713 bytes
-rw-r--r--desktop/waybar/waybar.SlackBuild3
2 files changed, 2 insertions, 1 deletions
diff --git a/desktop/waybar/66b71cc8577d1296323b637afc89524a00779776.patch.gz b/desktop/waybar/66b71cc8577d1296323b637afc89524a00779776.patch.gz
new file mode 100644
index 000000000000..15dfaafa0b04
--- /dev/null
+++ b/desktop/waybar/66b71cc8577d1296323b637afc89524a00779776.patch.gz
Binary files differ
diff --git a/desktop/waybar/waybar.SlackBuild b/desktop/waybar/waybar.SlackBuild
index bde6b65f8709..f5f0ed01f921 100644
--- a/desktop/waybar/waybar.SlackBuild
+++ b/desktop/waybar/waybar.SlackBuild
@@ -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 \