qt6-xdgiconqml-git

maintainer a_i · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged Package builds from its own git source on GitHub, which is normal for AUR-git packages; the low severity is due to few votes and recent upload, not malicious content.

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%): Package builds from its own git source on GitHub, which is normal for AUR-git packages; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1# Maintainer: Alex Indigo <ai at aegis dot one>
2
3pkgname=qt6-xdgiconqml-git
4_projname=xdgiconqml
5_release_ver=0.1.0.r0
6pkgver=57d4605
7pkgrel=1
8pkgdesc="Qt 6 QML plugin implementing the XDG Icon Theme Specification (v0.13) — git master"
9arch=('x86_64' 'aarch64')
10url="https://github.com/alexindigo/xdgiconqml"
11license=('GPL-3.0-or-later')
12depends=('qt6-base' 'qt6-declarative')
13makedepends=('cmake' 'git')
14provides=('qt6-xdgiconqml')
15conflicts=('qt6-xdgiconqml' 'qt6-xdgiconqml-dbus-git')
16source=("${pkgname}::git+${url}.git")
17sha256sums=('SKIP')
18
19pkgver() {
20 cd "${srcdir}/${pkgname}"
21 git describe --long --tags --always 2>/dev/null \
22 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g' \
23 || echo "${_release_ver}.g$(git rev-parse --short HEAD)"
24}
25
26build() {
27 cmake -B build -S "${srcdir}/${pkgname}" \
28 -DCMAKE_BUILD_TYPE=Release \
29 -DBUILD_TEST_MODE=OFF \
30 -DWITH_DBUS_BROADCAST=OFF \
31 -DCMAKE_SKIP_RPATH=ON \
32 -DCMAKE_INSTALL_PREFIX=/usr
33 cmake --build build
34}
35
36package() {
37 DESTDIR="${pkgdir}" cmake --install build
38}
39

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 07:17:22 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