[arch-commits] Commit in texlive-formatsextra/repos (3 files)

2017-06-20 Thread Rémy Oudompheng
Date: Tuesday, June 20, 2017 @ 06:06:26
  Author: remy
Revision: 299008

archrelease: copy trunk to testing-any

Added:
  texlive-formatsextra/repos/testing-any/
  texlive-formatsextra/repos/testing-any/PKGBUILD
(from rev 299007, texlive-formatsextra/trunk/PKGBUILD)
  texlive-formatsextra/repos/testing-any/texlive-formatsextra.fmts
(from rev 299007, texlive-formatsextra/trunk/texlive-formatsextra.fmts)

---+
 PKGBUILD  |   56 
 texlive-formatsextra.fmts |9 +++
 2 files changed, 65 insertions(+)

Copied: texlive-formatsextra/repos/testing-any/PKGBUILD (from rev 299007, 
texlive-formatsextra/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-06-20 06:06:26 UTC (rev 299008)
@@ -0,0 +1,56 @@
+# $Id$
+# Contributor: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-formatsextra
+pkgver=2017.44177
+_revnr=${pkgver#2017.}
+pkgrel=1
+pkgdesc="TeX Live - collection of extra TeX 'formats'"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;
+"${pkgname}.fmts")
+options=('!emptydirs')
+conflicts=('texlive-htmlxml')
+replaces=('texlive-htmlxml')
+sha256sums=('449d4448be130f27cf8c84b43b70cfa0bf3d7636bf0153e20899fca7de298480'
+'edee1d8b46005847381dbf20afacad6d14f3d59406facdc609c92d9e20ed6df2')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+   case $p in
+   aleph.*|lambda.*|omega.*)
+   ;;
+   *)
+   bsdtar -xf $p
+   ;;
+   esac
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   cd "$srcdir"
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 "${pkgname}.fmts" $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+}

Copied: texlive-formatsextra/repos/testing-any/texlive-formatsextra.fmts (from 
rev 299007, texlive-formatsextra/trunk/texlive-formatsextra.fmts)
===
--- testing-any/texlive-formatsextra.fmts   (rev 0)
+++ testing-any/texlive-formatsextra.fmts   2017-06-20 06:06:26 UTC (rev 
299008)
@@ -0,0 +1,9 @@
+eplain pdftex language.dat -translate-file=cp227.tcx *eplain.ini
+jadetex pdftex language.dat *jadetex.ini
+lollipop tex - lollipop.ini
+mllatex pdftex language.dat -translate-file=cp227.tcx -mltex *mllatex.ini
+mltex pdftex - -translate-file=cp227.tcx -mltex mltex.ini
+pdfjadetex pdftex language.dat *pdfjadetex.ini
+pdfxmltex pdftex language.dat *pdfxmltex.ini
+texsis pdftex - -translate-file=cp227.tcx texsis.ini
+xmltex pdftex language.dat *xmltex.ini


[arch-commits] Commit in texlive-formatsextra/repos (3 files)

2016-06-19 Thread Rémy Oudompheng
Date: Sunday, June 19, 2016 @ 22:35:37
  Author: remy
Revision: 270243

archrelease: copy trunk to testing-any

Added:
  texlive-formatsextra/repos/testing-any/
  texlive-formatsextra/repos/testing-any/PKGBUILD
(from rev 270242, texlive-formatsextra/trunk/PKGBUILD)
  texlive-formatsextra/repos/testing-any/texlive.install
(from rev 270242, texlive-formatsextra/trunk/texlive.install)

-+
 PKGBUILD|   45 +
 texlive.install |   12 
 2 files changed, 57 insertions(+)

