Search Criteria
Package Details: yambar 1.6.1-1
Git Clone URL: | https://aur.archlinux.org/yambar.git (read-only, click to copy) |
---|---|
Package Base: | yambar |
Description: | Modular status panel for X11 and Wayland, inspired by polybar |
Upstream URL: | https://codeberg.org/dnkl/yambar |
Licenses: | |
Provides: | |
Submitter: | poldi1405 |
Maintainer: | poldi1405 |
Last Packager: | poldi1405 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-11-17 13:08 |
Last Updated: | 2021-01-18 08:04 |
Dependencies (7)
- xcb-util-cursor (xcb-util-cursor-git)
- cmake (cmake-git) (make)
- libmpdclient (make)
- libyaml (libyaml-git) (make)
- meson (meson-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-mem, ninja-kitware, ninja-bin) (make)
- scdoc (make)
Latest Comments
ixrk commented on 2021-01-18 20:10
The following line throws an error when custom BUILDDIR is set in makepkg.conf
Why do need to reextract the archive?
lgehr commented on 2021-01-14 21:39
I think
libyaml
is also required as a build dependency. At least I could not build it without it being installed on my machine.poldi1405 commented on 2020-12-23 20:22
@Dylan14 thanks for the suggestions, I applied them.
Dylan14 commented on 2020-12-04 14:53
This package needs scdoc, and libmpdclient as make dependencies. Also, for the line
change it to
as it is bad etiquette to install to /usr/local/. This has the added benefit of allowing you to remove the line
from the PKGBUILD.