textproc/sigil: Update to 0.9.16
* Add location to the license file while I'm here. Changelog since 0.9.13: https://github.com/Sigil-Ebook/Sigil/blob/0.9.16/ChangeLog.txt PR: 239583 Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
This commit is contained in:
parent
21af896a7d
commit
05ba48e90a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=508244
3 changed files with 9 additions and 7 deletions
|
@ -2,14 +2,14 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sigil
|
||||
PORTVERSION= 0.9.13
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.9.16
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= jonc@chen.org.nz
|
||||
COMMENT= WYSIWYG ePub editor
|
||||
|
||||
LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING.txt
|
||||
|
||||
LIB_DEPENDS= libminizip.so:archivers/minizip \
|
||||
libpcre.so:devel/pcre \
|
||||
|
@ -26,8 +26,8 @@ USE_GITHUB= yes
|
|||
GH_ACCOUNT= Sigil-Ebook
|
||||
GH_PROJECT= Sigil
|
||||
|
||||
USE_QT= concurrent core gui network printsupport svg webkit \
|
||||
widgets xml xmlpatterns \
|
||||
USE_QT= concurrent core declarative gui location network printsupport \
|
||||
svg webchannel webengine widgets xml xmlpatterns \
|
||||
buildtools_build linguisttools_build qmake_build \
|
||||
imageformats_run
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1553459009
|
||||
SHA256 (Sigil-Ebook-Sigil-0.9.13_GH0.tar.gz) = 7b9f31a6cc7ef469d6eb07cd1b16b81c06aaa4a9d27d122d7e77e35e03606777
|
||||
SIZE (Sigil-Ebook-Sigil-0.9.13_GH0.tar.gz) = 18235134
|
||||
TIMESTAMP = 1564653555
|
||||
SHA256 (Sigil-Ebook-Sigil-0.9.16_GH0.tar.gz) = c28ec5230b9eb708fae795b69777e32eceee94ac26e3ea2838c74ef1e041f638
|
||||
SIZE (Sigil-Ebook-Sigil-0.9.16_GH0.tar.gz) = 21241424
|
||||
|
|
|
@ -100,6 +100,7 @@ share/pixmaps/sigil.png
|
|||
%%DATADIR%%/plugin_launchers/python/epub_utils.py
|
||||
%%DATADIR%%/plugin_launchers/python/inputcontainer.py
|
||||
%%DATADIR%%/plugin_launchers/python/launcher.py
|
||||
%%DATADIR%%/plugin_launchers/python/navprocessor.py
|
||||
%%DATADIR%%/plugin_launchers/python/opf_parser.py
|
||||
%%DATADIR%%/plugin_launchers/python/outputcontainer.py
|
||||
%%DATADIR%%/plugin_launchers/python/pluginhunspell.py
|
||||
|
@ -131,6 +132,7 @@ share/pixmaps/sigil.png
|
|||
%%DATADIR%%/polyfills/MJ/extensions/fast-preview.js
|
||||
%%DATADIR%%/polyfills/MJ/extensions/jsMath2jax.js
|
||||
%%DATADIR%%/polyfills/MJ/extensions/mml2jax.js
|
||||
%%DATADIR%%/polyfills/MJ/extensions/toMathML.js
|
||||
%%DATADIR%%/polyfills/MJ/jax/element/mml/jax.js
|
||||
%%DATADIR%%/polyfills/MJ/jax/element/mml/optable/Arrows.js
|
||||
%%DATADIR%%/polyfills/MJ/jax/element/mml/optable/BasicLatin.js
|
||||
|
|
Loading…
Reference in a new issue