Rebuild with avahi

This commit is contained in:
2025-12-05 11:03:58 +02:00
parent fc21decd55
commit e7b6daa45d
2 changed files with 4 additions and 4 deletions
+4 -3
View File
@@ -1,12 +1,13 @@
name: gvfs name: gvfs
description: Virtual filesystem implementation for GIO description: Virtual filesystem implementation for GIO
version: 1.58.0 version: 1.58.0
revision: 2 revision: 3
url: https://gitlab.gnome.org/GNOME/gvfs url: https://gitlab.gnome.org/GNOME/gvfs
license: LGPL2-only license: LGPL2-only
architecture: any architecture: any
type: source type: source
depends: depends:
- avahi
- fuse3 - fuse3
- gcc-libs - gcc-libs
- gcr4 - gcr4
@@ -38,7 +39,7 @@ make_depends:
- openssh - openssh
- python3 - python3
downloads: 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_to: ${BPM_SOURCE}
extract_strip_components: 1 extract_strip_components: 1
checksum: 20569040a2d597ecff0a6ca351ec168200dfdabdb78673d6e767da94c4c146b7 checksum: dd9be36873d0fcb309eb89a8d274770ce576287628a2cf111bd387e1c34f182f
-1
View File
@@ -10,7 +10,6 @@ build() {
-Dtmpfilesdir=no \ -Dtmpfilesdir=no \
-Dman=true \ -Dman=true \
-Dbluray=false \ -Dbluray=false \
-Ddnssd=false \
-Dsmb=false -Dsmb=false
meson compile -C build meson compile -C build
} }