Wed Jun 15 18:58:27 2022 UTC ()
editors/featherpad: update to 1.3.0

V1.3.0
---------
 * Added an option for using system icons where possible. By default, internal
   icons are used.
 * Set the scroll mode to per-pixel in the side-pane as a workaround for a bug
   in QListWidget's auto-scrolling.
 * With Qt6, accept the close event on receiving SIGTERM and similar signals
   (because, in Qt6, "qApp->quit()" calls "closeEvent()").
 * Make sure all windows are deleted when receiving SIGTERM and similar signals.
 * Made Qt6 font setting backward-compatible.
 * Fixed the problems in restoring of window size and position.
 * Added a workaround for a QPlainTextEdit bug that doesn't report a selection
   change on undoing/redoing.
 * Fixed the selection highlighting with huge selections.
 * Fixed a problem in highlighting of Yaml literal blocks.
 * Center page numbers horizontally when printing.
 * Highlight cmake's bracket comments and bracket arguments.


(pin)
diff -r1.27 -r1.28 pkgsrc/editors/featherpad/Makefile
diff -r1.18 -r1.19 pkgsrc/editors/featherpad/distinfo

cvs diff -r1.27 -r1.28 pkgsrc/editors/featherpad/Makefile (expand / switch to unified diff)

--- pkgsrc/editors/featherpad/Makefile 2022/04/23 21:09:36 1.27
+++ pkgsrc/editors/featherpad/Makefile 2022/06/15 18:58:27 1.28
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.27 2022/04/23 21:09:36 pin Exp $ 1# $NetBSD: Makefile,v 1.28 2022/06/15 18:58:27 pin Exp $
2 2
3VERSION= 1.2.0 3VERSION= 1.3.0
4DISTNAME= FeatherPad-V${VERSION} 4DISTNAME= FeatherPad-V${VERSION}
5PKGNAME= featherpad-${VERSION} 5PKGNAME= featherpad-${VERSION}
6CATEGORIES= editors 6CATEGORIES= editors
7MASTER_SITES= ${MASTER_SITE_GITHUB:=tsujan/} 7MASTER_SITES= ${MASTER_SITE_GITHUB:=tsujan/}
8GITHUB_TAG= V${PKGVERSION_NOREV} 8GITHUB_TAG= V${PKGVERSION_NOREV}
9 9
10MAINTAINER= pin@NetBSD.org 10MAINTAINER= pin@NetBSD.org
11HOMEPAGE= https://github.com/tsujan/FeatherPad/ 11HOMEPAGE= https://github.com/tsujan/FeatherPad/
12COMMENT= Lightweight Qt5 plain-text editor 12COMMENT= Lightweight Qt5 plain-text editor
13LICENSE= gnu-gpl-v3 13LICENSE= gnu-gpl-v3
14 14
15WRKSRC= ${WRKDIR}/FeatherPad-${VERSION} 15WRKSRC= ${WRKDIR}/FeatherPad-${VERSION}
16USE_CMAKE= yes 16USE_CMAKE= yes

cvs diff -r1.18 -r1.19 pkgsrc/editors/featherpad/distinfo (expand / switch to unified diff)

--- pkgsrc/editors/featherpad/distinfo 2022/04/23 21:09:36 1.18
+++ pkgsrc/editors/featherpad/distinfo 2022/06/15 18:58:27 1.19
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.18 2022/04/23 21:09:36 pin Exp $ 1$NetBSD: distinfo,v 1.19 2022/06/15 18:58:27 pin Exp $
2 2
3BLAKE2s (FeatherPad-V1.2.0.tar.gz) = 8d9bc1662411df474fa7b61491d5da8f025c5062ff1c7a6026d491aede73ec9e 3BLAKE2s (FeatherPad-V1.3.0.tar.gz) = 1c28f9581d9fe46d2a438e9a6bd8d56f809282184855e0c05b5a465f0bb17565
4SHA512 (FeatherPad-V1.2.0.tar.gz) = cf21ed9394444920fcf3a8ce3a8338814d69322389c4652e79f0754fe67ee61260f81604c91adf0a864fb1441307706c60ee1bd29efd2e617ab8e1f5fc254cdd 4SHA512 (FeatherPad-V1.3.0.tar.gz) = 4db9918f9bf0c3499d1f5166da09836a4a959fa39342cecb7db35924762c1b0652a15c532b067c34643d16f3c5f4a9505fefc2aed17904fe46c99d743d790270
5Size (FeatherPad-V1.2.0.tar.gz) = 1091776 bytes 5Size (FeatherPad-V1.3.0.tar.gz) = 1101640 bytes