diff options
Diffstat (limited to 'office/texlive/texlive.SlackBuild')
-rw-r--r-- | office/texlive/texlive.SlackBuild | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/office/texlive/texlive.SlackBuild b/office/texlive/texlive.SlackBuild index f88019fe66..a7d27661be 100644 --- a/office/texlive/texlive.SlackBuild +++ b/office/texlive/texlive.SlackBuild @@ -23,25 +23,23 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# URL: ftp://tug.org/historic/systems/texlive/2009/ +# URL: ftp://tug.org/historic/systems/texlive/2010/ PRGNAM=texlive -VERSION=20091107 -BUILD=${BUILD:-3} +VERSION=20100722 +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} SOURCE_VERS=$VERSION TEXMF_VERS=$VERSION -EXTRA_VERS=$VERSION +EXTRA_VERS=20100826 TEXI2HTML=1.82 # texi2html version - http://www.nongnu.org/texi2html/ -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -89,17 +87,18 @@ find . \ # "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 API changes too often +# Re ^^ let's try again with the system poppler library TL_BUILD_ENV="CFLAGS=\"$SLKCFLAGS\" CXXFLAGS=\"$SLKCFLAGS\"" \ TL_CONFIGURE_ARGS="\ --enable-multiplatform \ - --with-tex-banner='TeX Live 2009/Slackware (unofficial)' \ + --with-tex-banner='TeX Live 2010/Slackware (unofficial)' \ --disable-native-texlive-build \ --disable-static \ --enable-ipc \ --with-x \ --without-etex \ --disable-xindy \ - --without-system-xpdf \ + --with-system-xpdf \ --with-system-ncurses \ --with-system-zlib \ --with-system-pnglib \ |