sonic-dr-robotnik
LOW
maintainer sonicde-buildbot
0 votes
scanned 2026-08-31 17:46:09.540886
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: Antonio Rojas <arojas@archlinux.org>
3
4
pkgname=sonic-dr-robotnik
5
pkgver=6.7.4.1
6
pkgrel=1
7
pkgdesc='SonicDE crash handler'
8
arch=(x86_64)
9
url='https://github.com/Sonic-DE/sonic-dr-robotnik'
10
license=(GPL-2.0-or-later)
11
depends=(elfutils
12
gdb
13
glibc
14
kcmutils
15
kconfig
16
kcrash
17
ki18n
18
kitemmodels
19
kjobwidgets
20
knotifications
21
kservice
22
kstatusnotifieritem
23
kwallet
24
kwidgetsaddons
25
libgcc
26
libstdc++
27
polkit-qt6
28
python
29
python-psutil
30
python-pygdbmi
31
python-sentry_sdk
32
qt6-base
33
qt6-declarative
34
sonic-frameworks-core-addons
35
sonic-frameworks-idle-tracker
36
sonic-frameworks-io
37
sonic-frameworks-quick-ui
38
sonic-frameworks-windowsystem
39
syntax-highlighting
40
systemd-libs)
41
makedepends=(sonic-frameworks-cmake-modules)
42
provides=(drkonqi)
43
conflicts=(drkonqi)
44
groups=(sonicde)
45
source=("$pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
46
sha256sums=('01e8f38b1caade76a6b7971a5af92d53a3f2f03735e430a81121bace532dcc10')
47
48
build() {
49
cmake -B build -S $pkgname-$pkgver \
50
-DCMAKE_INSTALL_LIBEXECDIR=lib \
51
-DBUILD_TESTING=OFF \
52
-DENABLE_SYSTEMD_COREDUMP=ON \
53
-DWITH_PYTHON_VENDORING=OFF
54
cmake --build build
55
}
56
57
package() {
58
DESTDIR="$pkgdir" cmake --install build
59
}
60
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-31 17:46:09 | Low | 1 |