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: pin
Date: Mon Jun 1 10:42:24 UTC 2020
Modified Files:
pkgsrc/graphics/lximage-qt: Makefile PLIST distinfo
Log Message:
graphics/lximage-qt: update to 0.15.0
lximage-qt-0.15.0 / 2020-04-21
==============================
* Hide annotations toolbar by default (it's buggy) but add an option to show/hide it on startup.
* No auto-selection in thumbnail view.
* Fixed showing the first image on loading a directory.
* String optimizations.
* Optionally show image outline.
* More complete transformation based on EXIF.
* Prevent blurry images with HDPI.
* Jump forward when the image is deleted/renamed.
* Added command-line option `-d` to take a screenshot and save it to the directory without showing the GUI.
* Remove X11 screenshot under Wayland.
* Made maximum number of recent files configurable.
* Support uploading of unsaved images.
* No multiple Preferences dialogs.
* Keep zooming state on switching image.
* Removed deprecated `QDesktopWidget`.
* Added "Open With.." to File menu.
* Added shortcut editor to Preferences.
* Fixed maximization at startup with SVG and GIF images.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/lximage-qt/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/lximage-qt/PLIST \
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.5 pkgsrc/graphics/lximage-qt/Makefile:1.6
--- pkgsrc/graphics/lximage-qt/Makefile:1.5 Wed Apr 22 08:28:11 2020
+++ pkgsrc/graphics/lximage-qt/Makefile Mon Jun 1 10:42:24 2020
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.5 2020/04/22 08:28:11 pin Exp $
+# $NetBSD: Makefile,v 1.6 2020/06/01 10:42:24 pin Exp $
-DISTNAME= lximage-qt-0.14.1
-PKGREVISION= 3
+VERSION= 0.15.0
+DISTNAME= lximage-qt-${VERSION}
CATEGORIES= graphics
-MASTER_SITES= https://downloads.lxqt.org/downloads/lximage-qt/0.14.1/
+MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/lximage-qt/releases/download/${VERSION}/}
EXTRACT_SUFX= .tar.xz
-MAINTAINER= pin%NetBSD.org@localhost
-HOMEPAGE= https://lxqt.org/
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/lxqt/lximage-qt/
COMMENT= Image viewer and screenshot tool for the LXQt desktop
LICENSE= gnu-gpl-v2
@@ -21,11 +21,11 @@ CMAKE_ARG_PATH= ..
pre-configure:
${MKDIR} -p ${WRKSRC}/build
-TOOL_DEPENDS+= lxqt-build-tools-[0-9]*:../../devel/lxqt-build-tools
+TOOL_DEPENDS+= lxqt-build-tools-[0-9]*:../../wip/lxqt-build-tools
TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools
.include "../../x11/qt5-qtx11extras/buildlink3.mk"
-.include "../../x11/libfm-qt/buildlink3.mk"
+.include "../../wip/libfm-qt/buildlink3.mk"
.include "../../x11/libXfixes/buildlink3.mk"
.include "../../x11/qt5-qtsvg/buildlink3.mk"
.include "../../graphics/libexif/buildlink3.mk"
Index: pkgsrc/graphics/lximage-qt/PLIST
diff -u pkgsrc/graphics/lximage-qt/PLIST:1.1 pkgsrc/graphics/lximage-qt/PLIST:1.2
--- pkgsrc/graphics/lximage-qt/PLIST:1.1 Thu Feb 20 06:21:02 2020
+++ pkgsrc/graphics/lximage-qt/PLIST Mon Jun 1 10:42:24 2020
@@ -1,9 +1,11 @@
-@comment $NetBSD: PLIST,v 1.1 2020/02/20 06:21:02 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/06/01 10:42:24 pin Exp $
bin/lximage-qt
share/applications/lximage-qt-screenshot.desktop
share/applications/lximage-qt.desktop
share/icons/hicolor/48x48/apps/lximage-qt.png
share/lximage-qt/translations/lximage-qt_ar.qm
+share/lximage-qt/translations/lximage-qt_arn.qm
+share/lximage-qt/translations/lximage-qt_ast.qm
share/lximage-qt/translations/lximage-qt_ca.qm
share/lximage-qt/translations/lximage-qt_cs.qm
share/lximage-qt/translations/lximage-qt_cy.qm
@@ -28,7 +30,9 @@ share/lximage-qt/translations/lximage-qt
share/lximage-qt/translations/lximage-qt_pl.qm
share/lximage-qt/translations/lximage-qt_pt.qm
share/lximage-qt/translations/lximage-qt_pt_BR.qm
+share/lximage-qt/translations/lximage-qt_pt_PT.qm
share/lximage-qt/translations/lximage-qt_ru.qm
+share/lximage-qt/translations/lximage-qt_sl.qm
share/lximage-qt/translations/lximage-qt_sv.qm
share/lximage-qt/translations/lximage-qt_tr.qm
share/lximage-qt/translations/lximage-qt_uk.qm
Index: pkgsrc/graphics/lximage-qt/distinfo
diff -u pkgsrc/graphics/lximage-qt/distinfo:1.1 pkgsrc/graphics/lximage-qt/distinfo:1.2
--- pkgsrc/graphics/lximage-qt/distinfo:1.1 Thu Feb 20 06:21:02 2020
+++ pkgsrc/graphics/lximage-qt/distinfo Mon Jun 1 10:42:24 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/02/20 06:21:02 gutteridge Exp $
+$NetBSD: distinfo,v 1.2 2020/06/01 10:42:24 pin Exp $
-SHA1 (lximage-qt-0.14.1.tar.xz) = 508564dff8b5597209965ff367e290e6729f556f
-RMD160 (lximage-qt-0.14.1.tar.xz) = 6bb616b196231d97acb2ac4e972aec7f9d9f3287
-SHA512 (lximage-qt-0.14.1.tar.xz) = 61286ade177a41d954e7b624b9f1320dc64fe6ef5ccc5ffbde5edee1e8cb00f3691b6a04f8eac4314b3fb622ba0613eb4d1851358f3a8c12e4a69d990c1ce3cd
-Size (lximage-qt-0.14.1.tar.xz) = 78960 bytes
+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
Home |
Main Index |
Thread Index |
Old Index