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

recipes/gui/gvfs/PAGBUILD.yaml main

48 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
pkgname: gvfs
pkgver: '1.60.2'
pkgrel: '1'
pkgdesc: 'Userspace virtual filesystem implemented as a pluggable module for gio'
url: 'https://gitlab.gnome.org/GNOME/gvfs'
arch: x86_64
license:
- GPL2

depends: []
makedepends:
- ninja
- meson
- 'libcdio-paranoia'
- avahi
- 'dbus-glib'
- libgudev
- libbluray
- intltool
- libsecret
- gtk3
- libsoup3
- udisks2
- fuse2
- fuse
- libarchive
- libmtp
- samba
- bluez
- gcr
- libgphoto2
- libnfs
- openssh
- 'gcr-4'

source:
- 'https://gitlab.gnome.org/GNOME/gvfs.git'

sha256sums:
- SKIP

build: |
  meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true gvfs-1.60.2 builddir --sysconfdir=/etc -Dafc=false -Donedrive=false -Dhttp=false -Ddnssd=false -Dgoa=false -Dgoogle=false -Dman=true
  meson compile -C builddir
  DESTDIR=${PKGDIR} meson install -C builddir

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