pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/arqiver



Module Name:    pkgsrc
Committed By:   pin
Date:           Sun Jul 11 05:21:18 UTC 2021

Modified Files:
        pkgsrc/archivers/arqiver: Makefile distinfo

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/archivers/arqiver/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/archivers/arqiver/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/archivers/arqiver/Makefile
diff -u pkgsrc/archivers/arqiver/Makefile:1.15 pkgsrc/archivers/arqiver/Makefile:1.16
--- pkgsrc/archivers/arqiver/Makefile:1.15      Wed Apr 21 11:40:53 2021
+++ pkgsrc/archivers/arqiver/Makefile   Sun Jul 11 05:21:18 2021
@@ -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 @@ TOOL_DEPENDS+=        qt5-qttools-[0-9]*:../../
 .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"

Index: pkgsrc/archivers/arqiver/distinfo
diff -u pkgsrc/archivers/arqiver/distinfo:1.6 pkgsrc/archivers/arqiver/distinfo:1.7
--- pkgsrc/archivers/arqiver/distinfo:1.6       Tue Feb  2 18:45:09 2021
+++ pkgsrc/archivers/arqiver/distinfo   Sun Jul 11 05:21:18 2021
@@ -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