fuse3: update to 3.6.2.
This commit is contained in:
parent
ecf3cd898c
commit
ca6ecd62dd
2 changed files with 4 additions and 44 deletions
|
@ -1,41 +0,0 @@
|
|||
--- util/install_helper.sh
|
||||
+++ util/install_helper.sh
|
||||
@@ -7,7 +7,6 @@
|
||||
set -e
|
||||
|
||||
sysconfdir="$1"
|
||||
-bindir="$2"
|
||||
udevrulesdir="$3"
|
||||
|
||||
# Both sysconfdir and bindir are absolute paths (since they are joined
|
||||
@@ -22,30 +21,9 @@ else
|
||||
DESTDIR="${DESTDIR%/}"
|
||||
fi
|
||||
|
||||
-chown root:root "${DESTDIR}${bindir}/fusermount3"
|
||||
-chmod u+s "${DESTDIR}${bindir}/fusermount3"
|
||||
-
|
||||
install -D -m 644 "${MESON_SOURCE_ROOT}/util/fuse.conf" \
|
||||
"${DESTDIR}${sysconfdir}/fuse.conf"
|
||||
|
||||
|
||||
-if test ! -e "${DESTDIR}/dev/fuse"; then
|
||||
- mkdir -p "${DESTDIR}/dev"
|
||||
- mknod "${DESTDIR}/dev/fuse" -m 0666 c 10 229
|
||||
-fi
|
||||
-
|
||||
install -D -m 644 "${MESON_SOURCE_ROOT}/util/udev.rules" \
|
||||
"${DESTDIR}${udevrulesdir}/99-fuse3.rules"
|
||||
-
|
||||
-install -D -m 755 "${MESON_SOURCE_ROOT}/util/init_script" \
|
||||
- "${DESTDIR}${sysconfdir}/init.d/fuse3"
|
||||
-
|
||||
-
|
||||
-if test -x /usr/sbin/update-rc.d && test -z "${DESTDIR}"; then
|
||||
- /usr/sbin/update-rc.d fuse3 start 34 S . start 41 0 6 . || /bin/true
|
||||
-else
|
||||
- echo "== FURTHER ACTION REQUIRED =="
|
||||
- echo "Make sure that your init system will start the ${sysconfdir}/init.d/fuse3 init script"
|
||||
-fi
|
||||
-
|
||||
-
|
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'fuse3'
|
||||
pkgname=fuse3
|
||||
version=3.6.1
|
||||
version=3.6.2
|
||||
revision=1
|
||||
wrksrc="fuse-${version}"
|
||||
build_style=meson
|
||||
configure_args="--sbindir=bin -Db_lto=false"
|
||||
configure_args="--sbindir=bin -Db_lto=false -Duseroot=false"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="eudev-libudev-devel"
|
||||
short_desc="Filesystem in Userspace 3.x"
|
||||
|
@ -12,11 +12,12 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||
homepage="https://github.com/libfuse/libfuse"
|
||||
distfiles="https://github.com/libfuse/libfuse/releases/download/fuse-${version}/fuse-${version}.tar.xz"
|
||||
checksum=6dc3b702f2d13187ff4adb8bcbdcb913ca0510ce0020e4d87bdeb4d794173704
|
||||
checksum=f45869427575e1e59ab743a67deb57addbf2cb8f9ce431199dbd40ddab71f281
|
||||
conf_files="/etc/fuse.conf"
|
||||
|
||||
post_install() {
|
||||
chmod u+s ${DESTDIR}/usr/bin/fusermount3
|
||||
rm ${DESTDIR}/etc/init.d/fuse3
|
||||
}
|
||||
|
||||
fuse3-devel_package() {
|
||||
|
|
Loading…
Reference in a new issue