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

2011-06-05 Thread Rémy Oudompheng
Date: Sunday, June 5, 2011 @ 02:40:47
  Author: remy
Revision: 126381

Update for TL2011 pretest

Modified:
  texlive-core/trunk/Changelog
  texlive-core/trunk/PKGBUILD
  texlive-core/trunk/texlive-core.maps

---+
 Changelog |   44 
 PKGBUILD  |   18 +++---
 texlive-core.maps |1 -
 3 files changed, 55 insertions(+), 8 deletions(-)

Modified: Changelog
===
--- Changelog   2011-06-05 04:38:54 UTC (rev 126380)
+++ Changelog   2011-06-05 06:40:47 UTC (rev 126381)
@@ -1,3 +1,47 @@
+texlive-core 2011.22722
+
+- upgrade package amstex 22089 - 22650
+- upgrade package bibtex 22089 - 22198
+- upgrade package bundledoc 18835 - 22307
+- upgrade package context 21345 - 22719
+- new package context-rst
+- upgrade package cslatex 18835 - 22650
+- upgrade package csplain 18835 - 22650
+- upgrade package ctable 22095 - 22269
+- upgrade package cweb 22089 - 22198
+- upgrade package dvips 22035 - 22534
+- upgrade package etex 22089 - 22198
+- upgrade package euro 15878 - 22191
+- upgrade package expl3 21634 - 22236
+- upgrade package ifluatex 22124 - 22180
+- upgrade package jmn 15878 - 22719
+- upgrade package latexmk 22132 - 22466
+- upgrade package lithuanian 15878 - 22722
+- upgrade package luacode 20372 - 22605
+- new package lualatex-math
+- upgrade package luaotfload 21450 - 22165
+- upgrade package luatexbase 20476 - 22560
+- upgrade package marvosym 15878 - 22202
+- upgrade package metafont 22089 - 22646
+- upgrade package metapost 22106 - 22680
+- upgrade package mex 18835 - 22650
+- upgrade package mfware 22089 - 22534
+- upgrade package mptopdf 18835 - 22719
+- upgrade package oberdiek 22124 - 22180
+- upgrade package pdftex-def 21241 - 22653
+- upgrade package pgf 20236 - 22614
+- upgrade package pkfix 18835 - 22168
+- upgrade package powerdot 20970 - 22510
+- upgrade package texinfo 21803 - 22646
+- upgrade package ttfutils 18835 - 22534
+- upgrade package unisugar 21552 - 22357
+- upgrade package xecjk 21117 - 22487
+- new package xetex-devanagari
+- upgrade package xpackages 21184 - 22347
+- deleted package eurofont
+- deleted package eurosans
+- deleted package harvardkyoto
+
 texlive-core 2010.22154-1
 
 - upgrade package amscls 20248 - 22145

Modified: PKGBUILD
===
--- PKGBUILD2011-06-05 04:38:54 UTC (rev 126380)
+++ PKGBUILD2011-06-05 06:40:47 UTC (rev 126381)
@@ -1,7 +1,7 @@
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-core
-pkgver=2010.22154
+pkgver=2011.22722
 pkgrel=1
 pkgdesc=TeX Live core distribution
 license=('GPL')
@@ -25,11 +25,13 @@
 $pkgname.maps)
 options=(!strip)
 install=texlive.install
-backup=(etc/texmf/tex/context/config/cont-usr.tex)
-md5sums=('78c7bb92074b586e0e19d73d6cb1e379'
- '4b86cc916f1d6a66a910afb11749c327')
+#backup=(etc/texmf/tex/context/config/cont-usr.tex)
+md5sums=('3c6c8f66bd2dd07232b25c7ab89bc38f'
+ 'b71ac4faaf8a8dd13a2c544c9a64c2e8')
 
 build() {
+   cd $srcdir
+   bsdtar xf $pkgname-$pkgver-src.zip
echo -n-- extracting all packages... 
for p in *.tar.xz; do 
  bsdtar -xf $p
@@ -59,9 +61,9 @@
sed -i 's/env python/env python2/' 
$pkgdir/usr/share/texmf-dist/scripts/dviasm/dviasm.py
 
# copy config file to texmf-config
-   mkdir -p $pkgdir/etc/texmf/tex/context/config
-   cp -a $pkgdir/usr/share/texmf-dist/tex/context/config/cont-usr.tex \
- $pkgdir/etc/texmf/tex/context/config/cont-usr.tex
+   #mkdir -p $pkgdir/etc/texmf/tex/context/config
+   #cp -a $pkgdir/usr/share/texmf-dist/tex/context/config/cont-usr.tex \
+   # $pkgdir/etc/texmf/tex/context/config/cont-usr.tex

# remove obsolete stuff (we don't provide the omega and aleph binaries 
anyway)
#rm -rf $pkgdir/usr/share/texmf-dist/omega
@@ -114,7 +116,9 @@
 pkfix-helper/pkfix-helper
 pkfix/pkfix.pl
 purifyeps/purifyeps
+sty2dtx/sty2dtx.pl
 texcount/texcount.pl
+texdef/texdef.pl
 texdiff/texdiff
 texdirflatten/texdirflatten
 texloganalyser/texloganalyser

Modified: texlive-core.maps
===
--- texlive-core.maps   2011-06-05 04:38:54 UTC (rev 126380)
+++ texlive-core.maps   2011-06-05 06:40:47 UTC (rev 126381)
@@ -19,7 +19,6 @@
 Map troff-updmap.map
 Map txfonts.map
 Map utopia.map
-Map zpeu.map
 MixedMap ccpl.map
 MixedMap cm-super-t1.map
 MixedMap cm-super-t2a.map



[arch-commits] Commit in texlive-core/repos (testing-any)

2011-06-05 Thread Rémy Oudompheng
Date: Sunday, June 5, 2011 @ 02:43:46
  Author: remy
Revision: 126382

archrelease: copy trunk to testing-any

Added:
  texlive-core/repos/testing-any/



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

2011-06-05 Thread Rémy Oudompheng
Date: Sunday, June 5, 2011 @ 02:54:32
  Author: remy
Revision: 126383

Update for TL2011 pretest

Added:
  texlive-bibtexextra/trunk/Changelog
Modified:
  texlive-bibtexextra/trunk/PKGBUILD

---+
 Changelog |9 +
 PKGBUILD  |8 +---
 2 files changed, 14 insertions(+), 3 deletions(-)

Added: Changelog
===
--- Changelog   (rev 0)
+++ Changelog   2011-06-05 06:54:32 UTC (rev 126383)
@@ -0,0 +1,9 @@
+texlive-bibtexextra 2011.22499
+
+- upgrade package beebe 21464 - 22263
+- upgrade package biblatex 22074 - 22460
+- upgrade package biblatex-apa 21913 - 22305
+- upgrade package biblatex-ieee 22015 - 22384
+- upgrade package biblatex-philosophy 20530 - 22499
+- new package uni-wtal-ger
+

