xdg-desktop-portal-xapp-filepicker
maintainer twilight0
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from source hosted on the maintainer's GitHub, which is normal for AUR packages; the only concerns are the SKIP'd checksum and low votes, but the source is transparent and the build process is standard.
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.
LOW
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds from source hosted on the maintainer's GitHub, which is normal for AUR packages; the only concerns are the SKIP'd checksum and low votes, but the source is transparent and the build process is standard.
PKGBUILD
1
# Maintainer: Twilight0 <twilight0@vivaldi.net>
2
3
pkgname=xdg-desktop-portal-xapp-filepicker
4
pkgver=1.1.4
5
pkgrel=1
6
pkgdesc='A backend implementation for xdg-desktop-portal using GTK/Cinnamon with native folder selection support'
7
arch=(x86_64)
8
url='https://github.com/Twilight0/xdg-desktop-portal-xapp-filepicker'
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-xapp-filepicker xdg-desktop-portal-impl xdg-desktop-portal-xapp)
25
conflicts=(xdg-desktop-portal-xapp xdg-desktop-portal-filepicker)
26
source=("$pkgname-$pkgver.tar.gz::https://github.com/Twilight0/xdg-desktop-portal-xapp-filepicker/archive/refs/tags/v$pkgver.tar.gz")
27
sha256sums=('SKIP')
28
29
build() {
30
arch-meson "$pkgname-$pkgver" build
31
meson compile -C build
32
}
33
34
package() {
35
meson install -C build --destdir "$pkgdir"
36
}
37
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 09:32:02 | LOW | 2 |