pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/arqiver archivers/arqiver: update to 0.8.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4e79c80a400c
branches:  trunk
changeset: 455774:4e79c80a400c
user:      pin <pin%pkgsrc.org@localhost>
date:      Sun Jul 11 05:21:18 2021 +0000

description:
archivers/arqiver: update to 0.8.0

Main changes:
-Now it's possible to drag all selected items, including directories.
-Added an option for only expanding top level directories when loading archives.
-Whether the option "Fit first column into available width" is checked or not,
the first header column is expanded to fill the available width.
-Added a workaround for Qt's problem with scrolling to deep non-expanded tree
items.
-Don't show the header without content.
-Resize columns appropriately on expanding/collapsing a directory item.
-Added application/x-xz, application/x-bzip and application/zstd to the
supported extractions by using 7z.
-Show the compressed size prefixed by ≥ if the file size is missing.
-Added cmake support (in addition to qmake).

diffstat:

 archivers/arqiver/Makefile |   6 +++---
 archivers/arqiver/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (35 lines):

diff -r d1a475f69cd0 -r 4e79c80a400c archivers/arqiver/Makefile
--- a/archivers/arqiver/Makefile        Sun Jul 11 04:08:06 2021 +0000
+++ b/archivers/arqiver/Makefile        Sun Jul 11 05:21:18 2021 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2021/04/21 11:40:53 adam Exp $
+# $NetBSD: Makefile,v 1.16 2021/07/11 05:21:18 pin Exp $
 
-DISTNAME=      Arqiver-0.7.0
+DISTNAME=      Arqiver-0.8.0
 PKGNAME=       ${DISTNAME:tl}
-PKGREVISION=   1
 CATEGORIES=    archivers
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tsujan/}
 GITHUB_TAG=    V${PKGVERSION_NOREV}
@@ -44,4 +43,5 @@
 .include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../x11/qt5-qtsvg/buildlink3.mk"
 .include "../../x11/qt5-qtx11extras/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r d1a475f69cd0 -r 4e79c80a400c archivers/arqiver/distinfo
--- a/archivers/arqiver/distinfo        Sun Jul 11 04:08:06 2021 +0000
+++ b/archivers/arqiver/distinfo        Sun Jul 11 05:21:18 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2021/02/02 18:45:09 pin Exp $
+$NetBSD: distinfo,v 1.7 2021/07/11 05:21:18 pin Exp $
 
-SHA1 (Arqiver-0.7.0.tar.gz) = 0bb441c01ed3925c50a398a3ca60292002637957
-RMD160 (Arqiver-0.7.0.tar.gz) = ae5497e3eda51351dc4e942e07daa3e357fd73d2
-SHA512 (Arqiver-0.7.0.tar.gz) = 82968411961ad5bd4e523d7ea464e2eac647dff3fd5dc52ebaf8f5be7c8200f5fa53ffd184f544d707a476574f6ee6ca5d26a8e55280324d224e7e366c1f63c8
-Size (Arqiver-0.7.0.tar.gz) = 124380 bytes
+SHA1 (Arqiver-0.8.0.tar.gz) = 7cd3925781fcb4eabbaf449ce854846f76850944
+RMD160 (Arqiver-0.8.0.tar.gz) = 779555bfad06e80f739c53bb516ce6240b487b56
+SHA512 (Arqiver-0.8.0.tar.gz) = c8d0fb14d7dbf98efa64253914d8f9c58b9b87f45de037ddfa24ab44edc9a8826cc46c80e56b4a41c735f6365e33b0c10d2ad8b31a90172701bc100941bffcfd
+Size (Arqiver-0.8.0.tar.gz) = 128316 bytes


Home | Main Index | Thread Index | Old Index