xfce4-power-profiles-plugin

LOW
maintainer AurelienDuval6 0 votes scanned 2026-08-27 15:32:51.856305
View on AUR
Why flagged

The package builds from source hosted on the maintainer's GitHub, which is a common and acceptable practice for AUR packages; the 'SKIP' checksum and low votes/newness are quality concerns but do not indicate active danger as it installs only compiled plugin binaries and a desktop file without executing remote code or using untrusted prebuilt payloads.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Low AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds from source hosted on the maintainer's GitHub, which is a common and acceptable practice for AUR packages; the 'SKIP' checksum and low votes/newness are quality concerns but do not indicate active danger as it installs only compiled plugin binaries and a desktop file without executing remote code or using untrusted prebuilt payloads.

PKGBUILD

1# Maintainer: Aurelien Duval <aurelien.duval6@gmail.com>
2pkgname=xfce4-power-profiles-plugin
3pkgver=0.1.0
4pkgrel=1
5pkgdesc="XFCE4 panel plugin for managing power profiles (power-profiles-daemon, TLP, system76-power)"
6arch=('x86_64')
7url="https://github.com/AurelienDuval6/xfce4-power-profiles-plugin"
8license=('GPL-3.0-or-later')
9groups=('xfce4-plugins')
10depends=('gtk3' 'xfce4-panel')
11optdepends=('power-profiles-daemon: default power profile backend (systemd)'
12 'tlp: lightweight power profile backend (TLP 1.9+ with D-Bus)'
13 'system76-power: power profile backend for System76 hardware')
14makedepends=('rust' 'gcc' 'pkg-config' 'libxfce4ui')
15source=("$pkgname-$pkgver.tar.gz::https://github.com/AurelienDuval6/$pkgname/archive/refs/tags/v$pkgver.tar.gz")
16sha256sums=('SKIP')
17
18prepare() {
19 cd "$pkgname-$pkgver"
20}
21
22build() {
23 cd "$pkgname-$pkgver"
24 bash build.sh
25}
26
27package() {
28 cd "$pkgname-$pkgver"
29 install -Dm755 libpowerprofiles.so "$pkgdir/usr/lib/xfce4/panel/plugins/libpowerprofiles.so"
30 install -Dm644 power-profiles.desktop "$pkgdir/usr/share/xfce4/panel/plugins/power-profiles.desktop"
31}
32

Scan history

Scanned at (UTC)SeverityRules
2026-08-27 15:32:51 Low 2

Report a package

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

0 / 4000
Your suggestion