# Description: gvfs frontend to manage connections to remote filesystems # URL: https://docs.xfce.org/apps/gigolo/start # Maintainer: Jay Lanagan, j at lngn dot net # Depends on: gvfs name=gigolo version=0.6.0 release=1 source=(https://archive.xfce.org/src/apps/$name/0.6/$name-$version.tar.xz) build() { meson setup $name-$version build \ --prefix=/usr \ --libexecdir=/usr/lib/$name \ --sysconfdir=/etc \ --buildtype=plain \ -Db_lto=true \ -Db_pie=true meson compile -C build DESTDIR=$PKG meson install -C build rm -rf $PKG/usr/share/{doc,locale} }