aro-git
LOW
maintainer Guilherme_bash
0 votes
scanned 2026-09-26 21:15:27.200055
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: gui <aerofrutiger3000@gmail.com>
2
pkgname=aro-git
3
_pkgname=aro
4
pkgver=0.1.0.r0.ge2c778e
5
pkgrel=1
6
pkgdesc='Minimal tiling Wayland compositor with spring animations'
7
arch=('x86_64')
8
url='https://github.com/simeulinuxkaliaiwr/aro'
9
license=('MIT')
10
depends=(
11
'cairo'
12
'gdk-pixbuf2'
13
'glib2'
14
'libdrm'
15
'libglvnd'
16
'libinput'
17
'libxcb'
18
'libxkbcommon'
19
'pango'
20
'pixman'
21
'scenefx0.5'
22
'wayland'
23
'wlroots0.20'
24
'xcb-util-wm'
25
)
26
makedepends=('git' 'meson' 'wayland-protocols')
27
optdepends=(
28
'foot: default terminal (mod+Return)'
29
'fuzzel: default launcher (mod+d)'
30
'librsvg: SVG wallpapers, including the default one'
31
'xdg-desktop-portal-gtk: file pickers and other portal dialogs'
32
'xdg-desktop-portal-wlr: screen sharing and screenshots'
33
'xorg-xwayland: X11 applications'
34
)
35
provides=("$_pkgname")
36
conflicts=("$_pkgname")
37
source=("git+$url.git")
38
sha256sums=('SKIP')
39
40
pkgver() {
41
cd "$_pkgname"
42
git describe --long --tags --abbrev=7 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
43
}
44
45
build() {
46
arch-meson "$_pkgname" build
47
meson compile -C build
48
}
49
50
package() {
51
meson install -C build --destdir "$pkgdir"
52
install -Dm644 "$_pkgname/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
53
install -Dm644 "$_pkgname/README.md" "$pkgdir/usr/share/doc/$_pkgname/README.md"
54
}
55
Changes since previous scan
--- PKGBUILD @ 2026-09-26 17:15+++ PKGBUILD @ 2026-09-26 21:15@@ -11,13 +11,17 @@ 'cairo' 'gdk-pixbuf2' 'glib2'+ 'libdrm'+ 'libglvnd' 'libinput'+ 'libxcb' 'libxkbcommon' 'pango' 'pixman' 'scenefx0.5' 'wayland' 'wlroots0.20'+ 'xcb-util-wm' ) makedepends=('git' 'meson' 'wayland-protocols') optdepends=(Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-26 21:15:27 | Low | 1 |
| 2026-09-26 17:15:25 | Low | 1 |
| 2026-09-26 15:15:21 | Low | 1 |