plasma6-applets-kde-control-station
LOW
maintainer HanHaocheng
0 votes
scanned 2026-08-21 11:15:01.903439
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: HanHaocheng <1849397656@qq.com>
2
3
pkgname=plasma6-applets-kde-control-station
4
pkgver=2.8.0
5
pkgrel=2
6
pkgdesc="A beautiful and modern configuration center for KDE Plasma inspired by macOS"
7
arch=(any)
8
url='https://github.com/EliverLara/kde-control-station'
9
license=(GPL-3.0-only)
10
depends=(bluedevil kdeconnect kdeplasma-addons plasma-nm plasma-pa plasma-workspace plasma5support powerdevil)
11
makedepends=(git)
12
source=(
13
"https://github.com/EliverLara/kde-control-station/archive/bb473188a19d6cbe89a9c1bb5b08c7ddc609375d.tar.gz"
14
"kde-control-station-fixes.patch"
15
)
16
sha256sums=(
17
'b2d3c32aab490d8e0efedba4b0c4c906d7dbd0ce56d483861550879a8f0db898'
18
'e7a99c9818b354121da50670da3b06f1ce8d4617ae6f358295bc2149f0d3795a'
19
)
20
21
prepare() {
22
cd "${srcdir}/kde-control-station-bb473188a19d6cbe89a9c1bb5b08c7ddc609375d"
23
patch -Np1 < "${srcdir}/kde-control-station-fixes.patch"
24
}
25
26
package() {
27
cd "${srcdir}/kde-control-station-bb473188a19d6cbe89a9c1bb5b08c7ddc609375d"
28
local dest="$pkgdir/usr/share/plasma/plasmoids/KdeControlStation"
29
install -d "$dest"
30
cp -r package/. "$dest/"
31
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
32
install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README"
33
}
34
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-21 11:15:01 | Low | 1 |