From 2204eff5ad02393081f62cb9c22ff75b793887bc Mon Sep 17 00:00:00 2001 From: k4leg Date: Sun, 5 Sep 2021 21:31:05 +0300 Subject: [PATCH] ntfs-3g: update to 2021.8.22. --- common/shlibs | 2 +- srcpkgs/ntfs-3g/template | 20 +++++++++++++------- srcpkgs/ntfs-3g/update | 1 - 3 files changed, 14 insertions(+), 9 deletions(-) delete mode 100644 srcpkgs/ntfs-3g/update diff --git a/common/shlibs b/common/shlibs index d3e078140f7..840fbc0b9a9 100644 --- a/common/shlibs +++ b/common/shlibs @@ -433,7 +433,7 @@ libSDL_ttf-2.0.so.0 SDL_ttf-2.0.9_1 libKScreenLocker.so.5 kscreenlocker-5.8.4_1 libparted.so.2 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 libprocessui.so.9 libksysguard-5.18.90_1 libksignalplotter.so.9 libksysguard-5.18.90_1 diff --git a/srcpkgs/ntfs-3g/template b/srcpkgs/ntfs-3g/template index b17d940d0bb..72a3fe28315 100644 --- a/srcpkgs/ntfs-3g/template +++ b/srcpkgs/ntfs-3g/template @@ -1,7 +1,7 @@ # Template file for 'ntfs-3g' pkgname=ntfs-3g -version=2017.3.23 -revision=3 +version=2021.8.22 +revision=1 wrksrc="${pkgname}_ntfsprogs-${version}" build_style=gnu-configure 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 quarantined --enable-quarantined)" 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" maintainer="Orphaned " -license="GPL-2.0-or-later, LGPL-2.0-only" -homepage="http://www.tuxera.com/community/ntfs-3g-download/" -distfiles="http://www.tuxera.com/opensource/${pkgname}_ntfsprogs-${version}.tgz" -checksum=3e5a021d7b761261836dcb305370af299793eedbded731df3d6943802e1262d5 +license="GPL-2.0-or-later, LGPL-2.0-or-later" +homepage="https://github.com/tuxera/ntfs-3g" +changelog="https://raw.githubusercontent.com/wiki/tuxera/ntfs-3g/NTFS-3G-Release-History.md" +distfiles="https://tuxera.com/opensource/ntfs-3g_ntfsprogs-${version}.tgz" +checksum=55b883aa05d94b2ec746ef3966cb41e66bed6db99f22ddd41d1b8b94bb202efb build_options="crypto extras quarantined" desc_option_crypto="Enable crypto related code and utilities" @@ -27,6 +29,10 @@ build_options_default="crypto extras" post_install() { mv ${DESTDIR}/sbin/* ${DESTDIR}/usr/bin 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() { diff --git a/srcpkgs/ntfs-3g/update b/srcpkgs/ntfs-3g/update deleted file mode 100644 index d7226f3d643..00000000000 --- a/srcpkgs/ntfs-3g/update +++ /dev/null @@ -1 +0,0 @@ -pkgname=ntfs-3g_ntfsprogs