[arch-commits] Commit in texlive-bin/repos (extra-i686 extra-i686/PKGBUILD)

Jan de Groot jgc at archlinux.org
Sat Nov 8 20:34:28 UTC 2008


    Date: Saturday, November 8, 2008 @ 15:34:27
  Author: jgc
Revision: 18708

Merged revisions 15335,18707 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/texlive-bin/trunk

........
  r15335 | jgc | 2008-10-12 22:31:04 +0200 (Sun, 12 Oct 2008) | 1 line
  
  upgpkg: texlive-bin 2008-1.1
........
  r18707 | jgc | 2008-11-08 21:33:52 +0100 (Sat, 08 Nov 2008) | 2 lines
  
  upgpkg: texlive-bin 2008-2
      Rebuild for new libxaw. Get rid of libxp dependencies by building without having it installed
........

Modified:
  texlive-bin/repos/extra-i686/	(properties)
  texlive-bin/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)


Property changes on: texlive-bin/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /texlive-bin/trunk:1-12209
   + /texlive-bin/trunk:1-18707

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-11-08 20:33:52 UTC (rev 18707)
+++ extra-i686/PKGBUILD	2008-11-08 20:34:27 UTC (rev 18708)
@@ -2,13 +2,13 @@
 
 pkgname=texlive-bin
 pkgver=2008
-pkgrel=1
+pkgrel=2
 pkgdesc="TeX Live binaries"
 license=('GPL')
 arch=('i686' 'x86_64')
 depends=('gcc-libs' 't1lib' 'gd' 'libsigsegv')
-optdepends=('psutils' 't1utils' 'xorg-server' 'perl')
-makedepends=('flex' 'bison' 'clisp' 'ffcall' 'gcc' 'lzma-utils')
+optdepends=('psutils' 't1utils' 'perl')
+makedepends=('clisp' 'ffcall' 'lzma-utils')
 conflicts=('texlive-omega')
 options=('!makeflags' '!libtool')
 url='http://tug.org/texlive/'
@@ -30,6 +30,10 @@
          'bac8aee05595fb80fcae8e864ba063f6')
 build() {
    cd $startdir/src
+   if [ "${CARCH}" = "x86_64" ]; then
+     export CFLAGS="${CFLAGS} -fPIC"
+     export CXXFLAGS="${CXXFLAGS} -fPIC"
+   fi
    lzma --force -dc texlive-bin-2008-texmf.tar.lzma | tar xf - || return 1
    install -m755 -d $startdir/pkg/usr/share || return 1
    find texmf -type d -exec install -d -m755 $startdir/pkg/usr/share/'{}' \; || return 1




More information about the arch-commits mailing list