Search Criteria
Package Details: wob 0.13-2
Package Actions
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: | ISC |
Submitter: | francma |
Maintainer: | francma |
Last Packager: | francma |
Votes: | 22 |
Popularity: | 4.55 |
First Submitted: | 2019-07-21 14:46 (UTC) |
Last Updated: | 2022-06-12 10:18 (UTC) |
Dependencies (4)
- wayland (wayland-git, wayland-nodocs-git, wayland-hi-res-scroll-git)
- meson (meson-git) (make)
- scdoc (scdoc-git) (make)
- wayland-protocols (wayland-protocols-git) (make)
Latest Comments
arenm commented on 2022-05-02 18:49 (UTC)
Could you add
'aarch64'
to the arch array? I've tested it and it works on aarch64.Also the
prepare
function isn't doing anything, so it can be removed to save a little code.1ace commented on 2022-03-05 18:39 (UTC)
@francma: you'll need to bump
pkgrel
when you do changes like the systemd service, otherwise users won't get the update :)francma commented on 2022-03-05 16:06 (UTC)
wob.{service,socket} systemd unit files are now included in package and installed to
usr/lib/systemd/user/
freed00m commented on 2022-02-07 18:44 (UTC)
I would like to see the contrib folder included aswell.
Suggestion directly in
url/lib/systemd/user/
or if it's untrusted contrib directory then in maybeusr/lib/wob/contrib
?kkga commented on 2021-11-08 18:03 (UTC)
@francma the systemd wob.{service,socket} files are not included in the package. Is this intentional?
normalname012 commented on 2021-10-01 09:05 (UTC)
I am unable to find web.socket and web.service file
francma commented on 2020-08-07 13:12 (UTC)
@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 (UTC)
@TrialnError Fixed. Thanks for suggestion.
okno commented on 2020-08-07 10:12 (UTC)
Getting the following error when installing. I had to manually install scdoc.
TrialnError commented on 2020-06-02 22:30 (UTC) (edited on 2020-06-02 22:33 (UTC) by TrialnError)
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 (UTC)
gpg --keyserver keys.openpgp.org --receive-keys 5C6DA024DDE27178073EA103F4B432D5D67990E3
Bonnee commented on 2019-12-28 20:59 (UTC)
I'm getting this error when installing 0.5-2:
francma commented on 2019-12-24 21:29 (UTC)
@krathalan thanks, fixed it in 0.5-2
krathalan commented on 2019-12-24 19:05 (UTC)
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..