diff options
author | Robby Workman <rw@rlworkman.net> | 2010-09-13 15:29:56 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-09-21 22:09:35 -0500 |
commit | bd6bbb9d84102b73d5b2a0583e98863c09254123 (patch) | |
tree | 39a0234129cc665de9cd2c38748eeb96764fc328 /office/texlive/texlive.SlackBuild | |
parent | 697d9ffd99b6e3eb0b8a156b08508c77649dbefd (diff) | |
download | slackbuilds-bd6bbb9d84102b73d5b2a0583e98863c09254123.tar.gz |
office/texlive: Updated for version 20100722.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
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 \ |