owe

LOW
maintainer bjarneo 0 votes scanned 2026-09-18 21:28:57.026605
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: owe contributors
2pkgname=owe
3pkgver=0.1.1
4pkgrel=1
5pkgdesc="High-performance wallpaper engine for Omarchy (mp4, gif, stills)"
6arch=('x86_64' 'aarch64')
7url="https://github.com/omacom/owe"
8license=('MIT')
9depends=('mpv' 'ffmpeg' 'wayland' 'libglvnd' 'libepoxy' 'systemd-libs' 'socat')
10makedepends=('meson' 'ninja' 'gcc' 'pkgconf' 'wayland-protocols')
11checkdepends=('python')
12optdepends=('intel-media-driver: VAAPI hardware decode on Intel GPUs'
13 'libva-mesa-driver: VAAPI hardware decode on AMD GPUs')
14source=("$pkgname-$pkgver.tar.gz::https://github.com/omacom/owe/archive/refs/tags/v$pkgver.tar.gz")
15sha256sums=('64dc47e510973983bcbe37234ce2cf72ce1abbf3265aa54d3bc1c22da3ffa8c5')
16
17build() {
18 meson setup build "$srcdir/owe-$pkgver" -Dbuildtype=release -Dprefix=/usr
19 ninja -C build
20}
21
22check() {
23 meson test -C build
24}
25
26package() {
27 DESTDIR="$pkgdir" ninja -C build install
28 install -d "$pkgdir/usr/lib/systemd/user"
29 sed 's|%h/.local/bin/owed|/usr/bin/owed|' "$srcdir/owe-$pkgver/systemd/owed.service" \
30 >"$pkgdir/usr/lib/systemd/user/owed.service"
31 install -Dm755 "$srcdir/owe-$pkgver/hooks/owe-idle" "$pkgdir/usr/bin/owe-idle"
32 install -Dm644 "$srcdir/owe-$pkgver/hooks/theme-set.d/10-owe-sync" "$pkgdir/usr/share/owe/10-owe-sync"
33 install -Dm644 "$srcdir/owe-$pkgver/config/config.toml" "$pkgdir/usr/share/doc/$pkgname/config.toml.example"
34}
35

Scan history

Scanned at (UTC)SeverityRules
2026-09-18 21:28:57 Low 1
2026-09-18 19:28:54 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion