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:           Tue Jul 28 14:28:01 UTC 2020

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

Log Message:
archivers/arqiver: update to 0.6.0

V0.6.0
--------
 * Added an option to (not) stretch the first column.
 * Added app icon.
 * A workaround for a Qt bug that might give a too small height to rows if the horizontal scrollbar isn't at its minimum value when items are removed.
 * Better names for extraction folders of archives without parent directories.
 * Scroll to the current item when expanding or filtering.
 * Fixed startup invisibility with some window managers.
 * Updated the code for Qt 5.15.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/archivers/arqiver/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/archivers/arqiver/PLIST
cvs rdiff -u -r1.3 -r1.4 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.9 pkgsrc/archivers/arqiver/Makefile:1.10
--- pkgsrc/archivers/arqiver/Makefile:1.9       Tue Jun  2 08:23:07 2020
+++ pkgsrc/archivers/arqiver/Makefile   Tue Jul 28 14:28:01 2020
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2020/06/02 08:23:07 adam Exp $
+# $NetBSD: Makefile,v 1.10 2020/07/28 14:28:01 pin Exp $
 
-VERSION=       0.5.0
-DISTNAME=      Arqiver-V${VERSION}
-PKGNAME=       arqiver-${VERSION}
-PKGREVISION=   1
+DISTNAME=      Arqiver-0.6.0
+PKGNAME=       ${DISTNAME:tl}
 CATEGORIES=    archivers
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tsujan/}
 GITHUB_TAG=    V${PKGVERSION_NOREV}
@@ -13,7 +11,7 @@ HOMEPAGE=     https://github.com/tsujan/Arqi
 COMMENT=       Simple Qt5 archive manager
 LICENSE=       gnu-gpl-v3
 
-WRKSRC=                ${WRKDIR}/Arqiver-${VERSION}
+WRKSRC=                ${WRKDIR}/${DISTNAME}
 USE_LANGUAGES= c++
 USE_TOOLS+=    pkg-config bsdtar:run gzip:run 7za:run
 

Index: pkgsrc/archivers/arqiver/PLIST
diff -u pkgsrc/archivers/arqiver/PLIST:1.2 pkgsrc/archivers/arqiver/PLIST:1.3
--- pkgsrc/archivers/arqiver/PLIST:1.2  Sat Mar 14 22:26:26 2020
+++ pkgsrc/archivers/arqiver/PLIST      Tue Jul 28 14:28:01 2020
@@ -1,8 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2020/03/14 22:26:26 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/07/28 14:28:01 pin Exp $
 bin/arqiver
 share/applications/arqiver.desktop
 share/arqiver/translations/arqiver_eo.qm
+share/arqiver/translations/arqiver_hu.qm
 share/arqiver/translations/arqiver_nl.qm
 share/arqiver/translations/arqiver_pl.qm
 share/arqiver/translations/arqiver_pt_BR.qm
 share/arqiver/translations/arqiver_ru.qm
+share/icons/hicolor/scalable/apps/arqiver.svg

Index: pkgsrc/archivers/arqiver/distinfo
diff -u pkgsrc/archivers/arqiver/distinfo:1.3 pkgsrc/archivers/arqiver/distinfo:1.4
--- pkgsrc/archivers/arqiver/distinfo:1.3       Tue Apr 21 08:11:19 2020
+++ pkgsrc/archivers/arqiver/distinfo   Tue Jul 28 14:28:01 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2020/04/21 08:11:19 pin Exp $
+$NetBSD: distinfo,v 1.4 2020/07/28 14:28:01 pin Exp $
 
-SHA1 (Arqiver-V0.5.0.tar.gz) = 29dc919f6c6d850fc71724f4e0a886b3e02f3a16
-RMD160 (Arqiver-V0.5.0.tar.gz) = bef05b43a21af68e15f494d679b66cfce691f21b
-SHA512 (Arqiver-V0.5.0.tar.gz) = a951a60fb292a4f63f135b32eec87e81c100485e69ac8cfc91d8c6ea6fee88cce76c128d6de8541a9564151a24a2a3cf2d566098223853692fed7bfa77bd07f1
-Size (Arqiver-V0.5.0.tar.gz) = 120137 bytes
+SHA1 (Arqiver-0.6.0.tar.gz) = 978d6899c2f6cad1a3eb4c7231c976cd475f8a30
+RMD160 (Arqiver-0.6.0.tar.gz) = b875d7f76c4e5fcaf9d9ca4bdfe703c9314aed6d
+SHA512 (Arqiver-0.6.0.tar.gz) = 7a9a5323ea7348ef28dfffd661f880eba5be44b1ee488e7469b77b7e0d7c65eb5fde2587b3a2b006d7e29f3ce04ff07daec01846c537db2ac906246295eb2921
+Size (Arqiver-0.6.0.tar.gz) = 122895 bytes



Home | Main Index | Thread Index | Old Index