[arch-commits] Commit in texlive-langjapanese/repos/extra-any (5 files)

Rémy Oudompheng remy at archlinux.org
Sat Nov 19 19:08:58 UTC 2016


    Date: Saturday, November 19, 2016 @ 19:08:58
  Author: remy
Revision: 281615

archrelease: copy trunk to extra-any

Added:
  texlive-langjapanese/repos/extra-any/PKGBUILD
    (from rev 281614, texlive-langjapanese/trunk/PKGBUILD)
  texlive-langjapanese/repos/extra-any/texlive-langjapanese.fmts
    (from rev 281614, texlive-langjapanese/trunk/texlive-langjapanese.fmts)
  texlive-langjapanese/repos/extra-any/texlive-langjapanese.maps
    (from rev 281614, texlive-langjapanese/trunk/texlive-langjapanese.maps)
Deleted:
  texlive-langjapanese/repos/extra-any/PKGBUILD
  texlive-langjapanese/repos/extra-any/texlive-langjapanese.maps

---------------------------+
 PKGBUILD                  |  124 ++++++++++++++++++++++----------------------
 texlive-langjapanese.fmts |    6 ++
 texlive-langjapanese.maps |   24 ++++----
 3 files changed, 82 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-19 19:08:55 UTC (rev 281614)
+++ PKGBUILD	2016-11-19 19:08:58 UTC (rev 281615)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng <remy at archlinux.org>
-
-pkgname=texlive-langjapanese
-pkgver=2016.41443
-_revnr=${pkgver#2016.}
-pkgrel=2
-pkgdesc="TeX Live - Fonts and macro packages to typeset Japanese 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')
-md5sums=('8ee8a5468845ac79d9e298a37a069096'
-         '32fad480fe677ac23a9e046d881a5bd7')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-	   bsdtar -xf $p
-   done
-   rm -rf tlpkg
-}
-
-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 -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
-
-    # scripts links
-    _linked_scripts="
-convbkmk/convbkmk.rb
-ptex2pdf/ptex2pdf.lua
-jfontmaps/kanji-config-updmap.pl
-jfontmaps/kanji-config-updmap-sys.sh
-jfontmaps/kanji-fontmap-creator.pl
-"
-    install -m755 -d $pkgdir/usr/bin
-    for _script in ${_linked_scripts}; do
-        _scriptbase=$(basename $_script)
-        _scriptbase=${_scriptbase%.*}
-        ln -s /usr/share/texmf-dist/scripts/${_script} ${pkgdir}/usr/bin/${_scriptbase}
-    done
-}

Copied: texlive-langjapanese/repos/extra-any/PKGBUILD (from rev 281614, texlive-langjapanese/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-11-19 19:08:58 UTC (rev 281615)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Rémy Oudompheng <remy at archlinux.org>
+
+pkgname=texlive-langjapanese
+pkgver=2016.42470
+_revnr=${pkgver#2016.}
+pkgrel=1
+pkgdesc="TeX Live - Fonts and macro packages to typeset Japanese 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"
+        "$pkgname.fmts")
+options=('!emptydirs')
+md5sums=('432c2cbcb71104cc45d5a0ec6cf7bfc3'
+         '32fad480fe677ac23a9e046d881a5bd7'
+         '8692ee4a136ad14b76bd124f1d737253')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+	   bsdtar -xf $p
+   done
+   rm -rf tlpkg
+}
+
+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 -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   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
+
+    # scripts links
+    _linked_scripts="
+convbkmk/convbkmk.rb
+ptex2pdf/ptex2pdf.lua
+jfontmaps/kanji-config-updmap.pl
+jfontmaps/kanji-config-updmap-sys.sh
+jfontmaps/kanji-fontmap-creator.pl
+"
+    install -m755 -d $pkgdir/usr/bin
+    for _script in ${_linked_scripts}; do
+        _scriptbase=$(basename $_script)
+        _scriptbase=${_scriptbase%.*}
+        ln -s /usr/share/texmf-dist/scripts/${_script} ${pkgdir}/usr/bin/${_scriptbase}
+    done
+}

Copied: texlive-langjapanese/repos/extra-any/texlive-langjapanese.fmts (from rev 281614, texlive-langjapanese/trunk/texlive-langjapanese.fmts)
===================================================================
--- texlive-langjapanese.fmts	                        (rev 0)
+++ texlive-langjapanese.fmts	2016-11-19 19:08:58 UTC (rev 281615)
@@ -0,0 +1,6 @@
+eptex eptex language.def *eptex.ini
+euptex euptex language.def *euptex.ini
+platex eptex language.dat *platex.ini
+ptex ptex - ptex.ini
+uplatex euptex language.dat *uplatex.ini
+uptex uptex - uptex.ini

Deleted: texlive-langjapanese.maps
===================================================================
--- texlive-langjapanese.maps	2016-11-19 19:08:55 UTC (rev 281614)
+++ texlive-langjapanese.maps	2016-11-19 19:08:58 UTC (rev 281615)
@@ -1,12 +0,0 @@
-KanjiMap morisawa.map
-KanjiMap otf- at kanjiEmbed@.map
-KanjiMap otf-cktx.map
-KanjiMap otf-up- at kanjiEmbed@.map
-KanjiMap ptex- at kanjiEmbed@@kanjiVariant at .map
-KanjiMap uptex- at kanjiEmbed@@kanjiVariant at .map
-Map dgj.map
-Map dmj.map
-Map mc2j.map
-Map mcj.map
-Map mr2j.map
-Map mrj.map

Copied: texlive-langjapanese/repos/extra-any/texlive-langjapanese.maps (from rev 281614, texlive-langjapanese/trunk/texlive-langjapanese.maps)
===================================================================
--- texlive-langjapanese.maps	                        (rev 0)
+++ texlive-langjapanese.maps	2016-11-19 19:08:58 UTC (rev 281615)
@@ -0,0 +1,12 @@
+KanjiMap morisawa.map
+KanjiMap otf- at kanjiEmbed@.map
+KanjiMap otf-cktx.map
+KanjiMap otf-up- at kanjiEmbed@.map
+KanjiMap ptex- at kanjiEmbed@@kanjiVariant at .map
+KanjiMap uptex- at kanjiEmbed@@kanjiVariant at .map
+Map dgj.map
+Map dmj.map
+Map mc2j.map
+Map mcj.map
+Map mr2j.map
+Map mrj.map



More information about the arch-commits mailing list