CVS commit: pkgsrc/editors/focuswriter
"pin" <[email protected]> Thu, 6 Aug 2026 13:16:20 +0000
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: pkgsrc
Committed By: pin
Date: Thu Aug 6 13:16:19 UTC 2026
Modified Files:
pkgsrc/editors/focuswriter: Makefile PLIST distinfo
pkgsrc/editors/focuswriter/patches: patch-CMakeLists.txt
Log Message:
editors/focuswriter: update to 1.9.1
General
- Document policy prohibiting the use of AI
- Use strict mode to disable unsafe Qt APIs
Bug Fixes
- FIXED: Daily progress was sometimes incorrectly shown as negative
- FIXED: Scene list items overlapped on Windows 11
- FIXED: Did not play sound effects for composed text
Translation Updates
- Croatian, Swedish
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/editors/focuswriter/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/editors/focuswriter/PLIST
cvs rdiff -u -r1.15 -r1.16 pkgsrc/editors/focuswriter/distinfo
cvs rdiff -u -r1.10 -r1.11 \
pkgsrc/editors/focuswriter/patches/patch-CMakeLists.txt
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
(unnamed)
(text/x-diff, 3.6 KB)
Modified files:
Index: pkgsrc/editors/focuswriter/Makefile
diff -u pkgsrc/editors/focuswriter/Makefile:1.56 pkgsrc/editors/focuswriter/Makefile:1.57
--- pkgsrc/editors/focuswriter/Makefile:1.56 Mon Jul 13 04:35:34 2026
+++ pkgsrc/editors/focuswriter/Makefile Thu Aug 6 13:16:19 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.56 2026/07/13 04:35:34 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2026/08/06 13:16:19 pin Exp $
-DISTNAME= focuswriter-1.9.0
-PKGREVISION= 2
+DISTNAME= focuswriter-1.9.1
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GITHUB:=gottcode/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Index: pkgsrc/editors/focuswriter/PLIST
diff -u pkgsrc/editors/focuswriter/PLIST:1.6 pkgsrc/editors/focuswriter/PLIST:1.7
--- pkgsrc/editors/focuswriter/PLIST:1.6 Fri Feb 20 08:46:41 2026
+++ pkgsrc/editors/focuswriter/PLIST Thu Aug 6 13:16:19 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2026/02/20 08:46:41 pin Exp $
+@comment $NetBSD: PLIST,v 1.7 2026/08/06 13:16:19 pin Exp $
bin/focuswriter
man/man1/focuswriter.1
share/applications/focuswriter.desktop
@@ -289,6 +289,7 @@ share/focuswriter/translations/focuswrit
share/focuswriter/translations/focuswriter_fur.qm
share/focuswriter/translations/focuswriter_gl.qm
share/focuswriter/translations/focuswriter_he.qm
+share/focuswriter/translations/focuswriter_hr.qm
share/focuswriter/translations/focuswriter_hu.qm
share/focuswriter/translations/focuswriter_hy.qm
share/focuswriter/translations/focuswriter_id.qm
Index: pkgsrc/editors/focuswriter/distinfo
diff -u pkgsrc/editors/focuswriter/distinfo:1.15 pkgsrc/editors/focuswriter/distinfo:1.16
--- pkgsrc/editors/focuswriter/distinfo:1.15 Fri Feb 20 08:46:41 2026
+++ pkgsrc/editors/focuswriter/distinfo Thu Aug 6 13:16:19 2026
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.15 2026/02/20 08:46:41 pin Exp $
+$NetBSD: distinfo,v 1.16 2026/08/06 13:16:19 pin Exp $
-BLAKE2s (focuswriter-1.9.0.tar.gz) = 1260c3550e4f02a1b1869a71115c25ea770be742481bb4fb4de087707fc0642d
-SHA512 (focuswriter-1.9.0.tar.gz) = 0899e370b2cf9090084e7a558152c37aa0b83c7f0622b330f8ee41560bfb913cfc82ce6f62da2edcc83e379299715657f6519ce8b303e290d9993f49cb6917b2
-Size (focuswriter-1.9.0.tar.gz) = 10982965 bytes
-SHA1 (patch-CMakeLists.txt) = 44ccefe812ca278df785fd0b61bb0e0c07b5bf81
+BLAKE2s (focuswriter-1.9.1.tar.gz) = 4ba298596738be3f6df3be5cd09ebeef227879a74fb426fd9896a11cf2103225
+SHA512 (focuswriter-1.9.1.tar.gz) = 4ec5fb1d5f7d1a4459cbe2b50d1086c25b7f4a2f77f7cbdc0bf154abec5f2ef21f5f566251d4a537e775cd530fb03720c0f386836eafa0bdd455d277ee675407
+Size (focuswriter-1.9.1.tar.gz) = 10994797 bytes
+SHA1 (patch-CMakeLists.txt) = 2a8a424e16d3f4b3e41c8d6f5e34498be95eed13
SHA1 (patch-src_text__codec.cpp) = e37c7b08316a86ef9a9637e39f59fa12aa660f01
Index: pkgsrc/editors/focuswriter/patches/patch-CMakeLists.txt
diff -u pkgsrc/editors/focuswriter/patches/patch-CMakeLists.txt:1.10 pkgsrc/editors/focuswriter/patches/patch-CMakeLists.txt:1.11
--- pkgsrc/editors/focuswriter/patches/patch-CMakeLists.txt:1.10 Fri Feb 20 08:46:41 2026
+++ pkgsrc/editors/focuswriter/patches/patch-CMakeLists.txt Thu Aug 6 13:16:19 2026
@@ -1,4 +1,4 @@
-$NetBSD: patch-CMakeLists.txt,v 1.10 2026/02/20 08:46:41 pin Exp $
+$NetBSD: patch-CMakeLists.txt,v 1.11 2026/08/06 13:16:19 pin Exp $
Make iconv test work in NetBSD 9.
@@ -8,8 +8,8 @@ Make iconv test work in NetBSD 9.
cmake_minimum_required(VERSION 3.16)
# Configure project
--project(focuswriter VERSION 1.9.0 LANGUAGES CXX)
-+project(focuswriter VERSION 1.9.0 LANGUAGES C CXX)
+-project(focuswriter VERSION 1.9.1 LANGUAGES CXX)
++project(focuswriter VERSION 1.9.1 LANGUAGES C CXX)
set(project_copyright "2008-2026 Graeme Gott")