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.
This commit is contained in:
parent
15918da197
commit
5518c288ce
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue