[arch-commits] Commit in texlive-games/repos/extra-any (6 files)
Rémy Oudompheng
remy at gemini.archlinux.org
Mon Dec 27 21:18:23 UTC 2021
Date: Monday, December 27, 2021 @ 21:18:22
Author: remy
Revision: 433186
archrelease: copy trunk to extra-any
Added:
texlive-games/repos/extra-any/Changelog
(from rev 433185, texlive-games/trunk/Changelog)
texlive-games/repos/extra-any/PKGBUILD
(from rev 433185, texlive-games/trunk/PKGBUILD)
texlive-games/repos/extra-any/texlive-games.maps
(from rev 433185, 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 | 96 +++++++++++++++++++++++++--------------------------
texlive-games.maps | 2 -
3 files changed, 60 insertions(+), 60 deletions(-)
Deleted: Changelog
===================================================================
--- Changelog 2021-12-27 21:18:16 UTC (rev 433185)
+++ Changelog 2021-12-27 21:18:22 UTC (rev 433186)
@@ -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 433185, texlive-games/trunk/Changelog)
===================================================================
--- Changelog (rev 0)
+++ Changelog 2021-12-27 21:18:22 UTC (rev 433186)
@@ -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 2021-12-27 21:18:16 UTC (rev 433185)
+++ PKGBUILD 2021-12-27 21:18:22 UTC (rev 433186)
@@ -1,48 +0,0 @@
-# Maintainer: Rémy Oudompheng <remy at archlinux.org>
-# Maintainer: Firmicus <firmicus āt gmx dōt net>
-
-pkgname=texlive-games
-pkgver=2021.56833
-_revnr=${pkgver#2021.}
-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=('9d808f5ecbc8a00d3b2fabef627e4ae0ac026c9eb54d6b02f2efeed486aea54b'
- '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 433185, texlive-games/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-27 21:18:22 UTC (rev 433186)
@@ -0,0 +1,48 @@
+# Maintainer: Rémy Oudompheng <remy at archlinux.org>
+# Maintainer: Firmicus <firmicus āt gmx dōt net>
+
+pkgname=texlive-games
+pkgver=2021.60973
+_revnr=${pkgver#2021.}
+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=('3bd5083f172841b053257b8485e3fe570e06d38fac3685e1aef1acd693314a52'
+ '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 2021-12-27 21:18:16 UTC (rev 433185)
+++ texlive-games.maps 2021-12-27 21:18:22 UTC (rev 433186)
@@ -1 +0,0 @@
-Map SkakNew.map
Copied: texlive-games/repos/extra-any/texlive-games.maps (from rev 433185, texlive-games/trunk/texlive-games.maps)
===================================================================
--- texlive-games.maps (rev 0)
+++ texlive-games.maps 2021-12-27 21:18:22 UTC (rev 433186)
@@ -0,0 +1 @@
+Map SkakNew.map
More information about the arch-commits
mailing list