pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/feathernotes



Module Name:    pkgsrc
Committed By:   pin
Date:           Sun Dec  4 17:38:46 UTC 2022

Modified Files:
        pkgsrc/editors/feathernotes: Makefile distinfo

Log Message:
editors/feathernotes: update to 1.1.0

This release is mostly about fixing or circumventing bugs, especially with Qt6.

Main changes:

● A crash on pasting empty clipboard is fixed.
● A bug is fixed in updating widget states after deleting a node.
● Text zooming is fixed for documents that are saved by the Qt6 version.
● The text tab stop distance is corrected.
● A workaround has been added for a Qt6 bug that doesn't include newlines in
  the plain-text data of the copied text.
● Total node deselection is prevented with Qt6.
● The Unix signal handling is revamped.
● "Embed Image" is removed from the toolbar to make it uncluttered (it's till
  in the right-click and Format menus).
● The context menus and tooltips are corrected under Wayland.
● Simplified finding of Qt modules with cmake.
● Silenced the compilation warnings with Qt 6.4.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/editors/feathernotes/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/editors/feathernotes/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/feathernotes/Makefile
diff -u pkgsrc/editors/feathernotes/Makefile:1.19 pkgsrc/editors/feathernotes/Makefile:1.20
--- pkgsrc/editors/feathernotes/Makefile:1.19   Wed Nov 23 16:19:55 2022
+++ pkgsrc/editors/feathernotes/Makefile        Sun Dec  4 17:38:46 2022
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2022/11/23 16:19:55 adam Exp $
+# $NetBSD: Makefile,v 1.20 2022/12/04 17:38:46 pin Exp $
 
-VERSION=       1.0.0
+VERSION=       1.1.0
 DISTNAME=      FeatherNotes-V${VERSION}
 PKGNAME=       feathernotes-${VERSION}
-PKGREVISION=   1
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tsujan/}
 GITHUB_TAG=    V${PKGVERSION_NOREV}

Index: pkgsrc/editors/feathernotes/distinfo
diff -u pkgsrc/editors/feathernotes/distinfo:1.9 pkgsrc/editors/feathernotes/distinfo:1.10
--- pkgsrc/editors/feathernotes/distinfo:1.9    Tue Aug  9 12:05:01 2022
+++ pkgsrc/editors/feathernotes/distinfo        Sun Dec  4 17:38:46 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2022/08/09 12:05:01 pin Exp $
+$NetBSD: distinfo,v 1.10 2022/12/04 17:38:46 pin Exp $
 
-BLAKE2s (FeatherNotes-V1.0.0.tar.gz) = f19888f387b7efeb7634200fa951187525578ed57630ce1d2f0fc4065ef4ab35
-SHA512 (FeatherNotes-V1.0.0.tar.gz) = f146c2adac75e61dc83e56a78a2b407b2895e3b60e407d530d3d8cab2bac848a903cf2b687563b83fa9c820ea13075d5ad94c998daa0434bc5df89a4999a501d
-Size (FeatherNotes-V1.0.0.tar.gz) = 550012 bytes
+BLAKE2s (FeatherNotes-V1.1.0.tar.gz) = 4ea8ad2cee77f1af8243e7dd3decb29fc15cd197d6fb20ae83f302c8d19570a0
+SHA512 (FeatherNotes-V1.1.0.tar.gz) = 5a2b1f8bb365c2ce1d728d77c873ca9b5445ca50c27f8b6cc23d7390677ee34d2510121832f10b22342ddedd19411dedc5caa1ebb7aa58a2067a2ec77000d0d6
+Size (FeatherNotes-V1.1.0.tar.gz) = 555934 bytes



Home | Main Index | Thread Index | Old Index