pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/featherpad editors/featherpad: update to 1.3.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/14ad147e689f
branches:  trunk
changeset: 382745:14ad147e689f
user:      pin <pin%pkgsrc.org@localhost>
date:      Thu Aug 04 12:18:16 2022 +0000

description:
editors/featherpad: update to 1.3.1

D-Bus is used — instead of the old, network-based method — for making the app
have a single process. D-Bus is faster, more versatile, and much more reliable,
especially under extreme circumstances.

FeatherPad still works under non-Linux systems without D-Bus, but as a
multi-process app.

Other changes:

● The qmake compilation has been removed. Its maintenance wasn't justified,
  especially with D-Bus.
● A workaround has been added for a Qt5 bug that caused a crash if SIGTERM was
  sent while the replacement dock was visible. The bug doesn't exist in Qt6.

diffstat:

 editors/featherpad/Makefile |  4 ++--
 editors/featherpad/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r fc8b9655487a -r 14ad147e689f editors/featherpad/Makefile
--- a/editors/featherpad/Makefile       Thu Aug 04 11:35:48 2022 +0000
+++ b/editors/featherpad/Makefile       Thu Aug 04 12:18:16 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2022/06/15 18:58:27 pin Exp $
+# $NetBSD: Makefile,v 1.29 2022/08/04 12:18:16 pin Exp $
 
-VERSION=       1.3.0
+VERSION=       1.3.1
 DISTNAME=      FeatherPad-V${VERSION}
 PKGNAME=       featherpad-${VERSION}
 CATEGORIES=    editors
diff -r fc8b9655487a -r 14ad147e689f editors/featherpad/distinfo
--- a/editors/featherpad/distinfo       Thu Aug 04 11:35:48 2022 +0000
+++ b/editors/featherpad/distinfo       Thu Aug 04 12:18:16 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2022/06/15 18:58:27 pin Exp $
+$NetBSD: distinfo,v 1.20 2022/08/04 12:18:16 pin Exp $
 
-BLAKE2s (FeatherPad-V1.3.0.tar.gz) = 1c28f9581d9fe46d2a438e9a6bd8d56f809282184855e0c05b5a465f0bb17565
-SHA512 (FeatherPad-V1.3.0.tar.gz) = 4db9918f9bf0c3499d1f5166da09836a4a959fa39342cecb7db35924762c1b0652a15c532b067c34643d16f3c5f4a9505fefc2aed17904fe46c99d743d790270
-Size (FeatherPad-V1.3.0.tar.gz) = 1101640 bytes
+BLAKE2s (FeatherPad-V1.3.1.tar.gz) = 5bdde70661864431a991ecbdd907b3535fa3512c4f1988ae7650fd774d71fd49
+SHA512 (FeatherPad-V1.3.1.tar.gz) = d17eb4691c759a7e97f24bf149152d104141162bef9f819cb09ecdd440916d1f5aa1a56252e64b859220237ea078a072c75308ec7b2e131078df938a171f506f
+Size (FeatherPad-V1.3.1.tar.gz) = 1096886 bytes


Home | Main Index | Thread Index | Old Index