fuse3: update to 3.2.0.
This commit is contained in:
parent
1338d8b020
commit
681ec89d93
2 changed files with 19 additions and 10 deletions
10
srcpkgs/fuse3/patches/skip-install-script.patch
Normal file
10
srcpkgs/fuse3/patches/skip-install-script.patch
Normal 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)
|
||||||
|
-
|
||||||
|
-
|
|
@ -1,22 +1,22 @@
|
||||||
# Template file for 'fuse3'
|
# Template file for 'fuse3'
|
||||||
pkgname=fuse3
|
pkgname=fuse3
|
||||||
version=3.1.1
|
version=3.2.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=meson
|
||||||
|
configure_args="--sbindir=bin"
|
||||||
wrksrc="fuse-${version}"
|
wrksrc="fuse-${version}"
|
||||||
configure_args="--enable-lib --enable-util --disable-example"
|
hostmakedepends="pkg-config"
|
||||||
hostmakedepends="automake libtool gettext-devel"
|
makedepends="eudev-libudev-devel"
|
||||||
short_desc="Filesystem in Userspace 3.x"
|
short_desc="Filesystem in Userspace 3.x"
|
||||||
maintainer="Michael Gehring <mg@ebfe.org>"
|
maintainer="Michael Gehring <mg@ebfe.org>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="https://github.com/libfuse/libfuse"
|
homepage="https://github.com/libfuse/libfuse"
|
||||||
distfiles="https://github.com/libfuse/libfuse/releases/download/fuse-${version}/fuse-${version}.tar.gz"
|
distfiles="https://github.com/libfuse/libfuse/releases/download/fuse-${version}/fuse-${version}.tar.xz"
|
||||||
checksum=4e89cf58d0b498fc37f7474193fe9c17dbd3b5d14e5abc6ff629b33e81f1d213
|
checksum=d11913032cbeaa40c80830bee97a6e7d0d9b1b9a5fbd58b0e4cee51bc19d848c
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/etc/init.d
|
chmod u+s ${DESTDIR}/usr/bin/fusermount3
|
||||||
rm -rf ${DESTDIR}/usr/lib/udev/rules.d
|
mv ${DESTDIR}/usr/share/man/man8/mount.fuse{,3}.8.gz
|
||||||
mv ${DESTDIR}/usr/share/man/man8/mount.fuse{,3}.8
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fuse3-devel_package() {
|
fuse3-devel_package() {
|
||||||
|
@ -25,7 +25,6 @@ fuse3-devel_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove "usr/lib/*.a"
|
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue