Received: by mail.netbsd.org (Postfix, from userid 605) id 82DFB84D62; Tue, 20 Apr 2021 18:38:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BDCE484D4D for ; Tue, 20 Apr 2021 18:38:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 85WbYCAtSsCZ for ; Tue, 20 Apr 2021 18:38:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id F027B84D43 for ; Tue, 20 Apr 2021 18:38:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EE16CFA95; Tue, 20 Apr 2021 18:38:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161894389652290" MIME-Version: 1.0 Date: Tue, 20 Apr 2021 18:38:16 +0000 From: "pin" Subject: CVS commit: pkgsrc/archivers/lxqt-archiver To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20210420183816.EE16CFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161894389652290 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Tue Apr 20 18:38:16 UTC 2021 Modified Files: pkgsrc/archivers/lxqt-archiver: Makefile PLIST distinfo Log Message: archivers/lxqt-archiver: update to 0.4.0 lxqt-archiver-0.4.0 / 2021-04-15 =================================== - Support opening and extracting of disk images. - Also, support xz-compressed disk images. - Added "application/vnd.debian.binary-package" to mimetypes list. - Made directory view horizontally scrollable. - Remember window settings. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/archivers/lxqt-archiver/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/archivers/lxqt-archiver/PLIST \ pkgsrc/archivers/lxqt-archiver/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161894389652290 Content-Disposition: inline Content-Length: 4692 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/archivers/lxqt-archiver/Makefile diff -u pkgsrc/archivers/lxqt-archiver/Makefile:1.7 pkgsrc/archivers/lxqt-archiver/Makefile:1.8 --- pkgsrc/archivers/lxqt-archiver/Makefile:1.7 Mon Dec 7 11:59:16 2020 +++ pkgsrc/archivers/lxqt-archiver/Makefile Tue Apr 20 18:38:16 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2020/12/07 11:59:16 pin Exp $ +# $NetBSD: Makefile,v 1.8 2021/04/20 18:38:16 pin Exp $ -DISTNAME= lxqt-archiver-0.3.0 +DISTNAME= lxqt-archiver-0.4.0 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/} GITHUB_RELEASE= ${PKGVERSION_NOREV} @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 USE_CMAKE= yes USE_LANGUAGES= c c++ -USE_TOOLS+= pkg-config bsdtar:run gzip:run 7za:run gtar:run bzip2:run unzip:run zip:run xz:run +USE_TOOLS+= pkg-config perl bsdtar:run gzip:run 7za:run gtar:run bzip2:run unzip:run zip:run xz:run CONFIGURE_DIRS= build CMAKE_ARG_PATH= .. @@ -23,7 +23,7 @@ CMAKE_ARGS+= -DCMAKE_INSTALL_PREFIX=${PR pre-configure: ${MKDIR} -p ${WRKSRC}/build -TOOL_DEPENDS+= lxqt-build-tools>=0.8:../../devel/lxqt-build-tools +TOOL_DEPENDS+= lxqt-build-tools>=0.9:../../devel/lxqt-build-tools TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools .include "../../x11/qt5-qtbase/buildlink3.mk" Index: pkgsrc/archivers/lxqt-archiver/PLIST diff -u pkgsrc/archivers/lxqt-archiver/PLIST:1.2 pkgsrc/archivers/lxqt-archiver/PLIST:1.3 --- pkgsrc/archivers/lxqt-archiver/PLIST:1.2 Mon Dec 7 11:59:16 2020 +++ pkgsrc/archivers/lxqt-archiver/PLIST Tue Apr 20 18:38:16 2021 @@ -1,11 +1,11 @@ -@comment $NetBSD: PLIST,v 1.2 2020/12/07 11:59:16 pin Exp $ +@comment $NetBSD: PLIST,v 1.3 2021/04/20 18:38:16 pin Exp $ bin/lxqt-archiver -libexec/lxqt-archiver/isoinfo.sh share/applications/lxqt-archiver.desktop share/icons/hicolor/scalable/apps/lxqt-archiver.svg share/lxqt-archiver/translations/lxqt-archiver_ar.qm share/lxqt-archiver/translations/lxqt-archiver_arn.qm share/lxqt-archiver/translations/lxqt-archiver_ast.qm +share/lxqt-archiver/translations/lxqt-archiver_bg.qm share/lxqt-archiver/translations/lxqt-archiver_ca.qm share/lxqt-archiver/translations/lxqt-archiver_cs.qm share/lxqt-archiver/translations/lxqt-archiver_cy.qm @@ -13,6 +13,8 @@ share/lxqt-archiver/translations/lxqt-ar share/lxqt-archiver/translations/lxqt-archiver_el.qm share/lxqt-archiver/translations/lxqt-archiver_en_GB.qm share/lxqt-archiver/translations/lxqt-archiver_es.qm +share/lxqt-archiver/translations/lxqt-archiver_et.qm +share/lxqt-archiver/translations/lxqt-archiver_fr.qm share/lxqt-archiver/translations/lxqt-archiver_gl.qm share/lxqt-archiver/translations/lxqt-archiver_he.qm share/lxqt-archiver/translations/lxqt-archiver_hr.qm @@ -20,11 +22,13 @@ share/lxqt-archiver/translations/lxqt-ar share/lxqt-archiver/translations/lxqt-archiver_id.qm share/lxqt-archiver/translations/lxqt-archiver_it.qm share/lxqt-archiver/translations/lxqt-archiver_ja.qm +share/lxqt-archiver/translations/lxqt-archiver_lt.qm share/lxqt-archiver/translations/lxqt-archiver_nb_NO.qm share/lxqt-archiver/translations/lxqt-archiver_pl.qm +share/lxqt-archiver/translations/lxqt-archiver_pt.qm share/lxqt-archiver/translations/lxqt-archiver_pt_BR.qm -share/lxqt-archiver/translations/lxqt-archiver_pt_PT.qm share/lxqt-archiver/translations/lxqt-archiver_ru.qm +share/lxqt-archiver/translations/lxqt-archiver_si.qm share/lxqt-archiver/translations/lxqt-archiver_sl.qm share/lxqt-archiver/translations/lxqt-archiver_sv.qm share/lxqt-archiver/translations/lxqt-archiver_tr.qm Index: pkgsrc/archivers/lxqt-archiver/distinfo diff -u pkgsrc/archivers/lxqt-archiver/distinfo:1.2 pkgsrc/archivers/lxqt-archiver/distinfo:1.3 --- pkgsrc/archivers/lxqt-archiver/distinfo:1.2 Mon Dec 7 11:59:16 2020 +++ pkgsrc/archivers/lxqt-archiver/distinfo Tue Apr 20 18:38:16 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2020/12/07 11:59:16 pin Exp $ +$NetBSD: distinfo,v 1.3 2021/04/20 18:38:16 pin Exp $ -SHA1 (lxqt-archiver-0.3.0.tar.xz) = c3be4f0ec53da9edfa2bb026b235ab80906e0e9a -RMD160 (lxqt-archiver-0.3.0.tar.xz) = f9de8e1125c384548060e85115f81dd6a6ed2573 -SHA512 (lxqt-archiver-0.3.0.tar.xz) = 840fae890611b081a1355ceb58ca65276784e6825822859ff2d6506190212268f1c67733dc94c65c9c5758f8d6a25c286c2b339356a50f29474b0c7ce2569d2c -Size (lxqt-archiver-0.3.0.tar.xz) = 157492 bytes +SHA1 (lxqt-archiver-0.4.0.tar.xz) = 6cd861675ecb674f245f410745cdf9c26585ba55 +RMD160 (lxqt-archiver-0.4.0.tar.xz) = b72ab6da1c50981dc1f1d4c30c2a1a503f53c136 +SHA512 (lxqt-archiver-0.4.0.tar.xz) = e1b323cd118af3726009e153c4f9766ec53b29fa0280530da16e2101d36ec45b55de0fe3d87c1386a4e5b3d88712fd209659b4ebb9344af689812600ae136ed6 +Size (lxqt-archiver-0.4.0.tar.xz) = 167124 bytes --_----------=_161894389652290--