kvantum-qt4-git
maintainer Capricornus007
· 3 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from the project's own Git repository, which is a normal AUR practice; the 'recently orphaned' flag is procedural and does not indicate malicious content.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package builds from the project's own Git repository, which is a normal AUR practice; the 'recently orphaned' flag is procedural and does not indicate malicious content.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
Recently orphaned & re-adopted
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
1
pkgname=kvantum-qt4-git
2
_gitname=Kvantum
3
pkgver=1.1.8.r3.gdc344a71
4
pkgrel=1
5
pkgdesc="SVG-based Qt4 theme engine plus a config tool and extra themes"
6
arch=('x86_64')
7
url="https://github.com/tsujan/Kvantum"
8
license=('GPL3')
9
groups=('qt')
10
depends=('qt4' 'hicolor-icon-theme')
11
makedepends=('cmake' 'git')
12
optdepends=('adapta-aurorae-theme-git: Matching kwin decorations for KvAdapta and KvAdaptaDark')
13
conflicts=('kvantum-qt4')
14
provides=('kvantum-qt4')
15
source=("git+${url}.git")
16
md5sums=('SKIP')
17
18
pkgver() {
19
cd ${srcdir}/${_gitname}
20
21
git describe --long --tags | sed 's/^V//;s/\([^-]*-g\)/r\1/;s/-/./g'
22
}
23
24
build() {
25
cd ${srcdir}/${_gitname}/${_gitname}
26
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DENABLE_QT4=ON
27
make
28
}
29
30
package() {
31
cd ${srcdir}/${_gitname}/${_gitname}
32
make DESTDIR=${pkgdir}/ install
33
install -Dm644 ChangeLog ${pkgdir}/usr/share/doc/kvantum/ChangeLog
34
install -Dm644 COPYING ${pkgdir}/usr/share/licenses/kvantum/COPYING
35
cp -r doc ${pkgdir}/usr/share/doc/kvantum
36
}
37
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 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |