Update to 0.8.3:
Sigil 0.8.3 2015.01.31 - 10.9.5 is now the minimum OS X version required. Only 10.10.1 has been tested. - -DCODE_SIGN_ID=XYZ option has been added to auto sign the app bundle on OS X. - Validation result plugins will auto close the Plugin Runner Dialog since the dialog has no real info and openes the validation pane with the results anyway. - New Plugin Preferences Support added - Plugins Manager will now remember last folder used - Support for building both Linux .deb and .rpm packages - Lots of Linux build support, compilation, installation, and documentation improvements - Qt 5.4 is now a minimum requirement. - Build changes to support update to latest Qt 5.4.0 and to use latest C++11 compiler - Numerous bugs fixed or worked around including: - Make Invocation of CSS W3C Online Validator more reliable - Fix to make Preview Window update after BookView to prevent memory corruption and crashes - Workaround Qt bug (font cache assertion) when using clearMemoryCaches() - see https://bugreports.qt.io/browse/QTBUG-43504 - Properly handle loadFinsihed Signal in BookViewPreview to prevent clashes between BookView and Preview - Fix for Sigil memory use after it was freed bug - Workaround to the extent possible Qt bug with memory use after free using QWebInspectors - see https://bugreports.qt.io/browse/QTBUG-43725 - Workaround to the extent possible Qt bug with memory use after free when closing MainWindows - see https://bugreports.qt.io/browse/QTBUG-43692 - Bug fix to prevent crashes in KeyboardsShortcuts when accessing Preferences with multiple MainWindows
This commit is contained in:
parent
c984ad5af9
commit
e2539c136d
3 changed files with 10 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.65 2014/12/12 08:52:42 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.66 2015/02/07 13:19:21 wiz Exp $
|
||||
|
||||
DISTNAME= Sigil-0.8.2
|
||||
DISTNAME= Sigil-0.8.3
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= -https://github.com/user-none/Sigil/archive/${PKGVERSION_NOREV}${EXTRACT_SUFX}
|
||||
|
||||
|
@ -45,6 +45,7 @@ CWRAPPERS_APPEND.cxx+= -std=c++0x
|
|||
.include "../../x11/qt5-qtbase/buildlink3.mk"
|
||||
.include "../../x11/qt5-qtsvg/buildlink3.mk"
|
||||
.include "../../x11/qt5-qttools/buildlink3.mk"
|
||||
.include "../../x11/qt5-qtwebchannel/buildlink3.mk"
|
||||
.include "../../x11/qt5-qtwebkit/buildlink3.mk"
|
||||
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.10 2014/12/12 08:52:42 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.11 2015/02/07 13:19:21 wiz Exp $
|
||||
bin/sigil
|
||||
share/applications/sigil.desktop
|
||||
share/pixmaps/sigil.png
|
||||
|
@ -27,11 +27,13 @@ share/sigil/plugin_launchers/python/inputcontainer.py
|
|||
share/sigil/plugin_launchers/python/launcher.py
|
||||
share/sigil/plugin_launchers/python/opf_parser.py
|
||||
share/sigil/plugin_launchers/python/outputcontainer.py
|
||||
share/sigil/plugin_launchers/python/preferences.py
|
||||
share/sigil/plugin_launchers/python/quickparser.py
|
||||
share/sigil/plugin_launchers/python/unipath.py
|
||||
share/sigil/plugin_launchers/python/validationcontainer.py
|
||||
share/sigil/plugin_launchers/python/validationresult.py
|
||||
share/sigil/plugin_launchers/python/wrapper.py
|
||||
share/sigil/sigil-real
|
||||
share/sigil/translations/sigil_bg.qm
|
||||
share/sigil/translations/sigil_ca.qm
|
||||
share/sigil/translations/sigil_cmn.qm
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.26 2014/12/12 08:52:42 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.27 2015/02/07 13:19:21 wiz Exp $
|
||||
|
||||
SHA1 (Sigil-0.8.2.tar.gz) = ac56c8202a73f5af8dc799bb1804d142537d63ca
|
||||
RMD160 (Sigil-0.8.2.tar.gz) = e6480dc6f237e1e5578c84c496a7eaf26589dd1f
|
||||
Size (Sigil-0.8.2.tar.gz) = 19385350 bytes
|
||||
SHA1 (Sigil-0.8.3.tar.gz) = 73ef1d3d112fb985865b376605425200020c1d14
|
||||
RMD160 (Sigil-0.8.3.tar.gz) = 4d7bea74c9c6dfea9b064f2fa6c1d15ba8634b26
|
||||
Size (Sigil-0.8.3.tar.gz) = 19393945 bytes
|
||||
SHA1 (patch-src_minizip_ioapi.c) = 95170184049a0bf0eff3233a92c09b40a40ad88a
|
||||
|
|
Loading…
Reference in a new issue