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>
2
pkgname=wallmgr
3
pkgver=1.0.0
4
pkgrel=1
5
pkgdesc="Modern wallpaper manager written in C++ and QML with smooth animations"
6
arch=('x86_64')
7
url="https://github.com/simeulinuxkaliaiwr/wallmgr"
8
license=('MIT')
9
depends=('qt6-base' 'qt6-declarative' 'qt6-shadertools' 'libx11')
10
makedepends=('cmake' 'git')
11
source=("git+${url}.git#branch=main")
12
sha256sums=('SKIP')
13
14
build() {
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
22
package() {
23
DESTDIR="$pkgdir" cmake --install build
24
}
25
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 03:38:23 | LOW | 1 |