Package Details: wob-git 0.16+1.g6d4fd4bfbd-1

Git Clone URL: https://aur.archlinux.org/wob-git.git (read-only, click to copy)
Package Base: wob-git
Description: A lightweight overlay volume/backlight/progress/anything bar for Wayland
Upstream URL: https://github.com/francma/wob
Licenses: ISC
Conflicts: wob
Provides: wob
Submitter: 1ace
Maintainer: francma
Last Packager: francma
Votes: 2
Popularity: 0.000000
First Submitted: 2020-05-15 17:20 (UTC)
Last Updated: 2025-05-22 18:21 (UTC)

Latest Comments

cheezsteak commented on 2025-05-07 16:00 (UTC)

---  PKGBUILD | 9 +++++----  1 file changed, 5 insertions(+), 4 deletions(-)  diff --git a/PKGBUILD b/PKGBUILD index 941ad77..9472b4c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@  # Maintainer: Martin Franc <me@martinfranc.eu>   pkgname=wob-git -pkgver=0.13 +pkgver=0.15  pkgrel=1  pkgdesc='A lightweight overlay volume/backlight/progress/anything bar for Wayland'  arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ license=('ISC')  source=("git+$url")  sha512sums=('SKIP')  depends=('wayland') -makedepends=('git' 'meson' 'wayland-protocols' 'scdoc' 'libinih') +makedepends=('cmocka' 'git' 'meson' 'wayland-protocols' 'sed' 'scdoc' 'libinih')  conflicts=('wob')  provides=("wob=${pkgver%%+*}")  @@ -31,7 +31,8 @@ check() {   package() {    DESTDIR="$pkgdir" ninja -C build install -  install -Dm644 wob/contrib/systemd/wob.service -t "$pkgdir/usr/lib/systemd/user" -  install -Dm644 wob/contrib/systemd/wob.socket  -t "$pkgdir/usr/lib/systemd/user" +  sed 's#@bindir@#/usr/bin#' wob/etc/systemd/wob.service.in > wob/etc/systemd/wob.service +  install -Dm644 wob/etc/systemd/wob.service -t "$pkgdir/usr/lib/systemd/user" +  install -Dm644 wob/etc/systemd/wob.socket  -t "$pkgdir/usr/lib/systemd/user"    install -Dm644 wob/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"  } -- 2.49.0 

burein-ita commented on 2023-05-23 21:23 (UTC)

PKGBUILD is missing [ cmocka ] makedependency.

blak commented on 2022-07-20 14:21 (UTC)

The dependency libinih is missing.