🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526272829303132333435363738
pkgname: 'xdg-desktop-portal'
pkgver: '1.22.1'
pkgrel: '1'
pkgdesc: 'Desktop integration portals for sandboxed apps'
url: 'https://github.com/flatpak/xdg-desktop-portal'
arch: x86_64
license:
- 'LGPL2.1'
depends:
- fuse
makedepends:
- python
- xmlto
- 'docbook-xsl'
- git
- libportal
- pipewire
- geoclue2
- glib
- bubblewrap
- umockdev
source:
- 'https://github.com/flatpak/xdg-desktop-portal.git'
sha256sums:
- SKIP
build: |
meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true xdg-desktop-portal-1.22.1 builddir -D tests=disabled
meson compile -C builddir
DESTDIR=${PKGDIR} meson install -C builddir
package: |
install -Dm644 ${pkgname}-${pkgver}/COPYING \
${PKGDIR}/usr/share/licenses/${pkgname}/COPYING