Copied: texlive-formatsextra/repos/testing-any/PKGBUILD (from rev 270242, 
texlive-formatsextra/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2016-06-19 22:35:37 UTC (rev 270243)
@@ -0,0 +1,45 @@
+# $Id$
+# Contributor: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-formatsextra
+pkgver=2016.41438
+_revnr=${pkgver#2016.}
+pkgrel=1
+pkgdesc="TeX Live - collection of extra TeX 'formats'"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+options=('!emptydirs')
+install=texlive.install
+md5sums=('f028c28f2b40d83dda4f3eb348fb8e27')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+}

Copied: texlive-formatsextra/repos/testing-any/texlive.install (from rev 
270242, texlive-formatsextra/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2016-06-19 22:35:37 UTC (rev 270243)
@@ -0,0 +1,12 @@
+post_install() {
+   echo">>> texlive: updating the filename database..."
+   /usr/bin/mktexlsr
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


[arch-commits] Commit in texlive-formatsextra/repos (3 files)

2015-09-01 Thread Rémy Oudompheng
Date: Tuesday, September 1, 2015 @ 12:37:42
  Author: remy
Revision: 245165

archrelease: copy trunk to testing-any

Added:
  texlive-formatsextra/repos/testing-any/
  texlive-formatsextra/repos/testing-any/PKGBUILD
(from rev 245164, texlive-formatsextra/trunk/PKGBUILD)
  texlive-formatsextra/repos/testing-any/texlive.install
(from rev 245164, texlive-formatsextra/trunk/texlive.install)

-+
 PKGBUILD|   45 +
 texlive.install |   12 
 2 files changed, 57 insertions(+)

Copied: texlive-formatsextra/repos/testing-any/PKGBUILD (from rev 245164, 
texlive-formatsextra/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-09-01 10:37:42 UTC (rev 245165)
@@ -0,0 +1,45 @@
+# $Id$
+# Contributor: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-formatsextra
+pkgver=2015.36217
+_revnr=${pkgver#2015.}
+pkgrel=1
+pkgdesc="TeX Live - collection of extra TeX 'formats'"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+options=('!emptydirs')
+install=texlive.install
+md5sums=('f843d1f916f35c27a901ab2ee0012f76')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+}

Copied: texlive-formatsextra/repos/testing-any/texlive.install (from rev 
245164, texlive-formatsextra/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2015-09-01 10:37:42 UTC (rev 245165)
@@ -0,0 +1,12 @@
+post_install() {
+   echo">>> texlive: updating the filename database..."
+   /usr/bin/mktexlsr
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


[arch-commits] Commit in texlive-formatsextra/repos (3 files)

2014-08-13 Thread Rémy Oudompheng
Date: Thursday, August 14, 2014 @ 01:29:50
  Author: remy
Revision: 219717

archrelease: copy trunk to testing-any

Added:
  texlive-formatsextra/repos/testing-any/
  texlive-formatsextra/repos/testing-any/PKGBUILD
(from rev 219716, texlive-formatsextra/trunk/PKGBUILD)
  texlive-formatsextra/repos/testing-any/texlive.install
(from rev 219716, texlive-formatsextra/trunk/texlive.install)

-+
 PKGBUILD|   45 +
 texlive.install |   12 
 2 files changed, 57 insertions(+)

Copied: texlive-formatsextra/repos/testing-any/PKGBUILD (from rev 219716, 
texlive-formatsextra/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-08-13 23:29:50 UTC (rev 219717)
@@ -0,0 +1,45 @@
+# $Id$
+# Contributor: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-formatsextra
+pkgver=2014.33826
+_revnr=${pkgver#2014.}
+pkgrel=1
+pkgdesc=TeX Live - collection of extra TeX 'formats'
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+options=('!emptydirs')
+install=texlive.install
+md5sums=('cca9ffef6be8ee7c706a814de131ccc7')
+
+build() {
+   cd $srcdir
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+}

Copied: texlive-formatsextra/repos/testing-any/texlive.install (from rev 
219716, texlive-formatsextra/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2014-08-13 23:29:50 UTC (rev 219717)
@@ -0,0 +1,12 @@
+post_install() {
+   echo texlive: updating the filename database...
+   /usr/bin/mktexlsr
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in texlive-formatsextra/repos (3 files)

2013-07-02 Thread Rémy Oudompheng
Date: Tuesday, July 2, 2013 @ 23:55:04
  Author: remy
Revision: 189308

archrelease: copy trunk to testing-any

Added:
  texlive-formatsextra/repos/testing-any/
  texlive-formatsextra/repos/testing-any/PKGBUILD
(from rev 189307, texlive-formatsextra/trunk/PKGBUILD)
  texlive-formatsextra/repos/testing-any/texlive.install
(from rev 189307, texlive-formatsextra/trunk/texlive.install)

-+
 PKGBUILD|   45 +
 texlive.install |   12 
 2 files changed, 57 insertions(+)

Copied: texlive-formatsextra/repos/testing-any/PKGBUILD (from rev 189307, 
texlive-formatsextra/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-07-02 21:55:04 UTC (rev 189308)
@@ -0,0 +1,45 @@
+# Contributor: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-formatsextra
+pkgver=2013.30214
+_revnr=${pkgver#2013.}
+pkgrel=1
+pkgdesc=TeX Live - collection of extra TeX 'formats'
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('9101c0c717f2795f28542af0ae6bd7df')
+
+build() {
+   cd $srcdir
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+}

Copied: texlive-formatsextra/repos/testing-any/texlive.install (from rev 
189307, texlive-formatsextra/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-07-02 21:55:04 UTC (rev 189308)
@@ -0,0 +1,12 @@
+post_install() {
+   echo texlive: updating the filename database...
+   /usr/bin/mktexlsr
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in texlive-formatsextra/repos (3 files)

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:48:42
  Author: remy
Revision: 183204

archrelease: copy trunk to testing-any

Added:
  texlive-formatsextra/repos/testing-any/
  texlive-formatsextra/repos/testing-any/PKGBUILD
(from rev 183203, texlive-formatsextra/trunk/PKGBUILD)
  texlive-formatsextra/repos/testing-any/texlive.install
(from rev 183203, texlive-formatsextra/trunk/texlive.install)

-+
 PKGBUILD|   45 +
 texlive.install |   12 
 2 files changed, 57 insertions(+)

Copied: texlive-formatsextra/repos/testing-any/PKGBUILD (from rev 183203, 
texlive-formatsextra/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-04-18 23:48:42 UTC (rev 183204)
@@ -0,0 +1,45 @@
+# Contributor: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-formatsextra
+pkgver=2012.29110
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc=TeX Live - collection of extra TeX 'formats'
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('1228ec6c25f7357f9d64e4dacb74e5ef')
+
+build() {
+   cd $srcdir
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+}

Copied: texlive-formatsextra/repos/testing-any/texlive.install (from rev 
183203, texlive-formatsextra/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-04-18 23:48:42 UTC (rev 183204)
@@ -0,0 +1,12 @@
+post_install() {
+   echo texlive: updating the filename database...
+   /usr/bin/mktexlsr
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in texlive-formatsextra/repos (3 files)

2012-06-26 Thread Rémy Oudompheng
Date: Tuesday, June 26, 2012 @ 16:18:32
  Author: remy
Revision: 162403

archrelease: copy trunk to testing-any

Added:
  texlive-formatsextra/repos/testing-any/
  texlive-formatsextra/repos/testing-any/PKGBUILD
(from rev 162402, texlive-formatsextra/trunk/PKGBUILD)
  texlive-formatsextra/repos/testing-any/texlive.install
(from rev 162402, texlive-formatsextra/trunk/texlive.install)

-+
 PKGBUILD|   45 +
 texlive.install |   12 
 2 files changed, 57 insertions(+)

Copied: texlive-formatsextra/repos/testing-any/PKGBUILD (from rev 162402, 
texlive-formatsextra/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-06-26 20:18:32 UTC (rev 162403)
@@ -0,0 +1,45 @@
+# Contributor: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-formatsextra
+pkgver=2012.26689
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc=TeX Live - collection of extra TeX 'formats'
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('e9e2f607b98edf6350870fa96d837dbc')
+
+build() {
+   cd $srcdir
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+}

Copied: texlive-formatsextra/repos/testing-any/texlive.install (from rev 
162402, texlive-formatsextra/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2012-06-26 20:18:32 UTC (rev 162403)
@@ -0,0 +1,12 @@
+post_install() {
+   echo texlive: updating the filename database...
+   /usr/bin/mktexlsr
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}