aboutsummaryrefslogtreecommitdiffstats
path: root/community/xdg-desktop-portal/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/xdg-desktop-portal/APKBUILD')
-rw-r--r--community/xdg-desktop-portal/APKBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/community/xdg-desktop-portal/APKBUILD b/community/xdg-desktop-portal/APKBUILD
index 6a338e62cf5..b86036c2def 100644
--- a/community/xdg-desktop-portal/APKBUILD
+++ b/community/xdg-desktop-portal/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=xdg-desktop-portal
pkgver=1.12.1
-pkgrel=0
+pkgrel=1
pkgdesc="Desktop integration portal"
url="https://github.com/flatpak/xdg-desktop-portal"
# s390x blocked by pipewire
@@ -25,10 +25,9 @@ makedepends="
pipewire-dev
xmlto
"
-checkdepends="dbus"
+checkdepends="dbus libportal-dev"
subpackages="$pkgname-lang $pkgname-doc"
source="https://github.com/flatpak/xdg-desktop-portal/releases/download/$pkgver/xdg-desktop-portal-$pkgver.tar.xz"
-options="!check" # requires libportal which has no stable tags
prepare() {
default_prepare
@@ -45,7 +44,6 @@ build() {
--mandir=/usr/share/man \
--localstatedir=/var \
--enable-docbook-docs \
- --disable-libportal # Unpackaged, has no stable tags
make
}