[arch-commits] Commit in texlive-bin/repos (14 files)

2016-11-06 Thread Evangelos Foutras
Date: Monday, November 7, 2016 @ 00:26:52
  Author: foutrelis
Revision: 279989

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  texlive-bin/repos/staging-i686/
  texlive-bin/repos/staging-i686/PKGBUILD
(from rev 279988, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/staging-i686/mktexlsr.hook
(from rev 279988, texlive-bin/trunk/mktexlsr.hook)
  texlive-bin/repos/staging-i686/mktexlsr.script
(from rev 279988, texlive-bin/trunk/mktexlsr.script)
  texlive-bin/repos/staging-i686/texlive-updmap.hook
(from rev 279988, texlive-bin/trunk/texlive-updmap.hook)
  texlive-bin/repos/staging-i686/texlive-updmap.script
(from rev 279988, texlive-bin/trunk/texlive-updmap.script)
  texlive-bin/repos/staging-i686/texlive.install
(from rev 279988, texlive-bin/trunk/texlive.install)
  texlive-bin/repos/staging-x86_64/
  texlive-bin/repos/staging-x86_64/PKGBUILD
(from rev 279988, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/staging-x86_64/mktexlsr.hook
(from rev 279988, texlive-bin/trunk/mktexlsr.hook)
  texlive-bin/repos/staging-x86_64/mktexlsr.script
(from rev 279988, texlive-bin/trunk/mktexlsr.script)
  texlive-bin/repos/staging-x86_64/texlive-updmap.hook
(from rev 279988, texlive-bin/trunk/texlive-updmap.hook)
  texlive-bin/repos/staging-x86_64/texlive-updmap.script
(from rev 279988, texlive-bin/trunk/texlive-updmap.script)
  texlive-bin/repos/staging-x86_64/texlive.install
(from rev 279988, texlive-bin/trunk/texlive.install)

--+
 staging-i686/PKGBUILD|  359 +
 staging-i686/mktexlsr.hook   |   15 +
 staging-i686/mktexlsr.script |   12 +
 staging-i686/texlive-updmap.hook |   12 +
 staging-i686/texlive-updmap.script   |   13 +
 staging-i686/texlive.install |   31 ++
 staging-x86_64/PKGBUILD  |  359 +
 staging-x86_64/mktexlsr.hook |   15 +
 staging-x86_64/mktexlsr.script   |   12 +
 staging-x86_64/texlive-updmap.hook   |   12 +
 staging-x86_64/texlive-updmap.script |   13 +
 staging-x86_64/texlive.install   |   31 ++
 12 files changed, 884 insertions(+)

Copied: texlive-bin/repos/staging-i686/PKGBUILD (from rev 279988, 
texlive-bin/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-07 00:26:52 UTC (rev 279989)
@@ -0,0 +1,359 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+# Contributor: francois 
+
+pkgname=('texlive-bin' 'libsynctex')
+pkgver=2016.41290
+pkgrel=7
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=('cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler'
+ 'libsigsegv' 'zziplib' 'libpng' 'libjpeg' 'freetype2'
+ 'icu' 'harfbuzz' 'harfbuzz-icu' 'gmp' 'mpfr' 'potrace' 'libpaper'
+ 'perl' 'clisp' 'ffcall')
+url='http://tug.org/texlive/'
+source=("http://mirrors.kernel.org/archlinux/other/texlive/texlive-bin-source-${pkgver}.tar.xz;
+"mktexlsr.hook"
+"mktexlsr.script"
+"texlive-updmap.hook"
+"texlive-updmap.script"
+)
+md5sums=('7303361f2d441eb5c962a996fd77e8fa'
+ '7bc9cef52d3b0c15d2364b7d8658faa6'
+ '2bbbef810687f4b2804a4b8cb91ce02f'
+ 'c18cbbd000aac60813b1695aa058964f'
+ 'c64d77b5111a26b9995263b49df4937c')
+
+build() {
+   cd "$srcdir"
+
+   # t4ht expects to be un /usr/share/texmf/bin/t4ht (FS#27251)
+   sed -i s/SELFAUTOPARENT/TEXMFROOT/ source/texk/tex4htk/t4ht.c
+   #
+   ### configure
+   cd source
+   ## prevent compiling Xdvi with libXp
+   sed -i~ 's|-lXp ||' texk/xdvik/configure
+   test ! -d Work && mkdir Work
+   cd Work
+   echo "--> Initial configuration..."
+   # we use temporary prefix to avoid messing the existing
+   # $pkgdir/usr/share/texmf tree
+   ../configure --prefix=/usr -C \
+ --sysconfdir=/etc \
+ --datarootdir=/usr/share \
+ --datadir=/usr/share \
+ --mandir=/usr/share/man \
+ --disable-native-texlive-build \
+ --with-banner-add="/Arch Linux" \
+ --disable-multiplatform \
+ --disable-dialog \
+ --disable-psutils \
+ --disable-t1utils \
+ --disable-bibtexu \
+ --disable-xz \
+ --enable-shared \
+ --disable-static \
+ --with-system-zlib \
+ --with-system-zziplib \
+ --with-system-pnglib \
+ --with-system-ncurses \
+ --with-system-t1lib \
+ --with-system-gd \
+ --with-system-poppler \
+ --with-system-xpdf \
+ --with-system-freetype2 \
+ --with-system-pixman \
+ --with-system-cairo \
+ --with-system-harfbuzz \
+ --with-system-graphite \
+ --with-system-icu \
+ --with-system-gmp \
+ --with-system-mpfr \
+ --with-system-potrace \
+ --with-system-libpaper \
+ --with-freetype2-libdir=/usr/lib \
+ 

[arch-commits] Commit in texlive-bin/repos (14 files)

2012-06-26 Thread Rémy Oudompheng
Date: Tuesday, June 26, 2012 @ 16:14:13
  Author: remy
Revision: 162399

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  texlive-bin/repos/testing-i686/
  texlive-bin/repos/testing-i686/09-texlive-fonts.conf
(from rev 162397, texlive-bin/trunk/09-texlive-fonts.conf)
  texlive-bin/repos/testing-i686/PKGBUILD
(from rev 162397, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/testing-i686/fix-fontforge-encoding.patch
(from rev 162397, texlive-bin/trunk/fix-fontforge-encoding.patch)
  texlive-bin/repos/testing-i686/poppler-0.20.patch
(from rev 162397, texlive-bin/trunk/poppler-0.20.patch)
  texlive-bin/repos/testing-i686/texlive.install
(from rev 162397, texlive-bin/trunk/texlive.install)
  texlive-bin/repos/testing-i686/texmf.cnf
(from rev 162397, texlive-bin/trunk/texmf.cnf)
  texlive-bin/repos/testing-x86_64/
  texlive-bin/repos/testing-x86_64/09-texlive-fonts.conf
(from rev 162397, texlive-bin/trunk/09-texlive-fonts.conf)
  texlive-bin/repos/testing-x86_64/PKGBUILD
(from rev 162397, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/testing-x86_64/fix-fontforge-encoding.patch
(from rev 162397, texlive-bin/trunk/fix-fontforge-encoding.patch)
  texlive-bin/repos/testing-x86_64/poppler-0.20.patch
(from rev 162397, texlive-bin/trunk/poppler-0.20.patch)
  texlive-bin/repos/testing-x86_64/texlive.install
(from rev 162397, texlive-bin/trunk/texlive.install)
  texlive-bin/repos/testing-x86_64/texmf.cnf
(from rev 162397, texlive-bin/trunk/texmf.cnf)

-+
 testing-i686/09-texlive-fonts.conf  |9 
 testing-i686/PKGBUILD   |  307 +++
 testing-i686/fix-fontforge-encoding.patch   |   12 
 testing-i686/poppler-0.20.patch |   22 
 testing-i686/texlive.install|   37 +
 testing-i686/texmf.cnf  |  724 ++
 testing-x86_64/09-texlive-fonts.conf|9 
 testing-x86_64/PKGBUILD |  307 +++
 testing-x86_64/fix-fontforge-encoding.patch |   12 
 testing-x86_64/poppler-0.20.patch   |   22 
 testing-x86_64/texlive.install  |   37 +
 testing-x86_64/texmf.cnf|  724 ++
 12 files changed,  insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 162398:162399 to see the changes.


[arch-commits] Commit in texlive-bin/repos (14 files)

2012-06-23 Thread Rémy Oudompheng
Date: Saturday, June 23, 2012 @ 11:08:09
  Author: remy
Revision: 162206

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  texlive-bin/repos/staging-i686/
  texlive-bin/repos/staging-i686/09-texlive-fonts.conf
(from rev 162205, texlive-bin/trunk/09-texlive-fonts.conf)
  texlive-bin/repos/staging-i686/PKGBUILD
(from rev 162205, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/staging-i686/fix-fontforge-encoding.patch
(from rev 162205, texlive-bin/trunk/fix-fontforge-encoding.patch)
  texlive-bin/repos/staging-i686/luatex-poppler-0.20.patch
(from rev 162205, texlive-bin/trunk/luatex-poppler-0.20.patch)
  texlive-bin/repos/staging-i686/texlive.install
(from rev 162205, texlive-bin/trunk/texlive.install)
  texlive-bin/repos/staging-i686/texmf.cnf
(from rev 162205, texlive-bin/trunk/texmf.cnf)
  texlive-bin/repos/staging-x86_64/
  texlive-bin/repos/staging-x86_64/09-texlive-fonts.conf
(from rev 162205, texlive-bin/trunk/09-texlive-fonts.conf)
  texlive-bin/repos/staging-x86_64/PKGBUILD
(from rev 162205, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/staging-x86_64/fix-fontforge-encoding.patch
(from rev 162205, texlive-bin/trunk/fix-fontforge-encoding.patch)
  texlive-bin/repos/staging-x86_64/luatex-poppler-0.20.patch
(from rev 162205, texlive-bin/trunk/luatex-poppler-0.20.patch)
  texlive-bin/repos/staging-x86_64/texlive.install
(from rev 162205, texlive-bin/trunk/texlive.install)
  texlive-bin/repos/staging-x86_64/texmf.cnf
(from rev 162205, texlive-bin/trunk/texmf.cnf)

-+
 staging-i686/09-texlive-fonts.conf  |9 
 staging-i686/PKGBUILD   |  350 
 staging-i686/fix-fontforge-encoding.patch   |   12 
 staging-i686/luatex-poppler-0.20.patch  |   77 ++
 staging-i686/texlive.install|   37 +
 staging-i686/texmf.cnf  |  724 ++
 staging-x86_64/09-texlive-fonts.conf|9 
 staging-x86_64/PKGBUILD |  350 
 staging-x86_64/fix-fontforge-encoding.patch |   12 
 staging-x86_64/luatex-poppler-0.20.patch|   77 ++
 staging-x86_64/texlive.install  |   37 +
 staging-x86_64/texmf.cnf|  724 ++
 12 files changed, 2418 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 162205:162206 to see the changes.


[arch-commits] Commit in texlive-bin/repos (14 files)

2012-05-17 Thread Rémy Oudompheng
Date: Thursday, May 17, 2012 @ 10:36:51
  Author: remy
Revision: 159192

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  texlive-bin/repos/staging-i686/
  texlive-bin/repos/staging-i686/09-texlive-fonts.conf
(from rev 159191, texlive-bin/trunk/09-texlive-fonts.conf)
  texlive-bin/repos/staging-i686/PKGBUILD
(from rev 159191, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/staging-i686/fix-fontforge-encoding.patch
(from rev 159191, texlive-bin/trunk/fix-fontforge-encoding.patch)
  texlive-bin/repos/staging-i686/luatex-poppler-0.20.patch
(from rev 159191, texlive-bin/trunk/luatex-poppler-0.20.patch)
  texlive-bin/repos/staging-i686/texlive.install
(from rev 159191, texlive-bin/trunk/texlive.install)
  texlive-bin/repos/staging-i686/texmf.cnf
(from rev 159191, texlive-bin/trunk/texmf.cnf)
  texlive-bin/repos/staging-x86_64/
  texlive-bin/repos/staging-x86_64/09-texlive-fonts.conf
(from rev 159191, texlive-bin/trunk/09-texlive-fonts.conf)
  texlive-bin/repos/staging-x86_64/PKGBUILD
(from rev 159191, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/staging-x86_64/fix-fontforge-encoding.patch
(from rev 159191, texlive-bin/trunk/fix-fontforge-encoding.patch)
  texlive-bin/repos/staging-x86_64/luatex-poppler-0.20.patch
(from rev 159191, texlive-bin/trunk/luatex-poppler-0.20.patch)
  texlive-bin/repos/staging-x86_64/texlive.install
(from rev 159191, texlive-bin/trunk/texlive.install)
  texlive-bin/repos/staging-x86_64/texmf.cnf
(from rev 159191, texlive-bin/trunk/texmf.cnf)

-+
 staging-i686/09-texlive-fonts.conf  |9 
 staging-i686/PKGBUILD   |  350 
 staging-i686/fix-fontforge-encoding.patch   |   12 
 staging-i686/luatex-poppler-0.20.patch  |   77 ++
 staging-i686/texlive.install|   37 +
 staging-i686/texmf.cnf  |  724 ++
 staging-x86_64/09-texlive-fonts.conf|9 
 staging-x86_64/PKGBUILD |  350 
 staging-x86_64/fix-fontforge-encoding.patch |   12 
 staging-x86_64/luatex-poppler-0.20.patch|   77 ++
 staging-x86_64/texlive.install  |   37 +
 staging-x86_64/texmf.cnf|  724 ++
 12 files changed, 2418 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 159191:159192 to see the changes.


[arch-commits] Commit in texlive-bin/repos (14 files)

2011-12-04 Thread Rémy Oudompheng
Date: Sunday, December 4, 2011 @ 12:19:06
  Author: remy
Revision: 144305

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  texlive-bin/repos/testing-i686/
  texlive-bin/repos/testing-i686/09-texlive-fonts.conf
(from rev 144304, texlive-bin/trunk/09-texlive-fonts.conf)
  texlive-bin/repos/testing-i686/PKGBUILD
(from rev 144304, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/testing-i686/archlinux-build.patch
(from rev 144304, texlive-bin/trunk/archlinux-build.patch)
  texlive-bin/repos/testing-i686/fix-fontforge-encoding.patch
(from rev 144304, texlive-bin/trunk/fix-fontforge-encoding.patch)
  texlive-bin/repos/testing-i686/texlive.install
(from rev 144304, texlive-bin/trunk/texlive.install)
  texlive-bin/repos/testing-i686/texmf.cnf
(from rev 144304, texlive-bin/trunk/texmf.cnf)
  texlive-bin/repos/testing-x86_64/
  texlive-bin/repos/testing-x86_64/09-texlive-fonts.conf
(from rev 144304, texlive-bin/trunk/09-texlive-fonts.conf)
  texlive-bin/repos/testing-x86_64/PKGBUILD
(from rev 144304, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/testing-x86_64/archlinux-build.patch
(from rev 144304, texlive-bin/trunk/archlinux-build.patch)
  texlive-bin/repos/testing-x86_64/fix-fontforge-encoding.patch
(from rev 144304, texlive-bin/trunk/fix-fontforge-encoding.patch)
  texlive-bin/repos/testing-x86_64/texlive.install
(from rev 144304, texlive-bin/trunk/texlive.install)
  texlive-bin/repos/testing-x86_64/texmf.cnf
(from rev 144304, texlive-bin/trunk/texmf.cnf)

-+
 testing-i686/09-texlive-fonts.conf  |9 
 testing-i686/PKGBUILD   |  348 
 testing-i686/archlinux-build.patch  |   36 +
 testing-i686/fix-fontforge-encoding.patch   |   12 
 testing-i686/texlive.install|   18 
 testing-i686/texmf.cnf  |  724 ++
 testing-x86_64/09-texlive-fonts.conf|9 
 testing-x86_64/PKGBUILD |  348 
 testing-x86_64/archlinux-build.patch|   36 +
 testing-x86_64/fix-fontforge-encoding.patch |   12 
 testing-x86_64/texlive.install  |   18 
 testing-x86_64/texmf.cnf|  724 ++
 12 files changed, 2294 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 144304:144305 to see the changes.


[arch-commits] Commit in texlive-bin/repos (14 files)

2011-11-09 Thread Rémy Oudompheng
Date: Thursday, November 10, 2011 @ 02:33:32
  Author: remy
Revision: 142453

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  texlive-bin/repos/staging-i686/
  texlive-bin/repos/staging-i686/09-texlive-fonts.conf
(from rev 142452, texlive-bin/trunk/09-texlive-fonts.conf)
  texlive-bin/repos/staging-i686/PKGBUILD
(from rev 142452, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/staging-i686/archlinux-build.patch
(from rev 142452, texlive-bin/trunk/archlinux-build.patch)
  texlive-bin/repos/staging-i686/fix-fontforge-encoding.patch
(from rev 142452, texlive-bin/trunk/fix-fontforge-encoding.patch)
  texlive-bin/repos/staging-i686/texlive.install
(from rev 142452, texlive-bin/trunk/texlive.install)
  texlive-bin/repos/staging-i686/texmf.cnf
(from rev 142452, texlive-bin/trunk/texmf.cnf)
  texlive-bin/repos/staging-x86_64/
  texlive-bin/repos/staging-x86_64/09-texlive-fonts.conf
(from rev 142452, texlive-bin/trunk/09-texlive-fonts.conf)
  texlive-bin/repos/staging-x86_64/PKGBUILD
(from rev 142452, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/staging-x86_64/archlinux-build.patch
(from rev 142452, texlive-bin/trunk/archlinux-build.patch)
  texlive-bin/repos/staging-x86_64/fix-fontforge-encoding.patch
(from rev 142452, texlive-bin/trunk/fix-fontforge-encoding.patch)
  texlive-bin/repos/staging-x86_64/texlive.install
(from rev 142452, texlive-bin/trunk/texlive.install)
  texlive-bin/repos/staging-x86_64/texmf.cnf
(from rev 142452, texlive-bin/trunk/texmf.cnf)

-+
 staging-i686/09-texlive-fonts.conf  |9 
 staging-i686/PKGBUILD   |  338 +
 staging-i686/archlinux-build.patch  |   40 +
 staging-i686/fix-fontforge-encoding.patch   |   12 
 staging-i686/texlive.install|   18 
 staging-i686/texmf.cnf  |  676 ++
 staging-x86_64/09-texlive-fonts.conf|9 
 staging-x86_64/PKGBUILD |  338 +
 staging-x86_64/archlinux-build.patch|   40 +
 staging-x86_64/fix-fontforge-encoding.patch |   12 
 staging-x86_64/texlive.install  |   18 
 staging-x86_64/texmf.cnf|  676 ++
 12 files changed, 2186 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 142452:142453 to see the changes.


[arch-commits] Commit in texlive-bin/repos (14 files)

2011-10-09 Thread Rémy Oudompheng
Date: Sunday, October 9, 2011 @ 12:27:51
  Author: remy
Revision: 140210

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  texlive-bin/repos/staging-i686/
  texlive-bin/repos/staging-i686/09-texlive-fonts.conf
(from rev 140209, texlive-bin/trunk/09-texlive-fonts.conf)
  texlive-bin/repos/staging-i686/PKGBUILD
(from rev 140209, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/staging-i686/archlinux-build.patch
(from rev 140209, texlive-bin/trunk/archlinux-build.patch)
  texlive-bin/repos/staging-i686/fix-fontforge-encoding.patch
(from rev 140209, texlive-bin/trunk/fix-fontforge-encoding.patch)
  texlive-bin/repos/staging-i686/texlive.install
(from rev 140209, texlive-bin/trunk/texlive.install)
  texlive-bin/repos/staging-i686/texmf.cnf
(from rev 140209, texlive-bin/trunk/texmf.cnf)
  texlive-bin/repos/staging-x86_64/
  texlive-bin/repos/staging-x86_64/09-texlive-fonts.conf
(from rev 140209, texlive-bin/trunk/09-texlive-fonts.conf)
  texlive-bin/repos/staging-x86_64/PKGBUILD
(from rev 140209, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/staging-x86_64/archlinux-build.patch
(from rev 140209, texlive-bin/trunk/archlinux-build.patch)
  texlive-bin/repos/staging-x86_64/fix-fontforge-encoding.patch
(from rev 140209, texlive-bin/trunk/fix-fontforge-encoding.patch)
  texlive-bin/repos/staging-x86_64/texlive.install
(from rev 140209, texlive-bin/trunk/texlive.install)
  texlive-bin/repos/staging-x86_64/texmf.cnf
(from rev 140209, texlive-bin/trunk/texmf.cnf)

-+
 staging-i686/09-texlive-fonts.conf  |9 
 staging-i686/PKGBUILD   |  338 +
 staging-i686/archlinux-build.patch  |   40 +
 staging-i686/fix-fontforge-encoding.patch   |   12 
 staging-i686/texlive.install|   18 
 staging-i686/texmf.cnf  |  676 ++
 staging-x86_64/09-texlive-fonts.conf|9 
 staging-x86_64/PKGBUILD |  338 +
 staging-x86_64/archlinux-build.patch|   40 +
 staging-x86_64/fix-fontforge-encoding.patch |   12 
 staging-x86_64/texlive.install  |   18 
 staging-x86_64/texmf.cnf|  676 ++
 12 files changed, 2186 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 140209:140210 to see the changes.