xfwl4-devel
maintainer twa022
· 0 votes
· scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged
The source is a tarball from archive.xfce.org, which is the official XFCE project's archive host; despite not being on a standard whitelist, it is a legitimate and expected source for this software, and the package builds from verified source code.
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 tarball from archive.xfce.org, which is the official XFCE project's archive host; despite not being on a standard whitelist, it is a legitimate and expected source for this software, and the package builds from verified source code.
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:19
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
3
_pkgname=xfwl4
4
pkgname=${_pkgname}-devel
5
pkgver=4.21.1
6
pkgrel=1
7
pkgdesc="Wayland compositor for xfce4 (development snapshot)"
8
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
9
url="https://gitlab.xfce.org/xfce/xfwl4"
10
license=('GPL-3.0-or-later')
11
groups=('xfce4-devel')
12
conflicts=("${_pkgname}")
13
provides=("${_pkgname}=${pkgver}")
14
depends=('gtk3' 'xfconf>=4.21.2' 'libxfce4ui>=4.21.4' 'libdisplay-info' 'libdrm' 'libinput' 'mesa' 'pixman'
15
'seatd' 'libxkbcommon' 'xorg-xwayland')
16
# Runtime only
17
depends+=('xfwm4' 'xfce4-settings>=4.21.3' 'xfdesktop>=4.21.0' 'libxfce4windowing>=4.20.7')
18
makedepends=('cargo' 'rust' 'meson' 'gettext')
19
source=("https://archive.xfce.org/src/xfce/$_pkgname/${pkgver%.*}/${_pkgname}-${pkgver}.tar.xz")
20
sha256sums=('fee9a4777009bdbee160fd9e247d99060a26ef933e942303f7689d19cf6441ff')
21
22
build() {
23
local meson_options=(
24
-Duse-system-gettext=true
25
)
26
27
arch-meson "${_pkgname}-${pkgver}" build "${meson_options[@]}"
28
meson compile -C build
29
}
30
31
package() {
32
meson install -C build --destdir "$pkgdir"
33
}
34
Changes since previous scan
--- PKGBUILD @ 2026-06-22 02:13+++ PKGBUILD @ 2026-08-18 00:03@@ -2,7 +2,7 @@ _pkgname=xfwl4 pkgname=${_pkgname}-devel-pkgver=4.21.0+pkgver=4.21.1 pkgrel=1 pkgdesc="Wayland compositor for xfce4 (development snapshot)" arch=('x86_64' 'i686' 'armv7h' 'aarch64')@@ -14,10 +14,10 @@ depends=('gtk3' 'xfconf>=4.21.2' 'libxfce4ui>=4.21.4' 'libdisplay-info' 'libdrm' 'libinput' 'mesa' 'pixman' 'seatd' 'libxkbcommon' 'xorg-xwayland') # Runtime only-depends+=('xfwm4' 'xfce4-settings>=4.21.2' 'xfdesktop>=4.21.0')+depends+=('xfwm4' 'xfce4-settings>=4.21.3' 'xfdesktop>=4.21.0' 'libxfce4windowing>=4.20.7') makedepends=('cargo' 'rust' 'meson' 'gettext') source=("https://archive.xfce.org/src/xfce/$_pkgname/${pkgver%.*}/${_pkgname}-${pkgver}.tar.xz")-sha256sums=('1e2ba9c8aa21d1adf723e7d3ef22f38c474a2f0d557de8caa6fa1591a1f8fe3e')+sha256sums=('fee9a4777009bdbee160fd9e247d99060a26ef933e942303f7689d19cf6441ff') 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-22 02:13:00 | CLEAN | 3 |
| 2026-06-22 02:11:40 | LOW | 3 |