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
3
pkgname=qt6-xdgiconqml-git
4
_projname=xdgiconqml
5
_release_ver=0.1.0.r0
6
pkgver=57d4605
7
pkgrel=1
8
pkgdesc="Qt 6 QML plugin implementing the XDG Icon Theme Specification (v0.13) — git master"
9
arch=('x86_64' 'aarch64')
10
url="https://github.com/alexindigo/xdgiconqml"
11
license=('GPL-3.0-or-later')
12
depends=('qt6-base' 'qt6-declarative')
13
makedepends=('cmake' 'git')
14
provides=('qt6-xdgiconqml')
15
conflicts=('qt6-xdgiconqml' 'qt6-xdgiconqml-dbus-git')
16
source=("${pkgname}::git+${url}.git")
17
sha256sums=('SKIP')
18
19
pkgver() {
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
26
build() {
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
36
package() {
37
DESTDIR="${pkgdir}" cmake --install build
38
}
39
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |