[arch-commits] Commit in (2 files)

2011-01-09 Thread Rémy Oudompheng
Date: Sunday, January 9, 2011 @ 03:46:36
  Author: remy
Revision: 105465

texlive: updated map files.

Modified:
  texlive-core/trunk/texlive-core.maps
  texlive-fontsextra/trunk/texlive-fontsextra.maps

--+
 texlive-core/trunk/texlive-core.maps |3 ++-
 texlive-fontsextra/trunk/texlive-fontsextra.maps |9 -
 2 files changed, 10 insertions(+), 2 deletions(-)

Modified: texlive-core/trunk/texlive-core.maps
===
--- texlive-core/trunk/texlive-core.maps2011-01-09 04:56:43 UTC (rev 
105464)
+++ texlive-core/trunk/texlive-core.maps2011-01-09 08:46:36 UTC (rev 
105465)
@@ -1,9 +1,10 @@
-Map euler.map
+Map  euler.map
 Map charter.map
 Map fpls.map
 Map l7x-urwvn.map
 Map lm.map
 Map marvosym.map
+Map original-context-symbol.map
 Map pazo.map
 Map pxfonts.map
 Map qag.map

Modified: texlive-fontsextra/trunk/texlive-fontsextra.maps
===
--- texlive-fontsextra/trunk/texlive-fontsextra.maps2011-01-09 04:56:43 UTC 
(rev 105464)
+++ texlive-fontsextra/trunk/texlive-fontsextra.maps2011-01-09 08:46:36 UTC 
(rev 105465)
@@ -1,7 +1,9 @@
 Map Acorn.map
 Map AnnSton.map
+Map ArrowsADF.map
 Map ArtNouv.map
 Map ArtNouvc.map
+Map BulletsADF.map
 Map Carrickc.map
 Map Eichenla.map
 Map Eileen.map
@@ -37,8 +39,10 @@
 Map clm.map
 Map cm-lgc.map
 Map cmin.map
+Map comfortaa.map
 Map cyklop.map
 Map dictsym.map
+Map droid.map
 Map dstroke.map
 Map epigrafica.map
 Map esvect.map
@@ -67,10 +71,12 @@
 Map pbsi.map
 Map phaistos.map
 Map recycle.map
-Map slantcm.map
+Map starfont.map
+Map tfrupee.map
 Map troff-updmap.map
 Map uaq.map
 Map ugq.map
+Map ybd.map
 Map ybv.map
 Map yes.map
 Map yfrak.map
@@ -82,6 +88,7 @@
 Map yvo.map
 Map yvt.map
 MixedMap allrunes.map
+MixedMap bbold.map
 MixedMap cmll.map
 MixedMap hfbright.map
 MixedMap lxfonts.map



[arch-commits] Commit in (2 files)

2011-01-09 Thread Rémy Oudompheng
Date: Sunday, January 9, 2011 @ 03:49:02
  Author: remy
Revision: 105466

texlive: rework install files to not duplicate contents of the maps file.

Modified:
  texlive-core/trunk/texlive.install
  texlive-fontsextra/trunk/texlive.install

--+
 texlive-core/trunk/texlive.install   |  108 ++--
 texlive-fontsextra/trunk/texlive.install |  155 ++---
 2 files changed, 68 insertions(+), 195 deletions(-)

Modified: texlive-core/trunk/texlive.install
===
--- texlive-core/trunk/texlive.install  2011-01-09 08:46:36 UTC (rev 105465)
+++ texlive-core/trunk/texlive.install  2011-01-09 08:49:02 UTC (rev 105466)
@@ -1,66 +1,19 @@
 PKGNAME=texlive-core
-UPDMAP=/etc/texmf/web2c/updmap.cfg
+UPDMAP=etc/texmf/web2c/updmap.cfg
 SYNCWITHTREES=''
-NEWMAPS=`mktemp`
-cat EOF  $NEWMAPS
-Map euler.map
-Map charter.map
-Map fpls.map
-Map l7x-urwvn.map
-Map lm.map
-Map marvosym.map
-Map pazo.map
-Map pxfonts.map
-Map qag.map
-Map qbk.map
-Map qcr.map
-Map qcs.map
-Map qhv.map
-Map qpl.map
-Map qtm.map
-Map qzc.map
-Map tabvar.map
-Map txfonts.map
-Map utopia.map
-Map zpeu.map
-MixedMap ccpl.map
-MixedMap cm-super-t1.map
-MixedMap cm-super-t2a.map
-MixedMap cm-super-t2b.map
-MixedMap cm-super-t2c.map
-MixedMap cm-super-ts1.map
-MixedMap cm-super-x2.map
-MixedMap cm.map
-MixedMap cmextra.map
-MixedMap cmtext-bsr-interpolated.map
-MixedMap csother.map
-MixedMap cstext.map
-MixedMap cyrillic.map
-MixedMap eurosym.map
-MixedMap latxfont.map
-MixedMap mflogo.map
-MixedMap plother.map
-MixedMap pltext.map
-MixedMap rsfs.map
-MixedMap stmaryrd.map
-MixedMap symbols.map
-MixedMap tipa.map
-MixedMap wasy.map
-MixedMap yhmath.map
-EOF
+OLDMAPSSAVE=`mktemp`
+NEWMAPS=var/lib/texmf/arch/installedpkgs/$PKGNAME.maps
 
