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)
- playerctl (playerctl-gitAUR)
- upower (upower-gitAUR, upower-nocriticalAUR, upower-nosystemd-gitAUR)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
- catch2 (catch2-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- glib2-devel (make)
- meson (meson-gitAUR) (make)
- python-setuptools (make)
- scdoc (scdoc-gitAUR) (make)
- wayland-protocols (wayland-protocols-gitAUR) (make)
- otf-font-awesome (optional) – Icons in the default configuration
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 .. 4 5 6 7 8 9 10 Next › Last »
jplatte commented on 2019-02-11 15:39 (UTC)
Would it be possible to replace the wlroots-git dependency with just wlroots?
pad commented on 2019-02-07 14:15 (UTC) (edited on 2019-02-07 14:17 (UTC) by pad)
hi,
mediaplayer.py
needpython-gobject
andplayerctl-git
to workwithout I have this error
jadesoturi commented on 2019-01-09 15:32 (UTC)
Please add https://aur.archlinux.org/packages/playerctl-git/ as optional dependency to use the mediaplayer.py script. The playerctl from community does not provide Playerctl 2.0.
Alexays commented on 2018-12-17 08:19 (UTC)
@daenney I just added --tags, it should be fixed :)
daenney commented on 2018-12-01 15:11 (UTC) (edited on 2018-12-01 15:24 (UTC) by daenney)
I get a build error:
The reason appears to be this:
That's all printed to stderr, so
git describe --long 2>/dev/null
results in no output, making thesed
expression fail and bail out due to theset -o pipefail
.head-crash commented on 2018-11-20 06:53 (UTC)
Oddly, I am encountering the following error upon
makepkg -si
:Even though I can confirm that I have
gtkmm3
installed, via pacman.Alexays commented on 2018-11-09 08:55 (UTC) (edited on 2018-11-09 08:55 (UTC) by Alexays)
Thanks @Ranguvar!
I've made the changes :)
Ranguvar commented on 2018-11-08 18:14 (UTC)
New meson.build.patch:
http://ix.io/1rkN
pkgver function:
pkgver() { cd "$pkgname" ( set -o pipefail git describe --long 2>/dev/null | sed 's/([^-]*-g)/r\1/;s/-/./g' || printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" ) }
Ranguvar commented on 2018-10-25 13:05 (UTC) (edited on 2018-10-26 20:39 (UTC) by Ranguvar)
I think you forgot the pkgver function :) Thanks for packaging! Latest git seems to work with this PKGBUILD and meson.build.patch
...How do you post code blocks here?
aereaux commented on 2018-08-11 23:48 (UTC)
This package is also missing git as a build dependency.
As for the fmt thing, I think you could add a fmt 4.1.0 package to the AUR if you wanted.
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 Next › Last »