pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

arqiver, update to 0.4.0



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Wed Mar 11 06:52:51 2020 +0100
Changeset:	e8c81890eb64a99aa33c084a79bd5eef42ac860a

Modified Files:
	Makefile
Added Files:
	arqiver/DESCR
	arqiver/Makefile
	arqiver/PLIST
	arqiver/distinfo

Log Message:
arqiver, update to 0.4.0

Changelog:
-Smooth scrolling when the mouse wheel turns inside the view.
-Allow stopping (killing) backend processes.
-Added support for Zstd.
-Prevent DND when the backend is busy.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e8c81890eb64a99aa33c084a79bd5eef42ac860a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile         |  1 +
 arqiver/DESCR    | 11 +++++++++++
 arqiver/Makefile | 47 +++++++++++++++++++++++++++++++++++++++++++++++
 arqiver/PLIST    |  8 ++++++++
 arqiver/distinfo |  6 ++++++
 5 files changed, 73 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index a2cec3edf1..8e3bc54ef5 100644
--- a/Makefile
+++ b/Makefile
@@ -187,6 +187,7 @@ SUBDIR+=	arora
 SUBDIR+=	arpdig
 SUBDIR+=	arphic-ukai-ttf
 SUBDIR+=	arphic-uming-ttf
+SUBDIR+=	arqiver
 SUBDIR+=	artemis
 SUBDIR+=	ascii2binary
 SUBDIR+=	aspell-dictionaries
diff --git a/arqiver/DESCR b/arqiver/DESCR
new file mode 100644
index 0000000000..18ade63f78
--- /dev/null
+++ b/arqiver/DESCR
@@ -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>).
diff --git a/arqiver/Makefile b/arqiver/Makefile
new file mode 100644
index 0000000000..3205758d4a
--- /dev/null
+++ b/arqiver/Makefile
@@ -0,0 +1,47 @@
+# $NetBSD$
+
+VERSION=	0.4.0
+DISTNAME=	Arqiver-V${VERSION}
+PKGNAME=	arqiver-${VERSION}
+CATEGORIES=	archivers
+MASTER_SITES=	${MASTER_SITE_GITHUB:=tsujan/}
+GITHUB_TAG=	V${PKGVERSION_NOREV}
+
+MAINTAINER=	voidpin%protonmail.com@localhost
+HOMEPAGE=	https://github.com/tsujan/Arqiver/
+COMMENT=	Simple Qt5 archive manager
+LICENSE=	gnu-gpl-v3
+
+WRKSRC=		${WRKDIR}/Arqiver-0.4.0
+USE_LANGUAGES=	c++
+USE_TOOLS+=	pkg-config bsdtar:run gzip:run 7za:run
+
+INSTALL_MAKE_FLAGS+=	INSTALL_ROOT=${DESTDIR}
+
+SUBST_CLASSES+=		prefix
+SUBST_MESSAGE.prefix=	Fixing paths.
+SUBST_STAGE.prefix=	pre-configure
+SUBST_FILES.prefix=	backends.cpp
+SUBST_SED.prefix=	-e 's,"tar","${TOOLS_PATH.bsdtar}",g'
+SUBST_SED.prefix+=	-e 's,"bsdtar","${TOOLS_PATH.bsdtar}",g'
+SUBST_SED.prefix+=	-e 's,"gzip","${TOOLS_PATH.gzip}",g'
+SUBST_SED.prefix+=	-e 's,"7z","${TOOLS_PATH.7za}",g'
+# (Can't include closing double-quotes below, as there are varying
+# character sequences following the command references.)
+SUBST_SED.prefix+=	-e 's,"xdg-open,"${PREFIX}/bin/xdg-open,g'
+
+do-configure:
+	cd ${WRKSRC} && \
+	${SETENV} ${CONFIGURE_ENV} \
+	${QTDIR}/bin/qmake -o Makefile PREFIX=${PREFIX}
+
+# Either needs misc/xdg-utils for xdg-open or devel/glib2 for gio.
+# Upstream prefers glib2, but xdg-utils is a lot smaller, so use
+# that for now.
+DEPENDS+=	xdg-utils-[0-9]*:../../misc/xdg-utils
+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"
diff --git a/arqiver/PLIST b/arqiver/PLIST
new file mode 100644
index 0000000000..ae44eb9712
--- /dev/null
+++ b/arqiver/PLIST
@@ -0,0 +1,8 @@
+@comment $NetBSD$
+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
+share/arqiver/translations/arqiver_ru.qm
diff --git a/arqiver/distinfo b/arqiver/distinfo
new file mode 100644
index 0000000000..b2013b902e
--- /dev/null
+++ b/arqiver/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (Arqiver-V0.4.0.tar.gz) = 6ac3e335851db9d628bfe423ccda31c9d33325a4
+RMD160 (Arqiver-V0.4.0.tar.gz) = 6a1e49f912ec79ba445386fe3e74e53e827f7b53
+SHA512 (Arqiver-V0.4.0.tar.gz) = c2c8ac67b0aebe74c22795d2493177c95858bd5afe50dc76aafc62b2d2ba60fa7a1a8519811a0325aabfec8cd48ea31f0c6f6d1c712c9a89bf41441008551ad1
+Size (Arqiver-V0.4.0.tar.gz) = 118725 bytes


Home | Main Index | Thread Index | Old Index