diff options
author | knuxify <knuxify@gmail.com> | 2022-01-21 10:17:27 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2022-01-21 14:45:47 +0000 |
commit | 89d93f6e7328c2ba32566639afee212e90eafe2b (patch) | |
tree | af8401ea2e4ac9ead955b9d02c964b2063858d99 /community | |
parent | 01af6610ffb39e9c07f0686f8326b53f432acfdb (diff) | |
download | aports-89d93f6e7328c2ba32566639afee212e90eafe2b.tar.gz aports-89d93f6e7328c2ba32566639afee212e90eafe2b.tar.bz2 aports-89d93f6e7328c2ba32566639afee212e90eafe2b.tar.xz |
community/xdg-desktop-portal: enable tests
Tests were previously disabled as libportal didn't have stable tags.
Now that it does, we can reenable them.
Diffstat (limited to 'community')
-rw-r--r-- | community/xdg-desktop-portal/APKBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/community/xdg-desktop-portal/APKBUILD b/community/xdg-desktop-portal/APKBUILD index 6a338e62cf..b86036c2de 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 } |