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

2020-04-02 Thread Rémy Oudompheng via arch-commits
Date: Thursday, April 2, 2020 @ 06:52:18
  Author: remy
Revision: 379102

archrelease: copy trunk to testing-any

Added:
  texlive-langextra/repos/testing-any/
  texlive-langextra/repos/testing-any/PKGBUILD
(from rev 379101, texlive-langextra/trunk/PKGBUILD)
  texlive-langextra/repos/testing-any/texlive-langextra.maps
(from rev 379101, texlive-langextra/trunk/texlive-langextra.maps)

+
 PKGBUILD   |   57 +++
 texlive-langextra.maps |   23 ++
 2 files changed, 80 insertions(+)

Copied: texlive-langextra/repos/testing-any/PKGBUILD (from rev 379101, 
texlive-langextra/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2020-04-02 06:52:18 UTC (rev 379102)
@@ -0,0 +1,57 @@
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-langextra
+pkgver=2020.54554
+_revnr=${pkgver#2020.}
+pkgrel=1
+pkgdesc="TeX Live - Bundle of all extra language support"
+license=('GPL')
+arch=(any)
+conflicts=('texlive-langafrican' 'texlive-langarab' 'texlive-langarabic'
+   'texlive-langarmenian' 'texlive-langcroatian' 'texlive-langhebrew'
+   'texlive-langindic' 'texlive-langmongolian' 'texlive-langtibetan'
+   'texlive-langvietnamese')
+provides=('texlive-langafrican' 'texlive-langarabic' 'texlive-langarmenian' 
+  'texlive-langarmenian' 'texlive-langcroatian' 'texlive-langhebrew'
+  'texlive-langindic' 'texlive-langmongolian' 'texlive-langtibetan'
+  'texlive-langvietnamese')
+depends=('texlive-latexextra')
+groups=('texlive-lang')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
+options=('!emptydirs')
+sha256sums=('ea8c61d8cc37c94bddff4c4a0a56de8c05845a32bec6237720fe804cb499057a'
+'5f7941ded76d37cf8d6d644edfb206345557905fee38e18ada0b3b98f8a8c0f7')
+
+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
+   #remove parts of ethiop that depend on Omega:
+   rm -rf "$pkgdir"/usr/share/texmf-dist/fonts/{ofm,ovf,ovp}
+   rm -rf "$pkgdir"/usr/share/texmf-dist/omega
+}

Copied: texlive-langextra/repos/testing-any/texlive-langextra.maps (from rev 
379101, texlive-langextra/trunk/texlive-langextra.maps)
===
--- testing-any/texlive-langextra.maps  (rev 0)
+++ testing-any/texlive-langextra.maps  2020-04-02 06:52:18 UTC (rev 379102)
@@ -0,0 +1,23 @@
+Map arabi.map
+Map arevvn.map
+Map burmese.map
+Map chartervn.map
+Map cjhebrew.map
+Map cmbrightvn.map
+Map concretevn.map
+Map dad.map
+Map grotesqvn.map
+Map nectec.map
+Map nf.map
+Map sipa.map
+Map skt.map
+Map syriac.map
+Map tlwg.map
+Map txttvn.map
+Map urwvn.map
+Map vntopia.map
+MixedMap arabtex.map
+MixedMap dvng.map
+MixedMap ethiop.map
+MixedMap vnrother.map
+MixedMap vnrtext.map


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

2019-05-11 Thread Rémy Oudompheng via arch-commits
Date: Saturday, May 11, 2019 @ 21:12:16
  Author: remy
Revision: 352872

archrelease: copy trunk to testing-any

Added:
  texlive-langextra/repos/testing-any/
  texlive-langextra/repos/testing-any/PKGBUILD
(from rev 352871, texlive-langextra/trunk/PKGBUILD)
  texlive-langextra/repos/testing-any/texlive-langextra.maps
(from rev 352871, texlive-langextra/trunk/texlive-langextra.maps)

+
 PKGBUILD   |   57 +++
 texlive-langextra.maps |   23 ++
 2 files changed, 80 insertions(+)

Copied: texlive-langextra/repos/testing-any/PKGBUILD (from rev 352871, 
texlive-langextra/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2019-05-11 21:12:16 UTC (rev 352872)
@@ -0,0 +1,57 @@
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-langextra
+pkgver=2019.50911
+_revnr=${pkgver#2019.}
+pkgrel=1
+pkgdesc="TeX Live - Bundle of all extra language support"
+license=('GPL')
+arch=(any)
+conflicts=('texlive-langafrican' 'texlive-langarab' 'texlive-langarabic'
+   'texlive-langarmenian' 'texlive-langcroatian' 'texlive-langhebrew'
+   'texlive-langindic' 'texlive-langmongolian' 'texlive-langtibetan'
+   'texlive-langvietnamese')
+provides=('texlive-langafrican' 'texlive-langarabic' 'texlive-langarmenian' 
+  'texlive-langarmenian' 'texlive-langcroatian' 'texlive-langhebrew'
+  'texlive-langindic' 'texlive-langmongolian' 'texlive-langtibetan'
+  'texlive-langvietnamese')
+depends=('texlive-latexextra')
+groups=('texlive-lang')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
+options=('!emptydirs')
+sha256sums=('a2f8ffe4dab9d7ec217c62dbfc27568d04cdc729226b03e938b4900da2f41299'
+'5f7941ded76d37cf8d6d644edfb206345557905fee38e18ada0b3b98f8a8c0f7')
+
+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
+   #remove parts of ethiop that depend on Omega:
+   rm -rf $pkgdir/usr/share/texmf-dist/fonts/{ofm,ovf,ovp}
+   rm -rf $pkgdir/usr/share/texmf-dist/omega
+}

Copied: texlive-langextra/repos/testing-any/texlive-langextra.maps (from rev 
352871, texlive-langextra/trunk/texlive-langextra.maps)
===
--- testing-any/texlive-langextra.maps  (rev 0)
+++ testing-any/texlive-langextra.maps  2019-05-11 21:12:16 UTC (rev 352872)
@@ -0,0 +1,23 @@
+Map arabi.map
+Map arevvn.map
+Map burmese.map
+Map chartervn.map
+Map cjhebrew.map
+Map cmbrightvn.map
+Map concretevn.map
+Map dad.map
+Map grotesqvn.map
+Map nectec.map
+Map nf.map
+Map sipa.map
+Map skt.map
+Map syriac.map
+Map tlwg.map
+Map txttvn.map
+Map urwvn.map
+Map vntopia.map
+MixedMap arabtex.map
+MixedMap dvng.map
+MixedMap ethiop.map
+MixedMap vnrother.map
+MixedMap vnrtext.map


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

2018-04-29 Thread Rémy Oudompheng via arch-commits
Date: Sunday, April 29, 2018 @ 22:30:23
  Author: remy
Revision: 323143

archrelease: copy trunk to testing-any

Added:
  texlive-langextra/repos/testing-any/
  texlive-langextra/repos/testing-any/PKGBUILD
(from rev 323142, texlive-langextra/trunk/PKGBUILD)
  texlive-langextra/repos/testing-any/texlive-langextra.maps
(from rev 323142, texlive-langextra/trunk/texlive-langextra.maps)

+
 PKGBUILD   |   58 +++
 texlive-langextra.maps |   23 ++
 2 files changed, 81 insertions(+)

Copied: texlive-langextra/repos/testing-any/PKGBUILD (from rev 323142, 
texlive-langextra/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-04-29 22:30:23 UTC (rev 323143)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-langextra
+pkgver=2018.47226
+_revnr=${pkgver#2018.}
+pkgrel=1
+pkgdesc="TeX Live - Bundle of all extra language support"
+license=('GPL')
+arch=(any)
+conflicts=('texlive-langafrican' 'texlive-langarab' 'texlive-langarabic'
+   'texlive-langarmenian' 'texlive-langcroatian' 'texlive-langhebrew'
+   'texlive-langindic' 'texlive-langmongolian' 'texlive-langtibetan'
+   'texlive-langvietnamese')
+provides=('texlive-langafrican' 'texlive-langarabic' 'texlive-langarmenian' 
+  'texlive-langarmenian' 'texlive-langcroatian' 'texlive-langhebrew'
+  'texlive-langindic' 'texlive-langmongolian' 'texlive-langtibetan'
+  'texlive-langvietnamese')
+depends=('texlive-latexextra')
+groups=('texlive-lang')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
+options=('!emptydirs')
+sha256sums=('b2a5c8d0ad6396d999e7eb71bdaae5021eb87017979a976c5f7ef27f66308ad4'
+'5f7941ded76d37cf8d6d644edfb206345557905fee38e18ada0b3b98f8a8c0f7')
+
+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
+   #remove parts of ethiop that depend on Omega:
+   rm -rf $pkgdir/usr/share/texmf-dist/fonts/{ofm,ovf,ovp}
+   rm -rf $pkgdir/usr/share/texmf-dist/omega
+}

Copied: texlive-langextra/repos/testing-any/texlive-langextra.maps (from rev 
323142, texlive-langextra/trunk/texlive-langextra.maps)
===
--- testing-any/texlive-langextra.maps  (rev 0)
+++ testing-any/texlive-langextra.maps  2018-04-29 22:30:23 UTC (rev 323143)
@@ -0,0 +1,23 @@
+Map arabi.map
+Map arevvn.map
+Map burmese.map
+Map chartervn.map
+Map cjhebrew.map
+Map cmbrightvn.map
+Map concretevn.map
+Map dad.map
+Map grotesqvn.map
+Map nectec.map
+Map nf.map
+Map sipa.map
+Map skt.map
+Map syriac.map
+Map tlwg.map
+Map txttvn.map
+Map urwvn.map
+Map vntopia.map
+MixedMap arabtex.map
+MixedMap dvng.map
+MixedMap ethiop.map
+MixedMap vnrother.map
+MixedMap vnrtext.map


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

2017-06-20 Thread Rémy Oudompheng
Date: Tuesday, June 20, 2017 @ 06:08:44
  Author: remy
Revision: 299018

archrelease: copy trunk to testing-any

Added:
  texlive-langextra/repos/testing-any/
  texlive-langextra/repos/testing-any/PKGBUILD
(from rev 299017, texlive-langextra/trunk/PKGBUILD)
  texlive-langextra/repos/testing-any/texlive-langextra.maps
(from rev 299017, texlive-langextra/trunk/texlive-langextra.maps)

+
 PKGBUILD   |   58 +++
 texlive-langextra.maps |   23 ++
 2 files changed, 81 insertions(+)

Copied: texlive-langextra/repos/testing-any/PKGBUILD (from rev 299017, 
texlive-langextra/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-06-20 06:08:44 UTC (rev 299018)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-langextra
+pkgver=2017.44497
+_revnr=${pkgver#2017.}
+pkgrel=1
+pkgdesc="TeX Live - Bundle of all extra language support"
+license=('GPL')
+arch=(any)
+conflicts=('texlive-langafrican' 'texlive-langarab' 'texlive-langarabic'
+   'texlive-langarmenian' 'texlive-langcroatian' 'texlive-langhebrew'
+   'texlive-langindic' 'texlive-langmongolian' 'texlive-langtibetan'
+   'texlive-langvietnamese')
+provides=('texlive-langafrican' 'texlive-langarabic' 'texlive-langarmenian' 
+  'texlive-langarmenian' 'texlive-langcroatian' 'texlive-langhebrew'
+  'texlive-langindic' 'texlive-langmongolian' 'texlive-langtibetan'
+  'texlive-langvietnamese')
+depends=('texlive-latexextra')
+groups=('texlive-lang')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
+options=('!emptydirs')
+sha256sums=('4aacaffe8e161ca8f20cce166ab84ef61b9b0f761149ed5f20ba1bbd55fe62a9'
+'5f7941ded76d37cf8d6d644edfb206345557905fee38e18ada0b3b98f8a8c0f7')
+
+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
+   #remove parts of ethiop that depend on Omega:
+   rm -rf $pkgdir/usr/share/texmf-dist/fonts/{ofm,ovf,ovp}
+   rm -rf $pkgdir/usr/share/texmf-dist/omega
+}

Copied: texlive-langextra/repos/testing-any/texlive-langextra.maps (from rev 
299017, texlive-langextra/trunk/texlive-langextra.maps)
===
--- testing-any/texlive-langextra.maps  (rev 0)
+++ testing-any/texlive-langextra.maps  2017-06-20 06:08:44 UTC (rev 299018)
@@ -0,0 +1,23 @@
+Map arabi.map
+Map arevvn.map
+Map burmese.map
+Map chartervn.map
+Map cjhebrew.map
+Map cmbrightvn.map
+Map concretevn.map
+Map dad.map
+Map grotesqvn.map
+Map nectec.map
+Map nf.map
+Map sipa.map
+Map skt.map
+Map syriac.map
+Map tlwg.map
+Map txttvn.map
+Map urwvn.map
+Map vntopia.map
+MixedMap arabtex.map
+MixedMap dvng.map
+MixedMap ethiop.map
+MixedMap vnrother.map
+MixedMap vnrtext.map