libastal-wl4-git

LOW
maintainer kotontrion 0 votes scanned 2026-09-21 19:35:51.541891
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-wl4-git
4_pkgname=wl4
5pkgver=r983.7c3371c
6pkgrel=2
7provides=(libastal-wl4 libastal-wl4.so=0-64)
8pkgdesc="A thin util lib to match GTK4 objects to AstalWl ones"
9arch=(x86_64)
10license=(LGPL-2.1-only)
11url="https://github.com/Aylur/astal"
12depends=(
13 glib2
14 glibc
15 libastal-wl
16 gtk4
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/wl/$_pkgname
37 arch-meson build
38 meson compile -C build
39}
40
41package() {
42 cd astal/lib/wl/$_pkgname
43 meson install -C build --destdir "$pkgdir"
44}
45

Scan history

Scanned at (UTC)SeverityRules
2026-09-21 19:35:51 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