Search Criteria
Package Details: yambar 1.11.0-1
Package Actions
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: | MIT |
Submitter: | mpldr |
Maintainer: | eclairevoyant |
Last Packager: | eclairevoyant |
Votes: | 16 |
Popularity: | 0.36 |
First Submitted: | 2020-11-17 13:08 (UTC) |
Last Updated: | 2024-04-19 00:06 (UTC) |
Dependencies (22)
- fcft
- libpipewire-0.3.so (lib32-pipewire-gitAUR, libpipewire-full-gitAUR, lib32-libpipewire, libpipewire)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libudev.so (lib32-systemd-gitAUR, systemd-chromiumos-libsAUR, libeudevAUR, systemd-libs-gitAUR, systemd-libs-fmlAUR, systemd-libs-selinuxAUR, lib32-systemd, systemd-libs)
- libxcb (libxcb-gitAUR)
- libyaml (libyaml-gitAUR)
- pipewire (pipewire-gitAUR, pipewire-full-gitAUR)
- pixman (pixman-gitAUR)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
- wayland-protocols (wayland-protocols-gitAUR)
- xcb-util
- xcb-util-cursor (xcb-util-cursor-gitAUR)
- xcb-util-wm
- git (git-gitAUR, git-glAUR) (make)
- meson (meson-gitAUR) (make)
- scdoc (scdoc-gitAUR) (make)
- tllist (tllist-gitAUR) (make)
- xorgproto (xorgproto-gitAUR) (make)
- alsa-lib (optional) – ALSA module
- json-c (json-c-gitAUR) (optional) – XKB module
- Show 2 more dependencies...
Latest Comments
1 2 Next › Last »
alerque commented on 2022-02-09 09:47 (UTC)
c.f. https://codeberg.org/dnkl/yambar/issues/152#issuecomment-374030
tinywrkb commented on 2022-02-05 15:59 (UTC) (edited on 2022-02-06 03:24 (UTC) by tinywrkb)
@kkga you might want to include some of my changes here.
I haven't confirmed that moving dependencies of modules to optdpends works as expected with whatever default config yambar starts with. edit: now that I'm running yambar, I see that there's no default config
I might end up using to use a package without the xwindow module.
mpldr commented on 2021-06-05 18:37 (UTC)
@level5cat I just did and cleaned up the dependencies a bit
level5cat commented on 2021-06-04 09:34 (UTC) (edited on 2021-06-04 09:36 (UTC) by level5cat)
Please edit the PKGBUILD, there is no need to extract the archive in Prepare(), it happens automatically.
mpldr commented on 2021-02-22 12:24 (UTC)
Sorry, it seems I have accidentally pushed an experiment I did. it should work now.
lgehr commented on 2021-02-21 22:14 (UTC)
Currently throws an error
Running
makepkg
inside PKGBUILD seems strange to me becausemakepkg
reads the PKGBUILD.PedroHLC commented on 2021-01-29 16:10 (UTC)
@ixrk Yeah, those three first lines of prepare are useless. He probably wanted to build using
makepkg -cC
, so "src" is always empty.@poldi1405 you're missing
'pixman' 'xcb-util-wm' 'xorgproto' 'wayland'{,-protocols} 'fontconfig' 'alsa-lib'
as dependencies, and'git'
as makedepends (I know because I build in clean chroot). Also, it would be best if you were using this trick for submodules instead: https://wiki.archlinux.org/index.php/VCS_package_guidelines#Git_submodules . As I said above, you might prefermakepkg -cC
instead of those first three lines in the prepare.I've added this package to chaotic-aur, but it will only update in the future if all these flaws are fixed...
ixrk commented on 2021-01-18 20:10 (UTC)
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 (UTC)
I think
libyaml
is also required as a build dependency. At least I could not build it without it being installed on my machine.mpldr commented on 2020-12-23 20:22 (UTC)
@Dylan14 thanks for the suggestions, I applied them.
1 2 Next › Last »