diff options
author | psykose <alice@ayaya.dev> | 2022-04-09 18:45:51 +0000 |
---|---|---|
committer | alice <alice@ayaya.dev> | 2022-04-09 20:52:59 +0000 |
commit | f1536c32e1243fb8f7b954e0997b53889f73a860 (patch) | |
tree | 3aa094b5a9906321a6076d1bf2f3d18780eaade4 | |
parent | de61ed9d9ffa03b0952e3c8452641cfaf6ec6fba (diff) | |
download | aports-f1536c32e1243fb8f7b954e0997b53889f73a860.tar.gz aports-f1536c32e1243fb8f7b954e0997b53889f73a860.tar.bz2 aports-f1536c32e1243fb8f7b954e0997b53889f73a860.tar.xz |
community/libportal: upgrade to 0.6
-rw-r--r-- | community/libportal/APKBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/community/libportal/APKBUILD b/community/libportal/APKBUILD index 7f7f7de334..eee7de37f2 100644 --- a/community/libportal/APKBUILD +++ b/community/libportal/APKBUILD @@ -1,7 +1,7 @@ # Contributor: TBK <alpine@jjtc.eu> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=libportal -pkgver=0.5 +pkgver=0.6 pkgrel=0 pkgdesc="GIO-style async APIs for most Flatpak portals" url="https://github.com/flatpak/libportal" @@ -16,8 +16,10 @@ makedepends=" vala gtk+3.0-dev qt5-qtbase-dev + qt5-qttools-dev qt5-qtx11extras-dev " +checkdepends="xvfb-run" subpackages=" $pkgname-dev $pkgname-gtk3:_gtk3 @@ -44,7 +46,7 @@ build() { } check() { - meson test -C output + xvfb-run -s '-nolisten local' -a meson test -C output } package() { @@ -77,5 +79,5 @@ _qt5() { } sha512sums=" -405cb8d75ba364145be57d52f460b364d62e742234bfd26a81816e9e0d6586ade13f5c01afec65a20c92408a3449832ad20e47ecea26a6375f55c878b2315f00 libportal-0.5.tar.gz +c32978b4d818e8a6cfd15bdde7f13d15b69583fa4528c9f45fd294fab6f5b4012e3bea47a6ccf353f70d84e1786331c5f4f94941dd3315684258e403ace5eafc libportal-0.6.tar.gz " |