1 # Contributor: Roman Kyrylych <roman@archlinux.org>
3 pkgname=gnome-user-share
6 pkgdesc="Easy to use user-level file sharing for GNOME"
8 url="https://gitlab.gnome.org/GNOME/gnome-user-share"
10 depends=(mod_dnssd dconf gtk3 libnotify libcanberra)
11 makedepends=(libnautilus-extension git meson yelp-tools)
13 _commit=6f5213ad76e78f0ea3040610ce9fa94a59505913 # tags/GNOME_USER_SHARE_3_34_0^0
14 source=("git+https://gitlab.gnome.org/GNOME/gnome-user-share.git#commit=$_commit")
19 git describe --tags | sed 's/^GNOME_USER_SHARE_//;s/_/./g;s/-/+/g'
27 arch-meson $pkgname build \
28 -D httpd=/usr/bin/httpd \
29 -D modules_path=/usr/lib/httpd/modules \
30 -D nautilus_extension=true
35 meson test -C build --print-errorlogs
39 DESTDIR="$pkgdir" meson install -C build