xfdesktop-devel
MEDIUM
maintainer twa022
18 votes
scanned 2026-09-27 17:19:13.301701
Why flagged
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
Triggered rules
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:18
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=xfdesktop
4
pkgname=${_pkgname}-devel
5
pkgver=4.21.0
6
pkgrel=2
7
pkgdesc="A desktop manager for Xfce (development release)"
8
arch=('i686' 'x86_64' 'aarch64' 'armv7h')
9
url="https://docs.xfce.org/xfce/xfdesktop/start"
10
license=('GPL2')
11
groups=('xfce4-devel')
12
depends=('thunar' 'garcon' 'hicolor-icon-theme' 'libxfce4ui>=4.21.0' 'libxfce4windowing' 'gtk-layer-shell' 'libyaml')
13
makedepends=('glib2-devel' 'meson' 'gst-plugin-gtk')
14
optdepends=('gst-plugin-gtk: Video backgrounds')
15
conflicts=('xfce4-menueditor' "${_pkgname}")
16
provides=("${_pkgname}=${pkgver}")
17
replaces=('xfce4-menueditor')
18
source=("https://archive.xfce.org/src/xfce/${_pkgname}/${pkgver%.*}/${_pkgname}-${pkgver}.tar.xz")
19
sha256sums=('10a463b9bc474159622d861c1bf7f098e7848af15a453ac0275a3b92a8565c4e')
20
21
build() {
22
local meson_options=(
23
-D x11=enabled
24
-D wayland=enabled
25
-D desktop-menu=enabled
26
-D tests=false
27
)
28
29
arch-meson "${_pkgname}-${pkgver}" build "${meson_options[@]}"
30
meson compile -C build
31
}
32
33
34
package() {
35
meson install -C build --destdir "$pkgdir"
36
}
37
Changes since previous scan
--- PKGBUILD @ 2026-06-22 02:11+++ PKGBUILD @ 2026-09-27 17:19@@ -3,18 +3,18 @@ _pkgname=xfdesktop pkgname=${_pkgname}-devel pkgver=4.21.0-pkgrel=1+pkgrel=2 pkgdesc="A desktop manager for Xfce (development release)" arch=('i686' 'x86_64' 'aarch64' 'armv7h') url="https://docs.xfce.org/xfce/xfdesktop/start" license=('GPL2') groups=('xfce4-devel') depends=('thunar' 'garcon' 'hicolor-icon-theme' 'libxfce4ui>=4.21.0' 'libxfce4windowing' 'gtk-layer-shell' 'libyaml')-makedepends=('glib2-devel' 'meson')+makedepends=('glib2-devel' 'meson' 'gst-plugin-gtk')+optdepends=('gst-plugin-gtk: Video backgrounds') conflicts=('xfce4-menueditor' "${_pkgname}") provides=("${_pkgname}=${pkgver}") replaces=('xfce4-menueditor')-options=('!libtool') source=("https://archive.xfce.org/src/xfce/${_pkgname}/${pkgver%.*}/${_pkgname}-${pkgver}.tar.xz") sha256sums=('10a463b9bc474159622d861c1bf7f098e7848af15a453ac0275a3b92a8565c4e') Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-27 17:19:13 | Medium | 1 |
| 2026-06-22 02:11:40 | Clean | 2 |
| 2026-06-19 19:07:35 | Clean | 2 |
| 2026-06-19 18:54:17 | Clean | 2 |
| 2026-06-18 16:11:54 | Medium | 1 |