qt6curve-git
maintainer CxOrg
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from a public Git repository with a SKIP'd checksum, but the source is the project's own code from a plausible project-owned host, posing minimal risk.
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%): The package builds from a public Git repository with a SKIP'd checksum, but the source is the project's own code from a plausible project-owned host, posing minimal risk.
PKGBUILD
1
# Maintainer: CxOrg <clx.org@cloud-org.uk>
2
pkgname=qt6curve-git
3
pkgver=1.9.0.rc1.r0.g0000000
4
pkgrel=3
5
pkgdesc="Qt6 widget style with extensive configurability (Qt6 version only, separate from qtcurve)"
6
arch=('x86_64')
7
url="https://github.com/ixnewton/qtcurve/tree/Qt6Curve_version"
8
license=('LGPL2.1')
9
depends=('qt6-base' 'qt6-svg'
10
'kguiaddons' 'kconfig' 'kconfigwidgets'
11
'ki18n' 'kio' 'kiconthemes' 'kwidgetsaddons'
12
'kwindowsystem' 'frameworkintegration' 'kxmlgui'
13
'karchive')
14
makedepends=('git' 'cmake' 'extra-cmake-modules')
15
provides=('qt6curve')
16
conflicts=('qt6curve' 'qtcurve')
17
source=("git+https://github.com/ixnewton/qtcurve.git#branch=Qt6Curve_version")
18
sha256sums=('SKIP')
19
20
pkgver() {
21
cd "$srcdir/qtcurve"
22
local _ver
23
if _ver=$(git describe --long --tags 2>/dev/null); then
24
printf '%s\n' "$_ver" | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
25
else
26
printf "1.9.0.rc1.r%s.%s\n" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
27
fi
28
}
29
30
build() {
31
cd "$srcdir/qtcurve"
32
33
cmake -B build \
34
-DCMAKE_INSTALL_PREFIX=/usr \
35
-DCMAKE_BUILD_TYPE=Release \
36
-DENABLE_QT6=ON \
37
-DENABLE_QT5=OFF \
38
-DENABLE_QT4=OFF \
39
-DENABLE_GTK2=OFF \
40
-DQTC_QT6_ENABLE_KDE=ON \
41
-DQTC_ENABLE_X11=ON \
42
-DQTC_INSTALL_PO=ON
43
44
cmake --build build
45
}
46
47
package() {
48
cd "$srcdir/qtcurve"
49
DESTDIR="$pkgdir" cmake --install build
50
}
Changes since previous scan
--- PKGBUILD @ 2026-07-29 13:11+++ PKGBUILD @ 2026-08-03 00:08@@ -1,7 +1,7 @@ # Maintainer: CxOrg <clx.org@cloud-org.uk> pkgname=qt6curve-git pkgver=1.9.0.rc1.r0.g0000000-pkgrel=2+pkgrel=3 pkgdesc="Qt6 widget style with extensive configurability (Qt6 version only, separate from qtcurve)" arch=('x86_64') url="https://github.com/ixnewton/qtcurve/tree/Qt6Curve_version"@@ -19,8 +19,12 @@ pkgver() { cd "$srcdir/qtcurve"- git describe --long --tags 2>/dev/null | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g' || \- printf "1.9.0.rc1.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"+ local _ver+ if _ver=$(git describe --long --tags 2>/dev/null); then+ printf '%s\n' "$_ver" | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'+ else+ printf "1.9.0.rc1.r%s.%s\n" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"+ fi } build() {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 15:12:02 | LOW | 2 |
| 2026-07-29 13:11:48 | LOW | 2 |
| 2026-07-29 11:11:22 | LOW | 2 |