sonic-terminal-tools

LOW
maintainer sonicdesktop 0 votes scanned 2026-08-31 19:46:16.204478
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: callmetango
2# Contributor: Felix Yan <felixonmars@archlinux.org>
3# Contributor: Antonio Rojas <arojas@archlinux.org>
4# Contributor: Andrea Scarpino <andrea@archlinux.org>
5
6pkgname=sonic-terminal-tools
7pkgver=6.7.4
8pkgrel=1
9pkgdesc='Tools based on SonicDE Frameworks to better interact with the system'
10arch=(x86_64)
11url='https://github.com/Sonic-DE/sonic-terminal-tools'
12license=(LGPL-2.0-or-later)
13depends=(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)
30makedepends=(sonic-frameworks-cmake-modules
31 sonic-frameworks-doctools)
32optdepends=('sonic-system-info: view hardware information')
33provides=(kde-cli-tools)
34conflicts=(kde-cli-tools)
35groups=(sonicde)
36source=("$pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
37sha256sums=('65a68df3909d247912df53d197bb6a4574cb85aec967378260276efc32a9ee1f')
38
39build() {
40 cmake -B build -S $pkgname-$pkgver \
41 -DCMAKE_INSTALL_LIBEXECDIR=lib \
42 -DBUILD_TESTING=OFF
43 cmake --build build
44}
45
46package() {
47 DESTDIR="$pkgdir" cmake --install build
48}
49

Scan history

Scanned at (UTC)SeverityRules
2026-08-31 19:46:16 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