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:   wiz
Date:           Mon Sep 12 21:08:57 UTC 2022

Modified Files:
        pkgsrc/editors/featherpad: Makefile distinfo

Log Message:
featherpad: update to 1.3.2.

(from pin)

- Lack of prompt dialog on closing Qt6-based FeatherPad under Wayland is fixed
  (the problem was caused by a bug in Qt6).

Also:
- The Unix signal handling is revamped.
- Instant tab tooltips are replaced by ordinary ones under Wayland (because
  Wayland compositors have problem with instant tooltips of inactive windows).
- Toml syntax highlighting is added.
- The detection of legacy encodings has been totally removed with Qt6.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/editors/featherpad/Makefile
cvs rdiff -u -r1.20 -r1.21 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.29 pkgsrc/editors/featherpad/Makefile:1.30
--- pkgsrc/editors/featherpad/Makefile:1.29     Thu Aug  4 12:18:16 2022
+++ pkgsrc/editors/featherpad/Makefile  Mon Sep 12 21:08:57 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2022/08/04 12:18:16 pin Exp $
+# $NetBSD: Makefile,v 1.30 2022/09/12 21:08:57 wiz Exp $
 
-VERSION=       1.3.1
+VERSION=       1.3.2
 DISTNAME=      FeatherPad-V${VERSION}
 PKGNAME=       featherpad-${VERSION}
 CATEGORIES=    editors

Index: pkgsrc/editors/featherpad/distinfo
diff -u pkgsrc/editors/featherpad/distinfo:1.20 pkgsrc/editors/featherpad/distinfo:1.21
--- pkgsrc/editors/featherpad/distinfo:1.20     Thu Aug  4 12:18:16 2022
+++ pkgsrc/editors/featherpad/distinfo  Mon Sep 12 21:08:57 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2022/08/04 12:18:16 pin Exp $
+$NetBSD: distinfo,v 1.21 2022/09/12 21:08:57 wiz Exp $
 
-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
+BLAKE2s (FeatherPad-V1.3.2.tar.gz) = 8ea5b66c991184ad461bb297f5c110d43e871dea1787da1e6c29683dd74cc49c
+SHA512 (FeatherPad-V1.3.2.tar.gz) = 7cf06107216c0e854d3f56191fdaa8f86ff729d0956deef0e2d72a0400cd01c4725504e8384fab62da49043b6cf8dbc0c9ba2663978aef904f9f09d6382c29d3
+Size (FeatherPad-V1.3.2.tar.gz) = 1099901 bytes



Home | Main Index | Thread Index | Old Index