sonic-browser-integration
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-browser-integration
5
pkgver=6.7.4
6
pkgrel=1
7
pkgdesc='Browser integration components for SonicDE'
8
arch=(x86_64)
9
url='https://github.com/Sonic-DE/sonic-browser-integration'
10
license=(GPL-2.0-or-later)
11
depends=(glibc
12
kconfig
13
kcrash
14
kdbusaddons
15
kfilemetadata
16
ki18n
17
kjobwidgets
18
kservice
19
kstatusnotifieritem
20
libstdc++
21
purpose
22
qt6-base
23
sonic-activities
24
sonic-frameworks-core-addons
25
sonic-frameworks-io
26
sonic-workspace)
27
makedepends=(sonic-frameworks-cmake-modules)
28
provides=(plasma-browser-integration)
29
conflicts=(plasma-browser-integration)
30
groups=(sonicde)
31
source=("$pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
32
sha256sums=('12b205ee634f96ebbbe44cccce04fcdfe325ae28c34546db2de0d2e77b512ce7')
33
34
build() {
35
cmake -B build -S $pkgname-$pkgver \
36
-DINSTALL_CHROME_MANIFEST=ON
37
cmake --build build
38
}
39
40
package() {
41
DESTDIR="$pkgdir" cmake --install build
42
}
43
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-31 17:46:09 | Low | 1 |