Package Details: waybar-git r2429.09142fa3-1

Git Clone URL: https://aur.archlinux.org/waybar-git.git (read-only, click to copy)
Package Base: waybar-git
Description: Highly customizable Wayland bar for Sway and Wlroots based compositors (GIT)
Upstream URL: https://github.com/Alexays/Waybar/
Keywords: bar sway wlroots
Licenses: MIT
Conflicts: waybar
Provides: waybar
Submitter: BlueGone
Maintainer: Alexays (BlueGone, maximbaz)
Last Packager: Alexays
Votes: 29
Popularity: 0.141153
First Submitted: 2018-08-09 18:41 (UTC)
Last Updated: 2023-07-05 07:10 (UTC)

Required by (25)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 9 Next › Last »

Alexays commented on 2023-07-05 07:10 (UTC)

Fixed @wowblvck :)

wowblvck commented on 2023-07-05 07:09 (UTC)

When trying to build, there will be an error about the impossibility of installing the LICENSE file. Changes need to be made to PKGBUILD.

package() {
    DESTDIR="$pkgdir" ninja -C "${srcdir}/build" install
    install -Dm644 "${srcdir}/${pkgname}/LICENSE" -t "$pkgdir/usr/share/licenses/$pkgname/"
}

aorth commented on 2023-05-01 04:10 (UTC)

@JohnTheCF do you have cava installed from the AUR? I don't know what that is, but I think that is caused by this recent waybar change. This PKGBUILD probably needs to conflict with (and provide?) cava.

JohnTheCF commented on 2023-04-28 19:40 (UTC)

Error installing package: waybar-git: /usr/bin/cava exists in filesystem (owned by cava)

aorth commented on 2023-02-26 18:48 (UTC)

This package's PKGBUILD is out of sync with the official waybar in [community], for example missing build dependencies like wireplumber, catch2, and libdate-tz.so, as well as the ninja build. Here's an updated one.

https://gist.github.com/alanorth/35413acb59405d0ed471315b2eeab1ba

UnicornDarkness commented on 2022-11-12 11:04 (UTC)

Hello,

The pkgver() function is wrong, tag is missing so revision does not match the one reported by Waybar.

$ waybar --version
Waybar v0.9.15-24-g3718902b (branch 'master')

$ pacman -Qs waybar
local/waybar-git r2269.3718902b-1
    Highly customizable Wayland bar for Sway and Wlroots based compositors (GIT)

Please modify pkgver() with git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g' instead.

$ git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
0.9.15.r24.g3718902b

bezirg commented on 2022-11-09 09:48 (UTC) (edited on 2022-11-09 09:48 (UTC) by bezirg)

Removing waybar-git, updating the system with pacman -Syu, then clean-rebuilding waybar-git fixed the problem for me.

bezirg commented on 2022-11-09 09:42 (UTC)

When I am trying to update my system with pacman -Syu I get now:

error: failed to prepare transaction (could not satisfy dependencies)
:: installing spdlog (1.11.0-1) breaks dependency 'libspdlog.so=1-64' required by waybar-git

whynothugo commented on 2022-11-03 20:13 (UTC) (edited on 2022-11-03 20:14 (UTC) by whynothugo)

Can you add aarch64 to the arch=() array? This otherwise builds fine on aarch64.