fenriz-bar-git
LOW
maintainer zackb
0 votes
scanned 2026-09-15 07:19:15.107868
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
pkgname=fenriz-bar-git
2
pkgver=0.1.15
3
pkgrel=1
4
pkgdesc="Status bar for Wayland compositors"
5
arch=('x86_64')
6
url="https://github.com/zackb/fenriz"
7
license=('MIT')
8
depends=('gtk4' 'gtk4-layer-shell' 'glib2' 'json-glib' 'wayland' 'wireplumber' 'libnm')
9
makedepends=('cmake' 'ninja' 'git' 'wayland-protocols')
10
optdepends=('fenriz: the compositor this bar is built for'
11
'fenriz-desktop: shared config and theme'
12
'networkmanager: wifi'
13
'bluez: bluetooth'
14
'upower: battery')
15
provides=('fenriz-bar')
16
conflicts=('fenriz-bar' 'fenriz-bar-bin')
17
source=("git+${url}.git")
18
sha256sums=('SKIP')
19
20
# the git source dir is named after the repo, not the package
21
pkgver() {
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
27
build() {
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
34
package() {
35
DESTDIR="$pkgdir" cmake --install build
36
}
37
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-15 07:19:15 | Low | 1 |
| 2026-09-14 00:27:57 | Clean | 2 |
| 2026-09-13 23:15:25 | Low | 1 |