pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/Sigil
Module Name: pkgsrc
Committed By: wiz
Date: Tue Nov 7 23:12:57 UTC 2023
Modified Files:
pkgsrc/editors/Sigil: Makefile PLIST distinfo
Log Message:
Sigil: update to 2.0.2.
Sigil-2.0.2
Bug Fixes
- 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 justiry, 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 build docs to Qt 6.5.3
Sigil-2.0.1
Bug Fixes
- fix crash when right click on Misc folder in BookBrowser
- Allow user to revert CodeView drag_and_drop change via environment variable: SIGIL_ALLOW_CODEVIEW_DROP=1
Note: Using DragnDrop in CodeView is still NOT officially supported.
- add inadvertantly missed updated serbian translation (ts) file
Sigil-2.0.0
Bug Fixes
- fix incorrect assert in sigil-gumbo
- recognize application/pdf mediatype on epub import
- remove compiler build warnings to clean up the build output
- recognize source tag attribute srcset for xhtml source updates
- fix Preview disconnect bug after split at cursor
- fixed sigil-gumbo interface for plugins
- added workaround for ADE epub3 bug with scaled cover images
- fix encoding for named entities in opf metadata
- fix drag/drop crash by disabling drop inside CodeViewEditor
- fix CodeView to Preview syncing on text after an inline xhtml comment
New Features
- updated to Qt 6.5.2 which is now used for official releases
- updated to Python 3.11.3 and uses the latest EmbededPython interface
- updated to the latest jquery version 3.6.4
- supports use of embedded pdfs ala ADE
- added dark window titlebars for Windows platforms
- add support for a user's cover-template2.xhtml and cover-template3.xhtml
- add user preference to control printing dpi and add busy indicator icon
To generate a diff of this commit:
cvs rdiff -u -r1.168 -r1.169 pkgsrc/editors/Sigil/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/editors/Sigil/PLIST
cvs rdiff -u -r1.55 -r1.56 pkgsrc/editors/Sigil/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/Sigil/Makefile
diff -u pkgsrc/editors/Sigil/Makefile:1.168 pkgsrc/editors/Sigil/Makefile:1.169
--- pkgsrc/editors/Sigil/Makefile:1.168 Tue Oct 24 22:08:59 2023
+++ pkgsrc/editors/Sigil/Makefile Tue Nov 7 23:12:56 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.168 2023/10/24 22:08:59 wiz Exp $
+# $NetBSD: Makefile,v 1.169 2023/11/07 23:12:56 wiz Exp $
-DISTNAME= Sigil-1.9.30
-PKGREVISION= 6
+DISTNAME= Sigil-2.0.2
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GITHUB:=Sigil-Ebook/}
GITHUB_PROJECT= Sigil
@@ -23,6 +22,8 @@ USE_LANGUAGES= c c++0x
USE_TOOLS+= pkg-config
CMAKE_ARGS+= -DUSE_SYSTEM_LIBS=ON
+# upstream defaults to Qt6, but this needs the unpackaged qt6-webengine
+CMAKE_ARGS+= -DUSE_QT5=1
CMAKE_ARGS+= -DPYTHON_LIBRARY=${PREFIX}/lib/libpython${PYVERSSUFFIX}.so
CMAKE_ARGS+= -DPYTHON_INCLUDE_DIR=${PREFIX}/include/python${PYVERSSUFFIX}
Index: pkgsrc/editors/Sigil/PLIST
diff -u pkgsrc/editors/Sigil/PLIST:1.21 pkgsrc/editors/Sigil/PLIST:1.22
--- pkgsrc/editors/Sigil/PLIST:1.21 Sun Mar 12 17:26:25 2023
+++ pkgsrc/editors/Sigil/PLIST Tue Nov 7 23:12:56 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.21 2023/03/12 17:26:25 wiz Exp $
+@comment $NetBSD: PLIST,v 1.22 2023/11/07 23:12:56 wiz Exp $
bin/sigil
lib/sigil/libsigilgumbo.so
lib/sigil/sigil
@@ -112,6 +112,6 @@ 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_uk.qm
share/sigil/translations/sigil_zh_CN.qm
share/sigil/translations/sigil_zh_TW.qm
Index: pkgsrc/editors/Sigil/distinfo
diff -u pkgsrc/editors/Sigil/distinfo:1.55 pkgsrc/editors/Sigil/distinfo:1.56
--- pkgsrc/editors/Sigil/distinfo:1.55 Thu Mar 16 07:37:11 2023
+++ pkgsrc/editors/Sigil/distinfo Tue Nov 7 23:12:56 2023
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.55 2023/03/16 07:37:11 wiz Exp $
+$NetBSD: distinfo,v 1.56 2023/11/07 23:12:56 wiz Exp $
-BLAKE2s (Sigil-1.9.30.tar.gz) = 42d6c9eb954aa01274d776e6862b1521127981496634f9d8758307b5a70f7254
-SHA512 (Sigil-1.9.30.tar.gz) = 80dcaa9dcee51c36a42bcd57fc87acda94002af74602d934c7e9bfd275339d9ac200cd1f141fb9e2709ac054569bc22f1869623498ce16c636a3fab8dae4e70f
-Size (Sigil-1.9.30.tar.gz) = 26602897 bytes
+BLAKE2s (Sigil-2.0.2.tar.gz) = 957a09d0880b52fca831ed8b202974bfc3107edba9e85b1cac1af0deadcb8428
+SHA512 (Sigil-2.0.2.tar.gz) = b6fa7ff7e9fa568f93c61755f531e51cb26e149118da7873dafccacb1495346276389780435270237ed3d60e9c56fc153de9548859563039ea3070d347a1f6ca
+Size (Sigil-2.0.2.tar.gz) = 26683849 bytes
SHA1 (patch-3rdparty_minizip_ioapi.c) = a68dead89687529b7022cda3bc8a079e5f5c1459
SHA1 (patch-src_Misc_Language.cpp) = 5ae2fc9b76b1a706efd05eecad95d5a6760a6357
Home |
Main Index |
Thread Index |
Old Index