summaryrefslogtreecommitdiff
path: root/editors/Sigil/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-11-23 19:27:29 +0000
committerwiz <wiz@pkgsrc.org>2014-11-23 19:27:29 +0000
commitdcd454cb8e0d6a050c77442fc394eae6073c5b0e (patch)
tree2d2a23112229ff8772c837e8987d800c40fcbfb7 /editors/Sigil/Makefile
parent46db94bbf32c8d3c476b315e6ee0a79cd9fca3d7 (diff)
downloadpkgsrc-dcd454cb8e0d6a050c77442fc394eae6073c5b0e.tar.gz
Update to 0.8.1. Add comment to patch.
Sigil 0.8.1 2014.10.12 - Set minimum OS X version to 10.9.0 in Info.plist so users trying to run on older versions of OS X will receive an error dialog instead of a crash dialog. - Set minimum Windows version to Vista in Installer so installation will error when trying to install on XP (which is not supported and Sigil binary packages won't run on). - Fix issue #21: Use Hunspell WORDCHARS to help in tokenization of words. - Pull request #19: Moving plugin description to ToolTips. - Pull request #20: Preserve current file name for future save as actions if appropriate. - Fix bug where save after using input plugin would fail. Sigil 0.8.0 2014.09.27 - Plugin framework. - Add the svg image tag as an svg inline element (not a block element) and add it as an empty element (TidyEmptyTags). - Allow user defined list of entities to preserve. - Pull request #16: Hardcode menu Plugins in UI, move it before menu Help. - Pull request #10: Add ability to move entries in TOC up and down. - Pull request #8: Allow pasting HTML as HTML or plain text in BookView.
Diffstat (limited to 'editors/Sigil/Makefile')
-rw-r--r--editors/Sigil/Makefile17
1 files changed, 7 insertions, 10 deletions
diff --git a/editors/Sigil/Makefile b/editors/Sigil/Makefile
index 7e757c19dbc..a389c410794 100644
--- a/editors/Sigil/Makefile
+++ b/editors/Sigil/Makefile
@@ -1,12 +1,8 @@
-# $NetBSD: Makefile,v 1.62 2014/11/07 19:39:29 adam Exp $
-#
+# $NetBSD: Makefile,v 1.63 2014/11/23 19:27:29 wiz Exp $
-DISTNAME= Sigil-0.7.4-Code
-PKGNAME= ${DISTNAME:S/-Code//}
-PKGREVISION= 11
+DISTNAME= Sigil-0.8.1
CATEGORIES= editors
-MASTER_SITES= http://sigil.googlecode.com/files/
-EXTRACT_SUFX= .zip
+MASTER_SITES= -https://github.com/user-none/Sigil/archive/${PKGVERSION_NOREV}${EXTRACT_SUFX}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://code.google.com/p/sigil/
@@ -15,8 +11,6 @@ LICENSE= gnu-gpl-v3
MAKE_JOBS_SAFE= NO
-WRKSRC= ${WRKDIR}
-
Qt5_DIR= ${BUILDLINK_PREFIX.qt5-qtbase}/qt5
ALL_ENV+= Qt5_DIR=${Qt5_DIR}
@@ -33,6 +27,8 @@ BUILDLINK_TRANSFORM+= l:BoostParts:boost_date_time:boost_filesystem:boost_regex:
BUILDLINK_TRANSFORM+= l:Xerces:xerces-c
BUILDLINK_TRANSFORM+= l:zlib:z
+REPLACE_PYTHON+= src/Sigil/Resource_Files/plugin_launchers/python/*.py
+
.include "../../mk/compiler.mk"
# GCC 4.4 and above needs this
.if !empty(PKGSRC_COMPILER:Mgcc) && !empty(CC_VERSION:Mgcc-4.[4-9]*)
@@ -43,7 +39,8 @@ _WRAP_EXTRA_ARGS.CXX+= -std=c++0x
.include "../../devel/zlib/buildlink3.mk"
.include "../../devel/boost-libs/buildlink3.mk"
.include "../../devel/pcre/buildlink3.mk"
-#.include "../../textproc/hunspell/buildlink3.mk"
+.include "../../lang/python/application.mk"
+.include "../../textproc/hunspell/buildlink3.mk"
.include "../../x11/qt5-qtbase/buildlink3.mk"
.include "../../x11/qt5-qtsvg/buildlink3.mk"
.include "../../x11/qt5-qttools/buildlink3.mk"