forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
wiz
committed
Nov 23, 2014
1 parent
82b5a0c
commit d704993
Showing
4 changed files
with
33 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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= [email protected] | ||
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.24 2013/12/13 14:46:10 ryoon Exp $ | ||
$NetBSD: distinfo,v 1.25 2014/11/23 19:27:29 wiz Exp $ | ||
|
||
SHA1 (Sigil-0.7.4-Code.zip) = 12f1557511b197374e07f4f6a9ed07ae6d23dd67 | ||
RMD160 (Sigil-0.7.4-Code.zip) = 0f3ce21fb46d7f9f4832381a15d0398511f59956 | ||
Size (Sigil-0.7.4-Code.zip) = 12845485 bytes | ||
SHA1 (patch-src_minizip_ioapi.c) = 1530d95061aad350888a37ab3215ddbf9aee72ca | ||
SHA1 (Sigil-0.8.1.tar.gz) = d7e5bc84e24da5302a18ae2a7bad63f3854219a8 | ||
RMD160 (Sigil-0.8.1.tar.gz) = 2f593ccf2f9a982b53194c666fdcfc06f3594f01 | ||
Size (Sigil-0.8.1.tar.gz) = 19376241 bytes | ||
SHA1 (patch-src_minizip_ioapi.c) = 95170184049a0bf0eff3233a92c09b40a40ad88a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters