Skip to content

Commit

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

 * fix incorrect clip tool button insertion point due to null activeWindow value
 * fix Windows multiple screen issues when not properly identified (Qt6.5.2
   patch fix)
 * fix Mac Accessibility related crashes when using non-native QFileDialog (Qt
   6.5.2 patch fix)
 * workaround MacOS QMessageBox loss of focus Qt 6.5.X bug without hurting other
   platforms
 * fix pretty print mend not formatting mathml
 * fix Accessibility related crashes in QFontComboBox (Qt 6.5.2 patch fix)
 * prevent crashing if user mistakenly tries to delete entire ncx in CodeView
 * harden delete unused styles to trailing whitespace in class names
 * fix unrecognized media-types application/xml and text/xml
 * fix cursor just before end tag bug in align justify, centre, right
 * fix crash when all metadata removed by user in MetaEditor
 * fix macOS min in Info.plist to be the actual 11.0
 * update Windows and macOS installers to use Qt6.5.3

PR:		274780
Reported by:	jonc@chen.org.nz (maintainer)
MFH:		2023Q4 (bugfixes)
  • Loading branch information
daemonblade authored and Fernando Apesteguía committed Oct 30, 2023
1 parent e22eb62 commit 5720516
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions textproc/sigil/Makefile
@@ -1,5 +1,5 @@
PORTNAME= sigil
PORTVERSION= 2.0.1
PORTVERSION= 2.0.2
CATEGORIES= textproc

MAINTAINER= jonc@chen.org.nz
Expand All @@ -25,8 +25,8 @@ GH_PROJECT= Sigil

USE_LDCONFIG= ${PREFIX}/lib/sigil

USE_QT= base 5compat declarative location \
svg tools:build positioning webchannel webengine \
USE_QT= base 5compat declarative \
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 = 1692767332
SHA256 (Sigil-Ebook-Sigil-2.0.1_GH0.tar.gz) = af6da67d939276fb6d8dff4da2926d265565fab58d870f66b3b2e8b3125bd0a8
SIZE (Sigil-Ebook-Sigil-2.0.1_GH0.tar.gz) = 26778961
TIMESTAMP = 1698535084
SHA256 (Sigil-Ebook-Sigil-2.0.2_GH0.tar.gz) = d5eaf300dc8307ca0765f9d32d9136e143ca7bcf9e65049499512fdea588e285
SIZE (Sigil-Ebook-Sigil-2.0.2_GH0.tar.gz) = 26683849
1 change: 0 additions & 1 deletion textproc/sigil/pkg-plist
Expand Up @@ -100,7 +100,6 @@ share/pixmaps/sigil.png
%%DATADIR%%/translations/sigil_fi.qm
%%DATADIR%%/translations/sigil_fr.qm
%%DATADIR%%/translations/sigil_gl.qm
%%DATADIR%%/translations/sigil_hu_HU.qm
%%DATADIR%%/translations/sigil_it.qm
%%DATADIR%%/translations/sigil_ja.qm
%%DATADIR%%/translations/sigil_ko.qm
Expand Down

0 comments on commit 5720516

Please sign in to comment.