Modified: PKGBUILD
===
--- PKGBUILD2011-06-05 06:43:46 UTC (rev 126382)
+++ PKGBUILD2011-06-05 06:54:32 UTC (rev 126383)
@@ -2,7 +2,8 @@
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-bibtexextra
-pkgver=2010.22146
+pkgver=2011.22499
+_revnr=${pkgver#2011.}
 pkgrel=1
 pkgdesc=TeX Live - Additional BibTeX styles and bibliography databases
 license=('GPL')
@@ -13,9 +14,11 @@
 source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=(!strip)
 install=texlive.install
-md5sums=('be1022c47cfb444bf58ef4639d0db153')
+md5sums=('a7e6d5aac4fff9add07aecb643677502')
 
 build() {
+   cd $srcdir
+   bsdtar xf $pkgname-$pkgver-src.zip
for p in *.tar.xz; do
   bsdtar -xf $p
done
@@ -24,7 +27,6 @@
 package() {
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-bibtexextra/repos (testing-any)

2011-06-05 Thread Rémy Oudompheng
Date: Sunday, June 5, 2011 @ 02:54:46
  Author: remy
Revision: 126384

archrelease: copy trunk to testing-any

Added:
  texlive-bibtexextra/repos/testing-any/



[arch-commits] Commit in texlive-fontsextra/trunk (3 files)

2011-06-05 Thread Rémy Oudompheng
Date: Sunday, June 5, 2011 @ 02:57:19
  Author: remy
Revision: 126385

upgpkg: texlive-fontsextra 2011.22691-1
-m

Added:
  texlive-fontsextra/trunk/Changelog
Modified:
  texlive-fontsextra/trunk/PKGBUILD
  texlive-fontsextra/trunk/texlive-fontsextra.maps

-+
 Changelog   |   13 +
 PKGBUILD|   10 ++
 texlive-fontsextra.maps |4 
 3 files changed, 23 insertions(+), 4 deletions(-)

Added: Changelog
===
--- Changelog   (rev 0)
+++ Changelog   2011-06-05 06:57:19 UTC (rev 126385)
@@ -0,0 +1,13 @@
+texlive-fontsextra 2011.22691
+
+- new package boondox
+- new package cantarell
+- upgrade package ccicons 20563 - 22591
+- upgrade package comfortaa 21035 - 22360
+- upgrade package droid 21036 - 22359
+- new package esstix
+- new package fdsymbol
+- upgrade package lato 21244 - 22358
+- upgrade package stix 19440 - 22426
+- upgrade package xits 21054 - 22161
+

Modified: PKGBUILD
===
--- PKGBUILD2011-06-05 06:54:46 UTC (rev 126384)
+++ PKGBUILD2011-06-05 06:57:19 UTC (rev 126385)
@@ -1,7 +1,8 @@
 # Maintainer: Rémy Oudompheng remy.archlinux.org
 
 pkgname=texlive-fontsextra
-pkgver=2010.22053
+pkgver=2011.22691
+_revnr=${pkgver#2011.}
 pkgrel=1
 pkgdesc=TeX Live - all sorts of extra fonts
 license=('GPL')
@@ -13,10 +14,12 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('b9b2facb4920207959b8cf2d49992363'
- '3ed34ad7b5cd86fe07cce3179b9d0146')
+md5sums=('3fd66dd20903712a5ebd9aaa84f119ba'
+ '5150fc36c158776c6317ac14bbd677ab')
 
 build() {
+   cd $srcdir
+   bsdtar xf $pkgname-$pkgver-src.zip
for p in *.tar.xz; do
   bsdtar -xf $p
done
@@ -26,7 +29,6 @@
 package() {
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 -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
install -m755 -d $pkgdir/usr/share

Modified: texlive-fontsextra.maps
===
--- texlive-fontsextra.maps 2011-06-05 06:54:46 UTC (rev 126384)
+++ texlive-fontsextra.maps 2011-06-05 06:57:19 UTC (rev 126385)
@@ -5,6 +5,7 @@
 Map ArtNouvc.map
 Map BulletsADF.map
 Map Carrickc.map
+Map ESSTIX.map
 Map Eichenla.map
 Map Eileen.map
 Map EileenBl.map
@@ -37,6 +38,8 @@
 Map aurical.map
 Map belleek.map
 Map bera.map
+Map boondox.map
+Map cantarell.map
 Map ccicons.map
 Map clm.map
 Map cm-lgc.map
@@ -48,6 +51,7 @@
 Map dstroke.map
 Map epigrafica.map
 Map esvect.map
+Map fdsymbol.map
 Map fge.map
 Map fi4.map
 Map foekfont.map



[arch-commits] Commit in texlive-fontsextra/repos (testing-any)

2011-06-05 Thread Rémy Oudompheng
Date: Sunday, June 5, 2011 @ 02:57:32
  Author: remy
Revision: 126386

archrelease: copy trunk to testing-any

Added:
  texlive-fontsextra/repos/testing-any/



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

2011-06-05 Thread Rémy Oudompheng
Date: Sunday, June 5, 2011 @ 03:01:35
  Author: remy
Revision: 126387

upgpkg: texlive-formatsextra 2011.22650-1
-m

Added:
  texlive-formatsextra/trunk/Changelog
Modified:
  texlive-formatsextra/trunk/PKGBUILD

---+
 Changelog |6 ++
 PKGBUILD  |7 ---
 2 files changed, 10 insertions(+), 3 deletions(-)

Added: Changelog
===
--- Changelog   (rev 0)
+++ Changelog   2011-06-05 07:01:35 UTC (rev 126387)
@@ -0,0 +1,6 @@
+texlive-formatsextra 2011.22650
+
+- upgrade package eplain 22089 - 22198
+- upgrade package mltex 18835 - 22650
+- upgrade package texsis 18835 - 22650
+

Modified: PKGBUILD
===
--- PKGBUILD2011-06-05 06:57:32 UTC (rev 126386)
+++ PKGBUILD2011-06-05 07:01:35 UTC (rev 126387)
@@ -2,7 +2,8 @@
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-formatsextra
-pkgver=2010.22089
+pkgver=2011.22650
+_revnr=${pkgver#2011.}
 pkgrel=1
 pkgdesc=TeX Live - collection of extra TeX 'formats'
 license=('GPL')
@@ -14,9 +15,10 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('595091b7a82c8c2a0367a76b5d28d968')
+md5sums=('5bc27016f4fa01cf3b99bde55512bbfd')
 
 build() {
+   bsdtar xf $pkgname-$pkgver-src.zip
for p in *.tar.xz; do
   bsdtar -xf $p
done
@@ -26,7 +28,6 @@
 package() {
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-formatsextra/repos (testing-any)

2011-06-05 Thread Rémy Oudompheng
Date: Sunday, June 5, 2011 @ 03:01:48
  Author: remy
Revision: 126388

archrelease: copy trunk to testing-any

Added:
  texlive-formatsextra/repos/testing-any/



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

2011-06-05 Thread Rémy Oudompheng
Date: Sunday, June 5, 2011 @ 03:05:43
  Author: remy
Revision: 126389

upgpkg: texlive-pstricks 2011.22586-1
-m

Modified:
  texlive-pstricks/trunk/Changelog
  texlive-pstricks/trunk/PKGBUILD

---+
 Changelog |   10 ++
 PKGBUILD  |7 ---
 2 files changed, 14 insertions(+), 3 deletions(-)

Modified: Changelog
===
--- Changelog   2011-06-05 07:01:48 UTC (rev 126388)
+++ Changelog   2011-06-05 07:05:43 UTC (rev 126389)
@@ -1,3 +1,13 @@
+texlive-pstricks 2011.22586
+
+- upgrade package pst-circ 21599 - 22444
+- upgrade package pst-eucl 15878 - 22405
+- upgrade package pst-func 20299 - 22177
+- new package pst-layout
+- upgrade package pst-node 21550 - 22385
+- upgrade package pst-plot 22099 - 22268
+- upgrade package pstricks 22140 - 22178
+
 texlive-pstricks 2010.22140-1
 
 - upgrade package pst-3dplot 17113 - 21588

Modified: PKGBUILD
===
--- PKGBUILD2011-06-05 07:01:48 UTC (rev 126388)
+++ PKGBUILD2011-06-05 07:05:43 UTC (rev 126389)
@@ -2,7 +2,8 @@
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-pstricks
-pkgver=2010.22140
+pkgver=2011.22586
+_revnr=${pkgver#2011.}
 pkgrel=1
 pkgdesc=TeX Live - Additional PSTricks packages
 license=('GPL')
@@ -14,9 +15,10 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('d8063c7fca85996338f9bf06bb34900f')
+md5sums=('7914e28584505b34b6e5d43c7316a8ce')
 
 build() {
+   bsdtar xf $pkgname-$pkgver-src.zip
for p in *.tar.xz; do
   bsdtar -xf $p
done
@@ -25,7 +27,6 @@
 package() {
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-pstricks/repos (testing-any)

2011-06-05 Thread Rémy Oudompheng
Date: Sunday, June 5, 2011 @ 03:05:56
  Author: remy
Revision: 126390

archrelease: copy trunk to testing-any

Added:
  texlive-pstricks/repos/testing-any/



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

2011-06-05 Thread Rémy Oudompheng
Date: Sunday, June 5, 2011 @ 03:06:20
  Author: remy
Revision: 126391

upgpkg: texlive-science 2011.22648-1
-m

Modified:
  texlive-science/trunk/Changelog
  texlive-science/trunk/PKGBUILD

---+
 Changelog |9 +
 PKGBUILD  |7 ---
 2 files changed, 13 insertions(+), 3 deletions(-)

Modified: Changelog
===
--- Changelog   2011-06-05 07:05:56 UTC (rev 126390)
+++ Changelog   2011-06-05 07:06:20 UTC (rev 126391)
@@ -1,3 +1,12 @@
+texlive-science 2011.22648-1
+
+- new package chemmacros
+- upgrade package mhchem 19018 - 22589
+- upgrade package mychemistry 22097 - 22242
+- new package nuc
+- upgrade package physymb 20944 - 22406
+- upgrade package siunitx 22139 - 22648
+
 texlive-science 2010.22139-1
 
 - upgrade package bytefield 20297 - 21365

Modified: PKGBUILD
===
--- PKGBUILD2011-06-05 07:05:56 UTC (rev 126390)
+++ PKGBUILD2011-06-05 07:06:20 UTC (rev 126391)
@@ -1,7 +1,8 @@
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-science
-pkgver=2010.22139
+pkgver=2011.22648
+_revnr=${pkgver#2011.}
 pkgrel=1
 pkgdesc=TeX Live - Typesetting for natural and computer sciences
 license=('GPL')
@@ -13,10 +14,11 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('dcc1029865ddcd6d8db29f0915e10213'
+md5sums=('a0b4bb513f38c96a157a3c1432d4981c'
  '72206bb981d3d491df018e0e13334be5')
 
 build() {
+   bsdtar xf $pkgname-$pkgver-src.zip
for p in *.tar.xz; do
   bsdtar -xf $p
done
@@ -25,7 +27,6 @@
 package() {
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 -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
install -m755 -d $pkgdir/usr/share



[arch-commits] Commit in texlive-science/repos (testing-any)

2011-06-05 Thread Rémy Oudompheng
Date: Sunday, June 5, 2011 @ 03:06:33
  Author: remy
Revision: 126392

archrelease: copy trunk to testing-any

Added:
  texlive-science/repos/testing-any/



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

2011-06-05 Thread Rémy Oudompheng
Date: Sunday, June 5, 2011 @ 03:06:42
  Author: remy
Revision: 126393

upgpkg: texlive-langcyrillic 2011.22650-1
-m

Added:
  texlive-langcyrillic/trunk/Changelog
Modified:
  texlive-langcyrillic/trunk/PKGBUILD

---+
 Changelog |5 +
 PKGBUILD  |7 ---
 2 files changed, 9 insertions(+), 3 deletions(-)

Added: Changelog
===
--- Changelog   (rev 0)
+++ Changelog   2011-06-05 07:06:42 UTC (rev 126393)
@@ -0,0 +1,5 @@
+texlive-langcyrillic 2011.22650
+
+ - upgrade package eskdx 15878 - 22465
+ - upgrade package t2 15878 - 22650
+

Modified: PKGBUILD
===
--- PKGBUILD2011-06-05 07:06:33 UTC (rev 126392)
+++ PKGBUILD2011-06-05 07:06:42 UTC (rev 126393)
@@ -2,7 +2,8 @@
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-langcyrillic
-pkgver=2010.22150
+pkgver=2011.22650
+_revnr=${pkgver#2011.}
 pkgrel=1
 pkgdesc=TeX Live - Fonts and macro packages to typeset Cyrillic texts
 license=('GPL')
@@ -14,10 +15,11 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('3cb98802242f8184be8a23b9dea2a4e2'
+md5sums=('868112ed56982ccd1840c0001e474680'
  'f4a321793d9082c991c68870276dda7b')
 
 build() {
+   bsdtar xf $pkgname-$pkgver-src.zip
for p in *.tar.xz; do
   bsdtar -xf $p
done
@@ -26,7 +28,6 @@
 package() {
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 -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
install -m755 -d $pkgdir/usr/share



[arch-commits] Commit in texlive-langcyrillic/repos (testing-any)

2011-06-05 Thread Rémy Oudompheng
Date: Sunday, June 5, 2011 @ 03:06:56
  Author: remy
Revision: 126394

archrelease: copy trunk to testing-any

Added:
  texlive-langcyrillic/repos/testing-any/



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

2011-06-05 Thread Rémy Oudompheng
Date: Sunday, June 5, 2011 @ 03:07:02
  Author: remy
Revision: 126395

upgpkg: texlive-genericextra 2011.22511-1
-m

Added:
  texlive-genericextra/trunk/Changelog
Modified:
  texlive-genericextra/trunk/PKGBUILD

---+
 Changelog |6 ++
 PKGBUILD  |7 ---
 2 files changed, 10 insertions(+), 3 deletions(-)

Added: Changelog
===
--- Changelog   (rev 0)
+++ Changelog   2011-06-05 07:07:02 UTC (rev 126395)
@@ -0,0 +1,6 @@
+texlive-genericextra 2011.22511
+
+- upgrade package shade 15878 - 22212
+- upgrade package systeme 21651 - 22493
+- new package upca
+

Modified: PKGBUILD
===
--- PKGBUILD2011-06-05 07:06:56 UTC (rev 126394)
+++ PKGBUILD2011-06-05 07:07:02 UTC (rev 126395)
@@ -2,7 +2,8 @@
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-genericextra
-pkgver=2010.22096
+pkgver=2011.22511
+_revnr=${pkgver#2011.}
 pkgrel=1
 pkgdesc=TeX Live - mixed bag of generic macro packages and fonts
 license=('GPL')
@@ -14,9 +15,10 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('0a776313fd05e8a8580d3c985280e847')
+md5sums=('a0c2bdfcaf11b04ab95892129ebfa982')
 
 build() {
+   bsdtar xf $pkgname-$pkgver-src.zip
for p in *.tar.xz; do
   bsdtar -xf $p
done
@@ -25,7 +27,6 @@
 package() {
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-latexextra/repos (testing-any)

2011-06-05 Thread Rémy Oudompheng
Date: Sunday, June 5, 2011 @ 03:07:35
  Author: remy
Revision: 126398

archrelease: copy trunk to testing-any

Added:
  texlive-latexextra/repos/testing-any/



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

2011-06-05 Thread Rémy Oudompheng
Date: Sunday, June 5, 2011 @ 03:07:44
  Author: remy
Revision: 126399

upgpkg: texlive-langextra 2011.22550-1
-m

Added:
  texlive-langextra/trunk/Changelog
Modified:
  texlive-langextra/trunk/PKGBUILD

---+
 Changelog |7 +++
 PKGBUILD  |   17 -
 2 files changed, 19 insertions(+), 5 deletions(-)

Added: Changelog
===
--- Changelog   (rev 0)
+++ Changelog   2011-06-05 07:07:44 UTC (rev 126399)
@@ -0,0 +1,7 @@
+texlive-langextra 2011.22550
+
+- upgrade package arabi 20072 - 22550
+- upgrade package wnri 15878 - 22459
+- new package wnri-latex
+- deleted package soyombo
+

Modified: PKGBUILD
===
--- PKGBUILD2011-06-05 07:07:35 UTC (rev 126398)
+++ PKGBUILD2011-06-05 07:07:44 UTC (rev 126399)
@@ -2,13 +2,20 @@
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-langextra
-pkgver=2010.21570
+pkgver=2011.22550
+_revnr=${pkgver#2011.}
 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-langcroatian' 'texlive-langhebrew' 'texlive-langindic' 
'texlive-langmongolian' 'texlive-langtibetan' 'texlive-langturkmen' 
'texlive-langvietnamese') 
+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/'
@@ -16,10 +23,11 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('11b73c3a2672877cf3be21e122177476'
+md5sums=('f664d086bacc8fc4f1d89349f73bde91'
  'a4cbb2f9de807a04f90956e6f8c354ae')
 
 build() {
+   bsdtar xf $pkgname-$pkgver-src.zip
for p in *.tar.xz; do
   bsdtar -xf $p
done
@@ -28,7 +36,6 @@
 package() {
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 -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
install -m755 -d $pkgdir/usr/share



[arch-commits] Commit in texlive-langextra/repos (testing-any)

2011-06-05 Thread Rémy Oudompheng
Date: Sunday, June 5, 2011 @ 03:07:56
  Author: remy
Revision: 126400

archrelease: copy trunk to testing-any

Added:
  texlive-langextra/repos/testing-any/



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

2011-06-05 Thread Rémy Oudompheng
Date: Sunday, June 5, 2011 @ 03:08:18
  Author: remy
Revision: 126401

upgpkg: texlive-pictures 2011.22509-1
-m

Modified:
  texlive-pictures/trunk/Changelog
  texlive-pictures/trunk/PKGBUILD

---+
 Changelog |7 +++
 PKGBUILD  |7 ---
 2 files changed, 11 insertions(+), 3 deletions(-)

Modified: Changelog
===
--- Changelog   2011-06-05 07:07:56 UTC (rev 126400)
+++ Changelog   2011-06-05 07:08:18 UTC (rev 126401)
@@ -1,3 +1,10 @@
+texlive-pictures 2011.22509-1
+
+- new package bloques
+- upgrade package chemfig 22055 - 22205
+- new package grafcet
+- upgrade package pgfgantt 21681 - 22166
+
 texlive-pictures 2010.22101-1
 
 - new package adjustbox

Modified: PKGBUILD
===
--- PKGBUILD2011-06-05 07:07:56 UTC (rev 126400)
+++ PKGBUILD2011-06-05 07:08:18 UTC (rev 126401)
@@ -1,7 +1,8 @@
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-pictures
-pkgver=2010.22101
+pkgver=2011.22509
+_revnr=${pkgver#2011.}
 pkgrel=1
 pkgdesc=TeX Live - Packages for drawings graphics
 license=('GPL')
@@ -13,10 +14,11 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('eded5b2380c1efb686331cb7e94534a0'
+md5sums=('22f34ecb09488b4a21671e845255ac4c'
  '7d08cb8ade87687bd8676f8e8ba20697')
 
 build() {
+   bsdtar xf $pkgname-$pkgver-src.zip
for p in *.tar.xz; do
   bsdtar -xf $p
done
@@ -25,7 +27,6 @@
 package() {
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 -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
install -m755 -d $pkgdir/usr/share



[arch-commits] Commit in texlive-pictures/repos (testing-any)

2011-06-05 Thread Rémy Oudompheng
Date: Sunday, June 5, 2011 @ 03:08:31
  Author: remy
Revision: 126402

archrelease: copy trunk to testing-any

Added:
  texlive-pictures/repos/testing-any/



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

2011-06-05 Thread Rémy Oudompheng
Date: Sunday, June 5, 2011 @ 03:13:36
  Author: remy
Revision: 126403

upgpkg: texlive-langcjk 2011.22725-1
-m

Added:
  texlive-langcjk/trunk/Changelog
Modified:
  texlive-langcjk/trunk/PKGBUILD

---+
 Changelog |7 +++
 PKGBUILD  |7 ---
 2 files changed, 11 insertions(+), 3 deletions(-)

Added: Changelog
===
--- Changelog   (rev 0)
+++ Changelog   2011-06-05 07:13:36 UTC (rev 126403)
@@ -0,0 +1,7 @@
+texlive-langcjk 2011.22725
+
+- upgrade package ctex 21116 - 22488
+- upgrade package ptex 21780 - 22725
+- upgrade package wadalab 15878 - 22576
+- upgrade package zhmetrics 16067 - 22207
+

Modified: PKGBUILD
===
--- PKGBUILD2011-06-05 07:08:31 UTC (rev 126402)
+++ PKGBUILD2011-06-05 07:13:36 UTC (rev 126403)
@@ -2,7 +2,8 @@
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-langcjk
-pkgver=2010.21940
+pkgver=2011.22725
+_revnr=${pkgver#2011.}
 pkgrel=1
 pkgdesc=TeX Live - CJK (Chinese, Japanese, Korean) macros and fonts
 license=('GPL')
@@ -14,10 +15,11 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('b4f5ae808ac16051d50142e5f46b0808'
+md5sums=('765d99f9d759d71503d048254eb0c0fb'
  'a4c50faea47494bad836b83391eb720e')
 
 build() {
+   bsdtar xf $pkgname-$pkgver-src.zip
for p in *.tar.xz; do
   bsdtar -xf $p
done
@@ -26,7 +28,6 @@
 package() {
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 -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
install -m755 -d $pkgdir/usr/share



[arch-commits] Commit in texlive-langcjk/repos (testing-any)

2011-06-05 Thread Rémy Oudompheng
Date: Sunday, June 5, 2011 @ 03:13:49
  Author: remy
Revision: 126404

archrelease: copy trunk to testing-any

Added:
  texlive-langcjk/repos/testing-any/



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

2011-06-05 Thread Rémy Oudompheng
Date: Sunday, June 5, 2011 @ 03:14:31
  Author: remy
Revision: 126405

upgpkg: texlive-publishers 2011.22647-1
-m

Modified:
  texlive-publishers/trunk/Changelog
  texlive-publishers/trunk/PKGBUILD

---+
 Changelog |9 +
 PKGBUILD  |7 ---
 2 files changed, 13 insertions(+), 3 deletions(-)

Modified: Changelog
===
--- Changelog   2011-06-05 07:13:49 UTC (rev 126404)
+++ Changelog   2011-06-05 07:14:31 UTC (rev 126405)
@@ -1,3 +1,12 @@
+texlive-publishers 2011.22647
+
+ - upgrade package elteikthesis 19800 - 22513
+ - upgrade package toptesi 22063 - 22647
+ - upgrade package tugboat 20545 - 22462
+ - new package uafthesis
+ - new package unamthesis
+ - upgrade package uothesis 22075 - 22489
+
 texlive-publishers 2010.22075-1
 
  - upgrade package aomart 20919 - 21666

Modified: PKGBUILD
===
--- PKGBUILD2011-06-05 07:13:49 UTC (rev 126404)
+++ PKGBUILD2011-06-05 07:14:31 UTC (rev 126405)
@@ -2,7 +2,8 @@
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-publishers
-pkgver=2010.22075
+pkgver=2011.22647
+_revnr=${pkgver#2011.}
 pkgrel=1
 pkgdesc=TeX Live - LaTeX classes and packages for specific publishers
 license=('GPL')
@@ -14,9 +15,10 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('a55e22c927fc55b180d23fa10cf5b9f6')
+md5sums=('435c8f6822aa02cf0a94c42d9aeb73fa')
 
 build() {
+   bsdtar xf $pkgname-$pkgver-src.zip
for p in *.tar.xz; do
   bsdtar -xf $p
done
@@ -25,7 +27,6 @@
 package() {
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-publishers/repos (testing-any)

2011-06-05 Thread Rémy Oudompheng
Date: Sunday, June 5, 2011 @ 03:14:44
  Author: remy
Revision: 126406

archrelease: copy trunk to testing-any

Added:
  texlive-publishers/repos/testing-any/



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

2011-06-05 Thread Rémy Oudompheng
Date: Sunday, June 5, 2011 @ 03:14:51
  Author: remy
Revision: 126407

upgpkg: texlive-music 2011.22568-1
-m

Modified:
  texlive-music/trunk/Changelog
  texlive-music/trunk/PKGBUILD

---+
 Changelog |5 +
 PKGBUILD  |   11 ---
 2 files changed, 13 insertions(+), 3 deletions(-)

Modified: Changelog
===
--- Changelog   2011-06-05 07:14:44 UTC (rev 126406)
+++ Changelog   2011-06-05 07:14:51 UTC (rev 126407)
@@ -1,3 +1,8 @@
+texlive-music 2011.22568-1
+
+- upgrade package musixtex 21982 - 22568
+- deleted package musixflx
+
 texlive-music 2010.21982-1
 
 - upgrade package figbas 15878 - 21037

Modified: PKGBUILD
===
--- PKGBUILD2011-06-05 07:14:44 UTC (rev 126406)
+++ PKGBUILD2011-06-05 07:14:51 UTC (rev 126407)
@@ -2,7 +2,8 @@
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-music
-pkgver=2010.21982
+pkgver=2011.22568
+_revnr=${pkgver#2011.}
 pkgrel=1
 pkgdesc=TeX Live - Music typesetting packages
 license=('GPL')
@@ -14,10 +15,11 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('e280de9858751e7651d8b0da97d33a31'
+md5sums=('8e629217b7a9e10cd57a252ba29958e0'
  '6af96d016e18492867d6f4ba2eff0a31')
 
 build() {
+   bsdtar xf $pkgname-$pkgver-src.zip
for p in *.tar.xz; do
   bsdtar -xf $p
done
@@ -26,7 +28,6 @@
 package() {
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 -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
install -m755 -d $pkgdir/usr/share
@@ -42,4 +43,8 @@
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/musixtex/musixtex.lua 
$pkgdir/usr/bin/musixtex
+   ln -s /usr/share/texmf-dist/scripts/musixtex/musixflx.lua 
$pkgdir/usr/bin/musixflx
 }



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

2011-06-05 Thread Rémy Oudompheng
Date: Sunday, June 5, 2011 @ 03:18:16
  Author: remy
Revision: 126408

upgpkg: texlive-htmlxml 2011.22546-1
-m

Added:
  texlive-htmlxml/trunk/Changelog
Modified:
  texlive-htmlxml/trunk/PKGBUILD

---+
 Changelog |4 
 PKGBUILD  |7 ---
 2 files changed, 8 insertions(+), 3 deletions(-)

Added: Changelog
===
--- Changelog   (rev 0)
+++ Changelog   2011-06-05 07:18:16 UTC (rev 126408)
@@ -0,0 +1,4 @@
+texlive-htmlxml 2011.22546
+
+- upgrade package tex4ht 21272 - 22546
+

Modified: PKGBUILD
===
--- PKGBUILD2011-06-05 07:14:51 UTC (rev 126407)
+++ PKGBUILD2011-06-05 07:18:16 UTC (rev 126408)
@@ -2,7 +2,8 @@
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-htmlxml
-pkgver=2010.21272
+pkgver=2011.22546
+_revnr=${pkgver#2011.}
 pkgrel=1
 pkgdesc=TeX Live - Packages to convert LaTeX to XML/HTML, and typeset 
XML/SGML
 license=('GPL')
@@ -14,9 +15,10 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('eef09cc79d5aedec2a4cdebcbc186ce1')
+md5sums=('60fccf7701210b316744f0379a5e6d97')
 
 build() {
+   bsdtar xf $pkgname-$pkgver-src.zip
for p in *.tar.xz; do
   bsdtar -xf $p
done
@@ -26,7 +28,6 @@
 package() {
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-htmlxml/repos (testing-any)

2011-06-05 Thread Rémy Oudompheng
Date: Sunday, June 5, 2011 @ 03:18:30
  Author: remy
Revision: 126409

archrelease: copy trunk to testing-any

Added:
  texlive-htmlxml/repos/testing-any/



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

2011-06-05 Thread Eric Bélanger
Date: Sunday, June 5, 2011 @ 03:19:37
  Author: eric
Revision: 126410

upgpkg: avidemux 2.5.5-1
Upstream update, Added install scriptlet to run update-desktop-database, Added 
pulse support, Removed old patches

Added:
  avidemux/trunk/avidemux.install
Modified:
  avidemux/trunk/PKGBUILD
Deleted:
  avidemux/trunk/2.5.4_audioDevice.patch
  avidemux/trunk/x264.patch

-+
 2.5.4_audioDevice.patch |   12 
 PKGBUILD|   26 +++---
 avidemux.install|   11 +++
 x264.patch  |   21 -
 4 files changed, 22 insertions(+), 48 deletions(-)

Deleted: 2.5.4_audioDevice.patch
===
--- 2.5.4_audioDevice.patch 2011-06-05 07:18:30 UTC (rev 126409)
+++ 2.5.4_audioDevice.patch 2011-06-05 07:19:37 UTC (rev 126410)
@@ -1,12 +0,0 @@
 cmake/config.h.cmake.orig  2010-10-29 12:51:05.0 -0400
-+++ cmake/config.h.cmake   2010-10-29 12:51:48.0 -0400
-@@ -76,9 +76,7 @@
- /* use Nvwa memory leak detector */
- #cmakedefine FIND_LEAKS
- 
--#if defined(OSS_SUPPORT) || defined (USE_ARTS) || defined(USE_SDL) || 
defined(__APPLE__) || defined(__WIN32) || defined(ALSA_SUPPORT)
- #define HAVE_AUDIO
--#endif
- 
- #define HAVE_ENCODER
- 

Modified: PKGBUILD
===
--- PKGBUILD2011-06-05 07:18:30 UTC (rev 126409)
+++ PKGBUILD2011-06-05 07:19:37 UTC (rev 126410)
@@ -1,29 +1,22 @@
 # $Id$
-# Maintainer: Eric Belanger e...@archlinux.org
+# Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgbase=avidemux
 pkgname=('avidemux-cli' 'avidemux-gtk' 'avidemux-qt')
-pkgver=2.5.4
-pkgrel=4
+pkgver=2.5.5
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://fixounet.free.fr/avidemux/;
 makedepends=('cmake' 'libxslt' 'gtk2' 'qt' 'jack' 'esound' 'libvorbis' 'sdl' 
'libxv' \
  'alsa-lib' 'lame' 'xvidcore' 'faad2' 'faac' 'x264' 
'libsamplerate' \
- 'opencore-amr' 'yasm' 'mesa' 'libvpx')
-source=(http://downloads.sourceforge.net/avidemux/avidemux_${pkgver}.tar.gz 
2.5.4_audioDevice.patch
-x264.patch)
-md5sums=('b849460f6480df92bfd72d1a3dc288d4'
- 'ef375051a12c911c6bd8a7bf85b76330'
- '0d01294b8171a856f718ab8131bea074')
+ 'opencore-amr' 'yasm' 'mesa' 'libvpx' 'libpulse')
+source=(http://downloads.sourceforge.net/avidemux/avidemux_${pkgver}.tar.gz)
+md5sums=('33bbe210c6826cea1987ed18a41d57a7')
 
 build() {
   cd ${srcdir}/${pkgbase}_${pkgver}
 
-  #gcc 4.6 workaround
-  export CXXFLAGS=$CXXFLAGS -fpermissive
-  patch -p0  ../2.5.4_audioDevice.patch
-  patch -Np1 -i ${srcdir}/x264.patch
   mkdir build
   cd build
   cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release -D 
CMAKE_SKIP_RPATH=ON -D GTK=1 -D QT4=1 ..
@@ -53,6 +46,7 @@
   'opencore-amr: for the corresponding audio decoder plugin'
   'esound: for the corresponding audio device plugin'
   'jack: for the corresponding audio device plugin'
+  'libpulse: for the corresponding audio device plugin'
   'sdl: for the corresponding audio device plugin'
   'x264: for the corresponding video encoder plugin'
   'xvidcore: for the corresponding video encoder plugin')
@@ -81,7 +75,8 @@
 
 package_avidemux-gtk() {
   pkgdesc=A graphical tool to edit video (filter/re-encode/split) - GTK GUI
-  depends=(avidemux-cli=${pkgver} 'gtk2' 'libxv')
+  depends=(avidemux-cli=${pkgver} 'gtk2' 'libxv' 'desktop-file-utils')
+  install=avidemux.install
 
   cd ${srcdir}/${pkgbase}_${pkgver}
   install -D -m755 build/avidemux/avidemux2_gtk 
${pkgdir}/usr/bin/avidemux2_gtk
@@ -100,7 +95,8 @@
 
 package_avidemux-qt() {
   pkgdesc=A graphical tool to edit video (filter/re-encode/split) - QT GUI
-  depends=(avidemux-cli=${pkgver} 'qt')
+  depends=(avidemux-cli=${pkgver} 'qt' 'desktop-file-utils')
+  install=avidemux.install
 
   cd ${srcdir}/${pkgbase}_${pkgver}
   install -D -m755 build/avidemux/avidemux2_qt4 
${pkgdir}/usr/bin/avidemux2_qt4

Added: avidemux.install
===
--- avidemux.install(rev 0)
+++ avidemux.install2011-06-05 07:19:37 UTC (rev 126410)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: x264.patch
===
--- x264.patch  2011-06-05 07:18:30 UTC (rev 126409)
+++ x264.patch  2011-06-05 07:19:37 UTC (rev 126410)
@@ -1,21 +0,0 @@
-diff -Nur 
avidemux_2.5.4.orig/plugins/ADM_videoEncoder/ADM_vidEnc_x264/x264Options.cpp 
avidemux_2.5.4/plugins/ADM_videoEncoder/ADM_vidEnc_x264/x264Options.cpp
 
avidemux_2.5.4.orig/plugins/ADM_videoEncoder/ADM_vidEnc_x264/x264Options.cpp
   2010-10-10 06:45:42.0 -0700
-+++ 

[arch-commits] Commit in avidemux/repos (extra-i686)

2011-06-05 Thread Eric Bélanger
Date: Sunday, June 5, 2011 @ 03:19:49
  Author: eric
Revision: 126411

archrelease: remove extra-i686

Deleted:
  avidemux/repos/extra-i686/



[arch-commits] Commit in avidemux/repos (extra-i686)

2011-06-05 Thread Eric Bélanger
Date: Sunday, June 5, 2011 @ 03:19:58
  Author: eric
Revision: 126412

archrelease: copy trunk to extra-i686

Added:
  avidemux/repos/extra-i686/



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

2011-06-05 Thread Allan McRae
Date: Sunday, June 5, 2011 @ 03:20:02
  Author: allan
Revision: 126413

upgpkg: gcc 4.6.0-6
new upstream snapshot, fixes FS#24407, FS#24496

Modified:
  gcc/trunk/PKGBUILD

--+
 PKGBUILD |   20 +++-
 1 file changed, 7 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-05 07:19:58 UTC (rev 126412)
+++ PKGBUILD2011-06-05 07:20:02 UTC (rev 126413)
@@ -6,8 +6,8 @@
 
 pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go')
 pkgver=4.6.0
-pkgrel=5
-_snapshot=4.6-20110513
+pkgrel=6
+_snapshot=4.6-20110603
 _libstdcppmanver=20110201  # Note: check source directory name 
when updating this
 pkgdesc=The GNU Compiler Collection
 arch=('i686' 'x86_64')
@@ -15,18 +15,12 @@
 url=http://gcc.gnu.org;
 makedepends=('binutils=2.21' 'libmpc' 'cloog' 'ppl' 'gcc-ada' 'dejagnu')
 options=('!libtool' '!emptydirs')
-source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-{core,g++,fortran,objc,ada,go,testsuite}-${pkgver}.tar.bz2
-   
ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-{core,g++,fortran,objc,ada,go,testsuite}-${_snapshot}.tar.bz2
+source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
+   
ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2

ftp://gcc.gnu.org/pub/gcc/libstdc++/doxygen/libstdc++-api.${_libstdcppmanver}.man.tar.bz2
gcc_pure64.patch
gcc-hash-style-both.patch)
-md5sums=('2be769db16ac02f30fb62423b4c50145'
- 'a310d230945f4b3093dd3ca72839c649'
- '361a10c5a5545c80fd271b18036dd00c'
- 'f7db2f6ed34398361de62cb6b8eb53d2'
- '9b69c1d8874e8496c1965ee3e32eaa6d'
- '248e53b461078bf1c89528fb8e4ba051'
- 'e15a01b0d02ff12e975e4c2649e71e55'
+md5sums=('c97d52b2b4e6c8c5cf665ae3eb9e8e49'
  '1e9fd2eaf0ee47ea64e82c48998f1999'
  '4030ee1c08dd1e843c0225b772360e76'
  '4df25b623799b148a0703eaeec8fdf3f')
@@ -89,7 +83,7 @@
 {
   pkgdesc=Runtime libraries shipped by GCC
   groups=('base')
-  depends=('glibc=2.11.1-2')
+  depends=('glibc=2.13')
   install=gcc-libs.install
 
   cd gcc-build
@@ -118,7 +112,7 @@
 package_gcc()
 {
   pkgdesc=The GNU Compiler Collection - C and C++ frontends
-  depends=('binutils=2.20.1' 'libmpc=0.8.1-2' 'cloog' 'ppl')
+  depends=(gcc-libs=$pkgver-$pkgrel 'binutils=2.21' 'libmpc' 'cloog' 'ppl')
   groups=('base-devel')
   install=gcc.install
 



[arch-commits] Commit in avidemux/repos (extra-x86_64)

2011-06-05 Thread Eric Bélanger
Date: Sunday, June 5, 2011 @ 03:20:15
  Author: eric
Revision: 126415

archrelease: copy trunk to extra-x86_64

Added:
  avidemux/repos/extra-x86_64/



[arch-commits] Commit in gcc/repos (testing-i686)

2011-06-05 Thread Allan McRae
Date: Sunday, June 5, 2011 @ 03:20:43
  Author: allan
Revision: 126416

archrelease: copy trunk to testing-i686

Added:
  gcc/repos/testing-i686/



[arch-commits] Commit in gcc/repos (testing-x86_64)

2011-06-05 Thread Allan McRae
Date: Sunday, June 5, 2011 @ 03:21:23
  Author: allan
Revision: 126417

archrelease: copy trunk to testing-x86_64

Added:
  gcc/repos/testing-x86_64/



[arch-commits] Commit in texlive-music/repos (testing-any)

2011-06-05 Thread Rémy Oudompheng
Date: Sunday, June 5, 2011 @ 03:28:35
  Author: remy
Revision: 126418

archrelease: copy trunk to testing-any

Added:
  texlive-music/repos/testing-any/



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

2011-06-05 Thread Rémy Oudompheng
Date: Sunday, June 5, 2011 @ 03:31:12
  Author: remy
Revision: 126419

Update for TL pretest 2011.

Updated packages: yannisgr

Modified:
  texlive-langgreek/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-05 07:28:35 UTC (rev 126418)
+++ PKGBUILD2011-06-05 07:31:12 UTC (rev 126419)
@@ -2,7 +2,8 @@
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-langgreek
-pkgver=2010.21818
+pkgver=2011.22613
+_revnr=${pkgver#2011.}
 pkgrel=1
 pkgdesc=TeX Live - Fonts and support for typesetting Greek
 license=('GPL')
@@ -14,10 +15,11 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('0fdfee9bc68df4555eba18dc2c863a7b'
+md5sums=('37f4730fb761fd36e1fe7b66d1d949d6'
  'a1c515e7bbe93c905e20db580aa5a234')
 
 build() {
+   bsdtar xf $pkgname-$pkgver-src.zip
for p in *.tar.xz; do
   bsdtar -xf $p
done
@@ -26,7 +28,6 @@
 package() {
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 -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
install -m755 -d $pkgdir/usr/share



[arch-commits] Commit in texlive-langgreek/repos (testing-any)

2011-06-05 Thread Rémy Oudompheng
Date: Sunday, June 5, 2011 @ 03:31:25
  Author: remy
Revision: 126420

archrelease: copy trunk to testing-any

Added:
  texlive-langgreek/repos/testing-any/



[arch-commits] Commit in enchant/repos (staging-i686 testing-i686)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 06:11:27
  Author: andyrtr
Revision: 126421

db-move: moved enchant from [staging] to [testing] (i686)

Added:
  enchant/repos/testing-i686/
Deleted:
  enchant/repos/staging-i686/



[arch-commits] Commit in enchant/repos (staging-x86_64 testing-x86_64)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 06:11:28
  Author: andyrtr
Revision: 126422

db-move: moved enchant from [staging] to [testing] (x86_64)

Added:
  enchant/repos/testing-x86_64/
Deleted:
  enchant/repos/staging-x86_64/



[arch-commits] Commit in kdesdk/repos (staging-i686 testing-i686)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 06:11:28
  Author: andyrtr
Revision: 126423

db-move: moved kdesdk from [staging] to [testing] (i686)

Added:
  kdesdk/repos/testing-i686/
Deleted:
  kdesdk/repos/staging-i686/



[arch-commits] Commit in kdesdk/repos (staging-x86_64 testing-x86_64)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 06:11:29
  Author: andyrtr
Revision: 126424

db-move: moved kdesdk from [staging] to [testing] (x86_64)

Added:
  kdesdk/repos/testing-x86_64/
Deleted:
  kdesdk/repos/staging-x86_64/



[arch-commits] Commit in libreoffice/repos (staging-i686 testing-i686)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 06:11:34
  Author: andyrtr
Revision: 126425

db-move: moved libreoffice from [staging] to [testing] (i686)

Added:
  libreoffice/repos/testing-i686/
Deleted:
  libreoffice/repos/staging-i686/



[arch-commits] Commit in libreoffice/repos (staging-x86_64 testing-x86_64)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 06:11:35
  Author: andyrtr
Revision: 126426

db-move: moved libreoffice from [staging] to [testing] (x86_64)

Added:
  libreoffice/repos/testing-x86_64/
Deleted:
  libreoffice/repos/staging-x86_64/



[arch-commits] Commit in thunderbird/repos (staging-i686 testing-i686)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 06:11:37
  Author: andyrtr
Revision: 126427

db-move: moved thunderbird from [staging] to [testing] (i686)

Added:
  thunderbird/repos/testing-i686/
Deleted:
  thunderbird/repos/staging-i686/



[arch-commits] Commit in thunderbird/repos (staging-x86_64 testing-x86_64)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 06:11:40
  Author: andyrtr
Revision: 126428

db-move: moved thunderbird from [staging] to [testing] (x86_64)

Added:
  thunderbird/repos/testing-x86_64/
Deleted:
  thunderbird/repos/staging-x86_64/



[arch-commits] Commit in xulrunner/repos (staging-i686 testing-i686)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 06:11:42
  Author: andyrtr
Revision: 126429

db-move: moved xulrunner from [staging] to [testing] (i686)

Added:
  xulrunner/repos/testing-i686/
Deleted:
  xulrunner/repos/staging-i686/



[arch-commits] Commit in xulrunner/repos (staging-x86_64 testing-x86_64)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 06:11:44
  Author: andyrtr
Revision: 126430

db-move: moved xulrunner from [staging] to [testing] (x86_64)

Added:
  xulrunner/repos/testing-x86_64/
Deleted:
  xulrunner/repos/staging-x86_64/



[arch-commits] Commit in boost/repos (staging-i686 testing-i686)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 06:11:46
  Author: andyrtr
Revision: 126431

db-move: moved boost from [staging] to [testing] (i686)

Added:
  boost/repos/testing-i686/
Deleted:
  boost/repos/staging-i686/



[arch-commits] Commit in boost/repos (staging-x86_64 testing-x86_64)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 06:11:48
  Author: andyrtr
Revision: 126432

db-move: moved boost from [staging] to [testing] (x86_64)

Added:
  boost/repos/testing-x86_64/
Deleted:
  boost/repos/staging-x86_64/



[arch-commits] Commit in brltty/repos (staging-i686 testing-i686)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 06:11:49
  Author: andyrtr
Revision: 126433

db-move: moved brltty from [staging] to [testing] (i686)

Added:
  brltty/repos/testing-i686/
Deleted:
  brltty/repos/staging-i686/



[arch-commits] Commit in brltty/repos (staging-x86_64 testing-x86_64)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 06:11:49
  Author: andyrtr
Revision: 126434

db-move: moved brltty from [staging] to [testing] (x86_64)

Added:
  brltty/repos/testing-x86_64/
Deleted:
  brltty/repos/staging-x86_64/



[arch-commits] Commit in gptfdisk/repos (staging-i686 testing-i686)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 06:11:50
  Author: andyrtr
Revision: 126435

db-move: moved gptfdisk from [staging] to [testing] (i686)

Added:
  gptfdisk/repos/testing-i686/
Deleted:
  gptfdisk/repos/staging-i686/



[arch-commits] Commit in gptfdisk/repos (staging-x86_64 testing-x86_64)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 06:11:51
  Author: andyrtr
Revision: 126436

db-move: moved gptfdisk from [staging] to [testing] (x86_64)

Added:
  gptfdisk/repos/testing-x86_64/
Deleted:
  gptfdisk/repos/staging-x86_64/



[arch-commits] Commit in libwebkit/repos (staging-i686 testing-i686)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 06:11:53
  Author: andyrtr
Revision: 126437

db-move: moved libwebkit from [staging] to [testing] (i686)

Added:
  libwebkit/repos/testing-i686/
Deleted:
  libwebkit/repos/staging-i686/



[arch-commits] Commit in libwebkit/repos (staging-x86_64 testing-x86_64)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 06:11:56
  Author: andyrtr
Revision: 126438

db-move: moved libwebkit from [staging] to [testing] (x86_64)

Added:
  libwebkit/repos/testing-x86_64/
Deleted:
  libwebkit/repos/staging-x86_64/



[arch-commits] Commit in icu/repos (staging-i686 testing-i686)

2011-06-05 Thread Ionut Biru
Date: Sunday, June 5, 2011 @ 07:46:03
  Author: ibiru
Revision: 126439

db-move: moved icu from [staging] to [testing] (i686)

Added:
  icu/repos/testing-i686/
Deleted:
  icu/repos/staging-i686/



[arch-commits] Commit in icu/repos (staging-x86_64 testing-x86_64)

2011-06-05 Thread Ionut Biru
Date: Sunday, June 5, 2011 @ 07:46:04
  Author: ibiru
Revision: 126440

db-move: moved icu from [staging] to [testing] (x86_64)

Added:
  icu/repos/testing-x86_64/
Deleted:
  icu/repos/staging-x86_64/



[arch-commits] Commit in hunspell/repos (staging-i686 testing-i686)

2011-06-05 Thread Ionut Biru
Date: Sunday, June 5, 2011 @ 07:46:05
  Author: ibiru
Revision: 126441

db-move: moved hunspell from [staging] to [testing] (i686)

Added:
  hunspell/repos/testing-i686/
Deleted:
  hunspell/repos/staging-i686/



[arch-commits] Commit in hunspell/repos (staging-x86_64 testing-x86_64)

2011-06-05 Thread Ionut Biru
Date: Sunday, June 5, 2011 @ 07:46:05
  Author: ibiru
Revision: 126442

db-move: moved hunspell from [staging] to [testing] (x86_64)

Added:
  hunspell/repos/testing-x86_64/
Deleted:
  hunspell/repos/staging-x86_64/



[arch-commits] Commit in texlive-bin/trunk (texmf.cnf)

2011-06-05 Thread Rémy Oudompheng
Date: Sunday, June 5, 2011 @ 07:59:07
  Author: remy
Revision: 126443

Update texmf.cnf with TL2011 pretest version

Modified:
  texlive-bin/trunk/texmf.cnf

---+
 texmf.cnf |  111 +---
 1 file changed, 62 insertions(+), 49 deletions(-)

Modified: texmf.cnf
===
--- texmf.cnf   2011-06-05 11:46:05 UTC (rev 126442)
+++ texmf.cnf   2011-06-05 11:59:07 UTC (rev 126443)
@@ -1,6 +1,12 @@
 % texmf.cnf for TeXLive/Arch Linux -- runtime path configuration file for 
kpathsea.
 % Public domain.
 % 
+% If you modify this original file, YOUR CHANGES WILL BE LOST when it is
+% updated.  Instead, put your changes -- and only your changes, not an
+% entire copy of the full texmf.cnf! -- in ../../texmf.cnf.  That is, if
+% this file is installed in /some/path/to/texlive/2011/texmf/web2c/texmf.cnf,
+% add your custom settings to /some/path/to/texlive/2011/texmf.cnf.
+% 
 % What follows is a super-summary of what this .cnf file can
 % contain. Please read the Kpathsea manual for more information.
 %
@@ -29,68 +35,63 @@
 % A leading/trailing/doubled path separator in the paths will be
 %   expanded into the compile-time default. Probably not what you want.
 %
-
 % Brace notation is supported, for example: /usr/local/{mytex,othertex}
-% expands to /usr/local/mytex:/usr/local/othertex.  You can use the path
-% separator as well as the comma for this: /usr/local/{mytex:othertex}
-% also expands to /usr/local/mytex:/usr/local/othertex.  We make
-% extensive use of this.
+% expands to /usr/local/mytex:/usr/local/othertex.  We make extensive
+% use of this.
 
+
 %  Part 1: Search paths and directories.
 
-% You can set an environment variable to override TEXMF if you're testing
-% a new TeX tree, without changing anything else.
+% This is the parent directory of our several trees, i.e.,
+% /usr/local/texlive/ in the original TeX Live distribution.
 %
-% You may wish to use one of the $SELFAUTO... variables here so TeX will
-% find where to look dynamically.  See the manual and the definition
-% below of TEXMFCNF.
+% All trees must be organized according to the TeX Directory Structure
+% (http://tug.org/tds), or files may not be found.
+%
+% Redistributors will probably want $SELFAUTODIR/share, i.e., /usr/share.
+TEXMFROOT = $SELFAUTODIR/share
 
-% The tree containing the runtime files closely related to the specific
-% program version used:
-TEXMFMAIN = /usr/share/texmf
+% The tree containing runtime files related to the specific
+% distribution and version.
+TEXMFMAIN = $TEXMFROOT/texmf
 
-% The main distribution tree:
-TEXMFDIST = /usr/share/texmf-dist
+% The main tree of packages, distribution-agnostic:
+TEXMFDIST = $TEXMFROOT/texmf-dist
 
-% Our documentation-only tree, arranged by language:
-TEXMFDOC = /usr/share/texmf-doc
-
-% A place for local additions to a standard texmf tree.
-% This tree is not used for local configuration maintained by
-% texconfig, it uses TEXMFCONFIG below.
+% Local additions to the distribution trees.
 TEXMFLOCAL = /usr/local/share/texmf
 
-% TEXMFSYSVAR, where texconfig-sys stores variable runtime data.
+% TEXMFSYSVAR, where *-sys store cached runtime data.
 TEXMFSYSVAR = /var/lib/texmf
 
-% TEXMFSYSCONFIG, where texconfig-sys stores configuration data.
+% TEXMFSYSCONFIG, where *-sys store configuration data.
 TEXMFSYSCONFIG = /etc/texmf
 
-% User texmf trees are allowed as follows.
+% Per-user texmf tree(s) -- organized per the TDS, as usual.  To define
+% more than one per-user tree, set this to a list of directories in
+% braces, as described above.  (This used to be HOMETEXMF.)  ~ expands
+% to %USERPROFILE% on Windows, $HOME otherwise.
 TEXMFHOME = ~/texmf
 
-% TEXMFVAR, where texconfig stores variable runtime data.
+% TEXMFVAR, where texconfig/updmap/fmtutil store cached runtime data.
 TEXMFVAR = ~/.texlive/texmf-var
 
-% TEXMFCONFIG, where texconfig stores configuration data.
+% TEXMFCONFIG, where texconfig/updmap/fmtutil store configuration data.
 TEXMFCONFIG = ~/.texlive/texmf-config
 
-% Now, list all the texmf trees. If you have multiple trees you can
-% use shell brace notation, like this:
-%   TEXMF = {$TEXMFHOME,!!$TEXMFLOCAL,!!$TEXMFMAIN}
-% The braces are necessary.
+% List all the texmf trees.
 %
 % For texconfig to work properly, TEXMFCONFIG and TEXMFVAR should be named
 % explicitly and before all other trees.
 % 
 % TEXMFLOCAL follows TEXMFMAIN (and precedes TEXMFDIST) because the
 % files in TEXMFMAIN are tightly coupled with the particular version of
-% the distribution, such as format files.  Overriding them would be more
-% likely to cause trouble than help.  On the other hand, all the
-% standard packages and fonts are in TEXMFDIST, and locally-installed
-% versions should take precedence over those (although it is generally a
-% source of confusion to have different versions of a package installed,
-% whatever the trees, so try to avoid 

[arch-commits] Commit in texlive-bin/trunk (PKGBUILD archlinux-build.patch)

2011-06-05 Thread Rémy Oudompheng
Date: Sunday, June 5, 2011 @ 07:59:52
  Author: remy
Revision: 126444

Simplify build logic and fix symlinks.

Added:
  texlive-bin/trunk/archlinux-build.patch
Modified:
  texlive-bin/trunk/PKGBUILD

---+
 PKGBUILD  |   51 +++-
 archlinux-build.patch |   40 +
 2 files changed, 61 insertions(+), 30 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-05 11:59:07 UTC (rev 126443)
+++ PKGBUILD2011-06-05 11:59:52 UTC (rev 126444)
@@ -19,6 +19,7 @@
 source=('texmf.cnf'
 'fix-fontforge-encoding.patch'
 '09-texlive-fonts.conf'
+'archlinux-build.patch'
 
'http://mirrors.kernel.org/archlinux/other/texlive/texlive-bin-source-20110531.tar.xz'
 
'http://mirrors.kernel.org/archlinux/other/texlive/texlive-bin-texmf-20110531.tar.xz'
 
http://foundry.supelec.fr/gf/download/frsrelease/392/1730/luatex-beta-${_luatex_ver}.tar.bz2;
@@ -37,9 +38,10 @@
etc/texmf/dvipdfm/config/config \
etc/texmf/xdvi/XDvi)
 
-md5sums=('626f900fb59f036d6fea95f08c74b00b'
+md5sums=('ff30d6813babd2e41c414365eea9c147'
  'bfb9716aa00c86c08cd31e5b32edeb98'
  '393a4bf67adc7ca5df2b386759d1a637'
+ '94ef5571a54262790ab64d6d044dd10c'
  'cd31edd460cdc3224281ccb30a4ea38d'
  'd6338f70c6b8acde6509076ead4b9f13'
  'c9348d4381170204b1a1b0440d8b6918')
@@ -92,10 +94,14 @@
cd $srcdir
# this patch removes spurious error message with locale xx_YY.utf8
patch -p0 -i fix-fontforge-encoding.patch
-
#
### configure
cd source
+   patch -Np1 -i ${srcdir}/archlinux-build.patch
+   for _dir in texk/tetex texk/texlive texk/tex4htk \
+   utils/ps2eps utils/chktex utils/psutils utils/xindy; do
+   (cd ${_dir}  automake) || true
+   done
## prevent compiling Xdvi with libXp
sed -i~ 's|-lXp ||' texk/xdvik/configure
test ! -d Work  mkdir Work
@@ -103,9 +109,9 @@
echo -- Initial configuration...
# we use temporary prefix to avoid messing the existing 
$pkgdir/usr/share/texmf tree
../configure --prefix=/usr -C \
- --datarootdir=$srcdir/inst/usr/share \
- --datadir=$srcdir/inst/usr/share \
- --mandir=$srcdir/inst/usr/share/man \
+ --datarootdir=/usr/share \
+ --datadir=/usr/share \
+ --mandir=/usr/share/man \
  --disable-native-texlive-build \
  --with-banner-add=/Arch Linux \
  --disable-multiplatform \
@@ -219,37 +225,18 @@
echo -- Proceeding with make install ...
echo ---
cd Work
-   make prefix=$srcdir/inst/usr texmf=$pkgdir/usr/share/texmf install
+   make DESTDIR=${pkgdir} texmf=$pkgdir/usr/share/texmf install
+   rm -rf ${pkgdir}/usr/{texmf,texmf-dist}
 
-   # restore install location of bin/lib/include
-   mv -f $srcdir/inst/usr/bin $pkgdir/usr/bin
-   mv -f $srcdir/inst/usr/lib $pkgdir/usr/lib
-   mv -f $srcdir/inst/usr/include $pkgdir/usr/include
-   # add symlinks to manpages since they are not included in the original 
texmf tree
-   for m in $srcdir/inst/usr/share/man/man1/*; do
- bm=$(basename $m)
- test -f $pkgdir/usr/share/man/man1/$bm || mv -f $m 
$pkgdir/usr/share/man/man1/
-   done
-
## install luatex binary
install -m755 $srcdir/luatex-beta-${_luatex_ver}/build/texk/web2c/luatex 
$pkgdir/usr/bin/
cd $pkgdir/usr/bin
/bin/ln -s luatex texlua
/bin/ln -s luatex texluac
 
-   # symlinks in $pkgdir/usr/bin are incorrect
-   echo -- Fixing symlinks for scripts ...
-   for f in $pkgdir/usr/bin/* ; do
-  if [ -L $f ]; then
-  target=`ls -l $f | sed 's/^.\+ - //'`
-  if [[ $target == ..* ]]; then
-  newtarget=`echo $target | sed -e 
's#../#/usr/share/#'`
-  rm -f $f
-  ln -s $newtarget $f
-  test -f $pkgdir/$newtarget  chmod a+x 
$pkgdir/$newtarget
-  fi
-  fi
-   done
+   ## install Perl libraries
+   mkdir -p $pkgdir/usr/share/tlpkg/TeXLive
+   install -m644 ${srcdir}/source/utils/biber/TeXLive/*.pm 
$pkgdir/usr/share/tlpkg/TeXLive
 
# create symlinks for formats 
echo -- Create symlinks for TeX formats ...
@@ -302,7 +289,9 @@
 repstopdf
 rpdfcrop
 showglyphs
+sty2dtx
 texcount
+texdef
 texdiff
 texdirflatten
 texloganalyser
@@ -323,16 +312,18 @@
 splitindex \
 svn-multi \
 vpe
+   _music_scripts=musixtex musixflx
_pictures_scripts=cachepic epspdf epspdftk fig4latex mathspic
_pstricks_scripts=pst2pdf
_science_scripts=ulqda
for s in \
 ${_bibtexextra_scripts} \
-${_core_scripts} \
+${_core_scripts}   \
 ${_htmlxml_scripts}\
 ${_langextra_scripts}  \
 ${_langgreek_scripts}  \
 

[arch-commits] Commit in texlive-bin/repos (testing-i686)

2011-06-05 Thread Rémy Oudompheng
Date: Sunday, June 5, 2011 @ 08:04:56
  Author: remy
Revision: 126445

archrelease: copy trunk to testing-i686

Added:
  texlive-bin/repos/testing-i686/



[arch-commits] Commit in texlive-bin/repos (testing-x86_64)

2011-06-05 Thread Rémy Oudompheng
Date: Sunday, June 5, 2011 @ 08:05:12
  Author: remy
Revision: 126446

archrelease: copy trunk to testing-x86_64

Added:
  texlive-bin/repos/testing-x86_64/



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

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 09:11:49
  Author: andyrtr
Revision: 126447

upgpkg: gnutls 2.12.6.1-1
upstream update 2.12.6.1

Modified:
  gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-05 12:05:12 UTC (rev 126446)
+++ PKGBUILD2011-06-05 13:11:49 UTC (rev 126447)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gnutls
-pkgver=2.12.5
+pkgver=2.12.6.1
 pkgrel=1
 pkgdesc=A library which provides a secure layer over a reliable transport 
layer
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 options=('!libtool' '!zipman')
 depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'libgcrypt')
 source=(ftp://ftp.gnu.org/gnu/gnutls/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('2d0bd5ae11534074fcd78da6ea384e64')
+md5sums=('e724e37f96984f3b0a215c11f03729bd')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -28,7 +28,8 @@
 
 check() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  make check # passes all  || /bin/true
+  #make check # passes all  || /bin/true
+  make check || /bin/true # see 
https://lists.gnu.org/archive/html/gnutls-devel/2011-06/msg7.html
 }
 
 package() {



[arch-commits] Commit in gnutls/repos (extra-i686)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 09:11:56
  Author: andyrtr
Revision: 126448

archrelease: remove extra-i686

Deleted:
  gnutls/repos/extra-i686/



[arch-commits] Commit in gnutls/repos (extra-i686)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 09:12:12
  Author: andyrtr
Revision: 126449

archrelease: copy trunk to extra-i686

Added:
  gnutls/repos/extra-i686/



[arch-commits] Commit in gnutls/repos (extra-x86_64)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 09:12:16
  Author: andyrtr
Revision: 126450

archrelease: remove extra-x86_64

Deleted:
  gnutls/repos/extra-x86_64/



[arch-commits] Commit in gnutls/repos (extra-x86_64)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 09:12:33
  Author: andyrtr
Revision: 126451

archrelease: copy trunk to extra-x86_64

Added:
  gnutls/repos/extra-x86_64/



[arch-commits] Commit in hunspell/repos (extra-i686)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 10:19:14
  Author: andyrtr
Revision: 126452

db-move: hunspell removed by andyrtr for move to [extra] (i686)

Deleted:
  hunspell/repos/extra-i686/



[arch-commits] Commit in hunspell/repos (extra-i686 testing-i686)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 10:19:14
  Author: andyrtr
Revision: 126453

db-move: moved hunspell from [testing] to [extra] (i686)

Added:
  hunspell/repos/extra-i686/
Deleted:
  hunspell/repos/testing-i686/



[arch-commits] Commit in hunspell/repos (extra-x86_64)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 10:19:15
  Author: andyrtr
Revision: 126454

db-move: hunspell removed by andyrtr for move to [extra] (x86_64)

Deleted:
  hunspell/repos/extra-x86_64/



[arch-commits] Commit in hunspell/repos (extra-x86_64 testing-x86_64)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 10:19:15
  Author: andyrtr
Revision: 126455

db-move: moved hunspell from [testing] to [extra] (x86_64)

Added:
  hunspell/repos/extra-x86_64/
Deleted:
  hunspell/repos/testing-x86_64/



[arch-commits] Commit in icu/repos (extra-i686)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 10:19:16
  Author: andyrtr
Revision: 126456

db-move: icu removed by andyrtr for move to [extra] (i686)

Deleted:
  icu/repos/extra-i686/



[arch-commits] Commit in icu/repos (extra-i686 testing-i686)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 10:19:18
  Author: andyrtr
Revision: 126457

db-move: moved icu from [testing] to [extra] (i686)

Added:
  icu/repos/extra-i686/
Deleted:
  icu/repos/testing-i686/



[arch-commits] Commit in icu/repos (extra-x86_64)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 10:19:20
  Author: andyrtr
Revision: 126458

db-move: icu removed by andyrtr for move to [extra] (x86_64)

Deleted:
  icu/repos/extra-x86_64/



[arch-commits] Commit in icu/repos (extra-x86_64 testing-x86_64)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 10:19:21
  Author: andyrtr
Revision: 126459

db-move: moved icu from [testing] to [extra] (x86_64)

Added:
  icu/repos/extra-x86_64/
Deleted:
  icu/repos/testing-x86_64/



[arch-commits] Commit in enchant/repos (extra-i686)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 10:19:23
  Author: andyrtr
Revision: 126460

db-move: enchant removed by andyrtr for move to [extra] (i686)

Deleted:
  enchant/repos/extra-i686/



[arch-commits] Commit in enchant/repos (extra-i686 testing-i686)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 10:19:25
  Author: andyrtr
Revision: 126461

db-move: moved enchant from [testing] to [extra] (i686)

Added:
  enchant/repos/extra-i686/
Deleted:
  enchant/repos/testing-i686/



[arch-commits] Commit in enchant/repos (extra-x86_64)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 10:19:29
  Author: andyrtr
Revision: 126462

db-move: enchant removed by andyrtr for move to [extra] (x86_64)

Deleted:
  enchant/repos/extra-x86_64/



[arch-commits] Commit in enchant/repos (extra-x86_64 testing-x86_64)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 10:19:31
  Author: andyrtr
Revision: 126463

db-move: moved enchant from [testing] to [extra] (x86_64)

Added:
  enchant/repos/extra-x86_64/
Deleted:
  enchant/repos/testing-x86_64/



[arch-commits] Commit in kdesdk/repos (extra-i686)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 10:19:32
  Author: andyrtr
Revision: 126464

db-move: kdesdk removed by andyrtr for move to [extra] (i686)

Deleted:
  kdesdk/repos/extra-i686/



[arch-commits] Commit in kdesdk/repos (extra-i686 testing-i686)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 10:19:32
  Author: andyrtr
Revision: 126465

db-move: moved kdesdk from [testing] to [extra] (i686)

Added:
  kdesdk/repos/extra-i686/
Deleted:
  kdesdk/repos/testing-i686/



[arch-commits] Commit in kdesdk/repos (extra-x86_64)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 10:19:34
  Author: andyrtr
Revision: 126466

db-move: kdesdk removed by andyrtr for move to [extra] (x86_64)

Deleted:
  kdesdk/repos/extra-x86_64/



[arch-commits] Commit in kdesdk/repos (extra-x86_64 testing-x86_64)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 10:19:34
  Author: andyrtr
Revision: 126467

db-move: moved kdesdk from [testing] to [extra] (x86_64)

Added:
  kdesdk/repos/extra-x86_64/
Deleted:
  kdesdk/repos/testing-x86_64/



[arch-commits] Commit in libreoffice/repos (extra-i686 testing-i686)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 10:19:39
  Author: andyrtr
Revision: 126469

db-move: moved libreoffice from [testing] to [extra] (i686)

Added:
  libreoffice/repos/extra-i686/
Deleted:
  libreoffice/repos/testing-i686/



[arch-commits] Commit in libreoffice/repos (extra-x86_64)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 10:19:43
  Author: andyrtr
Revision: 126470

db-move: libreoffice removed by andyrtr for move to [extra] (x86_64)

Deleted:
  libreoffice/repos/extra-x86_64/



[arch-commits] Commit in libreoffice/repos (extra-i686)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 10:19:36
  Author: andyrtr
Revision: 126468

db-move: libreoffice removed by andyrtr for move to [extra] (i686)

Deleted:
  libreoffice/repos/extra-i686/



[arch-commits] Commit in libreoffice/repos (extra-x86_64 testing-x86_64)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 10:19:46
  Author: andyrtr
Revision: 126471

db-move: moved libreoffice from [testing] to [extra] (x86_64)

Added:
  libreoffice/repos/extra-x86_64/
Deleted:
  libreoffice/repos/testing-x86_64/



[arch-commits] Commit in thunderbird/repos (extra-i686)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 10:19:51
  Author: andyrtr
Revision: 126472

db-move: thunderbird removed by andyrtr for move to [extra] (i686)

Deleted:
  thunderbird/repos/extra-i686/



[arch-commits] Commit in thunderbird/repos (extra-i686 testing-i686)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 10:19:52
  Author: andyrtr
Revision: 126473

db-move: moved thunderbird from [testing] to [extra] (i686)

Added:
  thunderbird/repos/extra-i686/
Deleted:
  thunderbird/repos/testing-i686/



[arch-commits] Commit in thunderbird/repos (extra-x86_64)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 10:19:55
  Author: andyrtr
Revision: 126474

db-move: thunderbird removed by andyrtr for move to [extra] (x86_64)

Deleted:
  thunderbird/repos/extra-x86_64/



[arch-commits] Commit in thunderbird/repos (extra-x86_64 testing-x86_64)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 10:19:58
  Author: andyrtr
Revision: 126475

db-move: moved thunderbird from [testing] to [extra] (x86_64)

Added:
  thunderbird/repos/extra-x86_64/
Deleted:
  thunderbird/repos/testing-x86_64/



[arch-commits] Commit in xulrunner/repos (extra-i686)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 10:20:00
  Author: andyrtr
Revision: 126476

db-move: xulrunner removed by andyrtr for move to [extra] (i686)

Deleted:
  xulrunner/repos/extra-i686/



[arch-commits] Commit in xulrunner/repos (extra-i686 testing-i686)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 10:20:03
  Author: andyrtr
Revision: 126477

db-move: moved xulrunner from [testing] to [extra] (i686)

Added:
  xulrunner/repos/extra-i686/
Deleted:
  xulrunner/repos/testing-i686/



[arch-commits] Commit in xulrunner/repos (extra-x86_64)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 10:20:07
  Author: andyrtr
Revision: 126478

db-move: xulrunner removed by andyrtr for move to [extra] (x86_64)

Deleted:
  xulrunner/repos/extra-x86_64/



[arch-commits] Commit in xulrunner/repos (extra-x86_64 testing-x86_64)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 10:20:10
  Author: andyrtr
Revision: 126479

db-move: moved xulrunner from [testing] to [extra] (x86_64)

Added:
  xulrunner/repos/extra-x86_64/
Deleted:
  xulrunner/repos/testing-x86_64/



[arch-commits] Commit in boost/repos (extra-i686)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 10:20:12
  Author: andyrtr
Revision: 126480

db-move: boost removed by andyrtr for move to [extra] (i686)

Deleted:
  boost/repos/extra-i686/



[arch-commits] Commit in boost/repos (extra-i686 testing-i686)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 10:20:13
  Author: andyrtr
Revision: 126481

db-move: moved boost from [testing] to [extra] (i686)

Added:
  boost/repos/extra-i686/
Deleted:
  boost/repos/testing-i686/



[arch-commits] Commit in boost/repos (extra-x86_64)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 10:20:15
  Author: andyrtr
Revision: 126482

db-move: boost removed by andyrtr for move to [extra] (x86_64)

Deleted:
  boost/repos/extra-x86_64/



[arch-commits] Commit in boost/repos (extra-x86_64 testing-x86_64)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 10:20:16
  Author: andyrtr
Revision: 126483

db-move: moved boost from [testing] to [extra] (x86_64)

Added:
  boost/repos/extra-x86_64/
Deleted:
  boost/repos/testing-x86_64/



  1   2   >