Search Criteria
Package Details: waybar-git r2429.09142fa3-1
Package Actions
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: | 24 |
Popularity: | 0.000130 |
First Submitted: | 2018-08-09 18:41 (UTC) |
Last Updated: | 2023-02-27 16:16 (UTC) |
Dependencies (30)
- fmt (fmt-git)
- gtk-layer-shell (gtk-layer-shell-git)
- gtkmm3
- jack (jack-git, jack2-git, pipewire-common-jack-git, pipewire-full-jack-git, jack2, pipewire-jack)
- libappindicator-gtk3 (libappindicator-bzr)
- libdate-tz.so (chrono-date)
- libdbusmenu-gtk3
- libevdev (libevdev-git)
- libinput (libinput-git, libinput-minimal-git, libinput-three-finger-drag, libinput-multiplier)
- libjack.so (jack-git, lib32-jack-git, lib32-jack, jack2-git, jack, pipewire-jack-git, pipewire-common-jack-git, pipewire-full-jack-git, jack2, lib32-jack2, lib32-pipewire-jack, pipewire-jack)
- libjsoncpp.so (jsoncpp-cmake, jsoncpp-git, jsoncpp)
- libmpdclient
- libnl (libnl-git)
- libpulse (libpulse-bluedio, pulseaudio-pali, pulseaudio-dummy, libpulse-nosystemd-git, libpulse-nosystemd, libpulse-nosystemd-minimal-git, libpulse-airplay, pulseaudio-git)
- libsigc++
- libsndio.so (sndio-git, sndio)
- libspdlog.so (spdlog-git, spdlog)
- libupower-glib.so (upower-nocritical, upower-silent-mouse, upower)
- libwireplumber
- libxkbcommon (libxkbcommon-git)
- Show 10 more dependencies...
Required by (26)
- cardboard-git (requires waybar) (optional)
- spatial-shell (requires waybar) (optional)
- sway-afy-git (requires waybar) (optional)
- sway-asan-git (requires waybar) (optional)
- sway-borders-git (requires waybar) (optional)
- sway-force-ssd-git (requires waybar) (optional)
- sway-git (requires waybar) (optional)
- sway-git-wlroots-git (requires waybar) (optional)
- sway-hidpi-git (requires waybar) (optional)
- sway-i3-style-fullscreen-git (requires waybar) (optional)
- sway-im (requires waybar) (optional)
- sway-im-git (requires waybar) (optional)
- sway-inhibit-fullscreen-git (requires waybar) (optional)
- sway-mask-modifiers-git (requires waybar) (optional)
- sway-no-titlebars-git (requires waybar) (optional)
- sway-nosystemd-git (requires waybar) (optional)
- sway-nosystemd-minimal-git (requires waybar) (optional)
- sway-strace-git (requires waybar) (optional)
- sway-titlebar-positioning-git (requires waybar) (optional)
- sway-wlroots-no-systemd-git (requires waybar) (optional)
- Show 6 more...
Latest Comments
1 2 3 4 5 6 7 Next › Last »
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.Please modify
pkgver()
withgit describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
instead.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 withpacman -Syu
, then clean-rebuildingwaybar-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:whynothugo commented on 2022-11-03 20:13 (UTC) (edited on 2022-11-03 20:14 (UTC) by whynothugo)
Can you add
aarch64
to thearch=()
array? This otherwise builds fine on aarch64.Alexays commented on 2022-09-07 08:34 (UTC)
Should be fixed on master :)
Blackquicksilver commented on 2022-09-07 08:32 (UTC)
The issue is a missing formatter for
std::filesystem::path
, which is logged insrc/config.cpp
l. 33 & 40. You can fix it with appending a.string()
to it for conversion to a string.Here is a PKGBUILD with the patch to do this https://gist.githubusercontent.com/JBenda/934a62398e0d1e7a775eeea47385fff2/raw/9be4258b7c026722dcce5373a413533d7f3a0447/PKGBUILD
And here is the patch isolated: https://gist.github.com/JBenda/934a62398e0d1e7a775eeea47385fff2#file-waybarfmthotfix-patch
1 2 3 4 5 6 7 Next › Last »