xfdesktop-devel

MEDIUM
maintainer twa022 18 votes scanned 2026-09-27 17:19:13.301701
View on AUR
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
4pkgname=${_pkgname}-devel
5pkgver=4.21.0
6pkgrel=2
7pkgdesc="A desktop manager for Xfce (development release)"
8arch=('i686' 'x86_64' 'aarch64' 'armv7h')
9url="https://docs.xfce.org/xfce/xfdesktop/start"
10license=('GPL2')
11groups=('xfce4-devel')
12depends=('thunar' 'garcon' 'hicolor-icon-theme' 'libxfce4ui>=4.21.0' 'libxfce4windowing' 'gtk-layer-shell' 'libyaml')
13makedepends=('glib2-devel' 'meson' 'gst-plugin-gtk')
14optdepends=('gst-plugin-gtk: Video backgrounds')
15conflicts=('xfce4-menueditor' "${_pkgname}")
16provides=("${_pkgname}=${pkgver}")
17replaces=('xfce4-menueditor')
18source=("https://archive.xfce.org/src/xfce/${_pkgname}/${pkgver%.*}/${_pkgname}-${pkgver}.tar.xz")
19sha256sums=('10a463b9bc474159622d861c1bf7f098e7848af15a453ac0275a3b92a8565c4e')
20
21build() {
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
34package() {
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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion