mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
textproc/sigil: update to 2.0.2
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)
This commit is contained in:
parent
e22eb62c1f
commit
572051607d
@ -1,5 +1,5 @@
|
||||
PORTNAME= sigil
|
||||
PORTVERSION= 2.0.1
|
||||
PORTVERSION= 2.0.2
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= jonc@chen.org.nz
|
||||
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user