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.
This commit is contained in:
parent
e71b051090
commit
8da0e6b482
3 changed files with 12 additions and 12 deletions
|
@ -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/Arqiver/
|
|||
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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue