diff options
author | pin <pin@pkgsrc.org> | 2022-08-04 12:18:16 +0000 |
---|---|---|
committer | pin <pin@pkgsrc.org> | 2022-08-04 12:18:16 +0000 |
commit | 6ea68351aef3bb66356720a8999c3c6336b6e5d1 (patch) | |
tree | b6341b199360e7ed6d14016cb3a79aa8f9c0ed31 /editors | |
parent | d2ce5e7b3157cbbc67665b5ae841fc04250a0868 (diff) | |
download | pkgsrc-6ea68351aef3bb66356720a8999c3c6336b6e5d1.tar.gz |
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 (limited to 'editors')
-rw-r--r-- | editors/featherpad/Makefile | 4 | ||||
-rw-r--r-- | editors/featherpad/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/editors/featherpad/Makefile b/editors/featherpad/Makefile index d0d73408944..26761dbd33a 100644 --- a/editors/featherpad/Makefile +++ b/editors/featherpad/Makefile @@ -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 --git a/editors/featherpad/distinfo b/editors/featherpad/distinfo index 613c1a84de3..4e47d37ded3 100644 --- a/editors/featherpad/distinfo +++ b/editors/featherpad/distinfo @@ -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 |