android-riscv64-libxfixes

maintainer manuelfernandes · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds a library from official X.org source, which is normal and safe; the 'recently orphaned' flag is a procedural concern, not a security 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%): The package builds a library from official X.org source, which is normal and safe; the 'recently orphaned' flag is a procedural concern, not a security 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=riscv64
6
7pkgname=android-${_android_arch}-libxfixes
8pkgver=6.0.2
9pkgrel=1
10arch=('any')
11pkgdesc="X11 miscellaneous 'fixes' extension library (Android ${_android_arch})"
12url="https://xorg.freedesktop.org/"
13license=('custom')
14depends=("android-${_android_arch}-libx11")
15makedepends=('android-configure'
16 "android-${_android_arch}-xorg-util-macros"
17 "android-${_android_arch}-xorgproto")
18options=(!strip !buildflags staticlibs !emptydirs)
19source=("${url}/releases/individual/lib/libXfixes-${pkgver}.tar.xz")
20md5sums=('baa39ada682dd524491a165bb0dfc708')
21
22build() {
23 cd "${srcdir}/libXfixes-${pkgver}"
24 source android-env ${_android_arch}
25
26 android-${_android_arch}-configure \
27 --sysconfdir="${ANDROID_PREFIX_ETC}"
28 make $MAKEFLAGS
29}
30
31package() {
32 cd "${srcdir}/libXfixes-${pkgver}"
33 source android-env ${_android_arch}
34
35 make DESTDIR="${pkgdir}" install
36 rm -rf "$pkgdir/${ANDROID_PREFIX_SHARE}"
37 ${ANDROID_STRIP} -g --strip-unneeded "${pkgdir}"/${ANDROID_PREFIX_LIB}/*.so
38 ${ANDROID_STRIP} -g "$pkgdir"/${ANDROID_PREFIX_LIB}/*.a
39
40 install -vDm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}/"
41}
42

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