android-aarch64-libxmu
maintainer anitaalmagia
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
Package builds from official X.org source tarball over HTTPS with a matching checksum; the orphaned/re-adopted status is administrative and does not imply code 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 X.org source tarball over HTTPS with a matching checksum; the orphaned/re-adopted status is administrative and does not imply code 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
# Contributor: Jan de Groot <jgc@archlinux.org>
4
5
_android_arch=aarch64
6
7
pkgname=android-${_android_arch}-libxmu
8
pkgver=1.3.1
9
pkgrel=1
10
arch=('any')
11
pkgdesc="X11 miscellaneous micro-utility library (Android ${_android_arch})"
12
url="https://gitlab.freedesktop.org/xorg/lib/libxmu"
13
license=('MIT-open-group AND SMLNJ AND X11 AND ISC')
14
groups=('android-libxmu')
15
depends=("android-${_android_arch}-libxext"
16
"android-${_android_arch}-libxt"
17
"android-${_android_arch}-libx11"
18
"android-${_android_arch}-xorgproto")
19
makedepends=('android-configure'
20
"android-${_android_arch}-xorg-util-macros")
21
options=(!strip !buildflags staticlibs !emptydirs)
22
source=("https://xorg.freedesktop.org//archive/individual/lib/libXmu-${pkgver}.tar.xz")
23
md5sums=('1ef8065f0284e76c2238770365012ab2')
24
25
build() {
26
cd "${srcdir}/libXmu-${pkgver}"
27
source android-env ${_android_arch}
28
29
android-${_android_arch}-configure \
30
--sysconfdir="${ANDROID_PREFIX_ETC}"
31
make $MAKEFLAGS
32
}
33
34
package() {
35
cd "${srcdir}/libXmu-${pkgver}"
36
source android-env ${_android_arch}
37
38
make DESTDIR="${pkgdir}" install
39
rm -rf "$pkgdir/${ANDROID_PREFIX_SHARE}"
40
${ANDROID_STRIP} -g --strip-unneeded "${pkgdir}/${ANDROID_PREFIX_LIB}"/*.so
41
${ANDROID_STRIP} -g "${pkgdir}/${ANDROID_PREFIX_LIB}"/*.a
42
43
install -vDm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}/"
44
}
45
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 |