[arch-commits] Commit in texlive-humanities/repos (3 files)

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

archrelease: copy trunk to testing-any

Added:
  texlive-humanities/repos/testing-any/
  texlive-humanities/repos/testing-any/PKGBUILD
(from rev 183211, texlive-humanities/trunk/PKGBUILD)
  texlive-humanities/repos/testing-any/texlive.install
(from rev 183211, texlive-humanities/trunk/texlive.install)

-+
 PKGBUILD|   44 
 texlive.install |   12 
 2 files changed, 56 insertions(+)

Copied: texlive-humanities/repos/testing-any/PKGBUILD (from rev 183211, 
texlive-humanities/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-04-18 23:50:29 UTC (rev 183212)
@@ -0,0 +1,44 @@
+# Maintainer: Firmicus firmicus āt gmx dōt net
+
+pkgname=texlive-humanities
+pkgver=2012.29347
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc=TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities
+license=('GPL')
+arch=(any)
+depends=('texlive-core' 'texlive-latexextra')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('dc314ce3140198458ff427b3483ec87c')
+
+build() {
+   cd $srcdir
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   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
+   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
+}

Copied: texlive-humanities/repos/testing-any/texlive.install (from rev 183211, 
texlive-humanities/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-04-18 23:50:29 UTC (rev 183212)
@@ -0,0 +1,12 @@
+post_install() {
+   echo texlive: updating the filename database...
+   /usr/bin/mktexlsr
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in texlive-langcjk/trunk (PKGBUILD texlive-langcjk.maps)

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

upgpkg: texlive-langcjk 2012.29558-2

- new package bxbase
- new package bxjscls
- new package bxpict2e
- new package cjk-ko
- upgrade package fonts-tlwg 25417 - 29349
- upgrade package jfontmaps 27755 - 29349
- upgrade package luatexja 27593 - 29424
- new package nanumtype1
- upgrade package ptex 26689 - 29349
- new package ptex2pdf
- new package pxbase
- new package pxchfon
- new package pxjahyper
- new package pxrubrica
- upgrade package thailatex 27050 - 29349
- upgrade package xpinyin 27121 - 28346
- upgrade package zhnumber 27120 - 28347
- new package zxjafbfont
- new package zxjafont
- new package zxjatype

Modified:
  texlive-langcjk/trunk/PKGBUILD
  texlive-langcjk/trunk/texlive-langcjk.maps

--+
 PKGBUILD |6 +++---
 texlive-langcjk.maps |1 +
 2 files changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 23:50:29 UTC (rev 183212)
+++ PKGBUILD2013-04-18 23:50:49 UTC (rev 183213)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-langcjk
-pkgver=2012.28079
+pkgver=2012.29558
 _revnr=${pkgver#2012.}
 pkgrel=2
 pkgdesc=TeX Live - CJK (Chinese, Japanese, Korean) macros and fonts
@@ -15,8 +15,8 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('2b47c29e4e1a3c56b4542ba724a7190f'
- '0a21c8f3406ac404459b588e3e8eb3ea')
+md5sums=('78b68814790b3a5bb9e2bb61e9e0d817'
+ '65af2285bf81a3c4ddafaf7fb7b2b759')
 
 build() {
cd $srcdir

Modified: texlive-langcjk.maps
===
--- texlive-langcjk.maps2013-04-18 23:50:29 UTC (rev 183212)
+++ texlive-langcjk.maps2013-04-18 23:50:49 UTC (rev 183213)
@@ -15,6 +15,7 @@
 Map mcj.map
 Map mr2j.map
 Map mrj.map
+Map nanumfonts.map
 Map norasi-c90.map
 Map tlwg.map
 Map umj.map



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

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

archrelease: copy trunk to testing-any

Added:
  texlive-langcjk/repos/testing-any/
  texlive-langcjk/repos/testing-any/PKGBUILD
(from rev 183213, texlive-langcjk/trunk/PKGBUILD)
  texlive-langcjk/repos/testing-any/texlive-langcjk.maps
(from rev 183213, texlive-langcjk/trunk/texlive-langcjk.maps)
  texlive-langcjk/repos/testing-any/texlive.install
(from rev 183213, texlive-langcjk/trunk/texlive.install)

--+
 PKGBUILD |   53 +
 texlive-langcjk.maps |   21 +++
 texlive.install  |   52 
 3 files changed, 126 insertions(+)

Copied: texlive-langcjk/repos/testing-any/PKGBUILD (from rev 183213, 
texlive-langcjk/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-04-18 23:50:52 UTC (rev 183214)
@@ -0,0 +1,53 @@
+# Maintainer: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-langcjk
+pkgver=2012.29558
+_revnr=${pkgver#2012.}
+pkgrel=2
+pkgdesc=TeX Live - CJK (Chinese, Japanese, Korean) macros and fonts
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-lang')
+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=('78b68814790b3a5bb9e2bb61e9e0d817'
+ '65af2285bf81a3c4ddafaf7fb7b2b759')
+
+build() {
+   cd $srcdir
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   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
+   # hack for uplatex format generation
+   ln -s ../../platex/config/hyphen.cfg 
${pkgdir}/usr/share/texmf-dist/tex/uplatex/config/hyphen.cfg
+   # scripts links
+   install -d -m 755 $pkgdir/usr/bin
+   ln -s /usr/share/texmf-dist/scripts/uptex/convbkmk.rb 
$pkgdir/usr/bin/convbkmk
+   ln -s /usr/share/texmf-dist/scripts/jfontmaps/updmap-setup-kanji.pl 
$pkgdir/usr/bin/updmap-setup-kanji
+}

Copied: texlive-langcjk/repos/testing-any/texlive-langcjk.maps (from rev 
183213, texlive-langcjk/trunk/texlive-langcjk.maps)
===
--- testing-any/texlive-langcjk.maps(rev 0)
+++ testing-any/texlive-langcjk.maps2013-04-18 23:50:52 UTC (rev 183214)
@@ -0,0 +1,21 @@
+KanjiMap morisawa.map
+KanjiMap otf-@kanjiEmbed@.map
+KanjiMap otf-cktx.map
+KanjiMap otf-up-@kanjiEmbed@.map
+KanjiMap ptex-@kanjiEmbed@@kanjiVariant@.map
+KanjiMap uptex-@kanjiEmbed@@kanjiVariant@.map
+Map bkaiu.map
+Map bsmiu.map
+Map dgj.map
+Map dmj.map
+Map garuda-c90.map
+Map gbsnu.map
+Map gkaiu.map
+Map mc2j.map
+Map mcj.map
+Map mr2j.map
+Map mrj.map
+Map nanumfonts.map
+Map norasi-c90.map
+Map tlwg.map
+Map umj.map

Copied: texlive-langcjk/repos/testing-any/texlive.install (from rev 183213, 
texlive-langcjk/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-04-18 23:50:52 UTC (rev 183214)
@@ -0,0 +1,52 @@
+PKGNAME=texlive-langcjk
+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/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 

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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:51:10
  Author: remy
Revision: 183215

upgpkg: texlive-langcyrillic 2012.29349-1

- upgrade package cyrillic-bin 27328 - 29349
- upgrade package cyrplain 15878 - 29349
- upgrade package disser 24903 - 28342
- upgrade package eskdx 22465 - 29235
- upgrade package lhcyr 15878 - 29349
- upgrade package t2 22650 - 29349

Modified:
  texlive-langcyrillic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 23:50:52 UTC (rev 183214)
+++ PKGBUILD2013-04-18 23:51:10 UTC (rev 183215)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-langcyrillic
-pkgver=2012.27642
+pkgver=2012.29349
 _revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc=TeX Live - Fonts and macro packages to typeset Cyrillic texts
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('99a1737f9fbc3f54f56c10a1b01e62ac'
+md5sums=('1d2da4ce1e5db9a0fcc6c299bc771188'
  'f4a321793d9082c991c68870276dda7b')
 
 build() {



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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:51:12
  Author: remy
Revision: 183216

archrelease: copy trunk to testing-any

Added:
  texlive-langcyrillic/repos/testing-any/
  texlive-langcyrillic/repos/testing-any/PKGBUILD
(from rev 183215, texlive-langcyrillic/trunk/PKGBUILD)
  texlive-langcyrillic/repos/testing-any/texlive-langcyrillic.maps
(from rev 183215, texlive-langcyrillic/trunk/texlive-langcyrillic.maps)
  texlive-langcyrillic/repos/testing-any/texlive.install
(from rev 183215, texlive-langcyrillic/trunk/texlive.install)

---+
 PKGBUILD  |   48 
 texlive-langcyrillic.maps |1 
 texlive.install   |   52 
 3 files changed, 101 insertions(+)

Copied: texlive-langcyrillic/repos/testing-any/PKGBUILD (from rev 183215, 
texlive-langcyrillic/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-04-18 23:51:12 UTC (rev 183216)
@@ -0,0 +1,48 @@
+# Maintainer: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-langcyrillic
+pkgver=2012.29349
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc=TeX Live - Fonts and macro packages to typeset Cyrillic texts
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-lang')
+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=('1d2da4ce1e5db9a0fcc6c299bc771188'
+ 'f4a321793d9082c991c68870276dda7b')
+
+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
+}

Copied: texlive-langcyrillic/repos/testing-any/texlive-langcyrillic.maps (from 
rev 183215, texlive-langcyrillic/trunk/texlive-langcyrillic.maps)
===
--- testing-any/texlive-langcyrillic.maps   (rev 0)
+++ testing-any/texlive-langcyrillic.maps   2013-04-18 23:51:12 UTC (rev 
183216)
@@ -0,0 +1 @@
+Map cmcyr.map

Copied: texlive-langcyrillic/repos/testing-any/texlive.install (from rev 
183215, texlive-langcyrillic/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-04-18 23:51:12 UTC (rev 183216)
@@ -0,0 +1,52 @@
+PKGNAME=texlive-langcyrillic
+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/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/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

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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:51:32
  Author: remy
Revision: 183217

upgpkg: texlive-langextra 2012.29701-1

- upgrade package amiri 27114 - 28674
- new package ghab
- new package imsproc
- upgrade package montex 17853 - 29349
- new package persian-hm-ftx
- new package persian-hm-xbs
- upgrade package persian-modern 23959 - 29701
- new package tram

Modified:
  texlive-langextra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 23:51:12 UTC (rev 183216)
+++ PKGBUILD2013-04-18 23:51:32 UTC (rev 183217)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-langextra
-pkgver=2012.27114
+pkgver=2012.29701
 _revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc=TeX Live - Bundle of all extra language support
@@ -23,7 +23,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('d0bfb1ccbb225b6d50c0809c03cbd983'
+md5sums=('c74fd6d1b59f5d93eb11228a0b5c3ba1'
  'a4cbb2f9de807a04f90956e6f8c354ae')
 
 build() {



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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:51:35
  Author: remy
Revision: 183218

archrelease: copy trunk to testing-any

Added:
  texlive-langextra/repos/testing-any/
  texlive-langextra/repos/testing-any/PKGBUILD
(from rev 183217, texlive-langextra/trunk/PKGBUILD)
  texlive-langextra/repos/testing-any/texlive-langextra.maps
(from rev 183217, texlive-langextra/trunk/texlive-langextra.maps)
  texlive-langextra/repos/testing-any/texlive.install
(from rev 183217, texlive-langextra/trunk/texlive.install)

+
 PKGBUILD   |   59 +++
 texlive-langextra.maps |   18 ++
 texlive.install|   52 +
 3 files changed, 129 insertions(+)

Copied: texlive-langextra/repos/testing-any/PKGBUILD (from rev 183217, 
texlive-langextra/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-04-18 23:51:35 UTC (rev 183218)
@@ -0,0 +1,59 @@
+# Maintainer: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-langextra
+pkgver=2012.29701
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc=TeX Live - Bundle of all extra language support
+license=('GPL')
+arch=(any)
+conflicts=('texlive-langafrican' 'texlive-langarab' 'texlive-langarabic'
+   'texlive-langarmenian' 'texlive-langcroatian' 'texlive-langhebrew'
+   'texlive-langindic' 'texlive-langmongolian' 'texlive-langtibetan'
+   'texlive-langvietnamese')
+provides=('texlive-langafrican' 'texlive-langarabic' 'texlive-langarmenian' 
+  'texlive-langarmenian' 'texlive-langcroatian' 'texlive-langhebrew'
+  'texlive-langindic' 'texlive-langmongolian' 'texlive-langtibetan'
+  'texlive-langvietnamese')
+depends=('texlive-latexextra')
+groups=('texlive-lang')
+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=('c74fd6d1b59f5d93eb11228a0b5c3ba1'
+ 'a4cbb2f9de807a04f90956e6f8c354ae')
+
+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
+   #remove parts of ethiop that depend on Omega:
+   rm -rf $pkgdir/usr/share/texmf-dist/fonts/{ofm,ovf,ovp}
+   rm -rf $pkgdir/usr/share/texmf-dist/omega
+}

Copied: texlive-langextra/repos/testing-any/texlive-langextra.maps (from rev 
183217, texlive-langextra/trunk/texlive-langextra.maps)
===
--- testing-any/texlive-langextra.maps  (rev 0)
+++ testing-any/texlive-langextra.maps  2013-04-18 23:51:35 UTC (rev 183218)
@@ -0,0 +1,18 @@
+Map arabi.map
+Map arevvn.map
+Map burmese.map
+Map chartervn.map
+Map cjhebrew.map
+Map cmbrightvn.map
+Map concretevn.map
+Map grotesqvn.map
+Map skt.map
+Map txttvn.map
+Map urwvn.map
+Map vntopia.map
+MixedMap arabtex.map
+MixedMap dvng.map
+MixedMap ethiop.map
+MixedMap mongolian.map
+MixedMap vnrother.map
+MixedMap vnrtext.map

Copied: texlive-langextra/repos/testing-any/texlive.install (from rev 183217, 
texlive-langextra/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-04-18 23:51:35 UTC (rev 183218)
@@ -0,0 +1,52 @@
+PKGNAME=texlive-langextra
+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 

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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:51:55
  Author: remy
Revision: 183219

upgpkg: texlive-langgreek 2012.28327-1

- upgrade package greektex 15878 - 28327

Modified:
  texlive-langgreek/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 23:51:35 UTC (rev 183218)
+++ PKGBUILD2013-04-18 23:51:55 UTC (rev 183219)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-langgreek
-pkgver=2012.27651
+pkgver=2012.28327
 _revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc=TeX Live - Fonts and support for typesetting Greek
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('8261821bf31696475e964aa5c19d0390'
+md5sums=('abff9a31d4f83408e40c9581069ae86a'
  'a1c515e7bbe93c905e20db580aa5a234')
 
 build() {



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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:51:57
  Author: remy
Revision: 183220

archrelease: copy trunk to testing-any

Added:
  texlive-langgreek/repos/testing-any/
  texlive-langgreek/repos/testing-any/PKGBUILD
(from rev 183219, texlive-langgreek/trunk/PKGBUILD)
  texlive-langgreek/repos/testing-any/texlive-langgreek.maps
(from rev 183219, texlive-langgreek/trunk/texlive-langgreek.maps)
  texlive-langgreek/repos/testing-any/texlive.install
(from rev 183219, texlive-langgreek/trunk/texlive.install)

+
 PKGBUILD   |   49 
 texlive-langgreek.maps |6 +
 texlive.install|   52 +++
 3 files changed, 107 insertions(+)

Copied: texlive-langgreek/repos/testing-any/PKGBUILD (from rev 183219, 
texlive-langgreek/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-04-18 23:51:57 UTC (rev 183220)
@@ -0,0 +1,49 @@
+# Maintainer: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-langgreek
+pkgver=2012.28327
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc=TeX Live - Fonts and support for typesetting Greek
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-lang')
+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=('abff9a31d4f83408e40c9581069ae86a'
+ 'a1c515e7bbe93c905e20db580aa5a234')
+
+build() {
+   cd $srcdir
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   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/mkgrkindex/mkgrkindex 
$pkgdir/usr/bin/mkgrkindex
+}

Copied: texlive-langgreek/repos/testing-any/texlive-langgreek.maps (from rev 
183219, texlive-langgreek/trunk/texlive-langgreek.maps)
===
--- testing-any/texlive-langgreek.maps  (rev 0)
+++ testing-any/texlive-langgreek.maps  2013-04-18 23:51:57 UTC (rev 183220)
@@ -0,0 +1,6 @@
+Map gfsbaskerville.map
+Map gfsporson.map
+Map grverb.map
+Map kerkis.map
+MixedMap cbgreek-full.map
+MixedMap iby.map

Copied: texlive-langgreek/repos/testing-any/texlive.install (from rev 183219, 
texlive-langgreek/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-04-18 23:51:57 UTC (rev 183220)
@@ -0,0 +1,52 @@
+PKGNAME=texlive-langgreek
+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/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/web2c/updmap-hdr.cfg $UPDMAP
+  cat var/lib/texmf/arch/installedpkgs/*.maps  $UPDMAP
+  [ -f $UPDMAPLOCAL ]  cat $UPDMAPLOCAL  $UPDMAP
+  echo texlive: updating the filename database...
+  

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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:52:31
  Author: remy
Revision: 183221

upgpkg: texlive-latexextra 2012.29701-1

- upgrade package achemso 27662 - 29314
- upgrade package acro 27988 - 29681
- upgrade package adjmulticol 21512 - 28936
- upgrade package amsaddr 15878 - 29630
- upgrade package animate 28095 - 28471
- new package apptools
- upgrade package cal- 25001 - 28675
- upgrade package catoptions 28015 - 28331
- upgrade package censor 27638 - 29170
- upgrade package changebar 15878 - 29349
- upgrade package chet 24864 - 28606
- upgrade package chronology 18994 - 29682
- new package classics
- upgrade package cleveref 27807 - 29503
- new package clipboard
- new package cmdtrack
- new package commado
- new package concepts
- new package contracard
- upgrade package coolthms 25885 - 29062
- upgrade package crbox 24414 - 29701
- upgrade package currfile 28118 - 29012
- upgrade package cweb-latex 15878 - 28878
- upgrade package dashrule 15878 - 29579
- upgrade package datatool 27917 - 28844
- upgrade package dblfloatfix 17191 - 28983
- new package dialogl
- new package download
- upgrade package embrac 28173 - 29683
- upgrade package emulateapj 16099 - 28469
- upgrade package enotez 27179 - 29696
- upgrade package environ 15878 - 29600
- upgrade package eqparbox 16589 - 29419
- new package etoc
- upgrade package exsheets 28212 - 29685
- upgrade package filedate 28242 - 29529
- upgrade package fileinfo 28252 - 28421
- upgrade package fixme 16169 - 29362
- upgrade package fnpct 27551 - 29259
- upgrade package fnumprint 27668 - 29173
- upgrade package ftnxtra 17317 - 29652
- upgrade package glossaries 27766 - 28305
- upgrade package he-she 24938 - 29290
- upgrade package hypdvips 24781 - 28667
- upgrade package hyperxmp 27753 - 28809
- new package iitem
- upgrade package imakeidx 28240 - 29542
- upgrade package incgraph 27841 - 28868
- upgrade package lastpage 23793 - 28985
- upgrade package latex-tds 26390 - 29325
- upgrade package lettrine 27185 - 29391
- new package lisp-on-tex
- upgrade package loops 28196 - 29090
- upgrade package ltxkeys 28000 - 28332
- new package mandi
- upgrade package mathastext 28077 - 28920
- upgrade package mdframed 27762 - 29319
- upgrade package media9 27879 - 29530
- new package minifp
- upgrade package moderncv 28139 - 29074
- upgrade package morehype 26758 - 28921
- upgrade package morewrites 27516 - 28767
- new package multiexpand
- upgrade package mversion 24330 - 29370
- upgrade package nameauth 27203 - 29632
- upgrade package needspace 19684 - 29601
- new package newenviron
- upgrade package nicefilelist 28141 - 28527
- upgrade package nicetext 28271 - 28423
- new package numberedblock
- new package ocg-p
- upgrade package ocgx 28272 - 28492
- upgrade package pageslts 23534 - 28986
- upgrade package paresse 22257 - 29137
- upgrade package preview 17118 - 28438
- upgrade package probsoln 25106 - 29371
- upgrade package progressbar 25431 - 28753
- upgrade package pst-pdf 15878 - 29349
- upgrade package pstool 15878 - 29343
- new package ran_toks
- new package readarray
- upgrade package refcheck 21094 - 29128
- upgrade package regexpatch 27155 - 29543
- new package roundbox
- new package scalerel
- upgrade package sepfootnotes 25574 - 28885
- upgrade package shapepar 15878 - 28935
- upgrade package shipunov 24203 - 29349
- new package showdim
- upgrade package simplecd 28174 - 29260
- new package skdoc
- upgrade package skeyval 28197 - 29092
- new package skrapport
- upgrade package spanglish 20889 - 29272
- upgrade package splitindex 26313 - 29688
- upgrade package subfloat 15878 - 29349
- new package tableof
- upgrade package tcolorbox 26072 - 29372
- upgrade package technics 16238 - 29349
- upgrade package texpower 15878 - 29349
- new package threadcol
- upgrade package todonotes 27159 - 28362
- new package underoverlap
- upgrade package upmethodology 27896 - 29615
- upgrade package vhistory 19901 - 28914
- new package xint
- upgrade package xstring 28078 - 29258
- upgrade package zwpagelayout 26549 - 28846
- deleted package ghab
- deleted package tram
- deleted package verbatimbox

Modified:
  texlive-latexextra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 23:51:57 UTC (rev 183220)
+++ PKGBUILD2013-04-18 23:52:31 UTC (rev 183221)
@@ -3,7 +3,7 @@
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-latexextra
-pkgver=2012.28272
+pkgver=2012.29701
 _revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc=TeX Live - Large collection of add-on packages for LaTeX
@@ -20,7 +20,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('75db29b9e9bea30e9b6c1b77c4fca964'
+md5sums=('1b67842cdc5debc80730fced7ce369ce'
  '9e4825f47dac663dd62c4bfa67899e84')
 
 build() {



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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:52:34
  Author: remy
Revision: 183222

archrelease: copy trunk to testing-any

Added:
  texlive-latexextra/repos/testing-any/
  texlive-latexextra/repos/testing-any/PKGBUILD
(from rev 183221, texlive-latexextra/trunk/PKGBUILD)
  texlive-latexextra/repos/testing-any/texlive-latexextra.maps
(from rev 183221, texlive-latexextra/trunk/texlive-latexextra.maps)
  texlive-latexextra/repos/testing-any/texlive.install
(from rev 183221, texlive-latexextra/trunk/texlive.install)

-+
 PKGBUILD|   72 ++
 texlive-latexextra.maps |3 +
 texlive.install |   52 +
 3 files changed, 127 insertions(+)

Copied: texlive-latexextra/repos/testing-any/PKGBUILD (from rev 183221, 
texlive-latexextra/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-04-18 23:52:34 UTC (rev 183222)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-latexextra
+pkgver=2012.29701
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc=TeX Live - Large collection of add-on packages for LaTeX
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+optdepends=(
+  'texlive-pictures: to use the package overpic'
+  'openjdk6: for use by ppower4'
+)
+groups=('texlive-most')
+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=('1b67842cdc5debc80730fced7ce369ce'
+ '9e4825f47dac663dd62c4bfa67899e84')
+
+build() {
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+package() {
+   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
+   #add symlinks that were in texlive-bin:
+   install -m755 -d $pkgdir/usr/bin
+   ln -s /usr/share/texmf-dist/scripts/authorindex/authorindex 
$pkgdir/usr/bin/authorindex
+   ln -s /usr/share/texmf-dist/scripts/exceltex/exceltex 
$pkgdir/usr/bin/exceltex
+   ln -s /usr/share/texmf-dist/scripts/glossaries/makeglossaries 
$pkgdir/usr/bin/makeglossaries
+   ln -s /usr/share/texmf-dist/scripts/pax/pdfannotextractor.pl 
$pkgdir/usr/bin/pdfannotextractor
+ln -s /usr/share/texmf-dist/scripts/perltex/perltex.pl 
$pkgdir/usr/bin/perltex
+   ln -s /usr/share/texmf-dist/scripts/pst-pdf/ps4pdf $pkgdir/usr/bin/ps4pdf
+   ln -s /usr/share/texmf-dist/scripts/splitindex/perl/splitindex.pl 
$pkgdir/usr/bin/splitindex
+   ln -s /usr/share/texmf-dist/scripts/svn-multi/svn-multi.pl 
$pkgdir/usr/bin/svn-multi
+   ln -s /usr/share/texmf-dist/scripts/vpe/vpe.pl $pkgdir/usr/bin/vpe
+   # but ppower4 was a symlink to ppower4.tlu, which was broken, but this is 
far better:
+   (
+   cat END
+#!/bin/bash
+java -jar /usr/share/texmf-dist/scripts/ppower4/pp4p.jar $@
+END
+   )  /tmp/ppower4 
+   install -m755 /tmp/ppower4 $pkgdir/usr/bin/
+   rm $pkgdir/usr/share/texmf-dist/scripts/glossaries/makeglossaries.bat
+   rm $pkgdir/usr/share/texmf-dist/scripts/pst-pdf/ps4pdf.bat*
+   rm $pkgdir/usr/share/texmf-dist/scripts/shipunov/biokey2html.bat
+}

Copied: texlive-latexextra/repos/testing-any/texlive-latexextra.maps (from rev 
183221, texlive-latexextra/trunk/texlive-latexextra.maps)
===
--- testing-any/texlive-latexextra.maps (rev 0)
+++ testing-any/texlive-latexextra.maps 2013-04-18 23:52:34 UTC (rev 183222)
@@ -0,0 +1,3 @@
+Map epiolmec.map
+MixedMap esint.map
+MixedMap manfnt.map

Copied: texlive-latexextra/repos/testing-any/texlive.install (from rev 183221, 
texlive-latexextra/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-04-18 23:52:34 UTC (rev 183222)
@@ -0,0 +1,52 @@

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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:52:58
  Author: remy
Revision: 183223

upgpkg: texlive-music 2012.28943-1

- upgrade package figbas 27405 - 28943
- upgrade package m-tx 28032 - 28900
- upgrade package musixtex 24518 - 28937
- upgrade package musixtex-fonts 24517 - 28934
- upgrade package pmx 26689 - 28894

Modified:
  texlive-music/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 23:52:34 UTC (rev 183222)
+++ PKGBUILD2013-04-18 23:52:58 UTC (rev 183223)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-music
-pkgver=2012.28032
+pkgver=2012.28943
 _revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc=TeX Live - Music typesetting packages
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('59a71300b8f99780e61301567a5f8188'
+md5sums=('6304f3196a62cc41c50dae9a6497eab0'
  '6af96d016e18492867d6f4ba2eff0a31')
 
 build() {




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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:53:00
  Author: remy
Revision: 183224

archrelease: copy trunk to testing-any

Added:
  texlive-music/repos/testing-any/
  texlive-music/repos/testing-any/PKGBUILD
(from rev 183223, texlive-music/trunk/PKGBUILD)
  texlive-music/repos/testing-any/texlive-music.maps
(from rev 183223, texlive-music/trunk/texlive-music.maps)
  texlive-music/repos/testing-any/texlive.install
(from rev 183223, texlive-music/trunk/texlive.install)

+
 PKGBUILD   |   51 ++
 texlive-music.maps |1 
 texlive.install|   52 +++
 3 files changed, 104 insertions(+)

Copied: texlive-music/repos/testing-any/PKGBUILD (from rev 183223, 
texlive-music/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-04-18 23:53:00 UTC (rev 183224)
@@ -0,0 +1,51 @@
+# Maintainer: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-music
+pkgver=2012.28943
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc=TeX Live - Music typesetting packages
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+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=('6304f3196a62cc41c50dae9a6497eab0'
+ '6af96d016e18492867d6f4ba2eff0a31')
+
+build() {
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+package() {
+   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
+   # script symlinks
+   install -m755 -d $pkgdir/usr/bin
+   ln -s /usr/share/texmf-dist/scripts/m-tx/m-tx.lua $pkgdir/usr/bin/m-tx
+   ln -s /usr/share/texmf-dist/scripts/musixtex/musixflx.lua 
$pkgdir/usr/bin/musixflx
+   ln -s /usr/share/texmf-dist/scripts/musixtex/musixtex.lua 
$pkgdir/usr/bin/musixtex
+   ln -s /usr/share/texmf-dist/scripts/pmx/pmx2pdf.lua $pkgdir/usr/bin/pmx2pdf
+}

Copied: texlive-music/repos/testing-any/texlive-music.maps (from rev 183223, 
texlive-music/trunk/texlive-music.maps)
===
--- testing-any/texlive-music.maps  (rev 0)
+++ testing-any/texlive-music.maps  2013-04-18 23:53:00 UTC (rev 183224)
@@ -0,0 +1 @@
+MixedMap musix.map

Copied: texlive-music/repos/testing-any/texlive.install (from rev 183223, 
texlive-music/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-04-18 23:53:00 UTC (rev 183224)
@@ -0,0 +1,52 @@
+PKGNAME=texlive-music
+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/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/web2c/updmap-hdr.cfg $UPDMAP
+  cat var/lib/texmf/arch/installedpkgs/*.maps  $UPDMAP
+  [ -f $UPDMAPLOCAL ]  cat $UPDMAPLOCAL  $UPDMAP
+  echo 

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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:53:13
  Author: remy
Revision: 183225

upgpkg: texlive-pictures 2012.29680-1

- upgrade package chemfig 25504 - 28287
- upgrade package circuitikz 23913 - 28665
- upgrade package curve2e 25569 - 28507
- upgrade package epspdf 21628 - 29050
- new package fast-diagram
- new package flowchart
- upgrade package forest 28269 - 28979
- upgrade package hf-tikz 27457 - 29278
- new package makeshape
- upgrade package mathspic 26313 - 29349
- upgrade package pgfplots 28094 - 29531
- upgrade package pict2e 21987 - 29215
- upgrade package randomwalk 27517 - 28769
- new package sa-tikz
- upgrade package smartdiagram 28116 - 29680
- upgrade package tikz-cd 27414 - 28695
- new package tikzinclude
- new package tikzorbital
- upgrade package tikzposter 28066 - 29179
- upgrade package tikzscale 28170 - 29569
- new package tikzsymbols
- new package xpicture
- deleted package roundbox

Modified:
  texlive-pictures/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 23:53:00 UTC (rev 183224)
+++ PKGBUILD2013-04-18 23:53:13 UTC (rev 183225)
@@ -1,7 +1,7 @@
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-pictures
-pkgver=2012.28269
+pkgver=2012.29680
 _revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc=TeX Live - Packages for drawings graphics
@@ -14,7 +14,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('3458507ad58d1a508f5ecb8704afdf8d'
+md5sums=('1286db498d96d19ae218f6d14547a929'
  '7d08cb8ade87687bd8676f8e8ba20697')
 
 build() {



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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:53:15
  Author: remy
Revision: 183226

archrelease: copy trunk to testing-any

Added:
  texlive-pictures/repos/testing-any/
  texlive-pictures/repos/testing-any/PKGBUILD
(from rev 183225, texlive-pictures/trunk/PKGBUILD)
  texlive-pictures/repos/testing-any/texlive-pictures.maps
(from rev 183225, texlive-pictures/trunk/texlive-pictures.maps)
  texlive-pictures/repos/testing-any/texlive.install
(from rev 183225, texlive-pictures/trunk/texlive.install)

---+
 PKGBUILD  |   53 
 texlive-pictures.maps |2 +
 texlive.install   |   52 +++
 3 files changed, 107 insertions(+)

Copied: texlive-pictures/repos/testing-any/PKGBUILD (from rev 183225, 
texlive-pictures/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-04-18 23:53:15 UTC (rev 183226)
@@ -0,0 +1,53 @@
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-pictures
+pkgver=2012.29680
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc=TeX Live - Packages for drawings graphics
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+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=('1286db498d96d19ae218f6d14547a929'
+ '7d08cb8ade87687bd8676f8e8ba20697')
+
+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/cachepic/cachepic.tlu 
$pkgdir/usr/bin/cachepic
+   ln -s /usr/share/texmf-dist/scripts/epspdf/epspdftk.tcl 
$pkgdir/usr/bin/epspdftk
+   ln -s /usr/share/texmf-dist/scripts/epspdf/epspdf.rb $pkgdir/usr/bin/epspdf
+   ln -s /usr/share/texmf-dist/scripts/fig4latex/fig4latex 
$pkgdir/usr/bin/fig4latex
+   ln -s /usr/share/texmf-dist/scripts/mathspic/mathspic.pl 
$pkgdir/usr/bin/mathspic
+}

Copied: texlive-pictures/repos/testing-any/texlive-pictures.maps (from rev 
183225, texlive-pictures/trunk/texlive-pictures.maps)
===
--- testing-any/texlive-pictures.maps   (rev 0)
+++ testing-any/texlive-pictures.maps   2013-04-18 23:53:15 UTC (rev 183226)
@@ -0,0 +1,2 @@
+Map knitfont.map
+MixedMap xypic.map

Copied: texlive-pictures/repos/testing-any/texlive.install (from rev 183225, 
texlive-pictures/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-04-18 23:53:15 UTC (rev 183226)
@@ -0,0 +1,52 @@
+PKGNAME=texlive-pictures
+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/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 

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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:53:33
  Author: remy
Revision: 183227

upgpkg: texlive-plainextra 2012.29349-1

- upgrade package plipsum 27670 - 29349

Modified:
  texlive-plainextra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 23:53:15 UTC (rev 183226)
+++ PKGBUILD2013-04-18 23:53:33 UTC (rev 183227)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-plainextra
-pkgver=2012.28176
+pkgver=2012.29349
 _revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc=TeX Live - A collection of add-on packages and macros for plain TeX
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('c5f983c7b3de677882266477c223c72c')
+md5sums=('25c1178c9686bbdd0ac02b6becf790b7')
 
 build() {
cd $srcdir



[arch-commits] Commit in texlive-plainextra/repos (3 files)

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:53:35
  Author: remy
Revision: 183228

archrelease: copy trunk to testing-any

Added:
  texlive-plainextra/repos/testing-any/
  texlive-plainextra/repos/testing-any/PKGBUILD
(from rev 183227, texlive-plainextra/trunk/PKGBUILD)
  texlive-plainextra/repos/testing-any/texlive.install
(from rev 183227, texlive-plainextra/trunk/texlive.install)

-+
 PKGBUILD|   45 +
 texlive.install |   12 
 2 files changed, 57 insertions(+)

Copied: texlive-plainextra/repos/testing-any/PKGBUILD (from rev 183227, 
texlive-plainextra/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-04-18 23:53:35 UTC (rev 183228)
@@ -0,0 +1,45 @@
+# Maintainer: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-plainextra
+pkgver=2012.29349
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc=TeX Live - A collection of add-on packages and macros for plain TeX
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('25c1178c9686bbdd0ac02b6becf790b7')
+
+build() {
+   cd $srcdir
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   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
+   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
+}

Copied: texlive-plainextra/repos/testing-any/texlive.install (from rev 183227, 
texlive-plainextra/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-04-18 23:53:35 UTC (rev 183228)
@@ -0,0 +1,12 @@
+post_install() {
+   echo texlive: updating the filename database...
+   /usr/bin/mktexlsr
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:54:00
  Author: remy
Revision: 183229

upgpkg: texlive-pstricks 2012.29678-1

- upgrade package pst-eucl 27798 - 29356
- upgrade package pst-optexp 27743 - 29444
- upgrade package pst-plot 26218 - 28729
- upgrade package pst-solides3d 28279 - 28581
- new package pst-vectorian
- upgrade package pst2pdf 24845 - 29333
- upgrade package pstricks 27985 - 29678
- upgrade package pstricks-add 27836 - 28750

Modified:
  texlive-pstricks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 23:53:35 UTC (rev 183228)
+++ PKGBUILD2013-04-18 23:54:00 UTC (rev 183229)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-pstricks
-pkgver=2012.28279
+pkgver=2012.29678
 _revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc=TeX Live - Additional PSTricks packages
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('7d7945e61b5477192848488f3c426adb')
+md5sums=('ef38e5b4eb2b903bcb3cc7ff0a42b363')
 
 build() {
for p in *.tar.xz; do



[arch-commits] Commit in texlive-pstricks/repos (3 files)

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:54:02
  Author: remy
Revision: 183230

archrelease: copy trunk to testing-any

Added:
  texlive-pstricks/repos/testing-any/
  texlive-pstricks/repos/testing-any/PKGBUILD
(from rev 183229, texlive-pstricks/trunk/PKGBUILD)
  texlive-pstricks/repos/testing-any/texlive.install
(from rev 183229, texlive-pstricks/trunk/texlive.install)

-+
 PKGBUILD|   46 ++
 texlive.install |   12 
 2 files changed, 58 insertions(+)

Copied: texlive-pstricks/repos/testing-any/PKGBUILD (from rev 183229, 
texlive-pstricks/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-04-18 23:54:02 UTC (rev 183230)
@@ -0,0 +1,46 @@
+# Maintainer: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-pstricks
+pkgver=2012.29678
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc=TeX Live - Additional PSTricks packages
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('ef38e5b4eb2b903bcb3cc7ff0a42b363')
+
+build() {
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+package() {
+   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
+   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/pedigree-perl/pedigree.pl 
$pkgdir/usr/bin/pedigree
+   ln -s /usr/share/texmf-dist/scripts/pst2pdf/pst2pdf $pkgdir/usr/bin/pst2pdf
+}

Copied: texlive-pstricks/repos/testing-any/texlive.install (from rev 183229, 
texlive-pstricks/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-04-18 23:54:02 UTC (rev 183230)
@@ -0,0 +1,12 @@
+post_install() {
+   echo texlive: updating the filename database...
+   /usr/bin/mktexlsr
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:54:22
  Author: remy
Revision: 183231

upgpkg: texlive-publishers 2012.29699-1

- upgrade package IEEEtran 15878 - 28697
- new package abntex2
- upgrade package apa6 28097 - 28802
- upgrade package articleingud 26197 - 28302
- upgrade package ascelike 25303 - 29129
- upgrade package cmpj 27452 - 28862
- upgrade package confproc 23358 - 29349
- new package ebook
- upgrade package ejpecp 25092 - 28535
- new package matc3
- new package matc3mem
- upgrade package msu-thesis 27141 - 28422
- upgrade package nddiss 15878 - 29349
- upgrade package nrc 28186 - 29027
- upgrade package philosophersimprint 26831 - 28845
- upgrade package pkuthss 28245 - 29580
- new package proposal
- upgrade package resphilosophica 27767 - 28799
- new package resumecls
- upgrade package sapthesis 25593 - 28345
- upgrade package seuthesis 18045 - 29349
- upgrade package suftesi 28065 - 29484
- new package tabriz-thesis
- upgrade package texilikechaps 16752 - 28553
- upgrade package toptesi 28223 - 29550
- upgrade package tugboat 27895 - 29003
- upgrade package uafthesis 22206 - 29349
- new package uestcthesis
- upgrade package ulthese 27951 - 29029
- upgrade package unamthesis 22500 - 29519
- new package unswcover
- new package xcookybooky
- deleted package imsproc
- deleted package macqassign

Modified:
  texlive-publishers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 23:54:02 UTC (rev 183230)
+++ PKGBUILD2013-04-18 23:54:22 UTC (rev 183231)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-publishers
-pkgver=2012.28245
+pkgver=2012.29699
 _revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc=TeX Live - LaTeX classes and packages for specific publishers
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('fa1a502b3ddb2b5a9ad4084f90c8b9b4')
+md5sums=('770b1212a5b2f603998654e82bdd933d')
 
 build() {
cd $srcdir



[arch-commits] Commit in texlive-publishers/repos (3 files)

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:54:23
  Author: remy
Revision: 183232

archrelease: copy trunk to testing-any

Added:
  texlive-publishers/repos/testing-any/
  texlive-publishers/repos/testing-any/PKGBUILD
(from rev 183231, texlive-publishers/trunk/PKGBUILD)
  texlive-publishers/repos/testing-any/texlive.install
(from rev 183231, texlive-publishers/trunk/texlive.install)

-+
 PKGBUILD|   45 +
 texlive.install |   12 
 2 files changed, 57 insertions(+)

Copied: texlive-publishers/repos/testing-any/PKGBUILD (from rev 183231, 
texlive-publishers/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-04-18 23:54:23 UTC (rev 183232)
@@ -0,0 +1,45 @@
+# Maintainer: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-publishers
+pkgver=2012.29699
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc=TeX Live - LaTeX classes and packages for specific publishers
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('770b1212a5b2f603998654e82bdd933d')
+
+build() {
+   cd $srcdir
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   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
+   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
+}

Copied: texlive-publishers/repos/testing-any/texlive.install (from rev 183231, 
texlive-publishers/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-04-18 23:54:23 UTC (rev 183232)
@@ -0,0 +1,12 @@
+post_install() {
+   echo texlive: updating the filename database...
+   /usr/bin/mktexlsr
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:54:41
  Author: remy
Revision: 183233

upgpkg: texlive-science 2012.29684-1

- upgrade package algorithm2e 16417 - 28749
- upgrade package bohr 27839 - 28700
- upgrade package chemmacros 27904 - 29263
- upgrade package chemnum 27728 - 28883
- upgrade package drawstack 19627 - 28582
- upgrade package endiagram 27489 - 29684
- upgrade package engtlc 25432 - 28571
- upgrade package mychemistry 27754 - 28611
- upgrade package physics 28153 - 28590
- upgrade package siunitx 28263 - 29360

Modified:
  texlive-science/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 23:54:23 UTC (rev 183232)
+++ PKGBUILD2013-04-18 23:54:41 UTC (rev 183233)
@@ -1,7 +1,7 @@
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-science
-pkgver=2012.28263
+pkgver=2012.29684
 _revnr=${pkgver#2012.}
 pkgrel=1
 pkgdesc=TeX Live - Typesetting for natural and computer sciences
@@ -14,7 +14,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('c714585b19e338763cd167d596ccc942'
+md5sums=('331d9af17ba70c0da31b02bfefb87701'
  '72206bb981d3d491df018e0e13334be5')
 
 build() {



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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:54:43
  Author: remy
Revision: 183234

archrelease: copy trunk to testing-any

Added:
  texlive-science/repos/testing-any/
  texlive-science/repos/testing-any/PKGBUILD
(from rev 183233, texlive-science/trunk/PKGBUILD)
  texlive-science/repos/testing-any/texlive-science.maps
(from rev 183233, texlive-science/trunk/texlive-science.maps)
  texlive-science/repos/testing-any/texlive.install
(from rev 183233, texlive-science/trunk/texlive.install)

--+
 PKGBUILD |   49 ++
 texlive-science.maps |1 
 texlive.install  |   52 +
 3 files changed, 102 insertions(+)

Copied: texlive-science/repos/testing-any/PKGBUILD (from rev 183233, 
texlive-science/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-04-18 23:54:43 UTC (rev 183234)
@@ -0,0 +1,49 @@
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-science
+pkgver=2012.29684
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc=TeX Live - Typesetting for natural and computer sciences
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+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=('331d9af17ba70c0da31b02bfefb87701'
+ '72206bb981d3d491df018e0e13334be5')
+
+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/ulqda/ulqda.pl $pkgdir/usr/bin/ulqda
+}

Copied: texlive-science/repos/testing-any/texlive-science.maps (from rev 
183233, texlive-science/trunk/texlive-science.maps)
===
--- testing-any/texlive-science.maps(rev 0)
+++ testing-any/texlive-science.maps2013-04-18 23:54:43 UTC (rev 183234)
@@ -0,0 +1 @@
+Map chemarrow.map

Copied: texlive-science/repos/testing-any/texlive.install (from rev 183233, 
texlive-science/trunk/texlive.install)
===
--- testing-any/texlive.install (rev 0)
+++ testing-any/texlive.install 2013-04-18 23:54:43 UTC (rev 183234)
@@ -0,0 +1,52 @@
+PKGNAME=texlive-science
+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/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/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 

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

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:55:16
  Author: remy
Revision: 183235

upgpkg: texlive-bin 2012.0-10

Update biber to version 1.5 for texlive-core 2012.29661

Modified:
  texlive-bin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 23:54:43 UTC (rev 183234)
+++ PKGBUILD2013-04-18 23:55:16 UTC (rev 183235)
@@ -4,12 +4,12 @@
 
 pkgname=texlive-bin
 pkgver=2012.0
-pkgrel=9
-_biber_ver=1.3 # for biblatex 2.3 only.
+pkgrel=10
+_biber_ver=1.5 # for biblatex 2.5 only.
 pkgdesc=TeX Live binaries
 license=('GPL')
 arch=('i686' 'x86_64')
-depends=('t1lib' 'gd' 'poppler=0.22.3' 'libsigsegv' 'zziplib' 'libpng' 
'libjpeg' 'freetype2')
+depends=('t1lib' 'gd' 'poppler=0.22.0' 'libsigsegv' 'zziplib' 'libpng' 
'libjpeg' 'freetype2')
 makedepends=('perl' 'clisp' 'ffcall')
 optdepends=('ed: for texconfig')
 provides=('lcdf-typetools' 'kpathsea' 'xindy' 'pdfjam')
@@ -48,8 +48,8 @@
  'e3a664d5a7f0923f35060fe9d25d2573'
  'ac2c3c3aa765581f8504e21a5edbfb9f'
  'f315a860158cfc952c82a6d759961024'
- '7bde96fe615f19c020fda00af081377c'
- 'e8999a4f7bbcbd1f0ba6961aee6d5c61'
+ '0072193934e925e0bb6ceb70325e7cb8'
+ '84e9676af4a4d99c34353bb4466c3d5e'
  '5190f3295eb9a604c5f17f5bd607299b')
 
 build() {



[arch-commits] Commit in texlive-bin/repos (28 files)

2013-04-18 Thread Rémy Oudompheng
Date: Friday, April 19, 2013 @ 01:55:23
  Author: remy
Revision: 183236

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  texlive-bin/repos/testing-i686/09-texlive-fonts.conf
(from rev 183235, texlive-bin/trunk/09-texlive-fonts.conf)
  texlive-bin/repos/testing-i686/PKGBUILD
(from rev 183235, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/testing-i686/fix-fontforge-encoding.patch
(from rev 183235, texlive-bin/trunk/fix-fontforge-encoding.patch)
  texlive-bin/repos/testing-i686/luatex-r4449-radical-rule-thickness.patch
(from rev 183235, 
texlive-bin/trunk/luatex-r4449-radical-rule-thickness.patch)
  texlive-bin/repos/testing-i686/poppler-0.20.patch
(from rev 183235, texlive-bin/trunk/poppler-0.20.patch)
  texlive-bin/repos/testing-i686/texlive.install
(from rev 183235, texlive-bin/trunk/texlive.install)
  texlive-bin/repos/testing-i686/texmf.cnf
(from rev 183235, texlive-bin/trunk/texmf.cnf)
  texlive-bin/repos/testing-x86_64/09-texlive-fonts.conf
(from rev 183235, texlive-bin/trunk/09-texlive-fonts.conf)
  texlive-bin/repos/testing-x86_64/PKGBUILD
(from rev 183235, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/testing-x86_64/fix-fontforge-encoding.patch
(from rev 183235, texlive-bin/trunk/fix-fontforge-encoding.patch)
  texlive-bin/repos/testing-x86_64/luatex-r4449-radical-rule-thickness.patch
(from rev 183235, 
texlive-bin/trunk/luatex-r4449-radical-rule-thickness.patch)
  texlive-bin/repos/testing-x86_64/poppler-0.20.patch
(from rev 183235, texlive-bin/trunk/poppler-0.20.patch)
  texlive-bin/repos/testing-x86_64/texlive.install
(from rev 183235, texlive-bin/trunk/texlive.install)
  texlive-bin/repos/testing-x86_64/texmf.cnf
(from rev 183235, texlive-bin/trunk/texmf.cnf)
Deleted:
  texlive-bin/repos/testing-i686/09-texlive-fonts.conf
  texlive-bin/repos/testing-i686/PKGBUILD
  texlive-bin/repos/testing-i686/fix-fontforge-encoding.patch
  texlive-bin/repos/testing-i686/luatex-r4449-radical-rule-thickness.patch
  texlive-bin/repos/testing-i686/poppler-0.20.patch
  texlive-bin/repos/testing-i686/texlive.install
  texlive-bin/repos/testing-i686/texmf.cnf
  texlive-bin/repos/testing-x86_64/09-texlive-fonts.conf
  texlive-bin/repos/testing-x86_64/PKGBUILD
  texlive-bin/repos/testing-x86_64/fix-fontforge-encoding.patch
  texlive-bin/repos/testing-x86_64/luatex-r4449-radical-rule-thickness.patch
  texlive-bin/repos/testing-x86_64/poppler-0.20.patch
  texlive-bin/repos/testing-x86_64/texlive.install
  texlive-bin/repos/testing-x86_64/texmf.cnf

--+
 /09-texlive-fonts.conf   |   18 
 /PKGBUILD|  646 +
 /fix-fontforge-encoding.patch|   24 
 /luatex-r4449-radical-rule-thickness.patch   |   46 
 /poppler-0.20.patch  |   44 
 /texlive.install |   86 
 /texmf.cnf   | 1448 +
 testing-i686/09-texlive-fonts.conf   |9 
 testing-i686/PKGBUILD|  323 --
 testing-i686/fix-fontforge-encoding.patch|   12 
 testing-i686/luatex-r4449-radical-rule-thickness.patch   |   23 
 testing-i686/poppler-0.20.patch  |   22 
 testing-i686/texlive.install |   43 
 testing-i686/texmf.cnf   |  724 --
 testing-x86_64/09-texlive-fonts.conf |9 
 testing-x86_64/PKGBUILD  |  323 --
 testing-x86_64/fix-fontforge-encoding.patch  |   12 
 testing-x86_64/luatex-r4449-radical-rule-thickness.patch |   23 
 testing-x86_64/poppler-0.20.patch|   22 
 testing-x86_64/texlive.install   |   43 
 testing-x86_64/texmf.cnf |  724 --
 21 files changed, 2312 insertions(+), 2312 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 183235:183236 to see the changes.


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

2013-04-18 Thread Jan Steffens
Date: Friday, April 19, 2013 @ 03:13:22
  Author: heftig
Revision: 183239

0.1.33

Modified:
  colord/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-19 00:40:29 UTC (rev 183238)
+++ PKGBUILD2013-04-19 01:13:22 UTC (rev 183239)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru ib...@archlinux.org
 
 pkgname=colord
-pkgver=0.1.31
+pkgver=0.1.33
 pkgrel=1
 pkgdesc=System daemon for managing color devices
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 install=colord.install
 backup=(etc/colord.conf)
 source=($url/releases/$pkgname-$pkgver.tar.xz)
-sha1sums=('f4a00282aaae0fb8a5d24abfc78377e010261e75')
+sha1sums=('41888fc853e033302c59539777b09317a7e1ab3d')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in colord/repos (8 files)

2013-04-18 Thread Jan Steffens
Date: Friday, April 19, 2013 @ 03:14:07
  Author: heftig
Revision: 183240

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  colord/repos/extra-i686/PKGBUILD
(from rev 183239, colord/trunk/PKGBUILD)
  colord/repos/extra-i686/colord.install
(from rev 183239, colord/trunk/colord.install)
  colord/repos/extra-x86_64/PKGBUILD
(from rev 183239, colord/trunk/PKGBUILD)
  colord/repos/extra-x86_64/colord.install
(from rev 183239, colord/trunk/colord.install)
Deleted:
  colord/repos/extra-i686/PKGBUILD
  colord/repos/extra-i686/colord.install
  colord/repos/extra-x86_64/PKGBUILD
  colord/repos/extra-x86_64/colord.install

-+
 /PKGBUILD   |   82 ++
 /colord.install |   22 +++
 extra-i686/PKGBUILD |   41 -
 extra-i686/colord.install   |   11 -
 extra-x86_64/PKGBUILD   |   41 -
 extra-x86_64/colord.install |   11 -
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-19 01:13:22 UTC (rev 183239)
+++ extra-i686/PKGBUILD 2013-04-19 01:14:07 UTC (rev 183240)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Ionut Biru ib...@archlinux.org
-
-pkgname=colord
-pkgver=0.1.31
-pkgrel=1
-pkgdesc=System daemon for managing color devices
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/software/colord;
-license=(GPL2)
-depends=(lcms2 libgusb polkit shared-color-profiles sqlite udev dconf dbus)
-makedepends=(intltool gobject-introspection vala docbook2x sane)
-optdepends=('sane: UseSANE support [/etc/colord.conf]')
-options=('!libtool')
-install=colord.install
-backup=(etc/colord.conf)
-source=($url/releases/$pkgname-$pkgver.tar.xz)
-sha1sums=('f4a00282aaae0fb8a5d24abfc78377e010261e75')
-
-build() {
-  cd $pkgname-$pkgver
-  
-  # put udev files in /usr/lib
-  sed -i /slashlibdir=/s#/lib#/usr/lib# configure
-  
-  ./configure --prefix=/usr \
---sysconfdir=/etc --libexecdir=/usr/lib/colord \
---localstatedir=/var --disable-static \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---enable-vala --enable-sane --disable-volume-search
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install \
-bashcompletiondir=/usr/share/bash-completion/completions
-}
-
-# vim:set ts=2 sw=2 et:

Copied: colord/repos/extra-i686/PKGBUILD (from rev 183239, 
colord/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-19 01:14:07 UTC (rev 183240)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+
+pkgname=colord
+pkgver=0.1.33
+pkgrel=1
+pkgdesc=System daemon for managing color devices
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/software/colord;
+license=(GPL2)
+depends=(lcms2 libgusb polkit shared-color-profiles sqlite udev dconf dbus)
+makedepends=(intltool gobject-introspection vala docbook2x sane)
+optdepends=('sane: UseSANE support [/etc/colord.conf]')
+options=('!libtool')
+install=colord.install
+backup=(etc/colord.conf)
+source=($url/releases/$pkgname-$pkgver.tar.xz)
+sha1sums=('41888fc853e033302c59539777b09317a7e1ab3d')
+
+build() {
+  cd $pkgname-$pkgver
+  
+  # put udev files in /usr/lib
+  sed -i /slashlibdir=/s#/lib#/usr/lib# configure
+  
+  ./configure --prefix=/usr \
+--sysconfdir=/etc --libexecdir=/usr/lib/colord \
+--localstatedir=/var --disable-static \
+--with-systemdsystemunitdir=/usr/lib/systemd/system \
+--enable-vala --enable-sane --disable-volume-search
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install \
+bashcompletiondir=/usr/share/bash-completion/completions
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/colord.install
===
--- extra-i686/colord.install   2013-04-19 01:13:22 UTC (rev 183239)
+++ extra-i686/colord.install   2013-04-19 01:14:07 UTC (rev 183240)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: colord/repos/extra-i686/colord.install (from rev 183239, 
colord/trunk/colord.install)
===
--- extra-i686/colord.install   (rev 0)
+++ extra-i686/colord.install   2013-04-19 01:14:07 UTC (rev 183240)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD

[arch-commits] Commit in systemd/trunk (4 files)

2013-04-18 Thread Dave Reisner
Date: Friday, April 19, 2013 @ 05:13:40
  Author: dreisner
Revision: 183241

upgpkg: systemd 202-1

- add sodepends

Modified:
  systemd/trunk/PKGBUILD
Deleted:
  systemd/trunk/0001-fileio-in-envfiles-do-not-skip-lines-following-empty.patch
  systemd/trunk/0001-journal-fix-broken-tags-_SOURCE_REALTIME_TIMESTAMP-a.patch
  systemd/trunk/0001-logind-avoid-creating-stale-session-state-files.patch

-+
 0001-fileio-in-envfiles-do-not-skip-lines-following-empty.patch |  167 
--
 0001-journal-fix-broken-tags-_SOURCE_REALTIME_TIMESTAMP-a.patch |   35 --
 0001-logind-avoid-creating-stale-session-state-files.patch  |   48 --
 PKGBUILD|   20 -
 4 files changed, 6 insertions(+), 264 deletions(-)

Deleted: 0001-fileio-in-envfiles-do-not-skip-lines-following-empty.patch
===
--- 0001-fileio-in-envfiles-do-not-skip-lines-following-empty.patch 
2013-04-19 01:14:07 UTC (rev 183240)
+++ 0001-fileio-in-envfiles-do-not-skip-lines-following-empty.patch 
2013-04-19 03:13:40 UTC (rev 183241)
@@ -1,167 +0,0 @@
-From d3b6d0c21ea5a0d15ec6dbd8b8d179138b7463bc Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= zbys...@in.waw.pl
-Date: Sat, 13 Apr 2013 20:22:53 -0400
-Subject: [PATCH] fileio: in envfiles, do not skip lines following empty lines
-
-https://bugs.freedesktop.org/show_bug.cgi?id=63477

- src/binfmt/binfmt.c |  2 +-
- src/journal/catalog.c   |  2 +-
- src/modules-load/modules-load.c |  2 +-
- src/shared/conf-parser.c|  2 +-
- src/shared/install.c|  2 +-
- src/shared/util.h   |  2 +-
- src/sysctl/sysctl.c |  2 +-
- src/test/test-unit-file.c   | 31 +++
- 8 files changed, 38 insertions(+), 7 deletions(-)
-
-diff --git a/src/binfmt/binfmt.c b/src/binfmt/binfmt.c
-index 9ca1e60..5a42b3d 100644
 a/src/binfmt/binfmt.c
-+++ b/src/binfmt/binfmt.c
-@@ -110,7 +110,7 @@ static int apply_file(const char *path, bool 
ignore_enoent) {
- p = strstrip(l);
- if (!*p)
- continue;
--if (strchr(COMMENTS, *p))
-+if (strchr(COMMENTS \n, *p))
- continue;
- 
- k = apply_rule(p);
-diff --git a/src/journal/catalog.c b/src/journal/catalog.c
-index ebf0622..7681af6 100644
 a/src/journal/catalog.c
-+++ b/src/journal/catalog.c
-@@ -180,7 +180,7 @@ int catalog_import_file(Hashmap *h, struct strbuf *sb, 
const char *path) {
- continue;
- }
- 
--if (strchr(COMMENTS, line[0]))
-+if (strchr(COMMENTS \n, line[0]))
- continue;
- 
- if (empty_line 
-diff --git a/src/modules-load/modules-load.c b/src/modules-load/modules-load.c
-index 9ee2603..b3f7af0 100644
 a/src/modules-load/modules-load.c
-+++ b/src/modules-load/modules-load.c
-@@ -206,7 +206,7 @@ static int apply_file(struct kmod_ctx *ctx, const char 
*path, bool ignore_enoent
- l = strstrip(line);
- if (!*l)
- continue;
--if (strchr(COMMENTS, *l))
-+if (strchr(COMMENTS \n, *l))
- continue;
- 
- k = load_module(ctx, l);
-diff --git a/src/shared/conf-parser.c b/src/shared/conf-parser.c
-index fbacf98..fea2e56 100644
 a/src/shared/conf-parser.c
-+++ b/src/shared/conf-parser.c
-@@ -174,7 +174,7 @@ static int parse_line(
- if (!*l)
- return 0;
- 
--if (strchr(COMMENTS, *l))
-+if (strchr(COMMENTS \n, *l))
- return 0;
- 
- if (startswith(l, .include )) {
-diff --git a/src/shared/install.c b/src/shared/install.c
-index f9d223e..71e0433 100644
 a/src/shared/install.c
-+++ b/src/shared/install.c
-@@ -1699,7 +1699,7 @@ int unit_file_query_preset(UnitFileScope scope, const 
char *name) {
- if (!*l)
- continue;
- 
--if (strchr(COMMENTS, *l))
-+if (strchr(COMMENTS \n, *l))
- continue;
- 
- if (first_word(l, enable)) {
-diff --git a/src/shared/util.h b/src/shared/util.h
-index 99ec0a3..ad97536 100644
 a/src/shared/util.h
-+++ b/src/shared/util.h
-@@ -52,7 +52,7 @@ union dirent_storage {
- #define WHITESPACE  \t\n\r
- #define NEWLINE \n\r
- #define QUOTES \\'
--#define COMMENTS #;\n
-+#define COMMENTS #;
- 
- #define FORMAT_BYTES_MAX 8
- 
-diff --git a/src/sysctl/sysctl.c b/src/sysctl/sysctl.c
-index e0ba78a..db18dd9 100644
 a/src/sysctl/sysctl.c
-+++ b/src/sysctl/sysctl.c
-@@ -149,7 +149,7 @@ static int parse_file(Hashmap *sysctl_options, const char 
*path, bool ignore_eno
-   

[arch-commits] Commit in systemd/repos (14 files)

2013-04-18 Thread Dave Reisner
Date: Friday, April 19, 2013 @ 05:14:20
  Author: dreisner
Revision: 183242

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  systemd/repos/testing-i686/
  systemd/repos/testing-i686/PKGBUILD
(from rev 183241, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 183241, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-timestamp
(from rev 183241, systemd/trunk/initcpio-install-timestamp)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 183241, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/systemd.install
(from rev 183241, systemd/trunk/systemd.install)
  systemd/repos/testing-i686/use-split-usr-path.patch
(from rev 183241, systemd/trunk/use-split-usr-path.patch)
  systemd/repos/testing-x86_64/
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 183241, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 183241, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-timestamp
(from rev 183241, systemd/trunk/initcpio-install-timestamp)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 183241, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/systemd.install
(from rev 183241, systemd/trunk/systemd.install)
  systemd/repos/testing-x86_64/use-split-usr-path.patch
(from rev 183241, systemd/trunk/use-split-usr-path.patch)

---+
 testing-i686/PKGBUILD |  144 
 testing-i686/initcpio-hook-udev   |   20 +++
 testing-i686/initcpio-install-timestamp   |   14 ++
 testing-i686/initcpio-install-udev|   28 +
 testing-i686/systemd.install  |   87 
 testing-i686/use-split-usr-path.patch |   14 ++
 testing-x86_64/PKGBUILD   |  144 
 testing-x86_64/initcpio-hook-udev |   20 +++
 testing-x86_64/initcpio-install-timestamp |   14 ++
 testing-x86_64/initcpio-install-udev  |   28 +
 testing-x86_64/systemd.install|   87 
 testing-x86_64/use-split-usr-path.patch   |   14 ++
 12 files changed, 614 insertions(+)

Copied: systemd/repos/testing-i686/PKGBUILD (from rev 183241, 
systemd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-19 03:14:20 UTC (rev 183242)
@@ -0,0 +1,144 @@
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Maintainer: Tom Gundersen t...@jklm.no
+
+pkgbase=systemd
+pkgname=('systemd' 'systemd-sysvcompat')
+pkgver=202
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://www.freedesktop.org/wiki/Software/systemd;
+license=('GPL2' 'LGPL2.1' 'MIT')
+makedepends=('acl' 'cryptsetup' 'dbus-core' 'docbook-xsl' 
'gobject-introspection' 'gperf'
+ 'gtk-doc' 'intltool' 'kmod' 'libcap' 'libgcrypt'  'libmicrohttpd' 
'libxslt'
+ 'linux-api-headers' 'pam' 'python' 'quota-tools' 'xz')
+options=('!libtool')
+source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz;
+'initcpio-hook-udev'
+'initcpio-install-udev'
+'initcpio-install-timestamp'
+'use-split-usr-path.patch')
+md5sums=('3136c6912d3ee1f6d4deb16234783731'
+ 'e99e9189aa2f6084ac28b8ddf605aeb8'
+ 'fb37e34ea006c79be1c54cbb0f803414'
+ 'df69615503ad293c9ddf9d8b7755282d'
+ '76bf83fe34c5b40533abc5dc940576a6')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # hang onto this until we do the /{,s}bin merge
+  patch -Np1 $srcdir/use-split-usr-path.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+  --enable-static \
+  --libexecdir=/usr/lib \
+  --localstatedir=/var \
+  --sysconfdir=/etc \
+  --enable-introspection \
+  --enable-gtk-doc \
+  --disable-audit \
+  --disable-ima \
+  --with-sysvinit-path= \
+  --with-sysvrcnd-path= \
+  --with-firmware-path=/usr/lib/firmware/updates:/usr/lib/firmware
+
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package_systemd() {
+  pkgdesc=system and service manager
+  depends=('acl' 'bash' 'dbus-core' 'glib2' 'kbd' 'kmod' 'hwids' 'libcap' 
'libgcrypt'
+   'pam' 'util-linux' 'xz')
+  provides=(libsystemd=$pkgver 'nss-myhostname' systemd-tools=$pkgver 
udev=$pkgver
+'libgudev-1.0.so' 'libsystemd-daemon.so' 'libsystemd-id128.so'
+'libsystemd-journal.so' 'libsystemd-login.so' 'libudev.so')
+  replaces=('libsystemd' 'nss-myhostname' 'systemd-tools' 'udev')
+  conflicts=('libsystemd' 'nss-myhostname' 'systemd-tools' 'udev')
+  optdepends=('cryptsetup: required for encrypted block devices'
+  'libmicrohttpd: systemd-journal-gatewayd'
+  'quota-tools: kernel-level quota management'
+  'python: systemd library 

[arch-commits] Commit in libquvi-scripts/trunk (PKGBUILD)

2013-04-18 Thread Jan Steffens
Date: Friday, April 19, 2013 @ 06:50:28
  Author: heftig
Revision: 183243

0.4.14

Modified:
  libquvi-scripts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-19 03:14:20 UTC (rev 183242)
+++ PKGBUILD2013-04-19 04:50:28 UTC (rev 183243)
@@ -2,7 +2,7 @@
 # Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
 
 pkgname=libquvi-scripts
-pkgver=0.4.12
+pkgver=0.4.14
 pkgrel=1
 pkgdesc='Library for parsing video download links.'
 arch=('any')
@@ -11,8 +11,8 @@
 depends=('curl' 'lua')
 options=('!libtool')
 
source=(http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('be324ed21d2e2811833f3a437f263b49'
- '7024095a43e6e18e62e9e97bb01d7d40')
+md5sums=('72f8ff6639dd3aeaa7f3de17c67266e7'
+ 'SKIP')
 
 build() {
   cd ${pkgname}-${pkgver}



[arch-commits] Commit in libquvi-scripts/repos/extra-any (PKGBUILD PKGBUILD)

2013-04-18 Thread Jan Steffens
Date: Friday, April 19, 2013 @ 06:51:03
  Author: heftig
Revision: 183244

archrelease: copy trunk to extra-any

Added:
  libquvi-scripts/repos/extra-any/PKGBUILD
(from rev 183243, libquvi-scripts/trunk/PKGBUILD)
Deleted:
  libquvi-scripts/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-19 04:50:28 UTC (rev 183243)
+++ PKGBUILD2013-04-19 04:51:03 UTC (rev 183244)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-
-pkgname=libquvi-scripts
-pkgver=0.4.12
-pkgrel=1
-pkgdesc='Library for parsing video download links.'
-arch=('any')
-url='http://quvi.sourceforge.net/'
-license=('LGPL')
-depends=('curl' 'lua')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('be324ed21d2e2811833f3a437f263b49'
- '7024095a43e6e18e62e9e97bb01d7d40')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-nsfw --with-nlfy
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libquvi-scripts/repos/extra-any/PKGBUILD (from rev 183243, 
libquvi-scripts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-19 04:51:03 UTC (rev 183244)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+
+pkgname=libquvi-scripts
+pkgver=0.4.14
+pkgrel=1
+pkgdesc='Library for parsing video download links.'
+arch=('any')
+url='http://quvi.sourceforge.net/'
+license=('LGPL')
+depends=('curl' 'lua')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('72f8ff6639dd3aeaa7f3de17c67266e7'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-nsfw --with-nlfy
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



<    1   2