darkly-plasma-theme-git

LOW
maintainer ironhak 0 votes scanned 2026-09-05 14:00:22.289320
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

1pkgname=darkly-plasma-theme-git
2_pkgname=Darkly
3pkgver=r2833
4pkgrel=1
5pkgdesc="Modern Qt/KDE application style and window decoration"
6arch=('x86_64')
7url="https://github.com/Bali10050/Darkly"
8license=('GPL-2.0-or-later')
9
10depends=(
11 'plasma-workspace'
12)
13
14makedepends=(
15 'git'
16 'cmake'
17 'extra-cmake-modules'
18 'gcc'
19 'make'
20)
21
22provides=('darkly')
23conflicts=('darkly')
24
25source=("${_pkgname}::git+https://github.com/Bali10050/Darkly.git")
26sha256sums=('SKIP')
27
28pkgver() {
29 cd "${srcdir}/${_pkgname}"
30 printf "r%s.%s" \
31 "$(git rev-list --count HEAD)" \
32 "$(git rev-parse --short HEAD)"
33}
34
35build() {
36 cmake \
37 -B build \
38 -S "${srcdir}/${_pkgname}" \
39 -DCMAKE_BUILD_TYPE=Release \
40 -DCMAKE_INSTALL_PREFIX=/usr \
41 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
42 -DBUILD_TESTING=OFF
43
44 cmake --build build
45}
46
47package() {
48 DESTDIR="${pkgdir}" cmake --install build
49}
50

Scan history

Scanned at (UTC)SeverityRules
2026-09-05 14:00:22 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion