pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/focuswriter



Module Name:    pkgsrc
Committed By:   pin
Date:           Fri Feb 20 08:46:41 UTC 2026

Modified Files:
        pkgsrc/editors/focuswriter: Makefile PLIST distinfo
        pkgsrc/editors/focuswriter/patches: patch-CMakeLists.txt
            patch-src_text__codec.cpp

Log Message:
editors/focuswriter: update to 1.9.0

* FIXED: Did not play sound effects for smart quotes.
* Added keyboard shortcuts for headings.
* Clears headings when pressing enter.
* Replaced shadowed variable names.
* Switched to KDSingleApplication.
* Updated link to translations.
* Translation updates: Swedish.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/editors/focuswriter/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/editors/focuswriter/PLIST
cvs rdiff -u -r1.14 -r1.15 pkgsrc/editors/focuswriter/distinfo
cvs rdiff -u -r1.9 -r1.10 \
    pkgsrc/editors/focuswriter/patches/patch-CMakeLists.txt
cvs rdiff -u -r1.3 -r1.4 \
    pkgsrc/editors/focuswriter/patches/patch-src_text__codec.cpp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/focuswriter/Makefile
diff -u pkgsrc/editors/focuswriter/Makefile:1.53 pkgsrc/editors/focuswriter/Makefile:1.54
--- pkgsrc/editors/focuswriter/Makefile:1.53    Fri Feb  6 10:04:38 2026
+++ pkgsrc/editors/focuswriter/Makefile Fri Feb 20 08:46:41 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.53 2026/02/06 10:04:38 wiz Exp $
+# $NetBSD: Makefile,v 1.54 2026/02/20 08:46:41 pin Exp $
 
-DISTNAME=      focuswriter-1.8.13
-PKGREVISION=   3
+DISTNAME=      focuswriter-1.9.0
 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.5 pkgsrc/editors/focuswriter/PLIST:1.6
--- pkgsrc/editors/focuswriter/PLIST:1.5        Sun Feb 16 08:53:14 2025
+++ pkgsrc/editors/focuswriter/PLIST    Fri Feb 20 08:46:41 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2025/02/16 08:53:14 pin Exp $
+@comment $NetBSD: PLIST,v 1.6 2026/02/20 08:46:41 pin Exp $
 bin/focuswriter
 man/man1/focuswriter.1
 share/applications/focuswriter.desktop
@@ -255,7 +255,7 @@ share/focuswriter/icons/hicolor/64/windo
 share/focuswriter/icons/hicolor/index.theme
 share/focuswriter/sounds/keyany.wav
 share/focuswriter/sounds/keyenter.wav
-share/focuswriter/symbols1600.dat
+share/focuswriter/symbols1700.dat
 share/focuswriter/themes/bitterskies.theme
 share/focuswriter/themes/enchantment.theme
 share/focuswriter/themes/gentleblues.theme

Index: pkgsrc/editors/focuswriter/distinfo
diff -u pkgsrc/editors/focuswriter/distinfo:1.14 pkgsrc/editors/focuswriter/distinfo:1.15
--- pkgsrc/editors/focuswriter/distinfo:1.14    Fri Aug 22 13:03:51 2025
+++ pkgsrc/editors/focuswriter/distinfo Fri Feb 20 08:46:41 2026
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.14 2025/08/22 13:03:51 pin Exp $
+$NetBSD: distinfo,v 1.15 2026/02/20 08:46:41 pin Exp $
 
