pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Sigil: update to 1.6.0.
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <tk%giga.or.at@localhost>
Pushed By: wiz
Date: Mon Jun 28 15:13:49 2021 +0200
Changeset: 1ac7a51937cb72c029d1ce6cfcbea855432af8f3
Modified Files:
Sigil/Makefile
Sigil/PLIST
Sigil/distinfo
Removed Files:
Sigil/patches/patch-CMakeLists.txt
Log Message:
Sigil: update to 1.6.0.
1.6.0
Bug Fixes:
- add Qt workaround for restoring Sigil window sizes when FindReplace left open on macOS
- add missing tr() calls to the tooltips in the Special Character selection dialog
- fix bug when all unused selectors are removed as unused in css stylesheet - uses a placeholder
- make empty Nav have a title to help empty epub passing epubcheck
- fix bug where fonts couldn't be previewed when a space was in the path
- redesigned code to make Merging large numbers of files much faster
- fix bug in blank language field in Spellcheck Dialog (Thank you Text2002ans)
- fix use of different indentation of css via PR from BeckyEbook (Thank you)
- fix typos in plugin framework guide (Thank you Doitsu)
- fix hang on launch when opf manifested files exist inside the META_INF (Thank you un_pogaz)
- fix Metadata Editor bugs related to alternate-script (Thank you Carmina16) (#613)
- fix Metadata Editor bugs related to epub2 event dates (Thank you Octet-nl) (#616)
New Features:
- extended Find and Replace search targets to include tabbed files, CSS files, OPF, and NCX files
- extended Saved Searches to allow a user to set full search controls for each search including:
mode, direction, options, and target file sets
- Preview loading has been made completely asynchronous with a new progress bar and loading placeholder
- merge will now automatically prevent duplicate ids.
- merge will now automatically add ids at previous file boundaries to maintain the guide,
nav, and ncx links
- completely redesigned the XHtmlHighlighter to speedup highlighting especially when Working
with single large xhtml files
- rewrote CV spellchecking code to speed it up (closer to old Sigil 1.3.0 performance levels)
but if working on large single book html files pre-split, turning off CV spellchecking
will result in much improved performance
- added PyQtWebEngine as a required python module for Sigil plugins. This will greatly expand the
capability of PyQt5 plugins for Sigil. Allows us to supply a ReadiumReader plugin for Sigil.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1ac7a51937cb72c029d1ce6cfcbea855432af8f3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Sigil/Makefile | 2 +-
Sigil/PLIST | 1 +
Sigil/distinfo | 9 ++++-----
Sigil/patches/patch-CMakeLists.txt | 17 -----------------
4 files changed, 6 insertions(+), 23 deletions(-)
diffs:
diff --git a/Sigil/Makefile b/Sigil/Makefile
index d2291dc596..407c3bf72f 100644
--- a/Sigil/Makefile
+++ b/Sigil/Makefile
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.139 2021/02/07 06:30:19 ryoon Exp $
-DISTNAME= Sigil-1.5.1
+DISTNAME= Sigil-1.6.0
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GITHUB:=Sigil-Ebook/}
GITHUB_PROJECT= Sigil
diff --git a/Sigil/PLIST b/Sigil/PLIST
index d49cfcdaea..22a9f0eeda 100644
--- a/Sigil/PLIST
+++ b/Sigil/PLIST
@@ -278,6 +278,7 @@ share/sigil/translations/sigil_ru.qm
share/sigil/translations/sigil_sr.qm
share/sigil/translations/sigil_sv.qm
share/sigil/translations/sigil_th.qm
+share/sigil/translations/sigil_tr.qm
share/sigil/translations/sigil_uk_UA.qm
share/sigil/translations/sigil_zh_CN.qm
share/sigil/translations/sigil_zh_TW.qm
diff --git a/Sigil/distinfo b/Sigil/distinfo
index 3a2e62ff4f..fcfc93674f 100644
--- a/Sigil/distinfo
+++ b/Sigil/distinfo
@@ -1,9 +1,8 @@
$NetBSD: distinfo,v 1.45 2020/03/19 11:33:13 joerg Exp $
-SHA1 (Sigil-1.5.1.tar.gz) = 4dc960aa88378a7b0d324fc05f91cae5f673f828
-RMD160 (Sigil-1.5.1.tar.gz) = fc49cd07a223dd9543ee6f78d9b93cfcb74f5caf
-SHA512 (Sigil-1.5.1.tar.gz) = 281c8327f7a05b9c9f805b02ef4c21f50d340a2f9e09dcae74be30aad107b0f2605801f0239e9a503db70afa2b37b7931dfec0efa5662dde906ce6c014da8849
-Size (Sigil-1.5.1.tar.gz) = 20020962 bytes
+SHA1 (Sigil-1.6.0.tar.gz) = 4fa2aa9338069767dfff3b3226b4adf8366f103d
+RMD160 (Sigil-1.6.0.tar.gz) = f7a9b4a9b9ba5e05727f0bff1f6d3d32e81e07d6
+SHA512 (Sigil-1.6.0.tar.gz) = 16f96175cc54132695ead344af67f4125e51de9e6547f425948df970e2cca278f2ab73da4ec53263f9a973242b7adf2178cea4a25b43b3f7323060e09ca7b0f9
+Size (Sigil-1.6.0.tar.gz) = 21192958 bytes
SHA1 (patch-3rdparty_minizip_ioapi.c) = a68dead89687529b7022cda3bc8a079e5f5c1459
-SHA1 (patch-CMakeLists.txt) = f7dc6af8449fb79b378dc5f6b78d5c5e6beaf7db
SHA1 (patch-src_Misc_Language.cpp) = 5ae2fc9b76b1a706efd05eecad95d5a6760a6357
diff --git a/Sigil/patches/patch-CMakeLists.txt b/Sigil/patches/patch-CMakeLists.txt
deleted file mode 100644
index f1caf9f073..0000000000
--- a/Sigil/patches/patch-CMakeLists.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-CMakeLists.txt,v 1.7 2019/04/01 21:40:55 wiz Exp $
-
-Try finding python 3.7
-
---- CMakeLists.txt.orig 2019-03-20 00:01:44.000000000 +0000
-+++ CMakeLists.txt
-@@ -92,8 +92,8 @@ if ( WIN32 )
- find_package (PythonLibs 3.5)
- endif()
- if( UNIX AND NOT APPLE )
-- find_package(PythonInterp 3.4)
-- find_package (PythonLibs 3.4)
-+ find_package(PythonInterp 3.7)
-+ find_package (PythonLibs 3.7)
- endif()
-
- # gumbo-parser it is our main xhtml/html5 parser.
Home |
Main Index |
Thread Index |
Old Index