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
7
pkgname=android-${_android_arch}-libxdamage
8
pkgver=1.1.7
9
pkgrel=1
10
pkgdesc="X11 damaged region extension library (Android ${_android_arch})"
11
arch=('any')
12
url="https://xorg.freedesktop.org/"
13
license=('custom')
14
depends=("android-${_android_arch}-libxfixes")
15
makedepends=('android-configure'
16
"android-${_android_arch}-xorgproto")
17
options=(!strip !buildflags staticlibs !emptydirs)
18
source=("${url}/releases/individual/lib/libXdamage-${pkgver}.tar.xz")
19
md5sums=('72bb73f2a07f81784ad69a39d7df1da2')
20
21
build() {
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
31
package() {
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) | 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 |