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

2013-05-27 Thread Gaetan Bisson
Date: Monday, May 27, 2013 @ 08:47:14
  Author: bisson
Revision: 186471

upstream update

Modified:
  socat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-27 02:42:55 UTC (rev 186470)
+++ PKGBUILD2013-05-27 06:47:14 UTC (rev 186471)
@@ -4,7 +4,7 @@
 # Contributor: John Proctor jproc...@prium.net
 
 pkgname=socat
-pkgver=1.7.2.1
+pkgver=1.7.2.2
 pkgrel=1
 pkgdesc='Multipurpose relay'
 url='http://www.dest-unreach.org/socat/'
@@ -12,11 +12,10 @@
 arch=('i686' 'x86_64')
 depends=('readline' 'openssl')
 
source=(http://www.dest-unreach.org/socat/download/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('6e3328cc409550b2367efa8028fe4436e84eb490')
+sha1sums=('588294c17373d52a8ac877dcd599ef26f14b110b')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
-
./configure \
--prefix=/usr \
--mandir=/usr/share/man \
@@ -26,6 +25,5 @@
 
 package() {
cd ${srcdir}/${pkgname}-${pkgver}
-
make DESTDIR=${pkgdir} install
 }



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

2013-05-27 Thread Gaetan Bisson
Date: Monday, May 27, 2013 @ 08:47:24
  Author: bisson
Revision: 186472

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-27 06:47:14 UTC (rev 186471)
+++ extra-i686/PKGBUILD 2013-05-27 06:47:24 UTC (rev 186472)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-# Contributor: John Proctor jproc...@prium.net
-
-pkgname=socat
-pkgver=1.7.2.1
-pkgrel=1
-pkgdesc='Multipurpose relay'
-url='http://www.dest-unreach.org/socat/'
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('readline' 'openssl')
-source=(http://www.dest-unreach.org/socat/download/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('6e3328cc409550b2367efa8028fe4436e84eb490')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-}

Copied: socat/repos/extra-i686/PKGBUILD (from rev 186471, socat/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-27 06:47:24 UTC (rev 186472)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=socat
+pkgver=1.7.2.2
+pkgrel=1
+pkgdesc='Multipurpose relay'
+url='http://www.dest-unreach.org/socat/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('readline' 'openssl')
+source=(http://www.dest-unreach.org/socat/download/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('588294c17373d52a8ac877dcd599ef26f14b110b')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-27 06:47:14 UTC (rev 186471)
+++ extra-x86_64/PKGBUILD   2013-05-27 06:47:24 UTC (rev 186472)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-# Contributor: John Proctor jproc...@prium.net
-
-pkgname=socat
-pkgver=1.7.2.1
-pkgrel=1
-pkgdesc='Multipurpose relay'
-url='http://www.dest-unreach.org/socat/'
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('readline' 'openssl')
-source=(http://www.dest-unreach.org/socat/download/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('6e3328cc409550b2367efa8028fe4436e84eb490')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-}

Copied: socat/repos/extra-x86_64/PKGBUILD (from rev 186471, 
socat/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-05-27 06:47:24 UTC (rev 186472)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=socat
+pkgver=1.7.2.2
+pkgrel=1
+pkgdesc='Multipurpose relay'
+url='http://www.dest-unreach.org/socat/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('readline' 'openssl')
+source=(http://www.dest-unreach.org/socat/download/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('588294c17373d52a8ac877dcd599ef26f14b110b')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}



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

2013-05-27 Thread Andrea Scarpino
Date: Monday, May 27, 2013 @ 09:46:37
  Author: andrea
Revision: 186474

upgpkg: openobex 1.7-2

Fix libdir in pkg-config file

Modified:
  openobex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-27 06:51:38 UTC (rev 186473)
+++ PKGBUILD2013-05-27 07:46:37 UTC (rev 186474)
@@ -1,28 +1,31 @@
 # $Id$
-# Maintainer: Geoffroy Carrier geoff...@archlinux.org
+# Maintainer:
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
 # Contributor: Andrea Scarpino and...@archlinux.org
 # Contributor: damir da...@archlinux.org
 
 pkgname=openobex
 pkgver=1.7
-pkgrel=1
+pkgrel=2
 pkgdesc=Implementation of the OBject EXchange (OBEX) protocol
 url=http://dev.zuckschwerdt.org/openobex/;
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL')
 depends=('bluez' 'libusb-compat')
 makedepends=('cmake')
-options=('!libtool' '!makeflags')
+options=('!makeflags')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-Source.tar.gz)
 md5sums=('11031f6f0b876bb6259bd27106491528')
 
 build() {
-  [ ${CARCH} = x86_64 ]  export CFLAGS=${CFLAGS} -fPIC
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver}-Source \
--DCMAKE_BUILD_TYPE=Release -DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib 
-DCMAKE_INSTALL_SBINDIR=bin 
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_SBINDIR=bin
   make all openobex-apps
 }
 



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

2013-05-27 Thread Andrea Scarpino
Date: Monday, May 27, 2013 @ 09:46:51
  Author: andrea
Revision: 186475

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

Added:
  openobex/repos/staging-i686/PKGBUILD
(from rev 186474, openobex/trunk/PKGBUILD)
  openobex/repos/staging-x86_64/PKGBUILD
(from rev 186474, openobex/trunk/PKGBUILD)
Deleted:
  openobex/repos/staging-i686/PKGBUILD
  openobex/repos/staging-x86_64/PKGBUILD

-+
 /PKGBUILD   |   70 ++
 staging-i686/PKGBUILD   |   32 -
 staging-x86_64/PKGBUILD |   32 -
 3 files changed, 70 insertions(+), 64 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2013-05-27 07:46:37 UTC (rev 186474)
+++ staging-i686/PKGBUILD   2013-05-27 07:46:51 UTC (rev 186475)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Geoffroy Carrier geoff...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: damir da...@archlinux.org
-
-pkgname=openobex
-pkgver=1.7
-pkgrel=1
-pkgdesc=Implementation of the OBject EXchange (OBEX) protocol
-url=http://dev.zuckschwerdt.org/openobex/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-depends=('bluez' 'libusb-compat')
-makedepends=('cmake')
-options=('!libtool' '!makeflags')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-Source.tar.gz)
-md5sums=('11031f6f0b876bb6259bd27106491528')
-
-build() {
-  [ ${CARCH} = x86_64 ]  export CFLAGS=${CFLAGS} -fPIC
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver}-Source \
--DCMAKE_BUILD_TYPE=Release -DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib 
-DCMAKE_INSTALL_SBINDIR=bin 
-  make all openobex-apps
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: openobex/repos/staging-i686/PKGBUILD (from rev 186474, 
openobex/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-27 07:46:51 UTC (rev 186475)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=openobex
+pkgver=1.7
+pkgrel=2
+pkgdesc=Implementation of the OBject EXchange (OBEX) protocol
+url=http://dev.zuckschwerdt.org/openobex/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('bluez' 'libusb-compat')
+makedepends=('cmake')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-Source.tar.gz)
+md5sums=('11031f6f0b876bb6259bd27106491528')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver}-Source \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_SBINDIR=bin
+  make all openobex-apps
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2013-05-27 07:46:37 UTC (rev 186474)
+++ staging-x86_64/PKGBUILD 2013-05-27 07:46:51 UTC (rev 186475)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Geoffroy Carrier geoff...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: damir da...@archlinux.org
-
-pkgname=openobex
-pkgver=1.7
-pkgrel=1
-pkgdesc=Implementation of the OBject EXchange (OBEX) protocol
-url=http://dev.zuckschwerdt.org/openobex/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-depends=('bluez' 'libusb-compat')
-makedepends=('cmake')
-options=('!libtool' '!makeflags')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-Source.tar.gz)
-md5sums=('11031f6f0b876bb6259bd27106491528')
-
-build() {
-  [ ${CARCH} = x86_64 ]  export CFLAGS=${CFLAGS} -fPIC
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver}-Source \
--DCMAKE_BUILD_TYPE=Release -DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib 
-DCMAKE_INSTALL_SBINDIR=bin 
-  make all openobex-apps
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: openobex/repos/staging-x86_64/PKGBUILD (from rev 186474, 
openobex/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-27 07:46:51 UTC (rev 186475)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=openobex
+pkgver=1.7
+pkgrel=2
+pkgdesc=Implementation of the OBject EXchange (OBEX) protocol
+url=http://dev.zuckschwerdt.org/openobex/;
+arch=('i686' 

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

2013-05-27 Thread Bartłomiej Piotrowski
Date: Monday, May 27, 2013 @ 10:10:37
  Author: bpiotrowski
Revision: 91753

upgpkg: gemrb 0.8.0.1-1

- upstream release

Modified:
  gemrb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-27 05:43:03 UTC (rev 91752)
+++ PKGBUILD2013-05-27 08:10:37 UTC (rev 91753)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
 pkgname=gemrb
-pkgver=0.8.0
-pkgrel=2
+pkgver=0.8.0.1
+pkgrel=1
 pkgdesc=OSS implementation of Bioware's Infinity Engine which supports eg. 
Baldur's Gate
 arch=('i686' 'x86_64')
 url=http://www.gemrb.org/;
@@ -13,7 +13,7 @@
 install=gemrb.install
 options=('!libtool')
 
source=(http://downloads.sourceforge.net/sourceforge/gemrb/$pkgname-$pkgver.tar.gz;)
-md5sums=('dc0306d4d301726ac449225313285ea1')
+md5sums=('fdb97cc031cf969938952ce2c79b25fc')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-05-27 Thread Bartłomiej Piotrowski
Date: Monday, May 27, 2013 @ 10:10:59
  Author: bpiotrowski
Revision: 91754

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

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

+
 /PKGBUILD  |   68 +++
 /gemrb.install |   48 +++
 community-i686/PKGBUILD|   34 ---
 community-i686/gemrb.install   |   24 -
 community-x86_64/PKGBUILD  |   34 ---
 community-x86_64/gemrb.install |   24 -
 6 files changed, 116 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-27 08:10:37 UTC (rev 91753)
+++ community-i686/PKGBUILD 2013-05-27 08:10:59 UTC (rev 91754)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
-pkgname=gemrb
-pkgver=0.8.0
-pkgrel=2
-pkgdesc=OSS implementation of Bioware's Infinity Engine which supports eg. 
Baldur's Gate
-arch=('i686' 'x86_64')
-url=http://www.gemrb.org/;
-license=('GPL')
-depends=('python2' 'openal' 'libpng' 'sdl_mixer')
-# optionally it is possible to build vlc plugin too
-makedepends=('cmake')
-install=gemrb.install
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/gemrb/$pkgname-$pkgver.tar.gz;)
-md5sums=('dc0306d4d301726ac449225313285ea1')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  if [ ! -d $srcdir/build ] ; then
-mkdir $srcdir/build
-  fi
-  cd $srcdir/build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ../$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}
-

Copied: gemrb/repos/community-i686/PKGBUILD (from rev 91753, 
gemrb/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-27 08:10:59 UTC (rev 91754)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=gemrb
+pkgver=0.8.0.1
+pkgrel=1
+pkgdesc=OSS implementation of Bioware's Infinity Engine which supports eg. 
Baldur's Gate
+arch=('i686' 'x86_64')
+url=http://www.gemrb.org/;
+license=('GPL')
+depends=('python2' 'openal' 'libpng' 'sdl_mixer')
+# optionally it is possible to build vlc plugin too
+makedepends=('cmake')
+install=gemrb.install
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/gemrb/$pkgname-$pkgver.tar.gz;)
+md5sums=('fdb97cc031cf969938952ce2c79b25fc')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  if [ ! -d $srcdir/build ] ; then
+mkdir $srcdir/build
+  fi
+  cd $srcdir/build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ../$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}
+

Deleted: community-i686/gemrb.install
===
--- community-i686/gemrb.install2013-05-27 08:10:37 UTC (rev 91753)
+++ community-i686/gemrb.install2013-05-27 08:10:59 UTC (rev 91754)
@@ -1,24 +0,0 @@
-post_install() {
-  cat  EOF
-
-Installing the games
-
-   1. Install the game(s) (eg using wine or Unshield)
-   2. Copy /etc/gemrb/GemRB.cfg.sample to ~/.gemrb/gemrb.cfg or to 
/etc/gemrb/gemrb.cfg
-   3. Edit gemrb.cfg, mainly to set up the path to the game's data files. 
It is crucial to get this right.
-   4. Now You can start the game by executing gemrb at the command line 
prompt
-
-EOF
-
-gtk-update-icon-cache -f /usr/share/icons/hicolor/
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  echo Don't forget to remove game data files.
-  post_install
-}
-

Copied: gemrb/repos/community-i686/gemrb.install (from rev 91753, 
gemrb/trunk/gemrb.install)
===
--- community-i686/gemrb.install(rev 0)
+++ community-i686/gemrb.install2013-05-27 08:10:59 UTC (rev 91754)
@@ -0,0 +1,24 @@
+post_install() {
+  cat  EOF
+
+Installing the games
+
+   1. Install the game(s) (eg using wine or Unshield)
+   2. Copy /etc/gemrb/GemRB.cfg.sample to ~/.gemrb/gemrb.cfg or to 
/etc/gemrb/gemrb.cfg
+   3. Edit gemrb.cfg, mainly to set up the path to the game's data files. 
It is crucial to get this right.
+   4. Now You can start the game by executing gemrb at the 

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

2013-05-27 Thread Florian Pritz
Date: Monday, May 27, 2013 @ 11:10:06
  Author: bluewind
Revision: 91755

upgpkg: lib32-libxau 1.0.8-1

upstream update

Modified:
  lib32-libxau/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-27 08:10:59 UTC (rev 91754)
+++ PKGBUILD2013-05-27 09:10:06 UTC (rev 91755)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 _pkgbasename=libxau
 pkgname=lib32-$_pkgbasename
-pkgver=1.0.7
+pkgver=1.0.8
 pkgrel=1
 pkgdesc=X11 authorisation library (32-bit)
 arch=(x86_64)
@@ -13,7 +13,7 @@
 license=('custom')
 options=('!libtool')
 source=(${url}/releases/individual/lib/libXau-${pkgver}.tar.bz2)
-sha1sums=('29c47207fd246425b906f525b2220235ce4cd0f6')
+sha1sums=('d9512d6869e022d4e9c9d33f6d6199eda4ad096b')
 
 build() {
   cd ${srcdir}/libXau-${pkgver}



[arch-commits] Commit in lib32-libxau/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2013-05-27 Thread Florian Pritz
Date: Monday, May 27, 2013 @ 11:10:13
  Author: bluewind
Revision: 91756

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libxau/repos/multilib-x86_64/PKGBUILD
(from rev 91755, lib32-libxau/trunk/PKGBUILD)
Deleted:
  lib32-libxau/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-27 09:10:06 UTC (rev 91755)
+++ PKGBUILD2013-05-27 09:10:13 UTC (rev 91756)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Alexander Baldeck alexan...@archlinux.org
-# Contributor: Jan de Groot j...@archlinux.org
-_pkgbasename=libxau
-pkgname=lib32-$_pkgbasename
-pkgver=1.0.7
-pkgrel=1
-pkgdesc=X11 authorisation library (32-bit)
-arch=(x86_64)
-url=http://xorg.freedesktop.org/;
-depends=('lib32-glibc' $_pkgbasename)
-makedepends=('pkgconfig' 'xproto=7.0.15' 'gcc-multilib')
-license=('custom')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libXau-${pkgver}.tar.bz2)
-sha1sums=('29c47207fd246425b906f525b2220235ce4cd0f6')
-
-build() {
-  cd ${srcdir}/libXau-${pkgver}
-
-  export CC=gcc -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  ./configure --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib32
-  make
-}
-
-package() {
-  cd ${srcdir}/libXau-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/usr/{include,share}
-
-  mkdir -p $pkgdir/usr/share/licenses
-  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-libxau/repos/multilib-x86_64/PKGBUILD (from rev 91755, 
lib32-libxau/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-27 09:10:13 UTC (rev 91756)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexander Baldeck alexan...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+_pkgbasename=libxau
+pkgname=lib32-$_pkgbasename
+pkgver=1.0.8
+pkgrel=1
+pkgdesc=X11 authorisation library (32-bit)
+arch=(x86_64)
+url=http://xorg.freedesktop.org/;
+depends=('lib32-glibc' $_pkgbasename)
+makedepends=('pkgconfig' 'xproto=7.0.15' 'gcc-multilib')
+license=('custom')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXau-${pkgver}.tar.bz2)
+sha1sums=('d9512d6869e022d4e9c9d33f6d6199eda4ad096b')
+
+build() {
+  cd ${srcdir}/libXau-${pkgver}
+
+  export CC=gcc -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  ./configure --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd ${srcdir}/libXau-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{include,share}
+
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}



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

2013-05-27 Thread Florian Pritz
Date: Monday, May 27, 2013 @ 11:19:17
  Author: bluewind
Revision: 91757

upgpkg: lib32-gmp 5.1.2-1

upstream update

Modified:
  lib32-gmp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-27 09:10:13 UTC (rev 91756)
+++ PKGBUILD2013-05-27 09:19:17 UTC (rev 91757)
@@ -4,7 +4,7 @@
 
 _pkgbasename=gmp
 pkgname=lib32-$_pkgbasename
-pkgver=5.1.1
+pkgver=5.1.2
 pkgrel=1
 pkgdesc=A free library for arbitrary precision arithmetic (32-bit)
 arch=('x86_64')
@@ -14,8 +14,8 @@
 license=('LGPL3')
 options=(!libtool)
 source=(ftp://ftp.gmplib.org/pub/gmp-${pkgver}/gmp-${pkgver}.tar.xz{,.sig})
-md5sums=('485b1296e6287fa381e6015b19767989'
- '5cec115b99dc498b079430dd62084d9c')
+md5sums=('06fe2ca164221c59ce74867155cfc1ac'
+ 'SKIP')
 
 build() {
   export CC=gcc -m32



[arch-commits] Commit in lib32-gmp/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2013-05-27 Thread Florian Pritz
Date: Monday, May 27, 2013 @ 11:19:22
  Author: bluewind
Revision: 91758

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gmp/repos/multilib-x86_64/PKGBUILD
(from rev 91757, lib32-gmp/trunk/PKGBUILD)
Deleted:
  lib32-gmp/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   98 ++---
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-27 09:19:17 UTC (rev 91757)
+++ PKGBUILD2013-05-27 09:19:22 UTC (rev 91758)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz bluew...@xinu.at
-# Contributor: josephgbr rafael.f...@gmail.com
-
-_pkgbasename=gmp
-pkgname=lib32-$_pkgbasename
-pkgver=5.1.1
-pkgrel=1
-pkgdesc=A free library for arbitrary precision arithmetic (32-bit)
-arch=('x86_64')
-url=http://gmplib.org/;
-depends=('lib32-gcc-libs' $_pkgbasename)
-makedepends=(gcc-multilib)
-license=('LGPL3')
-options=(!libtool)
-source=(ftp://ftp.gmplib.org/pub/gmp-${pkgver}/gmp-${pkgver}.tar.xz{,.sig})
-md5sums=('485b1296e6287fa381e6015b19767989'
- '5cec115b99dc498b079430dd62084d9c')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  export ABI=32
-  ./configure \
---prefix=/usr --infodir=/usr/share/info \
---enable-cxx --libdir=/usr/lib32 \
---includedir=/usr/lib32/gmp
-
-  #Put gmp.h in the same folder as gmpxx.h
-  sed -i 's/$(exec_prefix)\/include/$\(includedir\)/' Makefile
-
-  make
-}
-
-check() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/usr/{include,share,bin}
-}

Copied: lib32-gmp/repos/multilib-x86_64/PKGBUILD (from rev 91757, 
lib32-gmp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-27 09:19:22 UTC (rev 91758)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Contributor: josephgbr rafael.f...@gmail.com
+
+_pkgbasename=gmp
+pkgname=lib32-$_pkgbasename
+pkgver=5.1.2
+pkgrel=1
+pkgdesc=A free library for arbitrary precision arithmetic (32-bit)
+arch=('x86_64')
+url=http://gmplib.org/;
+depends=('lib32-gcc-libs' $_pkgbasename)
+makedepends=(gcc-multilib)
+license=('LGPL3')
+options=(!libtool)
+source=(ftp://ftp.gmplib.org/pub/gmp-${pkgver}/gmp-${pkgver}.tar.xz{,.sig})
+md5sums=('06fe2ca164221c59ce74867155cfc1ac'
+ 'SKIP')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  export ABI=32
+  ./configure \
+--prefix=/usr --infodir=/usr/share/info \
+--enable-cxx --libdir=/usr/lib32 \
+--includedir=/usr/lib32/gmp
+
+  #Put gmp.h in the same folder as gmpxx.h
+  sed -i 's/$(exec_prefix)\/include/$\(includedir\)/' Makefile
+
+  make
+}
+
+check() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{include,share,bin}
+}



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

2013-05-27 Thread Florian Pritz
Date: Monday, May 27, 2013 @ 11:57:40
  Author: bluewind
Revision: 91760

upgpkg: lib32-icu 51.2-1

upstream update

Modified:
  lib32-icu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-27 09:42:23 UTC (rev 91759)
+++ PKGBUILD2013-05-27 09:57:40 UTC (rev 91760)
@@ -1,7 +1,7 @@
 # Maintainer: josephgbr rafael.f...@gmail.com
 
 pkgname=lib32-icu
-pkgver=51.1
+pkgver=51.2
 pkgrel=1
 pkgdesc=International Components for Unicode library (32 bit)
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('gcc-multilib')
 
source=(http://download.icu-project.org/files/icu4c/${pkgver}/icu4c-${pkgver//./_}-src.tgz
 'icu.8198.revert.icu5431.patch')
-md5sums=('6eef33b229d0239d654983028c9c7053'
+md5sums=('072e501b87065f3a0ca888f1b5165709'
  'ebd5470fc969c75e52baf4af94a9ee82')
 
 build() {



[arch-commits] Commit in lib32-icu/repos/multilib-x86_64 (6 files)

2013-05-27 Thread Florian Pritz
Date: Monday, May 27, 2013 @ 11:57:44
  Author: bluewind
Revision: 91761

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-icu/repos/multilib-x86_64/PKGBUILD
(from rev 91760, lib32-icu/trunk/PKGBUILD)
  lib32-icu/repos/multilib-x86_64/changeset_32780.diff
(from rev 91760, lib32-icu/trunk/changeset_32780.diff)
  lib32-icu/repos/multilib-x86_64/icu.8198.revert.icu5431.patch
(from rev 91760, lib32-icu/trunk/icu.8198.revert.icu5431.patch)
Deleted:
  lib32-icu/repos/multilib-x86_64/PKGBUILD
  lib32-icu/repos/multilib-x86_64/changeset_32780.diff
  lib32-icu/repos/multilib-x86_64/icu.8198.revert.icu5431.patch

---+
 PKGBUILD  |  100 +++
 changeset_32780.diff  |  134 ++--
 icu.8198.revert.icu5431.patch |  258 
 3 files changed, 246 insertions(+), 246 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-27 09:57:40 UTC (rev 91760)
+++ PKGBUILD2013-05-27 09:57:44 UTC (rev 91761)
@@ -1,50 +0,0 @@
-# Maintainer: josephgbr rafael.f...@gmail.com
-
-pkgname=lib32-icu
-pkgver=51.1
-pkgrel=1
-pkgdesc=International Components for Unicode library (32 bit)
-arch=('x86_64')
-url=http://www.icu-project.org/;
-license=('custom:icu')
-depends=('lib32-gcc-libs' 'icu')
-makedepends=('gcc-multilib')
-source=(http://download.icu-project.org/files/icu4c/${pkgver}/icu4c-${pkgver//./_}-src.tgz
-'icu.8198.revert.icu5431.patch')
-md5sums=('6eef33b229d0239d654983028c9c7053'
- 'ebd5470fc969c75e52baf4af94a9ee82')
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  cd icu/source
-
-  # fix Malayalam encoding https://bugzilla.redhat.com/show_bug.cgi?id=654200
-  patch -Rp3 -i ${srcdir}/icu.8198.revert.icu5431.patch
-
-  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man 
--libdir=/usr/lib32
-
-  make
-}
-
-check() {
-  cd $srcdir/icu/source
-  make -k check # passes all
-}
-
-package() {
-  cd icu/source
-
-  make -j1 DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/{include,sbin,share}
-
-  # keep icu-config-32
-  find ${pkgdir}/usr/bin -type f -not -name icu-config -delete
-  mv ${pkgdir}/usr/bin/icu-config{,-32}
-
-  install -d m644 ${pkgdir}/usr/share/licenses
-  ln -s icu ${pkgdir}/usr/share/licenses/${pkgname}
-}
-

Copied: lib32-icu/repos/multilib-x86_64/PKGBUILD (from rev 91760, 
lib32-icu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-27 09:57:44 UTC (rev 91761)
@@ -0,0 +1,50 @@
+# Maintainer: josephgbr rafael.f...@gmail.com
+
+pkgname=lib32-icu
+pkgver=51.2
+pkgrel=1
+pkgdesc=International Components for Unicode library (32 bit)
+arch=('x86_64')
+url=http://www.icu-project.org/;
+license=('custom:icu')
+depends=('lib32-gcc-libs' 'icu')
+makedepends=('gcc-multilib')
+source=(http://download.icu-project.org/files/icu4c/${pkgver}/icu4c-${pkgver//./_}-src.tgz
+'icu.8198.revert.icu5431.patch')
+md5sums=('072e501b87065f3a0ca888f1b5165709'
+ 'ebd5470fc969c75e52baf4af94a9ee82')
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  cd icu/source
+
+  # fix Malayalam encoding https://bugzilla.redhat.com/show_bug.cgi?id=654200
+  patch -Rp3 -i ${srcdir}/icu.8198.revert.icu5431.patch
+
+  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man 
--libdir=/usr/lib32
+
+  make
+}
+
+check() {
+  cd $srcdir/icu/source
+  make -k check # passes all
+}
+
+package() {
+  cd icu/source
+
+  make -j1 DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/{include,sbin,share}
+
+  # keep icu-config-32
+  find ${pkgdir}/usr/bin -type f -not -name icu-config -delete
+  mv ${pkgdir}/usr/bin/icu-config{,-32}
+
+  install -d m644 ${pkgdir}/usr/share/licenses
+  ln -s icu ${pkgdir}/usr/share/licenses/${pkgname}
+}
+

Deleted: changeset_32780.diff
===
--- changeset_32780.diff2013-05-27 09:57:40 UTC (rev 91760)
+++ changeset_32780.diff2013-05-27 09:57:44 UTC (rev 91761)
@@ -1,67 +0,0 @@
-Index: /icu/trunk/source/test/intltest/strtest.cpp
-===
 /icu/trunk/source/test/intltest/strtest.cpp(revision 32779)
-+++ /icu/trunk/source/test/intltest/strtest.cpp(revision 32780)
-@@ -1,5 +1,5 @@
- /
-  * COPYRIGHT: 
-- * Copyright (c) 1997-2011, International Business Machines Corporation and
-+ * Copyright (c) 1997-2012, International Business Machines Corporation and
-  * others. All Rights Reserved.
-  /
-@@ -95,5 +95,5 @@
- StringTest::Test_U_STRING() {
- 

[arch-commits] Commit in (9 files)

2013-05-27 Thread Sergej Pupykin
Date: Monday, May 27, 2013 @ 13:00:11
  Author: spupykin
Revision: 91762

Added:
  perl-data-dumper/
  perl-data-dumper/repos/
  perl-data-dumper/trunk/
  perl-data-dumper/trunk/PKGBUILD
  perl-math-random-isaac/
  perl-math-random-isaac/repos/
  perl-math-random-isaac/trunk/
  perl-math-random-isaac/trunk/PKGBUILD
Modified:
  bugzilla/trunk/PKGBUILD

---+
 bugzilla/trunk/PKGBUILD   |5 +++--
 perl-data-dumper/trunk/PKGBUILD   |   22 ++
 perl-math-random-isaac/trunk/PKGBUILD |   32 
 3 files changed, 57 insertions(+), 2 deletions(-)

Modified: bugzilla/trunk/PKGBUILD
===
--- bugzilla/trunk/PKGBUILD 2013-05-27 09:57:44 UTC (rev 91761)
+++ bugzilla/trunk/PKGBUILD 2013-05-27 11:00:11 UTC (rev 91762)
@@ -4,7 +4,7 @@
 
 pkgname=bugzilla
 pkgver=4.4
-pkgrel=1
+pkgrel=2
 pkgdesc=bug tracker
 arch=('any')
 url=http://www.bugzilla.org;
@@ -16,7 +16,8 @@
 perl-email-mime-modifier perl-email-mime-creator perl-email-reply 
perl-email-send perl-email-simple
 perl-email-simple-creator perl-gd perl-gdgraph perl-gdtextutil 
perl-patchreader
 perl-return-value perl-template-gd perl-ldap perl-soap-lite 
perl-authen-sasl
-perl-xml-twig perl-html-scrubber perl-authen-radius 
perl-template-toolkit)
+perl-xml-twig perl-html-scrubber perl-authen-radius 
perl-template-toolkit
+perl-data-dumper perl-math-random-isaac)
 optdepends=('mod_perl'
'perl-dbd-pg'
'perl-dbd-mysql'

Added: perl-data-dumper/trunk/PKGBUILD
===
--- perl-data-dumper/trunk/PKGBUILD (rev 0)
+++ perl-data-dumper/trunk/PKGBUILD 2013-05-27 11:00:11 UTC (rev 91762)
@@ -0,0 +1,22 @@
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=perl-data-dumper
+pkgver=2.145
+pkgrel=1
+pkgdesc=Net::IMAP::Simple - a simple IMAP access library
+arch=(i686 x86_64)
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/Data-Dumper/;
+depends=('perl')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/S/SM/SMUELLER/Data-Dumper-$pkgver.tar.gz)
+md5sums=('b773c875afcca866faf8481adc3464b0')
+
+build() {
+  cd $srcdir/Data-Dumper-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name perllocal.pod -delete
+  find $pkgdir -name .packlist -delete
+}

Added: perl-math-random-isaac/trunk/PKGBUILD
===
--- perl-math-random-isaac/trunk/PKGBUILD   (rev 0)
+++ perl-math-random-isaac/trunk/PKGBUILD   2013-05-27 11:00:11 UTC (rev 
91762)
@@ -0,0 +1,32 @@
+pkgname=perl-math-random-isaac
+pkgver=1.004
+pkgrel=1
+pkgdesc='Some basic numeric stats on vectors'
+arch=('any')
+url='http://search.cpan.org/dist/Math-Random-ISAAC/'
+license=('unknown')
+depends=('perl')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/J/JA/JAWNSY/Math-Random-ISAAC-$pkgver.tar.gz;)
+md5sums=('46110b9a7bb96fe641bdfaf35bdafec5')
+
+build() {
+  cd $srcdir/Math-Random-ISAAC-$pkgver
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps \
+PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
+PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
+MODULEBUILDRC=/dev/null
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd $srcdir/Math-Random-ISAAC-$pkgver
+  make test
+}
+
+package() {
+  cd $srcdir/Math-Random-ISAAC-$pkgver
+  make install
+  find $pkgdir -name .packlist -o -name perllocal.pod -delete
+}



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

2013-05-27 Thread Florian Pritz
Date: Monday, May 27, 2013 @ 13:07:27
  Author: bluewind
Revision: 91763

upgpkg: lib32-harfbuzz 0.9.17-2

rebuild against lib32-icu 51.2

Modified:
  lib32-harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-27 11:00:11 UTC (rev 91762)
+++ PKGBUILD2013-05-27 11:07:27 UTC (rev 91763)
@@ -3,7 +3,7 @@
 _pkgbasename=harfbuzz
 pkgname=lib32-$_pkgbasename
 pkgver=0.9.17
-pkgrel=1
+pkgrel=2
 pkgdesc=OpenType text shaping engine. (32-bit)
 arch=('x86_64')
 url=http://www.freedesktop.org/wiki/Software/HarfBuzz;



[arch-commits] Commit in lib32-harfbuzz/repos/multilib-x86_64 (4 files)

2013-05-27 Thread Florian Pritz
Date: Monday, May 27, 2013 @ 13:07:31
  Author: bluewind
Revision: 91764

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-harfbuzz/repos/multilib-x86_64/PKGBUILD
(from rev 91763, lib32-harfbuzz/trunk/PKGBUILD)
  lib32-harfbuzz/repos/multilib-x86_64/remove-graphite.patch
(from rev 91763, lib32-harfbuzz/trunk/remove-graphite.patch)
Deleted:
  lib32-harfbuzz/repos/multilib-x86_64/PKGBUILD
  lib32-harfbuzz/repos/multilib-x86_64/remove-graphite.patch

---+
 PKGBUILD  |   84 
 remove-graphite.patch |   30 -
 2 files changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-27 11:07:27 UTC (rev 91763)
+++ PKGBUILD2013-05-27 11:07:31 UTC (rev 91764)
@@ -1,42 +0,0 @@
-# Maintainer: Florian Pritz bluew...@xinu.at
-
-_pkgbasename=harfbuzz
-pkgname=lib32-$_pkgbasename
-pkgver=0.9.17
-pkgrel=1
-pkgdesc=OpenType text shaping engine. (32-bit)
-arch=('i686' 'x86_64')
-url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
-license=('MIT')
-depends=('lib32-icu' 'lib32-glib2' 'lib32-freetype2' $_pkgbasename)
-makedepends=('gcc-multilib')
-options=(!libtool)
-source=(http://www.freedesktop.org/software/harfbuzz/release/${_pkgbasename}-${pkgver}.tar.bz2
-remove-graphite.patch)
-sha256sums=('a4773003512035cb5c559de23e1d53f292bcb0212f023b540c4dc695b39690ed'
-'bf89c8387b94638cd8f371931f8101a7c32b744023df252e1a0b67f4e82e9df4')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  patch -p0 -i $srcdir/remove-graphite.patch
-
-  # work around autogen.sh requiring ragel
-  autoreconf --force --install --verbose
-  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-silent-rules
-  make
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/usr/{include,share,bin}
-  mkdir -p $pkgdir/usr/share/licenses
-  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-harfbuzz/repos/multilib-x86_64/PKGBUILD (from rev 91763, 
lib32-harfbuzz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-27 11:07:31 UTC (rev 91764)
@@ -0,0 +1,42 @@
+# Maintainer: Florian Pritz bluew...@xinu.at
+
+_pkgbasename=harfbuzz
+pkgname=lib32-$_pkgbasename
+pkgver=0.9.17
+pkgrel=2
+pkgdesc=OpenType text shaping engine. (32-bit)
+arch=('x86_64')
+url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
+license=('MIT')
+depends=('lib32-icu' 'lib32-glib2' 'lib32-freetype2' $_pkgbasename)
+makedepends=('gcc-multilib')
+options=(!libtool)
+source=(http://www.freedesktop.org/software/harfbuzz/release/${_pkgbasename}-${pkgver}.tar.bz2
+remove-graphite.patch)
+sha256sums=('a4773003512035cb5c559de23e1d53f292bcb0212f023b540c4dc695b39690ed'
+'bf89c8387b94638cd8f371931f8101a7c32b744023df252e1a0b67f4e82e9df4')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  patch -p0 -i $srcdir/remove-graphite.patch
+
+  # work around autogen.sh requiring ragel
+  autoreconf --force --install --verbose
+  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-silent-rules
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{include,share,bin}
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}

Deleted: remove-graphite.patch
===
--- remove-graphite.patch   2013-05-27 11:07:27 UTC (rev 91763)
+++ remove-graphite.patch   2013-05-27 11:07:31 UTC (rev 91764)
@@ -1,15 +0,0 @@
 configure_2012-11-21_104449.ac 2012-11-21 10:44:49.577069798 +0100
-+++ configure.ac   2012-11-21 10:51:47.620933574 +0100
-@@ -185,11 +185,7 @@
- 
- dnl ==
- 
--PKG_CHECK_MODULES(GRAPHITE2, graphite2, have_graphite=true, 
have_graphite=false)
--if $have_graphite; then
--AC_DEFINE(HAVE_GRAPHITE2, 1, [Have Graphite library])
--fi
--AM_CONDITIONAL(HAVE_GRAPHITE2, $have_graphite)
-+AM_CONDITIONAL(HAVE_GRAPHITE2, 0)
- 
- dnl ==
- 

Copied: lib32-harfbuzz/repos/multilib-x86_64/remove-graphite.patch (from rev 
91763, lib32-harfbuzz/trunk/remove-graphite.patch)
===
--- remove-graphite.patch   (rev 0)
+++ remove-graphite.patch   2013-05-27 11:07:31 UTC (rev 91764)
@@ -0,0 +1,15 @@
+--- configure_2012-11-21_104449.ac 2012-11-21 

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

2013-05-27 Thread Sergej Pupykin
Date: Monday, May 27, 2013 @ 13:14:36
  Author: spupykin
Revision: 91765

archrelease: copy trunk to community-any

Added:
  bugzilla/repos/community-any/PKGBUILD
(from rev 91764, bugzilla/trunk/PKGBUILD)
Deleted:
  bugzilla/repos/community-any/PKGBUILD

--+
 PKGBUILD |   81 ++---
 1 file changed, 41 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-27 11:07:31 UTC (rev 91764)
+++ PKGBUILD2013-05-27 11:14:36 UTC (rev 91765)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=bugzilla
-pkgver=4.4
-pkgrel=1
-pkgdesc=bug tracker
-arch=('any')
-url=http://www.bugzilla.org;
-license=(GPL)
-depends=(perl perl-timedate perl-datetime
-perl-chart perl-email-abstract perl-email-address 
perl-email-date-format
-perl-email-messageid perl-email-mime 
perl-email-mime-attachment-stripper
-perl-email-mime-contenttype perl-email-mime-encodings
-perl-email-mime-modifier perl-email-mime-creator perl-email-reply 
perl-email-send perl-email-simple
-perl-email-simple-creator perl-gd perl-gdgraph perl-gdtextutil 
perl-patchreader
-perl-return-value perl-template-gd perl-ldap perl-soap-lite 
perl-authen-sasl
-perl-xml-twig perl-html-scrubber perl-authen-radius 
perl-template-toolkit)
-optdepends=('mod_perl'
-   'perl-dbd-pg'
-   'perl-dbd-mysql'
-   'perl-dbd-oracle'
-   'python2'
-   'ruby')
-options=(!strip)
-backup=('srv/http/bugzilla/.htaccess')
-source=(http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-$pkgver.tar.gz)
-md5sums=('9c896aaf1ebf8002b4e6f8448e7942b6')
-
-package() {
-  cd $srcdir
-  install -d -m0755 $pkgdir/srv/http
-  find $pkgname-$pkgver -type d -name CVS -exec rm -rf {} \; || true
-  find $pkgname-$pkgver -type f -name .cvsignore -exec rm -f {} \; || true
-  cp -a $pkgname-$pkgver $pkgdir/srv/http/bugzilla
-  rm -rf $pkgdir/srv/http/bugzilla/.bzr
-  rm -rf $pkgdir/srv/http/bugzilla/.bzrrev
-  rm -rf $pkgdir/srv/http/bugzilla/.bzrignore
-}

Copied: bugzilla/repos/community-any/PKGBUILD (from rev 91764, 
bugzilla/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-27 11:14:36 UTC (rev 91765)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=bugzilla
+pkgver=4.4
+pkgrel=2
+pkgdesc=bug tracker
+arch=('any')
+url=http://www.bugzilla.org;
+license=(GPL)
+depends=(perl perl-timedate perl-datetime
+perl-chart perl-email-abstract perl-email-address 
perl-email-date-format
+perl-email-messageid perl-email-mime 
perl-email-mime-attachment-stripper
+perl-email-mime-contenttype perl-email-mime-encodings
+perl-email-mime-modifier perl-email-mime-creator perl-email-reply 
perl-email-send perl-email-simple
+perl-email-simple-creator perl-gd perl-gdgraph perl-gdtextutil 
perl-patchreader
+perl-return-value perl-template-gd perl-ldap perl-soap-lite 
perl-authen-sasl
+perl-xml-twig perl-html-scrubber perl-authen-radius 
perl-template-toolkit
+perl-data-dumper perl-math-random-isaac)
+optdepends=('mod_perl'
+   'perl-dbd-pg'
+   'perl-dbd-mysql'
+   'perl-dbd-oracle'
+   'python2'
+   'ruby')
+options=(!strip)
+backup=('srv/http/bugzilla/.htaccess')
+source=(http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-$pkgver.tar.gz)
+md5sums=('9c896aaf1ebf8002b4e6f8448e7942b6')
+
+package() {
+  cd $srcdir
+  install -d -m0755 $pkgdir/srv/http
+  find $pkgname-$pkgver -type d -name CVS -exec rm -rf {} \; || true
+  find $pkgname-$pkgver -type f -name .cvsignore -exec rm -f {} \; || true
+  cp -a $pkgname-$pkgver $pkgdir/srv/http/bugzilla
+  rm -rf $pkgdir/srv/http/bugzilla/.bzr
+  rm -rf $pkgdir/srv/http/bugzilla/.bzrrev
+  rm -rf $pkgdir/srv/http/bugzilla/.bzrignore
+}



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

2013-05-27 Thread Sergej Pupykin
Date: Monday, May 27, 2013 @ 13:14:52
  Author: spupykin
Revision: 91766

upgpkg: perl-data-dumper 2.145-1

upd

Modified:
  perl-data-dumper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-27 11:14:36 UTC (rev 91765)
+++ PKGBUILD2013-05-27 11:14:52 UTC (rev 91766)
@@ -16,6 +16,10 @@
   cd $srcdir/Data-Dumper-${pkgver}
   perl Makefile.PL INSTALLDIRS=vendor
   make
+}
+
+package() {
+  cd $srcdir/Data-Dumper-${pkgver}
   make install DESTDIR=$pkgdir
   find $pkgdir -name perllocal.pod -delete
   find $pkgdir -name .packlist -delete



[arch-commits] Commit in perl-data-dumper/repos (4 files)

2013-05-27 Thread Sergej Pupykin
Date: Monday, May 27, 2013 @ 13:15:13
  Author: spupykin
Revision: 91767

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

Added:
  perl-data-dumper/repos/community-i686/
  perl-data-dumper/repos/community-i686/PKGBUILD
(from rev 91766, perl-data-dumper/trunk/PKGBUILD)
  perl-data-dumper/repos/community-x86_64/
  perl-data-dumper/repos/community-x86_64/PKGBUILD
(from rev 91766, perl-data-dumper/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   26 ++
 community-x86_64/PKGBUILD |   26 ++
 2 files changed, 52 insertions(+)

Copied: perl-data-dumper/repos/community-i686/PKGBUILD (from rev 91766, 
perl-data-dumper/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-27 11:15:13 UTC (rev 91767)
@@ -0,0 +1,26 @@
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=perl-data-dumper
+pkgver=2.145
+pkgrel=1
+pkgdesc=Net::IMAP::Simple - a simple IMAP access library
+arch=(i686 x86_64)
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/Data-Dumper/;
+depends=('perl')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/S/SM/SMUELLER/Data-Dumper-$pkgver.tar.gz)
+md5sums=('b773c875afcca866faf8481adc3464b0')
+
+build() {
+  cd $srcdir/Data-Dumper-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/Data-Dumper-${pkgver}
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name perllocal.pod -delete
+  find $pkgdir -name .packlist -delete
+}

Copied: perl-data-dumper/repos/community-x86_64/PKGBUILD (from rev 91766, 
perl-data-dumper/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-05-27 11:15:13 UTC (rev 91767)
@@ -0,0 +1,26 @@
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=perl-data-dumper
+pkgver=2.145
+pkgrel=1
+pkgdesc=Net::IMAP::Simple - a simple IMAP access library
+arch=(i686 x86_64)
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/Data-Dumper/;
+depends=('perl')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/S/SM/SMUELLER/Data-Dumper-$pkgver.tar.gz)
+md5sums=('b773c875afcca866faf8481adc3464b0')
+
+build() {
+  cd $srcdir/Data-Dumper-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/Data-Dumper-${pkgver}
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name perllocal.pod -delete
+  find $pkgdir -name .packlist -delete
+}



[arch-commits] Commit in perl-math-random-isaac/trunk (PKGBUILD)

2013-05-27 Thread Sergej Pupykin
Date: Monday, May 27, 2013 @ 13:15:17
  Author: spupykin
Revision: 91768

upgpkg: perl-math-random-isaac 1.004-1

upd

Modified:
  perl-math-random-isaac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-27 11:15:13 UTC (rev 91767)
+++ PKGBUILD2013-05-27 11:15:17 UTC (rev 91768)
@@ -4,8 +4,9 @@
 pkgdesc='Some basic numeric stats on vectors'
 arch=('any')
 url='http://search.cpan.org/dist/Math-Random-ISAAC/'
-license=('unknown')
+license=('GPL' 'PerlArtistic')
 depends=('perl')
+makedepends=('perl-test-nowarnings')
 options=(!emptydirs)
 
source=(http://search.cpan.org/CPAN/authors/id/J/JA/JAWNSY/Math-Random-ISAAC-$pkgver.tar.gz;)
 md5sums=('46110b9a7bb96fe641bdfaf35bdafec5')



[arch-commits] Commit in perl-math-random-isaac/repos (2 files)

2013-05-27 Thread Sergej Pupykin
Date: Monday, May 27, 2013 @ 13:15:27
  Author: spupykin
Revision: 91769

archrelease: copy trunk to community-any

Added:
  perl-math-random-isaac/repos/community-any/
  perl-math-random-isaac/repos/community-any/PKGBUILD
(from rev 91768, perl-math-random-isaac/trunk/PKGBUILD)

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

Copied: perl-math-random-isaac/repos/community-any/PKGBUILD (from rev 91768, 
perl-math-random-isaac/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2013-05-27 11:15:27 UTC (rev 91769)
@@ -0,0 +1,33 @@
+pkgname=perl-math-random-isaac
+pkgver=1.004
+pkgrel=1
+pkgdesc='Some basic numeric stats on vectors'
+arch=('any')
+url='http://search.cpan.org/dist/Math-Random-ISAAC/'
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+makedepends=('perl-test-nowarnings')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/J/JA/JAWNSY/Math-Random-ISAAC-$pkgver.tar.gz;)
+md5sums=('46110b9a7bb96fe641bdfaf35bdafec5')
+
+build() {
+  cd $srcdir/Math-Random-ISAAC-$pkgver
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps \
+PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
+PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
+MODULEBUILDRC=/dev/null
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd $srcdir/Math-Random-ISAAC-$pkgver
+  make test
+}
+
+package() {
+  cd $srcdir/Math-Random-ISAAC-$pkgver
+  make install
+  find $pkgdir -name .packlist -o -name perllocal.pod -delete
+}



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

2013-05-27 Thread Sergej Pupykin
Date: Monday, May 27, 2013 @ 13:17:42
  Author: spupykin
Revision: 91770

upgpkg: perl-data-dumper 2.145-2

upd

Modified:
  perl-data-dumper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-27 11:15:27 UTC (rev 91769)
+++ PKGBUILD2013-05-27 11:17:42 UTC (rev 91770)
@@ -2,8 +2,8 @@
 
 pkgname=perl-data-dumper
 pkgver=2.145
-pkgrel=1
-pkgdesc=Net::IMAP::Simple - a simple IMAP access library
+pkgrel=2
+pkgdesc=stringified perl data structures, suitable for both printing and eval
 arch=(i686 x86_64)
 license=('GPL' 'PerlArtistic')
 url=http://search.cpan.org/dist/Data-Dumper/;



[arch-commits] Commit in perl-data-dumper/repos (4 files)

2013-05-27 Thread Sergej Pupykin
Date: Monday, May 27, 2013 @ 13:18:07
  Author: spupykin
Revision: 91771

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

Added:
  perl-data-dumper/repos/community-i686/PKGBUILD
(from rev 91770, perl-data-dumper/trunk/PKGBUILD)
  perl-data-dumper/repos/community-x86_64/PKGBUILD
(from rev 91770, perl-data-dumper/trunk/PKGBUILD)
Deleted:
  perl-data-dumper/repos/community-i686/PKGBUILD
  perl-data-dumper/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   52 
 community-i686/PKGBUILD   |   26 --
 community-x86_64/PKGBUILD |   26 --
 3 files changed, 52 insertions(+), 52 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-27 11:17:42 UTC (rev 91770)
+++ community-i686/PKGBUILD 2013-05-27 11:18:07 UTC (rev 91771)
@@ -1,26 +0,0 @@
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=perl-data-dumper
-pkgver=2.145
-pkgrel=1
-pkgdesc=Net::IMAP::Simple - a simple IMAP access library
-arch=(i686 x86_64)
-license=('GPL' 'PerlArtistic')
-url=http://search.cpan.org/dist/Data-Dumper/;
-depends=('perl')
-options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/S/SM/SMUELLER/Data-Dumper-$pkgver.tar.gz)
-md5sums=('b773c875afcca866faf8481adc3464b0')
-
-build() {
-  cd $srcdir/Data-Dumper-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd $srcdir/Data-Dumper-${pkgver}
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name perllocal.pod -delete
-  find $pkgdir -name .packlist -delete
-}

Copied: perl-data-dumper/repos/community-i686/PKGBUILD (from rev 91770, 
perl-data-dumper/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-27 11:18:07 UTC (rev 91771)
@@ -0,0 +1,26 @@
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=perl-data-dumper
+pkgver=2.145
+pkgrel=2
+pkgdesc=stringified perl data structures, suitable for both printing and eval
+arch=(i686 x86_64)
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/Data-Dumper/;
+depends=('perl')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/S/SM/SMUELLER/Data-Dumper-$pkgver.tar.gz)
+md5sums=('b773c875afcca866faf8481adc3464b0')
+
+build() {
+  cd $srcdir/Data-Dumper-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/Data-Dumper-${pkgver}
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name perllocal.pod -delete
+  find $pkgdir -name .packlist -delete
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-05-27 11:17:42 UTC (rev 91770)
+++ community-x86_64/PKGBUILD   2013-05-27 11:18:07 UTC (rev 91771)
@@ -1,26 +0,0 @@
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=perl-data-dumper
-pkgver=2.145
-pkgrel=1
-pkgdesc=Net::IMAP::Simple - a simple IMAP access library
-arch=(i686 x86_64)
-license=('GPL' 'PerlArtistic')
-url=http://search.cpan.org/dist/Data-Dumper/;
-depends=('perl')
-options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/S/SM/SMUELLER/Data-Dumper-$pkgver.tar.gz)
-md5sums=('b773c875afcca866faf8481adc3464b0')
-
-build() {
-  cd $srcdir/Data-Dumper-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd $srcdir/Data-Dumper-${pkgver}
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name perllocal.pod -delete
-  find $pkgdir -name .packlist -delete
-}

Copied: perl-data-dumper/repos/community-x86_64/PKGBUILD (from rev 91770, 
perl-data-dumper/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-05-27 11:18:07 UTC (rev 91771)
@@ -0,0 +1,26 @@
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=perl-data-dumper
+pkgver=2.145
+pkgrel=2
+pkgdesc=stringified perl data structures, suitable for both printing and eval
+arch=(i686 x86_64)
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/Data-Dumper/;
+depends=('perl')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/S/SM/SMUELLER/Data-Dumper-$pkgver.tar.gz)
+md5sums=('b773c875afcca866faf8481adc3464b0')
+
+build() {
+  cd $srcdir/Data-Dumper-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/Data-Dumper-${pkgver}
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name perllocal.pod -delete
+  find $pkgdir -name .packlist -delete
+}



[arch-commits] Commit in perl-math-random-isaac/trunk (PKGBUILD)

2013-05-27 Thread Sergej Pupykin
Date: Monday, May 27, 2013 @ 13:18:11
  Author: spupykin
Revision: 91772

upgpkg: perl-math-random-isaac 1.004-2

upd

Modified:
  perl-math-random-isaac/trunk/PKGBUILD (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-27 11:18:07 UTC (rev 91771)
+++ PKGBUILD2013-05-27 11:18:11 UTC (rev 91772)
@@ -1,7 +1,10 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
 pkgname=perl-math-random-isaac
 pkgver=1.004
-pkgrel=1
-pkgdesc='Some basic numeric stats on vectors'
+pkgrel=2
+pkgdesc='Perl interface to the ISAAC PRNG algorithm'
 arch=('any')
 url='http://search.cpan.org/dist/Math-Random-ISAAC/'
 license=('GPL' 'PerlArtistic')


Property changes on: perl-math-random-isaac/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in perl-math-random-isaac/repos/community-any (2 files)

2013-05-27 Thread Sergej Pupykin
Date: Monday, May 27, 2013 @ 13:18:23
  Author: spupykin
Revision: 91773

archrelease: copy trunk to community-any

Added:
  perl-math-random-isaac/repos/community-any/PKGBUILD
(from rev 91772, perl-math-random-isaac/trunk/PKGBUILD)
Deleted:
  perl-math-random-isaac/repos/community-any/PKGBUILD

--+
 PKGBUILD |   69 +++--
 1 file changed, 36 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-27 11:18:11 UTC (rev 91772)
+++ PKGBUILD2013-05-27 11:18:23 UTC (rev 91773)
@@ -1,33 +0,0 @@
-pkgname=perl-math-random-isaac
-pkgver=1.004
-pkgrel=1
-pkgdesc='Some basic numeric stats on vectors'
-arch=('any')
-url='http://search.cpan.org/dist/Math-Random-ISAAC/'
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-makedepends=('perl-test-nowarnings')
-options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/J/JA/JAWNSY/Math-Random-ISAAC-$pkgver.tar.gz;)
-md5sums=('46110b9a7bb96fe641bdfaf35bdafec5')
-
-build() {
-  cd $srcdir/Math-Random-ISAAC-$pkgver
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps \
-PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
-PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
-MODULEBUILDRC=/dev/null
-  perl Makefile.PL
-  make
-}
-
-check() {
-  cd $srcdir/Math-Random-ISAAC-$pkgver
-  make test
-}
-
-package() {
-  cd $srcdir/Math-Random-ISAAC-$pkgver
-  make install
-  find $pkgdir -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-math-random-isaac/repos/community-any/PKGBUILD (from rev 91772, 
perl-math-random-isaac/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-27 11:18:23 UTC (rev 91773)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=perl-math-random-isaac
+pkgver=1.004
+pkgrel=2
+pkgdesc='Perl interface to the ISAAC PRNG algorithm'
+arch=('any')
+url='http://search.cpan.org/dist/Math-Random-ISAAC/'
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+makedepends=('perl-test-nowarnings')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/J/JA/JAWNSY/Math-Random-ISAAC-$pkgver.tar.gz;)
+md5sums=('46110b9a7bb96fe641bdfaf35bdafec5')
+
+build() {
+  cd $srcdir/Math-Random-ISAAC-$pkgver
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps \
+PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
+PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
+MODULEBUILDRC=/dev/null
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd $srcdir/Math-Random-ISAAC-$pkgver
+  make test
+}
+
+package() {
+  cd $srcdir/Math-Random-ISAAC-$pkgver
+  make install
+  find $pkgdir -name .packlist -o -name perllocal.pod -delete
+}



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

2013-05-27 Thread Evangelos Foutras
Date: Monday, May 27, 2013 @ 13:23:30
  Author: foutrelis
Revision: 186476

upgpkg: python-geoip 1.2.8-1

New upstream release.

Modified:
  python-geoip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-27 07:46:51 UTC (rev 186475)
+++ PKGBUILD2013-05-27 11:23:30 UTC (rev 186476)
@@ -1,20 +1,28 @@
 # $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org  
-# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer:
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
 
+pkgname=('python2-geoip')
 pkgbase=python-geoip
-pkgname=('python2-geoip')
-pkgver=1.2.7
-pkgrel=2
+pkgver=1.2.8
+pkgrel=1
 pkgdesc=Python bindings for the GeoIP IP-to-country resolver library
 arch=('i686' 'x86_64')
-url=http://www.maxmind.com/app/python;
+url=http://dev.maxmind.com/geoip/legacy/downloadable#Python-10;
 license=('LGPL')
 depends=('python2' 'geoip')
-source=(http://www.maxmind.com/download/geoip/api/python/GeoIP-Python-${pkgver}.tar.gz)
-md5sums=('df71f5ae7a5c77bbdf726d512b7d67cf')
+source=(http://www.maxmind.com/download/geoip/api/python/GeoIP-Python-$pkgver.tar.gz)
+sha256sums=('8b946307355b60cb0f2b0be8ac90c1231286e0e79917509763267fce01a50e73')
 
+build() {
+  cd $srcdir/GeoIP-Python-$pkgver
+  python2 setup.py build
+}
+
 package_python2-geoip() {
-  cd ${srcdir}/GeoIP-Python-${pkgver}
-  python2 setup.py build install --root=${pkgdir}
+  cd $srcdir/GeoIP-Python-$pkgver
+  python2 setup.py install --root=$pkgdir -O1
 }
+
+# vim:set ts=2 sw=2 et:



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

2013-05-27 Thread Evangelos Foutras
Date: Monday, May 27, 2013 @ 13:23:42
  Author: foutrelis
Revision: 186477

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

Added:
  python-geoip/repos/extra-i686/PKGBUILD
(from rev 186476, python-geoip/trunk/PKGBUILD)
  python-geoip/repos/extra-x86_64/PKGBUILD
(from rev 186476, python-geoip/trunk/PKGBUILD)
Deleted:
  python-geoip/repos/extra-i686/PKGBUILD
  python-geoip/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-27 11:23:30 UTC (rev 186476)
+++ extra-i686/PKGBUILD 2013-05-27 11:23:42 UTC (rev 186477)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org  
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=python-geoip
-pkgname=('python2-geoip')
-pkgver=1.2.7
-pkgrel=2
-pkgdesc=Python bindings for the GeoIP IP-to-country resolver library
-arch=('i686' 'x86_64')
-url=http://www.maxmind.com/app/python;
-license=('LGPL')
-depends=('python2' 'geoip')
-source=(http://www.maxmind.com/download/geoip/api/python/GeoIP-Python-${pkgver}.tar.gz)
-md5sums=('df71f5ae7a5c77bbdf726d512b7d67cf')
-
-package_python2-geoip() {
-  cd ${srcdir}/GeoIP-Python-${pkgver}
-  python2 setup.py build install --root=${pkgdir}
-}

Copied: python-geoip/repos/extra-i686/PKGBUILD (from rev 186476, 
python-geoip/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-27 11:23:42 UTC (rev 186477)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=('python2-geoip')
+pkgbase=python-geoip
+pkgver=1.2.8
+pkgrel=1
+pkgdesc=Python bindings for the GeoIP IP-to-country resolver library
+arch=('i686' 'x86_64')
+url=http://dev.maxmind.com/geoip/legacy/downloadable#Python-10;
+license=('LGPL')
+depends=('python2' 'geoip')
+source=(http://www.maxmind.com/download/geoip/api/python/GeoIP-Python-$pkgver.tar.gz)
+sha256sums=('8b946307355b60cb0f2b0be8ac90c1231286e0e79917509763267fce01a50e73')
+
+build() {
+  cd $srcdir/GeoIP-Python-$pkgver
+  python2 setup.py build
+}
+
+package_python2-geoip() {
+  cd $srcdir/GeoIP-Python-$pkgver
+  python2 setup.py install --root=$pkgdir -O1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-27 11:23:30 UTC (rev 186476)
+++ extra-x86_64/PKGBUILD   2013-05-27 11:23:42 UTC (rev 186477)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org  
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=python-geoip
-pkgname=('python2-geoip')
-pkgver=1.2.7
-pkgrel=2
-pkgdesc=Python bindings for the GeoIP IP-to-country resolver library
-arch=('i686' 'x86_64')
-url=http://www.maxmind.com/app/python;
-license=('LGPL')
-depends=('python2' 'geoip')
-source=(http://www.maxmind.com/download/geoip/api/python/GeoIP-Python-${pkgver}.tar.gz)
-md5sums=('df71f5ae7a5c77bbdf726d512b7d67cf')
-
-package_python2-geoip() {
-  cd ${srcdir}/GeoIP-Python-${pkgver}
-  python2 setup.py build install --root=${pkgdir}
-}

Copied: python-geoip/repos/extra-x86_64/PKGBUILD (from rev 186476, 
python-geoip/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-05-27 11:23:42 UTC (rev 186477)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=('python2-geoip')
+pkgbase=python-geoip
+pkgver=1.2.8
+pkgrel=1
+pkgdesc=Python bindings for the GeoIP IP-to-country resolver library
+arch=('i686' 'x86_64')
+url=http://dev.maxmind.com/geoip/legacy/downloadable#Python-10;
+license=('LGPL')
+depends=('python2' 'geoip')
+source=(http://www.maxmind.com/download/geoip/api/python/GeoIP-Python-$pkgver.tar.gz)
+sha256sums=('8b946307355b60cb0f2b0be8ac90c1231286e0e79917509763267fce01a50e73')
+
+build() {
+  cd $srcdir/GeoIP-Python-$pkgver
+  python2 setup.py build
+}
+
+package_python2-geoip() {
+  cd $srcdir/GeoIP-Python-$pkgver
+  python2 setup.py install --root=$pkgdir -O1
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in ussp-push/trunk (PKGBUILD ussp-push-remote-name.patch)

2013-05-27 Thread Sergej Pupykin
Date: Monday, May 27, 2013 @ 13:19:11
  Author: spupykin
Revision: 91774

Modified:
  ussp-push/trunk/PKGBUILD
  ussp-push/trunk/ussp-push-remote-name.patch

-+
 PKGBUILD|   10 +++---
 ussp-push-remote-name.patch |   12 
 2 files changed, 19 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-27 11:18:23 UTC (rev 91773)
+++ PKGBUILD2013-05-27 11:19:11 UTC (rev 91774)
@@ -5,7 +5,7 @@
 
 pkgname=ussp-push
 pkgver=0.11
-pkgrel=4
+pkgrel=5
 pkgdesc=OBEX object pusher for Linux
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -14,11 +14,15 @@
 source=(http://xmailserver.org/$pkgname-$pkgver.tar.gz
ussp-push-remote-name.patch)
 md5sums=('5c44983ee27809867041feff6bb4423a'
- '3c58795be3a977a5bf7b267f00dde660')
+ 'bcd29432ac8fc8b2aa979fb22cabd5a6')
 
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -p1 $srcdir/ussp-push-remote-name.patch
+}
+
 build() {
   cd $srcdir/$pkgname-$pkgver
-  patch -p1 $srcdir/ussp-push-remote-name.patch
   ./configure --prefix=/usr
   make
 }

Modified: ussp-push-remote-name.patch
===
--- ussp-push-remote-name.patch 2013-05-27 11:18:23 UTC (rev 91773)
+++ ussp-push-remote-name.patch 2013-05-27 11:19:11 UTC (rev 91774)
@@ -10,3 +10,15 @@
devname, 10) = 0) {
if (strcasecmp(devname, btname) == 0) {
*btaddr = piinf[i].bdaddr;
+diff -wbBur ussp-push-0.11/src/obex_main.c ussp-push-0.11.q/src/obex_main.c
+--- ussp-push-0.11/src/obex_main.c 2008-08-25 00:48:53.0 +0400
 ussp-push-0.11.q/src/obex_main.c   2013-05-27 14:13:06.533474671 +0400
+@@ -197,7 +197,7 @@
+   *err = -1;
+   return NULL;
+   }
+-  if (!(handle = OBEX_Init(OBEX_TRANS_CUST, obex_event, 0))) {
++  if (!(handle = OBEX_Init(OBEX_TRANS_CUSTOM, obex_event, 0))) {
+   BTERROR(OBEX_Init failed: %s\n, strerror(errno));
+   obex_free(gt);
+   *err = -1;



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

2013-05-27 Thread Stéphane Gaudreault
Date: Monday, May 27, 2013 @ 14:00:13
  Author: stephane
Revision: 186478

db-move: moved dialog from [testing] to [core] (i686, x86_64)

Added:
  dialog/repos/core-i686/PKGBUILD
(from rev 186477, dialog/repos/testing-i686/PKGBUILD)
  dialog/repos/core-x86_64/PKGBUILD
(from rev 186477, dialog/repos/testing-x86_64/PKGBUILD)
Deleted:
  dialog/repos/core-i686/PKGBUILD
  dialog/repos/core-x86_64/PKGBUILD
  dialog/repos/testing-i686/
  dialog/repos/testing-x86_64/

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2013-05-27 11:23:42 UTC (rev 186477)
+++ core-i686/PKGBUILD  2013-05-27 12:00:13 UTC (rev 186478)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Andreas Radke andy...@archlinux.org
-
-pkgname=dialog
-pkgver=1.2_20121230
-pkgrel=1
-pkgdesc=A tool to display dialog boxes from shell scripts
-arch=('i686' 'x86_64')
-url=http://invisible-island.net/dialog/;
-license=('LGPL2.1')
-depends=('ncurses')
-source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver/_/-}.tgz)
-sha1sums=('f6ba16481e04c707c7cbfc3c3c1340040bdb0aa3')
-
-build() {
-  cd ${srcdir}/$pkgname-${pkgver/_/-}
-  ./configure --prefix=/usr --mandir=/usr/share/man \
-  --with-ncursesw --enable-nls
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-${pkgver/_/-}
-  make DESTDIR=${pkgdir} install install-lib
-}

Copied: dialog/repos/core-i686/PKGBUILD (from rev 186477, 
dialog/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2013-05-27 12:00:13 UTC (rev 186478)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=dialog
+pkgver=1.2_20130523
+pkgrel=1
+pkgdesc=A tool to display dialog boxes from shell scripts
+arch=('i686' 'x86_64')
+url=http://invisible-island.net/dialog/;
+license=('LGPL2.1')
+depends=('ncurses')
+source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver/_/-}.tgz)
+sha1sums=('54768b8443af3de2e6cd16073ec666f19d4ded7a')
+
+build() {
+  cd ${srcdir}/$pkgname-${pkgver/_/-}
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+  --with-ncursesw --enable-nls
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-${pkgver/_/-}
+  make DESTDIR=${pkgdir} install install-lib
+
+  rm ${pkgdir}/usr/lib/libdialog.a
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2013-05-27 11:23:42 UTC (rev 186477)
+++ core-x86_64/PKGBUILD2013-05-27 12:00:13 UTC (rev 186478)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Andreas Radke andy...@archlinux.org
-
-pkgname=dialog
-pkgver=1.2_20121230
-pkgrel=1
-pkgdesc=A tool to display dialog boxes from shell scripts
-arch=('i686' 'x86_64')
-url=http://invisible-island.net/dialog/;
-license=('LGPL2.1')
-depends=('ncurses')
-source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver/_/-}.tgz)
-sha1sums=('f6ba16481e04c707c7cbfc3c3c1340040bdb0aa3')
-
-build() {
-  cd ${srcdir}/$pkgname-${pkgver/_/-}
-  ./configure --prefix=/usr --mandir=/usr/share/man \
-  --with-ncursesw --enable-nls
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-${pkgver/_/-}
-  make DESTDIR=${pkgdir} install install-lib
-}

Copied: dialog/repos/core-x86_64/PKGBUILD (from rev 186477, 
dialog/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2013-05-27 12:00:13 UTC (rev 186478)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=dialog
+pkgver=1.2_20130523
+pkgrel=1
+pkgdesc=A tool to display dialog boxes from shell scripts
+arch=('i686' 'x86_64')
+url=http://invisible-island.net/dialog/;
+license=('LGPL2.1')
+depends=('ncurses')
+source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver/_/-}.tgz)
+sha1sums=('54768b8443af3de2e6cd16073ec666f19d4ded7a')
+
+build() {
+  cd ${srcdir}/$pkgname-${pkgver/_/-}
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+  --with-ncursesw --enable-nls
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-${pkgver/_/-}
+  make DESTDIR=${pkgdir} install install-lib
+
+  

[arch-commits] Commit in lftp/trunk (PKGBUILD f8ee088.diff)

2013-05-27 Thread Andreas Radke
Date: Monday, May 27, 2013 @ 15:11:11
  Author: andyrtr
Revision: 186479

upgpkg: lftp 4.4.7-2

fix sftp use - FS#35456

Added:
  lftp/trunk/f8ee088.diff
Modified:
  lftp/trunk/PKGBUILD

--+
 PKGBUILD |   13 ++---
 f8ee088.diff |   11 +++
 2 files changed, 21 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-27 12:00:13 UTC (rev 186478)
+++ PKGBUILD2013-05-27 13:11:11 UTC (rev 186479)
@@ -4,7 +4,7 @@
 
 pkgname=lftp
 pkgver=4.4.7
-pkgrel=1
+pkgrel=2
 pkgdesc=Sophisticated command line based FTP client
 arch=('i686' 'x86_64')
 license=('GPL3')
@@ -12,11 +12,18 @@
 optdepends=('perl: needed for convert-netscape-cookies and verify-file')
 url=http://lftp.yar.ru/;
 backup=('etc/lftp.conf')
-source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('a4e7b88d6b7aca389010ce6d6dca8099')
+source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2 
+f8ee088.diff)
+md5sums=('a4e7b88d6b7aca389010ce6d6dca8099'
+ 'a8f1c1bb3f5ab60b48507c9722c64d1c')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+
+  # fix sftp transfer - FS#35456
+  # upstream: https://github.com/lavv17/lftp/issues/39
+  patch -Np0 -i ${srcdir}/f8ee088.diff
+
   ./configure --prefix=/usr \
 --with-gnutls \
 --without-openssl \

Added: f8ee088.diff
===
--- f8ee088.diff(rev 0)
+++ f8ee088.diff2013-05-27 13:11:11 UTC (rev 186479)
@@ -0,0 +1,11 @@
+--- src/SFtp.cc2013-04-18 09:24:36.0 +0200
 src/SFtp.cc.new2013-05-27 15:06:40.998423663 +0200
+@@ -2256,7 +2256,7 @@
+return MOVED;
+   }
+   if(b)
+-   return MOVED;
++   return m;
+   // eof
+   if(!result  session-IsOpen())
+result=session.CastSFtp()-GetFileSet();



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

2013-05-27 Thread Andreas Radke
Date: Monday, May 27, 2013 @ 15:11:34
  Author: andyrtr
Revision: 186480

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

Added:
  lftp/repos/extra-i686/PKGBUILD
(from rev 186479, lftp/trunk/PKGBUILD)
  lftp/repos/extra-i686/f8ee088.diff
(from rev 186479, lftp/trunk/f8ee088.diff)
  lftp/repos/extra-x86_64/PKGBUILD
(from rev 186479, lftp/trunk/PKGBUILD)
  lftp/repos/extra-x86_64/f8ee088.diff
(from rev 186479, lftp/trunk/f8ee088.diff)
Deleted:
  lftp/repos/extra-i686/PKGBUILD
  lftp/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 extra-i686/PKGBUILD   |   32 --
 extra-i686/f8ee088.diff   |   11 ++
 extra-x86_64/PKGBUILD |   32 --
 extra-x86_64/f8ee088.diff |   11 ++
 5 files changed, 100 insertions(+), 64 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-27 13:11:11 UTC (rev 186479)
+++ extra-i686/PKGBUILD 2013-05-27 13:11:34 UTC (rev 186480)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=lftp
-pkgver=4.4.7
-pkgrel=1
-pkgdesc=Sophisticated command line based FTP client
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('gcc-libs' 'readline=6.2' gnutls expat=2.0.1-4 'sh')
-optdepends=('perl: needed for convert-netscape-cookies and verify-file')
-url=http://lftp.yar.ru/;
-backup=('etc/lftp.conf')
-source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('a4e7b88d6b7aca389010ce6d6dca8099')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---with-gnutls \
---without-openssl \
---without-included-regex \
---disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/lib
-}

Copied: lftp/repos/extra-i686/PKGBUILD (from rev 186479, lftp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-27 13:11:34 UTC (rev 186480)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=lftp
+pkgver=4.4.7
+pkgrel=2
+pkgdesc=Sophisticated command line based FTP client
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('gcc-libs' 'readline=6.2' gnutls expat=2.0.1-4 'sh')
+optdepends=('perl: needed for convert-netscape-cookies and verify-file')
+url=http://lftp.yar.ru/;
+backup=('etc/lftp.conf')
+source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2 
+f8ee088.diff)
+md5sums=('a4e7b88d6b7aca389010ce6d6dca8099'
+ 'a8f1c1bb3f5ab60b48507c9722c64d1c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # fix sftp transfer - FS#35456
+  # upstream: https://github.com/lavv17/lftp/issues/39
+  patch -Np0 -i ${srcdir}/f8ee088.diff
+
+  ./configure --prefix=/usr \
+--with-gnutls \
+--without-openssl \
+--without-included-regex \
+--disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/lib
+}

Copied: lftp/repos/extra-i686/f8ee088.diff (from rev 186479, 
lftp/trunk/f8ee088.diff)
===
--- extra-i686/f8ee088.diff (rev 0)
+++ extra-i686/f8ee088.diff 2013-05-27 13:11:34 UTC (rev 186480)
@@ -0,0 +1,11 @@
+--- src/SFtp.cc2013-04-18 09:24:36.0 +0200
 src/SFtp.cc.new2013-05-27 15:06:40.998423663 +0200
+@@ -2256,7 +2256,7 @@
+return MOVED;
+   }
+   if(b)
+-   return MOVED;
++   return m;
+   // eof
+   if(!result  session-IsOpen())
+result=session.CastSFtp()-GetFileSet();

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-27 13:11:11 UTC (rev 186479)
+++ extra-x86_64/PKGBUILD   2013-05-27 13:11:34 UTC (rev 186480)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=lftp
-pkgver=4.4.7
-pkgrel=1
-pkgdesc=Sophisticated command line based FTP client
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('gcc-libs' 'readline=6.2' gnutls expat=2.0.1-4 'sh')
-optdepends=('perl: needed for convert-netscape-cookies and verify-file')
-url=http://lftp.yar.ru/;
-backup=('etc/lftp.conf')
-source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('a4e7b88d6b7aca389010ce6d6dca8099')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---with-gnutls \
---without-openssl \
---without-included-regex \
---disable-static
-  make
-}
-

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

2013-05-27 Thread Andreas Radke
Date: Monday, May 27, 2013 @ 15:13:06
  Author: andyrtr
Revision: 186481

upgpkg: getmail 4.41.0-1

upstream update 4.41.0

Modified:
  getmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-27 13:11:34 UTC (rev 186480)
+++ PKGBUILD2013-05-27 13:13:06 UTC (rev 186481)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.40.3
+pkgver=4.41.0
 pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(any)
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=('python2')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('bff1c604223e05e09b54a51ff1ca33b6')
+md5sums=('050601fb7d1d982eb2cdae0d5ae8f40b')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-05-27 Thread Andreas Radke
Date: Monday, May 27, 2013 @ 15:13:18
  Author: andyrtr
Revision: 186482

archrelease: copy trunk to extra-any

Added:
  getmail/repos/extra-any/PKGBUILD
(from rev 186481, getmail/trunk/PKGBUILD)
Deleted:
  getmail/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-27 13:13:06 UTC (rev 186481)
+++ PKGBUILD2013-05-27 13:13:18 UTC (rev 186482)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Committer: Manolis Tzanidakis mano...@archlinux.org
-
-pkgname=getmail
-pkgver=4.40.3
-pkgrel=1
-pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
-arch=(any)
-url=http://pyropus.ca/software/getmail;
-license=(GPL)
-depends=('python2')
-source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('bff1c604223e05e09b54a51ff1ca33b6')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python2 setup.py build
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python2 setup.py install --root=${pkgdir}
-  # fix some broken shebang calls
-  sed -i -e s|#![ ]*/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/lib/python2.7/site-packages/getmailcore/__init__.py
-  sed -i -e s|#![ ]*/usr/bin/env python2.3|#!/usr/bin/env python2| $(find 
$pkgdir -name '*.py')
-}

Copied: getmail/repos/extra-any/PKGBUILD (from rev 186481, 
getmail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-27 13:13:18 UTC (rev 186482)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Committer: Manolis Tzanidakis mano...@archlinux.org
+
+pkgname=getmail
+pkgver=4.41.0
+pkgrel=1
+pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
+arch=(any)
+url=http://pyropus.ca/software/getmail;
+license=(GPL)
+depends=('python2')
+source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
+md5sums=('050601fb7d1d982eb2cdae0d5ae8f40b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python2 setup.py install --root=${pkgdir}
+  # fix some broken shebang calls
+  sed -i -e s|#![ ]*/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/lib/python2.7/site-packages/getmailcore/__init__.py
+  sed -i -e s|#![ ]*/usr/bin/env python2.3|#!/usr/bin/env python2| $(find 
$pkgdir -name '*.py')
+}



[arch-commits] Commit in xf86-video-intel/trunk (PKGBUILD)

2013-05-27 Thread Andreas Radke
Date: Monday, May 27, 2013 @ 15:17:06
  Author: andyrtr
Revision: 186483

upgpkg: xf86-video-intel 2.21.8-1

upstream update 2.21.8

Modified:
  xf86-video-intel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-27 13:13:18 UTC (rev 186482)
+++ PKGBUILD2013-05-27 13:17:06 UTC (rev 186483)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xf86-video-intel
-pkgver=2.21.7
+pkgver=2.21.8
 pkgrel=1
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
@@ -19,7 +19,7 @@
 options=('!libtool')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('faeabba40079c49290f39992542d9b0cfd229bda4e389e1352926903038363d9')
+sha256sums=('4d850c0515012ca370a72469dfbfa6161aa9ee5bb39779fab5f496f2d94acf8f')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in xf86-video-intel/repos (8 files)

2013-05-27 Thread Andreas Radke
Date: Monday, May 27, 2013 @ 15:17:23
  Author: andyrtr
Revision: 186484

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

Added:
  xf86-video-intel/repos/extra-i686/PKGBUILD
(from rev 186483, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/extra-i686/xf86-video-intel.install
(from rev 186483, xf86-video-intel/trunk/xf86-video-intel.install)
  xf86-video-intel/repos/extra-x86_64/PKGBUILD
(from rev 186483, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/extra-x86_64/xf86-video-intel.install
(from rev 186483, xf86-video-intel/trunk/xf86-video-intel.install)
Deleted:
  xf86-video-intel/repos/extra-i686/PKGBUILD
  xf86-video-intel/repos/extra-i686/xf86-video-intel.install
  xf86-video-intel/repos/extra-x86_64/PKGBUILD
  xf86-video-intel/repos/extra-x86_64/xf86-video-intel.install

---+
 /PKGBUILD |   72 
 /xf86-video-intel.install |   16 +++
 extra-i686/PKGBUILD   |   36 
 extra-i686/xf86-video-intel.install   |8 ---
 extra-x86_64/PKGBUILD |   36 
 extra-x86_64/xf86-video-intel.install |8 ---
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-27 13:17:06 UTC (rev 186483)
+++ extra-i686/PKGBUILD 2013-05-27 13:17:23 UTC (rev 186484)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-intel
-pkgver=2.21.7
-pkgrel=1
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-install=$pkgname.install
-pkgdesc=X.org Intel i810/i830/i915/945G/G965+ video drivers
-depends=('intel-dri' 'libxvmc' 'xcb-util=0.3.9' 'systemd')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=14' 'resourceproto' 
'scrnsaverproto' 'libx11' 'libxrender')
-replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
-provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
-conflicts=('xorg-server1.14.0' 'X-ABI-VIDEODRV_VERSION14' 
'X-ABI-VIDEODRV_VERSION=15'
-   'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
-options=('!libtool')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('faeabba40079c49290f39992542d9b0cfd229bda4e389e1352926903038363d9')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---enable-dri
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xf86-video-intel/repos/extra-i686/PKGBUILD (from rev 186483, 
xf86-video-intel/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-27 13:17:23 UTC (rev 186484)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-intel
+pkgver=2.21.8
+pkgrel=1
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+install=$pkgname.install
+pkgdesc=X.org Intel i810/i830/i915/945G/G965+ video drivers
+depends=('intel-dri' 'libxvmc' 'xcb-util=0.3.9' 'systemd')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=14' 'resourceproto' 
'scrnsaverproto' 'libx11' 'libxrender')
+replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+conflicts=('xorg-server1.14.0' 'X-ABI-VIDEODRV_VERSION14' 
'X-ABI-VIDEODRV_VERSION=15'
+   'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('4d850c0515012ca370a72469dfbfa6161aa9ee5bb39779fab5f496f2d94acf8f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--enable-dri
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-i686/xf86-video-intel.install
===
--- extra-i686/xf86-video-intel.install 2013-05-27 13:17:06 UTC (rev 186483)
+++ extra-i686/xf86-video-intel.install 2013-05-27 13:17:23 UTC (rev 186484)
@@ -1,8 +0,0 @@
-post_install() {
-  echo  This driver now allows to switch
-  echo  between sna/uxa acceleration methods.
-  echo  Add to the device section in /etc/X11/xorg.conf
-  echoOption \AccelMethod\ \sna\
-  echo  use uxa 

[arch-commits] Commit in system-config-printer/trunk (PKGBUILD)

2013-05-27 Thread Eric Bélanger
Date: Monday, May 27, 2013 @ 18:32:23
  Author: eric
Revision: 186485

upgpkg: system-config-printer 1.4.1-2

Move files from /etc/udev to /usr/lib/udev

Modified:
  system-config-printer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-27 13:17:23 UTC (rev 186484)
+++ PKGBUILD2013-05-27 16:32:23 UTC (rev 186485)
@@ -4,12 +4,12 @@
 
 pkgname=system-config-printer
 pkgver=1.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A CUPS printer configuration tool and status applet
 url=http://cyberelk.net/tim/software/system-config-printer/;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('systemd' 'pycups' 'python2-dbus' 'pysmbc' 'python2-pycurl' 
'libusb-compat'
+depends=('pycups' 'python2-dbus' 'pysmbc' 'python2-pycurl' 'libusb-compat'
  'gnome-icon-theme' 'python2-notify' 'python2-gobject' 'dbus-glib' 
'gtk3')
 makedepends=('intltool' 'xmlto' 'docbook-xsl' 'desktop-file-utils')
 optdepends=('gnome-keyring: password management')
@@ -34,10 +34,11 @@
 --sysconfdir=/etc \
 --with-udev-rules
 
-  make
+  make udevhelperdir=/usr/lib/udev
 }
 
 package() {
   cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  make DESTDIR=${pkgdir} udevhelperdir=/usr/lib/udev \
+udevrulesdir=/usr/lib/udev/rules.d install
 }



[arch-commits] Commit in system-config-printer/repos (4 files)

2013-05-27 Thread Eric Bélanger
Date: Monday, May 27, 2013 @ 18:33:02
  Author: eric
Revision: 186486

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

Added:
  system-config-printer/repos/extra-i686/PKGBUILD
(from rev 186485, system-config-printer/trunk/PKGBUILD)
  system-config-printer/repos/extra-x86_64/PKGBUILD
(from rev 186485, system-config-printer/trunk/PKGBUILD)
Deleted:
  system-config-printer/repos/extra-i686/PKGBUILD
  system-config-printer/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   88 
 extra-i686/PKGBUILD   |   43 ---
 extra-x86_64/PKGBUILD |   43 ---
 3 files changed, 88 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-27 16:32:23 UTC (rev 186485)
+++ extra-i686/PKGBUILD 2013-05-27 16:33:02 UTC (rev 186486)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=system-config-printer
-pkgver=1.4.1
-pkgrel=1
-pkgdesc=A CUPS printer configuration tool and status applet
-url=http://cyberelk.net/tim/software/system-config-printer/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('systemd' 'pycups' 'python2-dbus' 'pysmbc' 'python2-pycurl' 
'libusb-compat'
- 'gnome-icon-theme' 'python2-notify' 'python2-gobject' 'dbus-glib' 
'gtk3')
-makedepends=('intltool' 'xmlto' 'docbook-xsl' 'desktop-file-utils')
-optdepends=('gnome-keyring: password management')
-replaces=('system-config-printer-common' 'system-config-printer-gnome')
-conflicts=('system-config-printer-common' 'system-config-printer-gnome')
-source=(http://cyberelk.net/tim/data/${pkgname}/${pkgver%*.*}/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('3d794eb88c5813c3024b181677a602dd'
- 'SKIP')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
--e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
-$(find . -name '*.py')
-  sed -i s|#!/usr/bin/python|#!/usr/bin/python2| udev/udev-add-printer
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---with-udev-rules
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: system-config-printer/repos/extra-i686/PKGBUILD (from rev 186485, 
system-config-printer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-27 16:33:02 UTC (rev 186486)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=system-config-printer
+pkgver=1.4.1
+pkgrel=2
+pkgdesc=A CUPS printer configuration tool and status applet
+url=http://cyberelk.net/tim/software/system-config-printer/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('pycups' 'python2-dbus' 'pysmbc' 'python2-pycurl' 'libusb-compat'
+ 'gnome-icon-theme' 'python2-notify' 'python2-gobject' 'dbus-glib' 
'gtk3')
+makedepends=('intltool' 'xmlto' 'docbook-xsl' 'desktop-file-utils')
+optdepends=('gnome-keyring: password management')
+replaces=('system-config-printer-common' 'system-config-printer-gnome')
+conflicts=('system-config-printer-common' 'system-config-printer-gnome')
+source=(http://cyberelk.net/tim/data/${pkgname}/${pkgver%*.*}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('3d794eb88c5813c3024b181677a602dd'
+ 'SKIP')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
+-e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
+$(find . -name '*.py')
+  sed -i s|#!/usr/bin/python|#!/usr/bin/python2| udev/udev-add-printer
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--with-udev-rules
+
+  make udevhelperdir=/usr/lib/udev
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} udevhelperdir=/usr/lib/udev \
+udevrulesdir=/usr/lib/udev/rules.d install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-27 16:32:23 UTC (rev 186485)
+++ extra-x86_64/PKGBUILD   2013-05-27 16:33:02 UTC (rev 186486)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=system-config-printer
-pkgver=1.4.1
-pkgrel=1
-pkgdesc=A CUPS printer configuration tool and status applet
-url=http://cyberelk.net/tim/software/system-config-printer/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('systemd' 'pycups' 'python2-dbus' 'pysmbc' 'python2-pycurl' 
'libusb-compat'
- 'gnome-icon-theme' 'python2-notify' 'python2-gobject' 'dbus-glib' 
'gtk3')
-makedepends=('intltool' 'xmlto' 'docbook-xsl' 

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

2013-05-27 Thread Jan Steffens
Date: Monday, May 27, 2013 @ 19:29:22
  Author: heftig
Revision: 91775

2.21

Modified:
  wine_gecko/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-27 11:19:11 UTC (rev 91774)
+++ PKGBUILD2013-05-27 17:29:22 UTC (rev 91775)
@@ -5,16 +5,16 @@
 # Contributor: Alexander 'bas' Brovikov (bas at it-core dot org)
 
 pkgname=wine_gecko
-pkgver=1.9
+pkgver=2.21
 pkgrel=1
 pkgdesc=Wine's built-in replacement for Microsoft's Internet Explorer
 arch=(i686 x86_64)
 url=http://wiki.winehq.org/Gecko;
 license=(MPL)
-depends=('wine=1.5.22')
+depends=('wine=1.5.31')
 
source=(http://downloads.sourceforge.net/project/wine/Wine%20Gecko/$pkgver/$pkgname-$pkgver-x86{,_64}.msi)
-md5sums=('54a6418e2469fad5c4374a35ea54cf1a'
- '9f870bef3aa17b3de06c8d36be5508f2')
+md5sums=('432eb3a2d05c3f07df67864f53c87c60'
+ '580bbabde1ec99ba9caa439c2dbca3f6')
 
 if [[ $CARCH == i686 ]]; then
   # Strip x86_64 msi
@@ -23,8 +23,8 @@
 fi
 
 package() {
-  cd $srcdir
   _geckodir=$pkgdir/usr/share/wine/gecko
+
   install -Dm644 $pkgname-$pkgver-x86.msi $_geckodir/$pkgname-$pkgver-x86.msi
   if [[ $CARCH == x86_64 ]]; then
 install -m644 $pkgname-$pkgver-x86_64.msi $_geckodir/



[arch-commits] Commit in (4 files)

2013-05-27 Thread Jan Steffens
Date: Monday, May 27, 2013 @ 19:33:39
  Author: heftig
Revision: 91776

add wine-mono, like wine_gecko

Added:
  wine-mono/
  wine-mono/repos/
  wine-mono/trunk/
  wine-mono/trunk/PKGBUILD

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

Added: wine-mono/trunk/PKGBUILD
===
--- wine-mono/trunk/PKGBUILD(rev 0)
+++ wine-mono/trunk/PKGBUILD2013-05-27 17:33:39 UTC (rev 91776)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=wine-mono
+pkgver=0.0.8
+pkgrel=1
+pkgdesc=Wine's built-in replacement for Microsoft's .NET Framework
+arch=(i686 x86_64)
+url=http://wiki.winehq.org/Mono;
+license=(GPL LGPL2 MPL)
+depends=('wine')
+source=(http://downloads.sourceforge.net/project/wine/Wine%20Mono/$pkgver/$pkgname-${pkgver}.msi)
+md5sums=('a79eb547bcb562aea5c7096bc97fff11')
+
+package() {
+  _monodir=$pkgdir/usr/share/wine/mono
+
+  install -Dm644 $pkgname-${pkgver}.msi $_monodir/$pkgname-${pkgver}.msi
+}


Property changes on: wine-mono/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in wine_gecko/repos/community-i686 (PKGBUILD PKGBUILD)

2013-05-27 Thread Jan Steffens
Date: Monday, May 27, 2013 @ 19:57:55
  Author: heftig
Revision: 91777

archrelease: copy trunk to community-i686

Added:
  wine_gecko/repos/community-i686/PKGBUILD
(from rev 91776, wine_gecko/trunk/PKGBUILD)
Deleted:
  wine_gecko/repos/community-i686/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-27 17:33:39 UTC (rev 91776)
+++ PKGBUILD2013-05-27 17:57:55 UTC (rev 91777)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Nicky726 (Nicky726 at gmail dot com)
-# Contributor: Allan McRae (allan at archlinux dot org)
-# Contributor: Alexander 'bas' Brovikov (bas at it-core dot org)
-
-pkgname=wine_gecko
-pkgver=1.9
-pkgrel=1
-pkgdesc=Wine's built-in replacement for Microsoft's Internet Explorer
-arch=(i686 x86_64)
-url=http://wiki.winehq.org/Gecko;
-license=(MPL)
-depends=('wine=1.5.22')
-source=(http://downloads.sourceforge.net/project/wine/Wine%20Gecko/$pkgver/$pkgname-$pkgver-x86{,_64}.msi)
-md5sums=('54a6418e2469fad5c4374a35ea54cf1a'
- '9f870bef3aa17b3de06c8d36be5508f2')
-
-if [[ $CARCH == i686 ]]; then
-  # Strip x86_64 msi
-  source=(${source[0]})
-  md5sums=(${md5sums[0]})
-fi
-
-package() {
-  cd $srcdir
-  _geckodir=$pkgdir/usr/share/wine/gecko
-  install -Dm644 $pkgname-$pkgver-x86.msi $_geckodir/$pkgname-$pkgver-x86.msi
-  if [[ $CARCH == x86_64 ]]; then
-install -m644 $pkgname-$pkgver-x86_64.msi $_geckodir/
-  fi
-}

Copied: wine_gecko/repos/community-i686/PKGBUILD (from rev 91776, 
wine_gecko/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-27 17:57:55 UTC (rev 91777)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Nicky726 (Nicky726 at gmail dot com)
+# Contributor: Allan McRae (allan at archlinux dot org)
+# Contributor: Alexander 'bas' Brovikov (bas at it-core dot org)
+
+pkgname=wine_gecko
+pkgver=2.21
+pkgrel=1
+pkgdesc=Wine's built-in replacement for Microsoft's Internet Explorer
+arch=(i686 x86_64)
+url=http://wiki.winehq.org/Gecko;
+license=(MPL)
+depends=('wine=1.5.31')
+source=(http://downloads.sourceforge.net/project/wine/Wine%20Gecko/$pkgver/$pkgname-$pkgver-x86{,_64}.msi)
+md5sums=('432eb3a2d05c3f07df67864f53c87c60'
+ '580bbabde1ec99ba9caa439c2dbca3f6')
+
+if [[ $CARCH == i686 ]]; then
+  # Strip x86_64 msi
+  source=(${source[0]})
+  md5sums=(${md5sums[0]})
+fi
+
+package() {
+  _geckodir=$pkgdir/usr/share/wine/gecko
+
+  install -Dm644 $pkgname-$pkgver-x86.msi $_geckodir/$pkgname-$pkgver-x86.msi
+  if [[ $CARCH == x86_64 ]]; then
+install -m644 $pkgname-$pkgver-x86_64.msi $_geckodir/
+  fi
+}



[arch-commits] Commit in wine_gecko/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2013-05-27 Thread Jan Steffens
Date: Monday, May 27, 2013 @ 19:58:29
  Author: heftig
Revision: 91778

archrelease: copy trunk to multilib-x86_64

Added:
  wine_gecko/repos/multilib-x86_64/PKGBUILD
(from rev 91777, wine_gecko/trunk/PKGBUILD)
Deleted:
  wine_gecko/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-27 17:57:55 UTC (rev 91777)
+++ PKGBUILD2013-05-27 17:58:29 UTC (rev 91778)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Nicky726 (Nicky726 at gmail dot com)
-# Contributor: Allan McRae (allan at archlinux dot org)
-# Contributor: Alexander 'bas' Brovikov (bas at it-core dot org)
-
-pkgname=wine_gecko
-pkgver=1.9
-pkgrel=1
-pkgdesc=Wine's built-in replacement for Microsoft's Internet Explorer
-arch=(i686 x86_64)
-url=http://wiki.winehq.org/Gecko;
-license=(MPL)
-depends=('wine=1.5.22')
-source=(http://downloads.sourceforge.net/project/wine/Wine%20Gecko/$pkgver/$pkgname-$pkgver-x86{,_64}.msi)
-md5sums=('54a6418e2469fad5c4374a35ea54cf1a'
- '9f870bef3aa17b3de06c8d36be5508f2')
-
-if [[ $CARCH == i686 ]]; then
-  # Strip x86_64 msi
-  source=(${source[0]})
-  md5sums=(${md5sums[0]})
-fi
-
-package() {
-  cd $srcdir
-  _geckodir=$pkgdir/usr/share/wine/gecko
-  install -Dm644 $pkgname-$pkgver-x86.msi $_geckodir/$pkgname-$pkgver-x86.msi
-  if [[ $CARCH == x86_64 ]]; then
-install -m644 $pkgname-$pkgver-x86_64.msi $_geckodir/
-  fi
-}

Copied: wine_gecko/repos/multilib-x86_64/PKGBUILD (from rev 91777, 
wine_gecko/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-27 17:58:29 UTC (rev 91778)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Nicky726 (Nicky726 at gmail dot com)
+# Contributor: Allan McRae (allan at archlinux dot org)
+# Contributor: Alexander 'bas' Brovikov (bas at it-core dot org)
+
+pkgname=wine_gecko
+pkgver=2.21
+pkgrel=1
+pkgdesc=Wine's built-in replacement for Microsoft's Internet Explorer
+arch=(i686 x86_64)
+url=http://wiki.winehq.org/Gecko;
+license=(MPL)
+depends=('wine=1.5.31')
+source=(http://downloads.sourceforge.net/project/wine/Wine%20Gecko/$pkgver/$pkgname-$pkgver-x86{,_64}.msi)
+md5sums=('432eb3a2d05c3f07df67864f53c87c60'
+ '580bbabde1ec99ba9caa439c2dbca3f6')
+
+if [[ $CARCH == i686 ]]; then
+  # Strip x86_64 msi
+  source=(${source[0]})
+  md5sums=(${md5sums[0]})
+fi
+
+package() {
+  _geckodir=$pkgdir/usr/share/wine/gecko
+
+  install -Dm644 $pkgname-$pkgver-x86.msi $_geckodir/$pkgname-$pkgver-x86.msi
+  if [[ $CARCH == x86_64 ]]; then
+install -m644 $pkgname-$pkgver-x86_64.msi $_geckodir/
+  fi
+}



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

2013-05-27 Thread Eric Bélanger
Date: Monday, May 27, 2013 @ 19:59:27
  Author: eric
Revision: 186487

upgpkg: openobex 1.7-3

Add static library and headers (close FS#35494)

Modified:
  openobex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-27 16:33:02 UTC (rev 186486)
+++ PKGBUILD2013-05-27 17:59:27 UTC (rev 186487)
@@ -6,7 +6,7 @@
 
 pkgname=openobex
 pkgver=1.7
-pkgrel=2
+pkgrel=3
 pkgdesc=Implementation of the OBject EXchange (OBEX) protocol
 url=http://dev.zuckschwerdt.org/openobex/;
 arch=('i686' 'x86_64')
@@ -32,4 +32,6 @@
 package() {
   cd build
   make DESTDIR=${pkgdir} install
+  cp ../${pkgname}-${pkgver}-Source/apps/lib/*.h  
${pkgdir}/usr/include/openobex/
+  install -m644 apps/lib/libopenobex-apps-common.a 
${pkgdir}/usr/lib/libopenobex-apps-common.a
 }



[arch-commits] Commit in wine-mono/repos (community-i686 community-i686/PKGBUILD)

2013-05-27 Thread Jan Steffens
Date: Monday, May 27, 2013 @ 19:59:56
  Author: heftig
Revision: 91779

archrelease: copy trunk to community-i686

Added:
  wine-mono/repos/community-i686/
  wine-mono/repos/community-i686/PKGBUILD
(from rev 91778, wine-mono/trunk/PKGBUILD)

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

Copied: wine-mono/repos/community-i686/PKGBUILD (from rev 91778, 
wine-mono/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-27 17:59:56 UTC (rev 91779)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=wine-mono
+pkgver=0.0.8
+pkgrel=1
+pkgdesc=Wine's built-in replacement for Microsoft's .NET Framework
+arch=(i686 x86_64)
+url=http://wiki.winehq.org/Mono;
+license=(GPL LGPL2 MPL)
+depends=('wine')
+source=(http://downloads.sourceforge.net/project/wine/Wine%20Mono/$pkgver/$pkgname-${pkgver}.msi)
+md5sums=('a79eb547bcb562aea5c7096bc97fff11')
+
+package() {
+  _monodir=$pkgdir/usr/share/wine/mono
+
+  install -Dm644 $pkgname-${pkgver}.msi $_monodir/$pkgname-${pkgver}.msi
+}



[arch-commits] Commit in wine-mono/repos (multilib-x86_64 multilib-x86_64/PKGBUILD)

2013-05-27 Thread Jan Steffens
Date: Monday, May 27, 2013 @ 20:05:13
  Author: heftig
Revision: 91780

archrelease: copy trunk to multilib-x86_64

Added:
  wine-mono/repos/multilib-x86_64/
  wine-mono/repos/multilib-x86_64/PKGBUILD
(from rev 91779, wine-mono/trunk/PKGBUILD)

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

Copied: wine-mono/repos/multilib-x86_64/PKGBUILD (from rev 91779, 
wine-mono/trunk/PKGBUILD)
===
--- multilib-x86_64/PKGBUILD(rev 0)
+++ multilib-x86_64/PKGBUILD2013-05-27 18:05:13 UTC (rev 91780)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=wine-mono
+pkgver=0.0.8
+pkgrel=1
+pkgdesc=Wine's built-in replacement for Microsoft's .NET Framework
+arch=(i686 x86_64)
+url=http://wiki.winehq.org/Mono;
+license=(GPL LGPL2 MPL)
+depends=('wine')
+source=(http://downloads.sourceforge.net/project/wine/Wine%20Mono/$pkgver/$pkgname-${pkgver}.msi)
+md5sums=('a79eb547bcb562aea5c7096bc97fff11')
+
+package() {
+  _monodir=$pkgdir/usr/share/wine/mono
+
+  install -Dm644 $pkgname-${pkgver}.msi $_monodir/$pkgname-${pkgver}.msi
+}



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

2013-05-27 Thread Eric Bélanger
Date: Monday, May 27, 2013 @ 20:00:04
  Author: eric
Revision: 186488

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

Added:
  openobex/repos/staging-i686/PKGBUILD
(from rev 186487, openobex/trunk/PKGBUILD)
  openobex/repos/staging-x86_64/PKGBUILD
(from rev 186487, openobex/trunk/PKGBUILD)
Deleted:
  openobex/repos/staging-i686/PKGBUILD
  openobex/repos/staging-x86_64/PKGBUILD

-+
 /PKGBUILD   |   74 ++
 staging-i686/PKGBUILD   |   35 -
 staging-x86_64/PKGBUILD |   35 -
 3 files changed, 74 insertions(+), 70 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2013-05-27 17:59:27 UTC (rev 186487)
+++ staging-i686/PKGBUILD   2013-05-27 18:00:04 UTC (rev 186488)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Geoffroy Carrier geoff...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: damir da...@archlinux.org
-
-pkgname=openobex
-pkgver=1.7
-pkgrel=2
-pkgdesc=Implementation of the OBject EXchange (OBEX) protocol
-url=http://dev.zuckschwerdt.org/openobex/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-depends=('bluez' 'libusb-compat')
-makedepends=('cmake')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-Source.tar.gz)
-md5sums=('11031f6f0b876bb6259bd27106491528')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver}-Source \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_SBINDIR=bin
-  make all openobex-apps
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: openobex/repos/staging-i686/PKGBUILD (from rev 186487, 
openobex/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-27 18:00:04 UTC (rev 186488)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=openobex
+pkgver=1.7
+pkgrel=3
+pkgdesc=Implementation of the OBject EXchange (OBEX) protocol
+url=http://dev.zuckschwerdt.org/openobex/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('bluez' 'libusb-compat')
+makedepends=('cmake')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-Source.tar.gz)
+md5sums=('11031f6f0b876bb6259bd27106491528')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver}-Source \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_SBINDIR=bin
+  make all openobex-apps
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+  cp ../${pkgname}-${pkgver}-Source/apps/lib/*.h  
${pkgdir}/usr/include/openobex/
+  install -m644 apps/lib/libopenobex-apps-common.a 
${pkgdir}/usr/lib/libopenobex-apps-common.a
+}

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2013-05-27 17:59:27 UTC (rev 186487)
+++ staging-x86_64/PKGBUILD 2013-05-27 18:00:04 UTC (rev 186488)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Geoffroy Carrier geoff...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: damir da...@archlinux.org
-
-pkgname=openobex
-pkgver=1.7
-pkgrel=2
-pkgdesc=Implementation of the OBject EXchange (OBEX) protocol
-url=http://dev.zuckschwerdt.org/openobex/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-depends=('bluez' 'libusb-compat')
-makedepends=('cmake')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-Source.tar.gz)
-md5sums=('11031f6f0b876bb6259bd27106491528')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver}-Source \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_SBINDIR=bin
-  make all openobex-apps
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: openobex/repos/staging-x86_64/PKGBUILD (from rev 186487, 
openobex/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-27 18:00:04 UTC (rev 186488)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=openobex
+pkgver=1.7
+pkgrel=3

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

2013-05-27 Thread Giovanni Scafora
Date: Monday, May 27, 2013 @ 20:37:01
  Author: giovanni
Revision: 186489

upgpkg: obexftp 0.24-1

openobex 1.7 rebuild

Modified:
  obexftp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-27 18:00:04 UTC (rev 186488)
+++ PKGBUILD2013-05-27 18:37:01 UTC (rev 186489)
@@ -3,33 +3,40 @@
 # Contributor: Alessio 'mOLOk' Bolognino themo...@gmail.com
 
 pkgname=obexftp
-pkgver=0.23
-pkgrel=5
+pkgver=0.24
+pkgrel=1
 pkgdesc=A tool for transfer files to/from any OBEX enabled device
 arch=('i686' 'x86_64')
 url=http://dev.zuckschwerdt.org/openobex/wiki/ObexFtp;
 license=('GPL')
-depends=('openobex' 'python2')
-makedepends=('pkg-config')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/openobex/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('f20762061b68bc921e80be4aebc349eb')
+depends=('openobex')
+makedepends=('cmake' 'asciidoc' 'xmlto' 'fuse' 'swig' 'ruby' 'tk')
+optdepends=('ruby: ruby bindings'
+'tk: TCL/Tk bindings')
+options=('!makeflags' '!libtool' '!docs')
+source=(http://downloads.sourceforge.net/openobex/${pkgname}-${pkgver}-Source.tar.gz;)
+md5sums=('31a50dbbd09c63cbb5399772aaff7936')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${srcdir}/
 
-  ./configure --prefix=/usr \
-  --disable-ruby \
-  --enable-python
-  make
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver}-Source \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_SBINDIR=bin \
+-DENABLE_PERL=YES \
+-DENABLE_PYTHON=YES \
+-DENABLE_RUBY=YES \
+-DENABLE_TCL=YES
+  make doc
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${srcdir}/build
 
   make DESTDIR=${pkgdir} install
-
-  # remove nasty files
-  # mv ${pkgdir}/usr/lib/perl5/site_perl/5.10.0 
${pkgdir}/usr/lib/perl5/site_perl/current
-  rm -f ${pkgdir}/usr/lib/perl5/core_perl/perllocal.pod
 }



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

2013-05-27 Thread Giovanni Scafora
Date: Monday, May 27, 2013 @ 20:37:08
  Author: giovanni
Revision: 186490

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

Added:
  obexftp/repos/staging-i686/
  obexftp/repos/staging-i686/PKGBUILD
(from rev 186489, obexftp/trunk/PKGBUILD)
  obexftp/repos/staging-x86_64/
  obexftp/repos/staging-x86_64/PKGBUILD
(from rev 186489, obexftp/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   42 ++
 staging-x86_64/PKGBUILD |   42 ++
 2 files changed, 84 insertions(+)

Copied: obexftp/repos/staging-i686/PKGBUILD (from rev 186489, 
obexftp/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-27 18:37:08 UTC (rev 186490)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Alessio 'mOLOk' Bolognino themo...@gmail.com
+
+pkgname=obexftp
+pkgver=0.24
+pkgrel=1
+pkgdesc=A tool for transfer files to/from any OBEX enabled device
+arch=('i686' 'x86_64')
+url=http://dev.zuckschwerdt.org/openobex/wiki/ObexFtp;
+license=('GPL')
+depends=('openobex')
+makedepends=('cmake' 'asciidoc' 'xmlto' 'fuse' 'swig' 'ruby' 'tk')
+optdepends=('ruby: ruby bindings'
+'tk: TCL/Tk bindings')
+options=('!makeflags' '!libtool' '!docs')
+source=(http://downloads.sourceforge.net/openobex/${pkgname}-${pkgver}-Source.tar.gz;)
+md5sums=('31a50dbbd09c63cbb5399772aaff7936')
+
+build() {
+  cd ${srcdir}/
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver}-Source \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_SBINDIR=bin \
+-DENABLE_PERL=YES \
+-DENABLE_PYTHON=YES \
+-DENABLE_RUBY=YES \
+-DENABLE_TCL=YES
+  make doc
+}
+
+package() {
+  cd ${srcdir}/build
+
+  make DESTDIR=${pkgdir} install
+}

Copied: obexftp/repos/staging-x86_64/PKGBUILD (from rev 186489, 
obexftp/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-27 18:37:08 UTC (rev 186490)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Alessio 'mOLOk' Bolognino themo...@gmail.com
+
+pkgname=obexftp
+pkgver=0.24
+pkgrel=1
+pkgdesc=A tool for transfer files to/from any OBEX enabled device
+arch=('i686' 'x86_64')
+url=http://dev.zuckschwerdt.org/openobex/wiki/ObexFtp;
+license=('GPL')
+depends=('openobex')
+makedepends=('cmake' 'asciidoc' 'xmlto' 'fuse' 'swig' 'ruby' 'tk')
+optdepends=('ruby: ruby bindings'
+'tk: TCL/Tk bindings')
+options=('!makeflags' '!libtool' '!docs')
+source=(http://downloads.sourceforge.net/openobex/${pkgname}-${pkgver}-Source.tar.gz;)
+md5sums=('31a50dbbd09c63cbb5399772aaff7936')
+
+build() {
+  cd ${srcdir}/
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver}-Source \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_SBINDIR=bin \
+-DENABLE_PERL=YES \
+-DENABLE_PYTHON=YES \
+-DENABLE_RUBY=YES \
+-DENABLE_TCL=YES
+  make doc
+}
+
+package() {
+  cd ${srcdir}/build
+
+  make DESTDIR=${pkgdir} install
+}



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

2013-05-27 Thread Giovanni Scafora
Date: Monday, May 27, 2013 @ 21:38:36
  Author: giovanni
Revision: 186491

upgpkg: vlc 2.0.7-1

upstream release

Modified:
  vlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-27 18:37:08 UTC (rev 186490)
+++ PKGBUILD2013-05-27 19:38:36 UTC (rev 186491)
@@ -4,8 +4,8 @@
 # Contributor: Martin Sandsmark martin.sandsm...@kde.org
 
 pkgname=vlc
-pkgver=2.0.6
-pkgrel=2
+pkgver=2.0.7
+pkgrel=1
 pkgdesc=A multi-platform MPEG, VCD/DVD, and DivX player
 arch=('i686' 'x86_64')
 url=http://www.videolan.org/vlc/;
@@ -13,14 +13,12 @@
 depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt4' 'libproxy' 
  'sdl_image' 'libdvdnav' 'libtiger' 'lua51' 'libmatroska' 
  'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' 
- 'libshout' 'libmad' 'libmpeg2' 'libmodplug' 'libass' 
- 'xcb-util-keysyms')
+ 'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms')
 makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs'
- 'fluidsynth' 'libdc1394' 'libavc1394' 'lirc-utils'
- 'libcaca' 'librsvg' 'portaudio' 'oss' 'libgme' 'xosd'
- 'projectm' 'twolame' 'aalib' 'libmtp' 'libdvdcss'
- 'gnome-vfs' 'libgoom2' 'libtar' 'vcdimager' 'opus' 'libssh2'
- 'mesa')
+ 'libdc1394' 'libavc1394' 'lirc-utils' 'libcaca' 'oss' 
+ 'librsvg' 'portaudio' 'oss' 'libgme' 'xosd' 'projectm' 
+ 'twolame' 'aalib' 'libmtp' 'libdvdcss' 'gnome-vfs' 
+ 'libgoom2' 'libtar' 'vcdimager' 'opus' 'libssh2' 'mesa')
 optdepends=('avahi: for service discovery using bonjour protocol'
 'libnotify: for notification plugin'
 'ncurses: for ncurses interface support'
@@ -46,7 +44,6 @@
 'xosd: for xosd support'
 'aalib: for ASCII art plugin'
 'libmtp: for MTP devices support'
-'fluidsynth: for synthesizer MIDI FluidSynth'
 'smbclient: for SMB access plugin'
 'libcdio: for audio CD playback support'
 'ttf-freefont: for subtitle font '
@@ -60,7 +57,7 @@
 options=('!libtool' '!emptydirs')
 install=vlc.install
 
source=(http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('b45be633c71dca04ca7d6c3d64dd728b')
+md5sums=('3b0e465b0990097b65abaf3e25589957')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-05-27 Thread Giovanni Scafora
Date: Monday, May 27, 2013 @ 21:38:42
  Author: giovanni
Revision: 186492

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

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

--+
 /PKGBUILD|  200 +
 /vlc.install |   36 
 extra-i686/PKGBUILD  |  103 ---
 extra-i686/vlc.install   |   18 
 extra-x86_64/PKGBUILD|  103 ---
 extra-x86_64/vlc.install |   18 
 6 files changed, 236 insertions(+), 242 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-27 19:38:36 UTC (rev 186491)
+++ extra-i686/PKGBUILD 2013-05-27 19:38:42 UTC (rev 186492)
@@ -1,103 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Sarah Hay sarah...@mb.sympatico.ca
-# Contributor: Martin Sandsmark martin.sandsm...@kde.org
-
-pkgname=vlc
-pkgver=2.0.6
-pkgrel=2
-pkgdesc=A multi-platform MPEG, VCD/DVD, and DivX player
-arch=('i686' 'x86_64')
-url=http://www.videolan.org/vlc/;
-license=('LGPL2.1' 'GPL2')
-depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt4' 'libproxy' 
- 'sdl_image' 'libdvdnav' 'libtiger' 'lua51' 'libmatroska' 
- 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' 
- 'libshout' 'libmad' 'libmpeg2' 'libmodplug' 'libass' 
- 'xcb-util-keysyms')
-makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs'
- 'fluidsynth' 'libdc1394' 'libavc1394' 'lirc-utils'
- 'libcaca' 'librsvg' 'portaudio' 'oss' 'libgme' 'xosd'
- 'projectm' 'twolame' 'aalib' 'libmtp' 'libdvdcss'
- 'gnome-vfs' 'libgoom2' 'libtar' 'vcdimager' 'opus' 'libssh2'
- 'mesa')
-optdepends=('avahi: for service discovery using bonjour protocol'
-'libnotify: for notification plugin'
-'ncurses: for ncurses interface support'
-'libdvdcss: for decoding encrypted DVDs'
-'lirc-utils: for lirc plugin'
-'libavc1394: for devices using the 1394ta AV/C'
-'libdc1394: for IEEE 1394 plugin'
-'kdelibs: KDE Solid hardware integration'
-'libva-vdpau-driver: vdpau back-end for nvidia'
-'libva-intel-driver: back-end for intel cards'
-'libbluray: for Blu-Ray support'
-'flac: for Free Lossless Audio Codec plugin'
-'oss: for OSS audio support'
-'portaudio: for portaudio support'
-'twolame: for TwoLAME mpeg2 encoder plugin'
-'projectm: for ProjectM visualisation plugin'
-'libcaca: for colored ASCII art video output'
-'libgme: for libgme plugin'
-'librsvg: for SVG plugin'
-'gnome-vfs: for GNOME Virtual File System support'
-'libgoom2: for libgoom plugin'
-'vcdimager: navigate VCD with libvcdinfo'
-'xosd: for xosd support'
-'aalib: for ASCII art plugin'
-'libmtp: for MTP devices support'
-'fluidsynth: for synthesizer MIDI FluidSynth'
-'smbclient: for SMB access plugin'
-'libcdio: for audio CD playback support'
-'ttf-freefont: for subtitle font '
-'ttf-dejavu: for subtitle font'
-'opus: for opus support'
-'libssh2: for sftp support')
-conflicts=('vlc-plugin')
-replaces=('vlc-plugin')
-backup=('usr/share/vlc/lua/http/.hosts'
-'usr/share/vlc/lua/http/dialogs/.hosts')
-options=('!libtool' '!emptydirs')
-install=vlc.install
-source=(http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('b45be633c71dca04ca7d6c3d64dd728b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c
-  sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp
-
-  CFLAGS+=-I/usr/include/samba-4.0 CPPFLAGS+=-I/usr/include/samba-4.0 \
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --disable-rpath \
-  --enable-oss \
-  --enable-faad \
-  --enable-nls \
-  --enable-lirc \
-  --enable-pvr \
-  --enable-ncurses \
-  --enable-realrtsp \
-  --enable-xosd \
-  --enable-aa \
-  --enable-vcdx \
-  --enable-upnp \
-  --enable-opus \
-  --enable-sftp \
- 

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

2013-05-27 Thread Sergej Pupykin
Date: Monday, May 27, 2013 @ 23:33:02
  Author: spupykin
Revision: 91790

upgpkg: cgit 0.9.2-1

upd

Modified:
  cgit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-27 20:00:36 UTC (rev 91789)
+++ PKGBUILD2013-05-27 21:33:02 UTC (rev 91790)
@@ -6,9 +6,9 @@
 # Development: http://closure.ath.cx/aur-dev
 
 pkgname=cgit
-pkgver=0.9.1
-_gitver=1.7.4
-pkgrel=2
+pkgver=0.9.2
+_gitver=1.8.3
+pkgrel=1
 pkgdesc=A web interface for git written in plain C
 arch=('i686' 'x86_64')
 url=http://hjemli.net/git/cgit;
@@ -19,8 +19,8 @@
 source=(http://git.zx2c4.com/cgit/snapshot/cgit-$pkgver.tar.xz;

git-${_gitver}.tar.gz::https://github.com/git/git/archive/v${_gitver}.tar.gz;
apache.example.conf)
-md5sums=('272ee8fec2d81ac1e65117578e64df1e'
- 'c63cc7ca8a4bbf97c8802f354511223e'
+md5sums=('fe11018eff8d79caad112f4fac64b90f'
+ '73224d3dc86c4999cc49484b49c9acc4'
  'bd5696bea0654bfcf98f249b1a36737d')
 
 build() {



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

2013-05-27 Thread Sergej Pupykin
Date: Monday, May 27, 2013 @ 23:33:26
  Author: spupykin
Revision: 91791

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

Added:
  cgit/repos/community-i686/PKGBUILD
(from rev 91790, cgit/trunk/PKGBUILD)
  cgit/repos/community-i686/apache.example.conf
(from rev 91790, cgit/trunk/apache.example.conf)
  cgit/repos/community-i686/cgit.install
(from rev 91790, cgit/trunk/cgit.install)
  cgit/repos/community-x86_64/PKGBUILD
(from rev 91790, cgit/trunk/PKGBUILD)
  cgit/repos/community-x86_64/apache.example.conf
(from rev 91790, cgit/trunk/apache.example.conf)
  cgit/repos/community-x86_64/cgit.install
(from rev 91790, cgit/trunk/cgit.install)
Deleted:
  cgit/repos/community-i686/PKGBUILD
  cgit/repos/community-i686/apache.example.conf
  cgit/repos/community-i686/cgit.install
  cgit/repos/community-x86_64/PKGBUILD
  cgit/repos/community-x86_64/apache.example.conf
  cgit/repos/community-x86_64/cgit.install

--+
 /PKGBUILD|   90 +
 /apache.example.conf |   50 ++
 /cgit.install|   14 +
 community-i686/PKGBUILD  |   45 
 community-i686/apache.example.conf   |   25 -
 community-i686/cgit.install  |7 --
 community-x86_64/PKGBUILD|   45 
 community-x86_64/apache.example.conf |   25 -
 community-x86_64/cgit.install|7 --
 9 files changed, 154 insertions(+), 154 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-27 21:33:02 UTC (rev 91790)
+++ community-i686/PKGBUILD 2013-05-27 21:33:26 UTC (rev 91791)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Current Maintainer:  Patrick Palka patr...@parcs.ath.cx
-# Previous Maintainer:  Loui Chang louipc.ist at gmail com
-# Contributor: Andreas Baumann abaumann at yahoo dot com
-# Development: http://closure.ath.cx/aur-dev
-
-pkgname=cgit
-pkgver=0.9.1
-_gitver=1.7.4
-pkgrel=2
-pkgdesc=A web interface for git written in plain C
-arch=('i686' 'x86_64')
-url=http://hjemli.net/git/cgit;
-license=('GPL')
-depends=('openssl')
-makedepends=('zlib' 'curl' 'asciidoc')
-install=cgit.install
-source=(http://git.zx2c4.com/cgit/snapshot/cgit-$pkgver.tar.xz;
-   
git-${_gitver}.tar.gz::https://github.com/git/git/archive/v${_gitver}.tar.gz;
-   apache.example.conf)
-md5sums=('272ee8fec2d81ac1e65117578e64df1e'
- 'c63cc7ca8a4bbf97c8802f354511223e'
- 'bd5696bea0654bfcf98f249b1a36737d')
-
-build() {
-  cd $pkgname-$pkgver
-  _cgit_gitver=`grep 'GIT_VER = ' Makefile | cut -f3 -d\ `
-  [ x${_gitver} == x${_cgit_gitver} ] || { msg Bad git version; return 
1; }
-  rm -rf git/*
-  mv ../git-${_gitver}/* git/
-  make
-  make doc-man
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make CGIT_SCRIPT_PATH=/usr/share/webapps/cgit DESTDIR=$pkgdir install 
install-man
-  install -vDm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-  install -vd $pkgdir/var/cache/$pkgname
-  install -vDm0644 $srcdir/apache.example.conf 
$pkgdir/etc/webapps/cgit/apache.example.conf
-  mkdir -p $pkgdir/usr/lib/cgit
-  mv $pkgdir/usr/share/webapps/cgit/cgit.cgi $pkgdir/usr/lib/cgit
-  ln -sf ../../../lib/cgit/cgit.cgi $pkgdir/usr/share/webapps/cgit/cgit.cgi
-}

Copied: cgit/repos/community-i686/PKGBUILD (from rev 91790, cgit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-27 21:33:26 UTC (rev 91791)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Current Maintainer:  Patrick Palka patr...@parcs.ath.cx
+# Previous Maintainer:  Loui Chang louipc.ist at gmail com
+# Contributor: Andreas Baumann abaumann at yahoo dot com
+# Development: http://closure.ath.cx/aur-dev
+
+pkgname=cgit
+pkgver=0.9.2
+_gitver=1.8.3
+pkgrel=1
+pkgdesc=A web interface for git written in plain C
+arch=('i686' 'x86_64')
+url=http://hjemli.net/git/cgit;
+license=('GPL')
+depends=('openssl')
+makedepends=('zlib' 'curl' 'asciidoc')
+install=cgit.install
+source=(http://git.zx2c4.com/cgit/snapshot/cgit-$pkgver.tar.xz;
+   
git-${_gitver}.tar.gz::https://github.com/git/git/archive/v${_gitver}.tar.gz;
+   apache.example.conf)
+md5sums=('fe11018eff8d79caad112f4fac64b90f'
+ '73224d3dc86c4999cc49484b49c9acc4'
+ 'bd5696bea0654bfcf98f249b1a36737d')
+
+build() {
+  cd $pkgname-$pkgver
+  _cgit_gitver=`grep 'GIT_VER = ' Makefile | cut -f3 -d\ `
+  [ x${_gitver} == x${_cgit_gitver} ] || { msg Bad git version; return 
1; }
+  rm -rf git/*
+  mv ../git-${_gitver}/* git/
+  make
+  make doc-man
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make CGIT_SCRIPT_PATH=/usr/share/webapps/cgit DESTDIR=$pkgdir install 
install-man
+  

[arch-commits] Commit in libffi/trunk (PKGBUILD libffi-3.0.13-fix-include-path.patch)

2013-05-27 Thread Stéphane Gaudreault
Date: Tuesday, May 28, 2013 @ 00:11:02
  Author: stephane
Revision: 186500

upgpkg: libffi 3.0.13-2

Do not install header files in /usr/lib

Added:
  libffi/trunk/libffi-3.0.13-fix-include-path.patch
Modified:
  libffi/trunk/PKGBUILD

--+
 PKGBUILD |   13 +---
 libffi-3.0.13-fix-include-path.patch |   34 +
 2 files changed, 44 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-27 20:01:39 UTC (rev 186499)
+++ PKGBUILD2013-05-27 22:11:02 UTC (rev 186500)
@@ -4,7 +4,7 @@
 
 pkgname=libffi
 pkgver=3.0.13
-pkgrel=1
+pkgrel=2
 pkgdesc=A portable, high level programming interface to various calling 
conventions
 arch=('i686' 'x86_64')
 url=http://sourceware.org/libffi/;
@@ -13,9 +13,16 @@
 checkdepends=('dejagnu')
 options=('!libtool')
 install=libffi.install
-source=(ftp://sourceware.org/pub/libffi/libffi-${pkgver}.tar.gz)
-sha1sums=('f5230890dc0be42fb5c58fbf793da253155de106')
+source=(ftp://sourceware.org/pub/libffi/libffi-${pkgver}.tar.gz
+libffi-3.0.13-fix-include-path.patch)
+sha1sums=('f5230890dc0be42fb5c58fbf793da253155de106'
+  '45652f78dc51f325ed85cd277af051afa419acf2')
 
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ../libffi-3.0.13-fix-include-path.patch
+}
+
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --disable-static

Added: libffi-3.0.13-fix-include-path.patch
===
--- libffi-3.0.13-fix-include-path.patch(rev 0)
+++ libffi-3.0.13-fix-include-path.patch2013-05-27 22:11:02 UTC (rev 
186500)
@@ -0,0 +1,34 @@
+diff -up libffi-3.0.13/include/Makefile.am.fixpath 
libffi-3.0.13/include/Makefile.am
+--- libffi-3.0.13/include/Makefile.am.fixpath  2013-05-25 22:11:25.983889342 
-0400
 libffi-3.0.13/include/Makefile.am  2013-05-25 22:12:12.337890037 -0400
+@@ -5,5 +5,5 @@ AUTOMAKE_OPTIONS=foreign
+ DISTCLEANFILES=ffitarget.h
+ EXTRA_DIST=ffi.h.in ffi_common.h
+ 
+-includesdir = $(libdir)/@PACKAGE_NAME@-@PACKAGE_VERSION@/include
++includesdir = $(includedir)/
+ nodist_includes_HEADERS = ffi.h ffitarget.h
+diff -up libffi-3.0.13/include/Makefile.in.fixpath 
libffi-3.0.13/include/Makefile.in
+--- libffi-3.0.13/include/Makefile.in.fixpath  2013-05-25 22:12:56.259890696 
-0400
 libffi-3.0.13/include/Makefile.in  2013-05-25 22:13:12.101890934 -0400
+@@ -250,7 +250,7 @@ top_srcdir = @top_srcdir@
+ AUTOMAKE_OPTIONS = foreign
+ DISTCLEANFILES = ffitarget.h
+ EXTRA_DIST = ffi.h.in ffi_common.h
+-includesdir = $(libdir)/@PACKAGE_NAME@-@PACKAGE_VERSION@/include
++includesdir = $(includedir)/
+ nodist_includes_HEADERS = ffi.h ffitarget.h
+ all: all-am
+ 
+diff -up libffi-3.0.13/libffi.pc.in.fixpath libffi-3.0.13/libffi.pc.in
+--- libffi-3.0.13/libffi.pc.in.fixpath 2013-05-25 22:14:21.037891968 -0400
 libffi-3.0.13/libffi.pc.in 2013-05-25 22:14:31.652892128 -0400
+@@ -1,7 +1,7 @@
+ prefix=@prefix@
+ exec_prefix=@exec_prefix@
+ libdir=@libdir@
+-includedir=${libdir}/@PACKAGE_NAME@-@PACKAGE_VERSION@/include
++includedir=@includedir@
+ 
+ Name: @PACKAGE_NAME@
+ Description: Library supporting Foreign Function Interfaces



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

2013-05-27 Thread Stéphane Gaudreault
Date: Tuesday, May 28, 2013 @ 00:11:44
  Author: stephane
Revision: 186501

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

Added:
  libffi/repos/testing-i686/
  libffi/repos/testing-i686/PKGBUILD
(from rev 186500, libffi/trunk/PKGBUILD)
  libffi/repos/testing-i686/libffi-3.0.13-fix-include-path.patch
(from rev 186500, libffi/trunk/libffi-3.0.13-fix-include-path.patch)
  libffi/repos/testing-i686/libffi.install
(from rev 186500, libffi/trunk/libffi.install)
  libffi/repos/testing-x86_64/
  libffi/repos/testing-x86_64/PKGBUILD
(from rev 186500, libffi/trunk/PKGBUILD)
  libffi/repos/testing-x86_64/libffi-3.0.13-fix-include-path.patch
(from rev 186500, libffi/trunk/libffi-3.0.13-fix-include-path.patch)
  libffi/repos/testing-x86_64/libffi.install
(from rev 186500, libffi/trunk/libffi.install)

-+
 testing-i686/PKGBUILD   |   41 ++
 testing-i686/libffi-3.0.13-fix-include-path.patch   |   34 ++
 testing-i686/libffi.install |   20 
 testing-x86_64/PKGBUILD |   41 ++
 testing-x86_64/libffi-3.0.13-fix-include-path.patch |   34 ++
 testing-x86_64/libffi.install   |   20 
 6 files changed, 190 insertions(+)

Copied: libffi/repos/testing-i686/PKGBUILD (from rev 186500, 
libffi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-27 22:11:44 UTC (rev 186501)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=libffi
+pkgver=3.0.13
+pkgrel=2
+pkgdesc=A portable, high level programming interface to various calling 
conventions
+arch=('i686' 'x86_64')
+url=http://sourceware.org/libffi/;
+license=('MIT')
+depends=('glibc')
+checkdepends=('dejagnu')
+options=('!libtool')
+install=libffi.install
+source=(ftp://sourceware.org/pub/libffi/libffi-${pkgver}.tar.gz
+libffi-3.0.13-fix-include-path.patch)
+sha1sums=('f5230890dc0be42fb5c58fbf793da253155de106'
+  '45652f78dc51f325ed85cd277af051afa419acf2')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ../libffi-3.0.13-fix-include-path.patch
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: libffi/repos/testing-i686/libffi-3.0.13-fix-include-path.patch (from 
rev 186500, libffi/trunk/libffi-3.0.13-fix-include-path.patch)
===
--- testing-i686/libffi-3.0.13-fix-include-path.patch   
(rev 0)
+++ testing-i686/libffi-3.0.13-fix-include-path.patch   2013-05-27 22:11:44 UTC 
(rev 186501)
@@ -0,0 +1,34 @@
+diff -up libffi-3.0.13/include/Makefile.am.fixpath 
libffi-3.0.13/include/Makefile.am
+--- libffi-3.0.13/include/Makefile.am.fixpath  2013-05-25 22:11:25.983889342 
-0400
 libffi-3.0.13/include/Makefile.am  2013-05-25 22:12:12.337890037 -0400
+@@ -5,5 +5,5 @@ AUTOMAKE_OPTIONS=foreign
+ DISTCLEANFILES=ffitarget.h
+ EXTRA_DIST=ffi.h.in ffi_common.h
+ 
+-includesdir = $(libdir)/@PACKAGE_NAME@-@PACKAGE_VERSION@/include
++includesdir = $(includedir)/
+ nodist_includes_HEADERS = ffi.h ffitarget.h
+diff -up libffi-3.0.13/include/Makefile.in.fixpath 
libffi-3.0.13/include/Makefile.in
+--- libffi-3.0.13/include/Makefile.in.fixpath  2013-05-25 22:12:56.259890696 
-0400
 libffi-3.0.13/include/Makefile.in  2013-05-25 22:13:12.101890934 -0400
+@@ -250,7 +250,7 @@ top_srcdir = @top_srcdir@
+ AUTOMAKE_OPTIONS = foreign
+ DISTCLEANFILES = ffitarget.h
+ EXTRA_DIST = ffi.h.in ffi_common.h
+-includesdir = $(libdir)/@PACKAGE_NAME@-@PACKAGE_VERSION@/include
++includesdir = $(includedir)/
+ nodist_includes_HEADERS = ffi.h ffitarget.h
+ all: all-am
+ 
+diff -up libffi-3.0.13/libffi.pc.in.fixpath libffi-3.0.13/libffi.pc.in
+--- libffi-3.0.13/libffi.pc.in.fixpath 2013-05-25 22:14:21.037891968 -0400
 libffi-3.0.13/libffi.pc.in 2013-05-25 22:14:31.652892128 -0400
+@@ -1,7 +1,7 @@
+ prefix=@prefix@
+ exec_prefix=@exec_prefix@
+ libdir=@libdir@
+-includedir=${libdir}/@PACKAGE_NAME@-@PACKAGE_VERSION@/include
++includedir=@includedir@
+ 
+ Name: @PACKAGE_NAME@
+ Description: Library supporting Foreign Function Interfaces

Copied: libffi/repos/testing-i686/libffi.install (from rev 186500, 
libffi/trunk/libffi.install)
===
--- testing-i686/libffi.install (rev 0)
+++ testing-i686/libffi.install 2013-05-27 22:11:44 UTC (rev 

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

2013-05-27 Thread Sven-Hendrik Haase
Date: Tuesday, May 28, 2013 @ 00:17:47
  Author: svenstaro
Revision: 91792

upgpkg: python2-flask 0.9-2

Remove conflicts

Modified:
  python2-flask/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-27 21:33:26 UTC (rev 91791)
+++ PKGBUILD2013-05-27 22:17:47 UTC (rev 91792)
@@ -1,18 +1,17 @@
 # $Id$
-# Maintainer: Thomas Dziedzic  gostrc at gmail 
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
 # Contributor: Tarmo Heiskanen turs...@gmail.com
 
 pkgname=python2-flask
 pkgver=0.9
-pkgrel=1
+pkgrel=2
 pkgdesc='Micro webdevelopment framework for Python'
 url='http://flask.pocoo.org/'
 arch=('any')
 license=('custom:BSD')
 depends=('python2-werkzeug' 'python2-jinja')
 makedepends=('python2-distribute')
-replaces=('python-flask')
-conflicts=('python-flask')
 
source=(http://pypi.python.org/packages/source/F/Flask/Flask-${pkgver}.tar.gz;)
 md5sums=('4a89ef2b3ab0f151f781182bd0cc8933')
 
@@ -34,6 +33,5 @@
   python2 setup.py install --root=${pkgdir} --optimize=1
 
   install -d ${pkgdir}/usr/share/licenses/python2-flask
-  install -m644 LICENSE \
-${pkgdir}/usr/share/licenses/python2-flask
+  install -m644 LICENSE ${pkgdir}/usr/share/licenses/python2-flask
 }



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

2013-05-27 Thread Sven-Hendrik Haase
Date: Tuesday, May 28, 2013 @ 00:17:57
  Author: svenstaro
Revision: 91793

archrelease: copy trunk to community-any

Added:
  python2-flask/repos/community-any/PKGBUILD
(from rev 91792, python2-flask/trunk/PKGBUILD)
Deleted:
  python2-flask/repos/community-any/PKGBUILD

--+
 PKGBUILD |   76 +
 1 file changed, 37 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-27 22:17:47 UTC (rev 91792)
+++ PKGBUILD2013-05-27 22:17:57 UTC (rev 91793)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Tarmo Heiskanen turs...@gmail.com
-
-pkgname=python2-flask
-pkgver=0.9
-pkgrel=1
-pkgdesc='Micro webdevelopment framework for Python'
-url='http://flask.pocoo.org/'
-arch=('any')
-license=('custom:BSD')
-depends=('python2-werkzeug' 'python2-jinja')
-makedepends=('python2-distribute')
-replaces=('python-flask')
-conflicts=('python-flask')
-source=(http://pypi.python.org/packages/source/F/Flask/Flask-${pkgver}.tar.gz;)
-md5sums=('4a89ef2b3ab0f151f781182bd0cc8933')
-
-build() {
-  cd Flask-${pkgver}
-
-  python2 setup.py build
-}
-
-check() {
-  cd Flask-${pkgver}
-
-  python2 setup.py test
-}
-
-package() {
-  cd Flask-${pkgver}
-
-  python2 setup.py install --root=${pkgdir} --optimize=1
-
-  install -d ${pkgdir}/usr/share/licenses/python2-flask
-  install -m644 LICENSE \
-${pkgdir}/usr/share/licenses/python2-flask
-}

Copied: python2-flask/repos/community-any/PKGBUILD (from rev 91792, 
python2-flask/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-27 22:17:57 UTC (rev 91793)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Tarmo Heiskanen turs...@gmail.com
+
+pkgname=python2-flask
+pkgver=0.9
+pkgrel=2
+pkgdesc='Micro webdevelopment framework for Python'
+url='http://flask.pocoo.org/'
+arch=('any')
+license=('custom:BSD')
+depends=('python2-werkzeug' 'python2-jinja')
+makedepends=('python2-distribute')
+source=(http://pypi.python.org/packages/source/F/Flask/Flask-${pkgver}.tar.gz;)
+md5sums=('4a89ef2b3ab0f151f781182bd0cc8933')
+
+build() {
+  cd Flask-${pkgver}
+
+  python2 setup.py build
+}
+
+check() {
+  cd Flask-${pkgver}
+
+  python2 setup.py test
+}
+
+package() {
+  cd Flask-${pkgver}
+
+  python2 setup.py install --root=${pkgdir} --optimize=1
+
+  install -d ${pkgdir}/usr/share/licenses/python2-flask
+  install -m644 LICENSE ${pkgdir}/usr/share/licenses/python2-flask
+}



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

2013-05-27 Thread Sébastien Luttringer
Date: Tuesday, May 28, 2013 @ 00:50:17
  Author: seblu
Revision: 91794

upgpkg: vicious 2.1.1-1

- fix FS#35496

Modified:
  vicious/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-27 22:17:57 UTC (rev 91793)
+++ PKGBUILD2013-05-27 22:50:17 UTC (rev 91794)
@@ -2,8 +2,8 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=vicious
-pkgver=2.1.0
-pkgrel=3
+pkgver=2.1.1
+pkgrel=1
 pkgdesc='Widgets for the Awesome window manager'
 arch=('any')
 url='http://git.sysphere.org/vicious/about/'
@@ -16,7 +16,7 @@
   'curl: for widget types accessing network resources'
 )
 source=(http://git.sysphere.org/vicious/snapshot/vicious-$pkgver.tar.xz;)
-md5sums=('988bb423eafa6db951412f05cd237e31')
+md5sums=('88c43e28338b16cd63ef2a2f0ae9ca48')
 
 package() {
   cd $pkgname-$pkgver



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

2013-05-27 Thread Sébastien Luttringer
Date: Tuesday, May 28, 2013 @ 00:50:23
  Author: seblu
Revision: 91795

archrelease: copy trunk to community-any

Added:
  vicious/repos/community-any/PKGBUILD
(from rev 91794, vicious/trunk/PKGBUILD)
Deleted:
  vicious/repos/community-any/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-27 22:50:17 UTC (rev 91794)
+++ PKGBUILD2013-05-27 22:50:23 UTC (rev 91795)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer se...@aur.archlinux.org
-
-pkgname=vicious
-pkgver=2.1.0
-pkgrel=3
-pkgdesc='Widgets for the Awesome window manager'
-arch=('any')
-url='http://git.sysphere.org/vicious/about/'
-license=('GPL2')
-depends=('lua')
-optdepends=(
-  'hddtemp: for the HDD Temp widget type'
-  'alsa-utils: for the Volume widget type'
-  'wireless_tools: for the Wireless widget type'
-  'curl: for widget types accessing network resources'
-)
-source=(http://git.sysphere.org/vicious/snapshot/vicious-$pkgver.tar.xz;)
-md5sums=('988bb423eafa6db951412f05cd237e31')
-
-package() {
-  cd $pkgname-$pkgver
-  # Install the vicious library
-  install -dm755 $pkgdir/usr/share/lua/5.2/$pkgname/{widgets,contrib}
-  install -m644 *.lua $pkgdir/usr/share/lua/5.2/$pkgname
-  install -m644 widgets/*.lua $pkgdir/usr/share/lua/5.2/$pkgname/widgets
-  install -m644 contrib/*.lua $pkgdir/usr/share/lua/5.2/$pkgname/contrib
-  # Install documentation
-  install -dm755 $pkgdir/usr/share/doc/$pkgname
-  install -m644 README CHANGES $pkgdir/usr/share/doc/$pkgname
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: vicious/repos/community-any/PKGBUILD (from rev 91794, 
vicious/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-27 22:50:23 UTC (rev 91795)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=vicious
+pkgver=2.1.1
+pkgrel=1
+pkgdesc='Widgets for the Awesome window manager'
+arch=('any')
+url='http://git.sysphere.org/vicious/about/'
+license=('GPL2')
+depends=('lua')
+optdepends=(
+  'hddtemp: for the HDD Temp widget type'
+  'alsa-utils: for the Volume widget type'
+  'wireless_tools: for the Wireless widget type'
+  'curl: for widget types accessing network resources'
+)
+source=(http://git.sysphere.org/vicious/snapshot/vicious-$pkgver.tar.xz;)
+md5sums=('88c43e28338b16cd63ef2a2f0ae9ca48')
+
+package() {
+  cd $pkgname-$pkgver
+  # Install the vicious library
+  install -dm755 $pkgdir/usr/share/lua/5.2/$pkgname/{widgets,contrib}
+  install -m644 *.lua $pkgdir/usr/share/lua/5.2/$pkgname
+  install -m644 widgets/*.lua $pkgdir/usr/share/lua/5.2/$pkgname/widgets
+  install -m644 contrib/*.lua $pkgdir/usr/share/lua/5.2/$pkgname/contrib
+  # Install documentation
+  install -dm755 $pkgdir/usr/share/doc/$pkgname
+  install -m644 README CHANGES $pkgdir/usr/share/doc/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in libtiff/trunk (7 files)

2013-05-27 Thread Eric Bélanger
Date: Tuesday, May 28, 2013 @ 03:46:18
  Author: eric
Revision: 186502

upgpkg: libtiff 4.0.3-2

Add security fix and other patches (close FS#35510), Add mesa and glu 
makedepends

Added:
  libtiff/trunk/tiff-3.9.7-CVE-2012-4447.patch
  libtiff/trunk/tiff-3.9.7-CVE-2012-4564.patch
  libtiff/trunk/tiff-4.0.3-CVE-2013-1960.patch
  libtiff/trunk/tiff-4.0.3-CVE-2013-1961.patch
  libtiff/trunk/tiff-4.0.3-libjpeg-turbo.patch
  libtiff/trunk/tiff-4.0.3-tiff2pdf-colors.patch
Modified:
  libtiff/trunk/PKGBUILD

--+
 PKGBUILD |   40 +
 tiff-3.9.7-CVE-2012-4447.patch   |   37 +
 tiff-3.9.7-CVE-2012-4564.patch   |   77 +++
 tiff-4.0.3-CVE-2013-1960.patch   |  145 +++
 tiff-4.0.3-CVE-2013-1961.patch   |  759 +
 tiff-4.0.3-libjpeg-turbo.patch   |  122 +
 tiff-4.0.3-tiff2pdf-colors.patch |   15 
 7 files changed, 1186 insertions(+), 9 deletions(-)

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


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

2013-05-27 Thread Eric Bélanger
Date: Tuesday, May 28, 2013 @ 03:47:37
  Author: eric
Revision: 186503

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

Added:
  libtiff/repos/extra-i686/PKGBUILD
(from rev 186502, libtiff/trunk/PKGBUILD)
  libtiff/repos/extra-i686/tiff-3.9.7-CVE-2012-4447.patch
(from rev 186502, libtiff/trunk/tiff-3.9.7-CVE-2012-4447.patch)
  libtiff/repos/extra-i686/tiff-3.9.7-CVE-2012-4564.patch
(from rev 186502, libtiff/trunk/tiff-3.9.7-CVE-2012-4564.patch)
  libtiff/repos/extra-i686/tiff-4.0.3-CVE-2013-1960.patch
(from rev 186502, libtiff/trunk/tiff-4.0.3-CVE-2013-1960.patch)
  libtiff/repos/extra-i686/tiff-4.0.3-CVE-2013-1961.patch
(from rev 186502, libtiff/trunk/tiff-4.0.3-CVE-2013-1961.patch)
  libtiff/repos/extra-i686/tiff-4.0.3-libjpeg-turbo.patch
(from rev 186502, libtiff/trunk/tiff-4.0.3-libjpeg-turbo.patch)
  libtiff/repos/extra-i686/tiff-4.0.3-tiff2pdf-colors.patch
(from rev 186502, libtiff/trunk/tiff-4.0.3-tiff2pdf-colors.patch)
  libtiff/repos/extra-x86_64/PKGBUILD
(from rev 186502, libtiff/trunk/PKGBUILD)
  libtiff/repos/extra-x86_64/tiff-3.9.7-CVE-2012-4447.patch
(from rev 186502, libtiff/trunk/tiff-3.9.7-CVE-2012-4447.patch)
  libtiff/repos/extra-x86_64/tiff-3.9.7-CVE-2012-4564.patch
(from rev 186502, libtiff/trunk/tiff-3.9.7-CVE-2012-4564.patch)
  libtiff/repos/extra-x86_64/tiff-4.0.3-CVE-2013-1960.patch
(from rev 186502, libtiff/trunk/tiff-4.0.3-CVE-2013-1960.patch)
  libtiff/repos/extra-x86_64/tiff-4.0.3-CVE-2013-1961.patch
(from rev 186502, libtiff/trunk/tiff-4.0.3-CVE-2013-1961.patch)
  libtiff/repos/extra-x86_64/tiff-4.0.3-libjpeg-turbo.patch
(from rev 186502, libtiff/trunk/tiff-4.0.3-libjpeg-turbo.patch)
  libtiff/repos/extra-x86_64/tiff-4.0.3-tiff2pdf-colors.patch
(from rev 186502, libtiff/trunk/tiff-4.0.3-tiff2pdf-colors.patch)
Deleted:
  libtiff/repos/extra-i686/PKGBUILD
  libtiff/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  110 +++
 extra-i686/PKGBUILD   |   33 -
 extra-i686/tiff-3.9.7-CVE-2012-4447.patch |   37 +
 extra-i686/tiff-3.9.7-CVE-2012-4564.patch |   77 ++
 extra-i686/tiff-4.0.3-CVE-2013-1960.patch |  145 
 extra-i686/tiff-4.0.3-CVE-2013-1961.patch |  759 
 extra-i686/tiff-4.0.3-libjpeg-turbo.patch |  122 +++
 extra-i686/tiff-4.0.3-tiff2pdf-colors.patch   |   15 
 extra-x86_64/PKGBUILD |   33 -
 extra-x86_64/tiff-3.9.7-CVE-2012-4447.patch   |   37 +
 extra-x86_64/tiff-3.9.7-CVE-2012-4564.patch   |   77 ++
 extra-x86_64/tiff-4.0.3-CVE-2013-1960.patch   |  145 
 extra-x86_64/tiff-4.0.3-CVE-2013-1961.patch   |  759 
 extra-x86_64/tiff-4.0.3-libjpeg-turbo.patch   |  122 +++
 extra-x86_64/tiff-4.0.3-tiff2pdf-colors.patch |   15 
 15 files changed, 2420 insertions(+), 66 deletions(-)

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