graphics/dblatex: Fix missing bookmark package.

This commit is contained in:
Vincent Batts 2020-01-03 09:42:31 -05:00 committed by Willy Sudiarto Raharjo
parent e4819922d3
commit c44629d00f
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 7 additions and 3 deletions

View File

@ -6,7 +6,7 @@
PRGNAM=dblatex
VERSION=${VERSION:-0.3.10}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -54,6 +54,10 @@ find -L . \
# Fix build
patch -p0 -i $CWD/dblatex-0.3.4-build-fix.patch
# latex in slackware 14.2 doesn't have this package
unzip "$CWD/bookmark.tds.zip"
cp -pav "./tex/latex/bookmark/" "./latex/"
python setup.py build
python setup.py install --root=$PKG

View File

@ -1,8 +1,8 @@
PRGNAM="dblatex"
VERSION="0.3.10"
HOMEPAGE="http://dblatex.sourceforge.net/"
DOWNLOAD="http://downloads.sourceforge.net/dblatex/dblatex-0.3.10.tar.bz2"
MD5SUM="437513c07101cefe5be3cbe83f313878"
DOWNLOAD="http://downloads.sourceforge.net/dblatex/dblatex-0.3.10.tar.bz2 http://mirrors.ctan.org/install/macros/latex/contrib/bookmark.tds.zip"
MD5SUM="437513c07101cefe5be3cbe83f313878 21b68ae32b577f4aa6327122de4d93be"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""