office/texlive: More miscellaneous cleanup

This commit is contained in:
Robby Workman 2010-05-23 00:15:57 -05:00
parent 866f467dcf
commit 86d5f64533
1 changed files with 3 additions and 8 deletions

View File

@ -81,9 +81,6 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
# Use the libpng14 API in 13.1
patch -p1 < $CWD/texlive.png14.diff
# etex is something for eclipse
# Building with --disable-xindy as it requires libffcall
# "kpsewhich -var-value=SELFAUTOPARENT" strips two trailing directories
@ -91,9 +88,7 @@ patch -p1 < $CWD/texlive.png14.diff
# things in TeXLive (including tlmgr); therefore, it seems best to just
# "go with the flow" and use "--enable-multiplatform" so the symlinks
# that are automatically created will be correct...
# Building with "--without-system-xpdf" because poppler-0.12+ API is not
# compatible with <=0.11.x. This isn't an issue on 13.0, but we'll make
# it easy for those trying to build on -current
# Building with "--without-system-xpdf" because poppler API changes too often
TL_BUILD_ENV="CFLAGS=\"$SLKCFLAGS\" CXXFLAGS=\"$SLKCFLAGS\"" \
TL_CONFIGURE_ARGS="\
--enable-multiplatform \
@ -136,12 +131,12 @@ find . \
mkdir -p $PKG/usr/doc/texlive-$VERSION/tlpkg
cp -a tlpkg $PKG/usr/share/
( cd $TMP/texlive-$EXTRA_VERS-extra
cd $TMP/texlive-$EXTRA_VERS-extra
cp -a \
readme-txt.dir/* readme-html.dir/* README* LICENSE* doc.html \
$PKG/usr/doc/texlive-$VERSION/tlpkg
cat $CWD/README.tlpkg > $PKG/usr/doc/texlive-$VERSION/tlpkg/README.SLACKWARE
)
cd -
# and now we'll install the texmf stuff
cd $TMP