summaryrefslogtreecommitdiff
path: root/editors/Sigil/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-02-07 13:19:21 +0000
committerwiz <wiz@pkgsrc.org>2015-02-07 13:19:21 +0000
commitc46ede48f7cf71878f2428667e71cbaf13626c41 (patch)
treef1cdb91a4a78be9cf15fc66fbd78768cf6f3d1dc /editors/Sigil/Makefile
parent015156481b881b192bda81022c60db579b48338c (diff)
downloadpkgsrc-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/Makefile')
-rw-r--r--editors/Sigil/Makefile5
1 files changed, 3 insertions, 2 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"