xfce4-panel-devel
MEDIUM
maintainer twa022
24 votes
scanned 2026-08-26 19:30:41.077132
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
# Contributor: twa022 <twa022 at gmail dot com>
2
3
_pkgname=xfce4-panel
4
pkgname=${_pkgname}-devel
5
pkgver=4.21.1
6
pkgrel=1
7
pkgdesc="Panel for the Xfce desktop environment (development release)"
8
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
9
url="https://docs.xfce.org/xfce/xfce4-panel/start"
10
license=('GPL-2.0-or-later')
11
groups=('xfce4-devel')
12
depends=('garcon' 'libxfce4ui>=4.21.3' 'xfconf' 'hicolor-icon-theme'
13
'desktop-file-utils' 'libdbusmenu-gtk3' 'libxfce4windowing' 'gtk-layer-shell')
14
makedepends=('meson' 'xfce4-dev-tools' 'gtk-doc' 'gobject-introspection' 'vala' 'glib2-devel')
15
provides=("${_pkgname}=${pkgver}")
16
conflicts=("${_pkgname}" 'xfce4-statusnotifier-plugin')
17
replaces=('xfce4-statusnotifier-plugin')
18
source=("https://archive.xfce.org/src/xfce/$_pkgname/${pkgver%.*}/${_pkgname}-${pkgver}.tar.xz")
19
sha256sums=('c940dae515bef4af08a126011d2fd873ce99e815157ba8cef5332195bb60e51e')
20
21
build() {
22
local meson_options=(
23
-D gtk-doc=true
24
-D x11=enabled
25
-D wayland=enabled
26
)
27
28
arch-meson "${_pkgname}-${pkgver}" build "${meson_options[@]}"
29
meson compile -C build
30
}
31
32
package() {
33
meson install -C build --destdir "$pkgdir"
34
}
35
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-26 19:30:41 | Medium | 1 |
| 2026-06-19 19:07:35 | Clean | 2 |
| 2026-06-19 18:54:17 | Clean | 2 |
| 2026-06-18 16:11:54 | Medium | 1 |