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.10.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f9315b1e8fac
branches:  trunk
changeset: 384751:f9315b1e8fac
user:      pin <pin%pkgsrc.org@localhost>
date:      Sun Sep 04 15:08:37 2022 +0000

description:
archivers/arqiver: update to 0.10.1

V0.10.0
--------
 - Considered the modes of emblemized icons. This is especially relevant to Qt
   icon engines that colorize selected symbolic icons.
 - Get the mimetypes of symlinks directly, without consulting their targets
   (because their targets may be symlinks themselves and so, they aren't
   reliable).
 - First try the file manager DBus interface when opening the containing folder.
 - Removed the action for opening the containing folder when running as root
   (because there are DBus complications with most file managers).
 - Added read-only support for VirtualBox Extension Pack.
 - With 7z, don't show password prompt when the archive can't be read and
   there's no mention of encryption.
 - Enabled compilation against Qt6. With cmake, "ENABLE_QT5" should be set to
   "OFF" (as in `cmake .. -DENABLE_QT5=OFF`) — it's "ON" by default.

diffstat:

 archivers/arqiver/Makefile |   5 ++---
 archivers/arqiver/PLIST    |  10 +++++++++-
 archivers/arqiver/distinfo |   8 ++++----
 3 files changed, 15 insertions(+), 8 deletions(-)

diffs (52 lines):

diff -r fa3bf8a46dca -r f9315b1e8fac archivers/arqiver/Makefile
--- a/archivers/arqiver/Makefile        Sun Sep 04 15:06:09 2022 +0000
+++ b/archivers/arqiver/Makefile        Sun Sep 04 15:08:37 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2022/08/09 12:06:15 pin Exp $
+# $NetBSD: Makefile,v 1.21 2022/09/04 15:08:37 pin Exp $
 
-DISTNAME=      Arqiver-0.9.0
+DISTNAME=      Arqiver-0.10.0
 PKGNAME=       ${DISTNAME:tl}
-PKGREVISION=   3
 CATEGORIES=    archivers
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tsujan/}
 GITHUB_TAG=    V${PKGVERSION_NOREV}
diff -r fa3bf8a46dca -r f9315b1e8fac archivers/arqiver/PLIST
--- a/archivers/arqiver/PLIST   Sun Sep 04 15:06:09 2022 +0000
+++ b/archivers/arqiver/PLIST   Sun Sep 04 15:08:37 2022 +0000
@@ -1,12 +1,20 @@
-@comment $NetBSD: PLIST,v 1.4 2021/10/15 12:30:01 pin Exp $
+@comment $NetBSD: PLIST,v 1.5 2022/09/04 15:08:37 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_fr.qm
+share/arqiver/translations/arqiver_hi.qm
+share/arqiver/translations/arqiver_hr.qm
 share/arqiver/translations/arqiver_hu.qm
 share/arqiver/translations/arqiver_it.qm
+share/arqiver/translations/arqiver_ko.qm
+share/arqiver/translations/arqiver_lt.qm
 share/arqiver/translations/arqiver_nl.qm
 share/arqiver/translations/arqiver_pl.qm
+share/arqiver/translations/arqiver_pt.qm
 share/arqiver/translations/arqiver_pt_BR.qm
 share/arqiver/translations/arqiver_ru.qm
 share/arqiver/translations/arqiver_uk.qm
diff -r fa3bf8a46dca -r f9315b1e8fac archivers/arqiver/distinfo
--- a/archivers/arqiver/distinfo        Sun Sep 04 15:06:09 2022 +0000
+++ b/archivers/arqiver/distinfo        Sun Sep 04 15:08:37 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 09:57:05 nia Exp $
+$NetBSD: distinfo,v 1.11 2022/09/04 15:08:37 pin Exp $
 
-BLAKE2s (Arqiver-0.9.0.tar.gz) = cf86c30baeebba2f108b8a8b925995bd31b2ea11a5d6e84615a32f0e48c98f00
-SHA512 (Arqiver-0.9.0.tar.gz) = 9faa218cb3b78a57c5d5c3298b52efba0c09e29a7e4f2dcdde87ddabbe557bfa7d6926417b00e760115a8f7016c097a87fdb727b4370bc43d55e947c20f797f9
-Size (Arqiver-0.9.0.tar.gz) = 135834 bytes
+BLAKE2s (Arqiver-0.10.0.tar.gz) = de4f24f3ce3b0da5f1120962399c685aaf3f1b16dc331c2f166bbcb176dc547e
+SHA512 (Arqiver-0.10.0.tar.gz) = a220e24631e7102fc71c4dc5d873fc7c3c246c4fbd18c94ae3cd930bb0b9a335914743a1392a118d56557197f2c12fe2157be27ed11121d07a2959bb452a3800
+Size (Arqiver-0.10.0.tar.gz) = 148443 bytes


Home | Main Index | Thread Index | Old Index