-pre_install() {
-   cat $NEWMAPS  $UPDMAP
-}
-
 post_install() {
-   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. 
+  echo texlive: updating updmap.cfg with new map files...
+  cat $NEWMAPS  $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. 
   echo -n   creating all formats...
-  /usr/bin/fmtutil-sys --all 1/dev/null
+  usr/bin/fmtutil-sys --all 1/dev/null
   echo   done. 
   echo   (logs are under /var/lib/texmf/web2c/engine/formatname.log)
   echoNB: To setup ConTeXt and the lua(la)tex font db,
@@ -69,19 +22,30 @@
 
 pre_upgrade() {
   if [[ $2 == 200* ]]; then
-OLDMAPS=/usr/share/texmf-var/arch/installedpkgs/$PKGNAME.maps
+OLDMAPS=usr/share/texmf-var/arch/installedpkgs/$PKGNAME.maps
 echo Info: copying previous updmap.cfg from 
/usr/share/texmf-config/web2c/
 echo   to /etc/texmf/web2c/ (and keeping new one as 
updmap.cfg.pacnew)
-mv /etc/texmf/web2c/updmap.cfg /etc/texmf/web2c/updmap.cfg.pacnew 
-cp /usr/share/texmf-config/web2c/updmap.cfg.pacsave 
/etc/texmf/web2c/updmap.cfg
+mv etc/texmf/web2c/updmap.cfg /etc/texmf/web2c/updmap.cfg.pacnew 
+cp usr/share/texmf-config/web2c/updmap.cfg.pacsave 
etc/texmf/web2c/updmap.cfg
   else
 # $2 = 2010
-OLDMAPS=/var/lib/texmf/arch/installedpkgs/$PKGNAME.maps
+OLDMAPS=var/lib/texmf/arch/installedpkgs/$PKGNAME.maps
   fi
   if [ -f $OLDMAPS ] ; then
+# temporarily saving old maps file
+cp $OLDMAPS $OLDMAPSSAVE
+  else
+echo Warning: file $OLDMAPS not found 
+SYNCWITHTREES=--syncwithtrees
+  fi
+}
+
+post_upgrade() {
+  echo texlive: updating updmap.cfg with new map files...
+  if [ -f $OLDMAPSSAVE ] ; then
 MAPSDIFF=`mktemp`
 TOADD=`mktemp`
-diff -B -w $OLDMAPS $NEWMAPS | sed 's/\s\+/ /g'  $MAPSDIFF
+diff -B -w $OLDMAPSSAVE $NEWMAPS | sed 's/\s\+/ /g'  $MAPSDIFF
 TOREMOVE=`cat $MAPSDIFF | egrep '^' | cut -d' ' -f3`
 cat $MAPSDIFF | egrep '^' | sed 's/^ //'  $TOADD
 if [ x$TOREMOVE != x ]; then
@@ -92,20 +56,14 @@
 if [ -s $TOADD ]; then
cat $TOADD  $UPDMAP
 fi
-  else
-echo Warning: file $OLDMAPS not found 
-SYNCWITHTREES=--syncwithtrees
   fi
-}
-
-post_upgrade() {
-   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. 
+  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. 
   echo texlive: recreating all formats...
-  /usr/bin/fmtutil-sys --all 1/dev/null
+  usr/bin/fmtutil-sys --all 1/dev/null
   echo   done. 
   echo   (logs are under 

[arch-commits] Commit in (5 files)

2011-01-09 Thread Rémy Oudompheng
Date: Sunday, January 9, 2011 @ 03:49:34
  Author: remy
Revision: 105467

texlive: fix PKGBUILDs.

Modified:
  texlive-core/trunk/PKGBUILD
  texlive-fontsextra/trunk/PKGBUILD
  texlive-humanities/trunk/PKGBUILD
  texlive-langextra/trunk/PKGBUILD
  texlive-pictures/trunk/PKGBUILD

---+
 texlive-core/trunk/PKGBUILD   |2 +-
 texlive-fontsextra/trunk/PKGBUILD |2 +-
 texlive-humanities/trunk/PKGBUILD |2 +-
 texlive-langextra/trunk/PKGBUILD  |2 +-
 texlive-pictures/trunk/PKGBUILD   |2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

Modified: texlive-core/trunk/PKGBUILD
===
--- texlive-core/trunk/PKGBUILD 2011-01-09 08:49:02 UTC (rev 105466)
+++ texlive-core/trunk/PKGBUILD 2011-01-09 08:49:34 UTC (rev 105467)
@@ -27,7 +27,7 @@
 install=texlive.install
 backup=(etc/texmf/tex/context/config/cont-usr.tex)
 md5sums=('10c61a1531da26e84e8461b40203caad'
- 'b91ffccea6a4c17d206f0dea64405565')
+ 'b9fe662b6b96cb7287f9ea7fa4acb5a1')
 
 build() {
echo -n-- extracting all packages... 

Modified: texlive-fontsextra/trunk/PKGBUILD
===
--- texlive-fontsextra/trunk/PKGBUILD   2011-01-09 08:49:02 UTC (rev 105466)
+++ texlive-fontsextra/trunk/PKGBUILD   2011-01-09 08:49:34 UTC (rev 105467)
@@ -14,7 +14,7 @@
 options=(!strip)
 install=texlive.install
 md5sums=('8ab41bf760b7a6f9c42d5b1ef7e02166'
- '038007ecc64393e68248ba43ba67d673')
+ 'a6510713f3401b5ebbfee7a6c5638c10')
 
 build() {
for p in *.tar.xz; do

Modified: texlive-humanities/trunk/PKGBUILD
===
--- texlive-humanities/trunk/PKGBUILD   2011-01-09 08:49:02 UTC (rev 105466)
+++ texlive-humanities/trunk/PKGBUILD   2011-01-09 08:49:34 UTC (rev 105467)
@@ -13,7 +13,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('dc8fd6ebb7863e1802b88634a9ab1c4a')
+md5sums=('4dbbb3a17acbb6b7ab11901a15a60e6b')
 
 build() {
for p in *.tar.xz; do

Modified: texlive-langextra/trunk/PKGBUILD
===
--- texlive-langextra/trunk/PKGBUILD2011-01-09 08:49:02 UTC (rev 105466)
+++ texlive-langextra/trunk/PKGBUILD2011-01-09 08:49:34 UTC (rev 105467)
@@ -2,7 +2,7 @@
 
 pkgname=texlive-langextra
 pkgver=2010.20648
-pkgrel=2
+pkgrel=1
 pkgdesc=TeX Live - Bundle of all extra language support
 license=('GPL')
 arch=(any)

Modified: texlive-pictures/trunk/PKGBUILD
===
--- texlive-pictures/trunk/PKGBUILD 2011-01-09 08:49:02 UTC (rev 105466)
+++ texlive-pictures/trunk/PKGBUILD 2011-01-09 08:49:34 UTC (rev 105467)
@@ -2,7 +2,7 @@
 
 pkgname=texlive-pictures
 pkgver=2010.20936
-pkgrel=2
+pkgrel=1
 pkgdesc=TeX Live - Packages for drawings graphics
 license=('GPL')
 arch=(any)



[arch-commits] Commit in btrfs-progs-unstable/repos (core-i686 extra-i686)

2011-01-09 Thread Ionut Biru
Date: Sunday, January 9, 2011 @ 05:06:48
  Author: ibiru
Revision: 105468

db-move: moved btrfs-progs-unstable from [extra] to [core] (i686)

Added:
  btrfs-progs-unstable/repos/core-i686/
Deleted:
  btrfs-progs-unstable/repos/extra-i686/



[arch-commits] Commit in btrfs-progs-unstable/repos (core-x86_64 extra-x86_64)

2011-01-09 Thread Ionut Biru
Date: Sunday, January 9, 2011 @ 05:06:49
  Author: ibiru
Revision: 105469

db-move: moved btrfs-progs-unstable from [extra] to [core] (x86_64)

Added:
  btrfs-progs-unstable/repos/core-x86_64/
Deleted:
  btrfs-progs-unstable/repos/extra-x86_64/



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

2011-01-09 Thread Rémy Oudompheng
Date: Sunday, January 9, 2011 @ 05:07:58
  Author: remy
Revision: 105470

archrelease: copy trunk to testing-any

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



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

2011-01-09 Thread Rémy Oudompheng
Date: Sunday, January 9, 2011 @ 05:10:40
  Author: remy
Revision: 105472

archrelease: copy trunk to testing-any

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



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

2011-01-09 Thread Rémy Oudompheng
Date: Sunday, January 9, 2011 @ 05:10:56
  Author: remy
Revision: 105473

archrelease: copy trunk to testing-any

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



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

2011-01-09 Thread Rémy Oudompheng
Date: Sunday, January 9, 2011 @ 05:11:12
  Author: remy
Revision: 105474

archrelease: copy trunk to testing-any

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



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

2011-01-09 Thread Rémy Oudompheng
Date: Sunday, January 9, 2011 @ 05:11:28
  Author: remy
Revision: 105475

archrelease: copy trunk to testing-any

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



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

2011-01-09 Thread Rémy Oudompheng
Date: Sunday, January 9, 2011 @ 05:11:44
  Author: remy
Revision: 105476

archrelease: copy trunk to testing-any

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



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

2011-01-09 Thread Rémy Oudompheng
Date: Sunday, January 9, 2011 @ 05:12:37
  Author: remy
Revision: 105477

archrelease: copy trunk to testing-any

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



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

2011-01-09 Thread Rémy Oudompheng
Date: Sunday, January 9, 2011 @ 05:13:24
  Author: remy
Revision: 105479

archrelease: copy trunk to testing-any

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



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

2011-01-09 Thread Rémy Oudompheng
Date: Sunday, January 9, 2011 @ 05:14:27
  Author: remy
Revision: 105480

archrelease: copy trunk to testing-any

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



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

2011-01-09 Thread Rémy Oudompheng
Date: Sunday, January 9, 2011 @ 05:14:46
  Author: remy
Revision: 105481

archrelease: copy trunk to testing-any

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



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

2011-01-09 Thread Rémy Oudompheng
Date: Sunday, January 9, 2011 @ 05:15:06
  Author: remy
Revision: 105482

archrelease: copy trunk to testing-any

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



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

2011-01-09 Thread Rémy Oudompheng
Date: Sunday, January 9, 2011 @ 05:15:26
  Author: remy
Revision: 105483

archrelease: copy trunk to testing-any

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



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

2011-01-09 Thread Rémy Oudompheng
Date: Sunday, January 9, 2011 @ 05:15:41
  Author: remy
Revision: 105484

archrelease: copy trunk to testing-any

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



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

2011-01-09 Thread Rémy Oudompheng
Date: Sunday, January 9, 2011 @ 05:16:17
  Author: remy
Revision: 105485

archrelease: copy trunk to testing-any

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



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

2011-01-09 Thread Rémy Oudompheng
Date: Sunday, January 9, 2011 @ 05:16:38
  Author: remy
Revision: 105486

archrelease: copy trunk to testing-any

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



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

2011-01-09 Thread Rémy Oudompheng
Date: Sunday, January 9, 2011 @ 05:16:54
  Author: remy
Revision: 105487

archrelease: copy trunk to testing-any

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



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

2011-01-09 Thread Allan McRae
Date: Sunday, January 9, 2011 @ 09:06:29
  Author: allan
Revision: 105488

upgpkg: xdelta3 3.0.0-1
upstream update

Modified:
  xdelta3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-09 10:16:54 UTC (rev 105487)
+++ PKGBUILD2011-01-09 14:06:29 UTC (rev 105488)
@@ -4,8 +4,8 @@
 # Contributor: Henning Garus henning.ga...@gmail.com
 
 pkgname=xdelta3
-pkgver=3.0z
-pkgrel=2
+pkgver=3.0.0
+pkgrel=1
 pkgdesc=A diff utility which works with binary files
 arch=('i686' 'x86_64')
 url=http://xdelta.org/;
@@ -14,7 +14,7 @@
 optdepends=('python2: for python modules')
 source=(http://xdelta.googlecode.com/files/xdelta$pkgver.tar.gz
 xdelta3-makefile.patch)
-md5sums=('2b5b3c33438cff581ce5c12d66c28b6c'
+md5sums=('5fe038be3a266d2a7913e10d1cec6d88'
  '378e9a735d92fb2fc695ed9ce2fad2d5')
 
 build() {



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

2011-01-09 Thread Allan McRae
Date: Sunday, January 9, 2011 @ 09:06:42
  Author: allan
Revision: 105489

archrelease: remove extra-i686

Deleted:
  xdelta3/repos/extra-i686/



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

2011-01-09 Thread Allan McRae
Date: Sunday, January 9, 2011 @ 09:07:10
  Author: allan
Revision: 105490

archrelease: copy trunk to extra-i686

Added:
  xdelta3/repos/extra-i686/



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

2011-01-09 Thread Allan McRae
Date: Sunday, January 9, 2011 @ 09:07:23
  Author: allan
Revision: 105491

archrelease: remove extra-x86_64

Deleted:
  xdelta3/repos/extra-x86_64/



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

2011-01-09 Thread Allan McRae
Date: Sunday, January 9, 2011 @ 09:07:52
  Author: allan
Revision: 105492

archrelease: copy trunk to extra-x86_64

Added:
  xdelta3/repos/extra-x86_64/



[arch-commits] Commit in kernel26-lts/repos (core-i686)

2011-01-09 Thread Tobias Powalowski
Date: Sunday, January 9, 2011 @ 10:04:18
  Author: tpowa
Revision: 105493

db-move: kernel26-lts removed by tpowa for move to [core] (i686)

Deleted:
  kernel26-lts/repos/core-i686/



[arch-commits] Commit in kernel26-lts/repos (core-i686 testing-i686)

2011-01-09 Thread Tobias Powalowski
Date: Sunday, January 9, 2011 @ 10:04:19
  Author: tpowa
Revision: 105494

db-move: moved kernel26-lts from [testing] to [core] (i686)

Added:
  kernel26-lts/repos/core-i686/
Deleted:
  kernel26-lts/repos/testing-i686/



[arch-commits] Commit in kernel26-lts/repos (core-x86_64)

2011-01-09 Thread Tobias Powalowski
Date: Sunday, January 9, 2011 @ 10:04:20
  Author: tpowa
Revision: 105495

db-move: kernel26-lts removed by tpowa for move to [core] (x86_64)

Deleted:
  kernel26-lts/repos/core-x86_64/



[arch-commits] Commit in kernel26-lts/repos (core-x86_64 testing-x86_64)

2011-01-09 Thread Tobias Powalowski
Date: Sunday, January 9, 2011 @ 10:04:21
  Author: tpowa
Revision: 105496

db-move: moved kernel26-lts from [testing] to [core] (x86_64)

Added:
  kernel26-lts/repos/core-x86_64/
Deleted:
  kernel26-lts/repos/testing-x86_64/



[arch-commits] Commit in syslinux/trunk (PKGBUILD syslinux.cfg)

2011-01-09 Thread Thomas Bächler
Date: Sunday, January 9, 2011 @ 10:18:44
  Author: thomas
Revision: 105497

syslinux: Add a default configuration file

Added:
  syslinux/trunk/syslinux.cfg
Modified:
  syslinux/trunk/PKGBUILD

--+
 PKGBUILD |   16 +++
 syslinux.cfg |   79 +
 2 files changed, 90 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-09 15:04:21 UTC (rev 105496)
+++ PKGBUILD2011-01-09 15:18:44 UTC (rev 105497)
@@ -4,9 +4,9 @@
 
 pkgname=syslinux
 pkgver=4.03
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
-pkgdesc=Collection of flexible boot loaders that boot from FAT, ext2/3/4 and 
btrfs filesystems, from CDs and via PXE
+pkgdesc=Collection of boot loaders that boot from FAT, ext2/3/4 and btrfs 
filesystems, from CDs and via PXE
 url=http://syslinux.zytor.com/;
 license=('GPL2')
 depends=('perl' 'glibc')
@@ -15,8 +15,13 @@
 'mtools:   For mkdiskimage and syslinux'
)
 makedepends=('nasm')
+backup=('boot/syslinux/syslinux.cfg')
 
source=(http://www.kernel.org/pub/linux/utils/boot/syslinux/$pkgname-${pkgver}.tar.bz2
-syslinux-dont-build-dos-windows-targets.patch)
+syslinux-dont-build-dos-windows-targets.patch
+syslinux.cfg)
+sha256sums=('c65567e324f9d1f7f794ae8f9578a0292bbd47d7b8d895a004d2f0152d0bda38'
+'7e9301e37113d8bcddadc3a7d2fd6f3f433ef20ef6fa6df9fe9e256fa8868753'
+'b4ba8f9daa67ec35da6e05adb610469bc8c4facf488468c1ec3e5860ba75313d')
 
 build() {
   # Do not try to build syslinux with our default LDFLAGS, it will fail
@@ -32,6 +37,7 @@
 package() {
   cd $srcdir/$pkgname-${pkgver}
   make INSTALLROOT=$pkgdir AUXDIR=/usr/lib/syslinux install
+
+  # Install the default configuration
+  install -D -m644 $srcdir/syslinux.cfg $pkgdir/boot/syslinux/syslinux.cfg
 }
-md5sums=('a7ca38a0a5786b6efae8fb01a1ae8070'
- '895722a392f3d798a7cc24bc154656f0')

Added: syslinux.cfg
===
--- syslinux.cfg(rev 0)
+++ syslinux.cfg2011-01-09 15:18:44 UTC (rev 105497)
@@ -0,0 +1,79 @@
+# Config file for Syslinux -
+# /boot/syslinux/syslinux.cfg
+#
+# Comboot modules:
+#   * menu.c32 - provides a text menu
+#   * vesamenu.c32 - provides a graphical menu
+#   * chain.c32 - chainload MBRs, partition boot sectors, Windows bootloaders
+#   * hdt.c32 - hardware detection tool
+#   * reboot.c32 - reboots the system
+#   * poweroff.com - shutdown the system
+#
+# To Use: Copy the respective files from /usr/lib/syslinux to /boot/syslinux.
+# If /usr and /boot are on the same file system, symlink the files instead
+# of copying them.
+#
+# If you do not use a menu, a 'boot:' prompt will be shown and the system
+# will boot automatically after 5 seconds.
+#
+# Please review the wiki: https://wiki.archlinux.org/index.php/Syslinux
+# The wiki provides further configuration examples
+
+DEFAULT arch
+PROMPT 0# Change to 1 if you do not want to use a menu
+TIMEOUT 50
+# You can create syslinux keymaps with the keytab-lilo tool
+#KBDMAP de.ktl
+
+# Menu Configuration
+# Either menu.c32 or vesamenu32.c32 must be copied to /boot/syslinux 
+UI menu.c32
+#UI vesamenu.c32
+
+# Refer to http://syslinux.zytor.com/wiki/index.php/Doc/menu
+MENU TITLE Arch Linux
+#MENU BACKGROUND splash.png
+MENU COLOR border   30;44   #40ff #a000 std
+MENU COLOR title1;36;44 #9033ccff #a000 std
+MENU COLOR sel  7;37;40 #e0ff #20ff all
+MENU COLOR unsel37;44   #50ff #a000 std
+MENU COLOR help 37;40   #c0ff #a000 std
+MENU COLOR timeout_msg  37;40   #80ff # std
+MENU COLOR timeout  1;37;40 #c0ff # std
+MENU COLOR msg0737;40   #90ff #a000 std
+MENU COLOR tabmsg   31;40   #30ff # std
+
+# boot sections follow
+#
+# TIP: If you want a 1024x768 framebuffer, add vga=773 to your kernel line.
+#
+#-*
+
+LABEL arch
+   MENU LABEL Arch Linux
+   LINUX ../vmlinuz26
+   APPEND root=/dev/sda3 ro
+   INITRD ../kernel26.img
+
+LABEL archfallback
+   MENU LABEL Arch Linux Fallback
+   LINUX ../vmlinuz26
+   APPEND root=/dev/sda3 ro
+   INITRD ../kernel26-fallback.img
+
+#LABEL windows
+#MENU LABEL Windows
+#COM32 chain.c32
+#APPEND hd0 1
+
+LABEL hdt
+MENU LABEL HDT (Hardware Detection Tool)
+COM32 hdt.c32
+ 
+LABEL reboot
+MENU LABEL Reboot
+COM32 reboot.c32
+ 
+LABEL off
+MENU LABEL Power Off
+COMBOOT poweroff.com



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

2011-01-09 Thread Thomas Bächler
Date: Sunday, January 9, 2011 @ 10:19:25
  Author: thomas
Revision: 105498

archrelease: copy trunk to testing-i686

Added:
  syslinux/repos/testing-i686/



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

2011-01-09 Thread Thomas Bächler
Date: Sunday, January 9, 2011 @ 10:19:42
  Author: thomas
Revision: 105499

archrelease: copy trunk to testing-x86_64

Added:
  syslinux/repos/testing-x86_64/



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

2011-01-09 Thread Thomas Bächler
Date: Sunday, January 9, 2011 @ 11:09:18
  Author: thomas
Revision: 105500

kernel26: Add options=(!strip)

Modified:
  kernel26/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-09 15:19:42 UTC (rev 105499)
+++ PKGBUILD2011-01-09 16:09:18 UTC (rev 105500)
@@ -14,6 +14,7 @@
 arch=(i686 x86_64)
 license=('GPL2')
 url=http://www.kernel.org;
+options=(!strip)
 source=(ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-$_basekernel.tar.bz2
 ftp://ftp.archlinux.org/other/kernel26/${_patchname}.bz2
 # the main kernel config files



[arch-commits] Commit in kernel26/repos/core-x86_64 (PKGBUILD)

2011-01-09 Thread Tobias Powalowski
Date: Sunday, January 9, 2011 @ 11:19:23
  Author: tpowa
Revision: 105501

bump to 2.6.36.3

Modified:
  kernel26/repos/core-x86_64/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-09 16:09:18 UTC (rev 105500)
+++ PKGBUILD2011-01-09 16:19:23 UTC (rev 105501)
@@ -6,7 +6,7 @@
 # pkgname=kernel26-custom   # Build kernel with a different name
 _kernelname=${pkgname#kernel26}
 _basekernel=2.6.36
-pkgver=${_basekernel}.2
+pkgver=${_basekernel}.3
 pkgrel=1
 makedepends=('xmlto' 'docbook-xsl')
 _patchname=patch-${pkgver}-${pkgrel}-ARCH
@@ -21,7 +21,7 @@
 # standard config files for mkinitcpio ramdisk
 kernel26.preset)
 md5sums=('61f3739a73afb6914cb007f37fb09b62'
- '998b597b8659f1ac2667bbc13d1905b8'
+ '5d846451b53167bb5b970932169bc674'
  '1ed53b9b64b8889563502177b0b428b5'
  '89ba24b9c346a930378ca22cf377c75f'
  '25584700a0a679542929c4bed31433b6')



[arch-commits] Commit in kernel26/repos/core-i686 (PKGBUILD)

2011-01-09 Thread Tobias Powalowski
Date: Sunday, January 9, 2011 @ 11:19:36
  Author: tpowa
Revision: 105502

bump to 2.6.36.3

Modified:
  kernel26/repos/core-i686/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-09 16:19:23 UTC (rev 105501)
+++ PKGBUILD2011-01-09 16:19:36 UTC (rev 105502)
@@ -6,7 +6,7 @@
 # pkgname=kernel26-custom   # Build kernel with a different name
 _kernelname=${pkgname#kernel26}
 _basekernel=2.6.36
-pkgver=${_basekernel}.2
+pkgver=${_basekernel}.3
 pkgrel=1
 makedepends=('xmlto' 'docbook-xsl')
 _patchname=patch-${pkgver}-${pkgrel}-ARCH
@@ -21,7 +21,7 @@
 # standard config files for mkinitcpio ramdisk
 kernel26.preset)
 md5sums=('61f3739a73afb6914cb007f37fb09b62'
- '998b597b8659f1ac2667bbc13d1905b8'
+ '5d846451b53167bb5b970932169bc674'
  '1ed53b9b64b8889563502177b0b428b5'
  '89ba24b9c346a930378ca22cf377c75f'
  '25584700a0a679542929c4bed31433b6')



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

2011-01-09 Thread Paul Mattal
Date: Sunday, January 9, 2011 @ 12:11:11
  Author: paul
Revision: 105503

archrelease: remove extra-i686

Deleted:
  truecrypt/repos/extra-i686/



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

2011-01-09 Thread Paul Mattal
Date: Sunday, January 9, 2011 @ 12:11:18
  Author: paul
Revision: 105504

archrelease: copy trunk to extra-i686

Added:
  truecrypt/repos/extra-i686/



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

2011-01-09 Thread Paul Mattal
Date: Sunday, January 9, 2011 @ 12:11:23
  Author: paul
Revision: 105505

archrelease: remove extra-x86_64

Deleted:
  truecrypt/repos/extra-x86_64/



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

2011-01-09 Thread Paul Mattal
Date: Sunday, January 9, 2011 @ 12:11:29
  Author: paul
Revision: 105506

archrelease: copy trunk to extra-x86_64

Added:
  truecrypt/repos/extra-x86_64/



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

2011-01-09 Thread andyrtr
Date: Sunday, January 9, 2011 @ 12:55:22
  Author: andyrtr
Revision: 105507

update to new daily shot source

Modified:
  mythes-de/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-09 17:11:29 UTC (rev 105506)
+++ PKGBUILD2011-01-09 17:55:22 UTC (rev 105507)
@@ -2,15 +2,15 @@
 # Maintainer: AndyRTR andy...@archlinux.org
 
 pkgname=mythes-de
-pkgver=20090802
+pkgver=20110109
 pkgrel=1
 pkgdesc=German thesaurus
 arch=(any)
 url=http://www.openthesaurus.de/;
 license=('LGPL')
 optdepends=('libmythes: offers thesaurus library functions')
-source=(http://www.openthesaurus.de/old/thes_de_DE_v2.zip)
-md5sums=('a6ed5d637045ff7c91a5cd9084bda0a3')
+source=(http://www.openthesaurus.de/export/Deutscher-Thesaurus.oxt)
+md5sums=('24768b14a07d59b543c911684dabdb8d')
 
 build() {
   /bin/true
@@ -36,8 +36,4 @@
   ln -sv /usr/share/mythes/$(basename $file) .
 done
   popd
-  
-  # docs
-  install -dm755 ${pkgdir}/usr/share/doc/$pkgname
-  cp -p README_th_de_DE_v2.txt $pkgdir/usr/share/doc/$pkgname
 }



[arch-commits] Commit in vsftpd/trunk (PKGBUILD vsftpd.d)

2011-01-09 Thread Guillaume Alaux
Date: Sunday, January 9, 2011 @ 17:08:55
  Author: guillaume
Revision: 105508

Upstream release and PKGBUILD clean-up

Modified:
  vsftpd/trunk/PKGBUILD
  vsftpd/trunk/vsftpd.d

--+
 PKGBUILD |   42 +++
 vsftpd.d |   92 +++--
 2 files changed, 78 insertions(+), 56 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-09 17:55:22 UTC (rev 105507)
+++ PKGBUILD2011-01-09 22:08:55 UTC (rev 105508)
@@ -3,21 +3,20 @@
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=vsftpd
-pkgver=2.2.2
-pkgrel=3
+pkgver=2.3.2
+pkgrel=1
 pkgdesc=Very Secure FTP daemon
 arch=('i686' 'x86_64')
 license=('GPL')
 backup=(etc/vsftpd.conf etc/xinetd.d/vsftpd)
 url=http://vsftpd.beasts.org/;
-makedepends=('vim')
-depends=('glibc' 'pam' 'tcp_wrappers' 'openssl' 'libcap')
+depends=('tcp_wrappers' 'openssl')
 install=vsftpd.install
 source=(ftp://vsftpd.beasts.org/users/cevans/vsftpd-$pkgver.tar.gz \
 vsftpd.xinetd vsftpd.d)
-md5sums=('6d6bc136af14c23f8fef6f1a51f55418'
+md5sums=('bad7b117d737a738738836041edc00db'
  'b07fd4609c70063c1d6b20142910c1a6'
- '5cf6effd8b1603fa809eadf11bd696bd')
+ '60060a6c7db3b3b7baa1561a302e6923')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -26,22 +25,17 @@
 -e 's|^#undef VSF_BUILD_TCPWRAPPERS$|#define VSF_BUILD_TCPWRAPPERS|' \
 -e 's|^#undef VSF_BUILD_SSL$|#define VSF_BUILD_SSL|' \
 -i builddefs.h
-  make CFLAGS=${CFLAGS} || return 1
-  install -D -m755 vsftpd ${pkgdir}/usr/sbin/vsftpd || return 1
-  install -D -m644 vsftpd.conf ${pkgdir}/etc/vsftpd.conf || return 1
-  install -D -m644 vsftpd.8 ${pkgdir}/usr/share/man/man8/vsftpd.8 || return 1
-  install -D -m644 vsftpd.conf.5 ${pkgdir}/usr/share/man/man5/vsftpd.conf.5 || 
return 1
-  install -D -m644 ../vsftpd.xinetd ${pkgdir}/etc/xinetd.d/vsftpd  || return 1
-  install -D -m755 ../vsftpd.d ${pkgdir}/etc/rc.d/vsftpd || return 1
-  mkdir -p $startdir/pkg/usr/share/empty
-  ex ${pkgdir}/etc/vsftpd.conf _EOF
-2
-i
-#
-# Use this to use vsftpd in standalone mode, otherwise it runs through (x)inetd
-#listen=YES
-.
-w
-q
-_EOF
+  make CFLAGS=${CFLAGS}
 }
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  install -D -m755 vsftpd ${pkgdir}/usr/sbin/vsftpd
+  install -D -m644 vsftpd.conf ${pkgdir}/etc/vsftpd.conf
+  install -D -m644 vsftpd.8 ${pkgdir}/usr/share/man/man8/vsftpd.8
+  install -D -m644 vsftpd.conf.5 ${pkgdir}/usr/share/man/man5/vsftpd.conf.5
+  install -D -m644 ${srcdir}/vsftpd.xinetd ${pkgdir}/etc/xinetd.d/vsftpd
+  install -D -m755 ${srcdir}/vsftpd.d ${pkgdir}/etc/rc.d/vsftpd
+
+  install -d -m755 ${pkgdir}/usr/share/empty
+}

Modified: vsftpd.d
===
--- vsftpd.d2011-01-09 17:55:22 UTC (rev 105507)
+++ vsftpd.d2011-01-09 22:08:55 UTC (rev 105508)
@@ -1,39 +1,67 @@
 #!/bin/bash
 
+daemon_name=vsftpd
+
 . /etc/rc.conf
 . /etc/rc.d/functions
 
-PID=`pidof -o %PPID /usr/sbin/vsftpd`
+get_pid() {
+   pidof -o %PPID $daemon_name
+}
+
 case $1 in
-   start)
-   stat_busy Starting vsftpd FTP Daemon
-   if [ -z $PID ]; then 
-   /usr/sbin/vsftpd 
-   if [ $? -gt 0 ]; then
-   stat_fail
-   else
-   add_daemon vsftpd
-   stat_done
-   fi
-   else
-   stat_fail
-   fi
-   ;;
-   stop)
-   stat_busy Stopping vsftpd FTP Daemon
-   [ ! -z $PID ]   kill $PID  /dev/null
-   if [ $? -gt 0 ]; then
-   stat_fail
-   else
-   rm_daemon vsftpd
-   stat_done
-   fi
-   ;;
-   restart)
-   $0 stop
-   sleep 1
-   $0 start
-   ;;
-   *)
-   echo usage: $0 {start|stop|restart}  
+  start)
+stat_busy Starting $daemon_name daemon
+
+PID=$(get_pid)
+if [ -z $PID ]; then
+  [ -f /var/run/$daemon_name.pid ]  rm -f /var/run/$daemon_name.pid
+  # RUN
+  $daemon_name 
+  #
+  if [ $? -gt 0 ]; then
+stat_fail
+exit 1
+  else
+echo $(get_pid)  /var/run/$daemon_name.pid
+add_daemon $daemon_name
+stat_done
+  fi
+else
+  stat_fail
+  exit 1
+fi
+;;
+
+  stop)
+stat_busy Stopping $daemon_name daemon
+PID=$(get_pid)
+# KILL
+[ ! -z $PID ]  kill $PID  /dev/null
+#
+if [ $? -gt 0 ]; then
+  stat_fail
+  exit 1
+else
+  rm -f /var/run/$daemon_name.pid  /dev/null
+  rm_daemon $daemon_name
+  stat_done
+fi
+;;
+
+  restart)
+$0 stop
+sleep 3
+$0 start
+;;
+
+  status)
+stat_busy Checking $daemon_name status;

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

2011-01-09 Thread Guillaume Alaux
Date: Sunday, January 9, 2011 @ 17:09:15
  Author: guillaume
Revision: 105509

archrelease: remove extra-i686

Deleted:
  vsftpd/repos/extra-i686/



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

2011-01-09 Thread Guillaume Alaux
Date: Sunday, January 9, 2011 @ 17:09:29
  Author: guillaume
Revision: 105510

archrelease: copy trunk to extra-i686

Added:
  vsftpd/repos/extra-i686/



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

2011-01-09 Thread Guillaume Alaux
Date: Sunday, January 9, 2011 @ 17:09:36
  Author: guillaume
Revision: 105511

archrelease: remove extra-x86_64

Deleted:
  vsftpd/repos/extra-x86_64/



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

2011-01-09 Thread Guillaume Alaux
Date: Sunday, January 9, 2011 @ 17:09:50
  Author: guillaume
Revision: 105512

archrelease: copy trunk to extra-x86_64

Added:
  vsftpd/repos/extra-x86_64/