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

2013-10-26 Thread Eric Bélanger
Date: Saturday, October 26, 2013 @ 08:24:03
  Author: eric
Revision: 197446

upgpkg: zziplib 0.13.62-2

Rebuild without static libraries

Modified:
  zziplib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 02:49:51 UTC (rev 197445)
+++ PKGBUILD2013-10-26 06:24:03 UTC (rev 197446)
@@ -5,7 +5,7 @@
 
 pkgname=zziplib
 pkgver=0.13.62
-pkgrel=1
+pkgrel=2
 pkgdesc=A lightweight library that offers the ability to easily extract data 
from files archived in a single zip file
 arch=('i686' 'x86_64')
 url=http://zziplib.sourceforge.net;
@@ -12,12 +12,11 @@
 license=('LGPL' 'MPL')
 depends=('zlib')
 makedepends=('python2')
-options=('!libtool')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
 md5sums=('5fe874946390f939ee8f4abe9624b96c')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   export PYTHON=/usr/bin/python2
   ./configure --prefix=/usr
   make
@@ -24,7 +23,7 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 
 #fix permission



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

2013-10-26 Thread Eric Bélanger
Date: Saturday, October 26, 2013 @ 08:24:44
  Author: eric
Revision: 197447

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

Added:
  zziplib/repos/extra-i686/PKGBUILD
(from rev 197446, zziplib/trunk/PKGBUILD)
  zziplib/repos/extra-x86_64/PKGBUILD
(from rev 197446, zziplib/trunk/PKGBUILD)
Deleted:
  zziplib/repos/extra-i686/PKGBUILD
  zziplib/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 extra-i686/PKGBUILD   |   34 
 extra-x86_64/PKGBUILD |   34 
 3 files changed, 66 insertions(+), 68 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-26 06:24:03 UTC (rev 197446)
