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)
Last Packager: Alexays
Votes: 34
Popularity: 1.69
First Submitted: 2018-08-09 18:41 (UTC)
Last Updated: 2024-06-14 07:05 (UTC)

Required by (29)

Sources (1)

Latest Comments

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

<deleted-account> commented on 2023-12-27 15:50 (UTC)

Cannot compile with Python 3.12, which removed distutils:

FAILED: protocol/dbus-status-notifier-watcher.c protocol/dbus-status-notifier-watcher.h 
/usr/bin/gdbus-codegen --c-namespace Sn --generate-c-code protocol/dbus-status-notifier-watcher ../waybar-git/protocol/./dbus-status-notifier-watcher.xml
Traceback (most recent call last):
  File "/usr/bin/gdbus-codegen", line 53, in <module>
    from codegen import codegen_main
  File "/usr/share/glib-2.0/codegen/codegen_main.py", line 29, in <module>
    from . import dbustypes
  File "/usr/share/glib-2.0/codegen/dbustypes.py", line 22, in <module>
    from . import utils
  File "/usr/share/glib-2.0/codegen/utils.py", line 22, in <module>
    import distutils.version
ModuleNotFoundError: No module named 'distutils'

mutoroglin commented on 2023-09-20 05:33 (UTC) (edited on 2023-09-20 05:34 (UTC) by mutoroglin)

@PowderedWater to use the waybar module cava the library libcava is required. That library is added to the project during compilation time (if enable). This package waybar-git is build without cava support though. If you're looking for a waybar package with cava support you may want to try waybar-cava (I created that package since I use cava as well)

PowderedWater commented on 2023-08-25 15:29 (UTC)

waybar: error while loading shared libraries: libcava.so: cannot open shared object file: No such file or directory

I have tried ldconfig

Kagukara commented on 2023-08-17 16:36 (UTC) (edited on 2023-08-17 22:28 (UTC) by Kagukara)

I'm getting this when trying to build:

[117/148] Compiling C++ object waybar.p/src_modules_river_mode.cpp.o
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'waybar-git-r2429.09142fa3-1': 
error: packages failed to build: waybar-git-r2429.09142fa3-1

EDIT: Changing to spdlog-git from spdlog allowed me to finish building and install. Looks like spdlog is out of date.

rpi2 commented on 2023-07-05 08:21 (UTC)

why they want to do hyprctl.patch?

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)