lunduke-paint-git
LOW
maintainer andreas_baumann
0 votes
scanned 2026-09-06 09:10:50.549465
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: Andreas Baumann <mail@andreasbaumann.cc>
2
3
pkgname=lunduke-paint-git
4
pkgver=r52.0644594
5
pkgrel=1
6
pkgdesc="Traditional Linux X11 paint program (GTK3/gtkmm), classic MS Paint + KolourPaint feel"
7
arch=('x86_64')
8
url="https://github.com/BryanLunduke/lunduke-paint"
9
license=('GPL-3.0-or-later')
10
depends=('gtkmm3' 'cairomm' 'gdk-pixbuf2' 'glib2' 'libarchive' 'pugixml' 'pango')
11
makedepends=('meson' 'ninja' 'git')
12
provides=('lunduke-paint')
13
conflicts=('lunduke-paint')
14
source=("$pkgname::git+https://github.com/BryanLunduke/lunduke-paint.git")
15
sha512sums=('SKIP')
16
17
pkgver() {
18
cd "$pkgname"
19
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
20
}
21
22
build() {
23
arch-meson "$pkgname" build
24
meson compile -C build
25
}
26
27
check() {
28
# test_widgets self-skips (exit 77) when there's no DISPLAY, per upstream README
29
meson test -C build --print-errorlogs
30
}
31
32
package() {
33
meson install -C build --destdir "$pkgdir"
34
}
35
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-06 09:10:50 | Low | 1 |