[arch-commits] Commit in texlive-langcyrillic/repos (4 files)

2016-06-19 Thread Rémy Oudompheng
Date: Sunday, June 19, 2016 @ 22:34:26
  Author: remy
Revision: 270231

archrelease: copy trunk to testing-any

Added:
  texlive-langcyrillic/repos/testing-any/
  texlive-langcyrillic/repos/testing-any/PKGBUILD
(from rev 270230, texlive-langcyrillic/trunk/PKGBUILD)
  texlive-langcyrillic/repos/testing-any/texlive-langcyrillic.maps
(from rev 270230, texlive-langcyrillic/trunk/texlive-langcyrillic.maps)
  texlive-langcyrillic/repos/testing-any/texlive.install
(from rev 270230, texlive-langcyrillic/trunk/texlive.install)

---+
 PKGBUILD  |   51 +++
 texlive-langcyrillic.maps |2 +
 texlive.install   |   52 
 3 files changed, 105 insertions(+)

Copied: texlive-langcyrillic/repos/testing-any/PKGBUILD (from rev 270230, 
texlive-langcyrillic/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2016-06-19 22:34:26 UTC (rev 270231)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-langcyrillic
+pkgver=2016.41231
+_revnr=${pkgver#2016.}
+pkgrel=1
+pkgdesc="TeX Live - Fonts and macro packages to typeset Cyrillic texts"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-lang')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
+options=('!emptydirs')
+install=texlive.install
+md5sums=('f97effee3821ddef8c4936b527c3f5a9'
+ 'c1e49c9da6302557dff56e8d9d584fa5')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   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.maps $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
+   mkdir -p "${pkgdir}/usr/bin"
+   ln -s /usr/share/texmf-dist/scripts/texlive/rubibtex.sh 
"${pkgdir}/usr/bin/rubibtex"
+   ln -s /usr/share/texmf-dist/scripts/texlive/rumakeindex.sh 
"${pkgdir}/usr/bin/rumakeindex"
+}

Copied: texlive-langcyrillic/repos/testing-any/texlive-langcyrillic.maps (from 
rev 270230, texlive-langcyrillic/trunk/texlive-langcyrillic.maps)
===
--- testing-any/texlive-langcyrillic.maps   (rev 0)
+++ testing-any/texlive-langcyrillic.maps   2016-06-19 22:34:26 UTC (rev 
270231)
@@ -0,0 +1,2 @@
+Map cmcyr.map
+MixedMap mongolian.map

Copied: texlive-langcyrillic/repos/testing-any/texlive.install (from rev 
270230, texlive-langcyrillic/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2016-06-19 22:34:26 UTC (rev 270231)
@@ -0,0 +1,52 @@
+PKGNAME="texlive-langcyrillic"
+UPDMAP="etc/texmf/web2c/updmap.cfg"
+UPDMAPLOCAL="etc/texmf/web2c/updmap-local.cfg"
+SYNCWITHTREES=''
+
+MAPFILE="var/lib/texmf/arch/installedpkgs/$PKGNAME.maps"
+
+post_install() {
+  TMPFILE=`mktemp`
+  echo">>> texlive: saving updmap.cfg as $TMPFILE..."
+  cp "$UPDMAP" "$TMPFILE"
+  echo">>> texlive: regenerating updmap.cfg (custom additions should go"
+  echo" into /etc/texmf/web2c/updmap-local.cfg"
+  cp usr/share/texmf-dist/web2c/updmap-hdr.cfg $UPDMAP
+  cat var/lib/texmf/arch/installedpkgs/*.maps >> $UPDMAP
+  [ -f "$UPDMAPLOCAL" ] && cat "$UPDMAPLOCAL" >> $UPDMAP
+  echo">>> texlive: updating the filename database..."
+  usr/bin/mktexlsr
+  echo">>> texlive: updating the fontmap files with updmap..."
+  usr/bin/updmap-sys --quiet --nohash
+  echo" done." 
+}
+
+post_upgrade() {
+  TMPFILE=`mktemp`
+  echo">>> texlive: saving updmap.cfg as $TMPFILE..."
+  cp "$UPDMAP" "$TMPFILE"
+  echo">>> texlive: regenerating updmap.cfg (custom additions should go"
+  echo" into /etc/texmf/web2c/updmap-local.cfg"
+  cp 

[arch-commits] Commit in texlive-langcyrillic/repos (4 files)

2015-09-01 Thread Rémy Oudompheng
Date: Tuesday, September 1, 2015 @ 12:35:10
  Author: remy
Revision: 245153

archrelease: copy trunk to testing-any

Added:
  texlive-langcyrillic/repos/testing-any/
  texlive-langcyrillic/repos/testing-any/PKGBUILD
(from rev 245152, texlive-langcyrillic/trunk/PKGBUILD)
  texlive-langcyrillic/repos/testing-any/texlive-langcyrillic.maps
(from rev 245152, texlive-langcyrillic/trunk/texlive-langcyrillic.maps)
  texlive-langcyrillic/repos/testing-any/texlive.install
(from rev 245152, texlive-langcyrillic/trunk/texlive.install)

---+
 PKGBUILD  |   51 +++
 texlive-langcyrillic.maps |2 +
 texlive.install   |   52 
 3 files changed, 105 insertions(+)

Copied: texlive-langcyrillic/repos/testing-any/PKGBUILD (from rev 245152, 
texlive-langcyrillic/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-09-01 10:35:10 UTC (rev 245153)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-langcyrillic
+pkgver=2015.37233
+_revnr=${pkgver#2015.}
+pkgrel=1
+pkgdesc="TeX Live - Fonts and macro packages to typeset Cyrillic texts"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-lang')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
+options=('!emptydirs')
+install=texlive.install
+md5sums=('3f8a85832e156d72426d939b2c1ab0d0'
+ 'c1e49c9da6302557dff56e8d9d584fa5')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   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.maps $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
+   mkdir -p "${pkgdir}/usr/bin"
+   ln -s /usr/share/texmf-dist/scripts/texlive/rubibtex.sh 
"${pkgdir}/usr/bin/rubibtex"
+   ln -s /usr/share/texmf-dist/scripts/texlive/rumakeindex.sh 
"${pkgdir}/usr/bin/rumakeindex"
+}

Copied: texlive-langcyrillic/repos/testing-any/texlive-langcyrillic.maps (from 
rev 245152, texlive-langcyrillic/trunk/texlive-langcyrillic.maps)
===
--- testing-any/texlive-langcyrillic.maps   (rev 0)
+++ testing-any/texlive-langcyrillic.maps   2015-09-01 10:35:10 UTC (rev 
245153)
@@ -0,0 +1,2 @@
+Map cmcyr.map
+MixedMap mongolian.map

Copied: texlive-langcyrillic/repos/testing-any/texlive.install (from rev 
245152, texlive-langcyrillic/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2015-09-01 10:35:10 UTC (rev 245153)
@@ -0,0 +1,52 @@
+PKGNAME="texlive-langcyrillic"
+UPDMAP="etc/texmf/web2c/updmap.cfg"
+UPDMAPLOCAL="etc/texmf/web2c/updmap-local.cfg"
+SYNCWITHTREES=''
+
+MAPFILE="var/lib/texmf/arch/installedpkgs/$PKGNAME.maps"
+
+post_install() {
+  TMPFILE=`mktemp`
+  echo">>> texlive: saving updmap.cfg as $TMPFILE..."
+  cp "$UPDMAP" "$TMPFILE"
+  echo">>> texlive: regenerating updmap.cfg (custom additions should go"
+  echo" into /etc/texmf/web2c/updmap-local.cfg"
+  cp usr/share/texmf-dist/web2c/updmap-hdr.cfg $UPDMAP
+  cat var/lib/texmf/arch/installedpkgs/*.maps >> $UPDMAP
+  [ -f "$UPDMAPLOCAL" ] && cat "$UPDMAPLOCAL" >> $UPDMAP
+  echo">>> texlive: updating the filename database..."
+  usr/bin/mktexlsr
+  echo">>> texlive: updating the fontmap files with updmap..."
+  usr/bin/updmap-sys --quiet --nohash
+  echo" done." 
+}
+
+post_upgrade() {
+  TMPFILE=`mktemp`
+  echo">>> texlive: saving updmap.cfg as $TMPFILE..."
+  cp "$UPDMAP" "$TMPFILE"
+  echo">>> texlive: regenerating updmap.cfg (custom additions should go"
+  echo" into /etc/texmf/web2c/updmap-local.cfg"
+  cp 

[arch-commits] Commit in texlive-langcyrillic/repos (4 files)

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

archrelease: copy trunk to testing-any

Added:
  texlive-langcyrillic/repos/testing-any/
  texlive-langcyrillic/repos/testing-any/PKGBUILD
(from rev 219702, texlive-langcyrillic/trunk/PKGBUILD)
  texlive-langcyrillic/repos/testing-any/texlive-langcyrillic.maps
(from rev 219702, texlive-langcyrillic/trunk/texlive-langcyrillic.maps)
  texlive-langcyrillic/repos/testing-any/texlive.install
(from rev 219702, texlive-langcyrillic/trunk/texlive.install)

---+
 PKGBUILD  |   51 +++
 texlive-langcyrillic.maps |2 +
 texlive.install   |   52 
 3 files changed, 105 insertions(+)

Copied: texlive-langcyrillic/repos/testing-any/PKGBUILD (from rev 219702, 
texlive-langcyrillic/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-08-13 23:25:29 UTC (rev 219703)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-langcyrillic
+pkgver=2014.34390
+_revnr=${pkgver#2014.}
+pkgrel=1
+pkgdesc=TeX Live - Fonts and macro packages to typeset Cyrillic texts
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-lang')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
$pkgname.maps)
+options=('!emptydirs')
+install=texlive.install
+md5sums=('9135dc31abc5c14a53b58bdcaa08915a'
+ 'c1e49c9da6302557dff56e8d9d584fa5')
+
+build() {
+   cd $srcdir
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   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.maps $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
+   mkdir -p ${pkgdir}/usr/bin
+   ln -s /usr/share/texmf-dist/scripts/texlive/rubibtex.sh 
${pkgdir}/usr/bin/rubibtex
+   ln -s /usr/share/texmf-dist/scripts/texlive/rumakeindex.sh 
${pkgdir}/usr/bin/rumakeindex
+}

Copied: texlive-langcyrillic/repos/testing-any/texlive-langcyrillic.maps (from 
rev 219702, texlive-langcyrillic/trunk/texlive-langcyrillic.maps)
===
--- testing-any/texlive-langcyrillic.maps   (rev 0)
+++ testing-any/texlive-langcyrillic.maps   2014-08-13 23:25:29 UTC (rev 
219703)
@@ -0,0 +1,2 @@
+Map cmcyr.map
+MixedMap mongolian.map

Copied: texlive-langcyrillic/repos/testing-any/texlive.install (from rev 
219702, texlive-langcyrillic/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2014-08-13 23:25:29 UTC (rev 219703)
@@ -0,0 +1,52 @@
+PKGNAME=texlive-langcyrillic
+UPDMAP=etc/texmf/web2c/updmap.cfg
+UPDMAPLOCAL=etc/texmf/web2c/updmap-local.cfg
+SYNCWITHTREES=''
+
+MAPFILE=var/lib/texmf/arch/installedpkgs/$PKGNAME.maps
+
+post_install() {
+  TMPFILE=`mktemp`
+  echo texlive: saving updmap.cfg as $TMPFILE...
+  cp $UPDMAP $TMPFILE
+  echo texlive: regenerating updmap.cfg (custom additions should go
+  echo into /etc/texmf/web2c/updmap-local.cfg
+  cp usr/share/texmf-dist/web2c/updmap-hdr.cfg $UPDMAP
+  cat var/lib/texmf/arch/installedpkgs/*.maps  $UPDMAP
+  [ -f $UPDMAPLOCAL ]  cat $UPDMAPLOCAL  $UPDMAP
+  echo texlive: updating the filename database...
+  usr/bin/mktexlsr
+  echo texlive: updating the fontmap files with updmap...
+  usr/bin/updmap-sys --quiet --nohash
+  echo done. 
+}
+
+post_upgrade() {
+  TMPFILE=`mktemp`
+  echo texlive: saving updmap.cfg as $TMPFILE...
+  cp $UPDMAP $TMPFILE
+  echo texlive: regenerating updmap.cfg (custom additions should go
+  echo into /etc/texmf/web2c/updmap-local.cfg
+  cp usr/share/texmf-dist/web2c/updmap-hdr.cfg $UPDMAP
+  cat var/lib/texmf/arch/installedpkgs/*.maps  

[arch-commits] Commit in texlive-langcyrillic/repos (4 files)

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

archrelease: copy trunk to testing-any

Added:
  texlive-langcyrillic/repos/testing-any/
  texlive-langcyrillic/repos/testing-any/PKGBUILD
(from rev 189313, texlive-langcyrillic/trunk/PKGBUILD)
  texlive-langcyrillic/repos/testing-any/texlive-langcyrillic.maps
(from rev 189313, texlive-langcyrillic/trunk/texlive-langcyrillic.maps)
  texlive-langcyrillic/repos/testing-any/texlive.install
(from rev 189313, texlive-langcyrillic/trunk/texlive.install)

---+
 PKGBUILD  |   51 +++
 texlive-langcyrillic.maps |2 +
 texlive.install   |   52 
 3 files changed, 105 insertions(+)

Copied: texlive-langcyrillic/repos/testing-any/PKGBUILD (from rev 189313, 
texlive-langcyrillic/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-07-02 21:55:31 UTC (rev 189314)
@@ -0,0 +1,51 @@
+# Maintainer: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-langcyrillic
+pkgver=2013.30653
+_revnr=${pkgver#2013.}
+pkgrel=1
+pkgdesc=TeX Live - Fonts and macro packages to typeset Cyrillic texts
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-lang')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
$pkgname.maps)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('0184f89e3cac8744fc724ae4e50d6994'
+ 'c1e49c9da6302557dff56e8d9d584fa5')
+
+build() {
+   cd $srcdir
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   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.maps $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
+   mkdir -p ${pkgdir}/usr/bin
+   ln -s /usr/share/texmf-dist/scripts/texlive/rubibtex.sh 
${pkgdir}/usr/bin/rubibtex
+   ln -s /usr/share/texmf-dist/scripts/texlive/rumakeindex.sh 
${pkgdir}/usr/bin/rumakeindex
+}

Copied: texlive-langcyrillic/repos/testing-any/texlive-langcyrillic.maps (from 
rev 189313, texlive-langcyrillic/trunk/texlive-langcyrillic.maps)
===
--- testing-any/texlive-langcyrillic.maps   (rev 0)
+++ testing-any/texlive-langcyrillic.maps   2013-07-02 21:55:31 UTC (rev 
189314)
@@ -0,0 +1,2 @@
+Map cmcyr.map
+MixedMap mongolian.map

Copied: texlive-langcyrillic/repos/testing-any/texlive.install (from rev 
189313, texlive-langcyrillic/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-07-02 21:55:31 UTC (rev 189314)
@@ -0,0 +1,52 @@
+PKGNAME=texlive-langcyrillic
+UPDMAP=etc/texmf/web2c/updmap.cfg
+UPDMAPLOCAL=etc/texmf/web2c/updmap-local.cfg
+SYNCWITHTREES=''
+
+MAPFILE=var/lib/texmf/arch/installedpkgs/$PKGNAME.maps
+
+post_install() {
+  TMPFILE=`mktemp`
+  echo texlive: saving updmap.cfg as $TMPFILE...
+  cp $UPDMAP $TMPFILE
+  echo texlive: regenerating updmap.cfg (custom additions should go
+  echo into /etc/texmf/web2c/updmap-local.cfg
+  cp usr/share/texmf-dist/web2c/updmap-hdr.cfg $UPDMAP
+  cat var/lib/texmf/arch/installedpkgs/*.maps  $UPDMAP
+  [ -f $UPDMAPLOCAL ]  cat $UPDMAPLOCAL  $UPDMAP
+  echo texlive: updating the filename database...
+  usr/bin/mktexlsr
+  echo texlive: updating the fontmap files with updmap...
+  usr/bin/updmap-sys --quiet --nohash
+  echo done. 
+}
+
+post_upgrade() {
+  TMPFILE=`mktemp`
+  echo texlive: saving updmap.cfg as $TMPFILE...
+  cp $UPDMAP $TMPFILE
+  echo texlive: regenerating updmap.cfg (custom additions should go
+  echo into /etc/texmf/web2c/updmap-local.cfg
+  cp usr/share/texmf-dist/web2c/updmap-hdr.cfg $UPDMAP
+  cat var/lib/texmf/arch/installedpkgs/*.maps 

[arch-commits] Commit in texlive-langcyrillic/repos (4 files)

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:51:12
  Author: remy
Revision: 183216

archrelease: copy trunk to testing-any

Added:
  texlive-langcyrillic/repos/testing-any/
  texlive-langcyrillic/repos/testing-any/PKGBUILD
(from rev 183215, texlive-langcyrillic/trunk/PKGBUILD)
  texlive-langcyrillic/repos/testing-any/texlive-langcyrillic.maps
(from rev 183215, texlive-langcyrillic/trunk/texlive-langcyrillic.maps)
  texlive-langcyrillic/repos/testing-any/texlive.install
(from rev 183215, texlive-langcyrillic/trunk/texlive.install)

---+
 PKGBUILD  |   48 
 texlive-langcyrillic.maps |1 
 texlive.install   |   52 
 3 files changed, 101 insertions(+)

Copied: texlive-langcyrillic/repos/testing-any/PKGBUILD (from rev 183215, 
texlive-langcyrillic/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-04-18 23:51:12 UTC (rev 183216)
@@ -0,0 +1,48 @@
+# Maintainer: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-langcyrillic
+pkgver=2012.29349
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc=TeX Live - Fonts and macro packages to typeset Cyrillic texts
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-lang')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
$pkgname.maps)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('1d2da4ce1e5db9a0fcc6c299bc771188'
+ 'f4a321793d9082c991c68870276dda7b')
+
+build() {
+   cd $srcdir
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   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.maps $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-langcyrillic/repos/testing-any/texlive-langcyrillic.maps (from 
rev 183215, texlive-langcyrillic/trunk/texlive-langcyrillic.maps)
===
--- testing-any/texlive-langcyrillic.maps   (rev 0)
+++ testing-any/texlive-langcyrillic.maps   2013-04-18 23:51:12 UTC (rev 
183216)
@@ -0,0 +1 @@
+Map cmcyr.map

Copied: texlive-langcyrillic/repos/testing-any/texlive.install (from rev 
183215, texlive-langcyrillic/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-04-18 23:51:12 UTC (rev 183216)
@@ -0,0 +1,52 @@
+PKGNAME=texlive-langcyrillic
+UPDMAP=etc/texmf/web2c/updmap.cfg
+UPDMAPLOCAL=etc/texmf/web2c/updmap-local.cfg
+SYNCWITHTREES=''
+
+MAPFILE=var/lib/texmf/arch/installedpkgs/$PKGNAME.maps
+
+post_install() {
+  TMPFILE=`mktemp`
+  echo texlive: saving updmap.cfg as $TMPFILE...
+  cp $UPDMAP $TMPFILE
+  echo texlive: regenerating updmap.cfg (custom additions should go
+  echo into /etc/texmf/web2c/updmap-local.cfg
+  cp usr/share/texmf/web2c/updmap-hdr.cfg $UPDMAP
+  cat var/lib/texmf/arch/installedpkgs/*.maps  $UPDMAP
+  [ -f $UPDMAPLOCAL ]  cat $UPDMAPLOCAL  $UPDMAP
+  echo texlive: updating the filename database...
+  usr/bin/mktexlsr
+  echo texlive: updating the fontmap files with updmap...
+  usr/bin/updmap-sys --quiet --nohash
+  echo done. 
+}
+
+post_upgrade() {
+  TMPFILE=`mktemp`
+  echo texlive: saving updmap.cfg as $TMPFILE...
+  cp $UPDMAP $TMPFILE
+  echo texlive: regenerating updmap.cfg (custom additions should go
+  echo into /etc/texmf/web2c/updmap-local.cfg
+  cp usr/share/texmf/web2c/updmap-hdr.cfg $UPDMAP
+  cat var/lib/texmf/arch/installedpkgs/*.maps  $UPDMAP
+  [ -f $UPDMAPLOCAL ]  cat $UPDMAPLOCAL  $UPDMAP
+  echo texlive: updating the filename database...
+  usr/bin/mktexlsr
+  echo texlive: updating the fontmap files with updmap...
+  usr/bin/updmap-sys --quiet --nohash $SYNCWITHTREES

[arch-commits] Commit in texlive-langcyrillic/repos (4 files)

2012-11-18 Thread Rémy Oudompheng
Date: Monday, November 19, 2012 @ 02:43:54
  Author: remy
Revision: 171578

archrelease: copy trunk to testing-any

Added:
  texlive-langcyrillic/repos/testing-any/
  texlive-langcyrillic/repos/testing-any/PKGBUILD
(from rev 171577, texlive-langcyrillic/trunk/PKGBUILD)
  texlive-langcyrillic/repos/testing-any/texlive-langcyrillic.maps
(from rev 171577, texlive-langcyrillic/trunk/texlive-langcyrillic.maps)
  texlive-langcyrillic/repos/testing-any/texlive.install
(from rev 171577, texlive-langcyrillic/trunk/texlive.install)

---+
 PKGBUILD  |   48 
 texlive-langcyrillic.maps |1 
 texlive.install   |   52 
 3 files changed, 101 insertions(+)

Copied: texlive-langcyrillic/repos/testing-any/PKGBUILD (from rev 171577, 
texlive-langcyrillic/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-11-19 07:43:54 UTC (rev 171578)
@@ -0,0 +1,48 @@
+# Maintainer: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-langcyrillic
+pkgver=2012.27642
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc=TeX Live - Fonts and macro packages to typeset Cyrillic texts
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-lang')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
$pkgname.maps)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('99a1737f9fbc3f54f56c10a1b01e62ac'
+ 'f4a321793d9082c991c68870276dda7b')
+
+build() {
+   cd $srcdir
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   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.maps $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-langcyrillic/repos/testing-any/texlive-langcyrillic.maps (from 
rev 171577, texlive-langcyrillic/trunk/texlive-langcyrillic.maps)
===
--- testing-any/texlive-langcyrillic.maps   (rev 0)
+++ testing-any/texlive-langcyrillic.maps   2012-11-19 07:43:54 UTC (rev 
171578)
@@ -0,0 +1 @@
+Map cmcyr.map

Copied: texlive-langcyrillic/repos/testing-any/texlive.install (from rev 
171577, texlive-langcyrillic/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2012-11-19 07:43:54 UTC (rev 171578)
@@ -0,0 +1,52 @@
+PKGNAME=texlive-langcyrillic
+UPDMAP=etc/texmf/web2c/updmap.cfg
+UPDMAPLOCAL=etc/texmf/web2c/updmap-local.cfg
+SYNCWITHTREES=''
+
+MAPFILE=var/lib/texmf/arch/installedpkgs/$PKGNAME.maps
+
+post_install() {
+  TMPFILE=`mktemp`
+  echo texlive: saving updmap.cfg as $TMPFILE...
+  cp $UPDMAP $TMPFILE
+  echo texlive: regenerating updmap.cfg (custom additions should go
+  echo into /etc/texmf/web2c/updmap-local.cfg
+  cp usr/share/texmf/web2c/updmap-hdr.cfg $UPDMAP
+  cat var/lib/texmf/arch/installedpkgs/*.maps  $UPDMAP
+  [ -f $UPDMAPLOCAL ]  cat $UPDMAPLOCAL  $UPDMAP
+  echo texlive: updating the filename database...
+  usr/bin/mktexlsr
+  echo texlive: updating the fontmap files with updmap...
+  usr/bin/updmap-sys --quiet --nohash
+  echo done. 
+}
+
+post_upgrade() {
+  TMPFILE=`mktemp`
+  echo texlive: saving updmap.cfg as $TMPFILE...
+  cp $UPDMAP $TMPFILE
+  echo texlive: regenerating updmap.cfg (custom additions should go
+  echo into /etc/texmf/web2c/updmap-local.cfg
+  cp usr/share/texmf/web2c/updmap-hdr.cfg $UPDMAP
+  cat var/lib/texmf/arch/installedpkgs/*.maps  $UPDMAP
+  [ -f $UPDMAPLOCAL ]  cat $UPDMAPLOCAL  $UPDMAP
+  echo texlive: updating the filename database...
+  usr/bin/mktexlsr
+  echo texlive: updating the fontmap files with updmap...
+  usr/bin/updmap-sys --quiet --nohash 

[arch-commits] Commit in texlive-langcyrillic/repos (4 files)

2012-06-26 Thread Rémy Oudompheng
Date: Tuesday, June 26, 2012 @ 16:21:15
  Author: remy
Revision: 162410

archrelease: copy trunk to testing-any

Added:
  texlive-langcyrillic/repos/testing-any/
  texlive-langcyrillic/repos/testing-any/PKGBUILD
(from rev 162409, texlive-langcyrillic/trunk/PKGBUILD)
  texlive-langcyrillic/repos/testing-any/texlive-langcyrillic.maps
(from rev 162409, texlive-langcyrillic/trunk/texlive-langcyrillic.maps)
  texlive-langcyrillic/repos/testing-any/texlive.install
(from rev 162409, texlive-langcyrillic/trunk/texlive.install)

---+
 PKGBUILD  |   48 
 texlive-langcyrillic.maps |1 
 texlive.install   |   52 
 3 files changed, 101 insertions(+)

Copied: texlive-langcyrillic/repos/testing-any/PKGBUILD (from rev 162409, 
texlive-langcyrillic/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-06-26 20:21:15 UTC (rev 162410)
@@ -0,0 +1,48 @@
+# Maintainer: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-langcyrillic
+pkgver=2012.26689
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc=TeX Live - Fonts and macro packages to typeset Cyrillic texts
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-lang')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
$pkgname.maps)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('eaf67c09a7109a60c320dc089e4508c3'
+ 'f4a321793d9082c991c68870276dda7b')
+
+build() {
+   cd $srcdir
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   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.maps $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-langcyrillic/repos/testing-any/texlive-langcyrillic.maps (from 
rev 162409, texlive-langcyrillic/trunk/texlive-langcyrillic.maps)
===
--- testing-any/texlive-langcyrillic.maps   (rev 0)
+++ testing-any/texlive-langcyrillic.maps   2012-06-26 20:21:15 UTC (rev 
162410)
@@ -0,0 +1 @@
+Map cmcyr.map

Copied: texlive-langcyrillic/repos/testing-any/texlive.install (from rev 
162409, texlive-langcyrillic/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2012-06-26 20:21:15 UTC (rev 162410)
@@ -0,0 +1,52 @@
+PKGNAME=texlive-langcyrillic
+UPDMAP=etc/texmf/web2c/updmap.cfg
+UPDMAPLOCAL=etc/texmf/web2c/updmap-local.cfg
+SYNCWITHTREES=''
+
+MAPFILE=var/lib/texmf/arch/installedpkgs/$PKGNAME.maps
+
+post_install() {
+  TMPFILE=`mktemp`
+  echo texlive: saving updmap.cfg as $TMPFILE...
+  cp $UPDMAP $TMPFILE
+  echo texlive: regenerating updmap.cfg (custom additions shoud go
+  echo into /etc/texmf/web2c/updmap-local.cfg
+  cp usr/share/texmf/web2c/updmap-hdr.cfg $UPDMAP
+  cat var/lib/texmf/arch/installedpkgs/*.maps  $UPDMAP
+  [ -f $UPDMAPLOCAL ]  cat $UPDMAPLOCAL  $UPDMAP
+  echo texlive: updating the filename database...
+  usr/bin/mktexlsr
+  echo texlive: updating the fontmap files with updmap...
+  usr/bin/updmap-sys --quiet --nohash
+  echo done. 
+}
+
+post_upgrade() {
+  TMPFILE=`mktemp`
+  echo texlive: saving updmap.cfg as $TMPFILE...
+  cp $UPDMAP $TMPFILE
+  echo texlive: regenerating updmap.cfg (custom additions shoud go
+  echo into /etc/texmf/web2c/updmap-local.cfg
+  cp usr/share/texmf/web2c/updmap-hdr.cfg $UPDMAP
+  cat var/lib/texmf/arch/installedpkgs/*.maps  $UPDMAP
+  [ -f $UPDMAPLOCAL ]  cat $UPDMAPLOCAL  $UPDMAP
+  echo texlive: updating the filename database...
+  usr/bin/mktexlsr
+  echo texlive: updating the fontmap files with updmap...
+  usr/bin/updmap-sys --quiet --nohash $SYNCWITHTREES
+