libxfce4ui-devel
maintainer twa022
· 20 votes
· scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged
The source is a legitimate project tarball from the official Xfce archive host, which is not whitelisted but is the project's own release infrastructure; building from official source is normal AUR packaging.
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 source is a legitimate project tarball from the official Xfce archive host, which is not whitelisted but is the project's own release infrastructure; building from official source is normal AUR packaging.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
source=() URL on a non-standard host
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:20
source=("https://archive.xfce.org/src/xfce/${_pkgname}/${pkgver%.*}/${_pkgname}-${pkgver}.tar.xz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: twa022 <twa022 at gmail dot com>
2
# Contributor: m4sk1n <m4sk1n@o2.pl>
3
# Contributor: Evangelos Foutras <evangelos@foutrelis.com>
4
# Contributor: Xavier Devlamynck <magicrhesus@ouranos.be>
5
6
_pkgname=libxfce4ui
7
pkgname=${_pkgname}-devel
8
pkgver=4.21.9
9
pkgrel=1
10
pkgdesc="Commonly used Xfce widgets among Xfce applications (Development version)"
11
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
12
url="https://docs.xfce.org/xfce/libxfce4ui/start"
13
license=('GPL-2.0-or-later')
14
groups=('xfce4-devel')
15
depends=('libxfce4util' 'gtk3' 'xfconf' 'libsm' 'startup-notification' 'libgudev'
16
'libgtop' 'libepoxy' 'hicolor-icon-theme')
17
makedepends=('gtk-doc' 'gobject-introspection' 'vala' 'xfce4-dev-tools' 'meson')
18
provides=("${_pkgname}=${pkgver}")
19
conflicts=("${_pkgname}")
20
source=("https://archive.xfce.org/src/xfce/${_pkgname}/${pkgver%.*}/${_pkgname}-${pkgver}.tar.xz")
21
sha256sums=('d2072e0c3c27e39e1c38050c660f34806e34e8b1abba660684db586f8c4f7142')
22
23
build() {
24
local meson_options=(
25
-D gtk-doc=true
26
-D x11=enabled
27
-D wayland=enabled
28
)
29
30
arch-meson "${_pkgname}-${pkgver}" build "${meson_options[@]}"
31
meson compile -C build
32
}
33
34
35
package() {
36
meson install -C build --destdir "$pkgdir"
37
}
38
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-08-18 00:03@@ -5,7 +5,7 @@ _pkgname=libxfce4ui pkgname=${_pkgname}-devel-pkgver=4.21.8+pkgver=4.21.9 pkgrel=1 pkgdesc="Commonly used Xfce widgets among Xfce applications (Development version)" arch=('i686' 'x86_64' 'armv7h' 'aarch64')@@ -18,7 +18,7 @@ provides=("${_pkgname}=${pkgver}") conflicts=("${_pkgname}") source=("https://archive.xfce.org/src/xfce/${_pkgname}/${pkgver%.*}/${_pkgname}-${pkgver}.tar.xz")-sha256sums=('e6caafc6fe5e07765e22dd849a19b21e5aa44f51c66fa1d7db74b94330bd457b')+sha256sums=('d2072e0c3c27e39e1c38050c660f34806e34e8b1abba660684db586f8c4f7142') build() { local meson_options=(Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | LOW | 2 |
| 2026-08-17 00:18:29 | LOW | 2 |
| 2026-08-16 00:03:42 | LOW | 2 |
| 2026-08-15 00:26:13 | LOW | 2 |
| 2026-08-14 01:27:12 | MEDIUM | 1 |
| 2026-06-19 19:07:35 | CLEAN | 2 |
| 2026-06-18 18:04:49 | CLEAN | 2 |
| 2026-06-18 16:11:54 | MEDIUM | 1 |