wallmgr

maintainer Guilherme_bash · 0 votes · scanned 2026-08-18 03:38:23.746777
LOW
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: Gui <leonsombrio244@gmail.com>
2pkgname=wallmgr
3pkgver=1.0.0
4pkgrel=1
5pkgdesc="Modern wallpaper manager written in C++ and QML with smooth animations"
6arch=('x86_64')
7url="https://github.com/simeulinuxkaliaiwr/wallmgr"
8license=('MIT')
9depends=('qt6-base' 'qt6-declarative' 'qt6-shadertools' 'libx11')
10makedepends=('cmake' 'git')
11source=("git+${url}.git#branch=main")
12sha256sums=('SKIP')
13
14build() {
15 cmake -B build -S "$pkgname" \
16 -DCMAKE_BUILD_TYPE=None \
17 -DCMAKE_INSTALL_PREFIX=/usr \
18 -Wno-dev
19 cmake --build build
20}
21
22package() {
23 DESTDIR="$pkgdir" cmake --install build
24}
25

Scan history

Scanned at (UTC)SeverityRules
2026-08-18 03:38:23 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