[arch-commits] Commit in texlive-games/trunk (PKGBUILD)

2020-12-06 Thread Rémy Oudompheng via arch-commits
Date: Sunday, December 6, 2020 @ 10:05:21
  Author: remy
Revision: 402927

upgpkg: texlive-games 2020.56833-1

- upgrade package chessboard 51469 -> 56833
- upgrade package horoscop 30530 -> 56021
- new package nimsticks
- new package realtranspose

Modified:
  texlive-games/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 10:04:45 UTC (rev 402926)
+++ PKGBUILD2020-12-06 10:05:21 UTC (rev 402927)
@@ -2,7 +2,7 @@
 # Maintainer: Firmicus 
 
 pkgname=texlive-games
-pkgver=2020.55271
+pkgver=2020.56833
 _revnr=${pkgver#2020.}
 pkgrel=1
 pkgdesc="TeX Live - Setups for typesetting various board games, including 
chess"
@@ -13,7 +13,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
-sha256sums=('8fee7616c18bd8c53cdea108d2d17583b88ace4a97fe6d23f13d32c56397885b'
+sha256sums=('c11db61e7daf90f815a606df357da480479d300ebe7606179f67ca8c13fedc27'
 'a4e19b3d6cf8701565d8732c0ff3ee037510b6fb3af53257311bf0731112d72b')
 
 build() {


[arch-commits] Commit in texlive-games/trunk (PKGBUILD)

2020-06-07 Thread Rémy Oudompheng via arch-commits
Date: Sunday, June 7, 2020 @ 22:27:29
  Author: remy
Revision: 388457

upgpkg: texlive-games 2020.55271-1

- upgrade package crossword 32657 -> 55271

Modified:
  texlive-games/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-07 22:26:45 UTC (rev 388456)
+++ PKGBUILD2020-06-07 22:27:29 UTC (rev 388457)
@@ -2,7 +2,7 @@
 # Maintainer: Firmicus 
 
 pkgname=texlive-games
-pkgver=2020.54512
+pkgver=2020.55271
 _revnr=${pkgver#2020.}
 pkgrel=1
 pkgdesc="TeX Live - Setups for typesetting various board games, including 
chess"
@@ -13,7 +13,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
-sha256sums=('d3c5639183b96f9b7a8e3d7ff2ec5b0203fcba80b84746ed5f29fd759c1a5476'
+sha256sums=('8fee7616c18bd8c53cdea108d2d17583b88ace4a97fe6d23f13d32c56397885b'
 'a4e19b3d6cf8701565d8732c0ff3ee037510b6fb3af53257311bf0731112d72b')
 
 build() {


[arch-commits] Commit in texlive-games/trunk (PKGBUILD)

2020-04-02 Thread Rémy Oudompheng via arch-commits
Date: Thursday, April 2, 2020 @ 06:50:30
  Author: remy
Revision: 379093

upgpkg: texlive-games 2020.54512-1

TL2020 update

Modified:
  texlive-games/trunk/PKGBUILD

--+
 PKGBUILD |   30 +++---
 1 file changed, 15 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-02 06:49:27 UTC (rev 379092)
+++ PKGBUILD2020-04-02 06:50:30 UTC (rev 379093)
@@ -2,8 +2,8 @@
 # Maintainer: Firmicus 
 
 pkgname=texlive-games
-pkgver=2019.52525
-_revnr=${pkgver#2019.}
+pkgver=2020.54512
+_revnr=${pkgver#2020.}
 pkgrel=1
 pkgdesc="TeX Live - Setups for typesetting various board games, including 
chess"
 license=('GPL')
@@ -13,7 +13,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
-sha256sums=('7cf8596186df737682b961d94ec13e876587114ece3c9bbe9518671215bea7eb'
+sha256sums=('d3c5639183b96f9b7a8e3d7ff2ec5b0203fcba80b84746ed5f29fd759c1a5476'
 'a4e19b3d6cf8701565d8732c0ff3ee037510b6fb3af53257311bf0731112d72b')
 
 build() {
@@ -26,23 +26,23 @@
 
 package() {
cd "$srcdir"
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   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
+   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/'{}' \;
+ 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/'{}' \;
+ 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 '{}' \;
+   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
+   install -m755 -d "$pkgdir"/usr/bin
+   ln -s /usr/share/texmf-dist/scripts/rubik/rubikrotation.pl 
"$pkgdir"/usr/bin/rubikrotation
 }


[arch-commits] Commit in texlive-games/trunk (PKGBUILD)

2019-11-01 Thread Rémy Oudompheng via arch-commits
Date: Friday, November 1, 2019 @ 09:14:01
  Author: remy
Revision: 366325

upgpkg: texlive-games 2019.52525-1

Upgrading package texlive-games from 50815 to 52525
- upgrade package chessboard 33801 -> 51469
- new package hmtrump
- upgrade package onedown 50104 -> 52525
- upgrade package xskak 35945 -> 51432

Modified:
  texlive-games/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-01 09:13:40 UTC (rev 366324)
+++ PKGBUILD2019-11-01 09:14:01 UTC (rev 366325)
@@ -2,7 +2,7 @@
 # Maintainer: Firmicus 
 
 pkgname=texlive-games
-pkgver=2019.50815
+pkgver=2019.52525
 _revnr=${pkgver#2019.}
 pkgrel=1
 pkgdesc="TeX Live - Setups for typesetting various board games, including 
chess"
@@ -13,7 +13,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
-sha256sums=('0942c3493f9acbe1342a5531e4b42b020cd17259761ed9d0479fe58ae233dfda'
+sha256sums=('7cf8596186df737682b961d94ec13e876587114ece3c9bbe9518671215bea7eb'
 'a4e19b3d6cf8701565d8732c0ff3ee037510b6fb3af53257311bf0731112d72b')
 
 build() {


[arch-commits] Commit in texlive-games/trunk (PKGBUILD)

2019-05-11 Thread Rémy Oudompheng via arch-commits
Date: Saturday, May 11, 2019 @ 21:05:14
  Author: remy
Revision: 352861

upgpkg: texlive-games 2019.50815-1

TeXLive 2019 release

Modified:
  texlive-games/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-11 21:04:57 UTC (rev 352860)
+++ PKGBUILD2019-05-11 21:05:14 UTC (rev 352861)
@@ -2,8 +2,8 @@
 # Maintainer: Firmicus 
 
 pkgname=texlive-games
-pkgver=2018.49602
-_revnr=${pkgver#2018.}
+pkgver=2019.50815
+_revnr=${pkgver#2019.}
 pkgrel=1
 pkgdesc="TeX Live - Setups for typesetting various board games, including 
chess"
 license=('GPL')
@@ -13,7 +13,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
-sha256sums=('2e6582c6cc590a10f74487cd07f49be88e99e0259e41ca46213c5724aa3713fe'
+sha256sums=('0942c3493f9acbe1342a5531e4b42b020cd17259761ed9d0479fe58ae233dfda'
 'a4e19b3d6cf8701565d8732c0ff3ee037510b6fb3af53257311bf0731112d72b')
 
 build() {


[arch-commits] Commit in texlive-games/trunk (PKGBUILD)

2019-02-17 Thread Rémy Oudompheng via arch-commits
Date: Monday, February 18, 2019 @ 06:48:39
  Author: remy
Revision: 346444

upgpkg: texlive-games 2018.49602-1

- upgrade package schwalbe-chess 48356 -> 49602

Modified:
  texlive-games/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 06:48:06 UTC (rev 346443)
+++ PKGBUILD2019-02-18 06:48:39 UTC (rev 346444)
@@ -2,7 +2,7 @@
 # Maintainer: Firmicus 
 
 pkgname=texlive-games
-pkgver=2018.49111
+pkgver=2018.49602
 _revnr=${pkgver#2018.}
 pkgrel=1
 pkgdesc="TeX Live - Setups for typesetting various board games, including 
chess"
@@ -13,7 +13,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
-sha256sums=('963ff55d99fe6dd47107bd698c00f617ad42f9101f91eb881f99d9d53e4b07ff'
+sha256sums=('2e6582c6cc590a10f74487cd07f49be88e99e0259e41ca46213c5724aa3713fe'
 'a4e19b3d6cf8701565d8732c0ff3ee037510b6fb3af53257311bf0731112d72b')
 
 build() {


[arch-commits] Commit in texlive-games/trunk (PKGBUILD)

2018-12-01 Thread Rémy Oudompheng via arch-commits
Date: Saturday, December 1, 2018 @ 20:04:37
  Author: remy
Revision: 340920

upgpkg: texlive-games 2018.49111-1

Upgrading package texlive-games from 48514 to 49111
- upgrade package jigsaw 48514 -> 49111
- upgrade package onedown 47828 -> 49053

Modified:
  texlive-games/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-01 20:04:09 UTC (rev 340919)
+++ PKGBUILD2018-12-01 20:04:37 UTC (rev 340920)
@@ -2,7 +2,7 @@
 # Maintainer: Firmicus 
 
 pkgname=texlive-games
-pkgver=2018.48514
+pkgver=2018.49111
 _revnr=${pkgver#2018.}
 pkgrel=1
 pkgdesc="TeX Live - Setups for typesetting various board games, including 
chess"
@@ -13,7 +13,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
-sha256sums=('c007a6a6afd8dd3a5da7db226d23a01015de6b2d245a90f7786e4e6c5403019f'
+sha256sums=('963ff55d99fe6dd47107bd698c00f617ad42f9101f91eb881f99d9d53e4b07ff'
 'a4e19b3d6cf8701565d8732c0ff3ee037510b6fb3af53257311bf0731112d72b')
 
 build() {


[arch-commits] Commit in texlive-games/trunk (PKGBUILD)

2018-09-04 Thread Rémy Oudompheng via arch-commits
Date: Wednesday, September 5, 2018 @ 05:49:50
  Author: remy
Revision: 333406

upgpkg: texlive-games 2018.48514-1

- new package jigsaw
- new package onedown
- upgrade package schwalbe-chess 39318 -> 48356

Modified:
  texlive-games/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-05 05:49:42 UTC (rev 333405)
+++ PKGBUILD2018-09-05 05:49:50 UTC (rev 333406)
@@ -3,7 +3,7 @@
 # Maintainer: Firmicus 
 
 pkgname=texlive-games
-pkgver=2018.47472
+pkgver=2018.48514
 _revnr=${pkgver#2018.}
 pkgrel=1
 pkgdesc="TeX Live - Setups for typesetting various board games, including 
chess"
@@ -14,7 +14,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
-sha256sums=('7b95c75759a5f449d8596a0512b4ba8b629e84c44792585c3e61898ee9f56f48'
+sha256sums=('c007a6a6afd8dd3a5da7db226d23a01015de6b2d245a90f7786e4e6c5403019f'
 'a4e19b3d6cf8701565d8732c0ff3ee037510b6fb3af53257311bf0731112d72b')
 
 build() {


[arch-commits] Commit in texlive-games/trunk (PKGBUILD)

2018-04-29 Thread Rémy Oudompheng via arch-commits
Date: Sunday, April 29, 2018 @ 22:17:06
  Author: remy
Revision: 323132

upgpkg: texlive-games 2018.47472-1

- new package musikui

Modified:
  texlive-games/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-29 22:15:56 UTC (rev 323131)
+++ PKGBUILD2018-04-29 22:17:06 UTC (rev 323132)
@@ -3,8 +3,8 @@
 # Maintainer: Firmicus 
 
 pkgname=texlive-games
-pkgver=2017.46791
-_revnr=${pkgver#2017.}
+pkgver=2018.47472
+_revnr=${pkgver#2018.}
 pkgrel=1
 pkgdesc="TeX Live - Setups for typesetting various board games, including 
chess"
 license=('GPL')
@@ -14,7 +14,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
-sha256sums=('770032ffec267cc23ba2f1ad1af69dd921103a6ca3bda4e5b1697af9865436be'
+sha256sums=('7b95c75759a5f449d8596a0512b4ba8b629e84c44792585c3e61898ee9f56f48'
 'a4e19b3d6cf8701565d8732c0ff3ee037510b6fb3af53257311bf0731112d72b')
 
 build() {


[arch-commits] Commit in texlive-games/trunk (PKGBUILD)

2018-03-04 Thread Rémy Oudompheng via arch-commits
Date: Sunday, March 4, 2018 @ 09:55:44
  Author: remy
Revision: 317790

upgpkg: texlive-games 2017.46791-1

- upgrade package rubik 44131 -> 46791
- upgrade package skak 32758 -> 46259

Modified:
  texlive-games/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-04 09:54:34 UTC (rev 317789)
+++ PKGBUILD2018-03-04 09:55:44 UTC (rev 317790)
@@ -3,7 +3,7 @@
 # Maintainer: Firmicus 
 
 pkgname=texlive-games
-pkgver=2017.44131
+pkgver=2017.46791
 _revnr=${pkgver#2017.}
 pkgrel=1
 pkgdesc="TeX Live - Setups for typesetting various board games, including 
chess"
@@ -14,7 +14,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
-sha256sums=('c2a5423cd68924d25aebcb8b2d6878730415d41fd54f13d708f7e61a5eefa032'
+sha256sums=('770032ffec267cc23ba2f1ad1af69dd921103a6ca3bda4e5b1697af9865436be'
 'a4e19b3d6cf8701565d8732c0ff3ee037510b6fb3af53257311bf0731112d72b')
 
 build() {


[arch-commits] Commit in texlive-games/trunk (PKGBUILD)

2017-06-20 Thread Rémy Oudompheng
Date: Tuesday, June 20, 2017 @ 06:06:47
  Author: remy
Revision: 299009

upgpkg: texlive-games 2017.44131-1

TeXLive 2017 release.

Modified:
  texlive-games/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-20 06:06:26 UTC (rev 299008)
+++ PKGBUILD2017-06-20 06:06:47 UTC (rev 299009)
@@ -3,8 +3,8 @@
 # Maintainer: Firmicus 
 
 pkgname=texlive-games
-pkgver=2016.43415
-_revnr=${pkgver#2016.}
+pkgver=2017.44131
+_revnr=${pkgver#2017.}
 pkgrel=1
 pkgdesc="TeX Live - Setups for typesetting various board games, including 
chess"
 license=('GPL')
@@ -14,7 +14,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
-sha256sums=('11737207f9d719cc4775d27c9d4732f2434825a64af1a2238f06ad6a7d1d1b59'
+sha256sums=('c2a5423cd68924d25aebcb8b2d6878730415d41fd54f13d708f7e61a5eefa032'
 'a4e19b3d6cf8701565d8732c0ff3ee037510b6fb3af53257311bf0731112d72b')
 
 build() {


[arch-commits] Commit in texlive-games/trunk (PKGBUILD)

2017-04-17 Thread Rémy Oudompheng
Date: Tuesday, April 18, 2017 @ 04:43:07
  Author: remy
Revision: 293073

upgpkg: texlive-games 2016.43415-1

- upgrade package rubik 38457 -> 43415
- new package soup

Modified:
  texlive-games/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-18 04:42:16 UTC (rev 293072)
+++ PKGBUILD2017-04-18 04:43:07 UTC (rev 293073)
@@ -3,9 +3,9 @@
 # Maintainer: Firmicus 
 
 pkgname=texlive-games
-pkgver=2016.39318
+pkgver=2016.43415
 _revnr=${pkgver#2016.}
-pkgrel=2
+pkgrel=1
 pkgdesc="TeX Live - Setups for typesetting various board games, including 
chess"
 license=('GPL')
 arch=(any)
@@ -14,8 +14,8 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
-md5sums=('80f09f7c2c0fbd732fc15447f6491a2b'
- '387a994c27b49be1ac3cf64a8f9ab155')
+sha256sums=('11737207f9d719cc4775d27c9d4732f2434825a64af1a2238f06ad6a7d1d1b59'
+'a4e19b3d6cf8701565d8732c0ff3ee037510b6fb3af53257311bf0731112d72b')
 
 build() {
cd "$srcdir"


[arch-commits] Commit in texlive-games/trunk (PKGBUILD texlive.install)

2016-08-05 Thread Rémy Oudompheng
Date: Friday, August 5, 2016 @ 06:06:37
  Author: remy
Revision: 273086

upgpkg: texlive-games 2016.39318-2

Remove obsolete install script

Modified:
  texlive-games/trunk/PKGBUILD
Deleted:
  texlive-games/trunk/texlive.install

-+
 PKGBUILD|3 +--
 texlive.install |   52 
 2 files changed, 1 insertion(+), 54 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-05 05:43:07 UTC (rev 273085)
+++ PKGBUILD2016-08-05 06:06:37 UTC (rev 273086)
@@ -5,7 +5,7 @@
 pkgname=texlive-games
 pkgver=2016.39318
 _revnr=${pkgver#2016.}
-pkgrel=1
+pkgrel=2
 pkgdesc="TeX Live - Setups for typesetting various board games, including 
chess"
 license=('GPL')
 arch=(any)
@@ -14,7 +14,6 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
-install=texlive.install
 md5sums=('80f09f7c2c0fbd732fc15447f6491a2b'
  '387a994c27b49be1ac3cf64a8f9ab155')
 

Deleted: texlive.install
===
--- texlive.install 2016-08-05 05:43:07 UTC (rev 273085)
+++ texlive.install 2016-08-05 06:06:37 UTC (rev 273086)
@@ -1,52 +0,0 @@
-PKGNAME="texlive-games"
-UPDMAP="etc/texmf/web2c/updmap.cfg"
-UPDMAPLOCAL="etc/texmf/web2c/updmap-local.cfg"
-SYNCWITHTREES=''
-
-MAPFILE="var/lib/texmf/arch/installedpkgs/$PKGNAME.maps"
-
-post_install() {
-  TMPFILE=`mktemp`
-  echo">>> texlive: saving updmap.cfg as $TMPFILE..."
-  cp "$UPDMAP" "$TMPFILE"
-  echo">>> texlive: regenerating updmap.cfg (custom additions should go"
-  echo" into /etc/texmf/web2c/updmap-local.cfg"
-  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..."
-  usr/bin/mktexlsr
-  echo">>> texlive: updating the fontmap files with updmap..."
-  usr/bin/updmap-sys --quiet --nohash
-  echo" done." 
-}
-
-post_upgrade() {
-  TMPFILE=`mktemp`
-  echo">>> texlive: saving updmap.cfg as $TMPFILE..."
-  cp "$UPDMAP" "$TMPFILE"
-  echo">>> texlive: regenerating updmap.cfg (custom additions should go"
-  echo" into /etc/texmf/web2c/updmap-local.cfg"
-  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..."
-  usr/bin/mktexlsr
-  echo">>> texlive: updating the fontmap files with updmap..."
-  usr/bin/updmap-sys --quiet --nohash $SYNCWITHTREES
-  echo" done." 
-}
-
-pre_remove() {
-for m in `cut -d' ' -f2 $MAPFILE`; do 
-  sed -i "/\s$m/d" $UPDMAP ; 
-done
-}
-
-post_remove() {
-  echo">>> texlive: updating the filename database..."
-  usr/bin/mktexlsr
-  echo">>> texlive: updating the fontmap files with updmap..."
-  usr/bin/updmap-sys --quiet --nohash
-  echo" done." 
-}


[arch-commits] Commit in texlive-games/trunk (PKGBUILD)

2016-06-19 Thread Rémy Oudompheng
Date: Sunday, June 19, 2016 @ 22:35:17
  Author: remy
Revision: 270240

upgpkg: texlive-games 2016.39318-1

Update to TL2016 release.

Modified:
  texlive-games/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-19 22:35:10 UTC (rev 270239)
+++ PKGBUILD2016-06-19 22:35:17 UTC (rev 270240)
@@ -15,7 +15,7 @@
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
 install=texlive.install
-md5sums=('125e3297f638c245f5a617d93a134ef8'
+md5sums=('80f09f7c2c0fbd732fc15447f6491a2b'
  '387a994c27b49be1ac3cf64a8f9ab155')
 
 build() {


[arch-commits] Commit in texlive-games/trunk (PKGBUILD)

2015-11-14 Thread Rémy Oudompheng
Date: Saturday, November 14, 2015 @ 22:05:06
  Author: remy
Revision: 251039

Upgrade texlive-games to revision 38457

- upgrade package rubik 32919 -> 38457

Modified:
  texlive-games/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-14 21:01:59 UTC (rev 251038)
+++ PKGBUILD2015-11-14 21:05:06 UTC (rev 251039)
@@ -3,7 +3,7 @@
 # Maintainer: Firmicus 
 
 pkgname=texlive-games
-pkgver=2015.36531
+pkgver=2015.38457
 _revnr=${pkgver#2015.}
 pkgrel=1
 pkgdesc="TeX Live - Setups for typesetting various board games, including 
chess"
@@ -15,7 +15,7 @@
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
 install=texlive.install
-md5sums=('d1cb1792a81eb96a8f48c738a88fa5dc'
+md5sums=('904716c0c6049896c5f7b805e9caeb77'
  '387a994c27b49be1ac3cf64a8f9ab155')
 
 build() {


[arch-commits] Commit in texlive-games/trunk (PKGBUILD)

2015-09-01 Thread Rémy Oudompheng
Date: Tuesday, September 1, 2015 @ 12:37:21
  Author: remy
Revision: 245162

upgpkg: texlive-games 2015.36531-1

Update to TeXLive 2015

Modified:
  texlive-games/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 10:37:14 UTC (rev 245161)
+++ PKGBUILD2015-09-01 10:37:21 UTC (rev 245162)
@@ -3,8 +3,8 @@
 # Maintainer: Firmicus 
 
 pkgname=texlive-games
-pkgver=2014.36531
-_revnr=${pkgver#2014.}
+pkgver=2015.36531
+_revnr=${pkgver#2015.}
 pkgrel=1
 pkgdesc="TeX Live - Setups for typesetting various board games, including 
chess"
 license=('GPL')
@@ -15,7 +15,7 @@
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
 install=texlive.install
-md5sums=('9b771b028efed7d539b219b5cb2d13b1'
+md5sums=('d1cb1792a81eb96a8f48c738a88fa5dc'
  '387a994c27b49be1ac3cf64a8f9ab155')
 
 build() {


[arch-commits] Commit in texlive-games/trunk (PKGBUILD)

2015-04-05 Thread Rémy Oudompheng
Date: Monday, April 6, 2015 @ 02:23:41
  Author: remy
Revision: 235491

upgpkg: texlive-games 2014.36531-1

- upgrade package chess-problem-diagrams 30870 - 36531
- new package havannah
- upgrade package schwalbe-chess 29941 - 36309
- upgrade package xq 15878 - 35211
- upgrade package xskak 33602 - 35945

Modified:
  texlive-games/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-06 00:23:19 UTC (rev 235490)
+++ PKGBUILD2015-04-06 00:23:41 UTC (rev 235491)
@@ -3,7 +3,7 @@
 # Maintainer: Firmicus firmicus āt gmx dōt net
 
 pkgname=texlive-games
-pkgver=2014.34491
+pkgver=2014.36531
 _revnr=${pkgver#2014.}
 pkgrel=1
 pkgdesc=TeX Live - Setups for typesetting various board games, including 
chess
@@ -15,7 +15,7 @@
 source=(https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
$pkgname.maps)
 options=('!emptydirs')
 install=texlive.install
-md5sums=('a583bdfee43b61b9e7aa0fb27df00c6f'
+md5sums=('9b771b028efed7d539b219b5cb2d13b1'
  '387a994c27b49be1ac3cf64a8f9ab155')
 
 build() {


[arch-commits] Commit in texlive-games/trunk (PKGBUILD)

2014-08-13 Thread Rémy Oudompheng
Date: Thursday, August 14, 2014 @ 01:29:24
  Author: remy
Revision: 219714

upgpkg: texlive-games 2014.34491-1

New script rubikrotation.

Modified:
  texlive-games/trunk/PKGBUILD

--+
 PKGBUILD |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-13 23:28:59 UTC (rev 219713)
+++ PKGBUILD2014-08-13 23:29:24 UTC (rev 219714)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 # Maintainer: Firmicus firmicus āt gmx dōt net
 
@@ -13,7 +14,6 @@
 url='http://tug.org/texlive/'
 source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
$pkgname.maps)
 options=('!emptydirs')
-options=(!strip)
 install=texlive.install
 md5sums=('a583bdfee43b61b9e7aa0fb27df00c6f'
  '387a994c27b49be1ac3cf64a8f9ab155')
@@ -45,4 +45,6 @@
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
 }



[arch-commits] Commit in texlive-games/trunk (PKGBUILD)

2014-03-12 Thread Rémy Oudompheng
Date: Wednesday, March 12, 2014 @ 23:52:51
  Author: remy
Revision: 207633

upgpkg: texlive-games 2013.32919-1

Changes from 31403 to 32919
- upgrade package crossword 15878 - 32657
- new package pas-crosswords
- new package rubik
- upgrade package skak 31403 - 32758

Modified:
  texlive-games/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-12 22:52:29 UTC (rev 207632)
+++ PKGBUILD2014-03-12 22:52:51 UTC (rev 207633)
@@ -2,7 +2,7 @@
 # Maintainer: Firmicus firmicus āt gmx dōt net
 
 pkgname=texlive-games
-pkgver=2013.31403
+pkgver=2013.32919
 _revnr=${pkgver#2013.}
 pkgrel=1
 pkgdesc=TeX Live - Setups for typesetting various board games, including 
chess
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('9f7379bb99e5765f468829d9054b73a4'
+md5sums=('b23f7e45b23667fdbde3ff919c2c2a8c'
  '387a994c27b49be1ac3cf64a8f9ab155')
 
 build() {



[arch-commits] Commit in texlive-games/trunk (PKGBUILD)

2013-09-09 Thread Rémy Oudompheng
Date: Monday, September 9, 2013 @ 19:39:46
  Author: remy
Revision: 194001

upgpkg: texlive-games 2013.31403-1

- upgrade package logicpuzzle 30558 - 31024
- upgrade package skak 16453 - 31403

Modified:
  texlive-games/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-09 17:34:29 UTC (rev 194000)
+++ PKGBUILD2013-09-09 17:39:46 UTC (rev 194001)
@@ -2,7 +2,7 @@
 # Maintainer: Firmicus firmicus āt gmx dōt net
 
 pkgname=texlive-games
-pkgver=2013.30959
+pkgver=2013.31403
 _revnr=${pkgver#2013.}
 pkgrel=1
 pkgdesc=TeX Live - Setups for typesetting various board games, including 
chess
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('3f4eefe3cb93b429c082af61688ff393'
+md5sums=('9f7379bb99e5765f468829d9054b73a4'
  '387a994c27b49be1ac3cf64a8f9ab155')
 
 build() {



[arch-commits] Commit in texlive-games/trunk (PKGBUILD)

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:49:11
  Author: remy
Revision: 183205

upgpkg: texlive-games 2012.29679-1

- upgrade package chess-problem-diagrams 28243 - 28303
- upgrade package go 15878 - 28628
- new package logicpuzzle
- upgrade package schwalbe-chess 26207 - 29140

Modified:
  texlive-games/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 23:48:42 UTC (rev 183204)
+++ PKGBUILD2013-04-18 23:49:11 UTC (rev 183205)
@@ -2,7 +2,7 @@
 # Maintainer: Firmicus firmicus āt gmx dōt net
 
 pkgname=texlive-games
-pkgver=2012.28243
+pkgver=2012.29679
 _revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc=TeX Live - Setups for typesetting various board games, including 
chess
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('6d5df3fbe3eda5a3a35dea25bee04f5d'
+md5sums=('8756a1571dc19e94296e0b071b0b6c0f'
  '387a994c27b49be1ac3cf64a8f9ab155')
 
 build() {



[arch-commits] Commit in texlive-games/trunk (PKGBUILD)

2012-06-24 Thread Rémy Oudompheng
Date: Sunday, June 24, 2012 @ 15:08:07
  Author: remy
Revision: 162284

Update for texlive 2012.

Modified:
  texlive-games/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-24 19:03:06 UTC (rev 162283)
+++ PKGBUILD2012-06-24 19:08:07 UTC (rev 162284)
@@ -1,8 +1,8 @@
-# Maintainer: Rémy Oudompheng remy.archlinux.org
+# Maintainer: Firmicus firmicus āt gmx dōt net
 
 pkgname=texlive-games
-pkgver=2011.24714
-_revnr=${pkgver#2011.}
+pkgver=2012.26207
+_revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc=TeX Live - Setups for typesetting various board games, including 
chess
 license=('GPL')
@@ -14,7 +14,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('26d130df4e98f8c3c9acafcc4ca9fa35'
+md5sums=('83264a1220c0cf75d6f17fcb34c898a9'
  '387a994c27b49be1ac3cf64a8f9ab155')
 
 build() {
@@ -24,6 +24,7 @@
done
rm -rf {tlpkg,doc,source} || true
 }
+
 package() {
cd $srcdir
install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs



[arch-commits] Commit in texlive-games/trunk (PKGBUILD texlive.install)

2010-06-26 Thread François Charette
Date: Saturday, June 26, 2010 @ 10:42:22
  Author: francois
Revision: 84102

prerelease of texlive 2010

Modified:
  texlive-games/trunk/PKGBUILD
  texlive-games/trunk/texlive.install

-+
 PKGBUILD|   24 +---
 texlive.install |   18 +++---
 2 files changed, 24 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-06-26 14:42:17 UTC (rev 84101)
+++ PKGBUILD2010-06-26 14:42:22 UTC (rev 84102)
@@ -1,7 +1,7 @@
 # Maintainer: Firmicus firmicus āt gmx dōt net
 
 pkgname=texlive-games
-pkgver=2009.16453
+pkgver=2010.18651
 pkgrel=1
 pkgdesc=TeX Live - Setups for typesetting various board games, including 
chess
 license=('GPL')
@@ -11,23 +11,25 @@
 url='http://tug.org/texlive/'
 source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
$pkgname.maps)
 options=('!emptydirs')
+options=(!strip)
 install=texlive.install
-md5sums=('5ca7dd22c5415428148a5a941b3c7cde'
+md5sums=('3ceb4a8201bdbc4ee66143f229e04249'
  '387a994c27b49be1ac3cf64a8f9ab155')
 
 build() {
-   cd $srcdir
-   install -m755 -d $pkgdir/usr/share/texmf-var/arch/installedpkgs || return 1
-   sed -i '/^#/d' CONTENTS || return 1
-   _revnr=`echo $pkgver | sed 's/2009\.//'`
-   install -m644 CONTENTS 
$pkgdir/usr/share/texmf-var/arch/installedpkgs/${pkgname}_${_revnr}.pkgs || 
return 1
-   install -m644 $pkgname.maps $pkgdir/usr/share/texmf-var/arch/installedpkgs/ 
|| return 1
-   for p in *.tar.xz; do 
+   for p in *.tar.xz; do
   bsdtar -xf $p || return 1
done
-   rm -rf {tlpkg,doc,source}
+   rm -rf {tlpkg,doc,source} || true
+}
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs || return 1
+   sed -i '/^#/d' CONTENTS || return 1
+   _revnr=`echo $pkgver | sed 's/2010\.//'`
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs || return 1
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/ || 
return 1
install -m755 -d $pkgdir/usr/share || return 1
-   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done)
+   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/'{}' \; || return 1
  find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \; || return 1

Modified: texlive.install
===
--- texlive.install 2010-06-26 14:42:17 UTC (rev 84101)
+++ texlive.install 2010-06-26 14:42:22 UTC (rev 84102)
@@ -1,5 +1,5 @@
 PKGNAME=texlive-games
-UPDMAP=/usr/share/texmf-config/web2c/updmap.cfg
+UPDMAP=/etc/texmf/web2c/updmap.cfg
 SYNCWITHTREES=''
 NEWMAPS=`mktemp`
 cat EOF  $NEWMAPS
@@ -12,15 +12,19 @@
 
 post_install() {
echo texlive: updating the filename database...
-   texconfig-sys rehash
+   /usr/bin/mktexlsr
echo texlive: updating the fontmap files with updmap...
-   updmap-sys --quiet --nohash
+   /usr/bin/updmap-sys --quiet --nohash
echo done. 
 }
 
 
 pre_upgrade() {
-  OLDMAPS=/usr/share/texmf-var/arch/installedpkgs/$PKGNAME.maps
+  if [[ $2 == 200* ]]; then
+OLDMAPS=/usr/share/texmf-var/arch/installedpkgs/$PKGNAME.maps
+  else # = 2010
+OLDMAPS=/var/lib/texmf/arch/installedpkgs/$PKGNAME.maps
+  fi
   if [ -f $OLDMAPS ] ; then
 MAPSDIFF=`mktemp`
 TOADD=`mktemp`
@@ -36,7 +40,7 @@
cat $TOADD  $UPDMAP
 fi
   else
-echo Warning: file $PKGNAME.maps not found 
+echo Warning: file $OLDMAPS not found 
 echo (ignore the above if updating from TL2008 or from TL2009 in testing)
 SYNCWITHTREES=--syncwithtrees
   fi
@@ -45,9 +49,9 @@
 
 post_upgrade() {
echo texlive: updating the filename database...
-   texconfig-sys rehash
+   /usr/bin/mktexlsr
echo texlive: updating the fontmap files with updmap...
-   updmap-sys --quiet --nohash $SYNCWITHTREES
+   /usr/bin/updmap-sys --quiet --nohash $SYNCWITHTREES
echo done. 
 }
 



[arch-commits] Commit in texlive-games/trunk (PKGBUILD)

2010-01-13 Thread François Charette
Date: Wednesday, January 13, 2010 @ 11:35:30
  Author: francois
Revision: 62884

update all TeXLive packages

Modified:
  texlive-games/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-01-13 16:35:26 UTC (rev 62883)
+++ PKGBUILD2010-01-13 16:35:30 UTC (rev 62884)
@@ -1,7 +1,7 @@
 # Maintainer: Firmicus firmicus āt gmx dōt net
 
 pkgname=texlive-games
-pkgver=2009.15166
+pkgver=2009.16453
 pkgrel=1
 pkgdesc=TeX Live - Setups for typesetting various board games, including 
chess
 license=('GPL')
@@ -12,7 +12,7 @@
 source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
$pkgname.maps)
 options=('!emptydirs')
 install=texlive.install
-md5sums=('496c549cbdab2875086f10c139c956cf'
+md5sums=('5ca7dd22c5415428148a5a941b3c7cde'
  '387a994c27b49be1ac3cf64a8f9ab155')
 
 build() {