From b78d4c045e1a664dbccfc72e63102ccafb7e0b3d Mon Sep 17 00:00:00 2001 From: pin Date: Sat, 2 Dec 2023 16:02:45 +0000 Subject: [PATCH] archivers/arqiver: update to 0.12.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit V0.12.0 -------- * Made it possible to modify files inside archives. * Added an option for using system icons. * Made sure that "No" is the default button of question dialogs (Qt seems to have a minor problem in this regard). * Don't start extraction if the archive is removed. * Made viewing/extracting of single files much faster with bsdtar. * Consistently prevent the parent extraction folder from being hidden (for it not to be missed by the user). * Fixed a bug in removal of files from archives. * Make sure that ed-like special characters are escaped when making path patterns with bsdtar. * Added a workaround for a nasty bug in bsdtar about start backslashes and the option "--strip-components". * Added new mimetype names of `shared-mime-info` ≥ 2.3. --- archivers/arqiver/Makefile | 5 ++--- archivers/arqiver/PLIST | 4 +++- archivers/arqiver/distinfo | 8 ++++---- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/archivers/arqiver/Makefile b/archivers/arqiver/Makefile index 9056f7f3da77..4f805b018753 100644 --- a/archivers/arqiver/Makefile +++ b/archivers/arqiver/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2023/11/12 13:20:31 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2023/12/02 16:02:45 pin Exp $ -DISTNAME= Arqiver-0.11.0 +DISTNAME= Arqiver-0.12.0 PKGNAME= ${DISTNAME:tl} -PKGREVISION= 7 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_GITHUB:=tsujan/} GITHUB_TAG= V${PKGVERSION_NOREV} diff --git a/archivers/arqiver/PLIST b/archivers/arqiver/PLIST index 93a2deca8e17..4d2856c0c9f6 100644 --- a/archivers/arqiver/PLIST +++ b/archivers/arqiver/PLIST @@ -1,11 +1,13 @@ -@comment $NetBSD: PLIST,v 1.6 2023/03/28 20:31:17 pin Exp $ +@comment $NetBSD: PLIST,v 1.7 2023/12/02 16:02:45 pin Exp $ bin/arqiver share/applications/arqiver.desktop share/arqiver/translations/arqiver_ca.qm share/arqiver/translations/arqiver_cs.qm share/arqiver/translations/arqiver_eo.qm share/arqiver/translations/arqiver_et.qm +share/arqiver/translations/arqiver_fi.qm share/arqiver/translations/arqiver_fr.qm +share/arqiver/translations/arqiver_he.qm share/arqiver/translations/arqiver_hi.qm share/arqiver/translations/arqiver_hr.qm share/arqiver/translations/arqiver_hu.qm diff --git a/archivers/arqiver/distinfo b/archivers/arqiver/distinfo index 7e234d7444d6..c6c129143f61 100644 --- a/archivers/arqiver/distinfo +++ b/archivers/arqiver/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2023/03/28 20:31:17 pin Exp $ +$NetBSD: distinfo,v 1.13 2023/12/02 16:02:45 pin Exp $ -BLAKE2s (Arqiver-0.11.0.tar.gz) = 071e2de63d07597a60cf46f3267f080de8fb4717bcb0f8f3ef6fede35a6cf566 -SHA512 (Arqiver-0.11.0.tar.gz) = d25956993d0c134e2615178853b9d25cbd84550165958496c752e733e1b42575a7526cb51b70d670549fb27076d5c77620f6ad5a774aa576af1123ee41abe30c -Size (Arqiver-0.11.0.tar.gz) = 151477 bytes +BLAKE2s (Arqiver-0.12.0.tar.gz) = 292ca7d607bcc406f521bca205aaaa22d798a0e5137fd9e28050e63d39aee5eb +SHA512 (Arqiver-0.12.0.tar.gz) = 48e21bbfabe8ef017110b13ea3d33f20ac5013d7f5d28a6b9d8feb170000bc0c2b92f60144aad485872c23d3d8aec74a82183a8a673b0efa7a18b4b7d783e5c3 +Size (Arqiver-0.12.0.tar.gz) = 161687 bytes