Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=texlive.git;a=commitdiff;h=cb9b1fad33a0da02068c085595e515454b54fdf2

commit cb9b1fad33a0da02068c085595e515454b54fdf2
Author: Elentir <elen...@frugalware.org>
Date:   Sat Sep 4 19:36:42 2010 +0200

texlive-20091107-3-i686

* disable some tools we already have
* in separate pkgs to fix conflicts

diff --git a/source/xapps-extra/texlive/FrugalBuild 
b/source/xapps-extra/texlive/FrugalBuild
index 21c3710..dca2a71 100644
--- a/source/xapps-extra/texlive/FrugalBuild
+++ b/source/xapps-extra/texlive/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=texlive
pkgver=20091107
-pkgrel=2
+pkgrel=3
pkgdesc="A complete TeX distribution"
archs=('i686' 'x86_64')
depends=('t1lib' 'gd' 'ncurses' 'poppler')
@@ -39,6 +39,11 @@ unset MAKEFLAGS
Fconfopts="$Fconfopts \
--disable-native-texlive-build \
--disable-multiplatform \
+       --disable-dialog \
+       --disable-psutils \
+       --disable-t1utils \
+       --disable-xdvik \
+       --disable-lcdf-typetools \
--with-system-zlib \
--with-system-pnglib \
--with-system-ncurses \
@@ -139,6 +144,9 @@ build() {
Frm usr/share/man/man1/$f.1
done

+       # remove xdvi, we already have this in xdvik =)
+       Frm usr/share/texmf/xdvi
+
## Split all extra packages to a set of coherent subpkg
## If their is too many subpkg then finding a specific tex package
## can be a real nightmare but if their is no enough subpkg, the texlive base
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to