sonic-quick-image-editor

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-quick-image-editor
5pkgver=0.6.2.1.1
6pkgrel=1
7pkgdesc='QML image editing components with SonicDE defaults'
8arch=(x86_64)
9url='https://github.com/Sonic-DE/sonic-quick-image-editor'
10license=(LGPL-2.1-or-later)
11depends=(glibc
12 kconfig
13 libgcc
14 libstdc++
15 opencv
16 qt6-base
17 qt6-declarative
18 sonic-frameworks-quick-ui)
19makedepends=(sonic-frameworks-cmake-modules)
20provides=(kquickimageeditor)
21conflicts=(kquickimageeditor)
22groups=(sonicde)
23source=("$pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
24sha256sums=('6f695834bdeea7cece70038c0b81437e36c614f7978f902a1b7885be67965623')
25
26prepare() {
27 sed -e 's|OpenCV 4.7|OpenCV 5|' -i $pkgname-$pkgver/CMakeLists.txt
28}
29
30build() {
31 cmake -B build -S $pkgname-$pkgver
32 cmake --build build
33}
34
35package() {
36 DESTDIR="$pkgdir" cmake --install build
37}
38

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