arqiver: import new package, version 0.3.2
Arqiver is a simple Qt5 archive manager as a front-end for libarchive (bsdtar), gzip and 7z. Packaged in pkgsrc-wip by pin, as part of a broader effort toward providing all of LXQt and associated utility applications. General reviews, feedback, and testing of such by gdt@, ng0@, and myself.
This commit is contained in:
parent
0e2f37cee8
commit
cdc9bbd958
5 changed files with 56 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.169 2020/01/19 00:59:17 pho Exp $
|
||||
# $NetBSD: Makefile,v 1.170 2020/02/13 03:00:16 gutteridge Exp $
|
||||
#
|
||||
|
||||
COMMENT= Archivers
|
||||
|
@ -11,6 +11,7 @@ SUBDIR+= arc
|
|||
SUBDIR+= archangel
|
||||
SUBDIR+= arj
|
||||
SUBDIR+= ark
|
||||
SUBDIR+= arqiver
|
||||
SUBDIR+= atool
|
||||
SUBDIR+= bicom
|
||||
SUBDIR+= bmap-tools
|
||||
|
|
11
archivers/arqiver/DESCR
Normal file
11
archivers/arqiver/DESCR
Normal file
|
@ -0,0 +1,11 @@
|
|||
Arqiver is a simple Qt5 archive manager as a front-end for libarchive
|
||||
(bsdtar), gzip and 7z.
|
||||
|
||||
*Arqiver can extract, create and edit archives that are supported by its
|
||||
back-ends.
|
||||
*It can open archives by drag-and-drop. Its listed items can be viewed
|
||||
separately or dragged and dropped into appropriate applications.
|
||||
With 7z, it also supports password protection.
|
||||
|
||||
Arqiver was started from lumina-archiver, belonging to Lumina
|
||||
(<https://github.com/lumina-desktop/lumina>).
|
30
archivers/arqiver/Makefile
Normal file
30
archivers/arqiver/Makefile
Normal file
|
@ -0,0 +1,30 @@
|
|||
# $NetBSD: Makefile,v 1.1 2020/02/13 03:00:16 gutteridge Exp $
|
||||
|
||||
DISTNAME= Arqiver-V0.3.2
|
||||
PKGNAME= arqiver-0.3.2
|
||||
CATEGORIES= archivers
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=tsujan/}
|
||||
GITHUB_TAG= V${PKGVERSION_NOREV}
|
||||
|
||||
MAINTAINER= voidpin@protonmail.com
|
||||
HOMEPAGE= https://github.com/tsujan/Arqiver/
|
||||
COMMENT= Simple Qt5 archive manager
|
||||
LICENSE= gnu-gpl-v3
|
||||
|
||||
WRKSRC= ${WRKDIR}/Arqiver-0.3.2
|
||||
USE_LANGUAGES= c++
|
||||
USE_TOOLS+= pkg-config
|
||||
|
||||
INSTALL_MAKE_FLAGS+= INSTALL_ROOT=${DESTDIR}
|
||||
|
||||
do-configure:
|
||||
cd ${WRKSRC} && \
|
||||
${SETENV} ${CONFIGURE_ENV} \
|
||||
${QTDIR}/bin/qmake -o Makefile PREFIX=${PREFIX}
|
||||
|
||||
TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools
|
||||
|
||||
.include "../../x11/qt5-qtbase/buildlink3.mk"
|
||||
.include "../../x11/qt5-qtsvg/buildlink3.mk"
|
||||
.include "../../x11/qt5-qtx11extras/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
7
archivers/arqiver/PLIST
Normal file
7
archivers/arqiver/PLIST
Normal file
|
@ -0,0 +1,7 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2020/02/13 03:00:16 gutteridge Exp $
|
||||
bin/arqiver
|
||||
share/applications/arqiver.desktop
|
||||
share/arqiver/translations/arqiver_eo.qm
|
||||
share/arqiver/translations/arqiver_nl.qm
|
||||
share/arqiver/translations/arqiver_pl.qm
|
||||
share/arqiver/translations/arqiver_pt_BR.qm
|
6
archivers/arqiver/distinfo
Normal file
6
archivers/arqiver/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2020/02/13 03:00:16 gutteridge Exp $
|
||||
|
||||
SHA1 (Arqiver-V0.3.2.tar.gz) = 01ede799c05b637301f18a1323c04316a877d6db
|
||||
RMD160 (Arqiver-V0.3.2.tar.gz) = ac03e0c2d86a534612e00c141c2c01e92d680445
|
||||
SHA512 (Arqiver-V0.3.2.tar.gz) = d00400ed783cc15c106b33d1054aebbca7ed77ebee5d536612df84ee9088f2067ca5ff73275e90e50c7e50702e97cd887c94d6e1b64d4cadeacdd63f50442ef7
|
||||
Size (Arqiver-V0.3.2.tar.gz) = 113479 bytes
|
Loading…
Reference in a new issue