gala-git
maintainer AlieeLinux
· 57 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from the project's own Git repository, which is a normal AUR practice; the 'recently orphaned & re-adopted' flag is procedural and does not indicate malicious intent or supply-chain risk.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package builds from the project's own Git repository, which is a normal AUR practice; the 'recently orphaned & re-adopted' flag is procedural and does not indicate malicious intent or supply-chain risk.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
Recently orphaned & re-adopted
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
1
# Maintainer:
2
# Contributor: Maxime Gauduin <alucryd@archlinux.org>
3
4
_pkgname="gala"
5
pkgname="$_pkgname-git"
6
pkgver=8.5.1.r15.gbf32299
7
pkgrel=1
8
pkgdesc='The Pantheon Window Manager'
9
url='https://github.com/elementary/gala'
10
license=('GPL-3.0-or-later')
11
arch=('x86_64')
12
13
depends=(
14
cairo
15
gdk-pixbuf2
16
glib2
17
gnome-desktop
18
graphene
19
gtk3
20
gtk4
21
libgee
22
libgl
23
libgranite-7.so # granite7
24
libgranite.so # granite
25
libhandy-1.so # libhandy
26
libibus
27
libxfixes
28
mutter46
29
)
30
makedepends=(
31
git
32
meson
33
vala
34
)
35
36
provides=(
37
"$_pkgname=${pkgver%%.r*}"
38
libgala.so
39
)
40
conflicts=("$_pkgname")
41
42
_pkgsrc="$_pkgname"
43
source=("$_pkgsrc"::"git+$url.git")
44
sha256sums=('SKIP')
45
46
pkgver() {
47
cd "$_pkgsrc"
48
git describe --long --tags --abbrev=7 \
49
| sed -E 's/^[^0-9]*//;s/([^-]*-g)/r\1/;s/-/./g'
50
}
51
52
build() {
53
arch-meson "$_pkgsrc" build
54
meson compile -C build
55
}
56
57
package() {
58
meson install -C build --destdir="$pkgdir"
59
}
60
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |