🔒 Repository is read-only – file editing is disabled.

recipes/gui/libportal/PAGBUILD.yaml main

44 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829303132333435363738394041424344
pkgname: libportal
pkgver: '0.10.0'
pkgrel: '1'
pkgdesc: 'provides GIO-style async APIs for most Flatpak portals.'
url: 'https://github.com/flatpak/libportal'
arch: x86_64
license:
- GPL3

depends: []
makedepends:
- meson
- ninja
- glib
- 'gtk-doc'
- vala
- 'gobject-introspection'
- gtk3
- gtk4
- qtbase
- qtx11extras

source:
- 'https://github.com/flatpak/libportal/releases/download/${pkgver}/libportal-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  mkdir build
  cd    build

  meson setup .. \
  --prefix=/usr  \
  -Ddocs=false         

  ninja
  DESTDIR=${PKGDIR} ninja install

  install -Dm644 ../COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING

package: |
  true