[arch-commits] Commit in texlive-games/repos (4 files)

Rémy Oudompheng remy at archlinux.org
Thu Apr 2 06:50:33 UTC 2020


    Date: Thursday, April 2, 2020 @ 06:50:33
  Author: remy
Revision: 379094

archrelease: copy trunk to testing-any

Added:
  texlive-games/repos/testing-any/
  texlive-games/repos/testing-any/Changelog
    (from rev 379093, texlive-games/trunk/Changelog)
  texlive-games/repos/testing-any/PKGBUILD
    (from rev 379093, texlive-games/trunk/PKGBUILD)
  texlive-games/repos/testing-any/texlive-games.maps
    (from rev 379093, texlive-games/trunk/texlive-games.maps)

--------------------+
 Changelog          |   11 +++++++++++
 PKGBUILD           |   48 ++++++++++++++++++++++++++++++++++++++++++++++++
 texlive-games.maps |    1 +
 3 files changed, 60 insertions(+)

Copied: texlive-games/repos/testing-any/Changelog (from rev 379093, texlive-games/trunk/Changelog)
===================================================================
--- testing-any/Changelog	                        (rev 0)
+++ testing-any/Changelog	2020-04-02 06:50:33 UTC (rev 379094)
@@ -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
+

Copied: texlive-games/repos/testing-any/PKGBUILD (from rev 379093, texlive-games/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2020-04-02 06:50:33 UTC (rev 379094)
@@ -0,0 +1,48 @@
+# Maintainer: Rémy Oudompheng <remy at archlinux.org>
+# Maintainer: Firmicus <firmicus āt gmx dōt net>
+
+pkgname=texlive-games
+pkgver=2020.54512
+_revnr=${pkgver#2020.}
+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=('d3c5639183b96f9b7a8e3d7ff2ec5b0203fcba80b84746ed5f29fd759c1a5476'
+            '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/testing-any/texlive-games.maps (from rev 379093, texlive-games/trunk/texlive-games.maps)
===================================================================
--- testing-any/texlive-games.maps	                        (rev 0)
+++ testing-any/texlive-games.maps	2020-04-02 06:50:33 UTC (rev 379094)
@@ -0,0 +1 @@
+Map SkakNew.map



More information about the arch-commits mailing list