sonic-screenies
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-screenies
5
pkgver=6.7.4.2
6
pkgrel=2
7
pkgdesc='SonicDE screenshot capture utility'
8
arch=(x86_64)
9
url='https://github.com/Sonic-DE/sonic-screenies'
10
license=(GPL-2.0-or-later)
11
depends=(glibc
12
kconfig
13
kcrash
14
kdbusaddons
15
ki18n
16
kjobwidgets
17
knotifications
18
kservice
19
kstatusnotifieritem
20
kwidgetsaddons
21
kxmlgui
22
libgcc
23
libstdc++
24
libxcb
25
opencv
26
prison
27
purpose
28
qt6-base
29
qt6-declarative
30
qt6-imageformats
31
qt6-multimedia
32
sonic-frameworks-core-addons
33
sonic-frameworks-gui-addons
34
sonic-frameworks-io
35
sonic-frameworks-keybind
36
sonic-frameworks-quick-ui
37
sonic-frameworks-settings-ui
38
sonic-frameworks-windowsystem
39
sonic-pipewire
40
sonic-quick-image-editor
41
tesseract
42
xcb-util
43
xcb-util-cursor
44
xcb-util-image)
45
makedepends=(sonic-frameworks-cmake-modules
46
sonic-frameworks-doctools)
47
provides=(spectacle)
48
conflicts=(spectacle)
49
groups=(sonicde)
50
source=("$pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
51
sha256sums=('2553fec685a95d9b1f990349ae62766382c8ef66b325156ebf057751c57d111b')
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 17:46:09 | Low | 1 |