pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/lximage-qt



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Tue Nov 11 02:54:33 UTC 2025

Modified Files:
        pkgsrc/graphics/lximage-qt: Makefile distinfo

Log Message:
lximage-qt: update to 2.3.0

lximage-qt-2.3.0 / 2025-11-05
==============================
 * Added `document-open-recent` icon to "Recently Opened Files".
 * Silenced compilation warning about `QImage::mirrored`.
 * Supported multi-page TIFF images.
 * Supported animated WebP images.
 * Fixed copying annotations to clipboard.
 * Supported non-solid (tiled) background.
 * Fixed showing of ampersand in recent files menu.
 * Show dimensions of pasted image on status-bar.
 * Silenced a Clang warning.
 * Set window icon.
 * Removed unnecessary QOverloads.
 * Gave parent window to print dialog.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/graphics/lximage-qt/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/lximage-qt/distinfo

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

Modified files:

Index: pkgsrc/graphics/lximage-qt/Makefile
diff -u pkgsrc/graphics/lximage-qt/Makefile:1.46 pkgsrc/graphics/lximage-qt/Makefile:1.47
--- pkgsrc/graphics/lximage-qt/Makefile:1.46    Thu Oct 23 20:37:39 2025
+++ pkgsrc/graphics/lximage-qt/Makefile Tue Nov 11 02:54:33 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2025/10/23 20:37:39 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2025/11/11 02:54:33 gutteridge Exp $
 
-DISTNAME=      lximage-qt-2.2.0
-PKGREVISION=   1
+DISTNAME=      lximage-qt-2.3.0
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=lxqt/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
@@ -15,7 +14,7 @@ LICENSE=      gnu-gpl-v2
 USE_TOOLS+=    pkg-config perl
 USE_LANGUAGES= c c++
 
-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
 
 .include "../../x11/libfm-qt/buildlink3.mk"

Index: pkgsrc/graphics/lximage-qt/distinfo
diff -u pkgsrc/graphics/lximage-qt/distinfo:1.15 pkgsrc/graphics/lximage-qt/distinfo:1.16
--- pkgsrc/graphics/lximage-qt/distinfo:1.15    Mon Apr 28 01:46:40 2025
+++ pkgsrc/graphics/lximage-qt/distinfo Tue Nov 11 02:54:33 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2025/04/28 01:46:40 gutteridge Exp $
+$NetBSD: distinfo,v 1.16 2025/11/11 02:54:33 gutteridge Exp $
 
-BLAKE2s (lximage-qt-2.2.0.tar.xz) = caaeb6bd41800911ccba9063d6f2f910107a4a81b8898647b2c6a5e59f1a4a83
-SHA512 (lximage-qt-2.2.0.tar.xz) = c6cb23fd14ad8eb81c7c5be2c6440a9c4351a972c50d005981ee745370aac43f78d414803cb72963472960b8b49c70411b66162390dfcddaa991a3e210a2b510
-Size (lximage-qt-2.2.0.tar.xz) = 858248 bytes
+BLAKE2s (lximage-qt-2.3.0.tar.xz) = ac31576fe496daa6ce669f0e58692fa279810f2b181823a94945c325cf9eaa2d
+SHA512 (lximage-qt-2.3.0.tar.xz) = 6cc25cedc08c08f47993731f539e78152e65dbd4c72923cb32750ff3dec7491fd3a5dac14a173e51bb4880e19938fa5c744f2521cf4c736320f7c4d22a7b953a
+Size (lximage-qt-2.3.0.tar.xz) = 862192 bytes



Home | Main Index | Thread Index | Old Index