Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Yukari Chiba <i@0x7f.cc>

pkgname=xdg-desktop-portal
pkgver=1.20.3
pkgver=1.21.0
pkgrel=1
pkgdesc="Desktop integration portals for sandboxed apps"
url="https://flatpak.github.io/xdg-desktop-portal/"
Expand All @@ -16,6 +16,7 @@ depends=(
gdk-pixbuf
bubblewrap
gstreamer-devel
libgudev
)
makedepends=(
docbook-xsl
Expand All @@ -29,7 +30,7 @@ makedepends=(
# checkdepends=(python-pytest umockdev)
optdepends=('xdg-desktop-portal-impl: Portal backends')
source=("git+https://github.com/flatpak/xdg-desktop-portal#tag=$pkgver")
sha256sums=('f80cf8ff47c09b3ca559095134b505334049adece08cba3be6932d3791e9743c')
sha256sums=('b8e1f240305003c2b2da6e43db829959784befb757f755c7575e9388fc44957b')

prepare() {
_patch_ $pkgname
Expand All @@ -41,7 +42,6 @@ build() {
-D systemd=disabled
-D man-pages=disabled
-D tests=disabled # missing gudev
-D gudev=disabled # USB-related: missing have gudev
)
ewe-meson $pkgname build "${features[@]}"
meson compile -C build
Expand Down