Search Criteria
Package Details: wob 0.11-1
Git Clone URL: | https://aur.archlinux.org/wob.git (read-only, click to copy) |
---|---|
Package Base: | wob |
Description: | A lightweight overlay volume/backlight/progress/anything bar for Wayland |
Upstream URL: | https://github.com/francma/wob |
Keywords: | wayland |
Licenses: | |
Submitter: | francma |
Maintainer: | francma |
Last Packager: | francma |
Votes: | 12 |
Popularity: | 0.95 |
First Submitted: | 2019-07-21 14:46 |
Last Updated: | 2021-02-06 15:42 |
Dependencies (4)
- wayland (wayland-git, wayland-nodocs-git, wayland-hi-res-scroll-git)
- meson (meson-git) (make)
- scdoc (make)
- wayland-protocols (wayland-protocols-git) (make)
Latest Comments
francma commented on 2020-08-07 13:12
@okno What AUR wrapper are you using? Or do you build it yourself with
makepkg
? Maybe you forgot to add-s
option tomakepkg
to install dependencies.francma commented on 2020-08-07 13:10
@TrialnError Fixed. Thanks for suggestion.
okno commented on 2020-08-07 10:12
Getting the following error when installing. I had to manually install scdoc.
TrialnError commented on 2020-06-02 22:30
Hi. One small nitpick with this PKGBUILD. The
provides
andconflicts
line should be removed. It isn't named like wob-whatever which would made it favourable to place aprovides
line and it doesn't make sense in the first place, that this package conflicts itself. Those two lines are for packages which add a suffix topkgname
/pkgbase
(like wob-git) :)Edit: Oh, and empty functions should normally be removed. In this case it would be prepare()
ruahcra commented on 2020-01-08 11:36
gpg --keyserver keys.openpgp.org --receive-keys 5C6DA024DDE27178073EA103F4B432D5D67990E3
Bonnee commented on 2019-12-28 20:59
I'm getting this error when installing 0.5-2:
francma commented on 2019-12-24 21:29
@krathalan thanks, fixed it in 0.5-2
krathalan commented on 2019-12-24 19:05
Wob needs the
wayland-scanner
program to build, which is provided by thewayland
package. However, thewayland
package is not listed as a dependency or make dependency. So building wob in a clean chroot requires editing the PKGBUILD to addwayland
as a dependency..