sonic-terminal-tools
LOW
maintainer sonicdesktop
0 votes
scanned 2026-08-31 19:46:16.204478
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: callmetango
2
# Contributor: Felix Yan <felixonmars@archlinux.org>
3
# Contributor: Antonio Rojas <arojas@archlinux.org>
4
# Contributor: Andrea Scarpino <andrea@archlinux.org>
5
6
pkgname=sonic-terminal-tools
7
pkgver=6.7.4
8
pkgrel=1
9
pkgdesc='Tools based on SonicDE Frameworks to better interact with the system'
10
arch=(x86_64)
11
url='https://github.com/Sonic-DE/sonic-terminal-tools'
12
license=(LGPL-2.0-or-later)
13
depends=(glibc
14
kcmutils
15
kcompletion
16
kconfig
17
kdesu
18
ki18n
19
kparts
20
kservice
21
kwidgetsaddons
22
libstdc++
23
qt6-base
24
qt6-svg
25
sh
26
sonic-frameworks-core-addons
27
sonic-frameworks-icon-themes
28
sonic-frameworks-io
29
sonic-frameworks-windowsystem)
30
makedepends=(sonic-frameworks-cmake-modules
31
sonic-frameworks-doctools)
32
optdepends=('sonic-system-info: view hardware information')
33
provides=(kde-cli-tools)
34
conflicts=(kde-cli-tools)
35
groups=(sonicde)
36
source=("$pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
37
sha256sums=('65a68df3909d247912df53d197bb6a4574cb85aec967378260276efc32a9ee1f')
38
39
build() {
40
cmake -B build -S $pkgname-$pkgver \
41
-DCMAKE_INSTALL_LIBEXECDIR=lib \
42
-DBUILD_TESTING=OFF
43
cmake --build build
44
}
45
46
package() {
47
DESTDIR="$pkgdir" cmake --install build
48
}
49
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-31 19:46:16 | Low | 1 |