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:           Sat Nov  9 19:43:19 UTC 2024

Modified Files:
        pkgsrc/editors/featherpad: Makefile PLIST distinfo

Log Message:
editors/featherpad: update to 1.5.2
V1.5.2
---------
 * Fixed the printing thread. (Previously, it created many instances of the warning message "QBasicTimer::start: Timers cannot be started from another thread" because the document wasn't inside the 
printing thread.)
 * Fixed an old issue in replacement highlighting of multiple tabs.
 * Demand attention under Wayland when a window needs activation, although window managers may ignore it.
 * Don't escape a start single quote in C/C++ when it follows a letter or number.
 * Skip double-parenthesis constructs with bash here-docs.
 * Don't try to save as root when the parent directory doesn't exist.
 * Respect the enforced syntax of an unsaved document when removing its trailing spaces on saving it.
 * Check the existence of "gio" before using it for opening URLs.
 * Fixed the localization of date and time with Qt6.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/editors/featherpad/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/editors/featherpad/PLIST
cvs rdiff -u -r1.28 -r1.29 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.51 pkgsrc/editors/featherpad/Makefile:1.52
--- pkgsrc/editors/featherpad/Makefile:1.51     Fri Nov  1 12:52:23 2024
+++ pkgsrc/editors/featherpad/Makefile  Sat Nov  9 19:43:19 2024
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.51 2024/11/01 12:52:23 wiz Exp $
+# $NetBSD: Makefile,v 1.52 2024/11/09 19:43:19 pin Exp $
 
-VERSION=       1.5.1
+VERSION=       1.5.2
 DISTNAME=      FeatherPad-V${VERSION}
 PKGNAME=       featherpad-${VERSION}
-PKGREVISION=   3
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tsujan/}
 GITHUB_TAG=    V${PKGVERSION_NOREV}

Index: pkgsrc/editors/featherpad/PLIST
diff -u pkgsrc/editors/featherpad/PLIST:1.9 pkgsrc/editors/featherpad/PLIST:1.10
--- pkgsrc/editors/featherpad/PLIST:1.9 Sat Apr 23 21:09:36 2022
+++ pkgsrc/editors/featherpad/PLIST     Sat Nov  9 19:43:19 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2022/04/23 21:09:36 pin Exp $
+@comment $NetBSD: PLIST,v 1.10 2024/11/09 19:43:19 pin Exp $
 bin/featherpad
 bin/fpad
 share/applications/featherpad.desktop
@@ -37,6 +37,7 @@ share/featherpad/translations/featherpad
 share/featherpad/translations/featherpad_ru.qm
 share/featherpad/translations/featherpad_si.qm
 share/featherpad/translations/featherpad_sk_SK.qm
+share/featherpad/translations/featherpad_sl.qm
 share/featherpad/translations/featherpad_sv.qm
 share/featherpad/translations/featherpad_tr.qm
 share/featherpad/translations/featherpad_uk.qm

Index: pkgsrc/editors/featherpad/distinfo
diff -u pkgsrc/editors/featherpad/distinfo:1.28 pkgsrc/editors/featherpad/distinfo:1.29
--- pkgsrc/editors/featherpad/distinfo:1.28     Tue Apr 30 03:19:48 2024
+++ pkgsrc/editors/featherpad/distinfo  Sat Nov  9 19:43:19 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.28 2024/04/30 03:19:48 pin Exp $
+$NetBSD: distinfo,v 1.29 2024/11/09 19:43:19 pin Exp $
 
-BLAKE2s (FeatherPad-V1.5.1.tar.gz) = 77f59f8a2dfb1628389fd7909a8f9f3deb2b5839ca9d8cf9b8954a274af23f27
-SHA512 (FeatherPad-V1.5.1.tar.gz) = 2fff60896c30402ffc87a8daecd6b80d86ff1b19dcc3946d507c8f37742b033cad60fbcb7df61e7e4cbb53821c0d06b5b732a5728cbbb6af3ea03b5872075ea3
-Size (FeatherPad-V1.5.1.tar.gz) = 1087189 bytes
+BLAKE2s (FeatherPad-V1.5.2.tar.gz) = 09e4d5d6219fa5b016daf7edffbd9fdb907a961e478c5396d732659bb579a47f
+SHA512 (FeatherPad-V1.5.2.tar.gz) = b0d869e4f9d684d150fc2ccd34399bba5e6c80f00cb69d554fbcfd0be3457dd224b03b3c3fbb610d9396be480abc9d79d3c170c535469b6c7aa2525ea5ec365a
+Size (FeatherPad-V1.5.2.tar.gz) = 1101561 bytes



Home | Main Index | Thread Index | Old Index