diff options
author | Wen Heping <wen@FreeBSD.org> | 2016-02-25 06:20:43 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2016-02-25 06:20:43 +0000 |
commit | 7aa4da256877c487641d0229b89bc6513e843699 (patch) | |
tree | 0ec096d3b38059f13b91f31453dc1ad6a3533814 /textproc | |
parent | 0c2fba5d66e05123daffdcdb44cb4726e7418732 (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/sigil/Makefile | 12 | ||||
-rw-r--r-- | textproc/sigil/distinfo | 4 | ||||
-rw-r--r-- | textproc/sigil/pkg-plist | 12 |
3 files changed, 12 insertions, 16 deletions
diff --git a/textproc/sigil/Makefile b/textproc/sigil/Makefile index 9ab239e13766..4235a8b54636 100644 --- a/textproc/sigil/Makefile +++ b/textproc/sigil/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sigil -PORTVERSION= 0.9.1 +PORTVERSION= 0.9.3 CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org @@ -18,11 +18,6 @@ USE_GITHUB= yes GH_ACCOUNT= Sigil-Ebook GH_PROJECT= Sigil -# Upstream uses pkg-config output to pass libhunspell-1.3.so and -# libpcre16.so to the linker. pkg-config output does not include full -# paths, so add a workaround to keep the port linking for now. -LDFLAGS+= -L${LOCALBASE}/lib - USES= cmake compiler:c++11-lib desktop-file-utils pkgconfig \ python:3 shebangfix SHEBANG_FILES= src/Resource_Files/plugin_launchers/python/*.py \ @@ -35,6 +30,11 @@ CMAKE_ARGS= -DUSE_SYSTEM_LIBS:BOOL=ON \ -DINSTALL_BUNDLED_DICTS:BOOL=OFF USE_LDCONFIG= ${PREFIX}/lib/sigil +# Upstream uses pkg-config output to pass libhunspell-1.3.so and +# libpcre16.so to the linker. pkg-config output does not include full +# paths, so add a workaround to keep the port linking for now. +LDFLAGS+= -L${LOCALBASE}/lib + post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/sigil/*.so diff --git a/textproc/sigil/distinfo b/textproc/sigil/distinfo index 62349fabe5fd..48f669e9808a 100644 --- a/textproc/sigil/distinfo +++ b/textproc/sigil/distinfo @@ -1,2 +1,2 @@ -SHA256 (Sigil-Ebook-Sigil-0.9.1_GH0.tar.gz) = 7ef13ae9f570ac51aa8d80890ff31bcdf8d1b488c1c4bbb315f1ca4b75237a63 -SIZE (Sigil-Ebook-Sigil-0.9.1_GH0.tar.gz) = 17451106 +SHA256 (Sigil-Ebook-Sigil-0.9.3_GH0.tar.gz) = 714417ec2ac8aa21a29dcc9fd5054479fcba965029c1b881f8229ca76781c404 +SIZE (Sigil-Ebook-Sigil-0.9.3_GH0.tar.gz) = 18095814 diff --git a/textproc/sigil/pkg-plist b/textproc/sigil/pkg-plist index 18dfa74857f9..e9efcfe249cc 100644 --- a/textproc/sigil/pkg-plist +++ b/textproc/sigil/pkg-plist @@ -33,10 +33,13 @@ share/pixmaps/sigil.png %%DATADIR%%/plugin_launchers/python/validationcontainer.py %%DATADIR%%/plugin_launchers/python/validationresult.py %%DATADIR%%/plugin_launchers/python/wrapper.py +%%DATADIR%%/polyfills/MathJax.js +%%DATADIR%%/python3lib/navgenerator.py +%%DATADIR%%/python3lib/ncxgenerator.py %%DATADIR%%/python3lib/opf_newparser.py %%DATADIR%%/python3lib/sanitycheck.py +%%DATADIR%%/python3lib/updatechecker.py %%DATADIR%%/python3lib/xmlprocessor.py -%%DATADIR%%/translations/sigil_bg.qm %%DATADIR%%/translations/sigil_ca.qm %%DATADIR%%/translations/sigil_cs.qm %%DATADIR%%/translations/sigil_da_DK.qm @@ -54,19 +57,12 @@ share/pixmaps/sigil.png %%DATADIR%%/translations/sigil_it.qm %%DATADIR%%/translations/sigil_ja.qm %%DATADIR%%/translations/sigil_ko.qm -%%DATADIR%%/translations/sigil_lv_LV.qm %%DATADIR%%/translations/sigil_nl.qm %%DATADIR%%/translations/sigil_pl.qm -%%DATADIR%%/translations/sigil_pt.qm %%DATADIR%%/translations/sigil_pt_BR.qm -%%DATADIR%%/translations/sigil_ro_RO.qm %%DATADIR%%/translations/sigil_ru.qm %%DATADIR%%/translations/sigil_sk.qm %%DATADIR%%/translations/sigil_sr.qm %%DATADIR%%/translations/sigil_tr_TR.qm -%%DATADIR%%/translations/sigil_ug.qm -%%DATADIR%%/translations/sigil_uk.qm -%%DATADIR%%/translations/sigil_uk_UA.qm -%%DATADIR%%/translations/sigil_vi.qm %%DATADIR%%/translations/sigil_zh_CN.qm %%DATADIR%%/translations/sigil_zh_TW.qm |