xdg-desktop-portal-aliveos
LOW
maintainer twilight0
0 votes
scanned 2026-09-20 09:32:46.220774
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: Twilight0 <twilight0@vivaldi.net>
2
3
pkgname=xdg-desktop-portal-aliveos
4
pkgver=1.2.0
5
pkgrel=1
6
pkgdesc='A backend implementation for xdg-desktop-portal with native AliveOS multi-view file chooser dialog'
7
arch=(x86_64)
8
url='https://github.com/Twilight0/xdg-desktop-portal-aliveos'
9
license=(LGPL-2.1-or-later)
10
depends=(
11
gcc-libs
12
glib2
13
glibc
14
gtk3
15
xapp
16
xapp-symbolic-icons
17
xdg-desktop-portal
18
xdg-desktop-portal-gtk
19
)
20
makedepends=(
21
glib2-devel
22
meson
23
)
24
provides=(xdg-desktop-portal-aliveos xdg-desktop-portal-impl xdg-desktop-portal-xapp xdg-desktop-portal-xapp-filepicker)
25
conflicts=(xdg-desktop-portal-xapp xdg-desktop-portal-filepicker xdg-desktop-portal-xapp-filepicker xdg-desktop-portal-xapp-filepicker-git)
26
replaces=(xdg-desktop-portal-xapp-filepicker)
27
source=("$pkgname-$pkgver.tar.gz::https://github.com/Twilight0/xdg-desktop-portal-aliveos/archive/refs/tags/v$pkgver.tar.gz")
28
sha256sums=('39b0810093405c637f92a9dd5e6cbf3825e46a6cf0258002f4fe5219174100de')
29
30
build() {
31
arch-meson "$pkgname-$pkgver" build
32
meson compile -C build
33
}
34
35
package() {
36
meson install -C build --destdir "$pkgdir"
37
}
38
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-20 09:32:46 | Low | 1 |