summaryrefslogtreecommitdiffstats
path: root/desktop/waybar
diff options
context:
space:
mode:
author Damian Perticone <mjolnirdam@gmail.com>2023-07-30 15:09:09 +0900
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-08-05 10:08:45 +0700
commitca3340edf0ac64e1ff7557b25273dfa7a04183cb (patch)
tree64cd5dc6485024462dc747923da9cc9a70617880 /desktop/waybar
parentddade66b78ffdc885b7f2e13f459510187798711 (diff)
downloadslackbuilds-ca3340edf0ac64e1ff7557b25273dfa7a04183cb.tar.gz
slackbuilds-ca3340edf0ac64e1ff7557b25273dfa7a04183cb.tar.xz
desktop/waybar: Updated for version 0.9.20.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/waybar')
-rw-r--r--desktop/waybar/waybar.SlackBuild5
-rw-r--r--desktop/waybar/waybar.info6
2 files changed, 6 insertions, 5 deletions
diff --git a/desktop/waybar/waybar.SlackBuild b/desktop/waybar/waybar.SlackBuild
index a8f347b900..bde6b65f87 100644
--- a/desktop/waybar/waybar.SlackBuild
+++ b/desktop/waybar/waybar.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for waybar
-# Copyright 2022 Damian Perticone Berisso,Argentina
+# Copyright 2023 Damian Perticone, Berisso,Argentina
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=waybar
SRCNAM=Waybar
-VERSION=${VERSION:-0.9.12}
+VERSION=${VERSION:-0.9.20}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -102,6 +102,7 @@ cd build
-Drfkill=auto \
-Dsndio=disabled \
-Dtests=disabled \
+ -Dcava=disabled \
-Dexperimental=false \
"${NINJA:=ninja}"
diff --git a/desktop/waybar/waybar.info b/desktop/waybar/waybar.info
index b50165e4a6..697af0a0ef 100644
--- a/desktop/waybar/waybar.info
+++ b/desktop/waybar/waybar.info
@@ -1,8 +1,8 @@
PRGNAM="waybar"
-VERSION="0.9.12"
+VERSION="0.9.20"
HOMEPAGE="https://github.com/Alexays/Waybar"
-DOWNLOAD="https://github.com/Alexays/Waybar/archive/refs/tags/0.9.12/Waybar-0.9.12.tar.gz"
-MD5SUM="1a72426c1a6b317b7ba7f36ab3d5c598"
+DOWNLOAD="https://github.com/Alexays/Waybar/archive/0.9.20/waybar-0.9.20.tar.gz"
+MD5SUM="3c736fb5a28b14ed327e72e93f193cdf"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jsoncpp scdoc fmt spdlog date gtk-layer-shell"