lunduke-paint-git

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

Scan history

Scanned at (UTC)SeverityRules
2026-09-06 09:10:50 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