pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/lxqt-archiver
Module Name: pkgsrc
Committed By: gutteridge
Date: Tue Nov 11 02:51:20 UTC 2025
Modified Files:
pkgsrc/archivers/lxqt-archiver: Makefile distinfo
Log Message:
lxqt-archiver: update to 1.3.0
lxqt-archiver-1.3.0 / 2025-11-05
===================================
* Fixed handling of wrong passwords with 7z.
* Fixed "Re-create folders" on extraction.
* Fixed crash in parsing `lha` list output.
* Added LZ4 support.
* Set the enabled states of delete and view actions appropriately.
* Fixed an imminent crash with Clang's optimizations by checking `QPointer<QDrag>` for nullity before calling `deleteLater()` on it.
* Fixed an uninitialized variable.
* Fixed going back to the root dir after adding/deleting file.
* Clear selection in directory list appropriately.
* Minor improvement in core code.
* Enable the Stop action only when something is in progress.
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/archivers/lxqt-archiver/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/archivers/lxqt-archiver/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/archivers/lxqt-archiver/Makefile
diff -u pkgsrc/archivers/lxqt-archiver/Makefile:1.41 pkgsrc/archivers/lxqt-archiver/Makefile:1.42
--- pkgsrc/archivers/lxqt-archiver/Makefile:1.41 Thu Oct 23 20:35:37 2025
+++ pkgsrc/archivers/lxqt-archiver/Makefile Tue Nov 11 02:51:20 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2025/10/23 20:35:37 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2025/11/11 02:51:20 gutteridge Exp $
-DISTNAME= lxqt-archiver-1.2.0
-PKGREVISION= 1
+DISTNAME= lxqt-archiver-1.3.0
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/}
GITHUB_RELEASE= ${PKGVERSION_NOREV}
@@ -17,9 +16,10 @@ USE_TOOLS+= pkg-config perl bsdtar:run g
CMAKE_CONFIGURE_ARGS+= -DCMAKE_INSTALL_PREFIX=${PREFIX}
-TOOL_DEPENDS+= lxqt-build-tools>=2.2.0:../../devel/lxqt-build-tools
+TOOL_DEPENDS+= lxqt-build-tools>=2.3.0:../../devel/lxqt-build-tools
TOOL_DEPENDS+= qt6-qttools-[0-9]*:../../devel/qt6-qttools
+BUILDLINK_API_DEPENDS.qt6-qtbase+= qt6-qtbase>=6.6.0
.include "../../x11/qt6-qtbase/buildlink3.mk"
.include "../../x11/libfm-qt/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
Index: pkgsrc/archivers/lxqt-archiver/distinfo
diff -u pkgsrc/archivers/lxqt-archiver/distinfo:1.14 pkgsrc/archivers/lxqt-archiver/distinfo:1.15
--- pkgsrc/archivers/lxqt-archiver/distinfo:1.14 Mon Apr 28 01:40:17 2025
+++ pkgsrc/archivers/lxqt-archiver/distinfo Tue Nov 11 02:51:20 2025
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.14 2025/04/28 01:40:17 gutteridge Exp $
+$NetBSD: distinfo,v 1.15 2025/11/11 02:51:20 gutteridge Exp $
-BLAKE2s (lxqt-archiver-1.2.0.tar.xz) = 7fd0beecf92ff4651104f951acb10d1e3ad6d372a4cc2f7ff5f01517e011bd15
-SHA512 (lxqt-archiver-1.2.0.tar.xz) = 957e675829835ae8d930a65657b86eea991ea60b39d69c1532f282a495560cdf4ce9a273e8924ea7c9e685b728495e9266ebf5b1ae332ed22b68310bd9bf64db
-Size (lxqt-archiver-1.2.0.tar.xz) = 196992 bytes
+BLAKE2s (lxqt-archiver-1.3.0.tar.xz) = 68a91c27a34a7c4702d6f7174354375c3aac52f7f9711eaffbd115bdb8d77d63
+SHA512 (lxqt-archiver-1.3.0.tar.xz) = 4c57828cb451f142f1757dc7316ee47085f1a5eba2b19aa69ec38a3a26ca2434b5ac83365a84fde9c8c656a6f81c8750eaf9c879a1a2e8a2a8a7c1796aecc673
+Size (lxqt-archiver-1.3.0.tar.xz) = 198084 bytes
+SHA1 (patch-CMakeLists.txt) = 171915fe98a1ee6f9406a20a4e1bf44f92de1f66
Home |
Main Index |
Thread Index |
Old Index