sonic-terminal

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
7pkgver=26.04.3.2
8pkgrel=1
9arch=(x86_64)
10url='https://github.com/Sonic-DE/sonic-terminal'
11pkgdesc='SonicDE terminal emulator'
12license=(GPL-2.0-or-later
13 LGPL-2.0-or-later)
14depends=(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)
44makedepends=(sonic-frameworks-cmake-modules
45 sonic-frameworks-doctools)
46optdepends=('keditbookmarks: to manage bookmarks')
47provides=(konsole)
48conflicts=(konsole)
49groups=(sonicde)
50source=("$pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
51sha256sums=('f39685fbc4e47bdc7ce28299b925ff3a92d17ef0e2fe940c05a52f9e3bb44403')
52
53build() {
54 cmake -B build -S $pkgname-$pkgver \
55 -DBUILD_TESTING=OFF
56 cmake --build build
57}
58
59package() {
60 DESTDIR="$pkgdir" cmake --install build
61}
62

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