plasma-lyrics
LOW
maintainer TheSw1m
0 votes
scanned 2026-09-08 03:15:31.911739
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
1
# Maintainer: swim <swim853279614@163.com>
2
pkgname=plasma-lyrics
3
pkgver=0.2.3
4
pkgrel=1
5
pkgdesc='Native synchronized desktop lyrics widget for Plasma 6'
6
arch=('x86_64')
7
url='https://github.com/swim233/plasma-lyrics'
8
license=('GPL-2.0-only')
9
depends=('plasma-workspace' 'libplasma' 'kirigami' 'ksvg' 'ki18n' 'kdeclarative'
10
'qt6-base' 'qt6-declarative' 'glibc' 'libgcc' 'libstdc++')
11
makedepends=('cmake' 'ninja' 'extra-cmake-modules' 'gettext')
12
source=("$pkgname-$pkgver.tar.gz::https://github.com/swim233/plasma-lyrics/releases/download/v0.2.3/plasma-lyrics-0.2.3.tar.gz")
13
sha256sums=('73bd0aa26b0b24ed483b4efbcff7230f85288dde79cfac4336a7b7903235a123')
14
15
build() {
16
# None rather than Release: it leaves the compiler flags to
17
# makepkg.conf, so the package picks up Arch's hardening and
18
# debug-package settings instead of CMake's own -O3 -DNDEBUG.
19
cmake -S "$pkgname-$pkgver" -B build -G Ninja \
20
-DCMAKE_BUILD_TYPE=None \
21
-DCMAKE_INSTALL_PREFIX=/usr \
22
-DBUILD_TESTING=ON
23
cmake --build build
24
}
25
26
check() {
27
ctest --test-dir build --output-on-failure
28
}
29
30
package() {
31
DESTDIR="$pkgdir" cmake --install build
32
}
33
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-08 03:15:31 | Low | 1 |