+++ extra-i686/PKGBUILD 2013-10-26 06:24:44 UTC (rev 197447)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng r...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Roman Kyrylych roman.kyryl...@gmail.com
-
-pkgname=zziplib
-pkgver=0.13.62
-pkgrel=1
-pkgdesc=A lightweight library that offers the ability to easily extract data 
from files archived in a single zip file
-arch=('i686' 'x86_64')
-url=http://zziplib.sourceforge.net;
-license=('LGPL' 'MPL')
-depends=('zlib')
-makedepends=('python2')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('5fe874946390f939ee8f4abe9624b96c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  export PYTHON=/usr/bin/python2
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-#fix permission
-  chmod -s ${pkgdir}/usr/share/man/man3
-  chmod 644 ${pkgdir}/usr/share/man/man3/*
-  chown -R root:root ${pkgdir}/usr/share/man/man3
-}

Copied: zziplib/repos/extra-i686/PKGBUILD (from rev 197446, 
zziplib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-26 06:24:44 UTC (rev 197447)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Roman Kyrylych roman.kyryl...@gmail.com
+
+pkgname=zziplib
+pkgver=0.13.62
+pkgrel=2
+pkgdesc=A lightweight library that offers the ability to easily extract data 
from files archived in a single zip file
+arch=('i686' 'x86_64')
+url=http://zziplib.sourceforge.net;
+license=('LGPL' 'MPL')
+depends=('zlib')
+makedepends=('python2')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('5fe874946390f939ee8f4abe9624b96c')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export PYTHON=/usr/bin/python2
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+#fix permission
+  chmod -s ${pkgdir}/usr/share/man/man3
+  chmod 644 ${pkgdir}/usr/share/man/man3/*
+  chown -R root:root ${pkgdir}/usr/share/man/man3
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-26 06:24:03 UTC (rev 197446)
+++ extra-x86_64/PKGBUILD   2013-10-26 06:24:44 UTC (rev 197447)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng r...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Roman Kyrylych roman.kyryl...@gmail.com
-
-pkgname=zziplib
-pkgver=0.13.62
-pkgrel=1
-pkgdesc=A lightweight library that offers the ability to easily extract data 
from files archived in a single zip file
-arch=('i686' 'x86_64')
-url=http://zziplib.sourceforge.net;
-license=('LGPL' 'MPL')
-depends=('zlib')
-makedepends=('python2')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('5fe874946390f939ee8f4abe9624b96c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  export PYTHON=/usr/bin/python2
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-#fix permission
-  chmod -s ${pkgdir}/usr/share/man/man3
-  chmod 644 ${pkgdir}/usr/share/man/man3/*
-  chown -R root:root ${pkgdir}/usr/share/man/man3
-}

Copied: zziplib/repos/extra-x86_64/PKGBUILD (from rev 197446, 
zziplib/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-10-26 06:24:44 UTC (rev 197447)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Roman Kyrylych roman.kyryl...@gmail.com
+
+pkgname=zziplib
+pkgver=0.13.62
+pkgrel=2
+pkgdesc=A lightweight library that offers the ability to easily extract data 
from files archived in a single zip file

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

2013-10-26 Thread Allan McRae
Date: Saturday, October 26, 2013 @ 08:43:40
  Author: allan
Revision: 197448

upgpkg: libimobiledevice 1.1.5-2

remove static libraries

Modified:
  libimobiledevice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 06:24:44 UTC (rev 197447)
+++ PKGBUILD2013-10-26 06:43:40 UTC (rev 197448)
@@ -5,13 +5,12 @@
 
 pkgname=libimobiledevice
 pkgver=1.1.5
-pkgrel=1
+pkgrel=2
 pkgdesc=Is a software library that talks the protocols to support iPhone and 
iPod Touch devices on Linux
 url=http://libimobiledevice.org/;
 arch=('i686' 'x86_64')
 license=('GPL2' 'LGPL2.1')
 depends=('usbmuxd' 'gnutls' 'libgcrypt')
-options=('!libtool')
 source=(http://libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2)
 
 build() {



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

2013-10-26 Thread Allan McRae
Date: Saturday, October 26, 2013 @ 08:44:55
  Author: allan
Revision: 197450

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

Added:
  libimobiledevice/repos/extra-i686/PKGBUILD
(from rev 197448, libimobiledevice/trunk/PKGBUILD)
  libimobiledevice/repos/extra-x86_64/PKGBUILD
(from rev 197448, libimobiledevice/trunk/PKGBUILD)
Deleted:
  libimobiledevice/repos/extra-i686/PKGBUILD
  libimobiledevice/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   54 
 extra-i686/PKGBUILD   |   28 
 extra-x86_64/PKGBUILD |   28 
 3 files changed, 54 insertions(+), 56 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-26 06:44:53 UTC (rev 197449)
+++ extra-i686/PKGBUILD 2013-10-26 06:44:55 UTC (rev 197450)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer : Tom Gundersen t...@jklm.no
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Gabriel Martinez  reitaka at gmail dot com 
-
-pkgname=libimobiledevice
-pkgver=1.1.5
-pkgrel=1
-pkgdesc=Is a software library that talks the protocols to support iPhone and 
iPod Touch devices on Linux
-url=http://libimobiledevice.org/;
-arch=('i686' 'x86_64')
-license=('GPL2' 'LGPL2.1')
-depends=('usbmuxd' 'gnutls' 'libgcrypt')
-options=('!libtool')
-source=(http://libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2)
-
-build() {
-  cd $pkgname-$pkgver
-
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-md5sums=('d9debdcf71508dee2c85b60b28ccddd4')

Copied: libimobiledevice/repos/extra-i686/PKGBUILD (from rev 197448, 
libimobiledevice/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-26 06:44:55 UTC (rev 197450)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : Tom Gundersen t...@jklm.no
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Gabriel Martinez  reitaka at gmail dot com 
+
+pkgname=libimobiledevice
+pkgver=1.1.5
+pkgrel=2
+pkgdesc=Is a software library that talks the protocols to support iPhone and 
iPod Touch devices on Linux
+url=http://libimobiledevice.org/;
+arch=('i686' 'x86_64')
+license=('GPL2' 'LGPL2.1')
+depends=('usbmuxd' 'gnutls' 'libgcrypt')
+source=(http://libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2)
+
+build() {
+  cd $pkgname-$pkgver
+
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+md5sums=('d9debdcf71508dee2c85b60b28ccddd4')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-26 06:44:53 UTC (rev 197449)
+++ extra-x86_64/PKGBUILD   2013-10-26 06:44:55 UTC (rev 197450)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer : Tom Gundersen t...@jklm.no
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Gabriel Martinez  reitaka at gmail dot com 
-
-pkgname=libimobiledevice
-pkgver=1.1.5
-pkgrel=1
-pkgdesc=Is a software library that talks the protocols to support iPhone and 
iPod Touch devices on Linux
-url=http://libimobiledevice.org/;
-arch=('i686' 'x86_64')
-license=('GPL2' 'LGPL2.1')
-depends=('usbmuxd' 'gnutls' 'libgcrypt')
-options=('!libtool')
-source=(http://libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2)
-
-build() {
-  cd $pkgname-$pkgver
-
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-md5sums=('d9debdcf71508dee2c85b60b28ccddd4')

Copied: libimobiledevice/repos/extra-x86_64/PKGBUILD (from rev 197448, 
libimobiledevice/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-10-26 06:44:55 UTC (rev 197450)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : Tom Gundersen t...@jklm.no
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Gabriel Martinez  reitaka at gmail dot com 
+
+pkgname=libimobiledevice
+pkgver=1.1.5
+pkgrel=2
+pkgdesc=Is a software library that talks the protocols to support iPhone and 
iPod Touch devices on Linux
+url=http://libimobiledevice.org/;
+arch=('i686' 'x86_64')
+license=('GPL2' 'LGPL2.1')
+depends=('usbmuxd' 'gnutls' 'libgcrypt')
+source=(http://libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2)
+
+build() {
+  cd $pkgname-$pkgver
+
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+md5sums=('d9debdcf71508dee2c85b60b28ccddd4')



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

2013-10-26 Thread Eric Bélanger
Date: Saturday, October 26, 2013 @ 08:44:53
  Author: eric
Revision: 197449

upgpkg: yasm 1.2.0-3

Fix license, Add staticlibs to options

Modified:
  yasm/trunk/PKGBUILD

--+
 PKGBUILD |   23 +++
 1 file changed, 11 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 06:43:40 UTC (rev 197448)
+++ PKGBUILD2013-10-26 06:44:53 UTC (rev 197449)
@@ -1,33 +1,32 @@
 # $Id$
-# Maintainer: Роман Кирилич (Roman Kyrylych) ro...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-# Contributor: Vinay S Shastry vinayshas...@gmail.com
+# Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=yasm
 pkgver=1.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc=A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, 
GAS, etc.)
 arch=('i686' 'x86_64')
-license=('custom')
 url=http://www.tortall.net/projects/yasm/;
+license=('BSD' 'GPL2' 'LGPL2.1' 'PerlArtistic')
 depends=('glibc')
+options=('staticlibs')
 
source=(http://www.tortall.net/projects/yasm/releases/${pkgname}-${pkgver}.tar.gz)
-options=('!libtool')
-md5sums=('4cfc0686cf5350dd1305c4d905eb55a6')
+sha1sums=('773d28f27f83c44ac35079add0d3167ca6c1def8')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make
 }
 
 check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make check
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm644 BSD.txt ${pkgdir}/usr/share/licenses/${pkgname}/BSD.txt
 }



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

2013-10-26 Thread Eric Bélanger
Date: Saturday, October 26, 2013 @ 08:45:33
  Author: eric
Revision: 197451

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

Added:
  yasm/repos/extra-i686/PKGBUILD
(from rev 197450, yasm/trunk/PKGBUILD)
  yasm/repos/extra-x86_64/PKGBUILD
(from rev 197450, yasm/trunk/PKGBUILD)
Deleted:
  yasm/repos/extra-i686/PKGBUILD
  yasm/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   64 
 extra-i686/PKGBUILD   |   33 
 extra-x86_64/PKGBUILD |   33 
 3 files changed, 64 insertions(+), 66 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-26 06:44:55 UTC (rev 197450)
+++ extra-i686/PKGBUILD 2013-10-26 06:45:33 UTC (rev 197451)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Роман Кирилич (Roman Kyrylych) ro...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-# Contributor: Vinay S Shastry vinayshas...@gmail.com
-
-pkgname=yasm
-pkgver=1.2.0
-pkgrel=2
-pkgdesc=A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, 
GAS, etc.)
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://www.tortall.net/projects/yasm/;
-depends=('glibc')
-source=(http://www.tortall.net/projects/yasm/releases/${pkgname}-${pkgver}.tar.gz)
-options=('!libtool')
-md5sums=('4cfc0686cf5350dd1305c4d905eb55a6')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: yasm/repos/extra-i686/PKGBUILD (from rev 197450, yasm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-26 06:45:33 UTC (rev 197451)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=yasm
+pkgver=1.2.0
+pkgrel=3
+pkgdesc=A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, 
GAS, etc.)
+arch=('i686' 'x86_64')
+url=http://www.tortall.net/projects/yasm/;
+license=('BSD' 'GPL2' 'LGPL2.1' 'PerlArtistic')
+depends=('glibc')
+options=('staticlibs')
+source=(http://www.tortall.net/projects/yasm/releases/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('773d28f27f83c44ac35079add0d3167ca6c1def8')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm644 BSD.txt ${pkgdir}/usr/share/licenses/${pkgname}/BSD.txt
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-26 06:44:55 UTC (rev 197450)
+++ extra-x86_64/PKGBUILD   2013-10-26 06:45:33 UTC (rev 197451)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Роман Кирилич (Roman Kyrylych) ro...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-# Contributor: Vinay S Shastry vinayshas...@gmail.com
-
-pkgname=yasm
-pkgver=1.2.0
-pkgrel=2
-pkgdesc=A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, 
GAS, etc.)
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://www.tortall.net/projects/yasm/;
-depends=('glibc')
-source=(http://www.tortall.net/projects/yasm/releases/${pkgname}-${pkgver}.tar.gz)
-options=('!libtool')
-md5sums=('4cfc0686cf5350dd1305c4d905eb55a6')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: yasm/repos/extra-x86_64/PKGBUILD (from rev 197450, yasm/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-10-26 06:45:33 UTC (rev 197451)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=yasm
+pkgver=1.2.0
+pkgrel=3
+pkgdesc=A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, 
GAS, etc.)
+arch=('i686' 'x86_64')
+url=http://www.tortall.net/projects/yasm/;
+license=('BSD' 'GPL2' 'LGPL2.1' 'PerlArtistic')
+depends=('glibc')
+options=('staticlibs')
+source=(http://www.tortall.net/projects/yasm/releases/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('773d28f27f83c44ac35079add0d3167ca6c1def8')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd 

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

2013-10-26 Thread Allan McRae
Date: Saturday, October 26, 2013 @ 08:50:46
  Author: allan
Revision: 197452

upgpkg: liblrdf 0.5.0-2

remove static libraries

Modified:
  liblrdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 06:45:33 UTC (rev 197451)
+++ PKGBUILD2013-10-26 06:50:46 UTC (rev 197452)
@@ -3,13 +3,12 @@
 
 pkgname=liblrdf
 pkgver=0.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A library for the manipulation of RDF file in LADSPA plugins
 arch=('i686' 'x86_64')
 url=https://github.com/swh/LRDF;
 depends=('raptor' 'ladspa')
 license=('GPL')
-options=('!libtool')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/swh/LRDF/tarball/${pkgver})
 md5sums=('005ea24152620da7f2ee80a78e17f784')
 



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

2013-10-26 Thread Allan McRae
Date: Saturday, October 26, 2013 @ 08:52:09
  Author: allan
Revision: 197453

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

Added:
  liblrdf/repos/extra-i686/PKGBUILD
(from rev 197452, liblrdf/trunk/PKGBUILD)
  liblrdf/repos/extra-x86_64/PKGBUILD
(from rev 197452, liblrdf/trunk/PKGBUILD)
Deleted:
  liblrdf/repos/extra-i686/PKGBUILD
  liblrdf/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   50 
 extra-i686/PKGBUILD   |   27 -
 extra-x86_64/PKGBUILD |   27 -
 3 files changed, 50 insertions(+), 54 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-26 06:50:46 UTC (rev 197452)
+++ extra-i686/PKGBUILD 2013-10-26 06:52:09 UTC (rev 197453)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-
-pkgname=liblrdf
-pkgver=0.5.0
-pkgrel=1
-pkgdesc=A library for the manipulation of RDF file in LADSPA plugins
-arch=('i686' 'x86_64')
-url=https://github.com/swh/LRDF;
-depends=('raptor' 'ladspa')
-license=('GPL')
-options=('!libtool')
-groups=('ladspa-plugins')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/swh/LRDF/tarball/${pkgver})
-md5sums=('005ea24152620da7f2ee80a78e17f784')
-
-build() {
-  cd ${srcdir}/swh-LRDF-*
-  autoreconf -vfi
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/swh-LRDF-*
-  make DESTDIR=${pkgdir} install
-}

Copied: liblrdf/repos/extra-i686/PKGBUILD (from rev 197452, 
liblrdf/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-26 06:52:09 UTC (rev 197453)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+
+pkgname=liblrdf
+pkgver=0.5.0
+pkgrel=2
+pkgdesc=A library for the manipulation of RDF file in LADSPA plugins
+arch=('i686' 'x86_64')
+url=https://github.com/swh/LRDF;
+depends=('raptor' 'ladspa')
+license=('GPL')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/swh/LRDF/tarball/${pkgver})
+md5sums=('005ea24152620da7f2ee80a78e17f784')
+
+build() {
+  cd ${srcdir}/swh-LRDF-*
+  autoreconf -vfi
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/swh-LRDF-*
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-26 06:50:46 UTC (rev 197452)
+++ extra-x86_64/PKGBUILD   2013-10-26 06:52:09 UTC (rev 197453)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-
-pkgname=liblrdf
-pkgver=0.5.0
-pkgrel=1
-pkgdesc=A library for the manipulation of RDF file in LADSPA plugins
-arch=('i686' 'x86_64')
-url=https://github.com/swh/LRDF;
-depends=('raptor' 'ladspa')
-license=('GPL')
-options=('!libtool')
-groups=('ladspa-plugins')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/swh/LRDF/tarball/${pkgver})
-md5sums=('005ea24152620da7f2ee80a78e17f784')
-
-build() {
-  cd ${srcdir}/swh-LRDF-*
-  autoreconf -vfi
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/swh-LRDF-*
-  make DESTDIR=${pkgdir} install
-}

Copied: liblrdf/repos/extra-x86_64/PKGBUILD (from rev 197452, 
liblrdf/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-10-26 06:52:09 UTC (rev 197453)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+
+pkgname=liblrdf
+pkgver=0.5.0
+pkgrel=2
+pkgdesc=A library for the manipulation of RDF file in LADSPA plugins
+arch=('i686' 'x86_64')
+url=https://github.com/swh/LRDF;
+depends=('raptor' 'ladspa')
+license=('GPL')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/swh/LRDF/tarball/${pkgver})
+md5sums=('005ea24152620da7f2ee80a78e17f784')
+
+build() {
+  cd ${srcdir}/swh-LRDF-*
+  autoreconf -vfi
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/swh-LRDF-*
+  make DESTDIR=${pkgdir} install
+}



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

2013-10-26 Thread Eric Bélanger
Date: Saturday, October 26, 2013 @ 08:54:33
  Author: eric
Revision: 197454

upgpkg: vcdimager 0.7.24-4

Rebuild without static libraries

Modified:
  vcdimager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 06:52:09 UTC (rev 197453)
+++ PKGBUILD2013-10-26 06:54:33 UTC (rev 197454)
@@ -4,13 +4,12 @@
 
 pkgname=vcdimager
 pkgver=0.7.24
-pkgrel=3
+pkgrel=4
 pkgdesc=A full-featured mastering suite for authoring disassembling and 
analyzing Video CD's and Super Video CD's
 arch=('i686' 'x86_64')
 url=http://www.vcdimager.org/;
 license=('GPL')
 depends=('libcdio' 'libxml2' 'popt')
-options=('!libtool')
 install=vcdimager.install
 source=(ftp://ftp.gnu.org/gnu/vcdimager/${pkgname}-${pkgver}.tar.gz
 vcdimager-0.7.24-libcdio-0.83.patch)
@@ -17,14 +16,18 @@
 md5sums=('3af22978fd79c79d5fda6513b6811145'
  'f4e7376fd9d975951d2b93a5e9123fdc')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i $srcdir/vcdimager-0.7.24-libcdio-0.83.patch
+}
+
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i $srcdir/vcdimager-0.7.24-libcdio-0.83.patch
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in vcdimager/repos (12 files)

2013-10-26 Thread Eric Bélanger
Date: Saturday, October 26, 2013 @ 08:55:11
  Author: eric
Revision: 197455

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

Added:
  vcdimager/repos/extra-i686/PKGBUILD
(from rev 197454, vcdimager/trunk/PKGBUILD)
  vcdimager/repos/extra-i686/vcdimager-0.7.24-libcdio-0.83.patch
(from rev 197454, vcdimager/trunk/vcdimager-0.7.24-libcdio-0.83.patch)
  vcdimager/repos/extra-i686/vcdimager.install
(from rev 197454, vcdimager/trunk/vcdimager.install)
  vcdimager/repos/extra-x86_64/PKGBUILD
(from rev 197454, vcdimager/trunk/PKGBUILD)
  vcdimager/repos/extra-x86_64/vcdimager-0.7.24-libcdio-0.83.patch
(from rev 197454, vcdimager/trunk/vcdimager-0.7.24-libcdio-0.83.patch)
  vcdimager/repos/extra-x86_64/vcdimager.install
(from rev 197454, vcdimager/trunk/vcdimager.install)
Deleted:
  vcdimager/repos/extra-i686/PKGBUILD
  vcdimager/repos/extra-i686/vcdimager-0.7.24-libcdio-0.83.patch
  vcdimager/repos/extra-i686/vcdimager.install
  vcdimager/repos/extra-x86_64/PKGBUILD
  vcdimager/repos/extra-x86_64/vcdimager-0.7.24-libcdio-0.83.patch
  vcdimager/repos/extra-x86_64/vcdimager.install

--+
 /PKGBUILD|   66 ++
 /vcdimager-0.7.24-libcdio-0.83.patch |  674 +
 /vcdimager.install   |   42 +
 extra-i686/PKGBUILD  |   30 
 extra-i686/vcdimager-0.7.24-libcdio-0.83.patch   |  337 --
 extra-i686/vcdimager.install |   21 
 extra-x86_64/PKGBUILD|   30 
 extra-x86_64/vcdimager-0.7.24-libcdio-0.83.patch |  337 --
 extra-x86_64/vcdimager.install   |   21 
 9 files changed, 782 insertions(+), 776 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-26 06:54:33 UTC (rev 197454)
+++ extra-i686/PKGBUILD 2013-10-26 06:55:11 UTC (rev 197455)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: damir da...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=vcdimager
-pkgver=0.7.24
-pkgrel=3
-pkgdesc=A full-featured mastering suite for authoring disassembling and 
analyzing Video CD's and Super Video CD's
-arch=('i686' 'x86_64')
-url=http://www.vcdimager.org/;
-license=('GPL')
-depends=('libcdio' 'libxml2' 'popt')
-options=('!libtool')
-install=vcdimager.install
-source=(ftp://ftp.gnu.org/gnu/vcdimager/${pkgname}-${pkgver}.tar.gz
-vcdimager-0.7.24-libcdio-0.83.patch)
-md5sums=('3af22978fd79c79d5fda6513b6811145'
- 'f4e7376fd9d975951d2b93a5e9123fdc')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i $srcdir/vcdimager-0.7.24-libcdio-0.83.patch
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: vcdimager/repos/extra-i686/PKGBUILD (from rev 197454, 
vcdimager/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-26 06:55:11 UTC (rev 197455)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: damir da...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=vcdimager
+pkgver=0.7.24
+pkgrel=4
+pkgdesc=A full-featured mastering suite for authoring disassembling and 
analyzing Video CD's and Super Video CD's
+arch=('i686' 'x86_64')
+url=http://www.vcdimager.org/;
+license=('GPL')
+depends=('libcdio' 'libxml2' 'popt')
+install=vcdimager.install
+source=(ftp://ftp.gnu.org/gnu/vcdimager/${pkgname}-${pkgver}.tar.gz
+vcdimager-0.7.24-libcdio-0.83.patch)
+md5sums=('3af22978fd79c79d5fda6513b6811145'
+ 'f4e7376fd9d975951d2b93a5e9123fdc')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i $srcdir/vcdimager-0.7.24-libcdio-0.83.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/vcdimager-0.7.24-libcdio-0.83.patch
===
--- extra-i686/vcdimager-0.7.24-libcdio-0.83.patch  2013-10-26 06:54:33 UTC 
(rev 197454)
+++ extra-i686/vcdimager-0.7.24-libcdio-0.83.patch  2013-10-26 06:55:11 UTC 
(rev 197455)
@@ -1,337 +0,0 @@
-diff -u vcdimager-0.7.23/include/libvcd/info.h 
vcdimager-0.7.23/include/libvcd/info.h
 vcdimager-0.7.23/include/libvcd/info.h
-+++ vcdimager-0.7.23/include/libvcd/info.h
-@@ -32,6 +32,9 @@
- #include libvcd/version.h
- #include libvcd/types.h
- #include libvcd/files.h
-+
-+/* We don't want to pull in cdio's config */
-+#define __CDIO_CONFIG_H__
- #include cdio/cdio.h
- #include cdio/ds.h
-
 vcdimager-0.7.23.orig/frontends/cli/vcd-info.c
-+++ vcdimager-0.7.23/frontends/cli/vcd-info.c
-@@ -38,6 +38,8 @@
- #define POPT_ARGFLAG_OPTIONAL 0
- #endif
- 
-+/* We don't want to pull in cdio's config */

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

2013-10-26 Thread Eric Bélanger
Date: Saturday, October 26, 2013 @ 09:02:47
  Author: eric
Revision: 197456

upgpkg: ucommon 6.0.7-2

Rebuild without static libraries

Modified:
  ucommon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 06:55:11 UTC (rev 197455)
+++ PKGBUILD2013-10-26 07:02:47 UTC (rev 197456)
@@ -3,14 +3,13 @@
 
 pkgname=ucommon
 pkgver=6.0.7
-pkgrel=1
+pkgrel=2
 pkgdesc=A light-weight C++ library to facilitate using C++ design patterns
 arch=('i686' 'x86_64')
 url=http://www.gnutelephony.org/index.php/GNU_uCommon_C++;
 license=('GPL3' 'LGPL3')
 depends=('openssl')
-options=('!libtool')
-source=(http://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz{,.sig})
+source=(http://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz{,.sig})
 md5sums=('0774a0315beac7b26ec75d44d925f208'
  'SKIP')
 



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

2013-10-26 Thread Eric Bélanger
Date: Saturday, October 26, 2013 @ 09:03:21
  Author: eric
Revision: 197457

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

Added:
  ucommon/repos/extra-i686/PKGBUILD
(from rev 197456, ucommon/trunk/PKGBUILD)
  ucommon/repos/extra-x86_64/PKGBUILD
(from rev 197456, ucommon/trunk/PKGBUILD)
Deleted:
  ucommon/repos/extra-i686/PKGBUILD
  ucommon/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   60 
 extra-i686/PKGBUILD   |   31 
 extra-x86_64/PKGBUILD |   31 
 3 files changed, 60 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-26 07:02:47 UTC (rev 197456)
+++ extra-i686/PKGBUILD 2013-10-26 07:03:21 UTC (rev 197457)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=ucommon
-pkgver=6.0.7
-pkgrel=1
-pkgdesc=A light-weight C++ library to facilitate using C++ design patterns
-arch=('i686' 'x86_64')
-url=http://www.gnutelephony.org/index.php/GNU_uCommon_C++;
-license=('GPL3' 'LGPL3')
-depends=('openssl')
-options=('!libtool')
-source=(http://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('0774a0315beac7b26ec75d44d925f208'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: ucommon/repos/extra-i686/PKGBUILD (from rev 197456, 
ucommon/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-26 07:03:21 UTC (rev 197457)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=ucommon
+pkgver=6.0.7
+pkgrel=2
+pkgdesc=A light-weight C++ library to facilitate using C++ design patterns
+arch=('i686' 'x86_64')
+url=http://www.gnutelephony.org/index.php/GNU_uCommon_C++;
+license=('GPL3' 'LGPL3')
+depends=('openssl')
+source=(http://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('0774a0315beac7b26ec75d44d925f208'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-26 07:02:47 UTC (rev 197456)
+++ extra-x86_64/PKGBUILD   2013-10-26 07:03:21 UTC (rev 197457)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=ucommon
-pkgver=6.0.7
-pkgrel=1
-pkgdesc=A light-weight C++ library to facilitate using C++ design patterns
-arch=('i686' 'x86_64')
-url=http://www.gnutelephony.org/index.php/GNU_uCommon_C++;
-license=('GPL3' 'LGPL3')
-depends=('openssl')
-options=('!libtool')
-source=(http://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('0774a0315beac7b26ec75d44d925f208'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: ucommon/repos/extra-x86_64/PKGBUILD (from rev 197456, 
ucommon/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-10-26 07:03:21 UTC (rev 197457)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=ucommon
+pkgver=6.0.7
+pkgrel=2
+pkgdesc=A light-weight C++ library to facilitate using C++ design patterns
+arch=('i686' 'x86_64')
+url=http://www.gnutelephony.org/index.php/GNU_uCommon_C++;
+license=('GPL3' 'LGPL3')
+depends=('openssl')
+source=(http://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('0774a0315beac7b26ec75d44d925f208'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2013-10-26 Thread Eric Bélanger
Date: Saturday, October 26, 2013 @ 09:18:39
  Author: eric
Revision: 197458

upgpkg: slang 2.2.4-3

Rebuild without static libraries

Modified:
  slang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:03:21 UTC (rev 197457)
+++ PKGBUILD2013-10-26 07:18:39 UTC (rev 197458)
@@ -4,31 +4,30 @@
 
 pkgname=slang
 pkgver=2.2.4
-pkgrel=2
+pkgrel=3
 pkgdesc=S-Lang is a powerful interpreted language
 arch=('i686' 'x86_64')
 url=http://www.jedsoft.org/slang/;
 license=('GPL')
-depends=('glibc' 'pcre' 'zlib')
+depends=('pcre' 'zlib')
 backup=('etc/slsh.rc')
 options=('!makeflags')
 
source=(ftp://ftp.fu-berlin.de/pub/unix/misc/slang/v${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2{,.asc})
 md5sums=('7fcfd447e378f07dd0c0bae671fe6487'
- '0e37091fe52b4ef609c3cee8eda0e101')
+ 'SKIP')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc
   make
 }
 
 check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make check
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install-all
 }



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

2013-10-26 Thread Eric Bélanger
Date: Saturday, October 26, 2013 @ 09:19:12
  Author: eric
Revision: 197459

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

Added:
  slang/repos/extra-i686/PKGBUILD
(from rev 197458, slang/trunk/PKGBUILD)
  slang/repos/extra-x86_64/PKGBUILD
(from rev 197458, slang/trunk/PKGBUILD)
Deleted:
  slang/repos/extra-i686/PKGBUILD
  slang/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 extra-i686/PKGBUILD   |   34 
 extra-x86_64/PKGBUILD |   34 
 3 files changed, 66 insertions(+), 68 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-26 07:18:39 UTC (rev 197458)
+++ extra-i686/PKGBUILD 2013-10-26 07:19:12 UTC (rev 197459)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger e...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=slang
-pkgver=2.2.4
-pkgrel=2
-pkgdesc=S-Lang is a powerful interpreted language
-arch=('i686' 'x86_64')
-url=http://www.jedsoft.org/slang/;
-license=('GPL')
-depends=('glibc' 'pcre' 'zlib')
-backup=('etc/slsh.rc')
-options=('!makeflags')
-source=(ftp://ftp.fu-berlin.de/pub/unix/misc/slang/v${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2{,.asc})
-md5sums=('7fcfd447e378f07dd0c0bae671fe6487'
- '0e37091fe52b4ef609c3cee8eda0e101')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install-all
-}

Copied: slang/repos/extra-i686/PKGBUILD (from rev 197458, slang/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-26 07:19:12 UTC (rev 197459)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eric Belanger e...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=slang
+pkgver=2.2.4
+pkgrel=3
+pkgdesc=S-Lang is a powerful interpreted language
+arch=('i686' 'x86_64')
+url=http://www.jedsoft.org/slang/;
+license=('GPL')
+depends=('pcre' 'zlib')
+backup=('etc/slsh.rc')
+options=('!makeflags')
+source=(ftp://ftp.fu-berlin.de/pub/unix/misc/slang/v${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2{,.asc})
+md5sums=('7fcfd447e378f07dd0c0bae671fe6487'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install-all
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-26 07:18:39 UTC (rev 197458)
+++ extra-x86_64/PKGBUILD   2013-10-26 07:19:12 UTC (rev 197459)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger e...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=slang
-pkgver=2.2.4
-pkgrel=2
-pkgdesc=S-Lang is a powerful interpreted language
-arch=('i686' 'x86_64')
-url=http://www.jedsoft.org/slang/;
-license=('GPL')
-depends=('glibc' 'pcre' 'zlib')
-backup=('etc/slsh.rc')
-options=('!makeflags')
-source=(ftp://ftp.fu-berlin.de/pub/unix/misc/slang/v${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2{,.asc})
-md5sums=('7fcfd447e378f07dd0c0bae671fe6487'
- '0e37091fe52b4ef609c3cee8eda0e101')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install-all
-}

Copied: slang/repos/extra-x86_64/PKGBUILD (from rev 197458, 
slang/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-10-26 07:19:12 UTC (rev 197459)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eric Belanger e...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=slang
+pkgver=2.2.4
+pkgrel=3
+pkgdesc=S-Lang is a powerful interpreted language
+arch=('i686' 'x86_64')
+url=http://www.jedsoft.org/slang/;
+license=('GPL')
+depends=('pcre' 'zlib')
+backup=('etc/slsh.rc')
+options=('!makeflags')
+source=(ftp://ftp.fu-berlin.de/pub/unix/misc/slang/v${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2{,.asc})
+md5sums=('7fcfd447e378f07dd0c0bae671fe6487'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install-all
+}



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:42:26
  Author: bisson
Revision: 99229

remove options enforced by newer pacman

Modified:
  collectd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 04:58:19 UTC (rev 99228)
+++ PKGBUILD2013-10-26 07:42:26 UTC (rev 99229)
@@ -46,7 +46,6 @@
   '04f676d0b76c34df0bbf94629813e035b1febe04')
 
 backup=('etc/collectd.conf')
-options=('!libtool')
 
 prepare() {
cd ${srcdir}/${pkgname}-${pkgver}
@@ -62,7 +61,6 @@
--sysconfdir=/etc \
--localstatedir=/var \
--sbindir=/usr/bin \
-   --disable-static \
--with-python=/usr/bin/python2
make all
 }



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:42:55
  Author: bisson
Revision: 99233

remove options enforced by newer pacman

Modified:
  unbound/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:42:49 UTC (rev 99232)
+++ PKGBUILD2013-10-26 07:42:55 UTC (rev 99233)
@@ -21,7 +21,6 @@
   'b543ae6f8b87423bec095fca6b335a9ee43739a8'
   '5d473ec2943fd85367cdb653fcd58e186f07383f')
 
-options=('!libtool')
 install=install
 
 build() {
@@ -31,7 +30,6 @@
--sysconfdir=/etc \
--localstatedir=/var \
--sbindir=/usr/bin \
-   --disable-static \
--disable-rpath \
--with-libevent \
--with-conf-file=/etc/unbound/unbound.conf \



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:42:32
  Author: bisson
Revision: 99230

remove options enforced by newer pacman

Modified:
  liboping/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:42:26 UTC (rev 99229)
+++ PKGBUILD2013-10-26 07:42:32 UTC (rev 99230)
@@ -8,7 +8,6 @@
 url='http://verplant.org/liboping/'
 arch=('i686' 'x86_64')
 license=('GPL')
-options=('!libtool')
 depends=('libcap')
 makedepends=('ncurses')
 optdepends=('perl: perl bindings'
@@ -25,7 +24,7 @@
# (we do that in the install script)
sed -i 's/ install-exec-hook//g' src/Makefile.in
 
-   ./configure --prefix=/usr --enable-static=no
+   ./configure --prefix=/usr
make
 }
 



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:42:49
  Author: bisson
Revision: 99232

remove options enforced by newer pacman

Modified:
  scribus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:42:37 UTC (rev 99231)
+++ PKGBUILD2013-10-26 07:42:49 UTC (rev 99232)
@@ -20,7 +20,6 @@
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
 sha1sums=('30c111762790e4407c13236bbb4b06f04e907f71')
 
-options=('!libtool')
 install=install
 
 prepare() {



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:42:37
  Author: bisson
Revision: 99231

remove options enforced by newer pacman

Modified:
  libtorrent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:42:32 UTC (rev 99230)
+++ PKGBUILD2013-10-26 07:42:37 UTC (rev 99231)
@@ -15,11 +15,8 @@
 source=(http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz;)
 sha1sums=('e65a20b9e6d5c04b4e0849543d58befb60d948b7')
 
-options=('!libtool')
-
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
-
export CXXFLAGS=${CXXFLAGS} -fno-strict-aliasing
./configure \
--prefix=/usr \



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:49:11
  Author: bisson
Revision: 197460

remove options enforced by newer pacman

Modified:
  anthy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:19:12 UTC (rev 197459)
+++ PKGBUILD2013-10-26 07:49:11 UTC (rev 197460)
@@ -11,13 +11,12 @@
 arch=('i686' 'x86_64')
 url='http://sourceforge.jp/projects/anthy/'
 license=('LGPL' 'GPL')
-options=('!libtool')
 
source=(http://dl.sourceforge.jp/anthy/${_filecode}/${pkgname}-${pkgver}.tar.gz;)
 sha1sums=('bfea9e74e208c4b976b6bd7ac6784cd290c636fd')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+   ./configure --prefix=/usr --sysconfdir=/etc
make
 }
 



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:49:24
  Author: bisson
Revision: 197462

remove options enforced by newer pacman

Modified:
  bzflag/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:49:17 UTC (rev 197461)
+++ PKGBUILD2013-10-26 07:49:24 UTC (rev 197462)
@@ -14,8 +14,6 @@
 
source=(http://downloads.sourceforge.net/project/bzflag/bzflag%20source/${pkgver}/bzflag-${pkgver}.tar.bz2;)
 sha1sums=('36c67c0734a1318b34b39ed0da49606e05ebd291')
 
-options=('!libtool')
-
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:49:17
  Author: bisson
Revision: 197461

remove options enforced by newer pacman

Modified:
  avahi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:49:11 UTC (rev 197460)
+++ PKGBUILD2013-10-26 07:49:17 UTC (rev 197461)
@@ -9,7 +9,7 @@
 url='http://www.avahi.org/'
 license=('LGPL')
 arch=('i686' 'x86_64')
-options=('!libtool' '!emptydirs')
+options=('!emptydirs')
 depends=('expat' 'libdaemon' 'glib2' 'libcap' 'gdbm' 'dbus')
 optdepends=('gtk3: avahi-discover-standalone, bshell, bssh, bvnc'
 'gtk2: gtk2 bindings'
@@ -54,7 +54,6 @@
--sysconfdir=/etc \
--localstatedir=/var \
--sbindir=/usr/bin \
-   --disable-static \
--disable-monodoc \
--enable-compat-libdns_sd \
--enable-compat-howl \



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:49:29
  Author: bisson
Revision: 197463

remove options enforced by newer pacman

Modified:
  clamav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:49:24 UTC (rev 197462)
+++ PKGBUILD2013-10-26 07:49:29 UTC (rev 197463)
@@ -9,7 +9,6 @@
 pkgdesc='Anti-virus toolkit for Unix'
 url='http://www.clamav.net/'
 license=('GPL')
-options=('!libtool')
 arch=('i686' 'x86_64')
 depends=('bzip2' 'libltdl')
 backup=('etc/logrotate.d/clamav')



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:49:44
  Author: bisson
Revision: 197466

remove options enforced by newer pacman

Modified:
  graphicsmagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:49:39 UTC (rev 197465)
+++ PKGBUILD2013-10-26 07:49:44 UTC (rev 197466)
@@ -14,7 +14,6 @@
 makedepends=('perl')
 depends=('bzip2' 'freetype2' 'ghostscript' 'jasper' 'lcms2' 'xz'
  'libtiff' 'libwmf' 'libsm' 'libxml2' 'libltdl')
-options=('!libtool')
 
source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz;)
 sha1sums=('085c23666adcf88585119cb6aea7efe5c58481d4')
 
@@ -25,7 +24,6 @@
--prefix=/usr \
--with-perl \
--enable-shared \
-   --disable-static \
--with-gs-font-dir=/usr/share/fonts/Type1 \
 
make



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:49:49
  Author: bisson
Revision: 197467

remove options enforced by newer pacman

Modified:
  graphviz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:49:44 UTC (rev 197466)
+++ PKGBUILD2013-10-26 07:49:49 UTC (rev 197467)
@@ -27,7 +27,6 @@
 sha1sums=('5a0c00bebe7f4c7a04523db21f40966dc9f0d441'
   '31bc9f505c8b6470289a0d6ec31c237765cba239')
 
-options=('!libtool')
 install=install
 
 prepare() {



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:49:34
  Author: bisson
Revision: 197464

remove options enforced by newer pacman

Modified:
  djvulibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:49:29 UTC (rev 197463)
+++ PKGBUILD2013-10-26 07:49:34 UTC (rev 197464)
@@ -11,7 +11,6 @@
 url='http://djvu.sourceforge.net/'
 arch=('i686' 'x86_64')
 license=('GPL2')
-options=('!libtool')
 makedepends=('librsvg')
 depends=('libtiff' 'hicolor-icon-theme')
 
source=(http://downloads.sourceforge.net/project/djvu/DjVuLibre/${_major}/djvulibre-${pkgver}.tar.gz;)



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:49:54
  Author: bisson
Revision: 197468

remove options enforced by newer pacman

Modified:
  gts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:49:49 UTC (rev 197467)
+++ PKGBUILD2013-10-26 07:49:54 UTC (rev 197468)
@@ -15,11 +15,9 @@
 
source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
 sha1sums=('000720bebecf0b153eb28260bd30fbd979dcc040')
 
-options=('!libtool')
-
 build() {
cd ${pkgname}-${pkgver}
-   ./configure --prefix=/usr --disable-static
+   ./configure --prefix=/usr
make
 }
 



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:49:39
  Author: bisson
Revision: 197465

remove options enforced by newer pacman

Modified:
  fontforge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:49:34 UTC (rev 197464)
+++ PKGBUILD2013-10-26 07:49:39 UTC (rev 197465)
@@ -20,7 +20,7 @@
 # git clone git://fontforge.git.sourceforge.net/gitroot/fontforge/fontforge; 
cd fontforge; git archive --prefix=${pkgname}-${pkgver}/ master | xz  
../${pkgname}-${pkgver}.tar.xz
 # 
source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
 
-options=('!libtool' '!makeflags')
+options=('!makeflags')
 install=install
 
 prepare() {



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:50:33
  Author: bisson
Revision: 197477

remove options enforced by newer pacman

Modified:
  libhangul/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:50:28 UTC (rev 197476)
+++ PKGBUILD2013-10-26 07:50:33 UTC (rev 197477)
@@ -12,11 +12,9 @@
 source=(http://${pkgname}.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;)
 sha1sums=('9c6f3a82f2d4068771215f1b9f13a0d4bdbbfc77')
 
-options=('!libtool')
-
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --disable-static
+   ./configure --prefix=/usr
make
 }
 



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:50:19
  Author: bisson
Revision: 197474

remove options enforced by newer pacman

Modified:
  libcue/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:50:15 UTC (rev 197473)
+++ PKGBUILD2013-10-26 07:50:19 UTC (rev 197474)
@@ -9,14 +9,12 @@
 url='http://sourceforge.net/projects/libcue/'
 arch=('i686' 'x86_64')
 license=('GPL2')
-depends=('glibc')
-options=('!libtool')
 source=(http://downloads.sourceforge.net/libcue/${pkgname}-${pkgver}.tar.bz2;)
 sha1sums=('3fd31f2da7c0e3967d5f56363f3051a85a8fd50d')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
-   ./autogen.sh --prefix=/usr --disable-static
+   ./autogen.sh --prefix=/usr
make
 }
 



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:50:15
  Author: bisson
Revision: 197473

remove options enforced by newer pacman

Modified:
  libchewing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:50:11 UTC (rev 197472)
+++ PKGBUILD2013-10-26 07:50:15 UTC (rev 197473)
@@ -10,13 +10,12 @@
 url='http://chewing.im/'
 arch=('i686' 'x86_64')
 license=('GPL')
-options=('!libtool')
 source=(http://chewing.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2;)
 sha1sums=('5ee3941f0f62fa14fbda53e1032970b04a7a88b7')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --disable-static
+   ./configure --prefix=/usr
make
 }
 



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:50:24
  Author: bisson
Revision: 197475

remove options enforced by newer pacman

Modified:
  libdaemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:50:19 UTC (rev 197474)
+++ PKGBUILD2013-10-26 07:50:24 UTC (rev 197475)
@@ -12,12 +12,11 @@
 license=('LGPL')
 arch=('i686' 'x86_64')
 
source=(http://0pointer.de/lennart/projects/libdaemon/${pkgname}-${pkgver}.tar.gz;)
-options=('!libtool')
 sha1sums=('78a4db58cf3a7a8906c35592434e37680ca83b8f')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --localstatedir=/var --disable-lynx 
--disable-static
+   ./configure --prefix=/usr --localstatedir=/var --disable-lynx
make
 }
 



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:50:37
  Author: bisson
Revision: 197478

remove options enforced by newer pacman

Modified:
  libjpeg-turbo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:50:33 UTC (rev 197477)
+++ PKGBUILD2013-10-26 07:50:37 UTC (rev 197478)
@@ -17,7 +17,6 @@
 provides=('libjpeg=8.0.2' 'turbojpeg')
 conflicts=('libjpeg' 'turbojpeg')
 replaces=('libjpeg' 'turbojpeg')
-options=('!libtool')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:50:11
  Author: bisson
Revision: 197472

remove options enforced by newer pacman

Modified:
  libao/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:50:06 UTC (rev 197471)
+++ PKGBUILD2013-10-26 07:50:11 UTC (rev 197472)
@@ -9,7 +9,6 @@
 url='http://xiph.org/ao/'
 arch=('i686' 'x86_64')
 license=('GPL')
-options=('!libtool')
 depends=('alsa-lib')
 makedepends=('libpulse')
 backup=('etc/libao.conf')



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:49:58
  Author: bisson
Revision: 197469

remove options enforced by newer pacman

Modified:
  hddtemp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:49:54 UTC (rev 197468)
+++ PKGBUILD2013-10-26 07:49:58 UTC (rev 197469)
@@ -21,8 +21,6 @@
   'b9bcdd0537c1540e55e5056445b571ea61d5a4a3'
   '9b02e5bed22f81ceab2b69bae788a9a3aa5c2147')
 
-options=('!libtool')
-
 build() {
cd ${srcdir}/${pkgname}-${_origver}
 



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:50:06
  Author: bisson
Revision: 197471

remove options enforced by newer pacman

Modified:
  ldns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:50:02 UTC (rev 197470)
+++ PKGBUILD2013-10-26 07:50:06 UTC (rev 197471)
@@ -10,7 +10,6 @@
 url='http://www.nlnetlabs.nl/projects/ldns/'
 license=('custom:BSD')
 arch=('i686' 'x86_64')
-options=('!libtool')
 depends=('openssl' 'dnssec-anchors')
 optdepends=('libpcap: ldns-dpa tool')
 makedepends=('libpcap')
@@ -24,7 +23,6 @@
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
-   --enable-static=no \
--disable-rpath \
--with-drill \
--with-examples \



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:50:02
  Author: bisson
Revision: 197470

remove options enforced by newer pacman

Modified:
  inkscape/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:49:58 UTC (rev 197469)
+++ PKGBUILD2013-10-26 07:50:02 UTC (rev 197470)
@@ -23,7 +23,6 @@
 sha1sums=('5f26f6ad191d1e7c2a9fb69a438722beb172224c'
   '7d1d5a6d1d2b0926721a994d5889c52890fc57c1')
 
-options=('!libtool')
 install=install
 
 prepare() {



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:50:28
  Author: bisson
Revision: 197476

remove options enforced by newer pacman

Modified:
  libedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:50:24 UTC (rev 197475)
+++ PKGBUILD2013-10-26 07:50:28 UTC (rev 197476)
@@ -11,13 +11,12 @@
 arch=('i686' 'x86_64')
 license=('BSD')
 depends=('ncurses')
-options=('!libtool')
 source=(http://www.thrysoee.dk/editline/libedit-${pkgver/_/-}.tar.gz;)
 sha1sums=('9c3fe7af5ba3d86c608872de3d6e8179add8cc88')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver/_/-}
-   ./configure --prefix=/usr --enable-widec --enable-static=no
+   ./configure --prefix=/usr --enable-widec
make
 }
 



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:50:55
  Author: bisson
Revision: 197481

remove options enforced by newer pacman

Modified:
  libotr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:50:46 UTC (rev 197480)
+++ PKGBUILD2013-10-26 07:50:55 UTC (rev 197481)
@@ -11,13 +11,12 @@
 license=('GPL' 'LGPL')
 arch=('i686' 'x86_64')
 depends=('libgcrypt')
-options=('!libtool')
 source=(http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz;)
 sha1sums=('8865e9011b8674290837afcf7caf90c492ae09cc')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
+   ./configure --prefix=/usr --mandir=/usr/share/man
make
 }
 



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:51:26
  Author: bisson
Revision: 197488

remove options enforced by newer pacman

Modified:
  procps-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:51:21 UTC (rev 197487)
+++ PKGBUILD2013-10-26 07:51:26 UTC (rev 197488)
@@ -19,7 +19,6 @@
 provides=('procps')
 replaces=('procps')
 
-options=('!libtool')
 install=install
 
 build() {
@@ -31,7 +30,7 @@
--libdir=/usr/lib \
--bindir=/usr/bin \
--sbindir=/usr/bin \
-   --disable-static
+
make
 }
 



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:50:46
  Author: bisson
Revision: 197480

remove options enforced by newer pacman

Modified:
  libotf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:50:41 UTC (rev 197479)
+++ PKGBUILD2013-10-26 07:50:46 UTC (rev 197480)
@@ -8,7 +8,6 @@
 pkgdesc='OpenType Font library'
 url='http://www.nongnu.org/m17n/'
 license=('LGPL')
-options=('!libtool')
 arch=('i686' 'x86_64')
 depends=('libxaw' 'freetype2')
 
source=(http://download.savannah.gnu.org/releases/m17n//${pkgname}-${pkgver}.tar.gz;)
@@ -16,7 +15,7 @@
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --disable-static
+   ./configure --prefix=/usr
make
 }
 



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:50:59
  Author: bisson
Revision: 197482

remove options enforced by newer pacman

Modified:
  libots/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:50:55 UTC (rev 197481)
+++ PKGBUILD2013-10-26 07:50:59 UTC (rev 197482)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('libxml2' 'glib2')
-options=('!libtool' '!makeflags')
+options=('!makeflags')
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/ots-${pkgver}.tar.gz;)
 sha1sums=('4468bc06470734848c2369a37c84f76ca4ac3f9a')
 
@@ -23,7 +23,7 @@
aclocal
automake --add-missing --force
autoconf
-   ./configure --prefix=/usr --disable-static
+   ./configure --prefix=/usr
make
 }
 



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:51:21
  Author: bisson
Revision: 197487

remove options enforced by newer pacman

Modified:
  potrace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:51:17 UTC (rev 197486)
+++ PKGBUILD2013-10-26 07:51:21 UTC (rev 197487)
@@ -9,7 +9,6 @@
 url='http://potrace.sourceforge.net/'
 arch=('i686' 'x86_64')
 license=('GPL')
-options=('!libtool')
 source=(http://potrace.sourceforge.net/download/${pkgname}-${pkgver}.tar.gz;)
 sha1sums=('7296baf27bf35298263cb3ed3df34a38fed0b441')
 
@@ -20,7 +19,6 @@
--prefix=/usr \
--mandir=/usr/share/man \
--with-libpotrace \
-   --disable-static \
 
make
 }



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:51:17
  Author: bisson
Revision: 197486

remove options enforced by newer pacman

Modified:
  m17n-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:51:13 UTC (rev 197485)
+++ PKGBUILD2013-10-26 07:51:17 UTC (rev 197486)
@@ -11,13 +11,13 @@
 license=('GPL')
 depends=('libxft' 'm17n-db' 'fribidi' 'libxml2' 'gd' 'libotf')
 optdepends=('anthy: to use the anthy input method')
-options=('!makeflags' '!libtool' '!emptydirs')
+options=('!makeflags' '!emptydirs')
 
source=(http://download.savannah.gnu.org/releases/m17n/${pkgname}-${pkgver}.tar.gz;)
 sha1sums=('83f2fc4facfd70a580bb95d9381eac7472d85171')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --enable-static=no
+   ./configure --prefix=/usr
make
 }
 



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:51:58
  Author: bisson
Revision: 197494

remove options enforced by newer pacman

Modified:
  scim-tables/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:51:53 UTC (rev 197493)
+++ PKGBUILD2013-10-26 07:51:58 UTC (rev 197494)
@@ -15,11 +15,9 @@
 
source=(http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.xz;)
 sha1sums=('75363466cfca30e3cdff804e0dad713f12521776')
 
-options=('!libtool')
-
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --disable-static
+   ./configure --prefix=/usr
make
 }
 



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:50:41
  Author: bisson
Revision: 197479

remove options enforced by newer pacman

Modified:
  libmpdclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:50:37 UTC (rev 197478)
+++ PKGBUILD2013-10-26 07:50:41 UTC (rev 197479)
@@ -12,11 +12,9 @@
 
source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2;)
 sha1sums=('7e23c760296fe47e9e4108a0eba6fef08cfe4db8')
 
-options=('!libtool')
-
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --disable-static --disable-documentation
+   ./configure --prefix=/usr --disable-documentation
make
 }
 



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:51:13
  Author: bisson
Revision: 197485

remove options enforced by newer pacman

Modified:
  libspiro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:51:08 UTC (rev 197484)
+++ PKGBUILD2013-10-26 07:51:13 UTC (rev 197485)
@@ -12,8 +12,6 @@
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}_src-${pkgver}.tar.bz2;)
 sha1sums=('d8b407b835b35289af2914877a4c6000b4fdd382')
 
-options=('!libtool')
-
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:51:08
  Author: bisson
Revision: 197484

remove options enforced by newer pacman

Modified:
  libsidplayfp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:51:03 UTC (rev 197483)
+++ PKGBUILD2013-10-26 07:51:08 UTC (rev 197484)
@@ -15,8 +15,6 @@
 
source=(http://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
 sha1sums=('6c3617fcbd94fd364f3305a1c4d8848590c7')
 
-options=('!libtool' '!staticlibs')
-
 build() {
cd ${pkgname}-${pkgver}
./configure --prefix=/usr



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:51:30
  Author: bisson
Revision: 197489

remove options enforced by newer pacman

Modified:
  scim-anthy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:51:26 UTC (rev 197488)
+++ PKGBUILD2013-10-26 07:51:30 UTC (rev 197489)
@@ -14,11 +14,9 @@
 
source=(http://osdn.dl.sourceforge.jp/scim-imengine/${_filecode}/${pkgname}-${pkgver}.tar.gz;)
 sha1sums=('1429cf202f5cdcfc4733220acbe27dd9edb75db8')
 
-options=('!libtool')
-
 build() {
cd $srcdir/$pkgname-$pkgver
-   ./configure --prefix=/usr --disable-static
+   ./configure --prefix=/usr
make
 }
 



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:51:35
  Author: bisson
Revision: 197490

remove options enforced by newer pacman

Modified:
  scim-chewing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:51:30 UTC (rev 197489)
+++ PKGBUILD2013-10-26 07:51:35 UTC (rev 197490)
@@ -15,11 +15,9 @@
 source=(http://chewing.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2;)
 sha1sums=('f26ced990f0c9e5d43e271cd6e77583de81a008d')
 
-options=('!libtool')
-
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --disable-static
+   ./configure --prefix=/usr
make
 }
 



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:51:03
  Author: bisson
Revision: 197483

remove options enforced by newer pacman

Modified:
  libpano13/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:50:59 UTC (rev 197482)
+++ PKGBUILD2013-10-26 07:51:03 UTC (rev 197483)
@@ -14,8 +14,6 @@
 
source=(http://downloads.sourceforge.net/sourceforge/panotools/${pkgname}-${pkgver}.tar.gz;)
 sha1sums=('23849bdbdfc9176a2b53d157e58bd24aa0e7276e')
 
-options=('!libtool')
-
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr --mandir=/usr/share/man 
--with-java=${JAVA_HOME}



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:51:40
  Author: bisson
Revision: 197491

remove options enforced by newer pacman

Modified:
  scim-hangul/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:51:35 UTC (rev 197490)
+++ PKGBUILD2013-10-26 07:51:40 UTC (rev 197491)
@@ -15,8 +15,6 @@
 sha1sums=('2ba06a6d851a1d86c5a9b659c573bfd87e6a7555'
   'a046c40b78521f85418b8ad2138b51815d47abec')
 
-options=('!libtool')
-
 prepare() {
cd ${srcdir}/${pkgname}-${pkgver}
patch -p1 -i ../2012.patch



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:51:44
  Author: bisson
Revision: 197492

remove options enforced by newer pacman

Modified:
  scim-m17n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:51:40 UTC (rev 197491)
+++ PKGBUILD2013-10-26 07:51:44 UTC (rev 197492)
@@ -14,11 +14,9 @@
 
source=(http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.gz;)
 sha1sums=('96172846eaa211d2bde0f76184990d13e5ecdaea')
 
-options=('!libtool')
-
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --disable-static
+   ./configure --prefix=/usr
make
 }
 



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:51:53
  Author: bisson
Revision: 197493

remove options enforced by newer pacman

Modified:
  scim-pinyin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:51:44 UTC (rev 197492)
+++ PKGBUILD2013-10-26 07:51:53 UTC (rev 197493)
@@ -13,11 +13,9 @@
 
source=(http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.xz;)
 sha1sums=('d7c2d52a5712753af241a5301db23527ba438ea1')
 
-options=('!libtool')
-
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+   ./configure --prefix=/usr --sysconfdir=/etc
make
 }
 



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:52:02
  Author: bisson
Revision: 197495

remove options enforced by newer pacman

Modified:
  scim-uim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:51:58 UTC (rev 197494)
+++ PKGBUILD2013-10-26 07:52:02 UTC (rev 197495)
@@ -17,8 +17,6 @@
   'a9d67946f956d0572c73065e2b4b268bfdf149e3'
   '3b083260910f7855b5446960ab1203c052f4b56c')
 
-options=('!libtool')
-
 prepare() {
cd ${srcdir}/${pkgname}-${pkgver}
patch -p1 -i ../fix-gcc43-build.patch
@@ -27,7 +25,7 @@
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+   ./configure --prefix=/usr --sysconfdir=/etc
make
 }
 



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:52:12
  Author: bisson
Revision: 197497

remove options enforced by newer pacman

Modified:
  uim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:52:07 UTC (rev 197496)
+++ PKGBUILD2013-10-26 07:52:12 UTC (rev 197497)
@@ -14,7 +14,6 @@
 optdepends=('qt4: immodule and helper applications'
 'gtk2: immodule and helper applications'
 'gtk3: immodules and helper applications')
-options=('!libtool')
 source=(https://uim.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;)
 sha1sums=('409c30b31b9e58e3c18cb7862933487b0585cd1d')
 



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:52:07
  Author: bisson
Revision: 197496

remove options enforced by newer pacman

Modified:
  scim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:52:02 UTC (rev 197495)
+++ PKGBUILD2013-10-26 07:52:07 UTC (rev 197496)
@@ -18,7 +18,6 @@
 sha1sums=('73391be371dd7ef9f9af8b3a211e2bedec0cf71b')
 
 backup=('etc/scim/config' 'etc/scim/global')
-options=('!libtool')
 install=install
 
 build() {
@@ -27,7 +26,6 @@
./configure \
--prefix=/usr \
--sysconfdir=/etc \
-   --disable-static \
--with-qt4-moc=/usr/bin/moc-qt4 \
--with-gtk-version=2 # no gtk3 support in scim-anthy
 



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:57:42
  Author: bisson
Revision: 197499

split prepare() function out

Modified:
  iana-etc/trunk/PKGBUILD

--+
 PKGBUILD |6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:57:37 UTC (rev 197498)
+++ PKGBUILD2013-10-26 07:57:42 UTC (rev 197499)
@@ -15,9 +15,13 @@
 sha1sums=('218593bcb9264014c4e397d838b2c218eac9df06'
   '1e306cf77bc4e97cc020d6c53cb9de81c186a483')
 
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   patch -p1 -i ../newer.patch
+}
+
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
-   patch -p1 -i ../newer.patch
make get
make
 }



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:57:37
  Author: bisson
Revision: 197498

split prepare() function out

Modified:
  hddtemp/trunk/PKGBUILD

--+
 PKGBUILD |6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:52:12 UTC (rev 197497)
+++ PKGBUILD2013-10-26 07:57:37 UTC (rev 197498)
@@ -21,11 +21,15 @@
   'b9bcdd0537c1540e55e5056445b571ea61d5a4a3'
   '9b02e5bed22f81ceab2b69bae788a9a3aa5c2147')
 
-build() {
+prepare() {
cd ${srcdir}/${pkgname}-${_origver}
 
patch -p1 -i ../${pkgname}_${_patchver}.diff
+}
 
+build() {
+   cd ${srcdir}/${pkgname}-${_origver}
+
./configure \
--prefix=/usr \
--sbindir=/usr/bin \



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:57:50
  Author: bisson
Revision: 197501

split prepare() function out

Modified:
  libots/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:57:46 UTC (rev 197500)
+++ PKGBUILD2013-10-26 07:57:50 UTC (rev 197501)
@@ -14,8 +14,7 @@
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/ots-${pkgver}.tar.gz;)
 sha1sums=('4468bc06470734848c2369a37c84f76ca4ac3f9a')
 
-
-build() {
+prepare() {
cd ${srcdir}/ots-${pkgver}
touch gtk-doc.make
sed -i -e 's/en.xml$//' dic/Makefile.am
@@ -23,6 +22,10 @@
aclocal
automake --add-missing --force
autoconf
+}
+
+build() {
+   cd ${srcdir}/ots-${pkgver}
./configure --prefix=/usr
make
 }



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:57:46
  Author: bisson
Revision: 197500

split prepare() function out

Modified:
  libguess/trunk/PKGBUILD

--+
 PKGBUILD |6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:57:42 UTC (rev 197499)
+++ PKGBUILD2013-10-26 07:57:46 UTC (rev 197500)
@@ -14,9 +14,13 @@
 source=(http://distfiles.atheme.org/libguess-${pkgver}.tar.gz;)
 sha1sums=('2760e63b71497506208f9d6269ec52f83bfc6f0b')
 
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   sed 's/libmowgli = 0.9.50/libmowgli-2/g' -i configure
+}
+
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
-   sed 's/libmowgli = 0.9.50/libmowgli-2/g' -i configure
./configure --prefix=/usr
make
 }



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:57:59
  Author: bisson
Revision: 197503

split prepare() function out

Modified:
  tinycdb/trunk/PKGBUILD

--+
 PKGBUILD |6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:57:55 UTC (rev 197502)
+++ PKGBUILD2013-10-26 07:57:59 UTC (rev 197503)
@@ -12,9 +12,13 @@
 source=(http://www.corpit.ru/mjt/tinycdb/${pkgname}-${pkgver}.tar.gz;)
 sha1sums=('ade42ee1e7c56f66a63cb933206c089b9983adba')
 
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   sed -e 's/all: static/all: shared/' -e '/libcdb.a/d' -i Makefile
+}
+
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
-   sed -e 's/all: static/all: shared/' -e '/libcdb.a/d' -i Makefile
make CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS}
 }
 



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:57:55
  Author: bisson
Revision: 197502

split prepare() function out

Modified:
  mlocate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:57:50 UTC (rev 197501)
+++ PKGBUILD2013-10-26 07:57:55 UTC (rev 197502)
@@ -19,10 +19,13 @@
   '0150379149bf9d714bc81332d775fc273e7e3535'
   '8301e6277d27db539af6cf4bc243e8e247bffc2e')
 
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   sed -i '/^groupname /s/mlocate/locate/' Makefile.in
+}
+
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
-
-   sed -i '/^groupname /s/mlocate/locate/' Makefile.in
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib
make
 }



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:58:03
  Author: bisson
Revision: 197504

split prepare() function out

Modified:
  w3m/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:57:59 UTC (rev 197503)
+++ PKGBUILD2013-10-26 07:58:03 UTC (rev 197504)
@@ -21,13 +21,16 @@
   '66affb2f695fe0bdde25cf774642bfd6a9404e88'
   '7baa06ca684fd140503a2adc65e2d606970c4662')
 
-build() {
+prepare() {
cd ${srcdir}/${pkgname}-${pkgver}
-
patch -p1 -i ../file_handle.patch
patch -p1 -i ../https.patch
patch -p1 -i ../gc72.patch
+}
 
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
./configure \
--prefix=/usr \
--libexecdir=/usr/lib \



[arch-commits] Commit in shared-mime-info/trunk (PKGBUILD pbm.patch)

2013-10-26 Thread Andreas Radke
Date: Saturday, October 26, 2013 @ 10:14:29
  Author: andyrtr
Revision: 197505

upgpkg: shared-mime-info 1.2-1

upstream update 1.2

Modified:
  shared-mime-info/trunk/PKGBUILD
Deleted:
  shared-mime-info/trunk/pbm.patch

---+
 PKGBUILD  |4 ++--
 pbm.patch |   42 --
 2 files changed, 2 insertions(+), 44 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:58:03 UTC (rev 197504)
+++ PKGBUILD2013-10-26 08:14:29 UTC (rev 197505)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=shared-mime-info
-pkgver=1.1
+pkgver=1.2
 pkgrel=1
 pkgdesc=Freedesktop.org Shared MIME Info
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 install=shared-mime-info.install
 url=http://freedesktop.org/Software/shared-mime-info;
 source=(http://freedesktop.org/~hadess/${pkgname}-${pkgver}.tar.xz)
-md5sums=('12ba00bf1cb2e69bfba73127e708e833')
+md5sums=('8f90f3f2b8478fa47e70678d34013f99')
 options=(!makeflags)
 
 build() {

Deleted: pbm.patch
===
--- pbm.patch   2013-10-26 07:58:03 UTC (rev 197504)
+++ pbm.patch   2013-10-26 08:14:29 UTC (rev 197505)
@@ -1,42 +0,0 @@
-diff -Naur shared-mime-info-0.70-orig/freedesktop.org.xml 
shared-mime-info-0.70/freedesktop.org.xml
 shared-mime-info-0.70-orig/freedesktop.org.xml 2010-02-06 
02:39:24.0 -0500
-+++ shared-mime-info-0.70/freedesktop.org.xml  2010-02-06 02:48:01.0 
-0500
-@@ -17025,12 +17025,10 @@
- magic priority=50
-   match value=P1 type=string offset=0
- match value=0x0a type=byte offset=2
--match value=# type=string offset=3/
- /match
-   /match
-   match value=P4 type=string offset=0
- match value=0x0a type=byte offset=2
--match value=# type=string offset=3/
- /match
-   /match
- /magic
-@@ -17074,12 +17072,10 @@
- magic priority=50
-   match value=P2 type=string offset=0
- match value=0x0a type=byte offset=2
--match value=# type=string offset=3/
- /match
-   /match
-   match value=P5 type=string offset=0
- match value=0x0a type=byte offset=2
--match value=# type=string offset=3/
- /match
-   /match
- /magic
-@@ -17123,12 +17119,10 @@
- magic priority=50
-   match value=P3 type=string offset=0
- match value=0x0a type=byte offset=2
--match value=# type=string offset=3/
- /match
-   /match
-   match value=P6 type=string offset=0
- match value=0x0a type=byte offset=2
--match value=# type=string offset=3/
-   /match
-   /match
- /magic



[arch-commits] Commit in shared-mime-info/repos (10 files)

2013-10-26 Thread Andreas Radke
Date: Saturday, October 26, 2013 @ 10:14:56
  Author: andyrtr
Revision: 197506

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

Added:
  shared-mime-info/repos/extra-i686/PKGBUILD
(from rev 197505, shared-mime-info/trunk/PKGBUILD)
  shared-mime-info/repos/extra-i686/shared-mime-info.install
(from rev 197505, shared-mime-info/trunk/shared-mime-info.install)
  shared-mime-info/repos/extra-x86_64/PKGBUILD
(from rev 197505, shared-mime-info/trunk/PKGBUILD)
  shared-mime-info/repos/extra-x86_64/shared-mime-info.install
(from rev 197505, shared-mime-info/trunk/shared-mime-info.install)
Deleted:
  shared-mime-info/repos/extra-i686/PKGBUILD
  shared-mime-info/repos/extra-i686/pbm.patch
  shared-mime-info/repos/extra-i686/shared-mime-info.install
  shared-mime-info/repos/extra-x86_64/PKGBUILD
  shared-mime-info/repos/extra-x86_64/pbm.patch
  shared-mime-info/repos/extra-x86_64/shared-mime-info.install

---+
 /PKGBUILD |   64 
 /shared-mime-info.install |   30 +++
 extra-i686/PKGBUILD   |   32 
 extra-i686/pbm.patch  |   42 -
 extra-i686/shared-mime-info.install   |   15 ---
 extra-x86_64/PKGBUILD |   32 
 extra-x86_64/pbm.patch|   42 -
 extra-x86_64/shared-mime-info.install |   15 ---
 8 files changed, 94 insertions(+), 178 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-26 08:14:29 UTC (rev 197505)
+++ extra-i686/PKGBUILD 2013-10-26 08:14:56 UTC (rev 197506)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=shared-mime-info
-pkgver=1.1
-pkgrel=1
-pkgdesc=Freedesktop.org Shared MIME Info
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libxml2' 'glib2')
-makedepends=('intltool' 'pkgconfig')
-install=shared-mime-info.install
-url=http://freedesktop.org/Software/shared-mime-info;
-source=(http://freedesktop.org/~hadess/${pkgname}-${pkgver}.tar.xz)
-md5sums=('12ba00bf1cb2e69bfba73127e708e833')
-options=(!makeflags)
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-update-mimedb
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make -k check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: shared-mime-info/repos/extra-i686/PKGBUILD (from rev 197505, 
shared-mime-info/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-26 08:14:56 UTC (rev 197506)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=shared-mime-info
+pkgver=1.2
+pkgrel=1
+pkgdesc=Freedesktop.org Shared MIME Info
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libxml2' 'glib2')
+makedepends=('intltool' 'pkgconfig')
+install=shared-mime-info.install
+url=http://freedesktop.org/Software/shared-mime-info;
+source=(http://freedesktop.org/~hadess/${pkgname}-${pkgver}.tar.xz)
+md5sums=('8f90f3f2b8478fa47e70678d34013f99')
+options=(!makeflags)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-update-mimedb
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -k check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/pbm.patch
===
--- extra-i686/pbm.patch2013-10-26 08:14:29 UTC (rev 197505)
+++ extra-i686/pbm.patch2013-10-26 08:14:56 UTC (rev 197506)
@@ -1,42 +0,0 @@
-diff -Naur shared-mime-info-0.70-orig/freedesktop.org.xml 
shared-mime-info-0.70/freedesktop.org.xml
 shared-mime-info-0.70-orig/freedesktop.org.xml 2010-02-06 
02:39:24.0 -0500
-+++ shared-mime-info-0.70/freedesktop.org.xml  2010-02-06 02:48:01.0 
-0500
-@@ -17025,12 +17025,10 @@
- magic priority=50
-   match value=P1 type=string offset=0
- match value=0x0a type=byte offset=2
--match value=# type=string offset=3/
- /match
-   /match
-   match value=P4 type=string offset=0
- match value=0x0a type=byte offset=2
--match value=# type=string offset=3/
- /match
-   /match
- /magic
-@@ -17074,12 +17072,10 @@
- magic priority=50
-   match value=P2 type=string offset=0
- match value=0x0a type=byte offset=2
--match value=# type=string offset=3/
- /match
-   /match
-   match value=P5 type=string offset=0
- match value=0x0a type=byte offset=2
--match value=# type=string offset=3/
- /match
-   /match
- /magic
-@@ -17123,12 +17119,10 @@
- magic priority=50
-   match value=P3 

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

2013-10-26 Thread Andreas Radke
Date: Saturday, October 26, 2013 @ 10:40:37
  Author: andyrtr
Revision: 197507

upgpkg: tzdata 2013h-1

upstream update 2013h

Modified:
  tzdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 08:14:56 UTC (rev 197506)
+++ PKGBUILD2013-10-26 08:40:37 UTC (rev 197507)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=tzdata
-pkgver=2013g
+pkgver=2013h
 pkgrel=1
 pkgdesc=Sources for time zone and daylight saving time data
 arch=('any')
@@ -9,8 +9,9 @@
 url=http://www.iana.org/time-zones;
 license=('GPL')
 options=('!emptydirs')
-source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz)
-sha1sums=('be5ec909a9ee363a80dc88b2d1ae9690cacac4b2')
+source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz{,.asc})
+sha1sums=('9370ddee12e9ae8023fa19c24580e090465d8110'
+  'SKIP')
 
 timezones=('africa' 'antarctica' 'asia' 'australasia'
'europe' 'northamerica' 'southamerica'



[arch-commits] Commit in tzdata/repos (testing-any testing-any/PKGBUILD)

2013-10-26 Thread Andreas Radke
Date: Saturday, October 26, 2013 @ 10:40:50
  Author: andyrtr
Revision: 197508

archrelease: copy trunk to testing-any

Added:
  tzdata/repos/testing-any/
  tzdata/repos/testing-any/PKGBUILD
(from rev 197507, tzdata/trunk/PKGBUILD)

--+
 PKGBUILD |   30 ++
 1 file changed, 30 insertions(+)

Copied: tzdata/repos/testing-any/PKGBUILD (from rev 197507, 
tzdata/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-10-26 08:40:50 UTC (rev 197508)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=tzdata
+pkgver=2013h
+pkgrel=1
+pkgdesc=Sources for time zone and daylight saving time data
+arch=('any')
+url=http://www.iana.org/time-zones;
+license=('GPL')
+options=('!emptydirs')
+source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz{,.asc})
+sha1sums=('9370ddee12e9ae8023fa19c24580e090465d8110'
+  'SKIP')
+
+timezones=('africa' 'antarctica' 'asia' 'australasia'
+   'europe' 'northamerica' 'southamerica'
+   'pacificnew' 'etcetera' 'backward'
+   'systemv' 'factory'
+   'solar87' 'solar88' 'solar89')
+
+package() {
+  cd ${srcdir}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/posix ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/right -L leapseconds 
${timezones[@]}
+  
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo -p America/New_York
+  install -m444 -t ${pkgdir}/usr/share/zoneinfo iso3166.tab zone.tab
+}



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

2013-10-26 Thread Felix Yan
Date: Saturday, October 26, 2013 @ 11:56:23
  Author: fyan
Revision: 99235

upgpkg: cgminer 3.6.6-1

Modified:
  cgminer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 09:47:13 UTC (rev 99234)
+++ PKGBUILD2013-10-26 09:56:23 UTC (rev 99235)
@@ -5,7 +5,7 @@
 # Contributor: David Manouchehri da...@davidmanouchehri.com
 
 pkgname=cgminer
-pkgver=3.6.5
+pkgver=3.6.6
 pkgrel=1
 pkgdesc=Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin and 
derivative coins
 url='http://forum.bitcoin.org/index.php?topic=28402.0'
@@ -73,6 +73,6 @@
   install -Dm644 $pkgname.conf $pkgdir/etc/$pkgname.conf
 }
 
-sha512sums=('e9ed66632eff7f2b2df60ce964f7ee58807f51fc1b93fe2a9ad710474aa46237c80db1589a1cd3c9ef5d1965445e659b7c49f59ec8e14abfd143241e19e2b72e'
+sha512sums=('1f913118fd3a2757a9fa9b2ffb8f1527109e90626044362ce94bbf93e876448cace189bc6c6e0c28f33d71ecc0488312d60530ef20baadf9894e82891b15171d'
 
'99c38bc395848f9712ce172343d31f5c60f5d8ac1cfe2f48df8f3ec6c488fc275763a79c5ef36b99f32faa465b5a65284b38e8a63ef9b144075ee13971313b41'
 
'3317b60c6b1f14c47d8ee636113ef40a4023ab14054129de80a37947b381fd2b647a7053f4e1bb639efa225a514e862fa531908714c34040dda2d6221dde7f5f')



[arch-commits] Commit in cgminer/repos (12 files)

2013-10-26 Thread Felix Yan
Date: Saturday, October 26, 2013 @ 11:57:58
  Author: fyan
Revision: 99236

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

Added:
  cgminer/repos/community-i686/PKGBUILD
(from rev 99235, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-i686/cgminer.conf.d
(from rev 99235, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-i686/cgminer.service
(from rev 99235, cgminer/trunk/cgminer.service)
  cgminer/repos/community-x86_64/PKGBUILD
(from rev 99235, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-x86_64/cgminer.conf.d
(from rev 99235, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-x86_64/cgminer.service
(from rev 99235, cgminer/trunk/cgminer.service)
Deleted:
  cgminer/repos/community-i686/PKGBUILD
  cgminer/repos/community-i686/cgminer.conf.d
  cgminer/repos/community-i686/cgminer.service
  cgminer/repos/community-x86_64/PKGBUILD
  cgminer/repos/community-x86_64/cgminer.conf.d
  cgminer/repos/community-x86_64/cgminer.service

--+
 /PKGBUILD|  156 +
 /cgminer.conf.d  |   22 +
 /cgminer.service |   16 +++
 community-i686/PKGBUILD  |   78 --
 community-i686/cgminer.conf.d|   11 --
 community-i686/cgminer.service   |8 -
 community-x86_64/PKGBUILD|   78 --
 community-x86_64/cgminer.conf.d  |   11 --
 community-x86_64/cgminer.service |8 -
 9 files changed, 194 insertions(+), 194 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-26 09:56:23 UTC (rev 99235)
+++ community-i686/PKGBUILD 2013-10-26 09:57:58 UTC (rev 99236)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: monson holymon...@gmail.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: David Manouchehri da...@davidmanouchehri.com
-
-pkgname=cgminer
-pkgver=3.6.5
-pkgrel=1
-pkgdesc=Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin and 
derivative coins
-url='http://forum.bitcoin.org/index.php?topic=28402.0'
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('curl' 'libcl' 'libusbx' 'jansson')
-makedepends=('opencl-headers')
-optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA')
-# 'opencl-catalyst: OpenCL implementation for AMD') # catalyst 
currently dropped from repo
-source=(http://ck.kolivas.org/apps/$pkgname/$pkgname-${pkgver}.tar.bz2;
-$pkgname.conf.d
-$pkgname.service)
-backup=(etc/conf.d/$pkgname etc/$pkgname.conf)
-
-[ $CARCH == x86_64 ]  makedepends+=('yasm')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # We have latest jansson and libusb - just use them
-  sed s|ac_subdirs_all='compat/libusb\-1.0\ncompat/jansson-2.5'|| -i 
./configure
-  sed 's|subdirs=$subdirs compat/libusb\-1.0||' -i ./configure
-  sed 's|subdirs=$subdirs compat/jansson\-2.5||' -i ./configure
-  sed 
's|LIBUSB_LIBS=compat/libusb-1.0/libusb/.libs/libusb-1.0.a|LIBUSB_LIBS=-lusb-1.0|'
 -i ./configure
-  sed 
's|JANSSON_LIBS=compat/jansson-2.5/src/.libs/libjansson.a|JANSSON_LIBS=-ljansson|'
 -i ./configure
-  sed 's|compat/Makefile ||' -i ./configure
-
-  sed 's|JANSSON_INCLUDES = -I$(top_srcdir)/compat/jansson-2.5/src||' -i 
./Makefile.in
-  sed 's|USBUTILS_INCLUDES = 
-I$(top_srcdir)/compat/libusb\-1.0/libusb|USBUTILS_INCLUDES = 
-I/usr/include/libusb-1.0|' -i ./Makefile.in
-  sed 's|SUBDIRS = lib compat ccan|SUBDIRS = lib ccan|' -i ./Makefile.in
-
-  rm -r compat
-
-  # Here you may want to use custom CFLAGS
-  #export CFLAGS=-O2 -march=native -mtune=native -msse2
-  
-  ./configure \
---prefix=/usr \
---enable-scrypt \
---enable-opencl \
---enable-bflsc \
---enable-bitforce \
---enable-icarus \
---enable-modminer \
---enable-avalon \
---enable-klondike \
---enable-bitfury \
---with-system-libusb \
---disable-adl # For license issues
-  
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  install -d $pkgdir/usr/share/$pkgname
-  install -m755 miner.php api-example.* $pkgdir/usr/share/$pkgname
-
-  install -Dm644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 $srcdir/$pkgname.conf.d $pkgdir/etc/conf.d/$pkgname
-  sed 's#/usr/local/bin#/usr/bin#g' example.conf  $pkgname.conf
-  install -Dm644 $pkgname.conf $pkgdir/etc/$pkgname.conf
-}
-
-sha512sums=('e9ed66632eff7f2b2df60ce964f7ee58807f51fc1b93fe2a9ad710474aa46237c80db1589a1cd3c9ef5d1965445e659b7c49f59ec8e14abfd143241e19e2b72e'
-
'99c38bc395848f9712ce172343d31f5c60f5d8ac1cfe2f48df8f3ec6c488fc275763a79c5ef36b99f32faa465b5a65284b38e8a63ef9b144075ee13971313b41'
-
'3317b60c6b1f14c47d8ee636113ef40a4023ab14054129de80a37947b381fd2b647a7053f4e1bb639efa225a514e862fa531908714c34040dda2d6221dde7f5f')

Copied: 

[arch-commits] Commit in nvidia-304xx-utils/trunk (PKGBUILD)

2013-10-26 Thread Andreas Radke
Date: Saturday, October 26, 2013 @ 12:18:58
  Author: andyrtr
Revision: 197509

upgpkg: nvidia-304xx-utils 304.108-2

put license to proper path and symlinks; FS#33315

Modified:
  nvidia-304xx-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 08:40:50 UTC (rev 197508)
+++ PKGBUILD2013-10-26 10:18:58 UTC (rev 197509)
@@ -4,7 +4,7 @@
 pkgbase=nvidia-304xx-utils
 pkgname=('nvidia-304xx-utils' 'opencl-nvidia-304xx')
 pkgver=304.108
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
 license=('custom')
@@ -52,7 +52,7 @@
 
 create_links
 
-install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/opencl-nvidia/LICENSE
+install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/opencl-nvidia-304xx/LICENSE
 }
 
 package_nvidia-304xx-utils() {
@@ -104,11 +104,11 @@
 install -D -m644 nvidia-smi.1.gz 
${pkgdir}/usr/share/man/man1/nvidia-smi.1.gz
 
 
-install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/nvidia/LICENSE
-ln -s nvidia ${pkgdir}/usr/share/licenses/nvidia-utils
-install -D -m644 README.txt ${pkgdir}/usr/share/doc/nvidia/README
-install -D -m644 NVIDIA_Changelog 
${pkgdir}/usr/share/doc/nvidia/NVIDIA_Changelog
-ln -s nvidia ${pkgdir}/usr/share/doc/nvidia-utils
+install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/nvidia-304xx/LICENSE
+ln -s nvidia-304xx ${pkgdir}/usr/share/licenses/nvidia-304xx-utils
+install -D -m644 README.txt ${pkgdir}/usr/share/doc/nvidia-304xx/README
+install -D -m644 NVIDIA_Changelog 
${pkgdir}/usr/share/doc/nvidia-304xx/NVIDIA_Changelog
+ln -s nvidia-304xx ${pkgdir}/usr/share/doc/nvidia-304xx-utils
 
 create_links
 }



[arch-commits] Commit in nvidia-304xx-utils/repos (4 files)

2013-10-26 Thread Andreas Radke
Date: Saturday, October 26, 2013 @ 12:19:22
  Author: andyrtr
Revision: 197510

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

Added:
  nvidia-304xx-utils/repos/extra-i686/PKGBUILD
(from rev 197509, nvidia-304xx-utils/trunk/PKGBUILD)
  nvidia-304xx-utils/repos/extra-x86_64/PKGBUILD
(from rev 197509, nvidia-304xx-utils/trunk/PKGBUILD)
Deleted:
  nvidia-304xx-utils/repos/extra-i686/PKGBUILD
  nvidia-304xx-utils/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  228 
 extra-i686/PKGBUILD   |  114 
 extra-x86_64/PKGBUILD |  114 
 3 files changed, 228 insertions(+), 228 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-26 10:18:58 UTC (rev 197509)
+++ extra-i686/PKGBUILD 2013-10-26 10:19:22 UTC (rev 197510)
@@ -1,114 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgbase=nvidia-304xx-utils
-pkgname=('nvidia-304xx-utils' 'opencl-nvidia-304xx')
-pkgver=304.108
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-license=('custom')
-options=('!strip')
-
-if [ $CARCH = i686 ]; then
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('ef453e32515c2176c67ebd95c770dc0e')
-elif [ $CARCH = x86_64 ]; then
-_arch='x86_64'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('4e0e54de6735023f44c858a3006b3e18')
-fi
-
-create_links() {
-# create soname links
-while read -d '' _lib; do
-_soname=$(dirname ${_lib})/$(LC_ALL=C readelf -d ${_lib} | sed 
-nr 's/.*Library soname: \[(.*)\].*/\1/p')
-[[ -e ${_soname} ]] || ln -s $(basename ${_lib}) ${_soname}
-[[ -e ${_soname/.[0-9]*/} ]] || ln -s $(basename ${_soname}) 
${_soname/.[0-9]*/}
-done  (find ${pkgdir} -type f -name '*.so*' -print0)
-}
-
-build() {
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-}
-
-package_opencl-nvidia-304xx() {
-pkgdesc=OpenCL implemention for NVIDIA, 304xx legacy branch
-depends=('libcl' 'zlib')
-optdepends=('opencl-headers: headers necessary for OpenCL development')
-provides=('opencl-nvidia')
-conflicts=('opencl-nvidia')
- 
-cd ${srcdir}/${_pkg}
-
-# OpenCL
-install -D -m644 nvidia.icd ${pkgdir}/etc/OpenCL/vendors/nvidia.icd
-install -D -m755 libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}
-install -D -m755 libnvidia-opencl.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver} 
-
-create_links
-
-install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/opencl-nvidia/LICENSE
-}
-
-package_nvidia-304xx-utils() {
-pkgdesc=NVIDIA drivers utilities and libraries, 304xx legacy branch
-depends=('xorg-server' 'libxvmc')
-optdepends=('gtk2: nvidia-settings'
-'pkg-config: nvidia-xconfig'
-'opencl-nvidia-304xx: OpenCL support')
-conflicts=('libgl' 'nvidia-utils')
-provides=('libgl' 'nvidia-utils')
-cd ${srcdir}/${_pkg}
-
-# X driver
-install -D -m755 nvidia_drv.so 
${pkgdir}/usr/lib/xorg/modules/drivers/nvidia_drv.so
-# GLX extension module for X
-install -D -m755 libglx.so.${pkgver} 
${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.${pkgver}
-ln -s libglx.so.${pkgver} 
${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so  # X doesn't find glx 
otherwise
-# OpenGL library
-install -D -m755 libGL.so.${pkgver} 
${pkgdir}/usr/lib/libGL.so.${pkgver}
-# OpenGL core library
-install -D -m755 libnvidia-glcore.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-glcore.so.${pkgver}
-# XvMC
-#install -D -m644 libXvMCNVIDIA.a ${pkgdir}/usr/lib/libXvMCNVIDIA.a
-install -D -m755 libXvMCNVIDIA.so.${pkgver} 
${pkgdir}/usr/lib/libXvMCNVIDIA.so.${pkgver}
-# VDPAU
-install -D -m755 libvdpau_nvidia.so.${pkgver} 
${pkgdir}/usr/lib/vdpau/libvdpau_nvidia.so.${pkgver}
-# nvidia-tls library
-install -D -m755 tls/libnvidia-tls.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-tls.so.${pkgver}
-install -D -m755 libnvidia-cfg.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-cfg.so.${pkgver}
-
-install -D -m755 libnvidia-ml.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-ml.so.${pkgver}
-# CUDA
-install -D -m755 libcuda.so.${pkgver} 
${pkgdir}/usr/lib/libcuda.so.${pkgver}
-install -D -m755 libnvcuvid.so.${pkgver} 
${pkgdir}/usr/lib/libnvcuvid.so.${pkgver}
-
-# nvidia-xconfig
-install -D -m755 nvidia-xconfig ${pkgdir}/usr/bin/nvidia-xconfig
-install -D -m644 nvidia-xconfig.1.gz 
${pkgdir}/usr/share/man/man1/nvidia-xconfig.1.gz
-# nvidia-settings
-install -D -m755 nvidia-settings ${pkgdir}/usr/bin/nvidia-settings
-install -D -m644 

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

2013-10-26 Thread Sergej Pupykin
Date: Saturday, October 26, 2013 @ 12:36:31
  Author: spupykin
Revision: 99237

upgpkg: firefox-noscript 2.6.8.4-1

upd

Modified:
  firefox-noscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 09:57:58 UTC (rev 99236)
+++ PKGBUILD2013-10-26 10:36:31 UTC (rev 99237)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=firefox-noscript
-pkgver=2.6.8.3
+pkgver=2.6.8.4
 pkgrel=1
 pkgdesc=plugin for firefox which disables script
 arch=('any')
@@ -11,7 +11,7 @@
 depends=()
 makedepends=('unzip')
 source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('5699558046ba96eff75a58b7ecf912ad')
+md5sums=('3096cfcd43988c7a2f0caa031dc74d51')
 
 package() {
 #  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1 -d-`



[arch-commits] Commit in firefox-noscript/repos/community-any (PKGBUILD PKGBUILD)

2013-10-26 Thread Sergej Pupykin
Date: Saturday, October 26, 2013 @ 12:36:53
  Author: spupykin
Revision: 99238

archrelease: copy trunk to community-any

Added:
  firefox-noscript/repos/community-any/PKGBUILD
(from rev 99237, firefox-noscript/trunk/PKGBUILD)
Deleted:
  firefox-noscript/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-26 10:36:31 UTC (rev 99237)
+++ PKGBUILD2013-10-26 10:36:53 UTC (rev 99238)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=firefox-noscript
-pkgver=2.6.8.3
-pkgrel=1
-pkgdesc=plugin for firefox which disables script
-arch=('any')
-url=http://noscript.net/;
-license=('GPL2')
-depends=()
-makedepends=('unzip')
-source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('5699558046ba96eff75a58b7ecf912ad')
-
-package() {
-#  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1 -d-`
-#  depends=(firefox=${_ffver} firefox=${_ffver/0/99})
-  depends=(firefox)
-
-  cd $srcdir
-  local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
-  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
-  install -d $dstdir
-#  sed -i 
's#em:maxVersion.*/em:maxVersion#em:maxVersion7.*/em:maxVersion#' 
install.rdf
-  cp -R * $dstdir
-  rm $dstdir/noscript-$pkgver.xpi
-}

Copied: firefox-noscript/repos/community-any/PKGBUILD (from rev 99237, 
firefox-noscript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-26 10:36:53 UTC (rev 99238)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=firefox-noscript
+pkgver=2.6.8.4
+pkgrel=1
+pkgdesc=plugin for firefox which disables script
+arch=('any')
+url=http://noscript.net/;
+license=('GPL2')
+depends=()
+makedepends=('unzip')
+source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
+md5sums=('3096cfcd43988c7a2f0caa031dc74d51')
+
+package() {
+#  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1 -d-`
+#  depends=(firefox=${_ffver} firefox=${_ffver/0/99})
+  depends=(firefox)
+
+  cd $srcdir
+  local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
+  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
+  install -d $dstdir
+#  sed -i 
's#em:maxVersion.*/em:maxVersion#em:maxVersion7.*/em:maxVersion#' 
install.rdf
+  cp -R * $dstdir
+  rm $dstdir/noscript-$pkgver.xpi
+}



[arch-commits] Commit in nvidia-304xx/trunk (PKGBUILD)

2013-10-26 Thread Andreas Radke
Date: Saturday, October 26, 2013 @ 12:41:16
  Author: andyrtr
Revision: 197511

upgpkg: nvidia-304xx 304.108-9

drop license file, it's part of the utils pkg

Modified:
  nvidia-304xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 10:19:22 UTC (rev 197510)
+++ PKGBUILD2013-10-26 10:41:16 UTC (rev 197511)
@@ -4,7 +4,7 @@
 pkgname=nvidia-304xx
 pkgver=304.108
 _extramodules=extramodules-3.11-ARCH
-pkgrel=8
+pkgrel=9
 pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
@@ -46,5 +46,6 @@
 echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
 sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
 gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -D -m644 ${srcdir}/${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-304xx/LICENSE
+
+# the license file is part of nvidia-304xx-utils - the module depends on 
it, so we don't ship it another time.
 }



[arch-commits] Commit in nvidia-304xx/repos (12 files)

2013-10-26 Thread Andreas Radke
Date: Saturday, October 26, 2013 @ 12:41:39
  Author: andyrtr
Revision: 197512

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

Added:
  nvidia-304xx/repos/extra-i686/PKGBUILD
(from rev 197511, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/extra-i686/nvidia-linux-3.11.patch
(from rev 197511, nvidia-304xx/trunk/nvidia-linux-3.11.patch)
  nvidia-304xx/repos/extra-i686/nvidia.install
(from rev 197511, nvidia-304xx/trunk/nvidia.install)
  nvidia-304xx/repos/extra-x86_64/PKGBUILD
(from rev 197511, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/extra-x86_64/nvidia-linux-3.11.patch
(from rev 197511, nvidia-304xx/trunk/nvidia-linux-3.11.patch)
  nvidia-304xx/repos/extra-x86_64/nvidia.install
(from rev 197511, nvidia-304xx/trunk/nvidia.install)
Deleted:
  nvidia-304xx/repos/extra-i686/PKGBUILD
  nvidia-304xx/repos/extra-i686/nvidia-linux-3.11.patch
  nvidia-304xx/repos/extra-i686/nvidia.install
  nvidia-304xx/repos/extra-x86_64/PKGBUILD
  nvidia-304xx/repos/extra-x86_64/nvidia-linux-3.11.patch
  nvidia-304xx/repos/extra-x86_64/nvidia.install

--+
 /PKGBUILD|  102 +
 /nvidia-linux-3.11.patch |   50 
 /nvidia.install  |   30 +
 extra-i686/PKGBUILD  |   50 
 extra-i686/nvidia-linux-3.11.patch   |   25 
 extra-i686/nvidia.install|   15 
 extra-x86_64/PKGBUILD|   50 
 extra-x86_64/nvidia-linux-3.11.patch |   25 
 extra-x86_64/nvidia.install  |   15 
 9 files changed, 182 insertions(+), 180 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-26 10:41:16 UTC (rev 197511)
+++ extra-i686/PKGBUILD 2013-10-26 10:41:39 UTC (rev 197512)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer : Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia-304xx
-pkgver=304.108
-_extramodules=extramodules-3.11-ARCH
-pkgrel=8
-pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.11' 'linux3.12' nvidia-304xx-utils=${pkgver})
-makedepends=('linux-headers=3.11' 'linux-headers3.12')
-conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-source=('nvidia-linux-3.11.patch')
-md5sums=('5c962760de069ed4ad34e64d5988686a')
-
-if [ $CARCH = i686 ]; then
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums+=('ef453e32515c2176c67ebd95c770dc0e')
-elif [ $CARCH = x86_64 ]; then
-_arch='x86_64'
-   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
-
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums+=('4e0e54de6735023f44c858a3006b3e18')
-fi
-
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-cd ${_pkg}/kernel
-patch -Np2 -i ${srcdir}/nvidia-linux-3.11.patch
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -D -m644 ${srcdir}/${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-304xx/LICENSE
-}

Copied: nvidia-304xx/repos/extra-i686/PKGBUILD (from rev 197511, 
nvidia-304xx/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-26 10:41:39 UTC (rev 197512)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-304xx
+pkgver=304.108
+_extramodules=extramodules-3.11-ARCH
+pkgrel=9
+pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.11' 'linux3.12' nvidia-304xx-utils=${pkgver})
+makedepends=('linux-headers=3.11' 'linux-headers3.12')
+conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+source=('nvidia-linux-3.11.patch')
+md5sums=('5c962760de069ed4ad34e64d5988686a')
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums+=('ef453e32515c2176c67ebd95c770dc0e')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+

[arch-commits] Commit in nvidia-304xx-lts/trunk (PKGBUILD)

2013-10-26 Thread Andreas Radke
Date: Saturday, October 26, 2013 @ 12:45:20
  Author: andyrtr
Revision: 197513

upgpkg: nvidia-304xx-lts 304.108-7

drop license file, it's part of the utils pkg

Modified:
  nvidia-304xx-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 10:41:39 UTC (rev 197512)
+++ PKGBUILD2013-10-26 10:45:20 UTC (rev 197513)
@@ -4,7 +4,7 @@
 pkgname=nvidia-304xx-lts
 pkgver=304.108
 _extramodules=extramodules-3.10-lts
-pkgrel=6
+pkgrel=7
 pkgdesc=NVIDIA drivers for linux-lts, 304xx legacy branch
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
@@ -46,5 +46,6 @@
 echo blacklist nouveau  
${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf
 echo blacklist nvidiafb  
${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf
 gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -D -m644 ${srcdir}/${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-304xx-lts/LICENSE
+
+# the license file is part of nvidia-304xx-utils - the module depends on 
it, so we don't ship it another time.
 }



[arch-commits] Commit in nvidia-304xx-lts/repos (12 files)

2013-10-26 Thread Andreas Radke
Date: Saturday, October 26, 2013 @ 12:45:41
  Author: andyrtr
Revision: 197514

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

Added:
  nvidia-304xx-lts/repos/extra-i686/PKGBUILD
(from rev 197513, nvidia-304xx-lts/trunk/PKGBUILD)
  nvidia-304xx-lts/repos/extra-i686/nvidia-304xx-lts.install
(from rev 197513, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)
  nvidia-304xx-lts/repos/extra-i686/nvidia-linux-3.11.patch
(from rev 197513, nvidia-304xx-lts/trunk/nvidia-linux-3.11.patch)
  nvidia-304xx-lts/repos/extra-x86_64/PKGBUILD
(from rev 197513, nvidia-304xx-lts/trunk/PKGBUILD)
  nvidia-304xx-lts/repos/extra-x86_64/nvidia-304xx-lts.install
(from rev 197513, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)
  nvidia-304xx-lts/repos/extra-x86_64/nvidia-linux-3.11.patch
(from rev 197513, nvidia-304xx-lts/trunk/nvidia-linux-3.11.patch)
Deleted:
  nvidia-304xx-lts/repos/extra-i686/PKGBUILD
  nvidia-304xx-lts/repos/extra-i686/nvidia-304xx-lts.install
  nvidia-304xx-lts/repos/extra-i686/nvidia-linux-3.11.patch
  nvidia-304xx-lts/repos/extra-x86_64/PKGBUILD
  nvidia-304xx-lts/repos/extra-x86_64/nvidia-304xx-lts.install
  nvidia-304xx-lts/repos/extra-x86_64/nvidia-linux-3.11.patch

---+
 /PKGBUILD |  102 
 /nvidia-304xx-lts.install |   30 +
 /nvidia-linux-3.11.patch  |   50 +++
 extra-i686/PKGBUILD   |   50 ---
 extra-i686/nvidia-304xx-lts.install   |   15 
 extra-i686/nvidia-linux-3.11.patch|   25 ---
 extra-x86_64/PKGBUILD |   50 ---
 extra-x86_64/nvidia-304xx-lts.install |   15 
 extra-x86_64/nvidia-linux-3.11.patch  |   25 ---
 9 files changed, 182 insertions(+), 180 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-26 10:45:20 UTC (rev 197513)
+++ extra-i686/PKGBUILD 2013-10-26 10:45:41 UTC (rev 197514)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=nvidia-304xx-lts
-pkgver=304.108
-_extramodules=extramodules-3.10-lts
-pkgrel=6
-pkgdesc=NVIDIA drivers for linux-lts, 304xx legacy branch
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux-lts=3.10.16' nvidia-304xx-utils=${pkgver})
-makedepends=('linux-lts-headers=3.10.16')
-conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
-provides=('nvidia-304xx')
-license=('custom')
-install=nvidia-304xx-lts.install
-options=(!strip)
-source=('nvidia-linux-3.11.patch')
-md5sums=('5c962760de069ed4ad34e64d5988686a')
-
-if [ $CARCH = i686 ]; then
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums+=('ef453e32515c2176c67ebd95c770dc0e')
-elif [ $CARCH = x86_64 ]; then
-_arch='x86_64'
-   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
-
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums+=('4e0e54de6735023f44c858a3006b3e18')
-fi
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-cd ${_pkg}/kernel
-patch -Np2 -i ${srcdir}/nvidia-linux-3.11.patch
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  
${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf
-echo blacklist nvidiafb  
${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -D -m644 ${srcdir}/${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-304xx-lts/LICENSE
-}

Copied: nvidia-304xx-lts/repos/extra-i686/PKGBUILD (from rev 197513, 
nvidia-304xx-lts/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-26 10:45:41 UTC (rev 197514)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=nvidia-304xx-lts
+pkgver=304.108
+_extramodules=extramodules-3.10-lts
+pkgrel=7
+pkgdesc=NVIDIA drivers for linux-lts, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.10.16' nvidia-304xx-utils=${pkgver})
+makedepends=('linux-lts-headers=3.10.16')
+conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
+provides=('nvidia-304xx')
+license=('custom')
+install=nvidia-304xx-lts.install
+options=(!strip)
+source=('nvidia-linux-3.11.patch')
+md5sums=('5c962760de069ed4ad34e64d5988686a')
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+

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

2013-10-26 Thread Jelle van der Waa
Date: Saturday, October 26, 2013 @ 13:48:48
  Author: jelle
Revision: 99239

upgpkg: calibre 1.8.0-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 10:36:53 UTC (rev 99238)
+++ PKGBUILD2013-10-26 11:48:48 UTC (rev 99239)
@@ -7,7 +7,7 @@
 # Contributor: Larry Hajali larryh...@gmail.com
 
 pkgname=calibre
-pkgver=1.7.0
+pkgver=1.8.0
 pkgrel=1
 pkgdesc=Ebook management application
 arch=('i686' 'x86_64') 
@@ -25,12 +25,13 @@
 source=(http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
 'desktop_integration.patch'
 'calibre-mount-helper')
-md5sums=('7c13fe58eabe1e98a47cfa5d25bebde7'
+md5sums=('f1cb722f32f5e3d50fbcd21403e95514'
  '8353d1878c5a498b3e49eddef473605f'
  '675cd87d41342119827ef706055491e7')
 
 
 
+
 prepare(){
   cd ${srcdir}/${pkgname}
   #rm -rf src/{cherrypy,pyPdf}



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

2013-10-26 Thread Felix Yan
Date: Saturday, October 26, 2013 @ 13:49:14
  Author: fyan
Revision: 99240

upgpkg: goagent 3.0.5-2

Modified:
  goagent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 11:48:48 UTC (rev 99239)
+++ PKGBUILD2013-10-26 11:49:14 UTC (rev 99240)
@@ -5,13 +5,14 @@
 
 pkgname=goagent
 pkgver=3.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc=A gae proxy forked from gappproxy/wallproxy
 arch=(any)
 url=http://goagent.googlecode.com;
 license=(GPL2)
-depends=('python' 'python-pyopenssl')
-optdepends=('python2: if you want to use uploader.zip to upload server')
+depends=('python2' 'python2-pyopenssl')
+optdepends=('python2-gevent: for better performance'
+'python2-gevent-beta: for better performance')
 source=(https://github.com/goagent/goagent/archive/v$pkgver.tar.gz;
 $pkgname.service)
 backup=('etc/goagent')
@@ -19,6 +20,8 @@
 
 package() {
   cd $srcdir/$pkgbase-$pkgver
+
+  sed -i -e s|^#!/usr/bin/env python|#!/usr/bin/env python2| local/proxy.py
   
   install -Dm755 local/proxy.py $pkgdir/usr/share/$pkgname/local/proxy.py
   install -Dm644 local/proxy.pac $pkgdir/usr/share/$pkgname/local/proxy.pac



[arch-commits] Commit in calibre/repos (16 files)

2013-10-26 Thread Jelle van der Waa
Date: Saturday, October 26, 2013 @ 13:49:58
  Author: jelle
Revision: 99241

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

Added:
  calibre/repos/community-i686/PKGBUILD
(from rev 99239, calibre/trunk/PKGBUILD)
  calibre/repos/community-i686/calibre-mount-helper
(from rev 99239, calibre/trunk/calibre-mount-helper)
  calibre/repos/community-i686/calibre.install
(from rev 99239, calibre/trunk/calibre.install)
  calibre/repos/community-i686/desktop_integration.patch
(from rev 99239, calibre/trunk/desktop_integration.patch)
  calibre/repos/community-x86_64/PKGBUILD
(from rev 99240, calibre/trunk/PKGBUILD)
  calibre/repos/community-x86_64/calibre-mount-helper
(from rev 99240, calibre/trunk/calibre-mount-helper)
  calibre/repos/community-x86_64/calibre.install
(from rev 99240, calibre/trunk/calibre.install)
  calibre/repos/community-x86_64/desktop_integration.patch
(from rev 99240, calibre/trunk/desktop_integration.patch)
Deleted:
  calibre/repos/community-i686/PKGBUILD
  calibre/repos/community-i686/calibre-mount-helper
  calibre/repos/community-i686/calibre.install
  calibre/repos/community-i686/desktop_integration.patch
  calibre/repos/community-x86_64/PKGBUILD
  calibre/repos/community-x86_64/calibre-mount-helper
  calibre/repos/community-x86_64/calibre.install
  calibre/repos/community-x86_64/desktop_integration.patch

+
 /PKGBUILD  |  184 ++
 /calibre-mount-helper  |   56 ++
 /calibre.install   |   24 ++
 /desktop_integration.patch |  218 +++
 community-i686/PKGBUILD|   91 ---
 community-i686/calibre-mount-helper|   28 ---
 community-i686/calibre.install |   12 -
 community-i686/desktop_integration.patch   |  109 -
 community-x86_64/PKGBUILD  |   91 ---
 community-x86_64/calibre-mount-helper  |   28 ---
 community-x86_64/calibre.install   |   12 -
 community-x86_64/desktop_integration.patch |  109 -
 12 files changed, 482 insertions(+), 480 deletions(-)

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


[arch-commits] Commit in goagent/repos/community-any (6 files)

2013-10-26 Thread Felix Yan
Date: Saturday, October 26, 2013 @ 13:50:16
  Author: fyan
Revision: 99242

archrelease: copy trunk to community-any

Added:
  goagent/repos/community-any/PKGBUILD
(from rev 99240, goagent/trunk/PKGBUILD)
  goagent/repos/community-any/goagent.install
(from rev 99240, goagent/trunk/goagent.install)
  goagent/repos/community-any/goagent.service
(from rev 99240, goagent/trunk/goagent.service)
Deleted:
  goagent/repos/community-any/PKGBUILD
  goagent/repos/community-any/goagent.install
  goagent/repos/community-any/goagent.service

-+
 PKGBUILD|   85 +++---
 goagent.install |   44 +--
 goagent.service |   24 +++
 3 files changed, 78 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-26 11:49:58 UTC (rev 99241)
+++ PKGBUILD2013-10-26 11:50:16 UTC (rev 99242)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: cuihao cuihao dot leo at gmail dot com
-# Contributor: Guten ywzhai...@gmail.com 
-
-pkgname=goagent
-pkgver=3.0.5
-pkgrel=1
-pkgdesc=A gae proxy forked from gappproxy/wallproxy
-arch=(any)
-url=http://goagent.googlecode.com;
-license=(GPL2)
-depends=('python' 'python-pyopenssl')
-optdepends=('python2: if you want to use uploader.zip to upload server')
-source=(https://github.com/goagent/goagent/archive/v$pkgver.tar.gz;
-$pkgname.service)
-backup=('etc/goagent')
-install=goagent.install
-
-package() {
-  cd $srcdir/$pkgbase-$pkgver
-  
-  install -Dm755 local/proxy.py $pkgdir/usr/share/$pkgname/local/proxy.py
-  install -Dm644 local/proxy.pac $pkgdir/usr/share/$pkgname/local/proxy.pac
-  install -Dm644 local/cacert.pem $pkgdir/usr/share/$pkgname/local/cacert.pem
-  install -Dm644 local/SwitchyOptions.bak 
$pkgdir/usr/share/$pkgname/local/SwitchyOptions.bak
-  install -Dm644 local/SwitchySharp.crx 
$pkgdir/usr/share/$pkgname/local/SwitchySharp_1_9_52.crx
-
-  install -Dm644 local/proxy.ini $pkgdir/etc/goagent
-  ln -sf /etc/goagent ${pkgdir}/usr/share/$pkgname/local/proxy.ini
-  
-  cp -r server $pkgdir/usr/share/$pkgname/
-  rm $pkgdir/usr/share/$pkgname/server/uploader.bat
-
-  # systemd service
-  install -Dm644 ${srcdir}/goagent.service 
${pkgdir}/usr/lib/systemd/system/goagent.service
-}
-
-# vim:set ts=2 sw=2 et:
-sha512sums=('0b9fc8dd0867cbddd7cda7162c544b6ea4919e0e34815f109b0a3b3a58b9f588dcdbdb89c01bd49cc87052e370a72bc8ac5d868514ca77a3e73952fcadd3e6ca'
-
'b8f5f6342303edd520a577d0348deef7017ba79aa5c6f43c4e1c368d7b204f6364f4537f2a5e21f3b63a321bdcf3d407e5dea9883211c11a4d11801b057cddc2')

Copied: goagent/repos/community-any/PKGBUILD (from rev 99240, 
goagent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-26 11:50:16 UTC (rev 99242)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: cuihao cuihao dot leo at gmail dot com
+# Contributor: Guten ywzhai...@gmail.com 
+
+pkgname=goagent
+pkgver=3.0.5
+pkgrel=2
+pkgdesc=A gae proxy forked from gappproxy/wallproxy
+arch=(any)
+url=http://goagent.googlecode.com;
+license=(GPL2)
+depends=('python2' 'python2-pyopenssl')
+optdepends=('python2-gevent: for better performance'
+'python2-gevent-beta: for better performance')
+source=(https://github.com/goagent/goagent/archive/v$pkgver.tar.gz;
+$pkgname.service)
+backup=('etc/goagent')
+install=goagent.install
+
+package() {
+  cd $srcdir/$pkgbase-$pkgver
+
+  sed -i -e s|^#!/usr/bin/env python|#!/usr/bin/env python2| local/proxy.py
+  
+  install -Dm755 local/proxy.py $pkgdir/usr/share/$pkgname/local/proxy.py
+  install -Dm644 local/proxy.pac $pkgdir/usr/share/$pkgname/local/proxy.pac
+  install -Dm644 local/cacert.pem $pkgdir/usr/share/$pkgname/local/cacert.pem
+  install -Dm644 local/SwitchyOptions.bak 
$pkgdir/usr/share/$pkgname/local/SwitchyOptions.bak
+  install -Dm644 local/SwitchySharp.crx 
$pkgdir/usr/share/$pkgname/local/SwitchySharp_1_9_52.crx
+
+  install -Dm644 local/proxy.ini $pkgdir/etc/goagent
+  ln -sf /etc/goagent ${pkgdir}/usr/share/$pkgname/local/proxy.ini
+  
+  cp -r server $pkgdir/usr/share/$pkgname/
+  rm $pkgdir/usr/share/$pkgname/server/uploader.bat
+
+  # systemd service
+  install -Dm644 ${srcdir}/goagent.service 
${pkgdir}/usr/lib/systemd/system/goagent.service
+}
+
+# vim:set ts=2 sw=2 et:
+sha512sums=('0b9fc8dd0867cbddd7cda7162c544b6ea4919e0e34815f109b0a3b3a58b9f588dcdbdb89c01bd49cc87052e370a72bc8ac5d868514ca77a3e73952fcadd3e6ca'
+
'b8f5f6342303edd520a577d0348deef7017ba79aa5c6f43c4e1c368d7b204f6364f4537f2a5e21f3b63a321bdcf3d407e5dea9883211c11a4d11801b057cddc2')

Deleted: goagent.install
===
--- goagent.install 2013-10-26 11:49:58 UTC (rev 99241)
+++ goagent.install 

[arch-commits] Commit in gambas3/repos (16 files)

2013-10-26 Thread Laurent Carlier
Date: Saturday, October 26, 2013 @ 13:56:20
  Author: lcarlier
Revision: 99244

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

Added:
  gambas3/repos/community-i686/PKGBUILD
(from rev 99243, gambas3/trunk/PKGBUILD)
  gambas3/repos/community-i686/gambas3-3.4.1-llvm-3.3.patch
(from rev 99243, gambas3/trunk/gambas3-3.4.1-llvm-3.3.patch)
  gambas3/repos/community-i686/gambas3-runtime.install
(from rev 99243, gambas3/trunk/gambas3-runtime.install)
  gambas3/repos/community-i686/gambas3-script.install
(from rev 99243, gambas3/trunk/gambas3-script.install)
  gambas3/repos/community-x86_64/PKGBUILD
(from rev 99243, gambas3/trunk/PKGBUILD)
  gambas3/repos/community-x86_64/gambas3-3.4.1-llvm-3.3.patch
(from rev 99243, gambas3/trunk/gambas3-3.4.1-llvm-3.3.patch)
  gambas3/repos/community-x86_64/gambas3-runtime.install
(from rev 99243, gambas3/trunk/gambas3-runtime.install)
  gambas3/repos/community-x86_64/gambas3-script.install
(from rev 99243, gambas3/trunk/gambas3-script.install)
Deleted:
  gambas3/repos/community-i686/PKGBUILD
  gambas3/repos/community-i686/gambas3-3.4.1-llvm-3.3.patch
  gambas3/repos/community-i686/gambas3-runtime.install
  gambas3/repos/community-i686/gambas3-script.install
  gambas3/repos/community-x86_64/PKGBUILD
  gambas3/repos/community-x86_64/gambas3-3.4.1-llvm-3.3.patch
  gambas3/repos/community-x86_64/gambas3-runtime.install
  gambas3/repos/community-x86_64/gambas3-script.install

---+
 /PKGBUILD | 1904 
 /gambas3-3.4.1-llvm-3.3.patch |  172 ++
 /gambas3-runtime.install  |   20 
 /gambas3-script.install   |   30 
 community-i686/PKGBUILD   |  909 ---
 community-i686/gambas3-3.4.1-llvm-3.3.patch   |   86 -
 community-i686/gambas3-runtime.install|   10 
 community-i686/gambas3-script.install |   15 
 community-x86_64/PKGBUILD |  909 ---
 community-x86_64/gambas3-3.4.1-llvm-3.3.patch |   86 -
 community-x86_64/gambas3-runtime.install  |   10 
 community-x86_64/gambas3-script.install   |   15 
 12 files changed, 2126 insertions(+), 2040 deletions(-)

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


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

2013-10-26 Thread Laurent Carlier
Date: Saturday, October 26, 2013 @ 13:55:58
  Author: lcarlier
Revision: 99243

upgpkg: gambas3 3.5.0-1

upstream update 3.5.0, add libtool option

Modified:
  gambas3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 11:50:16 UTC (rev 99242)
+++ PKGBUILD2013-10-26 11:55:58 UTC (rev 99243)
@@ -7,16 +7,16 @@
  'gambas3-gb-compress' 'gambas3-gb-crypt' 'gambas3-gb-data' 
'gambas3-gb-db-form' 'gambas3-gb-db-mysql' 
  'gambas3-gb-db-odbc' 'gambas3-gb-db-postgresql' 
'gambas3-gb-db-sqlite2' 'gambas3-gb-db-sqlite3' 'gambas3-gb-db' 
  'gambas3-gb-desktop-gnome' 'gambas3-gb-desktop' 
'gambas3-gb-eval-highlight' 'gambas3-gb-httpd' 'gambas3-gb-form-dialog' 
'gambas3-gb-form-mdi' 
- 'gambas3-gb-form-stock' 'gambas3-gb-form' 'gambas3-gb-gsl' 
'gambas3-gb-gtk-opengl' 'gambas3-gb-gtk' 'gambas3-gb-image-effect'
+ 'gambas3-gb-form-stock' 'gambas3-gb-form' 'gambas3-gb-gmp' 
'gambas3-gb-gsl' 'gambas3-gb-gtk-opengl' 'gambas3-gb-gtk' 
'gambas3-gb-image-effect'
  'gambas3-gb-image-imlib' 'gambas3-gb-image-io' 'gambas3-gb-image' 
'gambas3-gb-jit' 'gambas3-gb-libxml' 'gambas3-gb-map'
  'gambas3-gb-media' 'gambas3-gb-memcached' 'gambas3-gb-mime' 
'gambas3-gb-mysql' 'gambas3-gb-ncurses' 'gambas3-gb-net-curl' 
'gambas3-gb-net-pop3'
- 'gambas3-gb-net-smtp' 'gambas3-gb-net' 'gambas3-gb-opengl-glu' 
'gambas3-gb-opengl-glsl' 'gambas3-gb-opengl' 'gambas3-gb-option'
- 'gambas3-gb-pcre' 'gambas3-gb-pdf' 'gambas3-gb-qt4-ext' 
'gambas3-gb-qt4-opengl' 'gambas3-gb-qt4-webkit' 'gambas3-gb-qt4'
- 'gambas3-gb-report' 'gambas3-gb-sdl-sound' 'gambas3-gb-sdl' 
'gambas3-gb-settings' 'gambas3-gb-signal' 'gambas3-gb-v4l' 'gambas3-gb-vb'
+ 'gambas3-gb-net-smtp' 'gambas3-gb-net' 'gambas3-gb-openal' 
'gambas3-gb-opengl-glu' 'gambas3-gb-opengl-glsl' 'gambas3-gb-opengl-sge' 
'gambas3-gb-opengl'
+ 'gambas3-gb-option' 'gambas3-gb-pcre' 'gambas3-gb-pdf' 
'gambas3-gb-qt4-ext' 'gambas3-gb-qt4-opengl' 'gambas3-gb-qt4-webkit' 
'gambas3-gb-qt4'
+ 'gambas3-gb-openssl' 'gambas3-gb-report' 'gambas3-gb-sdl-sound' 
'gambas3-gb-sdl' 'gambas3-gb-settings' 'gambas3-gb-signal' 'gambas3-gb-v4l' 
'gambas3-gb-vb'
  'gambas3-gb-xml-html' 'gambas3-gb-xml-rpc' 'gambas3-gb-xml-xslt' 
'gambas3-gb-xml' 'gambas3-gb-web')
 pkgname=(${_components[@]} 'gambas3-runtime' 'gambas3-devel' 'gambas3-ide' 
'gambas3-script' 'gambas3-examples')
-pkgver=3.4.2
-pkgrel=2
+pkgver=3.5.0
+pkgrel=1
 pkgdesc=A free development environment based on a Basic interpreter.
 arch=('i686' 'x86_64')
 url=http://gambas.sourceforge.net/;
@@ -27,13 +27,11 @@
  'postgresql-libs' 'libmariadbclient' 'unixodbc' 'sqlite2' 'sqlite' 
'librsvg'
  'curl' 'poppler-glib' 'sdl_mixer' 'sdl_ttf' 'libxtst' 'pcre' 
'qtwebkit'
  'libxcursor' 'libsm' 'dbus-core' 'libxml2' 'libxslt' 
'libgnome-keyring'
-'gsl' 'gstreamer0.10' 'gstreamer0.10-base' 'gtkglext' 'ncurses' 'llvm'
+'gsl' 'gst-plugins-base-libs' 'alure' 'gtkglext' 'ncurses' 'llvm'
 'gmime')
-options=(!emptydirs)
-source=(http://downloads.sourceforge.net/gambas/${pkgbase}-${pkgver}.tar.bz2;
- gambas3-3.4.1-llvm-3.3.patch)
-md5sums=('c35c0f88211e2c0203d2467acb8d384d'
- '04bf972f5d5546118ecbcc1f24271216')
+options=('!emptydirs' 'libtool')
+source=(http://downloads.sourceforge.net/gambas/${pkgbase}-${pkgver}.tar.bz2;)
+md5sums=('20274da44d043104adb6fca02e6b5fab')
 
 create_dirs() {
   install -dm755 ${pkgdir}/usr/lib/gambas3
@@ -43,9 +41,6 @@
 prepare() {
   cd ${srcdir}/${pkgbase}-${pkgver}
 
-  # Fix build with LLVM 3.3 (patch from Fedora)
-  patch -Np1 -i../gambas3-3.4.1-llvm-3.3.patch
-
   ./reconf-all
 }
 
@@ -327,6 +322,18 @@
   mv -v usr/share/gambas3/control/gb.form ${pkgdir}/usr/share/gambas3/control/
 }
 
+package_gambas3-gb-gmp() {
+  depends=('gambas3-runtime' 'gmp')
+  pkgdesc=Arbitrary precision arithmetic component
+
+  cd ${srcdir}/fakeinstall
+  
+  create_dirs
+  
+  mv -v usr/lib/gambas3/gb.gmp.* ${pkgdir}/usr/lib/gambas3/
+  mv -v usr/share/gambas3/info/gb.gmp.* ${pkgdir}/usr/share/gambas3/info/
+}
+
 package_gambas3-gb-gsl() {
   depends=('gambas3-runtime' 'gsl')
   pkgdesc=The GNU Scientific Library component
@@ -461,7 +468,7 @@
 }
 
 package_gambas3-gb-media() {
-  depends=('gambas3-runtime' 'gstreamer0.10' 'gstreamer0.10-base')
+  depends=('gambas3-runtime' 'gst-plugins-base-libs')
   pkgdesc=Simplified interface to the GStreamer library component
 
   cd ${srcdir}/fakeinstall
@@ -568,6 +575,18 @@
   mv -v usr/share/gambas3/info/gb.net.* ${pkgdir}/usr/share/gambas3/info/
 }
 
+package_gambas3-gb-openal() {
+  depends=('gambas3-runtime' 'alure')
+  pkgdesc=OpenAL 3D audio component
+
+  cd ${srcdir}/fakeinstall
+  
+  create_dirs
+  
+  mv -v 

[arch-commits] Commit in firewalld/repos/community-any (7 files)

2013-10-26 Thread Maxime Gauduin
Date: Saturday, October 26, 2013 @ 14:09:33
  Author: alucryd
Revision: 99246

archrelease: copy trunk to community-any

Added:
  firewalld/repos/community-any/PKGBUILD
(from rev 99245, firewalld/trunk/PKGBUILD)
  firewalld/repos/community-any/firewalld-paths.patch
(from rev 99245, firewalld/trunk/firewalld-paths.patch)
  firewalld/repos/community-any/firewalld-python3.patch
(from rev 99245, firewalld/trunk/firewalld-python3.patch)
  firewalld/repos/community-any/firewalld.install
(from rev 99245, firewalld/trunk/firewalld.install)
Deleted:
  firewalld/repos/community-any/PKGBUILD
  firewalld/repos/community-any/firewalld-paths.patch
  firewalld/repos/community-any/firewalld.install

-+
 PKGBUILD|   91 -
 firewalld-paths.patch   |  186 +--
 firewalld-python3.patch | 2358 ++
 firewalld.install   |   28 
 4 files changed, 2510 insertions(+), 153 deletions(-)

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


[arch-commits] Commit in firewalld/trunk (PKGBUILD firewalld-python3.patch)

2013-10-26 Thread Maxime Gauduin
Date: Saturday, October 26, 2013 @ 14:09:23
  Author: alucryd
Revision: 99245

upgpkg: firewalld 0.3.7-1

Added:
  firewalld/trunk/firewalld-python3.patch
Modified:
  firewalld/trunk/PKGBUILD

-+
 PKGBUILD|   15 
 firewalld-python3.patch | 2358 ++
 2 files changed, 2365 insertions(+), 8 deletions(-)

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


[arch-commits] Commit in python2-slip/repos (community-any)

2013-10-26 Thread Maxime Gauduin
Date: Saturday, October 26, 2013 @ 14:15:00
  Author: alucryd
Revision: 99247

db-remove: python2-slip removed by alucryd

Deleted:
  python2-slip/repos/community-any/



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

2013-10-26 Thread Andreas Radke
Date: Saturday, October 26, 2013 @ 14:19:02
  Author: andyrtr
Revision: 197515

upgpkg: vigra 1.9.0-7

drop versioned dep; FS#35146

Modified:
  vigra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 10:45:41 UTC (rev 197514)
+++ PKGBUILD2013-10-26 12:19:02 UTC (rev 197515)
@@ -5,15 +5,14 @@
 pkgbase=vigra
 pkgname=('vigra' 'vigra-doc')
 pkgver=1.9.0
-pkgrel=6
+pkgrel=7
 arch=('i686' 'x86_64')
 url=http://hci.iwr.uni-heidelberg.de/vigra/;
 license=('custom:MIT')
 makedepends=(# runtime deps
- 'libpng' 'libtiff' 'openexr' 'gcc-libs' 'sh' 'hdf5=1.8.11' 'fftw'
-# additional makedeps
+ 'libpng' 'libtiff' 'openexr' 'gcc-libs' 'sh' 'hdf5' 'fftw'
+# additional makedeps
  'cmake' 'python2-nose' 'doxygen' 'python2-sphinx' 'boost' 
'python2-numpy')
-options=('!libtool')
 
source=(http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/${pkgname}-${pkgver}-src.tar.gz)
 md5sums=('b6155afe1ea967917d2be16d98a85404')
 
@@ -34,7 +33,7 @@
 
 package_vigra() {
   pkgdesc=Computer vision library
-  depends=('libpng' 'libtiff' 'openexr' 'gcc-libs' 'sh' 'hdf5=1.8.11' 'fftw')
+  depends=('libpng' 'libtiff' 'openexr' 'gcc-libs' 'sh' 'hdf5' 'fftw')
   optdepends=('python2: for python bindings'
   'boost-libs: for python bindings')
 



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

2013-10-26 Thread Andreas Radke
Date: Saturday, October 26, 2013 @ 14:19:28
  Author: andyrtr
Revision: 197516

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

Added:
  vigra/repos/extra-i686/PKGBUILD
(from rev 197515, vigra/trunk/PKGBUILD)
  vigra/repos/extra-i686/vigra-1.7.1.gcc460.patch
(from rev 197515, vigra/trunk/vigra-1.7.1.gcc460.patch)
  vigra/repos/extra-x86_64/PKGBUILD
(from rev 197515, vigra/trunk/PKGBUILD)
  vigra/repos/extra-x86_64/vigra-1.7.1.gcc460.patch
(from rev 197515, vigra/trunk/vigra-1.7.1.gcc460.patch)
Deleted:
  vigra/repos/extra-i686/PKGBUILD
  vigra/repos/extra-i686/vigra-1.7.1.gcc460.patch
  vigra/repos/extra-x86_64/PKGBUILD
  vigra/repos/extra-x86_64/vigra-1.7.1.gcc460.patch

---+
 /PKGBUILD |  128 
 /vigra-1.7.1.gcc460.patch |   66 
 extra-i686/PKGBUILD   |   65 
 extra-i686/vigra-1.7.1.gcc460.patch   |   33 
 extra-x86_64/PKGBUILD |   65 
 extra-x86_64/vigra-1.7.1.gcc460.patch |   33 
 6 files changed, 194 insertions(+), 196 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-26 12:19:02 UTC (rev 197515)
+++ extra-i686/PKGBUILD 2013-10-26 12:19:28 UTC (rev 197516)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Lukas Jirkovsky l.jirkov...@gmail.com
-
-pkgbase=vigra
-pkgname=('vigra' 'vigra-doc')
-pkgver=1.9.0
-pkgrel=6
-arch=('i686' 'x86_64')
-url=http://hci.iwr.uni-heidelberg.de/vigra/;
-license=('custom:MIT')
-makedepends=(# runtime deps
- 'libpng' 'libtiff' 'openexr' 'gcc-libs' 'sh' 'hdf5=1.8.11' 'fftw'
-# additional makedeps
- 'cmake' 'python2-nose' 'doxygen' 'python2-sphinx' 'boost' 
'python2-numpy')
-options=('!libtool')
-source=(http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/${pkgname}-${pkgver}-src.tar.gz)
-md5sums=('b6155afe1ea967917d2be16d98a85404')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
-  -DPYTHON_EXECUTABLE=/usr/bin/python2 \
-  -DWITH_OPENEXR=true \
-  -DWITH_VIGRANUMPY=1 \
-  -DDOCINSTALL=share/doc
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make -k check || /bin/true # i686 fails
-}
-
-package_vigra() {
-  pkgdesc=Computer vision library
-  depends=('libpng' 'libtiff' 'openexr' 'gcc-libs' 'sh' 'hdf5=1.8.11' 'fftw')
-  optdepends=('python2: for python bindings'
-  'boost-libs: for python bindings')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  # license
-  install -D -m644 LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  
-  # remove doc
-  rm -rf ${pkgdir}/usr/share/doc
-  
-  #fix shebang for python2
-  sed -i 's|python$|python2|' $pkgdir/usr/bin/vigra-config
-}
-
-package_vigra-doc() {
-  pkgdesc=Computer vision library - documentation and examples
-  #depends=('vigra')
-  #arch=('any')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  # cleanup
-  rm -rf ${pkgdir}/usr/{bin,include,lib}
-
-  # license
-  install -D -m644 LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: vigra/repos/extra-i686/PKGBUILD (from rev 197515, vigra/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-26 12:19:28 UTC (rev 197516)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Lukas Jirkovsky l.jirkov...@gmail.com
+
+pkgbase=vigra
+pkgname=('vigra' 'vigra-doc')
+pkgver=1.9.0
+pkgrel=7
+arch=('i686' 'x86_64')
+url=http://hci.iwr.uni-heidelberg.de/vigra/;
+license=('custom:MIT')
+makedepends=(# runtime deps
+ 'libpng' 'libtiff' 'openexr' 'gcc-libs' 'sh' 'hdf5' 'fftw'
+# additional makedeps
+ 'cmake' 'python2-nose' 'doxygen' 'python2-sphinx' 'boost' 
'python2-numpy')
+source=(http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/${pkgname}-${pkgver}-src.tar.gz)
+md5sums=('b6155afe1ea967917d2be16d98a85404')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+  -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+  -DWITH_OPENEXR=true \
+  -DWITH_VIGRANUMPY=1 \
+  -DDOCINSTALL=share/doc
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -k check || /bin/true # i686 fails
+}
+
+package_vigra() {
+  pkgdesc=Computer vision library
+  depends=('libpng' 'libtiff' 'openexr' 'gcc-libs' 'sh' 'hdf5' 'fftw')
+  optdepends=('python2: for python bindings'
+  'boost-libs: for python bindings')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  # license
+  install -D -m644 LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  
+  # remove doc
+  rm 

[arch-commits] Commit in (5 files)

2013-10-26 Thread Kyle Keen
Date: Saturday, October 26, 2013 @ 14:29:32
  Author: kkeen
Revision: 99248

addpkg: libuhd 3.5.4

Added:
  libuhd/
  libuhd/repos/
  libuhd/trunk/
  libuhd/trunk/PKGBUILD
  libuhd/trunk/libuhd.install

+
 PKGBUILD   |   45 +
 libuhd.install |7 +++
 2 files changed, 52 insertions(+)

Added: libuhd/trunk/PKGBUILD
===
--- libuhd/trunk/PKGBUILD   (rev 0)
+++ libuhd/trunk/PKGBUILD   2013-10-26 12:29:32 UTC (rev 99248)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dominik Heidler dheid...@gmail.com
+
+pkgname=libuhd
+pkgver=3.5.4
+_verstring=003_005_004
+pkgrel=2
+pkgdesc=Universal Software Radio Peripheral (USRP) userspace driver
+arch=('x86_64' 'i686')
+url=http://code.ettus.com/redmine/ettus/projects/uhd/wiki;
+license=('GPL')
+depends=('boost-libs' 'orc' 'libusbx')
+makedepends=('cmake' 'boost' 'python2-cheetah')
+install='libuhd.install'
+
+source=(libuhd-$pkgver.tar.gz::https://codeload.github.com/EttusResearch/uhd/tar.gz/release_$_verstring;)
+md5sums=('e90c95483a52b75cacc85f4fb0ef63ed')
+
+build() {
+  cd $srcdir/uhd-release_$_verstring/host
+  # fix for py2
+  find -name *.py | xargs sed -i s|#!/usr/bin/env python$|#!/usr/bin/env 
python2|
+  mkdir -p build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ \
+   -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+   -DENABLE_EXAMPLES=OFF \
+   -DENABLE_UTILS=ON \
+   -DENABLE_TESTS=OFF \
+   -DENABLE_E100=ON
+  # e100 is disabled by default for now, check that on future releases
+  make
+}
+
+check() {
+  cd $srcdir/uhd-release_$_verstring/host/build
+  make test
+}
+
+package() {
+  cd $srcdir/uhd-release_$_verstring/host/build
+  make DESTDIR=$pkgdir install
+  install -Dm644 $pkgdir/usr/share/uhd/utils/uhd-usrp.rules 
$pkgdir/usr/lib/udev/rules.d/10-uhd-usrp.rules
+} 


Property changes on: libuhd/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: libuhd/trunk/libuhd.install
===
--- libuhd/trunk/libuhd.install (rev 0)
+++ libuhd/trunk/libuhd.install 2013-10-26 12:29:32 UTC (rev 99248)
@@ -0,0 +1,7 @@
+post_install() {
+   ldconfig
+}
+
+post_upgrade() {
+   ldconfig
+}



[arch-commits] Commit in libuhd/repos (6 files)

2013-10-26 Thread Kyle Keen
Date: Saturday, October 26, 2013 @ 14:30:40
  Author: kkeen
Revision: 99249

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

Added:
  libuhd/repos/community-i686/
  libuhd/repos/community-i686/PKGBUILD
(from rev 99248, libuhd/trunk/PKGBUILD)
  libuhd/repos/community-i686/libuhd.install
(from rev 99248, libuhd/trunk/libuhd.install)
  libuhd/repos/community-x86_64/
  libuhd/repos/community-x86_64/PKGBUILD
(from rev 99248, libuhd/trunk/PKGBUILD)
  libuhd/repos/community-x86_64/libuhd.install
(from rev 99248, libuhd/trunk/libuhd.install)

-+
 community-i686/PKGBUILD |   45 ++
 community-i686/libuhd.install   |7 +
 community-x86_64/PKGBUILD   |   45 ++
 community-x86_64/libuhd.install |7 +
 4 files changed, 104 insertions(+)

Copied: libuhd/repos/community-i686/PKGBUILD (from rev 99248, 
libuhd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-26 12:30:40 UTC (rev 99249)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dominik Heidler dheid...@gmail.com
+
+pkgname=libuhd
+pkgver=3.5.4
+_verstring=003_005_004
+pkgrel=2
+pkgdesc=Universal Software Radio Peripheral (USRP) userspace driver
+arch=('x86_64' 'i686')
+url=http://code.ettus.com/redmine/ettus/projects/uhd/wiki;
+license=('GPL')
+depends=('boost-libs' 'orc' 'libusbx')
+makedepends=('cmake' 'boost' 'python2-cheetah')
+install='libuhd.install'
+
+source=(libuhd-$pkgver.tar.gz::https://codeload.github.com/EttusResearch/uhd/tar.gz/release_$_verstring;)
+md5sums=('e90c95483a52b75cacc85f4fb0ef63ed')
+
+build() {
+  cd $srcdir/uhd-release_$_verstring/host
+  # fix for py2
+  find -name *.py | xargs sed -i s|#!/usr/bin/env python$|#!/usr/bin/env 
python2|
+  mkdir -p build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ \
+   -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+   -DENABLE_EXAMPLES=OFF \
+   -DENABLE_UTILS=ON \
+   -DENABLE_TESTS=OFF \
+   -DENABLE_E100=ON
+  # e100 is disabled by default for now, check that on future releases
+  make
+}
+
+check() {
+  cd $srcdir/uhd-release_$_verstring/host/build
+  make test
+}
+
+package() {
+  cd $srcdir/uhd-release_$_verstring/host/build
+  make DESTDIR=$pkgdir install
+  install -Dm644 $pkgdir/usr/share/uhd/utils/uhd-usrp.rules 
$pkgdir/usr/lib/udev/rules.d/10-uhd-usrp.rules
+} 

Copied: libuhd/repos/community-i686/libuhd.install (from rev 99248, 
libuhd/trunk/libuhd.install)
===
--- community-i686/libuhd.install   (rev 0)
+++ community-i686/libuhd.install   2013-10-26 12:30:40 UTC (rev 99249)
@@ -0,0 +1,7 @@
+post_install() {
+   ldconfig
+}
+
+post_upgrade() {
+   ldconfig
+}

Copied: libuhd/repos/community-x86_64/PKGBUILD (from rev 99248, 
libuhd/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-10-26 12:30:40 UTC (rev 99249)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dominik Heidler dheid...@gmail.com
+
+pkgname=libuhd
+pkgver=3.5.4
+_verstring=003_005_004
+pkgrel=2
+pkgdesc=Universal Software Radio Peripheral (USRP) userspace driver
+arch=('x86_64' 'i686')
+url=http://code.ettus.com/redmine/ettus/projects/uhd/wiki;
+license=('GPL')
+depends=('boost-libs' 'orc' 'libusbx')
+makedepends=('cmake' 'boost' 'python2-cheetah')
+install='libuhd.install'
+
+source=(libuhd-$pkgver.tar.gz::https://codeload.github.com/EttusResearch/uhd/tar.gz/release_$_verstring;)
+md5sums=('e90c95483a52b75cacc85f4fb0ef63ed')
+
+build() {
+  cd $srcdir/uhd-release_$_verstring/host
+  # fix for py2
+  find -name *.py | xargs sed -i s|#!/usr/bin/env python$|#!/usr/bin/env 
python2|
+  mkdir -p build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ \
+   -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+   -DENABLE_EXAMPLES=OFF \
+   -DENABLE_UTILS=ON \
+   -DENABLE_TESTS=OFF \
+   -DENABLE_E100=ON
+  # e100 is disabled by default for now, check that on future releases
+  make
+}
+
+check() {
+  cd $srcdir/uhd-release_$_verstring/host/build
+  make test
+}
+
+package() {
+  cd $srcdir/uhd-release_$_verstring/host/build
+  make DESTDIR=$pkgdir install
+  install -Dm644 $pkgdir/usr/share/uhd/utils/uhd-usrp.rules 
$pkgdir/usr/lib/udev/rules.d/10-uhd-usrp.rules
+} 

Copied: libuhd/repos/community-x86_64/libuhd.install (from rev 99248, 
libuhd/trunk/libuhd.install)
===
--- community-x86_64/libuhd.install (rev 0)
+++ community-x86_64/libuhd.install 2013-10-26 12:30:40 UTC 

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

2013-10-26 Thread Laurent Carlier
Date: Saturday, October 26, 2013 @ 15:16:10
  Author: lcarlier
Revision: 99250

upgpkg: handbrake 0.9.9-4

libass.so.5 bump, add linking against gmodule-2.0

Modified:
  handbrake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 12:30:40 UTC (rev 99249)
+++ PKGBUILD2013-10-26 13:16:10 UTC (rev 99250)
@@ -5,7 +5,7 @@
 
 pkgname=('handbrake' 'handbrake-cli')
 pkgver=0.9.9
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url=http://handbrake.fr/;
 license=('GPL')
@@ -35,6 +35,7 @@
   sed -i \
 -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' \
 -e '/AM_PROG_CC_STDC/d' \
+-e 's/$pkg_gudev/gmodule-2.0 $pkg_gudev/' \
 configure.ac
 
   autoreconf -vi



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

2013-10-26 Thread Laurent Carlier
Date: Saturday, October 26, 2013 @ 15:16:25
  Author: lcarlier
Revision: 99251

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

Added:
  handbrake/repos/community-i686/PKGBUILD
(from rev 99250, handbrake/trunk/PKGBUILD)
  handbrake/repos/community-i686/handbrake.install
(from rev 99250, handbrake/trunk/handbrake.install)
  handbrake/repos/community-x86_64/PKGBUILD
(from rev 99250, handbrake/trunk/PKGBUILD)
  handbrake/repos/community-x86_64/handbrake.install
(from rev 99250, handbrake/trunk/handbrake.install)
Deleted:
  handbrake/repos/community-i686/PKGBUILD
  handbrake/repos/community-i686/handbrake.install
  handbrake/repos/community-x86_64/PKGBUILD
  handbrake/repos/community-x86_64/handbrake.install

+
 /PKGBUILD  |  160 +++
 /handbrake.install |   28 ++
 community-i686/PKGBUILD|   79 -
 community-i686/handbrake.install   |   14 ---
 community-x86_64/PKGBUILD  |   79 -
 community-x86_64/handbrake.install |   14 ---
 6 files changed, 188 insertions(+), 186 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-26 13:16:10 UTC (rev 99250)
+++ community-i686/PKGBUILD 2013-10-26 13:16:25 UTC (rev 99251)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: Sebastien Piccand sebcactus gmail com
-
-pkgname=('handbrake' 'handbrake-cli')
-pkgver=0.9.9
-pkgrel=3
-arch=('i686' 'x86_64')
-url=http://handbrake.fr/;
-license=('GPL')
-makedepends=('intltool' 'python2' 'yasm' 'wget' 'bzip2' 'gcc-libs' 'libnotify'
- 'gst-plugins-base' 'gtk3' 'dbus-glib' 'fribidi' 'libass'
- 'fontconfig' 'freetype2' 'libxml2' 'libogg' 'libvorbis'
- 'libtheora' 'libsamplerate' 'libbluray' 'x264')
-source=(http://downloads.sourceforge.net/project/handbrake/$pkgver/HandBrake-$pkgver.tar.bz2)
-sha256sums=('a71dd774104cda00cfb51a813550351d638253791f2f419d04a66f3158a835b3')
-
-prepare() {
-  cd $srcdir/HandBrake-$pkgver
-
-  # Use Python 2
-  sed -i 's/python /python2 /' gtk/src/Makefile.am
-
-  # Use more system libs
-  # We had ffmpeg here as well but it broke PGS subtitle processing
-  # https://forum.handbrake.fr/viewtopic.php?f=13t=27581
-  sed -i \
--e '/MODULES += contrib\/libbluray/d' \
--e '/MODULES += contrib\/x264/d' \
-make/include/main.defs
-
-  # Fix configure.ac to work with automake 1.13
-  cd gtk
-  sed -i \
--e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' \
--e '/AM_PROG_CC_STDC/d' \
-configure.ac
-
-  autoreconf -vi
-}
-
-build() {
-  cd $srcdir/HandBrake-$pkgver
-
-  ./configure \
---prefix=/usr \
---force \
---disable-gtk-update-checks
-  cd build
-  make
-}
-
-package_handbrake() {
-  pkgdesc=Multithreaded video transcoder
-  depends=('bzip2' 'gcc-libs' 'gst-plugins-base' 'libnotify' 'dbus-glib'
-   'fribidi' 'libass' 'gtk3' 'fontconfig' 'freetype2' 'libxml2'
-   'libogg' 'libvorbis' 'libtheora' 'libsamplerate' 'libbluray'
-   'x264' 'desktop-file-utils' 'hicolor-icon-theme')
-  optdepends=('gst-plugins-good: for video previews'
-  'gst-libav: for video previews')
-  install=$pkgname.install
-
-  cd $srcdir/HandBrake-$pkgver/build
-
-  make DESTDIR=$pkgdir install
-  rm $pkgdir/usr/bin/HandBrakeCLI
-}
-
-package_handbrake-cli() {
-  pkgdesc=Multithreaded video transcoder (CLI)
-  depends=('bzip2' 'gcc-libs' 'zlib' 'fribidi' 'libass' 'libxml2' 'libtheora'
-   'libsamplerate' 'libbluray' 'x264')
-
-  cd $srcdir/HandBrake-$pkgver/build
-  install -D HandBrakeCLI $pkgdir/usr/bin/HandBrakeCLI
-}
-
-# vim:set ts=2 sw=2 et:

Copied: handbrake/repos/community-i686/PKGBUILD (from rev 99250, 
handbrake/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-26 13:16:25 UTC (rev 99251)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Sebastien Piccand sebcactus gmail com
+
+pkgname=('handbrake' 'handbrake-cli')
+pkgver=0.9.9
+pkgrel=4
+arch=('i686' 'x86_64')
+url=http://handbrake.fr/;
+license=('GPL')
+makedepends=('intltool' 'python2' 'yasm' 'wget' 'bzip2' 'gcc-libs' 'libnotify'
+ 'gst-plugins-base' 'gtk3' 'dbus-glib' 'fribidi' 'libass'
+ 'fontconfig' 'freetype2' 'libxml2' 'libogg' 'libvorbis'
+ 'libtheora' 'libsamplerate' 'libbluray' 'x264')
+source=(http://downloads.sourceforge.net/project/handbrake/$pkgver/HandBrake-$pkgver.tar.bz2)
+sha256sums=('a71dd774104cda00cfb51a813550351d638253791f2f419d04a66f3158a835b3')
+
+prepare() {
+  cd 

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

2013-10-26 Thread Ray Rashif
Date: Saturday, October 26, 2013 @ 15:25:41
  Author: schiv
Revision: 197517

upgpkg: ardour 3.5.14-1

upstream release

Modified:
  ardour/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 12:19:28 UTC (rev 197516)
+++ PKGBUILD2013-10-26 13:25:41 UTC (rev 197517)
@@ -5,7 +5,8 @@
 
 pkgname=ardour
 _pkgname=Ardour3
-pkgver=3.4
+pkgver=3.5.14
+_pkgver=3.5
 pkgrel=1
 pkgdesc=Professional-grade digital audio workstation
 arch=('i686' 'x86_64')
@@ -18,11 +19,11 @@
 install=$pkgname.install
 source=(ftp://ftp.archlinux.org/other/$pkgname/$_pkgname-$pkgver.tar.bz2;
 $pkgname.desktop)
-md5sums=('4c2286d9c5de6846e2abaa2a8fab0349'
+md5sums=('2e472cb38938a2e1fe3fb5b89d705adc'
  '316bd21ece5e2208a104fd09cac521af')
 
 prepare() {
-  cd $srcdir/$_pkgname-$pkgver
+  cd $srcdir/$_pkgname-$_pkgver
 
   # python2 fix
   sed -i 's/python ${SRC}/python2 ${SRC}/' libs/pbd/wscript
@@ -29,7 +30,7 @@
 }
 
 build() {
-  cd $srcdir/$_pkgname-$pkgver
+  cd $srcdir/$_pkgname-$_pkgver
 
   python2 waf configure --prefix=/usr \
 --configdir=/etc \
@@ -39,7 +40,7 @@
 }
 
 package() {
-  cd $srcdir/$_pkgname-$pkgver
+  cd $srcdir/$_pkgname-$_pkgver
 
   python2 waf install --destdir=$pkgdir
 



[arch-commits] Commit in ardour/repos (16 files)

2013-10-26 Thread Ray Rashif
Date: Saturday, October 26, 2013 @ 15:26:11
  Author: schiv
Revision: 197518

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

Added:
  ardour/repos/extra-i686/.contrib
(from rev 197517, ardour/trunk/.contrib)
  ardour/repos/extra-i686/PKGBUILD
(from rev 197517, ardour/trunk/PKGBUILD)
  ardour/repos/extra-i686/ardour.desktop
(from rev 197517, ardour/trunk/ardour.desktop)
  ardour/repos/extra-i686/ardour.install
(from rev 197517, ardour/trunk/ardour.install)
  ardour/repos/extra-x86_64/.contrib
(from rev 197517, ardour/trunk/.contrib)
  ardour/repos/extra-x86_64/PKGBUILD
(from rev 197517, ardour/trunk/PKGBUILD)
  ardour/repos/extra-x86_64/ardour.desktop
(from rev 197517, ardour/trunk/ardour.desktop)
  ardour/repos/extra-x86_64/ardour.install
(from rev 197517, ardour/trunk/ardour.install)
Deleted:
  ardour/repos/extra-i686/.contrib
  ardour/repos/extra-i686/PKGBUILD
  ardour/repos/extra-i686/ardour.desktop
  ardour/repos/extra-i686/ardour.install
  ardour/repos/extra-x86_64/.contrib
  ardour/repos/extra-x86_64/PKGBUILD
  ardour/repos/extra-x86_64/ardour.desktop
  ardour/repos/extra-x86_64/ardour.install

-+
 /.contrib   |4 +
 /PKGBUILD   |  104 ++
 /ardour.desktop |   18 +++
 /ardour.install |   78 +++
 extra-i686/.contrib |2 
 extra-i686/PKGBUILD |   51 
 extra-i686/ardour.desktop   |9 ---
 extra-i686/ardour.install   |   39 ---
 extra-x86_64/.contrib   |2 
 extra-x86_64/PKGBUILD   |   51 
 extra-x86_64/ardour.desktop |9 ---
 extra-x86_64/ardour.install |   39 ---
 12 files changed, 204 insertions(+), 202 deletions(-)

Deleted: extra-i686/.contrib
===
--- extra-i686/.contrib 2013-10-26 13:25:41 UTC (rev 197517)
+++ extra-i686/.contrib 2013-10-26 13:26:11 UTC (rev 197518)
@@ -1,2 +0,0 @@
-# Contributor: Bernardo Barros bernardobar...@gmail.com
-# Contributor: Uli Armbruster uli_armbrus...@web.de

Copied: ardour/repos/extra-i686/.contrib (from rev 197517, 
ardour/trunk/.contrib)
===
--- extra-i686/.contrib (rev 0)
+++ extra-i686/.contrib 2013-10-26 13:26:11 UTC (rev 197518)
@@ -0,0 +1,2 @@
+# Contributor: Bernardo Barros bernardobar...@gmail.com
+# Contributor: Uli Armbruster uli_armbrus...@web.de

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-26 13:25:41 UTC (rev 197517)
+++ extra-i686/PKGBUILD 2013-10-26 13:26:11 UTC (rev 197518)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Contributor: see .contrib
-
-pkgname=ardour
-_pkgname=Ardour3
-pkgver=3.4
-pkgrel=1
-pkgdesc=Professional-grade digital audio workstation
-arch=('i686' 'x86_64')
-url=http://ardour.org/;
-license=('GPL')
-depends=('liblrdf' 'liblo' 'libsmf' 'lilv'
- 'aubio' 'libgnomecanvasmm' 'suil')
-makedepends=('python2' 'boost' 'cppunit' 'doxygen' 'graphviz')
-optdepends=('xjadeo: video monitoring')
-install=$pkgname.install
-source=(ftp://ftp.archlinux.org/other/$pkgname/$_pkgname-$pkgver.tar.bz2;
-$pkgname.desktop)
-md5sums=('4c2286d9c5de6846e2abaa2a8fab0349'
- '316bd21ece5e2208a104fd09cac521af')
-
-prepare() {
-  cd $srcdir/$_pkgname-$pkgver
-
-  # python2 fix
-  sed -i 's/python ${SRC}/python2 ${SRC}/' libs/pbd/wscript
-}
-
-build() {
-  cd $srcdir/$_pkgname-$pkgver
-
-  python2 waf configure --prefix=/usr \
---configdir=/etc \
---docs
-
-  python2 waf build $MAKEFLAGS
-}
-
-package() {
-  cd $srcdir/$_pkgname-$pkgver
-
-  python2 waf install --destdir=$pkgdir
-
-  # install some freedesktop.org compatibility
-  install -Dm644 $srcdir/$pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ardour/repos/extra-i686/PKGBUILD (from rev 197517, 
ardour/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-26 13:26:11 UTC (rev 197518)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Contributor: see .contrib
+
+pkgname=ardour
+_pkgname=Ardour3
+pkgver=3.5.14
+_pkgver=3.5
+pkgrel=1
+pkgdesc=Professional-grade digital audio workstation
+arch=('i686' 'x86_64')
+url=http://ardour.org/;
+license=('GPL')
+depends=('liblrdf' 'liblo' 'libsmf' 'lilv'
+ 'aubio' 'libgnomecanvasmm' 'suil')
+makedepends=('python2' 'boost' 'cppunit' 'doxygen' 'graphviz')
+optdepends=('xjadeo: video monitoring')
+install=$pkgname.install

[arch-commits] Commit in shorewall/repos/community-any (PKGBUILD PKGBUILD)

2013-10-26 Thread Evangelos Foutras
Date: Saturday, October 26, 2013 @ 15:55:17
  Author: foutrelis
Revision: 99253

archrelease: copy trunk to community-any

Added:
  shorewall/repos/community-any/PKGBUILD
(from rev 99252, shorewall/trunk/PKGBUILD)
Deleted:
  shorewall/repos/community-any/PKGBUILD

--+
 PKGBUILD |  156 ++---
 1 file changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-26 13:55:09 UTC (rev 99252)
+++ PKGBUILD2013-10-26 13:55:17 UTC (rev 99253)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Malte Rabenseifner ma...@zearan.de
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: FUBAR mrfu...@gmail.com
-
-pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=4.5.21.2
-pkgrel=1
-arch=('any')
-url=http://www.shorewall.net/;
-license=('GPL')
-source=(http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.21/$pkgname-$pkgver.tar.bz2
-
http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.21/shorewall6-$pkgver.tar.bz2
-
http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.21/shorewall-core-$pkgver.tar.bz2)
-sha256sums=('5807a06bde430b3a2fcd123eba17fc7770b6fa8859982245382aa69f8b3ab6af'
-'1d9a560e0f2a1d959ac5e2d8a351a05906b843bd8ea717c5f5e38173009c857c'
-'576a2b9fa3a0dcad7d8ec8f88363cd6fc6e3dabaf73238912d64bc0f21d3fc9e')
-
-build() {
-  for product in shorewall{,6,-core}; do
-pushd $srcdir/$product-$pkgver
-./configure HOST=archlinux SBINDIR=/usr/bin
-popd
-  done
-}
-
-package_shorewall() {
-  pkgdesc=An iptables-based firewall for Linux systems
-  depends=('shorewall-core' 'perl')
-  
backup=(etc/shorewall/{accounting,actions,blrules,clear,conntrack,ecn,findgw,hosts,init,initdone,interfaces,lib.private,maclist,masq,nat,netmap,params,policy,providers,proxyarp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tcrules,tos,tunnels,zones})
-
-  cd $srcdir/$pkgname-$pkgver
-
-  do_install
-}
-
-package_shorewall6() {
-  pkgdesc=An iptables-based firewall for Linux systems (with IPv6 support)
-  depends=('shorewall')
-  
backup=(etc/shorewall6/{accounting,actions,blrules,clear,conntrack,hosts,init,interfaces,maclist,masq,netmap,params,policy,providers,proxyndp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall6.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tcrules,tos,tunnels,zones})
-
-  cd $srcdir/$pkgname-$pkgver
-
-  do_install 6
-}
-
-package_shorewall-core() {
-  pkgdesc=Core Shorewall libraries
-  depends=('iptables' 'iproute2')
-
-  cd $srcdir/$pkgname-$pkgver
-
-  DESTDIR=$pkgdir ./install.sh
-}
-
-do_install() {
-  local _name_suffix=$1
-
-  sed -i -e 's|^MODULE_SUFFIX=ko$|.gz|' \
- -e 's|/subsys||' \
-  configfiles/shorewall$_name_suffix.conf
-
-  DESTDIR=$pkgdir ./install.sh
-
-  install -d $pkgdir/usr/share/doc/shorewall$_name_suffix/
-  cp -r Samples$_name_suffix $pkgdir/usr/share/doc/shorewall$_name_suffix/
-
-  chmod -R 644 $pkgdir/etc/shorewall$_name_suffix/
-  chmod 755 $pkgdir/etc/shorewall$_name_suffix/
-  chmod 644 $pkgdir/usr/share/shorewall$_name_suffix/modules
-  chmod 644 $pkgdir/usr/share/shorewall$_name_suffix/helpers
-
-  # Fix systemd service file permissions
-  chmod 644 $pkgdir/usr/lib/systemd/system/shorewall$_name_suffix.service
-}
-
-# vim:set ts=2 sw=2 et:

Copied: shorewall/repos/community-any/PKGBUILD (from rev 99252, 
shorewall/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-26 13:55:17 UTC (rev 99253)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Malte Rabenseifner ma...@zearan.de
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: FUBAR mrfu...@gmail.com
+
+pkgname=('shorewall' 'shorewall6' 'shorewall-core')
+pkgver=4.5.21.3
+pkgrel=1
+arch=('any')
+url=http://www.shorewall.net/;
+license=('GPL')
+source=(http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.21/$pkgname-$pkgver.tar.bz2
+
http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.21/shorewall6-$pkgver.tar.bz2
+
http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.21/shorewall-core-$pkgver.tar.bz2)
+sha256sums=('dd1160c077112264094478ee81d83c2757d6d72d0d8e7fe6bf000427282a8356'
+'2eccf072ffb83733e73697f425cfd832de91ec70cb19231bb9f88a461790c0da'
+'220725caf825ff0df7c7cf8e78866ec80c847e8b9160cdb8fbc19613248bdc2a')
+
+build() {
+  for product in shorewall{,6,-core}; do
+pushd $srcdir/$product-$pkgver
+./configure HOST=archlinux SBINDIR=/usr/bin
+popd
+  done
+}
+
+package_shorewall() {
+  pkgdesc=An 

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

2013-10-26 Thread Evangelos Foutras
Date: Saturday, October 26, 2013 @ 15:55:09
  Author: foutrelis
Revision: 99252

upgpkg: shorewall 4.5.21.3-1

New upstream release.

Modified:
  shorewall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 13:16:25 UTC (rev 99251)
+++ PKGBUILD2013-10-26 13:55:09 UTC (rev 99252)
@@ -5,7 +5,7 @@
 # Contributor: FUBAR mrfu...@gmail.com
 
 pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=4.5.21.2
+pkgver=4.5.21.3
 pkgrel=1
 arch=('any')
 url=http://www.shorewall.net/;
@@ -13,9 +13,9 @@
 
source=(http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.21/$pkgname-$pkgver.tar.bz2
 
http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.21/shorewall6-$pkgver.tar.bz2
 
http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.21/shorewall-core-$pkgver.tar.bz2)
-sha256sums=('5807a06bde430b3a2fcd123eba17fc7770b6fa8859982245382aa69f8b3ab6af'
-'1d9a560e0f2a1d959ac5e2d8a351a05906b843bd8ea717c5f5e38173009c857c'
-'576a2b9fa3a0dcad7d8ec8f88363cd6fc6e3dabaf73238912d64bc0f21d3fc9e')
+sha256sums=('dd1160c077112264094478ee81d83c2757d6d72d0d8e7fe6bf000427282a8356'
+'2eccf072ffb83733e73697f425cfd832de91ec70cb19231bb9f88a461790c0da'
+'220725caf825ff0df7c7cf8e78866ec80c847e8b9160cdb8fbc19613248bdc2a')
 
 build() {
   for product in shorewall{,6,-core}; do



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

2013-10-26 Thread Dave Reisner
Date: Saturday, October 26, 2013 @ 16:00:16
  Author: dreisner
Revision: 197519

upgpkg: curl 7.33.0-3

- backport fix for globbing regression in tool (FS#37485)

Modified:
  curl/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 13:26:11 UTC (rev 197518)
+++ PKGBUILD2013-10-26 14:00:16 UTC (rev 197519)
@@ -7,7 +7,7 @@
 
 pkgname=curl
 pkgver=7.33.0
-pkgrel=2
+pkgrel=3
 pkgdesc=An URL retrieval utility and library
 arch=('i686' 'x86_64')
 url=http://curl.haxx.se;
@@ -16,11 +16,19 @@
 provides=('libcurl.so')
 options=('!libtool' 'strip' 'debug')
 source=(http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz{,.asc}
+
0001-glob-fix-regression-from-commit-5ca96cb844.patch::https://github.com/bagder/curl/commit/867b52a.patch;
 curlbuild.h)
 md5sums=('c8a4eaac7ce7b0d1bf458d62ccd4ef93'
  'SKIP'
+ 'd71c7eab7d38f1731f78285634a4c390'
  '751bd433ede935c8fae727377625a8ae')
 
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -Np1  $srcdir/0001-glob-fix-regression-from-commit-5ca96cb844.patch
+}
+
 build() {
   cd $pkgname-$pkgver
 



[arch-commits] Commit in curl/repos (6 files)

2013-10-26 Thread Dave Reisner
Date: Saturday, October 26, 2013 @ 16:02:32
  Author: dreisner
Revision: 197520

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

Added:
  curl/repos/testing-i686/
  curl/repos/testing-i686/PKGBUILD
(from rev 197519, curl/trunk/PKGBUILD)
  curl/repos/testing-i686/curlbuild.h
(from rev 197519, curl/trunk/curlbuild.h)
  curl/repos/testing-x86_64/
  curl/repos/testing-x86_64/PKGBUILD
(from rev 197519, curl/trunk/PKGBUILD)
  curl/repos/testing-x86_64/curlbuild.h
(from rev 197519, curl/trunk/curlbuild.h)

+
 testing-i686/PKGBUILD  |   71 +++
 testing-i686/curlbuild.h   |9 +
 testing-x86_64/PKGBUILD|   71 +++
 testing-x86_64/curlbuild.h |9 +
 4 files changed, 160 insertions(+)

Copied: curl/repos/testing-i686/PKGBUILD (from rev 197519, curl/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-10-26 14:02:32 UTC (rev 197520)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Lucien Immink l.imm...@student.fnt.hvu.nl
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=curl
+pkgver=7.33.0
+pkgrel=3
+pkgdesc=An URL retrieval utility and library
+arch=('i686' 'x86_64')
+url=http://curl.haxx.se;
+license=('MIT')
+depends=('ca-certificates' 'libssh2' 'openssl' 'zlib')
+provides=('libcurl.so')
+options=('!libtool' 'strip' 'debug')
+source=(http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz{,.asc}
+
0001-glob-fix-regression-from-commit-5ca96cb844.patch::https://github.com/bagder/curl/commit/867b52a.patch;
+curlbuild.h)
+md5sums=('c8a4eaac7ce7b0d1bf458d62ccd4ef93'
+ 'SKIP'
+ 'd71c7eab7d38f1731f78285634a4c390'
+ '751bd433ede935c8fae727377625a8ae')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -Np1  $srcdir/0001-glob-fix-regression-from-commit-5ca96cb844.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --disable-ldap \
+  --disable-ldaps \
+  --enable-ipv6 \
+  --enable-manual \
+  --enable-versioned-symbols \
+  --enable-threaded-resolver \
+  --without-libidn \
+  --with-random=/dev/urandom \
+  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  local ptrsize=$(cpp '__SIZEOF_POINTER__' | sed '/^#/d')
+  case $ptrsize in
+8) _curlbuild=curlbuild-64.h ;;
+4) _curlbuild=curlbuild-32.h ;;
+*) error unknown pointer size for architecture: %s bytes $ptrsize
+  exit 1
+  ;;
+  esac
+
+  # license
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+
+  # devel
+  mv $pkgdir/usr/include/curl/curlbuild.h 
$pkgdir/usr/include/curl/$_curlbuild
+  install -m644 $srcdir/curlbuild.h $pkgdir/usr/include/curl/curlbuild.h
+}

Copied: curl/repos/testing-i686/curlbuild.h (from rev 197519, 
curl/trunk/curlbuild.h)
===
--- testing-i686/curlbuild.h(rev 0)
+++ testing-i686/curlbuild.h2013-10-26 14:02:32 UTC (rev 197520)
@@ -0,0 +1,9 @@
+#include bits/wordsize.h
+
+#if __WORDSIZE == 32
+#include curlbuild-32.h
+#elif __WORDSIZE == 64
+#include curlbuild-64.h
+#else
+#error Unknown word size
+#endif

Copied: curl/repos/testing-x86_64/PKGBUILD (from rev 197519, 
curl/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-10-26 14:02:32 UTC (rev 197520)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Lucien Immink l.imm...@student.fnt.hvu.nl
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=curl
+pkgver=7.33.0
+pkgrel=3
+pkgdesc=An URL retrieval utility and library
+arch=('i686' 'x86_64')
+url=http://curl.haxx.se;
+license=('MIT')
+depends=('ca-certificates' 'libssh2' 'openssl' 'zlib')
+provides=('libcurl.so')
+options=('!libtool' 'strip' 'debug')
+source=(http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz{,.asc}
+
0001-glob-fix-regression-from-commit-5ca96cb844.patch::https://github.com/bagder/curl/commit/867b52a.patch;
+curlbuild.h)
+md5sums=('c8a4eaac7ce7b0d1bf458d62ccd4ef93'
+ 'SKIP'
+ 'd71c7eab7d38f1731f78285634a4c390'
+ '751bd433ede935c8fae727377625a8ae')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -Np1  $srcdir/0001-glob-fix-regression-from-commit-5ca96cb844.patch
+}
+
+build() {
+  cd 

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

2013-10-26 Thread Ray Rashif
Date: Saturday, October 26, 2013 @ 16:05:57
  Author: schiv
Revision: 197521

upgpkg: liblo 1:0.26-2

upstream-enforced downgrade
stable version relegated to previous release
new release has x64 problems, see FS#35841

Modified:
  liblo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 14:02:32 UTC (rev 197520)
+++ PKGBUILD2013-10-26 14:05:57 UTC (rev 197521)
@@ -4,16 +4,16 @@
 # Contributor: Pajaro
 
 pkgname=liblo
-pkgver=0.27
-pkgrel=1
-pkgdesc=Lightweight OSC implementation: an implementation of the Open Sound 
Control protocol for POSIX systems
+pkgver=0.26
+pkgrel=2
+epoch=1
+pkgdesc=A lightweight OSC (Open Sound Control) implementation
 arch=('i686' 'x86_64')
-url=http://plugin.org.uk/liblo/;
+url=http://liblo.sourceforge.net/;
 license=('GPL')
 depends=('glibc')
-options=('!libtool')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('e4317bab5b16003df350adfe2c181364')
+md5sums=('5351de14262560e15e7f23865293b16f')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -27,3 +27,5 @@
 
   make DESTDIR=$pkgdir install
 }
+
+# vim:set ts=2 sw=2 et:



  1   2   3   >