[arch-commits] Commit in (33 files)
Rémy Oudompheng
remy at nymeria.archlinux.org
Mon Jul 1 21:36:52 UTC 2013
Date: Monday, July 1, 2013 @ 23:36:52
Author: remy
Revision: 189264
Update to TeXLive 2013.
Modified:
texlive-bibtexextra/trunk/PKGBUILD
texlive-fontsextra/trunk/PKGBUILD
texlive-fontsextra/trunk/texlive-fontsextra.maps
texlive-fontsextra/trunk/texlive.install
texlive-formatsextra/trunk/PKGBUILD
texlive-games/trunk/PKGBUILD
texlive-games/trunk/texlive.install
texlive-genericextra/trunk/PKGBUILD
texlive-htmlxml/trunk/PKGBUILD
texlive-humanities/trunk/PKGBUILD
texlive-langcjk/trunk/PKGBUILD
texlive-langcjk/trunk/texlive-langcjk.maps
texlive-langcjk/trunk/texlive.install
texlive-langcyrillic/trunk/PKGBUILD
texlive-langcyrillic/trunk/texlive-langcyrillic.maps
texlive-langcyrillic/trunk/texlive.install
texlive-langextra/trunk/PKGBUILD
texlive-langextra/trunk/texlive-langextra.maps
texlive-langextra/trunk/texlive.install
texlive-langgreek/trunk/PKGBUILD
texlive-langgreek/trunk/texlive-langgreek.maps
texlive-langgreek/trunk/texlive.install
texlive-latexextra/trunk/PKGBUILD
texlive-latexextra/trunk/texlive.install
texlive-music/trunk/PKGBUILD
texlive-music/trunk/texlive.install
texlive-pictures/trunk/PKGBUILD
texlive-pictures/trunk/texlive.install
texlive-plainextra/trunk/PKGBUILD
texlive-pstricks/trunk/PKGBUILD
texlive-publishers/trunk/PKGBUILD
texlive-science/trunk/PKGBUILD
texlive-science/trunk/texlive.install
------------------------------------------------------+
texlive-bibtexextra/trunk/PKGBUILD | 7 ++-
texlive-fontsextra/trunk/PKGBUILD | 13 ++-----
texlive-fontsextra/trunk/texlive-fontsextra.maps | 4 ++
texlive-fontsextra/trunk/texlive.install | 4 +-
texlive-formatsextra/trunk/PKGBUILD | 6 +--
texlive-games/trunk/PKGBUILD | 6 +--
texlive-games/trunk/texlive.install | 4 +-
texlive-genericextra/trunk/PKGBUILD | 6 +--
texlive-htmlxml/trunk/PKGBUILD | 6 +--
texlive-humanities/trunk/PKGBUILD | 6 +--
texlive-langcjk/trunk/PKGBUILD | 30 +++++++++++------
texlive-langcjk/trunk/texlive-langcjk.maps | 1
texlive-langcjk/trunk/texlive.install | 4 +-
texlive-langcyrillic/trunk/PKGBUILD | 11 +++---
texlive-langcyrillic/trunk/texlive-langcyrillic.maps | 1
texlive-langcyrillic/trunk/texlive.install | 4 +-
texlive-langextra/trunk/PKGBUILD | 8 ++--
texlive-langextra/trunk/texlive-langextra.maps | 5 ++
texlive-langextra/trunk/texlive.install | 4 +-
texlive-langgreek/trunk/PKGBUILD | 8 ++--
texlive-langgreek/trunk/texlive-langgreek.maps | 1
texlive-langgreek/trunk/texlive.install | 4 +-
texlive-latexextra/trunk/PKGBUILD | 20 +++--------
texlive-latexextra/trunk/texlive.install | 4 +-
texlive-music/trunk/PKGBUILD | 6 +--
texlive-music/trunk/texlive.install | 4 +-
texlive-pictures/trunk/PKGBUILD | 6 +--
texlive-pictures/trunk/texlive.install | 4 +-
texlive-plainextra/trunk/PKGBUILD | 6 +--
texlive-pstricks/trunk/PKGBUILD | 6 +--
texlive-publishers/trunk/PKGBUILD | 6 +--
texlive-science/trunk/PKGBUILD | 6 +--
texlive-science/trunk/texlive.install | 4 +-
33 files changed, 111 insertions(+), 104 deletions(-)
Modified: texlive-bibtexextra/trunk/PKGBUILD
===================================================================
--- texlive-bibtexextra/trunk/PKGBUILD 2013-07-01 21:28:19 UTC (rev 189263)
+++ texlive-bibtexextra/trunk/PKGBUILD 2013-07-01 21:36:52 UTC (rev 189264)
@@ -2,8 +2,8 @@
# Maintainer: Rémy Oudompheng <remy at archlinux.org>
pkgname=texlive-bibtexextra
-pkgver=2012.29663
-_revnr=${pkgver#2012.}
+pkgver=2013.30944
+_revnr=${pkgver#2013.}
pkgrel=1
pkgdesc="TeX Live - Additional BibTeX styles and bibliography databases"
license=('GPL')
@@ -14,7 +14,7 @@
source=("ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip")
options=(!strip)
install=texlive.install
-md5sums=('cc8ae987337a2d88dffcc9bc5d251a2e')
+md5sums=('1fcffc9f42f930310d8571876a016e23')
build() {
cd "$srcdir"
@@ -44,5 +44,6 @@
install -m755 -d $pkgdir/usr/bin
ln -s /usr/share/texmf-dist/scripts/bibexport/bibexport.sh $pkgdir/usr/bin/bibexport
ln -s /usr/share/texmf-dist/scripts/listbib/listbib $pkgdir/usr/bin/listbib
+ ln -s /usr/share/texmf-dist/scripts/multibibliography/multibibliography.pl $pkgdir/usr/bin/multibibliography
ln -s /usr/share/texmf-dist/scripts/urlbst/urlbst $pkgdir/usr/bin/urlbst
}
Modified: texlive-fontsextra/trunk/PKGBUILD
===================================================================
--- texlive-fontsextra/trunk/PKGBUILD 2013-07-01 21:28:19 UTC (rev 189263)
+++ texlive-fontsextra/trunk/PKGBUILD 2013-07-01 21:36:52 UTC (rev 189264)
@@ -1,8 +1,8 @@
# Maintainer: Rémy Oudompheng <remy.archlinux.org>
pkgname=texlive-fontsextra
-pkgver=2012.29646
-_revnr=${pkgver#2012.}
+pkgver=2013.30955
+_revnr=${pkgver#2013.}
pkgrel=1
pkgdesc="TeX Live - all sorts of extra fonts"
license=('GPL')
@@ -14,8 +14,8 @@
options=('!emptydirs')
options=(!strip)
install=texlive.install
-md5sums=('25d99fb9897513ceb2ae19f078ad750c'
- 'c57e28ee1d2481b7e14685c70d8e6a51')
+md5sums=('9e10d4fb01d87179bfd8e184e1be9dd7'
+ '2135455716c1e7356ce6a9c213827904')
build() {
cd "$srcdir"
@@ -44,9 +44,4 @@
if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
fi
-
- # remove stuff depending on omega/aleph
- rm -rf $pkgdir/usr/share/texmf-dist/omega
- find $pkgdir/ -wholename '*ocherokee*' -delete
- find $pkgdir/ -wholename '*oinuit*' -delete
}
Modified: texlive-fontsextra/trunk/texlive-fontsextra.maps
===================================================================
--- texlive-fontsextra/trunk/texlive-fontsextra.maps 2013-07-01 21:28:19 UTC (rev 189263)
+++ texlive-fontsextra/trunk/texlive-fontsextra.maps 2013-07-01 21:36:52 UTC (rev 189264)
@@ -18,10 +18,12 @@
Map Konanur.map
Map Kramer.map
Map LibreBaskerville.map
+Map LibreCaslon.map
Map MnSymbol.map
Map MorrisIn.map
Map Nouveaud.map
Map OrnementsADF.map
+Map Raleway.map
Map Romantik.map
Map Rothdn.map
Map RoyalIn.map
@@ -77,6 +79,7 @@
Map gptimes.map
Map hacm.map
Map icelandic.map
+Map ipaex-type1.map
Map iwona.map
Map kpfonts.map
Map kurier.map
@@ -101,6 +104,7 @@
Map recycle.map
Map rsfso.map
Map sansmathaccent.map
+Map sansmathfonts.map
Map sqrcaps.map
Map starfont.map
Map superiors.map
Modified: texlive-fontsextra/trunk/texlive.install
===================================================================
--- texlive-fontsextra/trunk/texlive.install 2013-07-01 21:28:19 UTC (rev 189263)
+++ texlive-fontsextra/trunk/texlive.install 2013-07-01 21:36:52 UTC (rev 189264)
@@ -11,7 +11,7 @@
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
+ 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..."
@@ -27,7 +27,7 @@
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
+ 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..."
Modified: texlive-formatsextra/trunk/PKGBUILD
===================================================================
--- texlive-formatsextra/trunk/PKGBUILD 2013-07-01 21:28:19 UTC (rev 189263)
+++ texlive-formatsextra/trunk/PKGBUILD 2013-07-01 21:36:52 UTC (rev 189264)
@@ -2,8 +2,8 @@
# Maintainer: Rémy Oudompheng <remy at archlinux.org>
pkgname=texlive-formatsextra
-pkgver=2012.29110
-_revnr=${pkgver#2012.}
+pkgver=2013.30214
+_revnr=${pkgver#2013.}
pkgrel=1
pkgdesc="TeX Live - collection of extra TeX 'formats'"
license=('GPL')
@@ -15,7 +15,7 @@
options=('!emptydirs')
options=(!strip)
install=texlive.install
-md5sums=('1228ec6c25f7357f9d64e4dacb74e5ef')
+md5sums=('9101c0c717f2795f28542af0ae6bd7df')
build() {
cd "$srcdir"
Modified: texlive-games/trunk/PKGBUILD
===================================================================
--- texlive-games/trunk/PKGBUILD 2013-07-01 21:28:19 UTC (rev 189263)
+++ texlive-games/trunk/PKGBUILD 2013-07-01 21:36:52 UTC (rev 189264)
@@ -2,8 +2,8 @@
# Maintainer: Firmicus <firmicus āt gmx dōt net>
pkgname=texlive-games
-pkgver=2012.29679
-_revnr=${pkgver#2012.}
+pkgver=2013.30959
+_revnr=${pkgver#2013.}
pkgrel=1
pkgdesc="TeX Live - Setups for typesetting various board games, including chess"
license=('GPL')
@@ -15,7 +15,7 @@
options=('!emptydirs')
options=(!strip)
install=texlive.install
-md5sums=('8756a1571dc19e94296e0b071b0b6c0f'
+md5sums=('3f4eefe3cb93b429c082af61688ff393'
'387a994c27b49be1ac3cf64a8f9ab155')
build() {
Modified: texlive-games/trunk/texlive.install
===================================================================
--- texlive-games/trunk/texlive.install 2013-07-01 21:28:19 UTC (rev 189263)
+++ texlive-games/trunk/texlive.install 2013-07-01 21:36:52 UTC (rev 189264)
@@ -11,7 +11,7 @@
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
+ 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..."
@@ -27,7 +27,7 @@
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
+ 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..."
Modified: texlive-genericextra/trunk/PKGBUILD
===================================================================
--- texlive-genericextra/trunk/PKGBUILD 2013-07-01 21:28:19 UTC (rev 189263)
+++ texlive-genericextra/trunk/PKGBUILD 2013-07-01 21:36:52 UTC (rev 189264)
@@ -2,8 +2,8 @@
# Maintainer: Rémy Oudompheng <remy at archlinux.org>
pkgname=texlive-genericextra
-pkgver=2012.29501
-_revnr=${pkgver#2012.}
+pkgver=2013.29803
+_revnr=${pkgver#2013.}
pkgrel=1
pkgdesc="TeX Live - mixed bag of generic macro packages and fonts"
license=('GPL')
@@ -15,7 +15,7 @@
options=('!emptydirs')
options=(!strip)
install=texlive.install
-md5sums=('455d74c05ef891d25403597996c49a94')
+md5sums=('eceab4ca711b019fc66c189491e5f3c5')
build() {
cd "$srcdir"
Modified: texlive-htmlxml/trunk/PKGBUILD
===================================================================
--- texlive-htmlxml/trunk/PKGBUILD 2013-07-01 21:28:19 UTC (rev 189263)
+++ texlive-htmlxml/trunk/PKGBUILD 2013-07-01 21:36:52 UTC (rev 189264)
@@ -2,8 +2,8 @@
# Maintainer: Rémy Oudompheng <remy at archlinux.org>
pkgname=texlive-htmlxml
-pkgver=2012.29474
-_revnr=${pkgver#2012.}
+pkgver=2013.29725
+_revnr=${pkgver#2013.}
pkgrel=1
pkgdesc="TeX Live - Packages to convert LaTeX to XML/HTML, and typeset XML/SGML"
license=('GPL')
@@ -15,7 +15,7 @@
options=('!emptydirs')
options=(!strip)
install=texlive.install
-md5sums=('354e17a454d00b3ac2c37f30fe39629f')
+md5sums=('36ae5bd6b8b4efd75f2807459e553e19')
build() {
cd "$srcdir"
Modified: texlive-humanities/trunk/PKGBUILD
===================================================================
--- texlive-humanities/trunk/PKGBUILD 2013-07-01 21:28:19 UTC (rev 189263)
+++ texlive-humanities/trunk/PKGBUILD 2013-07-01 21:36:52 UTC (rev 189264)
@@ -1,8 +1,8 @@
# Maintainer: Firmicus <firmicus āt gmx dōt net>
pkgname=texlive-humanities
-pkgver=2012.29347
-_revnr=${pkgver#2012.}
+pkgver=2013.30815
+_revnr=${pkgver#2013.}
pkgrel=1
pkgdesc="TeX Live - LaTeX packages for law, linguistics, social sciences, and humanities"
license=('GPL')
@@ -14,7 +14,7 @@
options=('!emptydirs')
options=(!strip)
install=texlive.install
-md5sums=('dc314ce3140198458ff427b3483ec87c')
+md5sums=('2845b842cd238dd34bc297dd66d1545d')
build() {
cd "$srcdir"
Modified: texlive-langcjk/trunk/PKGBUILD
===================================================================
--- texlive-langcjk/trunk/PKGBUILD 2013-07-01 21:28:19 UTC (rev 189263)
+++ texlive-langcjk/trunk/PKGBUILD 2013-07-01 21:36:52 UTC (rev 189264)
@@ -2,8 +2,8 @@
# Maintainer: Rémy Oudompheng <remy at archlinux.org>
pkgname=texlive-langcjk
-pkgver=2012.29558
-_revnr=${pkgver#2012.}
+pkgver=2013.30856
+_revnr=${pkgver#2013.}
pkgrel=2
pkgdesc="TeX Live - CJK (Chinese, Japanese, Korean) macros and fonts"
license=('GPL')
@@ -15,8 +15,8 @@
options=('!emptydirs')
options=(!strip)
install=texlive.install
-md5sums=('78b68814790b3a5bb9e2bb61e9e0d817'
- '65af2285bf81a3c4ddafaf7fb7b2b759')
+md5sums=('d2b37cf4c573a833f608ae18186c37d7'
+ 'ae2c0eea6b2cf1f3ca8492625815d9bb')
build() {
cd "$srcdir"
@@ -44,10 +44,20 @@
if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
fi
- # hack for uplatex format generation
- ln -s ../../platex/config/hyphen.cfg "${pkgdir}/usr/share/texmf-dist/tex/uplatex/config/hyphen.cfg"
- # scripts links
- install -d -m 755 "$pkgdir/usr/bin"
- ln -s /usr/share/texmf-dist/scripts/uptex/convbkmk.rb "$pkgdir/usr/bin/convbkmk"
- ln -s /usr/share/texmf-dist/scripts/jfontmaps/updmap-setup-kanji.pl "$pkgdir/usr/bin/updmap-setup-kanji"
+
+ # 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%.*}
+ [[ -f ${pkgdir}/usr/share/texmf-dist/scripts/${_script} ]] &&
+ ln -s /usr/share/texmf-dist/scripts/${_script} ${pkgdir}/usr/bin/${_scriptbase}
+ done
}
Modified: texlive-langcjk/trunk/texlive-langcjk.maps
===================================================================
--- texlive-langcjk/trunk/texlive-langcjk.maps 2013-07-01 21:28:19 UTC (rev 189263)
+++ texlive-langcjk/trunk/texlive-langcjk.maps 2013-07-01 21:36:52 UTC (rev 189264)
@@ -17,5 +17,4 @@
Map mrj.map
Map nanumfonts.map
Map norasi-c90.map
-Map tlwg.map
Map umj.map
Modified: texlive-langcjk/trunk/texlive.install
===================================================================
--- texlive-langcjk/trunk/texlive.install 2013-07-01 21:28:19 UTC (rev 189263)
+++ texlive-langcjk/trunk/texlive.install 2013-07-01 21:36:52 UTC (rev 189264)
@@ -11,7 +11,7 @@
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
+ 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..."
@@ -27,7 +27,7 @@
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
+ 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..."
Modified: texlive-langcyrillic/trunk/PKGBUILD
===================================================================
--- texlive-langcyrillic/trunk/PKGBUILD 2013-07-01 21:28:19 UTC (rev 189263)
+++ texlive-langcyrillic/trunk/PKGBUILD 2013-07-01 21:36:52 UTC (rev 189264)
@@ -2,8 +2,8 @@
# Maintainer: Rémy Oudompheng <remy at archlinux.org>
pkgname=texlive-langcyrillic
-pkgver=2012.29349
-_revnr=${pkgver#2012.}
+pkgver=2013.30653
+_revnr=${pkgver#2013.}
pkgrel=1
pkgdesc="TeX Live - Fonts and macro packages to typeset Cyrillic texts"
license=('GPL')
@@ -15,8 +15,8 @@
options=('!emptydirs')
options=(!strip)
install=texlive.install
-md5sums=('1d2da4ce1e5db9a0fcc6c299bc771188'
- 'f4a321793d9082c991c68870276dda7b')
+md5sums=('0184f89e3cac8744fc724ae4e50d6994'
+ 'c1e49c9da6302557dff56e8d9d584fa5')
build() {
cd "$srcdir"
@@ -45,4 +45,7 @@
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"
}
Modified: texlive-langcyrillic/trunk/texlive-langcyrillic.maps
===================================================================
--- texlive-langcyrillic/trunk/texlive-langcyrillic.maps 2013-07-01 21:28:19 UTC (rev 189263)
+++ texlive-langcyrillic/trunk/texlive-langcyrillic.maps 2013-07-01 21:36:52 UTC (rev 189264)
@@ -1 +1,2 @@
Map cmcyr.map
+MixedMap mongolian.map
Modified: texlive-langcyrillic/trunk/texlive.install
===================================================================
--- texlive-langcyrillic/trunk/texlive.install 2013-07-01 21:28:19 UTC (rev 189263)
+++ texlive-langcyrillic/trunk/texlive.install 2013-07-01 21:36:52 UTC (rev 189264)
@@ -11,7 +11,7 @@
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
+ 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..."
@@ -27,7 +27,7 @@
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
+ 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..."
Modified: texlive-langextra/trunk/PKGBUILD
===================================================================
--- texlive-langextra/trunk/PKGBUILD 2013-07-01 21:28:19 UTC (rev 189263)
+++ texlive-langextra/trunk/PKGBUILD 2013-07-01 21:36:52 UTC (rev 189264)
@@ -2,8 +2,8 @@
# Maintainer: Rémy Oudompheng <remy at archlinux.org>
pkgname=texlive-langextra
-pkgver=2012.29701
-_revnr=${pkgver#2012.}
+pkgver=2013.30816
+_revnr=${pkgver#2013.}
pkgrel=1
pkgdesc="TeX Live - Bundle of all extra language support"
license=('GPL')
@@ -23,8 +23,8 @@
options=('!emptydirs')
options=(!strip)
install=texlive.install
-md5sums=('c74fd6d1b59f5d93eb11228a0b5c3ba1'
- 'a4cbb2f9de807a04f90956e6f8c354ae')
+md5sums=('00d1e1dac0bd67d62577a88d6bc7c9ba'
+ 'c0507e51d0f021b8dc5f6666c2d0599c')
build() {
cd "$srcdir"
Modified: texlive-langextra/trunk/texlive-langextra.maps
===================================================================
--- texlive-langextra/trunk/texlive-langextra.maps 2013-07-01 21:28:19 UTC (rev 189263)
+++ texlive-langextra/trunk/texlive-langextra.maps 2013-07-01 21:36:52 UTC (rev 189264)
@@ -6,13 +6,16 @@
Map cmbrightvn.map
Map concretevn.map
Map grotesqvn.map
+Map nectec.map
+Map nf.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 mongolian.map
MixedMap vnrother.map
MixedMap vnrtext.map
Modified: texlive-langextra/trunk/texlive.install
===================================================================
--- texlive-langextra/trunk/texlive.install 2013-07-01 21:28:19 UTC (rev 189263)
+++ texlive-langextra/trunk/texlive.install 2013-07-01 21:36:52 UTC (rev 189264)
@@ -11,7 +11,7 @@
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
+ 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..."
@@ -27,7 +27,7 @@
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
+ 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..."
Modified: texlive-langgreek/trunk/PKGBUILD
===================================================================
--- texlive-langgreek/trunk/PKGBUILD 2013-07-01 21:28:19 UTC (rev 189263)
+++ texlive-langgreek/trunk/PKGBUILD 2013-07-01 21:36:52 UTC (rev 189264)
@@ -2,8 +2,8 @@
# Maintainer: Rémy Oudompheng <remy at archlinux.org>
pkgname=texlive-langgreek
-pkgver=2012.28327
-_revnr=${pkgver#2012.}
+pkgver=2013.30912
+_revnr=${pkgver#2013.}
pkgrel=1
pkgdesc="TeX Live - Fonts and support for typesetting Greek"
license=('GPL')
@@ -15,8 +15,8 @@
options=('!emptydirs')
options=(!strip)
install=texlive.install
-md5sums=('abff9a31d4f83408e40c9581069ae86a'
- 'a1c515e7bbe93c905e20db580aa5a234')
+md5sums=('ffdd809346fcedcf0b81fc625deb030c'
+ 'a7d853454158016e29d861aabf9a3e74')
build() {
cd "$srcdir"
Modified: texlive-langgreek/trunk/texlive-langgreek.maps
===================================================================
--- texlive-langgreek/trunk/texlive-langgreek.maps 2013-07-01 21:28:19 UTC (rev 189263)
+++ texlive-langgreek/trunk/texlive-langgreek.maps 2013-07-01 21:36:52 UTC (rev 189264)
@@ -1,6 +1,5 @@
Map gfsbaskerville.map
Map gfsporson.map
-Map grverb.map
Map kerkis.map
MixedMap cbgreek-full.map
MixedMap iby.map
Modified: texlive-langgreek/trunk/texlive.install
===================================================================
--- texlive-langgreek/trunk/texlive.install 2013-07-01 21:28:19 UTC (rev 189263)
+++ texlive-langgreek/trunk/texlive.install 2013-07-01 21:36:52 UTC (rev 189264)
@@ -11,7 +11,7 @@
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
+ 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..."
@@ -27,7 +27,7 @@
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
+ 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..."
Modified: texlive-latexextra/trunk/PKGBUILD
===================================================================
--- texlive-latexextra/trunk/PKGBUILD 2013-07-01 21:28:19 UTC (rev 189263)
+++ texlive-latexextra/trunk/PKGBUILD 2013-07-01 21:36:52 UTC (rev 189264)
@@ -3,8 +3,8 @@
# Maintainer: Rémy Oudompheng <remy at archlinux.org>
pkgname=texlive-latexextra
-pkgver=2012.29701
-_revnr=${pkgver#2012.}
+pkgver=2013.30964
+_revnr=${pkgver#2013.}
pkgrel=1
pkgdesc="TeX Live - Large collection of add-on packages for LaTeX"
license=('GPL')
@@ -12,7 +12,7 @@
depends=('texlive-core')
optdepends=(
'texlive-pictures: to use the package overpic'
- 'openjdk6: for use by ppower4'
+ 'java-environment: to use pdfannotextractor'
)
groups=('texlive-most')
url='http://tug.org/texlive/'
@@ -20,7 +20,7 @@
options=('!emptydirs')
options=(!strip)
install=texlive.install
-md5sums=('1b67842cdc5debc80730fced7ce369ce'
+md5sums=('64386dfe9fc40f2d4edc7c653d716bdf'
'9e4825f47dac663dd62c4bfa67899e84')
build() {
@@ -53,19 +53,11 @@
ln -s /usr/share/texmf-dist/scripts/exceltex/exceltex "$pkgdir"/usr/bin/exceltex
ln -s /usr/share/texmf-dist/scripts/glossaries/makeglossaries "$pkgdir"/usr/bin/makeglossaries
ln -s /usr/share/texmf-dist/scripts/pax/pdfannotextractor.pl "$pkgdir"/usr/bin/pdfannotextractor
- ln -s /usr/share/texmf-dist/scripts/perltex/perltex.pl "$pkgdir"/usr/bin/perltex
+ ln -s /usr/share/texmf-dist/scripts/perltex/perltex.pl "$pkgdir"/usr/bin/perltex
ln -s /usr/share/texmf-dist/scripts/pst-pdf/ps4pdf "$pkgdir"/usr/bin/ps4pdf
- ln -s /usr/share/texmf-dist/scripts/splitindex/perl/splitindex.pl "$pkgdir"/usr/bin/splitindex
+ ln -s /usr/share/texmf-dist/scripts/splitindex/splitindex.pl "$pkgdir"/usr/bin/splitindex
ln -s /usr/share/texmf-dist/scripts/svn-multi/svn-multi.pl "$pkgdir"/usr/bin/svn-multi
ln -s /usr/share/texmf-dist/scripts/vpe/vpe.pl "$pkgdir"/usr/bin/vpe
- # but ppower4 was a symlink to ppower4.tlu, which was broken, but this is far better:
- (
- cat <<"END"
-#!/bin/bash
-java -jar /usr/share/texmf-dist/scripts/ppower4/pp4p.jar $@
-END
- ) > /tmp/ppower4
- install -m755 /tmp/ppower4 "$pkgdir"/usr/bin/
rm "$pkgdir"/usr/share/texmf-dist/scripts/glossaries/makeglossaries.bat
rm "$pkgdir"/usr/share/texmf-dist/scripts/pst-pdf/ps4pdf.bat*
rm "$pkgdir"/usr/share/texmf-dist/scripts/shipunov/biokey2html.bat
Modified: texlive-latexextra/trunk/texlive.install
===================================================================
--- texlive-latexextra/trunk/texlive.install 2013-07-01 21:28:19 UTC (rev 189263)
+++ texlive-latexextra/trunk/texlive.install 2013-07-01 21:36:52 UTC (rev 189264)
@@ -11,7 +11,7 @@
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
+ 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..."
@@ -27,7 +27,7 @@
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
+ 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..."
Modified: texlive-music/trunk/PKGBUILD
===================================================================
--- texlive-music/trunk/PKGBUILD 2013-07-01 21:28:19 UTC (rev 189263)
+++ texlive-music/trunk/PKGBUILD 2013-07-01 21:36:52 UTC (rev 189264)
@@ -2,8 +2,8 @@
# Maintainer: Rémy Oudompheng <remy at archlinux.org>
pkgname=texlive-music
-pkgver=2012.28943
-_revnr=${pkgver#2012.}
+pkgver=2013.30005
+_revnr=${pkgver#2013.}
pkgrel=1
pkgdesc="TeX Live - Music typesetting packages"
license=('GPL')
@@ -15,7 +15,7 @@
options=('!emptydirs')
options=(!strip)
install=texlive.install
-md5sums=('6304f3196a62cc41c50dae9a6497eab0'
+md5sums=('5259af448b333481c3e58a159eb5ef58'
'6af96d016e18492867d6f4ba2eff0a31')
build() {
Modified: texlive-music/trunk/texlive.install
===================================================================
--- texlive-music/trunk/texlive.install 2013-07-01 21:28:19 UTC (rev 189263)
+++ texlive-music/trunk/texlive.install 2013-07-01 21:36:52 UTC (rev 189264)
@@ -11,7 +11,7 @@
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
+ 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..."
@@ -27,7 +27,7 @@
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
+ 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..."
Modified: texlive-pictures/trunk/PKGBUILD
===================================================================
--- texlive-pictures/trunk/PKGBUILD 2013-07-01 21:28:19 UTC (rev 189263)
+++ texlive-pictures/trunk/PKGBUILD 2013-07-01 21:36:52 UTC (rev 189264)
@@ -1,8 +1,8 @@
# Maintainer: Rémy Oudompheng <remy at archlinux.org>
pkgname=texlive-pictures
-pkgver=2012.29680
-_revnr=${pkgver#2012.}
+pkgver=2013.30637
+_revnr=${pkgver#2013.}
pkgrel=1
pkgdesc="TeX Live - Packages for drawings graphics"
license=('GPL')
@@ -14,7 +14,7 @@
options=('!emptydirs')
options=(!strip)
install=texlive.install
-md5sums=('1286db498d96d19ae218f6d14547a929'
+md5sums=('c683151cd1014e4ff631ccccc3f49c1f'
'7d08cb8ade87687bd8676f8e8ba20697')
build() {
Modified: texlive-pictures/trunk/texlive.install
===================================================================
--- texlive-pictures/trunk/texlive.install 2013-07-01 21:28:19 UTC (rev 189263)
+++ texlive-pictures/trunk/texlive.install 2013-07-01 21:36:52 UTC (rev 189264)
@@ -11,7 +11,7 @@
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
+ 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..."
@@ -27,7 +27,7 @@
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
+ 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..."
Modified: texlive-plainextra/trunk/PKGBUILD
===================================================================
--- texlive-plainextra/trunk/PKGBUILD 2013-07-01 21:28:19 UTC (rev 189263)
+++ texlive-plainextra/trunk/PKGBUILD 2013-07-01 21:36:52 UTC (rev 189264)
@@ -2,8 +2,8 @@
# Maintainer: Rémy Oudompheng <remy at archlinux.org>
pkgname=texlive-plainextra
-pkgver=2012.29349
-_revnr=${pkgver#2012.}
+pkgver=2013.30377
+_revnr=${pkgver#2013.}
pkgrel=1
pkgdesc="TeX Live - A collection of add-on packages and macros for plain TeX"
license=('GPL')
@@ -15,7 +15,7 @@
options=('!emptydirs')
options=(!strip)
install=texlive.install
-md5sums=('25c1178c9686bbdd0ac02b6becf790b7')
+md5sums=('294781d9de64bf3cbb022957d21bc699')
build() {
cd "$srcdir"
Modified: texlive-pstricks/trunk/PKGBUILD
===================================================================
--- texlive-pstricks/trunk/PKGBUILD 2013-07-01 21:28:19 UTC (rev 189263)
+++ texlive-pstricks/trunk/PKGBUILD 2013-07-01 21:36:52 UTC (rev 189264)
@@ -2,8 +2,8 @@
# Maintainer: Rémy Oudompheng <remy at archlinux.org>
pkgname=texlive-pstricks
-pkgver=2012.29678
-_revnr=${pkgver#2012.}
+pkgver=2013.30956
+_revnr=${pkgver#2013.}
pkgrel=1
pkgdesc="TeX Live - Additional PSTricks packages"
license=('GPL')
@@ -15,7 +15,7 @@
options=('!emptydirs')
options=(!strip)
install=texlive.install
-md5sums=('ef38e5b4eb2b903bcb3cc7ff0a42b363')
+md5sums=('fb5706044b3399dcb6ed09b72175be60')
build() {
for p in *.tar.xz; do
Modified: texlive-publishers/trunk/PKGBUILD
===================================================================
--- texlive-publishers/trunk/PKGBUILD 2013-07-01 21:28:19 UTC (rev 189263)
+++ texlive-publishers/trunk/PKGBUILD 2013-07-01 21:36:52 UTC (rev 189264)
@@ -2,8 +2,8 @@
# Maintainer: Rémy Oudompheng <remy at archlinux.org>
pkgname=texlive-publishers
-pkgver=2012.29699
-_revnr=${pkgver#2012.}
+pkgver=2013.30958
+_revnr=${pkgver#2013.}
pkgrel=1
pkgdesc="TeX Live - LaTeX classes and packages for specific publishers"
license=('GPL')
@@ -15,7 +15,7 @@
options=('!emptydirs')
options=(!strip)
install=texlive.install
-md5sums=('770b1212a5b2f603998654e82bdd933d')
+md5sums=('bbab663f1b0ecc72171bad9c4bae4a32')
build() {
cd "$srcdir"
Modified: texlive-science/trunk/PKGBUILD
===================================================================
--- texlive-science/trunk/PKGBUILD 2013-07-01 21:28:19 UTC (rev 189263)
+++ texlive-science/trunk/PKGBUILD 2013-07-01 21:36:52 UTC (rev 189264)
@@ -1,8 +1,8 @@
# Maintainer: Rémy Oudompheng <remy at archlinux.org>
pkgname=texlive-science
-pkgver=2012.29684
-_revnr=${pkgver#2012.}
+pkgver=2013.30910
+_revnr=${pkgver#2013.}
pkgrel=1
pkgdesc="TeX Live - Typesetting for natural and computer sciences"
license=('GPL')
@@ -14,7 +14,7 @@
options=('!emptydirs')
options=(!strip)
install=texlive.install
-md5sums=('331d9af17ba70c0da31b02bfefb87701'
+md5sums=('07cb21125f64becb317f2cbe77cb1086'
'72206bb981d3d491df018e0e13334be5')
build() {
Modified: texlive-science/trunk/texlive.install
===================================================================
--- texlive-science/trunk/texlive.install 2013-07-01 21:28:19 UTC (rev 189263)
+++ texlive-science/trunk/texlive.install 2013-07-01 21:36:52 UTC (rev 189264)
@@ -11,7 +11,7 @@
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
+ 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..."
@@ -27,7 +27,7 @@
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
+ 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..."
More information about the arch-commits
mailing list