diff options
Diffstat (limited to 'office/fbpdf/fbpdf.SlackBuild')
-rw-r--r-- | office/fbpdf/fbpdf.SlackBuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/office/fbpdf/fbpdf.SlackBuild b/office/fbpdf/fbpdf.SlackBuild index 83a617ada2d56..4c5540d276d9f 100644 --- a/office/fbpdf/fbpdf.SlackBuild +++ b/office/fbpdf/fbpdf.SlackBuild @@ -8,8 +8,11 @@ # Source tarball made from: git clone git://repo.or.cz/fbpdf.git +# 20170313 bkw: +# - update for 20161202 (commit e31a61b), needed due to mupdf update. + PRGNAM=fbpdf -VERSION=${VERSION:-20160804} +VERSION=${VERSION:-20161202} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -64,8 +67,7 @@ find -L . \ # mupdf API keeps changing sed -i \ - -e 's,-lmupdf -lmujs,`pkg-config --libs mupdf` -lharfbuzz,' \ - -e 's,-lopenjpeg,-lopenjp2,' \ + -e 's,-lmupdf -lmupdfthird,`pkg-config --libs mupdf` -lharfbuzz,' \ Makefile mkdir -p $PKG/usr/bin |