fenriz-bar-git

LOW
maintainer zackb 0 votes scanned 2026-09-15 07:19:15.107868
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

1pkgname=fenriz-bar-git
2pkgver=0.1.15
3pkgrel=1
4pkgdesc="Status bar for Wayland compositors"
5arch=('x86_64')
6url="https://github.com/zackb/fenriz"
7license=('MIT')
8depends=('gtk4' 'gtk4-layer-shell' 'glib2' 'json-glib' 'wayland' 'wireplumber' 'libnm')
9makedepends=('cmake' 'ninja' 'git' 'wayland-protocols')
10optdepends=('fenriz: the compositor this bar is built for'
11 'fenriz-desktop: shared config and theme'
12 'networkmanager: wifi'
13 'bluez: bluetooth'
14 'upower: battery')
15provides=('fenriz-bar')
16conflicts=('fenriz-bar' 'fenriz-bar-bin')
17source=("git+${url}.git")
18sha256sums=('SKIP')
19
20# the git source dir is named after the repo, not the package
21pkgver() {
22 cd fenriz
23 git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^v//'
24}
25
26# bar compiles sources from ../desktop, so it builds from the full checkout
27build() {
28 cmake -B build -S fenriz/bar -G Ninja \
29 -DCMAKE_BUILD_TYPE=Release \
30 -DCMAKE_INSTALL_PREFIX=/usr
31 cmake --build build
32}
33
34package() {
35 DESTDIR="$pkgdir" cmake --install build
36}
37

Scan history

Scanned at (UTC)SeverityRules
2026-09-15 07:19:15 Low 1
2026-09-14 00:27:57 Clean 2
2026-09-13 23:15:25 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