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:           Tue Jun 13 10:56:34 UTC 2023

Modified Files:
        pkgsrc/editors/featherpad: Makefile distinfo

Log Message:
editors/featherpad: update to 1.4.1

V1.4.1
---------
 * Added more types to C/C++ syntax highlighting.
 * To prevent problems on non-Linux systems, don't handle main arguments before
   calling `QCoreApplication` (Haiku OS may not provide a string argument
   before `QCoreApplication` is called).
 * Added an option for a small margin around the text.
 * Prevented window dragging from the line number strip (which was possible
   with widget styles like Kvantum).
 * In Preferences dialog, don't let the mouse wheel focus spin and combo boxes
   or change their values when they aren't focused.
 * In Preferences dialog, set the values of spin-boxes to their defaults if
   they are cleared.
 * Don't remove single trailing spaces with LaTeX. Also, added more formula
   keywords to LaTeX.
 * Fixed showing of the number of selected characters without selection
   highlighting.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/editors/featherpad/Makefile
cvs rdiff -u -r1.25 -r1.26 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.39 pkgsrc/editors/featherpad/Makefile:1.40
--- pkgsrc/editors/featherpad/Makefile:1.39     Mon May 22 21:00:22 2023
+++ pkgsrc/editors/featherpad/Makefile  Tue Jun 13 10:56:34 2023
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.39 2023/05/22 21:00:22 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2023/06/13 10:56:34 pin Exp $
 
-VERSION=       1.4.0
+VERSION=       1.4.1
 DISTNAME=      FeatherPad-V${VERSION}
 PKGNAME=       featherpad-${VERSION}
-PKGREVISION=   2
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tsujan/}
 GITHUB_TAG=    V${PKGVERSION_NOREV}

Index: pkgsrc/editors/featherpad/distinfo
diff -u pkgsrc/editors/featherpad/distinfo:1.25 pkgsrc/editors/featherpad/distinfo:1.26
--- pkgsrc/editors/featherpad/distinfo:1.25     Tue Apr 18 18:48:44 2023
+++ pkgsrc/editors/featherpad/distinfo  Tue Jun 13 10:56:34 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2023/04/18 18:48:44 pin Exp $
+$NetBSD: distinfo,v 1.26 2023/06/13 10:56:34 pin Exp $
 
-BLAKE2s (FeatherPad-V1.4.0.tar.gz) = a6fc2e72da941369e9c9ced2e390e385c7ea75125a90ada22d43aab65a4d5b04
-SHA512 (FeatherPad-V1.4.0.tar.gz) = eb3f13dbad799d3a55a8c048a94c2acb2b9286775e75aec482f475c792e2b74078fc4d5cc43def8ba7b4f592ecb5b684c5890629edca5a488ccac336021cb7e8
-Size (FeatherPad-V1.4.0.tar.gz) = 1105701 bytes
+BLAKE2s (FeatherPad-V1.4.1.tar.gz) = 970ffa1cfbea29db5ef9fd4df05e9bb2bbb81d5296727d50958f4924aec732fd
+SHA512 (FeatherPad-V1.4.1.tar.gz) = 485d6e731ad5927bb6fd4499536d45b40319eff5bfd8a9b1cd9acc063dcb5fb35ced033e2e5aafa60c6bb87426fb1cb95fe5d78ffb5a2f361702d23320508ef8
+Size (FeatherPad-V1.4.1.tar.gz) = 1109511 bytes



Home | Main Index | Thread Index | Old Index