Date: Sunday, March 4, 2018 @ 09:55:54 Author: remy Revision: 317791 archrelease: copy trunk to extra-any
Added: texlive-games/repos/extra-any/Changelog (from rev 317790, texlive-games/trunk/Changelog) texlive-games/repos/extra-any/PKGBUILD (from rev 317790, texlive-games/trunk/PKGBUILD) texlive-games/repos/extra-any/texlive-games.maps (from rev 317790, texlive-games/trunk/texlive-games.maps) Deleted: texlive-games/repos/extra-any/Changelog texlive-games/repos/extra-any/PKGBUILD texlive-games/repos/extra-any/texlive-games.maps --------------------+ Changelog | 22 +++++------ PKGBUILD | 98 +++++++++++++++++++++++++-------------------------- texlive-games.maps | 2 - 3 files changed, 61 insertions(+), 61 deletions(-) Deleted: Changelog =================================================================== --- Changelog 2018-03-04 09:55:44 UTC (rev 317790) +++ Changelog 2018-03-04 09:55:54 UTC (rev 317791) @@ -1,11 +0,0 @@ -texlive-games 2012.28243 - -- upgrade package chess-problem-diagrams 26206 -> 28243 - -texlive-games 2011.24714 - -- upgrade package chess-problem-diagrams 15878 -> 23555 -- new package gamebook -- new package othelloboard -- new package schwalbe-chess - Copied: texlive-games/repos/extra-any/Changelog (from rev 317790, texlive-games/trunk/Changelog) =================================================================== --- Changelog (rev 0) +++ Changelog 2018-03-04 09:55:54 UTC (rev 317791) @@ -0,0 +1,11 @@ +texlive-games 2012.28243 + +- upgrade package chess-problem-diagrams 26206 -> 28243 + +texlive-games 2011.24714 + +- upgrade package chess-problem-diagrams 15878 -> 23555 +- new package gamebook +- new package othelloboard +- new package schwalbe-chess + Deleted: PKGBUILD =================================================================== --- PKGBUILD 2018-03-04 09:55:44 UTC (rev 317790) +++ PKGBUILD 2018-03-04 09:55:54 UTC (rev 317791) @@ -1,49 +0,0 @@ -# $Id$ -# Maintainer: Rémy Oudompheng <r...@archlinux.org> -# Maintainer: Firmicus <firmicus āt gmx dōt net> - -pkgname=texlive-games -pkgver=2017.44131 -_revnr=${pkgver#2017.} -pkgrel=1 -pkgdesc="TeX Live - Setups for typesetting various board games, including chess" -license=('GPL') -arch=(any) -depends=('texlive-core') -groups=('texlive-most') -url='http://tug.org/texlive/' -source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip" "$pkgname.maps") -options=('!emptydirs') -sha256sums=('c2a5423cd68924d25aebcb8b2d6878730415d41fd54f13d708f7e61a5eefa032' - 'a4e19b3d6cf8701565d8732c0ff3ee037510b6fb3af53257311bf0731112d72b') - -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 - install -m755 -d $pkgdir/usr/bin - ln -s /usr/share/texmf-dist/scripts/rubik/rubikrotation.pl $pkgdir/usr/bin/rubikrotation -} Copied: texlive-games/repos/extra-any/PKGBUILD (from rev 317790, texlive-games/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2018-03-04 09:55:54 UTC (rev 317791) @@ -0,0 +1,49 @@ +# $Id$ +# Maintainer: Rémy Oudompheng <r...@archlinux.org> +# Maintainer: Firmicus <firmicus āt gmx dōt net> + +pkgname=texlive-games +pkgver=2017.46791 +_revnr=${pkgver#2017.} +pkgrel=1 +pkgdesc="TeX Live - Setups for typesetting various board games, including chess" +license=('GPL') +arch=(any) +depends=('texlive-core') +groups=('texlive-most') +url='http://tug.org/texlive/' +source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip" "$pkgname.maps") +options=('!emptydirs') +sha256sums=('770032ffec267cc23ba2f1ad1af69dd921103a6ca3bda4e5b1697af9865436be' + 'a4e19b3d6cf8701565d8732c0ff3ee037510b6fb3af53257311bf0731112d72b') + +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 + install -m755 -d $pkgdir/usr/bin + ln -s /usr/share/texmf-dist/scripts/rubik/rubikrotation.pl $pkgdir/usr/bin/rubikrotation +} Deleted: texlive-games.maps =================================================================== --- texlive-games.maps 2018-03-04 09:55:44 UTC (rev 317790) +++ texlive-games.maps 2018-03-04 09:55:54 UTC (rev 317791) @@ -1 +0,0 @@ -Map SkakNew.map Copied: texlive-games/repos/extra-any/texlive-games.maps (from rev 317790, texlive-games/trunk/texlive-games.maps) =================================================================== --- texlive-games.maps (rev 0) +++ texlive-games.maps 2018-03-04 09:55:54 UTC (rev 317791) @@ -0,0 +1 @@ +Map SkakNew.map