Skip to content

Commit

Permalink
textproc/sigil: update to 2.1.0
Browse files Browse the repository at this point in the history
ChangeLog: https://sigil-ebook.com/blog/sigil-2.1.0-released

New FeaturesPermalink

 * assign menu accelerators P - &Plugins, and K - Chec&kpoints (thank you
   BeckyEbook)
 * add ability to change keyboard focus using keyboard shortcuts or menus to
   BookBrowser, Preview, CodeView, ClipsWindow, and TableOfContents Windows
 * preserve Media Overlay Active Classes when deleting unused classes
 * Goto Link Or Style (or Ctrl-Clicking on a class will now search selectors
   with combinators if nothing found in normal css classes
 * update to a newer Spanish hunspell dictionary
 * overhaul of Building on Linux documentation
 * update 3rdparty zlib to version 1.3.1 for security and other bug fixes
 * update 3rdparty pcre2 to version 10.43 for security and other bug fixes
 * update to Qt 6.6.2 for security fixes, accessibility improvements
 * allow cancelling of Save if mend on save set and not well formed
 * Windows users can now set the SIGIL_USE_FREETYPE_FONTENGINE environment
   variable to more fully support woff and woff2 fonts

Bug FixesPermalink

 * multiple bug fixes from Qt 6.6.2 such as the transient child window resize
   bug on Windows, etc
 * fix QuickParser bug when parsing attribute names not properly ignoring all
   legal whitespace
 * make OPF parsing robust to alternative whitespace usage as well
 * fix creation of thumbnails of svg images in SelectFiles and Image Report for
   macOS
 * fix svg rendering in QtSvg by filtering out desc and title tags inside text
   tags pre-rendering
 * fix Python plugin quickparser.py to better handle svg mixed case tag names
 * better handle cancelling out of plugins prior to their completion
 * better handle Guide/Landmark title translations (thank you BeckyEbook)
 * clean up cmake and build warnings
 * fix crash on Windows when using woff/woff2 fonts

PR:		278239
Reported by:	jonc@chen.org.nz (maintainer)
  • Loading branch information
daemonblade authored and fernape committed Apr 11, 2024
1 parent c7cb4d3 commit fb4229a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
5 changes: 2 additions & 3 deletions textproc/sigil/Makefile
@@ -1,6 +1,5 @@
PORTNAME= sigil
PORTVERSION= 2.0.2
PORTREVISION= 1
PORTVERSION= 2.1.0
CATEGORIES= textproc

MAINTAINER= jonc@chen.org.nz
Expand All @@ -27,7 +26,7 @@ GH_PROJECT= Sigil
USE_LDCONFIG= ${PREFIX}/lib/sigil

USE_QT= base 5compat declarative \
svg:run tools:build positioning webchannel webengine \
svg tools:build positioning webchannel webengine \
imageformats:run

SHEBANG_FILES= src/Resource_Files/plugin_launchers/python/*.py \
Expand Down
6 changes: 3 additions & 3 deletions textproc/sigil/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1698535084
SHA256 (Sigil-Ebook-Sigil-2.0.2_GH0.tar.gz) = d5eaf300dc8307ca0765f9d32d9136e143ca7bcf9e65049499512fdea588e285
SIZE (Sigil-Ebook-Sigil-2.0.2_GH0.tar.gz) = 26683849
TIMESTAMP = 1712520260
SHA256 (Sigil-Ebook-Sigil-2.1.0_GH0.tar.gz) = 19fbb22d6dac805090b90c74e2d7ef707d3fdfcd4bc377df009208602646ed61
SIZE (Sigil-Ebook-Sigil-2.1.0_GH0.tar.gz) = 26918715
3 changes: 2 additions & 1 deletion textproc/sigil/pkg-plist
Expand Up @@ -10,6 +10,7 @@ share/pixmaps/sigil.png
%%DATADIR%%/hunspell_dictionaries/COPYING_GPLv3.txt
%%DATADIR%%/hunspell_dictionaries/COPYING_LGPL_v2.0.txt
%%DATADIR%%/hunspell_dictionaries/COPYING_LGPL_v2.1.txt
%%DATADIR%%/hunspell_dictionaries/License_es.md
%%DATADIR%%/hunspell_dictionaries/README.txt
%%DATADIR%%/hunspell_dictionaries/README_de_DE_frami.txt
%%DATADIR%%/hunspell_dictionaries/README_en_GB.txt
Expand All @@ -20,7 +21,7 @@ share/pixmaps/sigil.png
%%DATADIR%%/hunspell_dictionaries/README_hyph_de.txt
%%DATADIR%%/hunspell_dictionaries/README_hyph_en_GB.txt
%%DATADIR%%/hunspell_dictionaries/README_hyph_en_US.txt
%%DATADIR%%/hunspell_dictionaries/README_hyph_es_ANY.txt
%%DATADIR%%/hunspell_dictionaries/README_hyph_es.txt
%%DATADIR%%/hunspell_dictionaries/README_hyph_fr.txt
%%DATADIR%%/hunspell_dictionaries/de_DE.aff
%%DATADIR%%/hunspell_dictionaries/de_DE.dic
Expand Down

0 comments on commit fb4229a

Please sign in to comment.