mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
office/fbpdf: Updated for version 20161202.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
522a3dab16
commit
67dd5645b1
2 changed files with 8 additions and 6 deletions
|
@ -8,8 +8,11 @@
|
||||||
|
|
||||||
# Source tarball made from: git clone git://repo.or.cz/fbpdf.git
|
# 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
|
PRGNAM=fbpdf
|
||||||
VERSION=${VERSION:-20160804}
|
VERSION=${VERSION:-20161202}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -64,8 +67,7 @@ find -L . \
|
||||||
|
|
||||||
# mupdf API keeps changing
|
# mupdf API keeps changing
|
||||||
sed -i \
|
sed -i \
|
||||||
-e 's,-lmupdf -lmujs,`pkg-config --libs mupdf` -lharfbuzz,' \
|
-e 's,-lmupdf -lmupdfthird,`pkg-config --libs mupdf` -lharfbuzz,' \
|
||||||
-e 's,-lopenjpeg,-lopenjp2,' \
|
|
||||||
Makefile
|
Makefile
|
||||||
|
|
||||||
mkdir -p $PKG/usr/bin
|
mkdir -p $PKG/usr/bin
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="fbpdf"
|
PRGNAM="fbpdf"
|
||||||
VERSION="20160804"
|
VERSION="20161202"
|
||||||
HOMEPAGE="http://litcave.rudi.ir/"
|
HOMEPAGE="http://litcave.rudi.ir/"
|
||||||
DOWNLOAD="http://urchlay.naptime.net/~urchlay/src/fbpdf-20160804.tar.gz"
|
DOWNLOAD="http://urchlay.naptime.net/~urchlay/src/fbpdf-20161202.tar.gz"
|
||||||
MD5SUM="4acb4861f0a468ba920f41dbcc68c9a8"
|
MD5SUM="f022012d639e1b93d3ae1e547f79df55"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue