[arch-commits] Commit in texlive-langjapanese/repos/extra-any (6 files)
Rémy Oudompheng
remy at gemini.archlinux.org
Mon Mar 21 06:42:19 UTC 2022
Date: Monday, March 21, 2022 @ 06:42:19
Author: remy
Revision: 440381
archrelease: copy trunk to extra-any
Added:
texlive-langjapanese/repos/extra-any/PKGBUILD
(from rev 440380, texlive-langjapanese/trunk/PKGBUILD)
texlive-langjapanese/repos/extra-any/texlive-langjapanese.fmts
(from rev 440380, texlive-langjapanese/trunk/texlive-langjapanese.fmts)
texlive-langjapanese/repos/extra-any/texlive-langjapanese.maps
(from rev 440380, texlive-langjapanese/trunk/texlive-langjapanese.maps)
Deleted:
texlive-langjapanese/repos/extra-any/PKGBUILD
texlive-langjapanese/repos/extra-any/texlive-langjapanese.fmts
texlive-langjapanese/repos/extra-any/texlive-langjapanese.maps
---------------------------+
PKGBUILD | 128 ++++++++++++++++++++++----------------------
texlive-langjapanese.fmts | 16 ++---
texlive-langjapanese.maps | 36 ++++++------
3 files changed, 90 insertions(+), 90 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-03-21 06:42:12 UTC (rev 440380)
+++ PKGBUILD 2022-03-21 06:42:19 UTC (rev 440381)
@@ -1,64 +0,0 @@
-# Maintainer: Rémy Oudompheng <remy at archlinux.org>
-
-pkgname=texlive-langjapanese
-pkgver=2021.61273
-_revnr=${pkgver#2021.}
-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')
-sha256sums=('a49d7bafc2ae39b19aa2293ce44cb6b7810b92c08d69bc00ba47bb18633a2877'
- '315f6a076f693cb3d25d1a4502f780ef33222e2932069a5d1c636f9538532952'
- 'd4b9f54bc5d8d48c61407d6afe6ad5efea150d4ba9e56d828b76274346a2dcf4')
-
-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
-ptex-fontmaps/kanji-config-updmap.pl
-ptex-fontmaps/kanji-config-updmap-sys.sh
-ptex-fontmaps/kanji-config-updmap-user.sh
-ptex-fontmaps/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 440380, texlive-langjapanese/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-03-21 06:42:19 UTC (rev 440381)
@@ -0,0 +1,64 @@
+# Maintainer: Rémy Oudompheng <remy at archlinux.org>
+
+pkgname=texlive-langjapanese
+pkgver=2021.62737
+_revnr=${pkgver#2021.}
+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')
+sha256sums=('0c146923403f4d0132737e1f8aedaae47f94d30822a908d03d271c2d6e1effe9'
+ '315f6a076f693cb3d25d1a4502f780ef33222e2932069a5d1c636f9538532952'
+ 'd4b9f54bc5d8d48c61407d6afe6ad5efea150d4ba9e56d828b76274346a2dcf4')
+
+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
+ptex-fontmaps/kanji-config-updmap.pl
+ptex-fontmaps/kanji-config-updmap-sys.sh
+ptex-fontmaps/kanji-config-updmap-user.sh
+ptex-fontmaps/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
+}
Deleted: texlive-langjapanese.fmts
===================================================================
--- texlive-langjapanese.fmts 2022-03-21 06:42:12 UTC (rev 440380)
+++ texlive-langjapanese.fmts 2022-03-21 06:42:19 UTC (rev 440381)
@@ -1,8 +0,0 @@
-eptex eptex language.def *eptex.ini
-euptex euptex language.def *euptex.ini
-platex eptex language.dat *platex.ini
-platex-dev eptex language.dat *platex.ini
-ptex ptex - ptex.ini
-uplatex euptex language.dat *uplatex.ini
-uplatex-dev euptex language.dat *uplatex.ini
-uptex uptex - uptex.ini
Copied: texlive-langjapanese/repos/extra-any/texlive-langjapanese.fmts (from rev 440380, texlive-langjapanese/trunk/texlive-langjapanese.fmts)
===================================================================
--- texlive-langjapanese.fmts (rev 0)
+++ texlive-langjapanese.fmts 2022-03-21 06:42:19 UTC (rev 440381)
@@ -0,0 +1,8 @@
+eptex eptex language.def *eptex.ini
+euptex euptex language.def *euptex.ini
+platex eptex language.dat *platex.ini
+platex-dev eptex language.dat *platex.ini
+ptex ptex - ptex.ini
+uplatex euptex language.dat *uplatex.ini
+uplatex-dev euptex language.dat *uplatex.ini
+uptex uptex - uptex.ini
Deleted: texlive-langjapanese.maps
===================================================================
--- texlive-langjapanese.maps 2022-03-21 06:42:12 UTC (rev 440380)
+++ texlive-langjapanese.maps 2022-03-21 06:42:19 UTC (rev 440381)
@@ -1,18 +0,0 @@
-KanjiMap morisawa5.map
-KanjiMap otf- at jaEmbed@.map
-KanjiMap otf-ko- at koEmbed@.map
-KanjiMap otf-sc- at scEmbed@.map
-KanjiMap otf-tc- at tcEmbed@.map
-KanjiMap otf-up- at jaEmbed@.map
-KanjiMap ptex- at jaEmbed@@jaVariant at .map
-KanjiMap uptex- at jaEmbed@@jaVariant at .map
-KanjiMap uptex-ko- at koEmbed@.map
-KanjiMap uptex-sc- at scEmbed@.map
-KanjiMap uptex-tc- at tcEmbed@.map
-Map ascmac.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 440380, texlive-langjapanese/trunk/texlive-langjapanese.maps)
===================================================================
--- texlive-langjapanese.maps (rev 0)
+++ texlive-langjapanese.maps 2022-03-21 06:42:19 UTC (rev 440381)
@@ -0,0 +1,18 @@
+KanjiMap morisawa5.map
+KanjiMap otf- at jaEmbed@.map
+KanjiMap otf-ko- at koEmbed@.map
+KanjiMap otf-sc- at scEmbed@.map
+KanjiMap otf-tc- at tcEmbed@.map
+KanjiMap otf-up- at jaEmbed@.map
+KanjiMap ptex- at jaEmbed@@jaVariant at .map
+KanjiMap uptex- at jaEmbed@@jaVariant at .map
+KanjiMap uptex-ko- at koEmbed@.map
+KanjiMap uptex-sc- at scEmbed@.map
+KanjiMap uptex-tc- at tcEmbed@.map
+Map ascmac.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