wallpiper-kde

LOW
maintainer shdwmtr 0 votes scanned 2026-08-24 03:21:59.346116
View on AUR
Why flagged

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

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.

PKGBUILD

1# Maintainer: Ethan Alexander <ethanjalexander@hotmail.ca>
2
3pkgname="wallpiper-kde"
4pkgver=1.0.0
5pkgrel=1
6pkgdesc="KDE Plasma 6 portal for wallpiper"
7arch=('x86_64')
8url="https://github.com/shdwmtr/wallpiper"
9license=('MIT')
10depends=('wallpiper' 'qt6-base' 'qt6-declarative' 'mesa' 'libx11' 'libxrandr')
11makedepends=('git' 'cmake' 'extra-cmake-modules' 'qt6-base' 'qt6-declarative' 'mesa' 'libx11' 'libxrandr')
12install="wallpiper-kde.install"
13source=("$pkgname::git+$url.git#tag=v$pkgver")
14sha256sums=('SKIP')
15
16build() {
17 cd "$srcdir/$pkgname"
18
19 cmake -S portals/wallpiper-portal-kde/native -B target/kde \
20 -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
21 cmake --build target/kde --parallel
22}
23
24package() {
25 cd "$srcdir/$pkgname"
26
27 DESTDIR="$pkgdir" cmake --install target/kde
28
29 local plasmadir="$pkgdir/usr/share/plasma/wallpapers/dev.wallpiper.kde"
30 install -d "$plasmadir"
31 cp -r portals/wallpiper-portal-kde/extension/. "$plasmadir/"
32
33 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
34}
35

Scan history

Scanned at (UTC)SeverityRules
2026-08-24 03:21:59 Low 1

Report a package

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

0 / 4000
Your suggestion