android-armv7a-eabi-xkeyboard-config

maintainer mariajacobsson · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds xkeyboard-config from official source on xorg.freedesktop.org, a trusted project host; the flagged pattern is merely a maintainer change, not a supply-chain risk, and the build uses standard, transparent steps for an Android-targeted port.

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%): The package builds xkeyboard-config from official source on xorg.freedesktop.org, a trusted project host; the flagged pattern is merely a maintainer change, not a supply-chain risk, and the build uses standard, transparent steps for an Android-targeted port.

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=armv7a-eabi
5
6pkgname=android-${_android_arch}-xkeyboard-config
7pkgver=2.46
8pkgrel=1
9arch=('any')
10pkgdesc="X keyboard configuration files (Android ${_android_arch})"
11license=('LicenseRef-xkeyboard-config')
12url="https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config"
13groups=('android-xkeyboard-config')
14makedepends=('android-meson'
15 "android-${_android_arch}-libxslt"
16 'python')
17options=(!strip !buildflags staticlibs !emptydirs)
18source=("https://xorg.freedesktop.org/archive/individual/data/xkeyboard-config/xkeyboard-config-${pkgver}.tar.xz")
19md5sums=('ca851f0e5bc0f52f2fb4629babc344c1')
20
21build() {
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
31package() {
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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion