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.32
First Submitted: 2018-08-09 18:41 (UTC)
Last Updated: 2023-07-05 07:10 (UTC)

Required by (27)

Sources (1)

Latest Comments

1 2 3 4 5 6 .. 8 Next › Last »

MikeWalrus commented on 2024-03-24 05:41 (UTC)

Please add python-packaging to makedepends for gdbus-codegen. It's now an optional dependency of glib2.

grappas commented on 2024-02-03 23:22 (UTC)

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

raffaem 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/"
}