android-x86-64-xkeyboard-config
maintainer johannesmyhre
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
Package builds from official upstream source tarball; the flagged pattern is administrative (recently orphaned/re-adopted) and does not indicate malicious content 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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): Package builds from official upstream source tarball; the flagged pattern is administrative (recently orphaned/re-adopted) and does not indicate malicious content 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: Gonzalo Exequiel Pedone <hipersayan DOT x AT gmail DOT com>
2
# Contributor: Andreas Radke <andyrtr@archlinux.org>
3
4
_android_arch=x86-64
5
6
pkgname=android-${_android_arch}-xkeyboard-config
7
pkgver=2.46
8
pkgrel=1
9
arch=('any')
10
pkgdesc="X keyboard configuration files (Android ${_android_arch})"
11
license=('LicenseRef-xkeyboard-config')
12
url="https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config"
13
groups=('android-xkeyboard-config')
14
makedepends=('android-meson'
15
"android-${_android_arch}-libxslt"
16
'python')
17
options=(!strip !buildflags staticlibs !emptydirs)
18
source=("https://xorg.freedesktop.org/archive/individual/data/xkeyboard-config/xkeyboard-config-${pkgver}.tar.xz")
19
md5sums=('ca851f0e5bc0f52f2fb4629babc344c1')
20
21
build() {
22
cd "${srcdir}/xkeyboard-config-${pkgver}"
23
source android-env ${_android_arch}
24
25
android-${_android_arch}-meson build \
26
-D compat-rules=true \
27
-D xorg-rules-symlinks=true
28
ninja -C build
29
}
30
31
package() {
32
cd "${srcdir}/xkeyboard-config-${pkgver}"
33
source android-env ${_android_arch}
34
35
DESTDIR="${pkgdir}" ninja -C build install
36
rm -rf "${pkgdir}/${ANDROID_PREFIX_SHARE}/man"
37
38
install -vDm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}/"
39
}
40
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 17:15:21 | MEDIUM | 1 |
| 2026-06-18 16:11:54 | CLEAN | 0 |