archivers/arqiver: update to 0.12.0
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.
This commit is contained in:
parent
be49ab3f3f
commit
b78d4c045e
3 changed files with 9 additions and 8 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue