fuse3: update to 3.2.0.

This commit is contained in:
Michael Gehring 2017-09-24 23:06:02 +00:00
parent 1338d8b020
commit 681ec89d93
2 changed files with 19 additions and 10 deletions

View file

@ -0,0 +1,10 @@
--- util/meson.build.orig 2017-09-12 13:50:16.000000000 +0000
+++ util/meson.build 2017-09-24 22:54:36.469742098 +0000
@@ -21,7 +21,3 @@
udev = dependency('udev')
udevrulesdir = join_paths(udev.get_pkgconfig_variable('udevdir'), 'rules.d')
-meson.add_install_script('install_helper.sh', get_option('sysconfdir'),
- get_option('bindir'), udevrulesdir)
-
-

View file

@ -1,22 +1,22 @@
# Template file for 'fuse3'
pkgname=fuse3
version=3.1.1
version=3.2.0
revision=1
build_style=gnu-configure
build_style=meson
configure_args="--sbindir=bin"
wrksrc="fuse-${version}"
configure_args="--enable-lib --enable-util --disable-example"
hostmakedepends="automake libtool gettext-devel"
hostmakedepends="pkg-config"
makedepends="eudev-libudev-devel"
short_desc="Filesystem in Userspace 3.x"
maintainer="Michael Gehring <mg@ebfe.org>"
license="GPL-2"
homepage="https://github.com/libfuse/libfuse"
distfiles="https://github.com/libfuse/libfuse/releases/download/fuse-${version}/fuse-${version}.tar.gz"
checksum=4e89cf58d0b498fc37f7474193fe9c17dbd3b5d14e5abc6ff629b33e81f1d213
distfiles="https://github.com/libfuse/libfuse/releases/download/fuse-${version}/fuse-${version}.tar.xz"
checksum=d11913032cbeaa40c80830bee97a6e7d0d9b1b9a5fbd58b0e4cee51bc19d848c
post_install() {
rm -rf ${DESTDIR}/etc/init.d
rm -rf ${DESTDIR}/usr/lib/udev/rules.d
mv ${DESTDIR}/usr/share/man/man8/mount.fuse{,3}.8
chmod u+s ${DESTDIR}/usr/bin/fusermount3
mv ${DESTDIR}/usr/share/man/man8/mount.fuse{,3}.8.gz
}
fuse3-devel_package() {
@ -25,7 +25,6 @@ fuse3-devel_package() {
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
}
}