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

recipes/gui/xdg-desktop-portal-gtk/PAGBUILD.yaml main

33 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930313233
pkgname: 'xdg-desktop-portal-gtk'
pkgver: '1.15.3'
pkgrel: '1'
pkgdesc: 'A backend implementation for xdg-desktop-portal using GTK'
url: 'https://github.com/flatpak/xdg-desktop-portal-gtk'
arch: x86_64
license:
- 'LGPL-2.0-or-later'

depends:
- 'gsettings-desktop-schemas'
- 'xdg-desktop-portal'

makedepends:
- git
- python
- gtk3
- 'gnome-desktop'

source:
- 'https://github.com/flatpak/${pkgname}.git'

sha256sums:
- SKIP

build: |
  meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true xdg-desktop-portal-gtk-1.15.3 builddir
  meson compile -C builddir
  DESTDIR=${PKGDIR} meson install -C builddir

package: |
  install -Dm644 ${pkgname}-${pkgver}/COPYING \
  ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING