plasma6-applets-thermalmonitor
LOW
maintainer medaminezghal
1 votes
scanned 2026-08-22 07:16:51.311595
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: Mohamed Amine Zghal (medaminezghal) <medaminezghal at outlook dot com>
2
3
pkgname=plasma6-applets-thermalmonitor
4
pkgver=0.2.8
5
pkgrel=1
6
pkgdesc="A KDE Plasmoid for displaying system temperatures."
7
arch=('any')
8
url='https://invent.kde.org/olib/thermalmonitor'
9
license=("MIT")
10
depends=('plasma-workspace' 'ksystemstats' 'libksysguard' 'kitemmodels' 'kdeclarative' 'kquickcharts')
11
makedepends=('cmake' 'extra-cmake-modules')
12
conflicts=('plasma6-applets-thermal-monitor')
13
replaces=('plasma6-applets-thermal-monitor')
14
source=("$url/-/archive/v$pkgver/thermalmonitor-v$pkgver.tar.gz")
15
sha256sums=('1246a1d689fc8a862fe07e292476a8fe51ea9f8d0fef35e13852850877c4df02')
16
17
build() {
18
cd thermalmonitor-v$pkgver
19
cmake -S . -B build
20
cmake --build build
21
}
22
23
package() {
24
cd thermalmonitor-v$pkgver
25
DESTDIR="$pkgdir" cmake --install build
26
install -Dm644 -t $pkgdir/usr/share/licenses/$pkgname LICENSE.txt
27
}
28
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-22 07:16:51 | Low | 1 |