xdg-desktop-portal-sonicde
LOW
maintainer sonicdesktop
0 votes
scanned 2026-08-31 19:46:16.204478
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=xdg-desktop-portal-sonicde
5
pkgver=6.7.4.1
6
pkgrel=1
7
pkgdesc='X11 backend for xdg-desktop-portal using SonicDE and Qt'
8
arch=(x86_64)
9
url='https://github.com/Sonic-DE/xdg-desktop-portal-sonicde'
10
license=(LGPL-2.0-or-later)
11
depends=(glibc
12
kconfig
13
kcrash
14
ki18n
15
sonic-frameworks-io-fuse
16
kservice
17
kstatusnotifieritem
18
knotifications
19
kwidgetsaddons
20
libei
21
libpipewire
22
libstdc++
23
libxcb
24
libxkbcommon
25
libxkbcommon-x11
26
qt6-base
27
qt6-declarative
28
sonic-frameworks-core-addons
29
sonic-frameworks-icon-themes
30
sonic-frameworks-io
31
sonic-frameworks-keybind
32
sonic-frameworks-quick-ui
33
sonic-frameworks-windowsystem
34
sonic-pipewire
35
sonic-workspace
36
xcb-util
37
xcb-util-image
38
xcb-util-renderutil
39
xcb-util-wm
40
xdg-desktop-portal)
41
makedepends=(sonic-frameworks-cmake-modules)
42
provides=(xdg-desktop-portal-impl xdg-desktop-portal-kde)
43
conflicts=(xdg-desktop-portal-kde)
44
groups=(sonicde)
45
source=("$pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
46
sha256sums=('a8b63008b233044bac0ba0ef9369c60e12f5c454908ce1ae62adb748db48bc4e')
47
48
build() {
49
cmake -B build -S $pkgname-$pkgver \
50
-DCMAKE_INSTALL_LIBEXECDIR=lib \
51
-DBUILD_TESTING=OFF
52
cmake --build build
53
}
54
55
package() {
56
DESTDIR="$pkgdir" cmake --install build
57
}
58
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-31 19:46:16 | Low | 1 |