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