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

2011-07-13 Thread Kevin Piché
Date: Wednesday, July 13, 2011 @ 22:07:06
  Author: kevin
Revision: 131735

archrelease: copy trunk to extra-i686

Added:
  squid/repos/extra-i686/



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

2011-07-13 Thread Kevin Piché
Date: Wednesday, July 13, 2011 @ 22:06:36
  Author: kevin
Revision: 131734

archrelease: remove extra-i686

Deleted:
  squid/repos/extra-i686/



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

2011-07-13 Thread Eric Bélanger
Date: Wednesday, July 13, 2011 @ 21:58:17
  Author: eric
Revision: 131733

archrelease: copy trunk to extra-x86_64

Added:
  putty/repos/extra-x86_64/



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

2011-07-13 Thread Eric Bélanger
Date: Wednesday, July 13, 2011 @ 21:58:07
  Author: eric
Revision: 131732

archrelease: remove extra-x86_64

Deleted:
  putty/repos/extra-x86_64/



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

2011-07-13 Thread Eric Bélanger
Date: Wednesday, July 13, 2011 @ 21:58:04
  Author: eric
Revision: 131731

archrelease: copy trunk to extra-i686

Added:
  putty/repos/extra-i686/



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

2011-07-13 Thread Eric Bélanger
Date: Wednesday, July 13, 2011 @ 21:57:54
  Author: eric
Revision: 131730

archrelease: remove extra-i686

Deleted:
  putty/repos/extra-i686/



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

2011-07-13 Thread Allan McRae
Date: Wednesday, July 13, 2011 @ 21:56:39
  Author: allan
Revision: 131729

archrelease: copy trunk to testing-x86_64

Added:
  file/repos/testing-x86_64/



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

2011-07-13 Thread Allan McRae
Date: Wednesday, July 13, 2011 @ 21:56:15
  Author: allan
Revision: 131728

archrelease: copy trunk to testing-i686

Added:
  file/repos/testing-i686/



[arch-commits] Commit in file/trunk (file-5.05-zip64.patch)

2011-07-13 Thread Allan McRae
Date: Wednesday, July 13, 2011 @ 21:55:52
  Author: allan
Revision: 131727

upgpkg: file 5.07-4
upstream fix for zip detection (FS#24571)

Deleted:
  file/trunk/file-5.05-zip64.patch

---+
 file-5.05-zip64.patch |   11 ---
 1 file changed, 11 deletions(-)

Deleted: file-5.05-zip64.patch
===
--- file-5.05-zip64.patch   2011-07-14 01:54:47 UTC (rev 131726)
+++ file-5.05-zip64.patch   2011-07-14 01:55:52 UTC (rev 131727)
@@ -1,11 +0,0 @@
-diff -Naur file-5.05-old//magic/Magdir/archive file-5.05/magic/Magdir/archive
 file-5.05-old//magic/Magdir/archive2011-01-08 06:24:25.0 
+1000
-+++ file-5.05/magic/Magdir/archive 2011-01-19 14:37:47.766673895 +1000
-@@ -688,6 +688,7 @@
- >>4   byte0x0b\b, at least v1.1 to extract
- >>0x161   string  WINZIP  \b, WinZIP self-extracting
- >>4   byte0x14\b, at least v2.0 to extract
-+>>4   byte0x2d\b, at least v3.0 to extract
- 
- # Zoo archiver
- 20lelong  0xfdc4a7dc  Zoo archive data



[arch-commits] Commit in file/trunk (PKGBUILD file-5.07-zip-detect.patch)

2011-07-13 Thread Allan McRae
Date: Wednesday, July 13, 2011 @ 21:54:47
  Author: allan
Revision: 131726

upgpkg: file 5.07-4
upstream fix for zip detection (FS#24571)

Modified:
  file/trunk/PKGBUILD
  file/trunk/file-5.07-zip-detect.patch

+
 PKGBUILD   |   10 +++--
 file-5.07-zip-detect.patch |   45 ++-
 2 files changed, 40 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-14 01:51:53 UTC (rev 131725)
+++ PKGBUILD2011-07-14 01:54:47 UTC (rev 131726)
@@ -4,7 +4,7 @@
 
 pkgname=file
 pkgver=5.07
-pkgrel=3
+pkgrel=4
 pkgdesc="File type identification utility"
 arch=('i686' 'x86_64')
 license=('custom')
@@ -13,19 +13,17 @@
 depends=('glibc' 'zlib')
 options=('!libtool')
 source=(ftp://ftp.astron.com/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz 
-file-5.05-zip64.patch
 file-5.07-zip-detect.patch)
 md5sums=('b8d1f9a8a644067bd0a703cebf3f4858'
- '385f020467debd98bd2d8df6143f93d0'
- 'bcbf2e152f38003a2736298bbd0f37f8')
+ 'ac155cf89af6665dfee76738c27366d8')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   sed -i 's#\$(datadir)/misc#\$(datadir)#' configure 
 
-  # identify zip64 files
-  patch -Np1 -i ${srcdir}/file-5.05-zip64.patch
+  # combined upstream patches to fix zip file detection
   patch -Np1 -i ${srcdir}/file-5.07-zip-detect.patch
+  
   ./configure --prefix=/usr --datadir=/usr/share/file
   make 
 }

Modified: file-5.07-zip-detect.patch
===
--- file-5.07-zip-detect.patch  2011-07-14 01:51:53 UTC (rev 131725)
+++ file-5.07-zip-detect.patch  2011-07-14 01:54:47 UTC (rev 131726)
@@ -1,13 +1,40 @@
 file-5.07/magic/Magdir/archive.old 2011-04-23 17:02:48.0 +0200
-+++ file-5.07/magic/Magdir/archive 2011-05-15 10:14:44.509271579 +0200
-@@ -654,6 +654,10 @@
+diff -Naur file-5.07-orig//magic/Magdir/archive file-5.07/magic/Magdir/archive
+--- file-5.07-orig//magic/Magdir/archive   2011-04-24 01:02:48.0 
+1000
 file-5.07/magic/Magdir/archive 2011-07-14 11:55:11.821178049 +1000
+@@ -1,5 +1,5 @@
+ 
#--
+-# $File: archive,v 1.63 2011/04/23 15:02:48 christos Exp $
++# $File: archive,v 1.66 2011/05/25 17:45:54 christos Exp $
+ # archive:  file(1) magic for archive formats (see also "msdos" for self-
+ #   extracting compressed archives)
+ #
+@@ -654,12 +654,6 @@
  78string  -template   Template
  !:mimeapplication/vnd.oasis.opendocument.image-template
  
-+>26 byte x Zip archive data
+-# StarView Metafile
+-# From Pierre Ducroquet 
+-0 string  VCLMTF  StarView MetaFile
+->6beshort x   \b, version %d
+->8belong  x   \b, size %d
+-
+ #  EPUB (OEBPS) books using OCF (OEBPS Container Format)
+ #From: Adam Buchbinder 
+ #http://www.idpf.org/ocf/ocf1.0/download/ocf10.htm, section 4.
+@@ -692,8 +686,15 @@
+ >>4   byte0x09\b, at least v0.9 to extract
+ >>4   byte0x0a\b, at least v1.0 to extract
+ >>4   byte0x0b\b, at least v1.1 to extract
+->>0x161   string  WINZIP  \b, WinZIP self-extracting
+ >>4   byte0x14\b, at least v2.0 to extract
++>>4   byte0x2d\b, at least v3.0 to extract
++>>0x161   string  WINZIP  \b, WinZIP self-extracting
 +
-+
-+
- # StarView Metafile
- # From Pierre Ducroquet 
- 0 string  VCLMTF  StarView MetaFile
++# StarView Metafile
++# From Pierre Ducroquet 
++0 string  VCLMTF  StarView MetaFile
++>6beshort x   \b, version %d
++>8belong  x   \b, size %d
+ 
+ # Zoo archiver
+ 20lelong  0xfdc4a7dc  Zoo archive data



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

2011-07-13 Thread Eric Bélanger
Date: Wednesday, July 13, 2011 @ 21:51:53
  Author: eric
Revision: 131725

upgpkg: putty 0.61-1
Upstream update, Updated gtk depends to gtk2, Fixed license, PKGBUILD cleanup

