[Slackbuilds-users] waybar.Slackbuild does not build -

Sverre Våbenø sv-va at online.no
Sat Aug 5 17:58:21 UTC 2023




On Sat, 5 Aug 2023 10:38:51 +0700, Willy Sudiarto Raharjo <willysr at slackbuilds.org> wrote:

Sat Aug 5 03:09:25 UTC 2023
<snip>
desktop/waybar: Updated for version 0.9.20.
<snip>

The upstream packaging causes uppercase/lowercase issues in this Slackbuild.

Issue #1

$SRCNAM is such  that the Slackbuild expects to find a tar ball named "Waybar-0.9.20.tar.gz", but the actual name in waybar.info is all lower case.
The md5sum is correct.

Issue #2
In the build step the Slackbuild expects to find the directory "Waybar-0.9.20" in the EXTRACTED tar ball.

The easiest temporary workaround I found was to change line 71 in waybar.Slackbuild from:

tar xvf $CWD/$SRCNAM-%VERSION.tar.gz

to

tar xvf $CWD/waybar-%VERSION.tar.gz


 


More information about the SlackBuilds-users mailing list