cartridges-rewrite-git
LOW
maintainer heisenberg_1205
0 votes
scanned 2026-09-06 15:12:20.220602
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: Aditya Hebballe <adityahebballe@proton.me>
2
3
pkgname=cartridges-rewrite-git
4
pkgver=49.0.r182.g9c879bc
5
pkgrel=1
6
pkgdesc="A GTK4 + Libadwaita game launcher (rewrite branch)"
7
arch=(any)
8
url="https://github.com/AdityaHebballe/cartridges"
9
license=(GPL-3.0-or-later)
10
depends=(
11
dconf
12
gdk-pixbuf2
13
gobject-introspection-runtime
14
gtk4
15
hicolor-icon-theme
16
libadwaita
17
python
18
python-gobject
19
python-pillow
20
)
21
makedepends=(
22
blueprint-compiler
23
git
24
meson
25
)
26
checkdepends=(
27
appstream
28
desktop-file-utils
29
)
30
optdepends=(
31
"steam: Valve's digital software delivery system"
32
'heroic-games-launcher-bin: Native GOG, Epic Games and Amazon Games launcher for Linux'
33
'lutris: Open source gaming platform for Linux'
34
'bottles: Easily manage wine and proton prefix'
35
)
36
provides=(cartridges)
37
conflicts=(cartridges)
38
source=("cartridges::git+https://github.com/AdityaHebballe/cartridges.git#branch=rewrite")
39
b2sums=('SKIP')
40
41
pkgver() {
42
cd cartridges
43
44
if git describe --long --tags >/dev/null 2>&1; then
45
git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
46
else
47
printf "49.0.r%s.g%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
48
fi
49
}
50
51
build() {
52
arch-meson cartridges build -D profile=release
53
meson compile -C build
54
}
55
56
check() {
57
meson test -C build --print-errorlogs
58
}
59
60
package() {
61
meson install -C build --destdir "${pkgdir}"
62
}
63
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-06 15:12:20 | Low | 1 |
| 2026-09-06 13:11:32 | Low | 1 |