[arch-commits] Commit in texlive-bin/trunk (PKGBUILD)

François Charette francois at archlinux.org
Tue Sep 8 12:07:59 UTC 2009


    Date: Tuesday, September 8, 2009 @ 08:07:59
  Author: francois
Revision: 51434

remove symlinks for scripts not in texlive-core
update source tarballs

Modified:
  texlive-bin/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-08 11:41:45 UTC (rev 51433)
+++ PKGBUILD	2009-09-08 12:07:59 UTC (rev 51434)
@@ -12,8 +12,8 @@
 options=('!makeflags' '!libtool')
 url='http://tug.org/texlive/'
 source=('texmf.cnf' 
-        'ftp://ftp.archlinux.org/other/texlive/texlive-bin-source-20090816.tar.xz'
-        'ftp://ftp.archlinux.org/other/texlive/texlive-bin-texmf-20090816.tar.xz')
+        'ftp://ftp.archlinux.org/other/texlive/texlive-bin-source-20090908.tar.xz'
+        'ftp://ftp.archlinux.org/other/texlive/texlive-bin-texmf-20090908.tar.xz')
 backup=(usr/share/texmf/web2c/texmf.cnf \
 	usr/share/texmf-config/web2c/mktex.cnf \
 	usr/share/texmf-config/web2c/updmap.cfg \
@@ -26,8 +26,8 @@
 	usr/share/texmf-config/dvipdfm/config/config \
 	usr/share/texmf-config/xdvi/XDvi)
 md5sums=('351a6136e4faafe7fba123a07aef7787'
-         '4fe79f5858f89dd4234828bb2c55e92f'
-         '420e6235bb8dc746ee8ecccbaa6daa02')
+         '5f52a89351ef27d429ae02a998e237ce'
+         '3f3da6b88f6b0ecd186f2a1391cc3d6b')
 build() {
    if [ "${CARCH}" = "x86_64" ]; then
      export CFLAGS="${CFLAGS} -fPIC"
@@ -98,6 +98,11 @@
    rm -f $pkgdir/usr/bin/tlmgr
    # spurious symlink
    rm -f $pkgdir/usr/bin/man
+
+   # remove symlinks to scripts that are not in texlive-core:
+   for s in ht htcontext htlatex htmex httex httexi htxelatex htxetex mk4ht htcontext mkgrkinde epspdftk pst2pdf epspdf ulqda ebong ; do
+     rm $pkgdir/usr/bin/$s
+   done
    
    # the mandirs contain Makefiles ...
    find $pkgdir -name Makefile -delete




More information about the arch-commits mailing list