pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/featherpad



Module Name:    pkgsrc
Committed By:   pin
Date:           Thu Aug  4 12:18:16 UTC 2022

Modified Files:
        pkgsrc/editors/featherpad: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/editors/featherpad/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/editors/featherpad/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/featherpad/Makefile
diff -u pkgsrc/editors/featherpad/Makefile:1.28 pkgsrc/editors/featherpad/Makefile:1.29
--- pkgsrc/editors/featherpad/Makefile:1.28     Wed Jun 15 18:58:27 2022
+++ pkgsrc/editors/featherpad/Makefile  Thu Aug  4 12:18:16 2022
@@ -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

Index: pkgsrc/editors/featherpad/distinfo
diff -u pkgsrc/editors/featherpad/distinfo:1.19 pkgsrc/editors/featherpad/distinfo:1.20
--- pkgsrc/editors/featherpad/distinfo:1.19     Wed Jun 15 18:58:27 2022
+++ pkgsrc/editors/featherpad/distinfo  Thu Aug  4 12:18:16 2022
@@ -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