libastal-idle-notify-git
LOW
maintainer kotontrion
0 votes
scanned 2026-09-07 19:15:19.836787
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
3
pkgname=libastal-idle-notify-git
4
_pkgname=idle-notify
5
pkgver=r971.3a73801
6
pkgrel=1
7
provides=(libastal-idle-notify libastal-idle-notify.so=0-64)
8
pkgdesc="Library implementing the ext-idle-notify wayland protocol"
9
arch=(x86_64)
10
license=(LGPL-2.1-only)
11
url="https://github.com/Aylur/astal"
12
depends=(
13
glib2
14
glibc
15
libastal-wl
16
wayland
17
)
18
makedepends=(
19
meson
20
git
21
gobject-introspection
22
vala
23
wl-vapi-gen
24
)
25
groups=("libastal")
26
source=("git+${url}.git")
27
sha256sums=('SKIP')
28
29
pkgver() {
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
35
build() {
36
cd astal/lib/$_pkgname
37
arch-meson build
38
meson compile -C build
39
}
40
41
package() {
42
cd astal/lib/$_pkgname
43
meson install -C build --destdir "$pkgdir"
44
}
45
46
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-07 19:15:19 | Low | 1 |