android-armv7a-eabi-libxdamage

maintainer lucerey · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged Package builds from official X.org source tarball, uses standard Android cross-compilation setup; no remote code execution or malicious payloads detected.

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 90%): Package builds from official X.org source tarball, uses standard Android cross-compilation setup; no remote code execution or malicious payloads detected.

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=armv7a-eabi
6
7pkgname=android-${_android_arch}-libxdamage
8pkgver=1.1.7
9pkgrel=1
10pkgdesc="X11 damaged region extension library (Android ${_android_arch})"
11arch=('any')
12url="https://xorg.freedesktop.org/"
13license=('custom')
14depends=("android-${_android_arch}-libxfixes")
15makedepends=('android-configure'
16 "android-${_android_arch}-xorgproto")
17options=(!strip !buildflags staticlibs !emptydirs)
18source=("${url}/releases/individual/lib/libXdamage-${pkgver}.tar.xz")
19md5sums=('72bb73f2a07f81784ad69a39d7df1da2')
20
21build() {
22 cd "${srcdir}/libXdamage-${pkgver}"
23 source android-env ${_android_arch}
24
25 android-${_android_arch}-configure \
26 --sysconfdir="${ANDROID_PREFIX_ETC}"
27 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
28 make $MAKEFLAGS
29}
30
31package() {
32 cd "${srcdir}/libXdamage-${pkgver}"
33 source android-env ${_android_arch}
34
35 make DESTDIR="${pkgdir}" install
36 ${ANDROID_STRIP} -g --strip-unneeded "${pkgdir}/${ANDROID_PREFIX_LIB}"/*.so
37 ${ANDROID_STRIP} -g "${pkgdir}/${ANDROID_PREFIX_LIB}"/*.a
38
39 install -vDm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}/"
40}
41

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