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: | 32 |
Popularity: | 1.01 |
First Submitted: | 2018-08-09 18:41 (UTC) |
Last Updated: | 2024-06-14 07:05 (UTC) |
Dependencies (32)
- fmt (fmt-gitAUR)
- gtk-layer-shell (gtk-layer-shell-gitAUR)
- gtkmm3
- jackAUR (jack2-gitAUR, pipewire-jack-gitAUR, pipewire-full-jack-gitAUR, jack2, pipewire-jack)
- libappindicator-gtk3
- libdate-tz.so (chrono-date)
- libdbusmenu-gtk3
- libevdev (libevdev-gitAUR)
- libinput (libinput-noaccumAUR, libinput-multiplierAUR, libinput-three-finger-dragAUR)
- libjack.so (jackAUR, jack2-gitAUR, pipewire-jack-gitAUR, pipewire-full-jack-gitAUR, jack2, lib32-jack2, lib32-pipewire-jack, pipewire-jack)
- libjsoncpp.so (jsoncpp-cmakeAUR, jsoncpp-gitAUR, jsoncpp)
- libmpdclient
- libnl (libnl-gitAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libsigc++
- libsndio.so (sndio-gitAUR, sndio)
- libspdlog.so (spdlog-gitAUR, spdlog)
- libupower-glib.so (upower-nocriticalAUR, upower-nosystemd-gitAUR, upower)
- libwireplumber (libwireplumber-gitAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- Show 12 more dependencies...
Required by (27)
- focal-hyprland-git (requires waybar) (optional)
- focal-sway-git (requires waybar) (optional)
- gsconnect (requires waybar) (optional)
- gsconnect-git (requires waybar) (optional)
- hyprforest-installer-bin (requires waybar) (optional)
- lxqt-labwc-session-git (requires waybar)
- niri-git (requires waybar) (optional)
- spatial-shell (requires waybar) (optional)
- sway-borders-git (requires waybar) (optional)
- sway-config-fedora (requires waybar)
- sway-disable-titlebar (requires waybar) (optional)
- sway-force-ssd-git (requires waybar) (optional)
- sway-git-wlroots-git (requires waybar) (optional)
- sway-hidecursor-leftbar (requires waybar) (optional)
- sway-im (requires waybar) (optional)
- sway-im-git (requires waybar) (optional)
- sway-inhibit-fullscreen-git (requires waybar) (optional)
- sway-no-titlebars-git (requires waybar) (optional)
- sway-rc (requires waybar) (optional)
- sway-titlebar-positioning-git (requires waybar) (optional)
- swayfx (requires waybar) (optional)
- swayfx-git (requires waybar) (optional)
- swayfx-i3-style-fullscreen-2-git (requires waybar) (optional)
- swayfx-i3-style-fullscreen-git (requires waybar) (optional)
- vivarium-git (requires waybar) (optional)
- waybar-module-pacman-updates-git (requires waybar)
- wayfire-desktop-git (requires waybar)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »
crawl_soever commented on 2021-12-27 14:01 (UTC) (edited on 2021-12-27 14:07 (UTC) by crawl_soever)
System updates are broken with this package. Likely due to a needed dependency update.
error: failed to prepare transaction (could not satisfy dependencies) :: installing jsoncpp (1.9.5-1) breaks dependency 'libjsoncpp.so=24-64' required by waybar-git
pastawater commented on 2021-11-10 07:55 (UTC) (edited on 2021-11-10 07:56 (UTC) by pastawater)
Seconding this comment from march this year:
Can you add "sndio" to deps please?
cgirard commented on 2021-11-02 13:52 (UTC) (edited on 2021-11-02 13:53 (UTC) by cgirard)
@justinesmithies this is fixed by replacing the git:// to git+https://, as suggested by @Xorg, in the repo url. Can one of the maintainer fix this please?
justinesmithies commented on 2021-11-02 13:39 (UTC)
This package no longer builds due to this error.
fetching devel info... error: failed to lookup: waybar-git: fatal: remote error: The unauthenticated git protocol on port 9418 is no longer supported. Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
Zeioth commented on 2021-09-16 19:08 (UTC)
The temperature module doesn't seem to be working. Could you please check it out?
https://github.com/Alexays/Waybar/issues/233
jplatte commented on 2021-08-19 10:43 (UTC)
If you stopped using waybar or downgraded chrono-date to 3.0.0-2 to make it work, you can just rebuild waybar after upgrading chrono-date again and it will work without having to keep the older chrono-date version installed.
UnicornDarkness commented on 2021-07-24 06:02 (UTC)
Can you replace
source=("${pkgname}::git://github.com/Alexays/Waybar")
bysource=("${pkgname}::git+https://github.com/Alexays/Waybar")
, please? I am unable to clone the Git repository withouthttps
.reeeeeeeeeeelity commented on 2021-03-29 14:10 (UTC)
Source dir: .cache/yay/waybar-git/src/waybar-git Build dir: .cache/yay/waybar-git/src/build meson.build:1:0: ERROR: Compiler cc can not compile programs.
manually go into the directory and do
meson build && ninja -C build
works thoErikR commented on 2021-03-15 16:26 (UTC)
Needed to edit the build file and add
--auto-features=enabled
after the meson command to enable rfkill support (for Bluetooth)lmartinez-mirror commented on 2021-03-03 00:22 (UTC)
PKGBUILD is missing
sndio
in its depends,waybar
will not run without it.« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »