diff --git a/pkg.info b/pkg.info index 6f640fe..35a41a9 100644 --- a/pkg.info +++ b/pkg.info @@ -1,12 +1,13 @@ name: gvfs description: Virtual filesystem implementation for GIO version: 1.58.0 -revision: 2 +revision: 3 url: https://gitlab.gnome.org/GNOME/gvfs license: LGPL2-only architecture: any type: source depends: + - avahi - fuse3 - gcc-libs - gcr4 @@ -38,7 +39,7 @@ make_depends: - openssh - python3 downloads: - - url: https://gitlab.gnome.org/GNOME/gvfs/-/archive/${BPM_PKG_VERSION}/gvfs-${BPM_PKG_VERSION}.tar.gz + - url: https://download.gnome.org/sources/gvfs/${BPM_PKG_VERSION%.*}/gvfs-${BPM_PKG_VERSION}.tar.xz extract_to: ${BPM_SOURCE} extract_strip_components: 1 - checksum: 20569040a2d597ecff0a6ca351ec168200dfdabdb78673d6e767da94c4c146b7 + checksum: dd9be36873d0fcb309eb89a8d274770ce576287628a2cf111bd387e1c34f182f diff --git a/source.sh b/source.sh index 56bce6c..b2aa461 100644 --- a/source.sh +++ b/source.sh @@ -10,7 +10,6 @@ build() { -Dtmpfilesdir=no \ -Dman=true \ -Dbluray=false \ - -Ddnssd=false \ -Dsmb=false meson compile -C build }