ntfs-3g: update to 2021.8.22.

This commit is contained in:
k4leg 2021-09-05 21:31:05 +03:00 committed by Piotr
parent be97f7695b
commit 2204eff5ad
3 changed files with 14 additions and 9 deletions

View file

@ -433,7 +433,7 @@ libSDL_ttf-2.0.so.0 SDL_ttf-2.0.9_1
libKScreenLocker.so.5 kscreenlocker-5.8.4_1 libKScreenLocker.so.5 kscreenlocker-5.8.4_1
libparted.so.2 libparted-3.1_1 libparted.so.2 libparted-3.1_1
libparted-fs-resize.so.0 libparted-3.1_1 libparted-fs-resize.so.0 libparted-3.1_1
libntfs-3g.so.88 ntfs-3g-2017.3.23_1 libntfs-3g.so.89 ntfs-3g-2021.8.22_1
libruby.so.3.0 ruby-3.0.2_1 libruby.so.3.0 ruby-3.0.2_1
libprocessui.so.9 libksysguard-5.18.90_1 libprocessui.so.9 libksysguard-5.18.90_1
libksignalplotter.so.9 libksysguard-5.18.90_1 libksignalplotter.so.9 libksysguard-5.18.90_1

View file

@ -1,7 +1,7 @@
# Template file for 'ntfs-3g' # Template file for 'ntfs-3g'
pkgname=ntfs-3g pkgname=ntfs-3g
version=2017.3.23 version=2021.8.22
revision=3 revision=1
wrksrc="${pkgname}_ntfsprogs-${version}" wrksrc="${pkgname}_ntfsprogs-${version}"
build_style=gnu-configure build_style=gnu-configure
configure_args="--exec-prefix=/usr --disable-static --with-fuse=external configure_args="--exec-prefix=/usr --disable-static --with-fuse=external
@ -10,13 +10,15 @@ configure_args="--exec-prefix=/usr --disable-static --with-fuse=external
$(vopt_if crypto --enable-crypto) $(vopt_if crypto --enable-crypto)
$(vopt_if quarantined --enable-quarantined)" $(vopt_if quarantined --enable-quarantined)"
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
makedepends="libuuid-devel fuse-devel $(vopt_if crypto 'libgcrypt-devel gnutls-devel')" makedepends="libuuid-devel fuse-devel
$(vopt_if crypto 'libgcrypt-devel gnutls-devel')"
short_desc="Stable Read/Write NTFS Driver in userspace" short_desc="Stable Read/Write NTFS Driver in userspace"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later, LGPL-2.0-only" license="GPL-2.0-or-later, LGPL-2.0-or-later"
homepage="http://www.tuxera.com/community/ntfs-3g-download/" homepage="https://github.com/tuxera/ntfs-3g"
distfiles="http://www.tuxera.com/opensource/${pkgname}_ntfsprogs-${version}.tgz" changelog="https://raw.githubusercontent.com/wiki/tuxera/ntfs-3g/NTFS-3G-Release-History.md"
checksum=3e5a021d7b761261836dcb305370af299793eedbded731df3d6943802e1262d5 distfiles="https://tuxera.com/opensource/ntfs-3g_ntfsprogs-${version}.tgz"
checksum=55b883aa05d94b2ec746ef3966cb41e66bed6db99f22ddd41d1b8b94bb202efb
build_options="crypto extras quarantined" build_options="crypto extras quarantined"
desc_option_crypto="Enable crypto related code and utilities" desc_option_crypto="Enable crypto related code and utilities"
@ -27,6 +29,10 @@ build_options_default="crypto extras"
post_install() { post_install() {
mv ${DESTDIR}/sbin/* ${DESTDIR}/usr/bin mv ${DESTDIR}/sbin/* ${DESTDIR}/usr/bin
ln -sf ntfs-3g ${DESTDIR}/usr/bin/mount.ntfs ln -sf ntfs-3g ${DESTDIR}/usr/bin/mount.ntfs
if [ -z "$build_option_quarantined" ]; then
# Remove documentation for a non-existent executable file.
rm "${DESTDIR}/usr/share/man/man8/ntfsfallocate.8"
fi
} }
ntfs-3g-devel_package() { ntfs-3g-devel_package() {

View file

@ -1 +0,0 @@
pkgname=ntfs-3g_ntfsprogs