sonic-dr-robotnik

LOW
maintainer sonicde-buildbot 0 votes scanned 2026-08-31 17:46:09.540886
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: Antonio Rojas <arojas@archlinux.org>
3
4pkgname=sonic-dr-robotnik
5pkgver=6.7.4.1
6pkgrel=1
7pkgdesc='SonicDE crash handler'
8arch=(x86_64)
9url='https://github.com/Sonic-DE/sonic-dr-robotnik'
10license=(GPL-2.0-or-later)
11depends=(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)
41makedepends=(sonic-frameworks-cmake-modules)
42provides=(drkonqi)
43conflicts=(drkonqi)
44groups=(sonicde)
45source=("$pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
46sha256sums=('01e8f38b1caade76a6b7971a5af92d53a3f2f03735e430a81121bace532dcc10')
47
48build() {
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
57package() {
58 DESTDIR="$pkgdir" cmake --install build
59}
60

Scan history

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