system/fuse3: Update to version 3.9.0.

and remove the /dev/fuse that is installed (already system provided).
Thanks Urchlay
This commit is contained in:
Vincent Batts 2020-01-03 15:39:49 -05:00 committed by Willy Sudiarto Raharjo
parent 7829ec0716
commit 6663ad6b2b
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 4 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=fuse3 PRGNAM=fuse3
VERSION=${VERSION:-3.3.0} VERSION=${VERSION:-3.9.0}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -79,6 +79,7 @@ meson build \
--mandir="/usr/man" --mandir="/usr/man"
ninja -C build ninja -C build
DESTDIR=$PKG ninja -C build install DESTDIR=$PKG ninja -C build install
rm -rf $PKG/dev $PKG/etc/udev
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true

View file

@ -1,8 +1,8 @@
PRGNAM="fuse3" PRGNAM="fuse3"
VERSION="3.3.0" VERSION="3.9.0"
HOMEPAGE="https://github.com/libfuse/libfuse" HOMEPAGE="https://github.com/libfuse/libfuse"
DOWNLOAD="https://github.com/libfuse/libfuse/releases/download/fuse-3.3.0/fuse-3.3.0.tar.xz" DOWNLOAD="https://github.com/libfuse/libfuse/releases/download/fuse-3.9.0/fuse-3.9.0.tar.xz"
MD5SUM="2568a6bd41f5a4dead66e119a83cebaf" MD5SUM="5dc2be21c0d06c7eace340996e8a37e2"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="meson" REQUIRES="meson"