plasma-lyrics

LOW
maintainer TheSw1m 0 votes scanned 2026-09-08 03:15:31.911739
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

1# Maintainer: swim <swim853279614@163.com>
2pkgname=plasma-lyrics
3pkgver=0.2.3
4pkgrel=1
5pkgdesc='Native synchronized desktop lyrics widget for Plasma 6'
6arch=('x86_64')
7url='https://github.com/swim233/plasma-lyrics'
8license=('GPL-2.0-only')
9depends=('plasma-workspace' 'libplasma' 'kirigami' 'ksvg' 'ki18n' 'kdeclarative'
10 'qt6-base' 'qt6-declarative' 'glibc' 'libgcc' 'libstdc++')
11makedepends=('cmake' 'ninja' 'extra-cmake-modules' 'gettext')
12source=("$pkgname-$pkgver.tar.gz::https://github.com/swim233/plasma-lyrics/releases/download/v0.2.3/plasma-lyrics-0.2.3.tar.gz")
13sha256sums=('73bd0aa26b0b24ed483b4efbcff7230f85288dde79cfac4336a7b7903235a123')
14
15build() {
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
26check() {
27 ctest --test-dir build --output-on-failure
28}
29
30package() {
31 DESTDIR="$pkgdir" cmake --install build
32}
33

Scan history

Scanned at (UTC)SeverityRules
2026-09-08 03:15:31 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