diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-24 23:34:25 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-24 23:52:26 -0300 |
commit | a3da7b5415d36f0cde7e0e5c204fea34e6911bbf (patch) | |
tree | b1fac6644447a1943b993f4805afb1b4fe192908 /community/xdg-desktop-portal | |
parent | 387edf5d9c46eb40a93ff69da51a1afc77481547 (diff) | |
download | aports-a3da7b5415d36f0cde7e0e5c204fea34e6911bbf.tar.bz2 aports-a3da7b5415d36f0cde7e0e5c204fea34e6911bbf.tar.xz |
community/xdg-desktop-portal: upgrade to 1.5.1
Diffstat (limited to 'community/xdg-desktop-portal')
-rw-r--r-- | community/xdg-desktop-portal/APKBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/community/xdg-desktop-portal/APKBUILD b/community/xdg-desktop-portal/APKBUILD index 9c08d3b9ed..ff9ee1c560 100644 --- a/community/xdg-desktop-portal/APKBUILD +++ b/community/xdg-desktop-portal/APKBUILD @@ -1,9 +1,10 @@ # Contributor: Rasmus Thomsen <oss@cogitri.dev> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=xdg-desktop-portal -pkgver=1.5.0 +pkgver=1.5.1 pkgrel=0 pkgdesc="Desktop integration portal" +options="!check" # Requires libportal which has no stable tags url="https://github.com/flatpak/xdg-desktop-portal" arch="all" license="LGPL-2.1-or-later" @@ -34,7 +35,8 @@ build() { --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ - --localstatedir=/var + --localstatedir=/var \ + --disable-libportal # Unpackaged, has no stable tags make } @@ -52,4 +54,4 @@ package() { mv "$pkgdir"/usr/share/pkgconfig "$pkgdir"/usr/lib } -sha512sums="d939e9fc60dff79a22030746981534bb33af9c271edf6bc2fd8ab935c1e3665e57acccce327790612f509259cc21f720d27d08d1df4e9a43ff05bc17a9c0e780 xdg-desktop-portal-1.5.0.tar.xz" +sha512sums="f64de784b649799ec6629824b06c2986f751efd3f88c5ab801da2a20083a64eda702518c1b444a30ff0c8df5029c1ac1391f9e3d1e6cdd9616b2138bfc9075e4 xdg-desktop-portal-1.5.1.tar.xz" |