diff options
author | pin <pin@pkgsrc.org> | 2022-04-24 15:25:18 +0000 |
---|---|---|
committer | pin <pin@pkgsrc.org> | 2022-04-24 15:25:18 +0000 |
commit | 620ba4639da1b46496385c9eaa39417db48e7c29 (patch) | |
tree | b824011c92324cc8ab57b598e2bfc06778bd3b86 /archivers | |
parent | 1026731cb052a8ff17ada5e62bebd58f9eb3823f (diff) | |
download | pkgsrc-620ba4639da1b46496385c9eaa39417db48e7c29.tar.gz |
archivers/lxqt-archiver: update to 0.6.0
Main changes:
-Allow changing of the view icon size and remember it.
-Allow sorting by any column (but only sort by the first column at startup).
-Forget the password (if any) on reloading the archive.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/lxqt-archiver/Makefile | 7 | ||||
-rw-r--r-- | archivers/lxqt-archiver/PLIST | 3 | ||||
-rw-r--r-- | archivers/lxqt-archiver/distinfo | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/archivers/lxqt-archiver/Makefile b/archivers/lxqt-archiver/Makefile index 17e2527d364..964c78e830e 100644 --- a/archivers/lxqt-archiver/Makefile +++ b/archivers/lxqt-archiver/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2022/04/18 19:10:18 adam Exp $ +# $NetBSD: Makefile,v 1.14 2022/04/24 15:25:18 pin Exp $ -DISTNAME= lxqt-archiver-0.5.0 -PKGREVISION= 2 +DISTNAME= lxqt-archiver-0.6.0 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/} GITHUB_RELEASE= ${PKGVERSION_NOREV} @@ -24,7 +23,7 @@ CMAKE_ARGS+= -DCMAKE_INSTALL_PREFIX=${PREFIX} pre-configure: ${MKDIR} -p ${WRKSRC}/build -TOOL_DEPENDS+= lxqt-build-tools>=0.10.0:../../devel/lxqt-build-tools +TOOL_DEPENDS+= lxqt-build-tools>=0.11.0:../../devel/lxqt-build-tools TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools .include "../../x11/qt5-qtbase/buildlink3.mk" diff --git a/archivers/lxqt-archiver/PLIST b/archivers/lxqt-archiver/PLIST index 5a7f46d1349..9709617e630 100644 --- a/archivers/lxqt-archiver/PLIST +++ b/archivers/lxqt-archiver/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2021/11/19 10:11:27 pin Exp $ +@comment $NetBSD: PLIST,v 1.5 2022/04/24 15:25:18 pin Exp $ bin/lxqt-archiver share/applications/lxqt-archiver.desktop share/icons/hicolor/scalable/apps/lxqt-archiver.svg @@ -22,6 +22,7 @@ share/lxqt-archiver/translations/lxqt-archiver_hu.qm 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_ko.qm share/lxqt-archiver/translations/lxqt-archiver_lt.qm share/lxqt-archiver/translations/lxqt-archiver_nb_NO.qm share/lxqt-archiver/translations/lxqt-archiver_nl.qm diff --git a/archivers/lxqt-archiver/distinfo b/archivers/lxqt-archiver/distinfo index eab0d73f0b4..61862889d97 100644 --- a/archivers/lxqt-archiver/distinfo +++ b/archivers/lxqt-archiver/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2021/11/19 10:11:27 pin Exp $ +$NetBSD: distinfo,v 1.7 2022/04/24 15:25:18 pin Exp $ -BLAKE2s (lxqt-archiver-0.5.0.tar.xz) = 0c07700d002573029c410d2e69144e0934b5ab1d80ce8e685a67c7b39f747c5b -SHA512 (lxqt-archiver-0.5.0.tar.xz) = 01747499fece79010f359bfe5987dd0ef96daa92269659dc64543a78a4540ed7e5ff2e0b2ae6ab620c6be7244f4e350a18aa08657e7d84429fa20d0a264977c6 -Size (lxqt-archiver-0.5.0.tar.xz) = 176312 bytes +BLAKE2s (lxqt-archiver-0.6.0.tar.xz) = ce563731057139c68641cb9cbe23843c6a38f67a6b9ad7f0fb53f022103df1a0 +SHA512 (lxqt-archiver-0.6.0.tar.xz) = e714969ac285969b845cc3b293bf74fd3986be09ec0315aa11aca553e432397b8b68ec3830ae009f5fa950866b299e71aa89794de5af329f7012cb2524b310df +Size (lxqt-archiver-0.6.0.tar.xz) = 180844 bytes |