diff options
author | wiz <wiz@pkgsrc.org> | 2015-02-07 13:19:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-02-07 13:19:21 +0000 |
commit | c46ede48f7cf71878f2428667e71cbaf13626c41 (patch) | |
tree | f1cdb91a4a78be9cf15fc66fbd78768cf6f3d1dc /editors/Sigil | |
parent | 015156481b881b192bda81022c60db579b48338c (diff) | |
download | pkgsrc-c46ede48f7cf71878f2428667e71cbaf13626c41.tar.gz |
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
Diffstat (limited to 'editors/Sigil')
-rw-r--r-- | editors/Sigil/Makefile | 5 | ||||
-rw-r--r-- | editors/Sigil/PLIST | 4 | ||||
-rw-r--r-- | editors/Sigil/distinfo | 8 |
3 files changed, 10 insertions, 7 deletions
diff --git a/editors/Sigil/Makefile b/editors/Sigil/Makefile index d990dca6d38..8e1799c9e66 100644 --- a/editors/Sigil/Makefile +++ b/editors/Sigil/Makefile @@ -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" diff --git a/editors/Sigil/PLIST b/editors/Sigil/PLIST index 82c8fc21bb7..80fc08b10a8 100644 --- a/editors/Sigil/PLIST +++ b/editors/Sigil/PLIST @@ -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 diff --git a/editors/Sigil/distinfo b/editors/Sigil/distinfo index 1c313c5b3b2..1dd77dde92f 100644 --- a/editors/Sigil/distinfo +++ b/editors/Sigil/distinfo @@ -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 |