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 Sep  4 15:08:37 UTC 2022

Modified Files:
        pkgsrc/archivers/arqiver: Makefile PLIST distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/archivers/arqiver/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/archivers/arqiver/PLIST
cvs rdiff -u -r1.10 -r1.11 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.20 pkgsrc/archivers/arqiver/Makefile:1.21
--- pkgsrc/archivers/arqiver/Makefile:1.20      Tue Aug  9 12:06:15 2022
+++ pkgsrc/archivers/arqiver/Makefile   Sun Sep  4 15:08:37 2022
@@ -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}

Index: pkgsrc/archivers/arqiver/PLIST
diff -u pkgsrc/archivers/arqiver/PLIST:1.4 pkgsrc/archivers/arqiver/PLIST:1.5
--- pkgsrc/archivers/arqiver/PLIST:1.4  Fri Oct 15 12:30:01 2021
+++ pkgsrc/archivers/arqiver/PLIST      Sun Sep  4 15:08:37 2022
@@ -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

Index: pkgsrc/archivers/arqiver/distinfo
diff -u pkgsrc/archivers/arqiver/distinfo:1.10 pkgsrc/archivers/arqiver/distinfo:1.11
--- pkgsrc/archivers/arqiver/distinfo:1.10      Tue Oct 26 09:57:05 2021
+++ pkgsrc/archivers/arqiver/distinfo   Sun Sep  4 15:08:37 2022
@@ -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