kobodeluxe
The package downloads the source tarball from the project's official domain and a Debian patch set from debian.org; both are legitimate sources, with the latter being a standard practice for applying distribution-specific patches, posing no significant risk.
Triggered rules
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 downloads the source tarball from the project's official domain and a Debian patch set from debian.org; both are legitimate sources, with the latter being a standard practice for applying distribution-specific patches, posing no significant risk.
1 higher static finding superseded - not the current verdict (shown for transparency)
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:20
"http://www.olofson.net/kobodl/download/KoboDeluxe-${pkgver}.tar.gz"
PKGBUILD
1 offending line(s) highlighted# Maintainer:
# Contributor: Alexander F. Rødseth <xyproto@archlinux.org>
# Contributor: Felix Yan <felixonmars@archlinux.org>
# Contributor: Eric Bélanger <eric@archlinux.org>
_pkgname="kobodeluxe"
pkgname="$_pkgname"
pkgver=0.5.1
pkgrel=15
_debrel=10
pkgdesc='3rd person scrolling 2D shooter'
arch=(x86_64)
url='http://www.olofson.net/kobodl/'
license=(GPL2 LGPL2.1)
depends=(
'hicolor-icon-theme'
'sdl_image'
)
source=(
"http://www.olofson.net/kobodl/download/KoboDeluxe-${pkgver}.tar.gz"
"http://deb.debian.org/debian/pool/main/k/$_pkgname/${_pkgname}_${pkgver}-${_debrel}.debian.tar.xz"
)
sha256sums=(
'2d5a4c3cd573e39640d4fdf81517eff7cb13fd6d433fc053563e79bb18b8071a'
'646102c0e8699dbd1c6d01a4a2bfdc362295414ec1f26c0195d3fba763adca42'
)
prepare() {
cd "KoboDeluxe-$pkgver"
# apply debian patches
xargs -a "$srcdir/debian/patches/series" -d "\n" -i -P 1 \
-- patch -p 1 -i "$srcdir/debian/patches/{}"
# unpack icons
tar xf icons.tar.gz
# fix paths and file names
sed -i -e 's:kobo-deluxe:kobodeluxe:' configure{,.in} data/{gfx,sfx}/Makefile{.in,.am}
# fix .desktop file
sed -i -e 's:^Exec=kobodl$:Exec=kobodeluxe:' "icons/KDE/kobo-deluxe.desktop"
sed -i -e 's:^Categories=Qt;KDE;Game;ArcadeGame$:Categories=Qt;KDE;Game:' "icons/KDE/kobo-deluxe.desktop"
# fix scores directory
sed -Ei -e 's@^(install-data-hook:)\t\$\(.*\)$@\1\n\tmkdir -p $(DESTDIR)$(kobo_scoredir)@' Makefile.am
# silence filename warning
cp configure.in configure.am
autoreconf -vfi
}
build() {
cd "KoboDeluxe-$pkgver"
./configure \
--prefix=/usr \
--localstatedir=/var \
--sharedstatedir=/var/lib
make
}
package() {
cd "KoboDeluxe-$pkgver"
DESTDIR="$pkgdir" make install
# rename executable
mv "$pkgdir/usr/bin/kobodl" "$pkgdir/usr/bin/kobodeluxe"
# install .desktop file
install -D -m644 "icons/KDE/kobo-deluxe.desktop" \
"$pkgdir/usr/share/applications/kobodeluxe.desktop"
# install icons
for i in 16 22 32 48 64 128 ; do
install -Dm644 "icons/KDE/icons/${i}x${i}/kobodl.png" \
"$pkgdir/usr/share/icons/hicolor/${i}x$i/apps/kobodl.png"
done
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |