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

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

upgpkg: texlive-humanities 2020.57034-1

- upgrade package bibleref 53090 -> 55626
- new package nnext
- upgrade package poemscol 55389 -> 56082
- upgrade package reledmac 55377 -> 57034

Modified:
  texlive-humanities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 10:05:24 UTC (rev 402928)
+++ PKGBUILD2020-12-06 10:05:47 UTC (rev 402929)
@@ -1,7 +1,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-humanities
-pkgver=2020.55389
+pkgver=2020.57034
 _revnr=${pkgver#2020.}
 pkgrel=1
 pkgdesc="TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities"
@@ -13,7 +13,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=('!emptydirs')
-sha256sums=('528bc27a2ba5410a76d4ab509b97d0ea87038fde1b65f4254fb0d94805c1f3e5')
+sha256sums=('9eecd63565d7ab550fa7f82f10f4f1bbb523c501e987c3eef051426e5927ed70')
 
 build() {
cd "$srcdir"


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

2020-06-07 Thread Rémy Oudompheng via arch-commits
Date: Sunday, June 7, 2020 @ 22:28:55
  Author: remy
Revision: 388459

upgpkg: texlive-humanities 2020.55389-1

- upgrade package poemscol 52574 -> 55389
- upgrade package reledmac 54191 -> 55377

Modified:
  texlive-humanities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-07 22:27:43 UTC (rev 388458)
+++ PKGBUILD2020-06-07 22:28:55 UTC (rev 388459)
@@ -1,7 +1,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-humanities
-pkgver=2020.54191
+pkgver=2020.55389
 _revnr=${pkgver#2020.}
 pkgrel=1
 pkgdesc="TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities"
@@ -13,7 +13,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=('!emptydirs')
-sha256sums=('f605b3a396e5bf536c076ea32fa04a9f1e167f6f5a887e34e243fd2dab1a75bf')
+sha256sums=('528bc27a2ba5410a76d4ab509b97d0ea87038fde1b65f4254fb0d94805c1f3e5')
 
 build() {
cd "$srcdir"


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

2020-04-02 Thread Rémy Oudompheng via arch-commits
Date: Thursday, April 2, 2020 @ 06:51:11
  Author: remy
Revision: 379095

upgpkg: texlive-humanities 2020.54191-1

TL2020 update

Modified:
  texlive-humanities/trunk/PKGBUILD

--+
 PKGBUILD |   28 ++--
 1 file changed, 14 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-02 06:50:33 UTC (rev 379094)
+++ PKGBUILD2020-04-02 06:51:11 UTC (rev 379095)
@@ -1,8 +1,8 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-humanities
-pkgver=2019.52574
-_revnr=${pkgver#2019.}
+pkgver=2020.54191
+_revnr=${pkgver#2020.}
 pkgrel=1
 pkgdesc="TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities"
 license=('GPL')
@@ -13,7 +13,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=('!emptydirs')
-sha256sums=('5b1f5a615e04b6990cea6cf14caf84e7b44fe77a7c7cb88eb508667cd85bc678')
+sha256sums=('f605b3a396e5bf536c076ea32fa04a9f1e167f6f5a887e34e243fd2dab1a75bf')
 
 build() {
cd "$srcdir"
@@ -24,23 +24,23 @@
 }
 
 package() {
-   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 -m755 -d $pkgdir/usr/share
+   install -m644 CONTENTS 
"$pkgdir"/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   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/diadia/diadia.lua 
${pkgdir}/usr/bin/diadia
+install -m755 -d "$pkgdir"/usr/bin
+ln -s /usr/share/texmf-dist/scripts/diadia/diadia.lua 
"${pkgdir}"/usr/bin/diadia
 }


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

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

upgpkg: texlive-humanities 2019.52574-1

Upgrading package texlive-humanities from 50921 to 52574
- upgrade package adtrees 39438 -> 51618
- upgrade package covington 49376 -> 51422
- upgrade package metrix 40099 -> 52323
- upgrade package poemscol 46433 -> 52574
- upgrade package reledmac 50740 -> 51698
- upgrade package thalie 50129 -> 51789

Modified:
  texlive-humanities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-01 09:14:03 UTC (rev 366326)
+++ PKGBUILD2019-11-01 09:14:31 UTC (rev 366327)
@@ -1,7 +1,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-humanities
-pkgver=2019.50921
+pkgver=2019.52574
 _revnr=${pkgver#2019.}
 pkgrel=1
 pkgdesc="TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities"
@@ -13,7 +13,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=('!emptydirs')
-sha256sums=('378d35c7fc5132e38c57e3b27619af53f57dec4dcb21fec621311b6b578ce4a7')
+sha256sums=('5b1f5a615e04b6990cea6cf14caf84e7b44fe77a7c7cb88eb508667cd85bc678')
 
 build() {
cd "$srcdir"


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

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

upgpkg: texlive-humanities 2019.50921-1

TeXLive 2019 release

Modified:
  texlive-humanities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-11 21:05:16 UTC (rev 352862)
+++ PKGBUILD2019-05-11 21:07:42 UTC (rev 352863)
@@ -1,8 +1,8 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-humanities
-pkgver=2018.49792
-_revnr=${pkgver#2018.}
+pkgver=2019.50921
+_revnr=${pkgver#2019.}
 pkgrel=1
 pkgdesc="TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities"
 license=('GPL')
@@ -13,7 +13,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=('!emptydirs')
-sha256sums=('61b2f2a2b663f2c2a88b992c0d3fff9fab2301c74fa7032ce0cee6e24fdc846b')
+sha256sums=('378d35c7fc5132e38c57e3b27619af53f57dec4dcb21fec621311b6b578ce4a7')
 
 build() {
cd "$srcdir"


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

2019-02-17 Thread Rémy Oudompheng via arch-commits
Date: Monday, February 18, 2019 @ 06:49:24
  Author: remy
Revision: 346446

upgpkg: texlive-humanities 2018.49792-1

- upgrade package bibleref 49180 -> 49699
- upgrade package covington 48627 -> 49376
- upgrade package reledmac 49287 -> 49792

Modified:
  texlive-humanities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-18 06:48:41 UTC (rev 346445)
+++ PKGBUILD2019-02-18 06:49:24 UTC (rev 346446)
@@ -1,7 +1,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-humanities
-pkgver=2018.49287
+pkgver=2018.49792
 _revnr=${pkgver#2018.}
 pkgrel=1
 pkgdesc="TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities"
@@ -13,7 +13,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=('!emptydirs')
-sha256sums=('bd2276fb0ff8c7edba8e09772a80db678abdec5daa5e34f4af2056fd4fb53a45')
+sha256sums=('61b2f2a2b663f2c2a88b992c0d3fff9fab2301c74fa7032ce0cee6e24fdc846b')
 
 build() {
cd "$srcdir"


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

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

upgpkg: texlive-humanities 2018.49287-1

Upgrading package texlive-humanities from 48491 to 49287
- upgrade package bibleref 48319 -> 49180
- upgrade package covington 48491 -> 48627
- upgrade package poetry 44655 -> 48643
- upgrade package reledmac 48229 -> 49287

Modified:
  texlive-humanities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-01 20:03:13 UTC (rev 340917)
+++ PKGBUILD2018-12-01 20:04:07 UTC (rev 340918)
@@ -1,7 +1,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-humanities
-pkgver=2018.48491
+pkgver=2018.49287
 _revnr=${pkgver#2018.}
 pkgrel=1
 pkgdesc="TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities"
@@ -13,7 +13,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=('!emptydirs')
-sha256sums=('c7153a006c8e6eab2d2a4bb39c18169d19f8c45c8a88b5ba7589171c36f15df1')
+sha256sums=('bd2276fb0ff8c7edba8e09772a80db678abdec5daa5e34f4af2056fd4fb53a45')
 
 build() {
cd "$srcdir"


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

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

upgpkg: texlive-humanities 2018.48491-1

- upgrade package bibleref 44737 -> 48319
- upgrade package covington 44501 -> 48491
- upgrade package reledmac 47359 -> 48229

Modified:
  texlive-humanities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-05 05:49:21 UTC (rev 333403)
+++ PKGBUILD2018-09-05 05:49:40 UTC (rev 333404)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-humanities
-pkgver=2018.47359
+pkgver=2018.48491
 _revnr=${pkgver#2018.}
 pkgrel=1
 pkgdesc="TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities"
@@ -14,7 +14,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=('!emptydirs')
-sha256sums=('b002780f355d4e2b45ea0e0bc057c5aee10a14039ce845bf8bbf6ad91ddf29ae')
+sha256sums=('c7153a006c8e6eab2d2a4bb39c18169d19f8c45c8a88b5ba7589171c36f15df1')
 
 build() {
cd "$srcdir"


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

2018-04-29 Thread Rémy Oudompheng via arch-commits
Date: Sunday, April 29, 2018 @ 22:18:42
  Author: remy
Revision: 323134

upgpkg: texlive-humanities 2018.47359-1

- upgrade package reledmac 46767 -> 47359

Modified:
  texlive-humanities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-29 22:17:10 UTC (rev 323133)
+++ PKGBUILD2018-04-29 22:18:42 UTC (rev 323134)
@@ -2,8 +2,8 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-humanities
-pkgver=2017.46767
-_revnr=${pkgver#2017.}
+pkgver=2018.47359
+_revnr=${pkgver#2018.}
 pkgrel=1
 pkgdesc="TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities"
 license=('GPL')
@@ -14,7 +14,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=('!emptydirs')
-sha256sums=('e1ef3570a2ba0602894d2abfc5bc29e66c2817d8dfdd176af0b7a5f55ea3db43')
+sha256sums=('b002780f355d4e2b45ea0e0bc057c5aee10a14039ce845bf8bbf6ad91ddf29ae')
 
 build() {
cd "$srcdir"


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

2018-03-04 Thread Rémy Oudompheng via arch-commits
Date: Sunday, March 4, 2018 @ 09:56:45
  Author: remy
Revision: 317792

upgpkg: texlive-humanities 2017.46767-1

- upgrade package poemscol 45599 -> 46433
- upgrade package reledmac 45709 -> 46767

Modified:
  texlive-humanities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-04 09:55:54 UTC (rev 317791)
+++ PKGBUILD2018-03-04 09:56:45 UTC (rev 317792)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-humanities
-pkgver=2017.45709
+pkgver=2017.46767
 _revnr=${pkgver#2017.}
 pkgrel=1
 pkgdesc="TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities"
@@ -14,7 +14,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=('!emptydirs')
-sha256sums=('c161a585524418ab2e4853273f32472c7a6d06290e5e89d6e96190501b028a77')
+sha256sums=('e1ef3570a2ba0602894d2abfc5bc29e66c2817d8dfdd176af0b7a5f55ea3db43')
 
 build() {
cd "$srcdir"


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

2017-11-11 Thread Rémy Oudompheng
Date: Saturday, November 11, 2017 @ 12:12:02
  Author: remy
Revision: 309532

upgpkg: texlive-humanities 2017.45709-1

Upgrading package texlive-humanities from 44833 to 45709
- upgrade package eledmac 38639 -> 45418
- upgrade package poemscol 40613 -> 45599
- upgrade package reledmac 44833 -> 45709
- upgrade package screenplay-pkg 37893 -> 44965
- new package theatre

Modified:
  texlive-humanities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-11 12:11:47 UTC (rev 309531)
+++ PKGBUILD2017-11-11 12:12:02 UTC (rev 309532)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-humanities
-pkgver=2017.44833
+pkgver=2017.45709
 _revnr=${pkgver#2017.}
 pkgrel=1
 pkgdesc="TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities"
@@ -14,7 +14,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=('!emptydirs')
-sha256sums=('0599e0e043c29f43f5f1faef9231e77dafa7d88a7d8c679d797a8af5e56256b0')
+sha256sums=('c161a585524418ab2e4853273f32472c7a6d06290e5e89d6e96190501b028a77')
 
 build() {
cd "$srcdir"


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

2017-08-01 Thread Rémy Oudompheng
Date: Tuesday, August 1, 2017 @ 20:18:14
  Author: remy
Revision: 301486

upgpkg: texlive-humanities 2017.44833-1

- upgrade package bibleref 42162 -> 44737
- new package poetry
- upgrade package reledmac 44473 -> 44833
- deleted package leipzig

Modified:
  texlive-humanities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-01 20:18:06 UTC (rev 301485)
+++ PKGBUILD2017-08-01 20:18:14 UTC (rev 301486)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-humanities
-pkgver=2017.44501
+pkgver=2017.44833
 _revnr=${pkgver#2017.}
 pkgrel=1
 pkgdesc="TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities"
@@ -14,7 +14,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=('!emptydirs')
-sha256sums=('3bfbbf36704f0bc71293f1c9904b2bf061ebb771ec3d86ed8dc94ad8fb08cb29')
+sha256sums=('0599e0e043c29f43f5f1faef9231e77dafa7d88a7d8c679d797a8af5e56256b0')
 
 build() {
cd "$srcdir"


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

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

upgpkg: texlive-humanities 2017.44501-1

TeXLive 2017 release.

Modified:
  texlive-humanities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-20 06:06:49 UTC (rev 299010)
+++ PKGBUILD2017-06-20 06:07:07 UTC (rev 299011)
@@ -2,8 +2,8 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-humanities
-pkgver=2016.43711
-_revnr=${pkgver#2016.}
+pkgver=2017.44501
+_revnr=${pkgver#2017.}
 pkgrel=1
 pkgdesc="TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities"
 license=('GPL')
@@ -14,7 +14,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=('!emptydirs')
-sha256sums=('a7f9d233ede4ab791e7ca62268a923898be4c4ceaf8037ed93d9e896651318be')
+sha256sums=('3bfbbf36704f0bc71293f1c9904b2bf061ebb771ec3d86ed8dc94ad8fb08cb29')
 
 build() {
cd "$srcdir"


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

2017-04-17 Thread Rémy Oudompheng
Date: Tuesday, April 18, 2017 @ 05:10:18
  Author: remy
Revision: 293083

upgpkg: texlive-humanities 2016.43711-1

- upgrade package covington 41934 -> 43704
- upgrade package phonrule 38934 -> 42856
- upgrade package reledmac 42509 -> 43711

Modified:
  texlive-humanities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-18 05:10:02 UTC (rev 293082)
+++ PKGBUILD2017-04-18 05:10:18 UTC (rev 293083)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-humanities
-pkgver=2016.42509
+pkgver=2016.43711
 _revnr=${pkgver#2016.}
 pkgrel=1
 pkgdesc="TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities"
@@ -14,7 +14,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=('!emptydirs')
-md5sums=('54c635554f50b055ddc4311b565c1443')
+sha256sums=('a7f9d233ede4ab791e7ca62268a923898be4c4ceaf8037ed93d9e896651318be')
 
 build() {
cd "$srcdir"


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

2016-11-19 Thread Rémy Oudompheng
Date: Saturday, November 19, 2016 @ 19:12:37
  Author: remy
Revision: 281622

upgpkg: texlive-humanities 2016.42509-1

Updated packages:
bibleref has been updated (21145 => 42162)
covington has been updated (34064 => 41934)
ledmac has been updated (38640 => 41811)
ling-macros is new!
reledmac has been updated (41380 => 42509)

Modified:
  texlive-humanities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-19 19:11:57 UTC (rev 281621)
+++ PKGBUILD2016-11-19 19:12:37 UTC (rev 281622)
@@ -2,9 +2,9 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-humanities
-pkgver=2016.41380
+pkgver=2016.42509
 _revnr=${pkgver#2016.}
-pkgrel=2
+pkgrel=1
 pkgdesc="TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities"
 license=('GPL')
 arch=(any)
@@ -14,7 +14,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=('!emptydirs')
-md5sums=('9b2587de7ce27ce50d1ab656fcc9004b')
+md5sums=('54c635554f50b055ddc4311b565c1443')
 
 build() {
cd "$srcdir"


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

2016-08-02 Thread Rémy Oudompheng
Date: Tuesday, August 2, 2016 @ 21:11:59
  Author: remy
Revision: 272914

upgpkg: texlive-humanities 2016.41380-2

Remove obsolete install script.

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

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-02 21:11:43 UTC (rev 272913)
+++ PKGBUILD2016-08-02 21:11:59 UTC (rev 272914)
@@ -4,7 +4,7 @@
 pkgname=texlive-humanities
 pkgver=2016.41380
 _revnr=${pkgver#2016.}
-pkgrel=1
+pkgrel=2
 pkgdesc="TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities"
 license=('GPL')
 arch=(any)
@@ -14,7 +14,6 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=('!emptydirs')
-install=texlive.install
 md5sums=('9b2587de7ce27ce50d1ab656fcc9004b')
 
 build() {

Deleted: texlive.install
===
--- texlive.install 2016-08-02 21:11:43 UTC (rev 272913)
+++ texlive.install 2016-08-02 21:11:59 UTC (rev 272914)
@@ -1,12 +0,0 @@
-post_install() {
-   echo">>> texlive: updating the filename database..."
-   /usr/bin/mktexlsr
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


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

2016-06-19 Thread Rémy Oudompheng
Date: Sunday, June 19, 2016 @ 22:34:47
  Author: remy
Revision: 270234

upgpkg: texlive-humanities 2016.41380-1

Update to TL2016 release.

Modified:
  texlive-humanities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-19 22:34:36 UTC (rev 270233)
+++ PKGBUILD2016-06-19 22:34:47 UTC (rev 270234)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-humanities
-pkgver=2016.40955
+pkgver=2016.41380
 _revnr=${pkgver#2016.}
 pkgrel=1
 pkgdesc="TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities"
@@ -15,7 +15,7 @@
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=('!emptydirs')
 install=texlive.install
-md5sums=('8cc10e1ecbc890b08143708d474e4949')
+md5sums=('9b2587de7ce27ce50d1ab656fcc9004b')
 
 build() {
cd "$srcdir"


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

2015-11-14 Thread Rémy Oudompheng
Date: Saturday, November 14, 2015 @ 22:13:42
  Author: remy
Revision: 251042

Upgrade texlive-humanities to revision 38717

- upgrade package diadia 37330 -> 37656
- upgrade package eledform 27922 -> 38114
- upgrade package eledmac 37555 -> 38639
- upgrade package ledmac 35264 -> 38640
- upgrade package metrix 36376 -> 38280
- upgrade package phonrule 34877 -> 37765
- upgrade package poemscol 31338 -> 37724
- new package reledmac
- new package screenplay-pkg

Modified:
  texlive-humanities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-14 21:13:11 UTC (rev 251041)
+++ PKGBUILD2015-11-14 21:13:42 UTC (rev 251042)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-humanities
-pkgver=2015.37555
+pkgver=2015.38717
 _revnr=${pkgver#2015.}
 pkgrel=1
 pkgdesc="TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities"
@@ -15,7 +15,7 @@
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=('!emptydirs')
 install=texlive.install
-md5sums=('a65cb6dc89e44ea3e56fa0a98cf54706')
+md5sums=('c0dc1eaba3d32a98a7d0ebd1a36eb4bd')
 
 build() {
cd "$srcdir"


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

2015-09-01 Thread Rémy Oudompheng
Date: Tuesday, September 1, 2015 @ 12:35:56
  Author: remy
Revision: 245156

upgpkg: texlive-humanities 2015.37555-1

Update to TeXLive 2015

Modified:
  texlive-humanities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-01 10:35:35 UTC (rev 245155)
+++ PKGBUILD2015-09-01 10:35:56 UTC (rev 245156)
@@ -2,8 +2,8 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-humanities
-pkgver=2014.36596
-_revnr=${pkgver#2014.}
+pkgver=2015.37555
+_revnr=${pkgver#2015.}
 pkgrel=1
 pkgdesc="TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities"
 license=('GPL')
@@ -15,7 +15,7 @@
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=('!emptydirs')
 install=texlive.install
-md5sums=('9693a226f404d3382d6bec08b4af0c6a')
+md5sums=('a65cb6dc89e44ea3e56fa0a98cf54706')
 
 build() {
cd "$srcdir"


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

2015-04-05 Thread Rémy Oudompheng
Date: Monday, April 6, 2015 @ 02:25:43
  Author: remy
Revision: 235497

upgpkg: texlive-humanities 2014.36596-1

- upgrade package dramatist 15878 - 35866
- upgrade package ednotes 19440 - 35829
- upgrade package eledmac 34875 - 36596
- upgrade package ledmac 30987 - 35264
- upgrade package leipzig 31045 - 34902
- upgrade package lexref 32751 - 36026
- upgrade package metrix 31425 - 36376
- upgrade package poetrytex 31463 - 35807
- deleted package alnumsec
- deleted package arydshln
- deleted package lineno

Modified:
  texlive-humanities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-06 00:24:44 UTC (rev 235496)
+++ PKGBUILD2015-04-06 00:25:43 UTC (rev 235497)
@@ -1,8 +1,8 @@
 # $Id$
-# Maintainer: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng remy at archlinux.org
 
 pkgname=texlive-humanities
-pkgver=2014.34877
+pkgver=2014.36596
 _revnr=${pkgver#2014.}
 pkgrel=1
 pkgdesc=TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities
@@ -15,7 +15,7 @@
 source=(https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=('!emptydirs')
 install=texlive.install
-md5sums=('3c4e147b516fc798456589c4cf9ab601')
+md5sums=('9693a226f404d3382d6bec08b4af0c6a')
 
 build() {
cd $srcdir


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

2014-08-13 Thread Rémy Oudompheng
Date: Thursday, August 14, 2014 @ 01:28:27
  Author: remy
Revision: 219708

upgpkg: texlive-humanities 2014.34877-1

Modified:
  texlive-humanities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-13 23:28:06 UTC (rev 219707)
+++ PKGBUILD2014-08-13 23:28:27 UTC (rev 219708)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer: Firmicus firmicus āt gmx dōt net
 
 pkgname=texlive-humanities
@@ -13,7 +14,6 @@
 url='http://tug.org/texlive/'
 source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=('!emptydirs')
-options=(!strip)
 install=texlive.install
 md5sums=('3c4e147b516fc798456589c4cf9ab601')
 



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

2014-03-12 Thread Rémy Oudompheng
Date: Wednesday, March 12, 2014 @ 23:53:58
  Author: remy
Revision: 207639

upgpkg: texlive-humanities 2013.33061-1

Changes from 31488 to 33061
- upgrade package eledmac 31488 - 33061
- upgrade package expex 31356 - 32962
- new package lexref
- new package phonrule

Modified:
  texlive-humanities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-12 22:53:37 UTC (rev 207638)
+++ PKGBUILD2014-03-12 22:53:58 UTC (rev 207639)
@@ -1,7 +1,7 @@
 # Maintainer: Firmicus firmicus āt gmx dōt net
 
 pkgname=texlive-humanities
-pkgver=2013.31488
+pkgver=2013.33061
 _revnr=${pkgver#2013.}
 pkgrel=1
 pkgdesc=TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('592655d36937a8f3dab5c851f2ff17c0')
+md5sums=('70c445d9937a9fda2e782df4379a143c')
 
 build() {
cd $srcdir



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

2013-09-09 Thread Rémy Oudompheng
Date: Monday, September 9, 2013 @ 19:33:37
  Author: remy
Revision: 193995

upgpkg: texlive-humanities 2013.31488-1

- upgrade package eledmac 29956 - 31488
- new package expex
- upgrade package ledmac 27721 - 30987
- upgrade package leipzig 30785 - 31045
- new package metrix
- upgrade package poemscol 30706 - 31338
- upgrade package poetrytex 29347 - 31463
- new package thalie

Modified:
  texlive-humanities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-09 17:28:51 UTC (rev 193994)
+++ PKGBUILD2013-09-09 17:33:37 UTC (rev 193995)
@@ -1,9 +1,9 @@
 # Maintainer: Firmicus firmicus āt gmx dōt net
 
 pkgname=texlive-humanities
-pkgver=2013.30815
+pkgver=2013.31488
 _revnr=${pkgver#2013.}
-pkgrel=2
+pkgrel=1
 pkgdesc=TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities
 license=('GPL')
 arch=(any)
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('2845b842cd238dd34bc297dd66d1545d')
+md5sums=('592655d36937a8f3dab5c851f2ff17c0')
 
 build() {
cd $srcdir



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

2013-07-15 Thread Rémy Oudompheng
Date: Monday, July 15, 2013 @ 08:55:33
  Author: remy
Revision: 190092

upgpkg: texlive-humanities 2013.30815-2

Fix for FS#34376

Modified:
  texlive-humanities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-15 06:55:08 UTC (rev 190091)
+++ PKGBUILD2013-07-15 06:55:33 UTC (rev 190092)
@@ -3,11 +3,12 @@
 pkgname=texlive-humanities
 pkgver=2013.30815
 _revnr=${pkgver#2013.}
-pkgrel=1
+pkgrel=2
 pkgdesc=TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities
 license=('GPL')
 arch=(any)
 depends=('texlive-core' 'texlive-latexextra')
+optdepends=('texlive-pictures: for package qtree')
 groups=('texlive-most')
 url='http://tug.org/texlive/'
 source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)



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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:50:27
  Author: remy
Revision: 183211

upgpkg: texlive-humanities 2012.29347-1

- new package dvgloss
- upgrade package eledmac 28280 - 29281
- upgrade package poemscol 27535 - 29072
- upgrade package poetrytex 27893 - 29347

Modified:
  texlive-humanities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 23:50:07 UTC (rev 183210)
+++ PKGBUILD2013-04-18 23:50:27 UTC (rev 183211)
@@ -1,7 +1,7 @@
 # Maintainer: Firmicus firmicus āt gmx dōt net
 
 pkgname=texlive-humanities
-pkgver=2012.28280
+pkgver=2012.29347
 _revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc=TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities
@@ -14,7 +14,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('c39b2f9eee6f4221f626dd1214b4924d')
+md5sums=('dc314ce3140198458ff427b3483ec87c')
 
 build() {
cd $srcdir



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

2012-11-18 Thread Rémy Oudompheng
Date: Monday, November 19, 2012 @ 02:44:15
  Author: remy
Revision: 171579

upgpkg: texlive-humanities 2012.28280-1

- new package eledform
- new package eledmac
- upgrade package ledmac 25861 - 27721
- upgrade package poemscol 23762 - 27535
- new package poetrytex
- new package rrgtrees
- upgrade package screenplay 15878 - 27223

Modified:
  texlive-humanities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-19 07:43:54 UTC (rev 171578)
+++ PKGBUILD2012-11-19 07:44:15 UTC (rev 171579)
@@ -1,7 +1,7 @@
 # Maintainer: Firmicus firmicus āt gmx dōt net
 
 pkgname=texlive-humanities
-pkgver=2012.25861
+pkgver=2012.28280
 _revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc=TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities
@@ -14,7 +14,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('573a7d9b8f89fb442acaf7b27d78fd48')
+md5sums=('c39b2f9eee6f4221f626dd1214b4924d')
 
 build() {
cd $srcdir



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

2012-06-24 Thread Rémy Oudompheng
Date: Sunday, June 24, 2012 @ 14:29:05
  Author: remy
Revision: 162277

Update for texlive 2012.

Modified:
  texlive-humanities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-24 18:27:41 UTC (rev 162276)
+++ PKGBUILD2012-06-24 18:29:05 UTC (rev 162277)
@@ -1,8 +1,8 @@
-# Maintainer: Rémy Oudompheng r...@archlinux.org
+# Maintainer: Firmicus firmicus āt gmx dōt net
 
 pkgname=texlive-humanities
-pkgver=2011.24631
-_revnr=${pkgver#2011.}
+pkgver=2012.25861
+_revnr=${pkgver#2012.}
 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=('219482f5298fc186a88940d61c988153')
+md5sums=('573a7d9b8f89fb442acaf7b27d78fd48')
 
 build() {
cd $srcdir
@@ -25,7 +25,6 @@
 }
 
 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



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

2011-12-04 Thread Rémy Oudompheng
Date: Sunday, December 4, 2011 @ 11:48:11
  Author: remy
Revision: 144300

Texlive update.

- upgrade package ledmac 15878 - 24631
- upgrade package poemscol 15878 - 23762

Modified:
  texlive-humanities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-04 16:47:15 UTC (rev 144299)
+++ PKGBUILD2011-12-04 16:48:11 UTC (rev 144300)
@@ -1,7 +1,8 @@
-# Maintainer: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-humanities
-pkgver=2010.22054
+pkgver=2011.24631
+_revnr=${pkgver#2011.}
 pkgrel=1
 pkgdesc=TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities
 license=('GPL')
@@ -13,18 +14,20 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('3e2d99a656336fc662d217d7f10ad2fe')
+md5sums=('219482f5298fc186a88940d61c988153')
 
 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
-   _revnr=`echo $pkgver | sed 's/2010\.//'`
install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
install -m755 -d $pkgdir/usr/share
wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true



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

2011-04-23 Thread Rémy Oudompheng
Date: Saturday, April 23, 2011 @ 18:05:22
  Author: remy
Revision: 120437

Update to revision 22054

- upgrade package bibleref 19317 - 21145
- new package bibleref-parse
- new package edfnotes
- upgrade package lineno 15878 - 21442
- new package tree-dvips

Modified:
  texlive-humanities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-23 22:04:50 UTC (rev 120436)
+++ PKGBUILD2011-04-23 22:05:22 UTC (rev 120437)
@@ -1,7 +1,7 @@
 # Maintainer: Firmicus firmicus āt gmx dōt net
 
 pkgname=texlive-humanities
-pkgver=2010.19440
+pkgver=2010.22054
 pkgrel=1
 pkgdesc=TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities
 license=('GPL')
@@ -13,7 +13,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('4dbbb3a17acbb6b7ab11901a15a60e6b')
+md5sums=('3e2d99a656336fc662d217d7f10ad2fe')
 
 build() {
for p in *.tar.xz; do



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

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

prerelease of texlive 2010

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

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

Modified: PKGBUILD
===
--- PKGBUILD2010-06-26 14:42:35 UTC (rev 84104)
+++ PKGBUILD2010-06-26 14:42:40 UTC (rev 84105)
@@ -1,9 +1,9 @@
 # Maintainer: Firmicus firmicus āt gmx dōt net
 
 pkgname=texlive-humanities
-pkgver=2009.16540
+pkgver=2010.18675
 pkgrel=1
-pkgdesc=TeX Live - collection of LaTeX packages for law, linguistics, the 
social sciences, and the humanities
+pkgdesc=TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities
 license=('GPL')
 arch=(any)
 depends=('texlive-core' 'texlive-latexextra')
@@ -11,21 +11,23 @@
 url='http://tug.org/texlive/'
 source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=('!emptydirs')
+options=(!strip)
 install=texlive.install
-md5sums=('73ad0bd31871fbd61ce524b77bc2edf1')
+md5sums=('9a38dec46d92963026f8c1be3286e55d')
 
 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
-   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 -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:35 UTC (rev 84104)
+++ texlive.install 2010-06-26 14:42:40 UTC (rev 84105)
@@ -1,6 +1,6 @@
 post_install() {
echo texlive: updating the filename database...
-   texconfig-sys rehash
+   /usr/bin/mktexlsr
 }
 
 post_upgrade() {