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 May 30 10:58:08 UTC 2025

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

Log Message:
editors/focuswriter: update to 1.8.12

Bug Fixes

 - FIXED: Compile error with QString::arg overload for char32_t
 - FIXED: Conflict when creating default symbol shortcuts
 - FIXED: Columns in symbols dialog were very wide

Translation Updates

 - Swedish


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/editors/focuswriter/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/editors/focuswriter/distinfo
cvs rdiff -u -r1.7 -r1.8 \
    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.

Modified files:

Index: pkgsrc/editors/focuswriter/Makefile
diff -u pkgsrc/editors/focuswriter/Makefile:1.48 pkgsrc/editors/focuswriter/Makefile:1.49
--- pkgsrc/editors/focuswriter/Makefile:1.48    Thu Apr 24 14:13:44 2025
+++ pkgsrc/editors/focuswriter/Makefile Fri May 30 10:58:08 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2025/04/24 14:13:44 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2025/05/30 10:58:08 pin Exp $
 
-DISTNAME=      focuswriter-1.8.11
-PKGREVISION=   2
+DISTNAME=      focuswriter-1.8.12
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=gottcode/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/editors/focuswriter/distinfo
diff -u pkgsrc/editors/focuswriter/distinfo:1.12 pkgsrc/editors/focuswriter/distinfo:1.13
--- pkgsrc/editors/focuswriter/distinfo:1.12    Sun Mar  9 20:56:44 2025
+++ pkgsrc/editors/focuswriter/distinfo Fri May 30 10:58:08 2025
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.12 2025/03/09 20:56:44 pin Exp $
+$NetBSD: distinfo,v 1.13 2025/05/30 10:58:08 pin Exp $
 
-BLAKE2s (focuswriter-1.8.11.tar.gz) = fa994fc6ec50c5a027fa257544f8fff0e5b2d02989849d2f2e17d408c03c4795
-SHA512 (focuswriter-1.8.11.tar.gz) = c9189a3d5d5b27bf8f603d982c8e94e6dc334fe7fa43782f2138eb5e128f819de5924fcb7d244f88dff8d6f536aa224b640e48582ff33d28f19956a651616440
-Size (focuswriter-1.8.11.tar.gz) = 10976473 bytes
-SHA1 (patch-CMakeLists.txt) = 67b4c55819d2f103620addb1f10562411ab93fe8
+BLAKE2s (focuswriter-1.8.12.tar.gz) = be370cf640fe047d861870da52726c9868db0e8e9ea9f6c571964ec81e92fe08
+SHA512 (focuswriter-1.8.12.tar.gz) = 48530b927c15e8a5f177981911aaddc9b7d334533548f801fbc814c548938172da289226a030b47a63b79630f5f3233ba767c3b73555093170a10e0e0cb542b3
+Size (focuswriter-1.8.12.tar.gz) = 10976533 bytes
+SHA1 (patch-CMakeLists.txt) = 9c672bb55543d0c4a3f48844fb25c174e6c486e3
 SHA1 (patch-src_text__codec.cpp) = 5a4f0a70b9fb954494693e895f8e52b835ea14d0

Index: pkgsrc/editors/focuswriter/patches/patch-CMakeLists.txt
diff -u pkgsrc/editors/focuswriter/patches/patch-CMakeLists.txt:1.7 pkgsrc/editors/focuswriter/patches/patch-CMakeLists.txt:1.8
--- pkgsrc/editors/focuswriter/patches/patch-CMakeLists.txt:1.7 Sun Mar  9 20:56:44 2025
+++ pkgsrc/editors/focuswriter/patches/patch-CMakeLists.txt     Fri May 30 10:58:08 2025
@@ -1,15 +1,15 @@
-$NetBSD: patch-CMakeLists.txt,v 1.7 2025/03/09 20:56:44 pin Exp $
+$NetBSD: patch-CMakeLists.txt,v 1.8 2025/05/30 10:58:08 pin Exp $
 
 Make iconv test work in NetBSD 9.
 
---- CMakeLists.txt.orig        2025-03-09 17:39:19.429206176 +0000
+--- CMakeLists.txt.orig        2025-05-30 09:35:49.060326043 +0000
 +++ CMakeLists.txt
 @@ -5,7 +5,7 @@
  cmake_minimum_required(VERSION 3.16)
  
  # Configure project
--project(focuswriter VERSION 1.8.11 LANGUAGES CXX)
-+project(focuswriter VERSION 1.8.11 LANGUAGES C CXX)
+-project(focuswriter VERSION 1.8.12 LANGUAGES CXX)
++project(focuswriter VERSION 1.8.12 LANGUAGES C CXX)
  
  set(project_copyright "2008-2025 Graeme Gott")
  



Home | Main Index | Thread Index | Old Index