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:           Sun Feb 16 08:53:14 UTC 2025

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

Log Message:
editors/focuswriter: update to 1.8.10

General

    Added support for DICPATH to find dictionaries
    Improved code for building translations
    Updated Unicode symbols database
    Updated Windows dictionaries

Translation Updates

    Slovenian


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/editors/focuswriter/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/editors/focuswriter/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/editors/focuswriter/distinfo
cvs rdiff -u -r1.5 -r1.6 \
    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.42 pkgsrc/editors/focuswriter/Makefile:1.43
--- pkgsrc/editors/focuswriter/Makefile:1.42    Wed Feb 12 06:44:40 2025
+++ pkgsrc/editors/focuswriter/Makefile Sun Feb 16 08:53:13 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2025/02/12 06:44:40 ryoon Exp $
+# $NetBSD: Makefile,v 1.43 2025/02/16 08:53:13 pin Exp $
 
-DISTNAME=      focuswriter-1.8.9
-PKGREVISION=   4
+DISTNAME=      focuswriter-1.8.10
 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.4 pkgsrc/editors/focuswriter/PLIST:1.5
--- pkgsrc/editors/focuswriter/PLIST:1.4        Sat Oct 12 06:16:29 2024
+++ pkgsrc/editors/focuswriter/PLIST    Sun Feb 16 08:53:14 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2024/10/12 06:16:29 pin Exp $
+@comment $NetBSD: PLIST,v 1.5 2025/02/16 08:53:14 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/symbols1510.dat
+share/focuswriter/symbols1600.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.10 pkgsrc/editors/focuswriter/distinfo:1.11
--- pkgsrc/editors/focuswriter/distinfo:1.10    Sat Oct 12 06:16:29 2024
+++ pkgsrc/editors/focuswriter/distinfo Sun Feb 16 08:53:14 2025
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.10 2024/10/12 06:16:29 pin Exp $
+$NetBSD: distinfo,v 1.11 2025/02/16 08:53:14 pin Exp $
 
-BLAKE2s (focuswriter-1.8.9.tar.gz) = 116865594e43425c92175e5942098b946956b7cbbf17e0721de9abca80ed0217
-SHA512 (focuswriter-1.8.9.tar.gz) = 33a5b44f00695fb728022dd68d0a48db9e5a1bca30d47467aa1ed29990e6cd308a063f5a8d337666439e9b59015daccaa039d7d21fec52084b525ceb560329b8
-Size (focuswriter-1.8.9.tar.gz) = 10947953 bytes
-SHA1 (patch-CMakeLists.txt) = 413271341f373dd759c51d595929ef54feb12baf
+BLAKE2s (focuswriter-1.8.10.tar.gz) = 335e591fa845ac2f695dffc58876c31141d97131cb307195b0a5314b0a1c21f3
+SHA512 (focuswriter-1.8.10.tar.gz) = b50f13178a6ae85bf78b29dd88ff21fe77f4701c8faa0ac77a3010e037894e327c92a175c46aba4f831899a63b77511fde8d6fd5af2cf34a16cf3d7b6017a3e0
+Size (focuswriter-1.8.10.tar.gz) = 10976442 bytes
+SHA1 (patch-CMakeLists.txt) = fd277aa3a76d73f7e15c1aaaa7c5af0a278671c3
 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.5 pkgsrc/editors/focuswriter/patches/patch-CMakeLists.txt:1.6
--- pkgsrc/editors/focuswriter/patches/patch-CMakeLists.txt:1.5 Sat Oct 12 06:16:29 2024
+++ pkgsrc/editors/focuswriter/patches/patch-CMakeLists.txt     Sun Feb 16 08:53:14 2025
@@ -1,15 +1,15 @@
-$NetBSD: patch-CMakeLists.txt,v 1.5 2024/10/12 06:16:29 pin Exp $
+$NetBSD: patch-CMakeLists.txt,v 1.6 2025/02/16 08:53:14 pin Exp $
 
 Make iconv test work in NetBSD 9.
 
---- CMakeLists.txt.orig        2024-05-03 08:37:27.648100522 +0000
+--- CMakeLists.txt.orig        2025-02-16 08:17:40.728258281 +0000
 +++ CMakeLists.txt
 @@ -5,7 +5,7 @@
  cmake_minimum_required(VERSION 3.16)
  
  # Configure project
--project(focuswriter VERSION 1.8.9 LANGUAGES CXX)
-+project(focuswriter VERSION 1.8.9 LANGUAGES C CXX)
+-project(focuswriter VERSION 1.8.10 LANGUAGES CXX)
++project(focuswriter VERSION 1.8.10 LANGUAGES C CXX)
  
- set(project_copyright "2008-2024 Graeme Gott")
+ set(project_copyright "2008-2025 Graeme Gott")
  



Home | Main Index | Thread Index | Old Index