-BLAKE2s (focuswriter-1.8.13.tar.gz) = 868aec77c11404b755eb042ecf373ca206e24346e65cb0aeff25d0074e14302d
-SHA512 (focuswriter-1.8.13.tar.gz) = eb367abe5ff23e8f5a271539750ef4c3dd1918534212111408d29238cb9508fbf5dbd2cae5341c6d1a26843726c1cd599743d49a2b9329073366b941c9b2478e
-Size (focuswriter-1.8.13.tar.gz) = 10976492 bytes
-SHA1 (patch-CMakeLists.txt) = 6c0811be8132ba4263d9ade6098183630ee2bc7f
-SHA1 (patch-src_text__codec.cpp) = 5a4f0a70b9fb954494693e895f8e52b835ea14d0
+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
+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.9 pkgsrc/editors/focuswriter/patches/patch-CMakeLists.txt:1.10
--- pkgsrc/editors/focuswriter/patches/patch-CMakeLists.txt:1.9 Fri Aug 22 13:03:51 2025
+++ pkgsrc/editors/focuswriter/patches/patch-CMakeLists.txt     Fri Feb 20 08:46:41 2026
@@ -1,15 +1,15 @@
-$NetBSD: patch-CMakeLists.txt,v 1.9 2025/08/22 13:03:51 pin Exp $
+$NetBSD: patch-CMakeLists.txt,v 1.10 2026/02/20 08:46:41 pin Exp $
 
 Make iconv test work in NetBSD 9.
 
---- CMakeLists.txt.orig        2025-05-30 09:35:49.060326043 +0000
+--- CMakeLists.txt.orig        2026-02-19 12:32:55.682564486 +0000
 +++ CMakeLists.txt
-@@ -5,7 +5,7 @@
+@@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.16)
  cmake_minimum_required(VERSION 3.16)
  
  # Configure project
--project(focuswriter VERSION 1.8.13 LANGUAGES CXX)
-+project(focuswriter VERSION 1.8.13 LANGUAGES C CXX)
+-project(focuswriter VERSION 1.9.0 LANGUAGES CXX)
++project(focuswriter VERSION 1.9.0 LANGUAGES C CXX)
  
- set(project_copyright "2008-2025 Graeme Gott")
+ set(project_copyright "2008-2026 Graeme Gott")
  

Index: pkgsrc/editors/focuswriter/patches/patch-src_text__codec.cpp
diff -u pkgsrc/editors/focuswriter/patches/patch-src_text__codec.cpp:1.3 pkgsrc/editors/focuswriter/patches/patch-src_text__codec.cpp:1.4
--- pkgsrc/editors/focuswriter/patches/patch-src_text__codec.cpp:1.3    Fri May  3 09:16:52 2024
+++ pkgsrc/editors/focuswriter/patches/patch-src_text__codec.cpp        Fri Feb 20 08:46:41 2026
@@ -1,8 +1,8 @@
-$NetBSD: patch-src_text__codec.cpp,v 1.3 2024/05/03 09:16:52 pin Exp $
+$NetBSD: patch-src_text__codec.cpp,v 1.4 2026/02/20 08:46:41 pin Exp $
 
 NetBSD 9 uses const in the second argument to iconv.
 
---- src/text_codec.cpp.orig    2024-05-03 08:38:17.190099116 +0000
+--- src/text_codec.cpp.orig    2026-02-19 12:34:02.786107287 +0000
 +++ src/text_codec.cpp
 @@ -14,6 +14,13 @@
  
@@ -18,7 +18,7 @@ NetBSD 9 uses const in the second argume
  //-----------------------------------------------------------------------------
  
  namespace
-@@ -79,7 +86,7 @@ TextCodecIconv::~TextCodecIconv()
+@@ -79,7 +86,7 @@ QByteArray TextCodecIconv::fromUnicode(const QString& 
  QByteArray TextCodecIconv::fromUnicode(const QString& input)
  {
        QByteArray in = TextCodec::fromUnicode(input);
@@ -27,7 +27,7 @@ NetBSD 9 uses const in the second argume
        // POSIX requires the source to not be const, even though it does not modify it
        char* source = in.data();
  #else
-@@ -128,7 +135,7 @@ QByteArray TextCodecIconv::fromUnicode(c
+@@ -128,7 +135,7 @@ QString TextCodecIconv::toUnicode(const QByteArray& in
  
  QString TextCodecIconv::toUnicode(const QByteArray& input)
  {



Home | Main Index | Thread Index | Old Index