pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/lximage-qt graphics/lximage-qt: update to 0.16.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/02395a579e64
branches:  trunk
changeset: 443110:02395a579e64
user:      pin <pin%pkgsrc.org@localhost>
date:      Mon Dec 07 11:38:12 2020 +0000

description:
graphics/lximage-qt: update to 0.16.0

-Added image size and path to statusbar.
-Added copy Path action.
-Fixed memory leaks in annotations.
-Show error message if saving with a format is not supported.
-Added resize image feature.
-Use QFlags default constructor.
-Prevent users from defining ambiguous shortcuts.
-Consult Qt for supported mimetypes.
-Start app on screen with mouse cursor when opening image.
-Added depreciation notice to screenshot command line options.

diffstat:

 graphics/lximage-qt/Makefile |   7 +++----
 graphics/lximage-qt/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 9 deletions(-)

diffs (37 lines):

diff -r aa47f64cc1f3 -r 02395a579e64 graphics/lximage-qt/Makefile
--- a/graphics/lximage-qt/Makefile      Mon Dec 07 11:35:16 2020 +0000
+++ b/graphics/lximage-qt/Makefile      Mon Dec 07 11:38:12 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2020/11/05 09:08:25 ryoon Exp $
+# $NetBSD: Makefile,v 1.12 2020/12/07 11:38:12 pin Exp $
 
-DISTNAME=      lximage-qt-0.15.0
-PKGREVISION=   3
+DISTNAME=      lximage-qt-0.16.0
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=lxqt/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
@@ -22,7 +21,7 @@
 pre-configure:
        ${MKDIR} -p ${WRKSRC}/build
 
-TOOL_DEPENDS+= lxqt-build-tools-[0-9]*:../../devel/lxqt-build-tools
+TOOL_DEPENDS+= lxqt-build-tools>=0.8:../../devel/lxqt-build-tools
 TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools
 
 .include "../../x11/qt5-qtx11extras/buildlink3.mk"
diff -r aa47f64cc1f3 -r 02395a579e64 graphics/lximage-qt/distinfo
--- a/graphics/lximage-qt/distinfo      Mon Dec 07 11:35:16 2020 +0000
+++ b/graphics/lximage-qt/distinfo      Mon Dec 07 11:38:12 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/06/01 10:42:24 pin Exp $
+$NetBSD: distinfo,v 1.3 2020/12/07 11:38:12 pin Exp $
 
-SHA1 (lximage-qt-0.15.0.tar.xz) = 338ce0f9cea13858144441f498d0f104077efa9e
-RMD160 (lximage-qt-0.15.0.tar.xz) = d1d6d4bc0d432807683eeb713a7feb67bae480cb
-SHA512 (lximage-qt-0.15.0.tar.xz) = 980fc401b31c5d937877ef35211892984def150a6db6072d9752fa78588ea8ca0827beb5880d46775092c42e93358d3e494e045a50756931129402ded4ecab23
-Size (lximage-qt-0.15.0.tar.xz) = 91444 bytes
+SHA1 (lximage-qt-0.16.0.tar.xz) = cbbdca74097d0991fcec7f88fb60d10f069a9afd
+RMD160 (lximage-qt-0.16.0.tar.xz) = 0165cc318b399edc88397a9ee8f6b240830a1dc2
+SHA512 (lximage-qt-0.16.0.tar.xz) = 2da46d23567cff7044a884e14b30de36b3a19d802768585b7c3332897b0af2fc42993ed9bb9d062db7988a0526cc7357a09fbac5f283a615b109ea8dfbf474b5
+Size (lximage-qt-0.16.0.tar.xz) = 100920 bytes



Home | Main Index | Thread Index | Old Index