sonic-terminal
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
7
pkgver=26.04.3.2
8
pkgrel=1
9
arch=(x86_64)
10
url='https://github.com/Sonic-DE/sonic-terminal'
11
pkgdesc='SonicDE terminal emulator'
12
license=(GPL-2.0-or-later
13
LGPL-2.0-or-later)
14
depends=(glibc
15
icu
16
kbookmarks
17
kconfig
18
kcrash
19
kdbusaddons
20
ki18n
21
knewstuff
22
knotifications
23
knotifyconfig
24
kparts
25
kpty
26
kservice
27
ktextwidgets
28
kwidgetsaddons
29
kxmlgui
30
libssh
31
libstdc++
32
libxkbcommon
33
qt6-base
34
qt6-multimedia
35
sh
36
sonic-frameworks-color-scheme
37
sonic-frameworks-core-addons
38
sonic-frameworks-gui-addons
39
sonic-frameworks-icon-themes
40
sonic-frameworks-io
41
sonic-frameworks-keybind
42
sonic-frameworks-settings-ui
43
sonic-frameworks-windowsystem)
44
makedepends=(sonic-frameworks-cmake-modules
45
sonic-frameworks-doctools)
46
optdepends=('keditbookmarks: to manage bookmarks')
47
provides=(konsole)
48
conflicts=(konsole)
49
groups=(sonicde)
50
source=("$pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
51
sha256sums=('f39685fbc4e47bdc7ce28299b925ff3a92d17ef0e2fe940c05a52f9e3bb44403')
52
53
build() {
54
cmake -B build -S $pkgname-$pkgver \
55
-DBUILD_TESTING=OFF
56
cmake --build build
57
}
58
59
package() {
60
DESTDIR="$pkgdir" cmake --install build
61
}
62
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-31 19:46:16 | Low | 1 |