libastal-idle-notify-git

LOW
maintainer kotontrion 0 votes scanned 2026-09-07 19:15:19.836787
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: kotontrion <kotontrion@kotontrion.net>
2
3pkgname=libastal-idle-notify-git
4_pkgname=idle-notify
5pkgver=r971.3a73801
6pkgrel=1
7provides=(libastal-idle-notify libastal-idle-notify.so=0-64)
8pkgdesc="Library implementing the ext-idle-notify wayland protocol"
9arch=(x86_64)
10license=(LGPL-2.1-only)
11url="https://github.com/Aylur/astal"
12depends=(
13 glib2
14 glibc
15 libastal-wl
16 wayland
17)
18makedepends=(
19 meson
20 git
21 gobject-introspection
22 vala
23 wl-vapi-gen
24)
25groups=("libastal")
26source=("git+${url}.git")
27sha256sums=('SKIP')
28
29pkgver() {
30 cd astal
31 #git describe --long --tags --abbrev=7 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
32 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
33}
34
35build() {
36 cd astal/lib/$_pkgname
37 arch-meson build
38 meson compile -C build
39}
40
41package() {
42 cd astal/lib/$_pkgname
43 meson install -C build --destdir "$pkgdir"
44}
45
46

Scan history

Scanned at (UTC)SeverityRules
2026-09-07 19:15:19 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