Modified:
  putty/trunk/PKGBUILD

--+
 PKGBUILD |   34 +-
 1 file changed, 17 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-14 01:43:50 UTC (rev 131724)
+++ PKGBUILD2011-07-14 01:51:53 UTC (rev 131725)
@@ -1,26 +1,26 @@
 # $Id$
-# Maintainer: damir 
-# Contributor: Andreas Schweitzer 
-# with ideas by Michael Baehr
+# Maintainer: Eric Bélanger 
 
 pkgname=putty
-pkgver=0.60
-pkgrel=2
-pkgdesc="A terminal integrated SSH/Telnet client known from Windows."
+pkgver=0.61
+pkgrel=1
+pkgdesc="A terminal integrated SSH/Telnet client"
 arch=('i686' 'x86_64')
 url="http://www.chiark.greenend.org.uk/~sgtatham/putty/";
-license=('custom')
-depends=('gtk')
-#source=(ftp://ftp.chiark.greenend.org.uk/users/sgtatham/putty-latest/$pkgname-$pkgver.tar.gz)
-source=("http://the.earth.li/~sgtatham/putty/latest/putty-$pkgver.tar.gz";)
-md5sums=('07e65fd98b16d115ae38a180bfb242e2')
+license=('MIT')
+depends=('gtk2')
+source=(http://the.earth.li/~sgtatham/putty/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('db0e37f6b82ea62f0ace87927d29b2a4')
+sha1sums=('cbb82fd392142e3455e859ca8bc7b1e61b246204')
 
 build() {
-  export CFLAGS="$CFLAGS -fno-strict-aliasing"
-  cd $srcdir/$pkgname-$pkgver/unix
+  cd "${srcdir}/${pkgname}-${pkgver}/unix"
   ./configure --prefix=/usr
-  make || return 1
-  install -dm755 $pkgdir/usr/{bin,share/man/man1}
-  make DESTDIR=$pkgdir install
-  install -D -m644 ../LICENCE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  make
 }
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/unix"
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 ../LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2011-07-13 Thread Allan McRae
Date: Wednesday, July 13, 2011 @ 21:43:50
  Author: allan
Revision: 131724

archrelease: copy trunk to extra-x86_64

Added:
  screen/repos/extra-x86_64/



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

2011-07-13 Thread Allan McRae
Date: Wednesday, July 13, 2011 @ 21:43:27
  Author: allan
Revision: 131723

archrelease: remove extra-x86_64

Deleted:
  screen/repos/extra-x86_64/



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

2011-07-13 Thread Allan McRae
Date: Wednesday, July 13, 2011 @ 21:43:21
  Author: allan
Revision: 131722

archrelease: copy trunk to extra-i686

Added:
  screen/repos/extra-i686/



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

2011-07-13 Thread Allan McRae
Date: Wednesday, July 13, 2011 @ 21:42:58
  Author: allan
Revision: 131721

archrelease: remove extra-i686

Deleted:
  screen/repos/extra-i686/



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

2011-07-13 Thread Allan McRae
Date: Wednesday, July 13, 2011 @ 21:42:52
  Author: allan
Revision: 131720

upgpkg: screen 4.0.3-12
add telnet support (FS#25126)

Modified:
  screen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-13 19:29:46 UTC (rev 131719)
+++ PKGBUILD2011-07-14 01:42:52 UTC (rev 131720)
@@ -4,7 +4,7 @@
 
 pkgname=screen
 pkgver=4.0.3
-pkgrel=11
+pkgrel=12
 _ptygroup=5 #the UID of our PTY/TTY group
 pkgdesc="Full-screen window manager that multiplexes a physical terminal"
 arch=('i686' 'x86_64')
@@ -30,7 +30,8 @@
   
   ./configure --prefix=/usr --enable-pam \
 --with-sys-screenrc=/etc/screenrc --enable-colors256 \
-   --enable-rxvt_osc --with-pty-group=$_ptygroup \
+   --enable-rxvt_osc --enable-telnet \
+   --with-pty-group=$_ptygroup \
--mandir=/usr/share/man --infodir=/usr/share/info
   make
 }



[arch-commits] Commit in kdeplasma-applets-networkmanagement/repos (extra-x86_64)

2011-07-13 Thread Andrea Scarpino
Date: Wednesday, July 13, 2011 @ 15:29:46
  Author: andrea
Revision: 131719

archrelease: copy trunk to extra-x86_64

Added:
  kdeplasma-applets-networkmanagement/repos/extra-x86_64/



[arch-commits] Commit in kdeplasma-applets-networkmanagement/repos (extra-x86_64)

2011-07-13 Thread Andrea Scarpino
Date: Wednesday, July 13, 2011 @ 15:29:34
  Author: andrea
Revision: 131718

archrelease: remove extra-x86_64

Deleted:
  kdeplasma-applets-networkmanagement/repos/extra-x86_64/



[arch-commits] Commit in kdeplasma-applets-networkmanagement/repos (extra-i686)

2011-07-13 Thread Andrea Scarpino
Date: Wednesday, July 13, 2011 @ 15:29:31
  Author: andrea
Revision: 131717

archrelease: copy trunk to extra-i686

Added:
  kdeplasma-applets-networkmanagement/repos/extra-i686/



[arch-commits] Commit in kdeplasma-applets-networkmanagement/repos (extra-i686)

2011-07-13 Thread Andrea Scarpino
Date: Wednesday, July 13, 2011 @ 15:29:16
  Author: andrea
Revision: 131716

archrelease: remove extra-i686

Deleted:
  kdeplasma-applets-networkmanagement/repos/extra-i686/



[arch-commits] Commit in kdeplasma-applets-networkmanagement/trunk (PKGBUILD)

2011-07-13 Thread Andrea Scarpino
Date: Wednesday, July 13, 2011 @ 15:29:13
  Author: andrea
Revision: 131715

upgpkg: kdeplasma-applets-networkmanagement git20110713-1
new snapshot

Modified:
  kdeplasma-applets-networkmanagement/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-13 18:33:07 UTC (rev 131714)
+++ PKGBUILD2011-07-13 19:29:13 UTC (rev 131715)
@@ -4,8 +4,8 @@
 
 pkgname=kdeplasma-applets-networkmanagement
 epoch=1
-pkgver=git20110620
-_commit=1a04682c18a6029132ab1c520b1fec2f4e609854
+pkgver=git20110713
+_commit=ac332a3e9f6e8ae7427e017b5826e51789437949
 pkgrel=1
 pkgdesc="KDE control panel and widget network connections"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 optdepends=('mobile-broadband-provider-info: allow to add new mobile 
connection')
 install=${pkgname}.install
 
source=("${pkgname}-${pkgver}.tar.gz"::"http://quickgit.kde.org/?p=networkmanagement.git&a=snapshot&h=${_commit}";)
-md5sums=('5fc1d5300d04375dd8bfaf39fc590cca')
+md5sums=('e367743c72b072ae6d1b6988a3bc4406')
 
 build() {
   cd "${srcdir}"



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

2011-07-13 Thread Ronald van Haren
Date: Wednesday, July 13, 2011 @ 14:33:07
  Author: ronald
Revision: 131714

archrelease: copy trunk to staging-x86_64

Added:
  qwt/repos/staging-x86_64/



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

2011-07-13 Thread Ronald van Haren
Date: Wednesday, July 13, 2011 @ 14:32:51
  Author: ronald
Revision: 131713

archrelease: copy trunk to staging-i686

Added:
  qwt/repos/staging-i686/



[arch-commits] Commit in qwt/trunk (PKGBUILD qwtconfig-archlinux.pri)

2011-07-13 Thread Ronald van Haren
Date: Wednesday, July 13, 2011 @ 14:32:34
  Author: ronald
Revision: 131712

upgpkg: qwt 6.0.0-1
update to 6.0.0

Modified:
  qwt/trunk/PKGBUILD
  qwt/trunk/qwtconfig-archlinux.pri

-+
 PKGBUILD|   18 
 qwtconfig-archlinux.pri |   95 ++
 2 files changed, 73 insertions(+), 40 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-13 17:29:07 UTC (rev 131711)
+++ PKGBUILD2011-07-13 18:32:34 UTC (rev 131712)
@@ -2,18 +2,18 @@
 # Maintainer: Ronald van Haren 
 
 pkgname=qwt
-pkgver=5.2.1
+pkgver=6.0.0
 pkgrel=1
 pkgdesc="Qt Widgets for Technical Applications"
 arch=('i686' 'x86_64')
 url="http://qwt.sourceforge.net/";
-depends=('qt>=4.5.1')
+depends=('qt')
 options=('!makeflags')
 license=("custom:$pkgname")
 
source=("http://downloads.sourceforge.net/sourceforge/qwt/$pkgname-$pkgver.tar.bz2";
 \
 "qwtconfig-archlinux.pri")
-md5sums=('4a595b8db0ec3856b117836c1d60cb27'
- '2cb9135ec875d6de0214fcb032f184a3')
+sha1sums=('306957fc06c90f2049aec57e13a971f54c3cb21a'
+  'aba0fc75f6d450237028b7b143bdcf05a79cabb3')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -24,7 +24,7 @@
 
   # build qwt:
   qmake qwt.pro
-  make || return 1
+  make
 }
 
 package() {
@@ -32,10 +32,10 @@
 
   make INSTALL_ROOT=${pkgdir} QTDIR=/usr install
 
-  # fix doc files
-  install -d ${pkgdir}/usr/share/doc/${pkgname}
-  mv -f ${pkgdir}/usr/share/html/* ${pkgdir}/usr/share/doc/${pkgname}
-  
+  # Move man files to proper directory.
+  install -d ${pkgdir}/usr/share/man/man3
+  mv -f ${pkgdir}/usr/share/doc/qwt/man/man3/* ${pkgdir}/usr/share/man/man3
+
   # install licence
   install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYING \
${pkgdir}/usr/share/licenses/${pkgname}/license.txt

Modified: qwtconfig-archlinux.pri
===
--- qwtconfig-archlinux.pri 2011-07-13 17:29:07 UTC (rev 131711)
+++ qwtconfig-archlinux.pri 2011-07-13 18:32:34 UTC (rev 131712)
@@ -1,3 +1,17 @@
+
+# Qwt Widget Library
+# Copyright (C) 1997   Josef Wilgen
+# Copyright (C) 2002   Uwe Rathmann
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the Qwt License, Version 1.0
+
+
+QWT_VER_MAJ  = 6
+QWT_VER_MIN  = 1
+QWT_VER_PAT  = 0
+QWT_VERSION  = $${QWT_VER_MAJ}.$${QWT_VER_MIN}.$${QWT_VER_PAT}
+
 ##
 # Install paths
 ##
@@ -2,29 +16,37 @@
 
+QWT_INSTALL_PREFIX = $$[QT_INSTALL_PREFIX]
+
 unix {
-INSTALLBASE= /usr
+QWT_INSTALL_PREFIX= /usr
 }
 
 win32 {
-INSTALLBASE= C:/Qwt
+QWT_INSTALL_PREFIX= C:/Qwt
 }
 
-target.path= $$INSTALLBASE/lib
-headers.path   = $$INSTALLBASE/include/qwt
-doc.path   = $$INSTALLBASE/share
+QWT_INSTALL_DOCS  = $${QWT_INSTALL_PREFIX}/share/doc/qwt
+QWT_INSTALL_HEADERS   = $${QWT_INSTALL_PREFIX}/include/qwt
+QWT_INSTALL_LIBS  = $${QWT_INSTALL_PREFIX}/lib
 
 ##
-# qmake internal options
+# Designer plugin
 ##
 
-CONFIG   += qt # Also for Qtopia Core!
-CONFIG   += warn_on
-CONFIG   += thread
+#QWT_INSTALL_PLUGINS   = $${QWT_INSTALL_PREFIX}/plugins/designer
+# QWT_INSTALL_PLUGINS   = $${QT_INSTALL_PREFIX}/plugins/designer
 
 ##
-# release/debug mode
-# The designer plugin is always built in release mode.
-# If want to change this, you have to edit designer/designer.pro.
+# Features
+# When building a Qwt application with qmake you might want to load
+# the compiler/linker flags, that are required to build a Qwt application
+# from qwt.prf. Therefore all you need to do is to add "CONFIG += qwt" 
+# to your project file and take care, that qwt.prf can be found by qmake.
+# ( see 
http://doc.trolltech.com/4.7/qmake-advanced-usage.html#adding-new-configuration-features
 )
+# I recommend not to install the Qwt features together with the
+# Qt features, because you will have to reinstall the Qwt features,
+# with every Qt upgrade. 
 ##
 
-CONFIG   += release # release/debug
+#QWT_INSTALL_FEATURES  = $${QWT_INSTALL_PREFIX}/features
+# QWT_INSTALL_FEATURES  = $${QT_INSTALL_PREFIX}/features
 
@@ -36,50 +58,61 @@
 # it will be a static library.
 ##
 
-CONFIG   += QwtDll
+QWT_CONFIG   += QwtDll
 
 

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

2011-07-13 Thread andyrtr
Date: Wednesday, July 13, 2011 @ 13:27:46
  Author: andyrtr
Revision: 131709

upgpkg: kernel26-lts 2.6.32.43-1
upstream update 2.6.32.43

Modified:
  kernel26-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-13 15:48:21 UTC (rev 131708)
+++ PKGBUILD2011-07-13 17:27:46 UTC (rev 131709)
@@ -5,7 +5,7 @@
 pkgname=('kernel26-lts' 'kernel26-lts-headers') # Build stock -lts kernel 
 _kernelname=${pkgname#kernel26}
 _basekernel=2.6.32
-pkgver=${_basekernel}.42
+pkgver=${_basekernel}.43
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -18,7 +18,7 @@
 ${pkgname}.preset)
 options=(!strip)
 md5sums=('260551284ac224c3a43c4adac7df4879'
- '3fbee952e5ed1449b1ab5ce56412af0f'
+ '87c9c2f7710a2853e72583366c546ab2'
  '463b4db10710c17200a584067f7151a0'
  '9990806b3bf3cec6f8bd419249903613'
  '2cbfeb3e2a18d45f82f613e97fc23355')



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

2011-07-13 Thread andyrtr
Date: Wednesday, July 13, 2011 @ 13:29:07
  Author: andyrtr
Revision: 131711

archrelease: copy trunk to testing-x86_64

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



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

2011-07-13 Thread andyrtr
Date: Wednesday, July 13, 2011 @ 13:28:44
  Author: andyrtr
Revision: 131710

archrelease: copy trunk to testing-i686

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



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

2011-07-13 Thread Ray Rashif
Date: Wednesday, July 13, 2011 @ 11:48:21
  Author: schiv
Revision: 131708

archrelease: copy trunk to testing-x86_64

Added:
  slv2/repos/testing-x86_64/



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

2011-07-13 Thread Ray Rashif
Date: Wednesday, July 13, 2011 @ 11:48:04
  Author: schiv
Revision: 131707

archrelease: copy trunk to testing-i686

Added:
  slv2/repos/testing-i686/



[arch-commits] Commit in gnome-python-extras/repos (extra-x86_64)

2011-07-13 Thread Ionut Biru
Date: Wednesday, July 13, 2011 @ 11:42:24
  Author: ibiru
Revision: 131706

archrelease: copy trunk to extra-x86_64

Added:
  gnome-python-extras/repos/extra-x86_64/



[arch-commits] Commit in gnome-python-extras/repos (extra-x86_64)

2011-07-13 Thread Ionut Biru
Date: Wednesday, July 13, 2011 @ 11:42:09
  Author: ibiru
Revision: 131705

archrelease: remove extra-x86_64

Deleted:
  gnome-python-extras/repos/extra-x86_64/



[arch-commits] Commit in gnome-python-extras/repos (extra-i686)

2011-07-13 Thread Ionut Biru
Date: Wednesday, July 13, 2011 @ 11:42:05
  Author: ibiru
Revision: 131704

archrelease: copy trunk to extra-i686

Added:
  gnome-python-extras/repos/extra-i686/



[arch-commits] Commit in gnome-python-extras/repos (extra-i686)

2011-07-13 Thread Ionut Biru
Date: Wednesday, July 13, 2011 @ 11:41:49
  Author: ibiru
Revision: 131703

archrelease: remove extra-i686

Deleted:
  gnome-python-extras/repos/extra-i686/



[arch-commits] Commit in gnome-python-extras/trunk (PKGBUILD)

2011-07-13 Thread Ionut Biru
Date: Wednesday, July 13, 2011 @ 11:39:40
  Author: ibiru
Revision: 131702

fix FS#25127

Modified:
  gnome-python-extras/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-13 15:39:04 UTC (rev 131701)
+++ PKGBUILD2011-07-13 15:39:40 UTC (rev 131702)
@@ -4,7 +4,7 @@
 pkgbase=gnome-python-extras
 pkgname=('gnome-python-extras' 'python2-egg' 'python2-gda' 'python2-gksu2' 
'python2-gtkhtml2' 'python2-gtkspell')
 pkgver=2.25.3
-pkgrel=9
+pkgrel=10
 arch=('i686' 'x86_64')
 url="http://www.daa.com.au/~james/pygtk/";
 license=('GPL' 'LGPL')



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

2011-07-13 Thread Ray Rashif
Date: Wednesday, July 13, 2011 @ 11:39:04
  Author: schiv
Revision: 131701

upgpkg: slv2 0.6.6-6
rebuild against latest redland suite; part of FS#25060

Modified:
  slv2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-13 15:21:48 UTC (rev 131700)
+++ PKGBUILD2011-07-13 15:39:04 UTC (rev 131701)
@@ -4,7 +4,7 @@
 
 pkgname=slv2
 pkgver=0.6.6
-pkgrel=5
+pkgrel=6
 pkgdesc="Library for LV2 hosts"
 arch=('i686' 'x86_64')
 url="http://drobilla.net/software/slv2";



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

2011-07-13 Thread andyrtr
Date: Wednesday, July 13, 2011 @ 11:21:48
  Author: andyrtr
Revision: 131700

archrelease: copy trunk to testing-x86_64

Added:
  mesa/repos/testing-x86_64/



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

2011-07-13 Thread andyrtr
Date: Wednesday, July 13, 2011 @ 11:21:31
  Author: andyrtr
Revision: 131699

archrelease: remove testing-x86_64

Deleted:
  mesa/repos/testing-x86_64/



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

2011-07-13 Thread andyrtr
Date: Wednesday, July 13, 2011 @ 11:21:23
  Author: andyrtr
Revision: 131698

archrelease: copy trunk to testing-i686

Added:
  mesa/repos/testing-i686/



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

2011-07-13 Thread andyrtr
Date: Wednesday, July 13, 2011 @ 11:21:04
  Author: andyrtr
Revision: 131697

archrelease: remove testing-i686

Deleted:
  mesa/repos/testing-i686/



[arch-commits] Commit in mesa/trunk (PKGBUILD linking_fix.patch)

2011-07-13 Thread andyrtr
Date: Wednesday, July 13, 2011 @ 11:20:52
  Author: andyrtr
Revision: 131696

upgpkg: mesa 7.11rc1-4
update to latest 7.11 branch snapshot; final fix for linking issues FS#25093 
and move libglapi into its own separate pkg to fix FS#25124; minor dependency 
fixes and some PKGBUILD cleanup

Added:
  mesa/trunk/linking_fix.patch
Modified:
  mesa/trunk/PKGBUILD

---+
 PKGBUILD  |  164 +++-
 linking_fix.patch |   22 ++
 2 files changed, 72 insertions(+), 114 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-13 14:57:43 UTC (rev 131695)
+++ PKGBUILD2011-07-13 15:20:52 UTC (rev 131696)
@@ -3,7 +3,7 @@
 # Maintainer: Andreas Radke 
 
 pkgbase=mesa
-pkgname=('mesa' 'libgl' 'libgles' 'libegl' 'ati-dri' 'intel-dri' 
'unichrome-dri' 'mach64-dri' 'mga-dri' 'r128-dri' 'savage-dri' 'sis-dri' 
'tdfx-dri' 'nouveau-dri') # 'llvm-dri')
+pkgname=('mesa' 'libgl' 'libglapi' 'libgles' 'libegl' 'ati-dri' 'intel-dri' 
'unichrome-dri' 'mach64-dri' 'mga-dri' 'r128-dri' 'savage-dri' 'sis-dri' 
'tdfx-dri' 'nouveau-dri') # 'llvm-dri')
 
 _git=true
 #_git=false
@@ -14,32 +14,33 @@
   else
 pkgver=7.11rc1
 fi
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 makedepends=('glproto>=1.4.14' 'libdrm>=2.4.26' 'libxxf86vm>=1.1.1' 
'libxdamage>=1.1.3' 'expat>=2.0.1' 'libx11>=1.4.3' 'libxt>=1.1.1' 
- 'gcc-libs>=4.6.1' 'dri2proto>=2.6' 'python2' 'libxml2' 'imake' 
'llvm')
+ 'gcc-libs>=4.6.1' 'dri2proto>=2.6' 'python2' 'libxml2' 'imake' 
'llvm' 'udev')
 url="http://mesa3d.sourceforge.net";
 license=('custom')
-source=(LICENSE git_fixes.patch)
+source=(LICENSE 
+   #git_fixes.patch
+   linking_fix.patch)
 if [ "${_git}" = "true" ]; then
# mesa git shot from 7.11 branch - see for state: 
http://cgit.freedesktop.org/mesa/mesa/commit/?h=7.11&id=1ae00c5960af83bea9545a18a1754bad83d5cbd0
#source=(${source[@]} 
'ftp://ftp.archlinux.org/other/mesa/mesa-1ae00c5960af83bea9545a18a1754bad83d5cbd0.tar.bz2')
-   source=(${source[@]} 
"MesaLib-${pkgver}.zip"::"http://cgit.freedesktop.org/mesa/mesa/snapshot/mesa-b033f050fd5179b051181a0a4b6d94110624d25c.tar.bz2";)
+   source=(${source[@]} 
"MesaLib-${pkgver}.zip"::"http://cgit.freedesktop.org/mesa/mesa/snapshot/mesa-ef9f16f6322a89fb699fbe3da868b10f9acaef98.tar.bz2";)
   else
source=(${source[@]} 
"ftp://ftp.freedesktop.org/pub/mesa/${pkgver/rc1/}/MesaLib-${pkgver/rc/-rc}.zip";
 )
 fi
 md5sums=('5c65a0fe315dd347e09b1f2826a1df5a'
- '62b7e9591737846ff0e98f970ffc8b78'
- '2246d97eb0cfb1f6d2bf8a54b533d07f')
+ '887be83c01d126c2a4cb372af7d3b067'
+ '817a63bb60b81f4f817ffc9ed0a3')
 
 build() {
 cd ${srcdir}/?esa-*
-# fix link errors: https://bugs.archlinux.org/task/25093
-export LDFLAGS=${LDFLAGS/-Wl,--as-needed/}
 
 if [ "${_git}" = "true" ]; then
-patch -Np1 -i ${srcdir}/git_fixes.patch
+#patch -Np1 -i ${srcdir}/git_fixes.patch
+patch -Np1 -i ${srcdir}/linking_fix.patch
 autoreconf -vfi
 ./autogen.sh --prefix=/usr \
 --with-dri-driverdir=/usr/lib/xorg/modules/dri \
@@ -57,7 +58,6 @@
 --enable-shared-dricore
 
 #--enable-gallium-svga \
-#--enable-shared-glapi EXPERIMENTAL. Enable shared glapi for 
OpenGL[default=no]
 
   else
   autoreconf -vfi
@@ -81,7 +81,7 @@
 }
 
 package_libgl() {
-  depends=('libdrm>=2.4.26' 'libxxf86vm>=1.1.1' 'libxdamage>=1.1.3' 
'expat>=2.0.1')
+  depends=('libdrm>=2.4.26' 'libxxf86vm>=1.1.1' 'libxdamage>=1.1.3' 
'expat>=2.0.1' 'libglapi' 'gcc-libs')
   pkgdesc="Mesa 3-D graphics library and DRI software rasterizer"
 
   cd ${srcdir}/?esa-*   
@@ -92,7 +92,6 @@
   bin/minstall lib/libdricore.so* "${pkgdir}/usr/lib/"
   bin/minstall lib/libglsl.so* "${pkgdir}/usr/lib/"
 
-
   cd src/mesa/drivers/dri
   #make -C swrast DESTDIR="${pkgdir}" install
 if [ "${_git}" = "true" ]; then
@@ -107,15 +106,23 @@
   install -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/libgl/"
 }
 
+package_libglapi() {
+  depends=('glibc')
+  pkgdesc="free implementation of the GL API -- shared library. The Mesa GL 
API module is responsible for dispatching all the gl* functions"
+
+  cd ${srcdir}/?esa-*   
+  install -m755 -d "${pkgdir}/usr/lib"
+  bin/minstall lib/libglapi.so* "${pkgdir}/usr/lib/"
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/libglapi"
+  install -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/libglapi/"
+}
+
 package_libgles() {
-  depends=('libgl')
+  depends=('libglapi')
   pkgdesc="Mesa GLES libraries and headers"
 
-if [ "${_git}" = "true" ]; then
-cd ${srcdir}/mesa-*   
-  else
-cd "${srcdir}/Mesa-${pkgver/rc/-rc}" 
-fi
+  cd ${srcdir}/?esa-*   
   install -m755 -d "${pkgdir}/usr/lib"
   install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
   install -m755 -d "${pkgdir}/usr/include"
@@ -133,14 +140,10 @@
 }
 
 package_libegl() {
-  depends=('libgl')
-  pkgd

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

2011-07-13 Thread Giovanni Scafora
Date: Wednesday, July 13, 2011 @ 10:57:43
  Author: giovanni
Revision: 131695

archrelease: copy trunk to extra-x86_64

Added:
  smb4k/repos/extra-x86_64/



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

2011-07-13 Thread Giovanni Scafora
Date: Wednesday, July 13, 2011 @ 10:57:17
  Author: giovanni
Revision: 131694

archrelease: remove extra-x86_64

Deleted:
  smb4k/repos/extra-x86_64/



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

2011-07-13 Thread Giovanni Scafora
Date: Wednesday, July 13, 2011 @ 10:57:13
  Author: giovanni
Revision: 131693

archrelease: copy trunk to extra-i686

Added:
  smb4k/repos/extra-i686/



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

2011-07-13 Thread Giovanni Scafora
Date: Wednesday, July 13, 2011 @ 10:56:58
  Author: giovanni
Revision: 131692

archrelease: remove extra-i686

Deleted:
  smb4k/repos/extra-i686/



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

2011-07-13 Thread Giovanni Scafora
Date: Wednesday, July 13, 2011 @ 10:56:55
  Author: giovanni
Revision: 131691

upgpkg: smb4k 0.10.70-1
upstream release

Modified:
  smb4k/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-13 14:46:59 UTC (rev 131690)
+++ PKGBUILD2011-07-13 14:56:55 UTC (rev 131691)
@@ -3,7 +3,7 @@
 # Contributor: Emanuele Rampichini 
 
 pkgname=smb4k
-pkgver=0.10.10
+pkgver=0.10.70
 pkgrel=1
 pkgdesc="A KDE program that browses samba shares"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'docbook-xsl')
 install=smb4k.install
 source=("http://download.berlios.de/smb4k/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('637ca913ffe9ac24a4dd09d4eddf0dcf')
+md5sums=('30f916d8f72fc43a9eca8f344960b43a')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in perl-time-hires/repos (extra-x86_64)

2011-07-13 Thread Giovanni Scafora
Date: Wednesday, July 13, 2011 @ 10:46:59
  Author: giovanni
Revision: 131690

archrelease: copy trunk to extra-x86_64

Added:
  perl-time-hires/repos/extra-x86_64/



[arch-commits] Commit in perl-time-hires/repos (extra-x86_64)

2011-07-13 Thread Giovanni Scafora
Date: Wednesday, July 13, 2011 @ 10:46:34
  Author: giovanni
Revision: 131689

archrelease: remove extra-x86_64

Deleted:
  perl-time-hires/repos/extra-x86_64/



[arch-commits] Commit in perl-time-hires/repos (extra-i686)

2011-07-13 Thread Giovanni Scafora
Date: Wednesday, July 13, 2011 @ 10:46:30
  Author: giovanni
Revision: 131688

archrelease: copy trunk to extra-i686

Added:
  perl-time-hires/repos/extra-i686/



[arch-commits] Commit in perl-time-hires/repos (extra-i686)

2011-07-13 Thread Giovanni Scafora
Date: Wednesday, July 13, 2011 @ 10:46:17
  Author: giovanni
Revision: 131687

archrelease: remove extra-i686

Deleted:
  perl-time-hires/repos/extra-i686/



[arch-commits] Commit in perl-time-hires/trunk (PKGBUILD)

2011-07-13 Thread Giovanni Scafora
Date: Wednesday, July 13, 2011 @ 10:46:13
  Author: giovanni
Revision: 131686

upgpkg: perl-time-hires 1.9724-1
upstream release

Modified:
  perl-time-hires/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-13 14:36:34 UTC (rev 131685)
+++ PKGBUILD2011-07-13 14:46:13 UTC (rev 131686)
@@ -3,23 +3,33 @@
 # Contributor: mezcal 
 
 pkgname=perl-time-hires
-pkgver=1.9721
-pkgrel=4
+pkgver=1.9724
+pkgrel=1
 pkgdesc="Perl module: high resolution time, sleep, and alarm"
 arch=('i686' 'x86_64')
 license=('PerlArtistic')
 url="http://search.cpan.org/dist/Time-HiRes/";
 depends=('perl')
 options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/J/JH/JHI/Time-HiRes-${pkgver}.tar.gz)
-md5sums=('bf09911a36b9481537c8e0d28fbb3aaf')
+source=("http://search.cpan.org/CPAN/authors/id/Z/ZE/ZEFRAM/Time-HiRes-${pkgver}.tar.gz";)
+md5sums=('6467b001de9ba5c01785ebbb8ea247cb')
 
 build() {
   cd "${srcdir}/Time-HiRes-${pkgver}"
 
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor 
-  make 
-  make test 
-  make install DESTDIR="${pkgdir}" 
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+
+  make
 }
+
+check() {
+  cd "${srcdir}/Time-HiRes-${pkgver}"
+
+  make test
+}
+
+package() {
+  cd "${srcdir}/Time-HiRes-${pkgver}"
+
+  make install DESTDIR="${pkgdir}"
+}



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

2011-07-13 Thread Giovanni Scafora
Date: Wednesday, July 13, 2011 @ 10:36:34
  Author: giovanni
Revision: 131685

archrelease: copy trunk to extra-x86_64

Added:
  perl-fcgi/repos/extra-x86_64/



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

2011-07-13 Thread Giovanni Scafora
Date: Wednesday, July 13, 2011 @ 10:36:21
  Author: giovanni
Revision: 131684

archrelease: remove extra-x86_64

Deleted:
  perl-fcgi/repos/extra-x86_64/



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

2011-07-13 Thread Giovanni Scafora
Date: Wednesday, July 13, 2011 @ 10:36:18
  Author: giovanni
Revision: 131683

archrelease: copy trunk to extra-i686

Added:
  perl-fcgi/repos/extra-i686/



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

2011-07-13 Thread Giovanni Scafora
Date: Wednesday, July 13, 2011 @ 10:35:43
  Author: giovanni
Revision: 131682

archrelease: remove extra-i686

Deleted:
  perl-fcgi/repos/extra-i686/



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

2011-07-13 Thread Giovanni Scafora
Date: Wednesday, July 13, 2011 @ 10:35:40
  Author: giovanni
Revision: 131681

upgpkg: perl-fcgi 0.73-1
upstream release

Modified:
  perl-fcgi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-13 14:17:10 UTC (rev 131680)
+++ PKGBUILD2011-07-13 14:35:40 UTC (rev 131681)
@@ -3,7 +3,7 @@
 # Contributor: François Charette 
 
 pkgname=perl-fcgi
-pkgver=0.72
+pkgver=0.73
 pkgrel=1
 pkgdesc="Fast CGI"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('perl>=5.14')
 options=('!emptydirs')
 source=(http://www.cpan.org/CPAN/authors/id/F/FL/FLORA/FCGI-${pkgver}.tar.gz)
-md5sums=('7b793e177caa93d972c6fb7ebe7c7ae1')
+md5sums=('b55c8b93ccd175b3c0e4473f1a6c0bdd')
 
 build() {
   cd  "${srcdir}/FCGI-${pkgver}"



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

2011-07-13 Thread Giovanni Scafora
Date: Wednesday, July 13, 2011 @ 10:17:10
  Author: giovanni
Revision: 131680

archrelease: copy trunk to extra-x86_64

Added:
  live-media/repos/extra-x86_64/



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

2011-07-13 Thread Giovanni Scafora
Date: Wednesday, July 13, 2011 @ 10:16:37
  Author: giovanni
Revision: 131679

archrelease: remove extra-x86_64

Deleted:
  live-media/repos/extra-x86_64/



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

2011-07-13 Thread Giovanni Scafora
Date: Wednesday, July 13, 2011 @ 10:16:34
  Author: giovanni
Revision: 131678

archrelease: copy trunk to extra-i686

Added:
  live-media/repos/extra-i686/



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

2011-07-13 Thread Giovanni Scafora
Date: Wednesday, July 13, 2011 @ 10:16:19
  Author: giovanni
Revision: 131677

archrelease: remove extra-i686

Deleted:
  live-media/repos/extra-i686/



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

2011-07-13 Thread Giovanni Scafora
Date: Wednesday, July 13, 2011 @ 10:16:16
  Author: giovanni
Revision: 131676

upgpkg: live-media 2011.07.08-1
upstream release

Modified:
  live-media/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-13 14:00:36 UTC (rev 131675)
+++ PKGBUILD2011-07-13 14:16:16 UTC (rev 131676)
@@ -3,7 +3,7 @@
 # Contributor: Gilles CHAUVIN 
 
 pkgname=live-media
-pkgver=2011.06.16
+pkgver=2011.07.08
 pkgrel=1
 pkgdesc="A set of C++ libraries for multimedia streaming"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 url="http://live555.com/liveMedia";
 depends=('gcc-libs')
 source=("http://live555.com/liveMedia/public/live.${pkgver}.tar.gz";)
-md5sums=('9895e723ee9fe87422f120dc646875d5')
+md5sums=('527ebb1061ed1c2b439b02bd26e52440')
 
 build() {
   cd ${srcdir}/live



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

2011-07-13 Thread Giovanni Scafora
Date: Wednesday, July 13, 2011 @ 10:00:36
  Author: giovanni
Revision: 131675

archrelease: copy trunk to extra-x86_64

Added:
  help2man/repos/extra-x86_64/



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

2011-07-13 Thread Giovanni Scafora
Date: Wednesday, July 13, 2011 @ 10:00:24
  Author: giovanni
Revision: 131674

archrelease: remove extra-x86_64

Deleted:
  help2man/repos/extra-x86_64/



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

2011-07-13 Thread Giovanni Scafora
Date: Wednesday, July 13, 2011 @ 10:00:21
  Author: giovanni
Revision: 131673

archrelease: copy trunk to extra-i686

Added:
  help2man/repos/extra-i686/



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

2011-07-13 Thread Giovanni Scafora
Date: Wednesday, July 13, 2011 @ 10:00:10
  Author: giovanni
Revision: 131672

archrelease: remove extra-i686

Deleted:
  help2man/repos/extra-i686/



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

2011-07-13 Thread Giovanni Scafora
Date: Wednesday, July 13, 2011 @ 09:59:50
  Author: giovanni
Revision: 131671

upgpkg: help2man 1.40.4-1
upstream release

Modified:
  help2man/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-13 13:42:09 UTC (rev 131670)
+++ PKGBUILD2011-07-13 13:59:50 UTC (rev 131671)
@@ -3,7 +3,7 @@
 # Contributor: Paul Mattal 
 
 pkgname=help2man
-pkgver=1.39.4
+pkgver=1.40.4
 pkgrel=1
 pkgdesc="Conversion tool to create man files"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('perl-locale-gettext')
 install=help2man.install
 source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('6b1160697451ba87067231d172285840')
+md5sums=('4d79dc7cb7c20019c2a3650d35259c45')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in python-numpy/repos (staging-x86_64)

2011-07-13 Thread Stéphane Gaudreault
Date: Wednesday, July 13, 2011 @ 09:42:09
  Author: stephane
Revision: 131670

archrelease: copy trunk to staging-x86_64

Added:
  python-numpy/repos/staging-x86_64/



[arch-commits] Commit in python-numpy/repos (staging-i686)

2011-07-13 Thread Stéphane Gaudreault
Date: Wednesday, July 13, 2011 @ 09:42:05
  Author: stephane
Revision: 131669

archrelease: copy trunk to staging-i686

Added:
  python-numpy/repos/staging-i686/



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

2011-07-13 Thread Stéphane Gaudreault
Date: Wednesday, July 13, 2011 @ 09:42:02
  Author: stephane
Revision: 131668

upgpkg: python-numpy 1.6.0-1
version bump, rename python3-numpy to python-numpy

Modified:
  python-numpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-13 13:40:55 UTC (rev 131667)
+++ PKGBUILD2011-07-13 13:42:02 UTC (rev 131668)
@@ -4,16 +4,16 @@
 # Contributor: Angel 'angvp' Velasquez  
 
 pkgbase=python-numpy
-pkgname=('python2-numpy' 'python3-numpy')
-pkgver=1.5.1
-pkgrel=2
+pkgname=('python2-numpy' 'python-numpy')
+pkgver=1.6.0
+pkgrel=1
 pkgdesc="Scientific tools for Python"
 arch=('i686' 'x86_64')
 license=('custom')
 url="http://numpy.scipy.org/";
 makedepends=('lapack' 'python' 'python2' 'python-distribute' 
'python2-distribute' 'gcc-fortran' 'python-nose')
 source=(http://downloads.sourceforge.net/numpy/numpy-${pkgver}.tar.gz)
-md5sums=('376ef150df41b5353944ab742145352d')
+md5sums=('e0993c74cb8e83292e560eac1a9be8e9')
 
 build() {
   cd "${srcdir}"
@@ -33,9 +33,6 @@
 
 package_python2-numpy() {
   depends=('lapack' 'python2')
-  provides=("python-numpy=${pkgver}")
-  replaces=('python-numpy')
-  conflicts=('python-numpy')
   optdepends=('python-nose: testsuite')
 
   cd "${srcdir}/numpy-py2-${pkgver}"
@@ -50,8 +47,11 @@
  $(find ${pkgdir} -name '*.py')
 }
 
-package_python3-numpy() {
+package_python-numpy() {
   depends=('lapack' 'python')
+  provides=("python3-numpy=${pkgver}")
+  replaces=('python3-numpy')
+  conflicts=('python3-numpy')
 
   cd "${srcdir}/numpy-${pkgver}"
   python setup.py config_fc --fcompiler=gnu95 install --prefix=/usr 
--root="${pkgdir}" --optimize=1



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

2011-07-13 Thread Giovanni Scafora
Date: Wednesday, July 13, 2011 @ 09:40:55
  Author: giovanni
Revision: 131667

archrelease: copy trunk to extra-x86_64

Added:
  dvgrab/repos/extra-x86_64/



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

2011-07-13 Thread Giovanni Scafora
Date: Wednesday, July 13, 2011 @ 09:40:19
  Author: giovanni
Revision: 131666

archrelease: remove extra-x86_64

Deleted:
  dvgrab/repos/extra-x86_64/



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

2011-07-13 Thread Giovanni Scafora
Date: Wednesday, July 13, 2011 @ 09:40:16
  Author: giovanni
Revision: 131665

archrelease: copy trunk to extra-i686

Added:
  dvgrab/repos/extra-i686/



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

2011-07-13 Thread Giovanni Scafora
Date: Wednesday, July 13, 2011 @ 09:40:03
  Author: giovanni
Revision: 131664

archrelease: remove extra-i686

Deleted:
  dvgrab/repos/extra-i686/



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

2011-07-13 Thread Giovanni Scafora
Date: Wednesday, July 13, 2011 @ 09:39:59
  Author: giovanni
Revision: 131663

upgpkg: dvgrab 3.5-3
Rebuild

Modified:
  dvgrab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-13 12:38:11 UTC (rev 131662)
+++ PKGBUILD2011-07-13 13:39:59 UTC (rev 131663)
@@ -4,19 +4,25 @@
 
 pkgname=dvgrab
 pkgver=3.5
-pkgrel=2
+pkgrel=3
 pkgdesc="Saves audio and video data from an IEEE (FireWire) digital source"
 arch=('i686' 'x86_64')
 url="http://www.kinodv.org";
 license=('GPL')
-depends=('libdv' 'libavc1394' 'libjpeg>=8' 'libiec61883' 'gcc-libs')
+depends=('libdv' 'libavc1394' 'libjpeg-turbo' 'libiec61883' 'gcc-libs')
 makedepends=('pkgconfig')
-source=(http://downloads.sourceforge.net/kino/${pkgname}-${pkgver}.tar.gz)
+source=("http://downloads.sourceforge.net/kino/${pkgname}-${pkgver}.tar.gz";)
 md5sums=('b39a242ce63e80fc347ab59931f75649')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
+
   ./configure --prefix=/usr
-  make || return 1
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
   make DESTDIR="${pkgdir}" install
 }



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

2011-07-13 Thread Ionut Biru
Date: Wednesday, July 13, 2011 @ 08:38:11
  Author: ibiru
Revision: 131662

archrelease: copy trunk to extra-x86_64

Added:
  gdm/repos/extra-x86_64/



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

2011-07-13 Thread Ionut Biru
Date: Wednesday, July 13, 2011 @ 08:37:54
  Author: ibiru
Revision: 131661

archrelease: remove extra-x86_64

Deleted:
  gdm/repos/extra-x86_64/



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

2011-07-13 Thread Ionut Biru
Date: Wednesday, July 13, 2011 @ 08:37:50
  Author: ibiru
Revision: 131660

archrelease: copy trunk to extra-i686

Added:
  gdm/repos/extra-i686/



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

2011-07-13 Thread Ionut Biru
Date: Wednesday, July 13, 2011 @ 08:37:35
  Author: ibiru
Revision: 131659

archrelease: remove extra-i686

Deleted:
  gdm/repos/extra-i686/



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

2011-07-13 Thread Ionut Biru
Date: Wednesday, July 13, 2011 @ 08:36:38
  Author: ibiru
Revision: 131658

drop tcp_wrappers support

Modified:
  gdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-13 12:07:23 UTC (rev 131657)
+++ PKGBUILD2011-07-13 12:36:38 UTC (rev 131658)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 pkgname=gdm
 pkgver=3.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Gnome Display Manager (a reimplementation of xdm)"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -10,7 +10,7 @@
 backup=('etc/pam.d/gdm' 'etc/pam.d/gdm-autologin' 'etc/gdm/custom.conf')
 groups=('gnome-extra')
 options=('!libtool')
-depends=('libcanberra' 'libxklavier' 'tcp_wrappers' 'gnome-session' 'upower' 
'accountsservice' 'consolekit' 'xorg-xrdb')
+depends=('libcanberra' 'libxklavier' 'gnome-session' 'upower' 
'accountsservice' 'consolekit' 'xorg-xrdb')
 makedepends=('intltool' 'gnome-doc-utils' 'xorg-server')
 conflicts=('fast-user-switch-applet')
 replaces=('fast-user-switch-applet')
@@ -34,9 +34,12 @@
   patch -Np1 -i "${srcdir}/gdm-vt-allocation-hack.patch"
 
   ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/gdm --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/gdm \
+  --localstatedir=/var \
   --with-at-spi-registryd-directory=/usr/lib/at-spi \
-  --disable-scrollkeeper
+  --disable-scrollkeeper \
+  --disable-static \
+  --without-tcp-wrappers
   make
 }
 



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

2011-07-13 Thread Giovanni Scafora
Date: Wednesday, July 13, 2011 @ 08:07:23
  Author: giovanni
Revision: 131657

archrelease: copy trunk to extra-x86_64

Added:
  sshfs/repos/extra-x86_64/



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

2011-07-13 Thread Giovanni Scafora
Date: Wednesday, July 13, 2011 @ 08:07:11
  Author: giovanni
Revision: 131656

archrelease: remove extra-x86_64

Deleted:
  sshfs/repos/extra-x86_64/



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

2011-07-13 Thread Giovanni Scafora
Date: Wednesday, July 13, 2011 @ 08:07:07
  Author: giovanni
Revision: 131655

archrelease: copy trunk to extra-i686

Added:
  sshfs/repos/extra-i686/



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

2011-07-13 Thread Giovanni Scafora
Date: Wednesday, July 13, 2011 @ 08:06:36
  Author: giovanni
Revision: 131654

archrelease: remove extra-i686

Deleted:
  sshfs/repos/extra-i686/



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

2011-07-13 Thread Giovanni Scafora
Date: Wednesday, July 13, 2011 @ 08:06:33
  Author: giovanni
Revision: 131653

upgpkg: sshfs 2.3-1
upstream release

Modified:
  sshfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-13 08:13:49 UTC (rev 131652)
+++ PKGBUILD2011-07-13 12:06:33 UTC (rev 131653)
@@ -2,8 +2,8 @@
 # Maintainer: Giovanni Scafora 
 
 pkgname=sshfs
-pkgver=2.2
-pkgrel=3
+pkgver=2.3
+pkgrel=1
 pkgdesc="FUSE client based on the SSH File Transfer Protocol"
 arch=('i686' 'x86_64')
 url="http://fuse.sourceforge.net/sshfs.html";
@@ -11,12 +11,17 @@
 depends=('fuse' 'glib2' 'openssh')
 makedepends=('pkgconfig')
 
source=(http://downloads.sourceforge.net/sourceforge/fuse/${pkgname}-fuse-${pkgver}.tar.gz)
-md5sums=('26e9206eb5169e87e6f95f54bc005a4f')
+md5sums=('f72f12fda186dbd92382f70d25662ed3')
 
 build() {
   cd "${srcdir}/${pkgname}-fuse-${pkgver}"
 
   ./configure --prefix=/usr
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
+  make
 }
+
+package() {
+  cd "${srcdir}/${pkgname}-fuse-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in net-snmp/repos (staging-x86_64)

2011-07-13 Thread Andrea Scarpino
Date: Wednesday, July 13, 2011 @ 04:13:49
  Author: andrea
Revision: 131652

archrelease: copy trunk to staging-x86_64

Added:
  net-snmp/repos/staging-x86_64/



[arch-commits] Commit in net-snmp/repos (staging-i686)

2011-07-13 Thread Andrea Scarpino
Date: Wednesday, July 13, 2011 @ 04:13:27
  Author: andrea
Revision: 131651

archrelease: copy trunk to staging-i686

Added:
  net-snmp/repos/staging-i686/



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

2011-07-13 Thread Andrea Scarpino
Date: Wednesday, July 13, 2011 @ 04:13:14
  Author: andrea
Revision: 131650

upgpkg: net-snmp 5.6.1-3
tcp_wrapper rebuild

Modified:
  net-snmp/trunk/PKGBUILD

--+
 PKGBUILD |   27 ---
 1 file changed, 16 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-13 08:02:01 UTC (rev 131649)
+++ PKGBUILD2011-07-13 08:13:14 UTC (rev 131650)
@@ -4,31 +4,36 @@
 
 pkgname=net-snmp
 pkgver=5.6.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A suite of applications used to implement SNMP v1, SNMP v2c and SNMP 
v3 using both IPv4 and IPv6"
 arch=('i686' 'x86_64')
 url="http://www.net-snmp.org/";
 license=('custom')
-depends=('openssl' 'tcp_wrappers' 'libnl')
+depends=('openssl' 'libnl')
 makedepends=('setuptools')
 optdepends=('perl-term-readkey: for snmpcheck application' 
 'perl-tk: for snmpcheck and tkmib applications'
-   'python2: for the python modules')
+'python2: for the python modules')
 provides=('ucd-snmp')
 options=('!libtool' '!makeflags' '!emptydirs')
-source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz";
-   'snmpd.rc')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";
+'snmpd.rc')
 md5sums=('b4e30ead5783b0bb1d280172c6095ea4'
  '9f0d13676ba1fae1eb7eb178edd85b43')
-sha1sums=('45bbf1295253d5379a5d1efd918593160387fd00' 
'2c679b564a2c319d9ce2714a9776aa0e6d89c60a')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   sed -i -e "s:\(install --basedir=\$\$dir\):\1 --root='${pkgdir}':" 
Makefile.in
-  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man \
---enable-ucd-snmp-compatibility --enable-ipv6 --with-libwrap 
--with-python-modules \
---with-default-snmp-version="3" --with-sys-contact="root@localhost" \
---with-sys-location="Unknown" --with-logfile="/var/log/snmpd.log" \
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--mandir=/usr/share/man \
+--enable-ucd-snmp-compatibility \
+--enable-ipv6 \
+--with-python-modules \
+--with-default-snmp-version="3" \
+--with-sys-contact="root@localhost" \
+--with-sys-location="Unknown" \
+--with-logfile="/var/log/snmpd.log" \
 --with-mib-modules="host misc/ipfwacc ucd-snmp/diskio tunnel 
ucd-snmp/dlmod" \
 --with-persistent-directory="/var/net-snmp" \
 PYTHONPROG=/usr/bin/python2
@@ -39,5 +44,5 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" INSTALL_PREFIX="${pkgdir}" INSTALLDIRS=vendor 
install
   install -D -m755 "${srcdir}/snmpd.rc" "${pkgdir}/etc/rc.d/snmpd"
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }



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

2011-07-13 Thread Gaetan Bisson
Date: Wednesday, July 13, 2011 @ 04:02:01
  Author: bisson
Revision: 131649

archrelease: copy trunk to staging-x86_64

Added:
  socat/repos/staging-x86_64/



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

2011-07-13 Thread Gaetan Bisson
Date: Wednesday, July 13, 2011 @ 04:01:56
  Author: bisson
Revision: 131648

archrelease: copy trunk to staging-i686

Added:
  socat/repos/staging-i686/



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

2011-07-13 Thread Gaetan Bisson
Date: Wednesday, July 13, 2011 @ 04:01:50
  Author: bisson
Revision: 131647

remove tcp_wrappers

Modified:
  socat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-13 07:49:23 UTC (rev 131646)
+++ PKGBUILD2011-07-13 08:01:50 UTC (rev 131647)
@@ -5,27 +5,28 @@
 
 pkgname=socat
 pkgver=1.7.1.3
-pkgrel=2
+pkgrel=3
 pkgdesc='Multipurpose relay'
 url='http://www.dest-unreach.org/socat/'
 license=('GPL2')
 arch=('i686' 'x86_64')
-depends=('readline' 'openssl' 'tcp_wrappers')
-source=("http://www.dest-unreach.org/socat/download/$pkgname-$pkgver.tar.gz";)
+depends=('readline' 'openssl')
+source=("http://www.dest-unreach.org/socat/download/${pkgname}-${pkgver}.tar.gz";)
 sha1sums=('5a42275da0d8a5182452b36535a74c3cdf21793b')
 
 build() {
-   cd "$srcdir/$pkgname-$pkgver"
+   cd "${srcdir}/${pkgname}-${pkgver}"
 
./configure \
--prefix=/usr \
--mandir=/usr/share/man \
+   --disable-libwrap # only required while base/base-devel uses 
tcp_wrappers
 
make
 }
 
 package() {
-   cd "$srcdir/$pkgname-$pkgver"
+   cd "${srcdir}/${pkgname}-${pkgver}"
 
-   make DESTDIR="$pkgdir" install
+   make DESTDIR="${pkgdir}" install
 }



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

2011-07-13 Thread Gaetan Bisson
Date: Wednesday, July 13, 2011 @ 03:49:23
  Author: bisson
Revision: 131646

archrelease: copy trunk to staging-x86_64

Added:
  openssh/repos/staging-x86_64/



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

2011-07-13 Thread Gaetan Bisson
Date: Wednesday, July 13, 2011 @ 03:49:16
  Author: bisson
Revision: 131645

archrelease: copy trunk to staging-i686

Added:
  openssh/repos/staging-i686/



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

2011-07-13 Thread Gaetan Bisson
Date: Wednesday, July 13, 2011 @ 03:48:58
  Author: bisson
Revision: 131644

remove tcp_wrappers

Modified:
  openssh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-13 07:03:46 UTC (rev 131643)
+++ PKGBUILD2011-07-13 07:48:58 UTC (rev 131644)
@@ -5,13 +5,13 @@
 
 pkgname=openssh
 pkgver=5.8p2
-pkgrel=8
+pkgrel=9
 pkgdesc='Free version of the SSH connectivity tools'
 arch=('i686' 'x86_64')
 license=('custom:BSD')
 url='http://www.openssh.org/portable.html'
 backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd' 
'etc/conf.d/sshd')
-depends=('tcp_wrappers' 'krb5' 'openssl' 'libedit')
+depends=('krb5' 'openssl' 'libedit')
 
source=("ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz";
 'authfile.c.patch'
 'sshd.confd'
@@ -32,7 +32,6 @@
--prefix=/usr \
--libexecdir=/usr/lib/ssh \
--sysconfdir=/etc/ssh \
-   --with-tcp-wrappers \
--with-privsep-user=nobody \
--with-md5-passwords \
--with-pam \



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

2011-07-13 Thread Andrea Scarpino
Date: Wednesday, July 13, 2011 @ 03:03:34
  Author: andrea
Revision: 131642

archrelease: copy trunk to staging-i686

Added:
  mysql/repos/staging-i686/



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

2011-07-13 Thread Andrea Scarpino
Date: Wednesday, July 13, 2011 @ 03:03:46
  Author: andrea
Revision: 131643

archrelease: copy trunk to staging-x86_64

Added:
  mysql/repos/staging-x86_64/



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

2011-07-13 Thread Andrea Scarpino
Date: Wednesday, July 13, 2011 @ 03:03:22
  Author: andrea
Revision: 131641

upgpkg: mysql 5.5.14-2
tcp_wrapper rebuild; minor fixes

Modified:
  mysql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-13 03:16:06 UTC (rev 131640)
+++ PKGBUILD2011-07-13 07:03:22 UTC (rev 131641)
@@ -6,11 +6,11 @@
 pkgbase=mysql
 pkgname=('libmysqlclient' 'mysql-clients' 'mysql')
 pkgver=5.5.14
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://www.mysql.com/";
-makedepends=('cmake' 'openssl' 'tcp_wrappers' 'zlib')
+makedepends=('cmake' 'openssl' 'zlib')
 options=('!libtool')
 
source=("http://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQL-5.5/${pkgbase}-${pkgver}.tar.gz";
 'mysqld'
@@ -31,7 +31,6 @@
   cmake ../${pkgbase}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DMANUFACTURER="Arch Linux" \
 -DSYSCONFDIR=/etc/mysql \
 -DMYSQL_DATADIR=/var/lib/mysql \
 -DMYSQL_UNIX_ADDR=/var/run/mysqld/mysqld.sock \
@@ -51,7 +50,7 @@
 -DWITH_READLINE=ON \
 -DWITH_ZLIB=system \
 -DWITH_SSL=system \
--DWITH_LIBWRAP=ON \
+-DWITH_LIBWRAP=OFF \
 -DWITH_MYSQLD_LDFLAGS="${LDFLAGS}" \
 -DWITH_EXTRA_CHARSETS=complex \
 -DWITH_EMBEDDED_SERVER=ON \
@@ -67,7 +66,7 @@
 
 package_libmysqlclient(){
   pkgdesc="MySQL client libraries"
-  depends=('openssl' 'gcc-libs' 'tcp_wrappers')
+  depends=('openssl')
   
   cd "${srcdir}"/build
   for dir in include libmysql libmysqld libservices; do
@@ -105,6 +104,7 @@
   install=mysql.install
   depends=('mysql-clients' 'net-tools')
   optdepends=('perl-dbi' 'perl-dbd-mysql')
+  options=('emptydirs')
 
   cd "${srcdir}"/build
   make DESTDIR="${pkgdir}" install