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

2013-06-03 Thread Bartłomiej Piotrowski
Date: Monday, June 3, 2013 @ 08:13:27
  Author: bpiotrowski
Revision: 92232

upgpkg: pd 0.44.3-2

- don't provide portaudio headers and libraries (FS#35610)

Modified:
  pd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 02:53:23 UTC (rev 92231)
+++ PKGBUILD2013-06-03 06:13:27 UTC (rev 92232)
@@ -6,7 +6,7 @@
 pkgname=pd
 pkgver=0.44.3
 _ver=${pkgver%.*}-${pkgver##*.}
-pkgrel=1
+pkgrel=2
 pkgdesc=The Pure Data real-time music and multimedia environment
 arch=('i686' 'x86_64')
 url=http://crca.ucsd.edu/~msp/software.html;
@@ -22,7 +22,8 @@
   ./configure --prefix=/usr \
   --enable-alsa \
   --enable-jack \
-  --enable-fftw
+  --enable-fftw \
+  --disable-portaudio
   make
 }
 



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

2013-06-03 Thread Bartłomiej Piotrowski
Date: Monday, June 3, 2013 @ 08:13:55
  Author: bpiotrowski
Revision: 92233

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

Added:
  pd/repos/community-i686/PKGBUILD
(from rev 92232, pd/trunk/PKGBUILD)
  pd/repos/community-x86_64/PKGBUILD
(from rev 92232, pd/trunk/PKGBUILD)
Deleted:
  pd/repos/community-i686/PKGBUILD
  pd/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   36 -
 community-x86_64/PKGBUILD |   36 -
 3 files changed, 74 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-03 06:13:27 UTC (rev 92232)
+++ community-i686/PKGBUILD 2013-06-03 06:13:55 UTC (rev 92233)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer : speps speps at aur dot archlinux dot org
-# Contributor: TDY t...@gmx.com
-# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
-
-pkgname=pd
-pkgver=0.44.3
-_ver=${pkgver%.*}-${pkgver##*.}
-pkgrel=1
-pkgdesc=The Pure Data real-time music and multimedia environment
-arch=('i686' 'x86_64')
-url=http://crca.ucsd.edu/~msp/software.html;
-license=('custom:BSD')
-depends=('jack' 'fftw' 'tk')
-provides=('puredata')
-source=(http://crca.ucsd.edu/~msp/Software/pd-$_ver.src.tar.gz;)
-md5sums=('a3e8ca0eab039dc472a6533ef9344582')
-
-build() {
-  cd $srcdir/pd-$_ver
-  ./autogen.sh
-  ./configure --prefix=/usr \
-  --enable-alsa \
-  --enable-jack \
-  --enable-fftw
-  make
-}
-
-package() {
-  cd $srcdir/pd-$_ver
-  make DESTDIR=$pkgdir install
-
-  # license
-  install -Dm644 LICENSE.txt \
-$pkgdir/usr/share/licenses/pd/LICENSE
-}

Copied: pd/repos/community-i686/PKGBUILD (from rev 92232, pd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-03 06:13:55 UTC (rev 92233)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: TDY t...@gmx.com
+# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
+
+pkgname=pd
+pkgver=0.44.3
+_ver=${pkgver%.*}-${pkgver##*.}
+pkgrel=2
+pkgdesc=The Pure Data real-time music and multimedia environment
+arch=('i686' 'x86_64')
+url=http://crca.ucsd.edu/~msp/software.html;
+license=('custom:BSD')
+depends=('jack' 'fftw' 'tk')
+provides=('puredata')
+source=(http://crca.ucsd.edu/~msp/Software/pd-$_ver.src.tar.gz;)
+md5sums=('a3e8ca0eab039dc472a6533ef9344582')
+
+build() {
+  cd $srcdir/pd-$_ver
+  ./autogen.sh
+  ./configure --prefix=/usr \
+  --enable-alsa \
+  --enable-jack \
+  --enable-fftw \
+  --disable-portaudio
+  make
+}
+
+package() {
+  cd $srcdir/pd-$_ver
+  make DESTDIR=$pkgdir install
+
+  # license
+  install -Dm644 LICENSE.txt \
+$pkgdir/usr/share/licenses/pd/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-06-03 06:13:27 UTC (rev 92232)
+++ community-x86_64/PKGBUILD   2013-06-03 06:13:55 UTC (rev 92233)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer : speps speps at aur dot archlinux dot org
-# Contributor: TDY t...@gmx.com
-# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
-
-pkgname=pd
-pkgver=0.44.3
-_ver=${pkgver%.*}-${pkgver##*.}
-pkgrel=1
-pkgdesc=The Pure Data real-time music and multimedia environment
-arch=('i686' 'x86_64')
-url=http://crca.ucsd.edu/~msp/software.html;
-license=('custom:BSD')
-depends=('jack' 'fftw' 'tk')
-provides=('puredata')
-source=(http://crca.ucsd.edu/~msp/Software/pd-$_ver.src.tar.gz;)
-md5sums=('a3e8ca0eab039dc472a6533ef9344582')
-
-build() {
-  cd $srcdir/pd-$_ver
-  ./autogen.sh
-  ./configure --prefix=/usr \
-  --enable-alsa \
-  --enable-jack \
-  --enable-fftw
-  make
-}
-
-package() {
-  cd $srcdir/pd-$_ver
-  make DESTDIR=$pkgdir install
-
-  # license
-  install -Dm644 LICENSE.txt \
-$pkgdir/usr/share/licenses/pd/LICENSE
-}

Copied: pd/repos/community-x86_64/PKGBUILD (from rev 92232, pd/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-06-03 06:13:55 UTC (rev 92233)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: TDY t...@gmx.com
+# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
+
+pkgname=pd
+pkgver=0.44.3
+_ver=${pkgver%.*}-${pkgver##*.}
+pkgrel=2
+pkgdesc=The Pure Data real-time music and multimedia environment
+arch=('i686' 'x86_64')
+url=http://crca.ucsd.edu/~msp/software.html;
+license=('custom:BSD')
+depends=('jack' 'fftw' 'tk')
+provides=('puredata')
+source=(http://crca.ucsd.edu/~msp/Software/pd-$_ver.src.tar.gz;)

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

2013-06-03 Thread Bartłomiej Piotrowski
Date: Monday, June 3, 2013 @ 08:37:08
  Author: bpiotrowski
Revision: 92234

upgpkg: opencl-headers 1:1.2.20130603-1

- upstream release

Modified:
  opencl-headers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 06:13:55 UTC (rev 92233)
+++ PKGBUILD2013-06-03 06:37:08 UTC (rev 92234)
@@ -3,8 +3,8 @@
 # Contributor: Sylvain HENRY hsy...@yahoo.fr
 
 pkgname=opencl-headers
-pkgver=1.1.20110526
-_clbasever=1.1
+pkgver=1.2.20130603
+_clbasever=1.2
 pkgrel=1
 epoch=1
 pkgdesc='OpenCL (Open Computing Language) header files'
@@ -12,7 +12,7 @@
 url='http://www.khronos.org/registry/cl/'
 license=('custom')
 optdepends=('libcl: OpenCL library')
-source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.src.tar.xz;
+source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.src.tar.xz{,.sig};
 'LICENSE.txt')
 _headers=(http://www.khronos.org/registry/cl/api/${_clbasever}/cl_ext.h;
   http://www.khronos.org/registry/cl/api/${_clbasever}/cl_gl_ext.h;
@@ -21,7 +21,8 @@
   http://www.khronos.org/registry/cl/api/${_clbasever}/cl.hpp;
   http://www.khronos.org/registry/cl/api/${_clbasever}/cl_platform.h;
   http://www.khronos.org/registry/cl/api/${_clbasever}/opencl.h;)
-sha1sums=('b9deedbae4f87fa0987ca7b2347f68d608284a02'
+sha1sums=('06ebf27c592b208371bd5981d8467ba900f442a5'
+  'SKIP'
   '98abb35b2eca82d0fc19db6d28fcc7bd20be0655')
 
 # source PKGBUILD  mksource



[arch-commits] Commit in opencl-headers/repos/community-any (4 files)

2013-06-03 Thread Bartłomiej Piotrowski
Date: Monday, June 3, 2013 @ 08:37:15
  Author: bpiotrowski
Revision: 92235

archrelease: copy trunk to community-any

Added:
  opencl-headers/repos/community-any/LICENSE.txt
(from rev 92234, opencl-headers/trunk/LICENSE.txt)
  opencl-headers/repos/community-any/PKGBUILD
(from rev 92234, opencl-headers/trunk/PKGBUILD)
Deleted:
  opencl-headers/repos/community-any/LICENSE.txt
  opencl-headers/repos/community-any/PKGBUILD

-+
 LICENSE.txt |   40 ++---
 PKGBUILD|  107 +-
 2 files changed, 74 insertions(+), 73 deletions(-)

Deleted: LICENSE.txt
===
--- LICENSE.txt 2013-06-03 06:37:08 UTC (rev 92234)
+++ LICENSE.txt 2013-06-03 06:37:15 UTC (rev 92235)
@@ -1,20 +0,0 @@
- * Copyright (c) 2008-2010 The Khronos Group Inc.
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and/or associated documentation files (the
- * Materials), to deal in the Materials without restriction, including
- * without limitation the rights to use, copy, modify, merge, publish,
- * distribute, sublicense, and/or sell copies of the Materials, and to
- * permit persons to whom the Materials are furnished to do so, subject to
- * the following conditions:
- *
- * The above copyright notice and this permission notice shall be included
- * in all copies or substantial portions of the Materials.
- *
- * THE MATERIALS ARE PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
- * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
- * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
- * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
- * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
- * MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.

Copied: opencl-headers/repos/community-any/LICENSE.txt (from rev 92234, 
opencl-headers/trunk/LICENSE.txt)
===
--- LICENSE.txt (rev 0)
+++ LICENSE.txt 2013-06-03 06:37:15 UTC (rev 92235)
@@ -0,0 +1,20 @@
+ * Copyright (c) 2008-2010 The Khronos Group Inc.
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a
+ * copy of this software and/or associated documentation files (the
+ * Materials), to deal in the Materials without restriction, including
+ * without limitation the rights to use, copy, modify, merge, publish,
+ * distribute, sublicense, and/or sell copies of the Materials, and to
+ * permit persons to whom the Materials are furnished to do so, subject to
+ * the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included
+ * in all copies or substantial portions of the Materials.
+ *
+ * THE MATERIALS ARE PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ * MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-03 06:37:08 UTC (rev 92234)
+++ PKGBUILD2013-06-03 06:37:15 UTC (rev 92235)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sylvain HENRY hsy...@yahoo.fr
-
-pkgname=opencl-headers
-pkgver=1.1.20110526
-_clbasever=1.1
-pkgrel=1
-epoch=1
-pkgdesc='OpenCL (Open Computing Language) header files'
-arch=('any')
-url='http://www.khronos.org/registry/cl/'
-license=('custom')
-optdepends=('libcl: OpenCL library')
-source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.src.tar.xz;
-'LICENSE.txt')
-_headers=(http://www.khronos.org/registry/cl/api/${_clbasever}/cl_ext.h;
-  http://www.khronos.org/registry/cl/api/${_clbasever}/cl_gl_ext.h;
-  http://www.khronos.org/registry/cl/api/${_clbasever}/cl_gl.h;
-  http://www.khronos.org/registry/cl/api/${_clbasever}/cl.h;
-  http://www.khronos.org/registry/cl/api/${_clbasever}/cl.hpp;
-  http://www.khronos.org/registry/cl/api/${_clbasever}/cl_platform.h;
-  http://www.khronos.org/registry/cl/api/${_clbasever}/opencl.h;)
-sha1sums=('b9deedbae4f87fa0987ca7b2347f68d608284a02'
-  '98abb35b2eca82d0fc19db6d28fcc7bd20be0655')
-
-# source PKGBUILD  mksource
-mksource() {
-   cd ${srcdir}
-   _dirname=${pkgname}-${pkgver}
-   mkdir ${_dirname}
-
-   pushd ${_dirname}
-   for _h in ${_headers[@]}; do
-  wget ${_h}
-   done
-   popd
-
-   tar -cJv 

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

2013-06-03 Thread Timothy Redaelli
Date: Monday, June 3, 2013 @ 08:54:08
  Author: tredaelli
Revision: 92237

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

Added:
  bitcoin/repos/community-i686/PKGBUILD
(from rev 92236, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-i686/bitcoin-qt.install
(from rev 92236, bitcoin/trunk/bitcoin-qt.install)
  bitcoin/repos/community-x86_64/PKGBUILD
(from rev 92236, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-x86_64/bitcoin-qt.install
(from rev 92236, bitcoin/trunk/bitcoin-qt.install)
Deleted:
  bitcoin/repos/community-i686/PKGBUILD
  bitcoin/repos/community-i686/bitcoin-qt.install
  bitcoin/repos/community-x86_64/PKGBUILD
  bitcoin/repos/community-x86_64/bitcoin-qt.install

-+
 /PKGBUILD   |  114 ++
 /bitcoin-qt.install |   22 ++
 community-i686/PKGBUILD |   57 -
 community-i686/bitcoin-qt.install   |   11 ---
 community-x86_64/PKGBUILD   |   57 -
 community-x86_64/bitcoin-qt.install |   11 ---
 6 files changed, 136 insertions(+), 136 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-03 06:53:33 UTC (rev 92236)
+++ community-i686/PKGBUILD 2013-06-03 06:54:08 UTC (rev 92237)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: shahid hellla...@gmail.com
-
-pkgbase=bitcoin
-pkgname=('bitcoin-daemon' 'bitcoin-qt')
-pkgver=0.8.1
-pkgrel=2
-arch=('i686' 'x86_64')
-url=http://www.bitcoin.org/;
-makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc')
-license=('MIT')
-source=(http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-$pkgver/bitcoin-$pkgver-linux.tar.gz)
-sha256sums=('6d7f023a9df1a436c51de83f7cd751f162be9b4fb1c06da05545f9fba7cb2a98')
-
-build() {
-  cd $srcdir/$pkgbase-$pkgver-linux/src
-
-  # and make qt gui
-  qmake-qt4 USE_QRCODE=1
-  make
-
-  # make bitcoind
-  make -f makefile.unix -C src  CXXFLAGS=$CXXFLAGS
-}
-
-
-package_bitcoin-qt() {
-  pkgdesc=Bitcoin is a peer-to-peer network based digital currency - QT
-  depends=(boost-libs qt4 miniupnpc qrencode)
-  install=bitcoin-qt.install
-
-  cd $srcdir/$pkgbase-$pkgver-linux/src
-  install -Dm755 bitcoin-qt $pkgdir/usr/bin/bitcoin-qt
-  install -Dm644 contrib/debian/bitcoin-qt.desktop \
-$pkgdir/usr/share/applications/bitcoin.desktop
-  install -Dm644 share/pixmaps/bitcoin80.xpm \
-$pkgdir/usr/share/pixmaps/bitcoin80.xpm
-
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-package_bitcoin-daemon() {
-  pkgdesc=Bitcoin is a peer-to-peer network based digital currency - daemon
-  depends=(boost-libs miniupnpc openssl)
-
-  cd $srcdir/$pkgbase-$pkgver-linux/src
-  install -Dm755 src/bitcoind $pkgdir/usr/bin/bitcoind
-  install -Dm644 contrib/debian/examples/bitcoin.conf \
-$pkgdir/usr/share/doc/$pkgname/examples/bitcoin.conf
-  install -Dm644 contrib/debian/manpages/bitcoind.1 \
-$pkgdir/usr/share/man/man1/bitcoind.1
-  install -Dm644 contrib/debian/manpages/bitcoin.conf.5 \
-$pkgdir/usr/share/man/man5/bitcoin.conf.5
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-

Copied: bitcoin/repos/community-i686/PKGBUILD (from rev 92236, 
bitcoin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-03 06:54:08 UTC (rev 92237)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: shahid hellla...@gmail.com
+
+pkgbase=bitcoin
+pkgname=('bitcoin-daemon' 'bitcoin-qt')
+pkgver=0.8.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://www.bitcoin.org/;
+makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc')
+license=('MIT')
+source=(http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-$pkgver/bitcoin-$pkgver-linux.tar.gz)
+sha256sums=('e15d3134f4efd8d60e243c7177edba06ac471619674ca07a42a1dced5f498728')
+
+build() {
+  cd $srcdir/$pkgbase-$pkgver-linux/src
+
+  # and make qt gui
+  qmake-qt4 USE_QRCODE=1
+  make
+
+  # make bitcoind
+  make -f makefile.unix -C src  CXXFLAGS=$CXXFLAGS
+}
+
+
+package_bitcoin-qt() {
+  pkgdesc=Bitcoin is a peer-to-peer network based digital currency - QT
+  depends=(boost-libs qt4 miniupnpc qrencode)
+  install=bitcoin-qt.install
+
+  cd $srcdir/$pkgbase-$pkgver-linux/src
+  install -Dm755 bitcoin-qt $pkgdir/usr/bin/bitcoin-qt
+  install -Dm644 contrib/debian/bitcoin-qt.desktop \
+$pkgdir/usr/share/applications/bitcoin.desktop
+  install -Dm644 share/pixmaps/bitcoin128.png \
+$pkgdir/usr/share/pixmaps/bitcoin128.png
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+package_bitcoin-daemon() {
+  pkgdesc=Bitcoin is a peer-to-peer network based digital currency - daemon
+  

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

2013-06-03 Thread Timothy Redaelli
Date: Monday, June 3, 2013 @ 08:53:33
  Author: tredaelli
Revision: 92236

upgpkg: bitcoin 0.8.2-1

Modified:
  bitcoin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 06:37:15 UTC (rev 92235)
+++ PKGBUILD2013-06-03 06:53:33 UTC (rev 92236)
@@ -4,14 +4,14 @@
 
 pkgbase=bitcoin
 pkgname=('bitcoin-daemon' 'bitcoin-qt')
-pkgver=0.8.1
-pkgrel=2
+pkgver=0.8.2
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.bitcoin.org/;
 makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc')
 license=('MIT')
 
source=(http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-$pkgver/bitcoin-$pkgver-linux.tar.gz)
-sha256sums=('6d7f023a9df1a436c51de83f7cd751f162be9b4fb1c06da05545f9fba7cb2a98')
+sha256sums=('e15d3134f4efd8d60e243c7177edba06ac471619674ca07a42a1dced5f498728')
 
 build() {
   cd $srcdir/$pkgbase-$pkgver-linux/src
@@ -34,8 +34,8 @@
   install -Dm755 bitcoin-qt $pkgdir/usr/bin/bitcoin-qt
   install -Dm644 contrib/debian/bitcoin-qt.desktop \
 $pkgdir/usr/share/applications/bitcoin.desktop
-  install -Dm644 share/pixmaps/bitcoin80.xpm \
-$pkgdir/usr/share/pixmaps/bitcoin80.xpm
+  install -Dm644 share/pixmaps/bitcoin128.png \
+$pkgdir/usr/share/pixmaps/bitcoin128.png
 
   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
 }



[arch-commits] Commit in giflib/trunk (PKGBUILD giflib-4.2.1-quantize.patch)

2013-06-03 Thread Bartłomiej Piotrowski
Date: Monday, June 3, 2013 @ 09:04:12
  Author: bpiotrowski
Revision: 187001

upgpkg: giflib 4.2.1-2

- add quantize support (FS#35362)

Added:
  giflib/trunk/giflib-4.2.1-quantize.patch
Modified:
  giflib/trunk/PKGBUILD

-+
 PKGBUILD|9 
 giflib-4.2.1-quantize.patch |  404 ++
 2 files changed, 410 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 04:31:08 UTC (rev 187000)
+++ PKGBUILD2013-06-03 07:04:12 UTC (rev 187001)
@@ -6,7 +6,7 @@
 
 pkgname=giflib
 pkgver=4.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A library for reading and writing gif images
 url=http://sourceforge.net/projects/giflib/;
 arch=('i686' 'x86_64')
@@ -17,12 +17,15 @@
 conflicts=('libungif')
 replaces=('libungif')
 options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/giflib/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('bbd3324af24156d5d7e66ab1cee8508d')
+source=(http://downloads.sourceforge.net/sourceforge/giflib/${pkgname}-${pkgver}.tar.bz2
+giflib-4.2.1-quantize.patch)
+md5sums=('bbd3324af24156d5d7e66ab1cee8508d'
+ '67e46b344340ac10f4f597d772679f23')
 
 prepare() {
   cd ${pkgname}-${pkgver}
   sed -i -e '/AC_PATH_XTRA/d' -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADER/' 
configure.ac
+  patch -Np1 -i $srcdir/giflib-4.2.1-quantize.patch
   autoreconf -fi
 }
 

Added: giflib-4.2.1-quantize.patch
===
--- giflib-4.2.1-quantize.patch (rev 0)
+++ giflib-4.2.1-quantize.patch 2013-06-03 07:04:12 UTC (rev 187001)
@@ -0,0 +1,404 @@
+diff -up giflib-4.2.1/lib/Makefile.in.quantize giflib-4.2.1/lib/Makefile.in
+--- giflib-4.2.1/lib/Makefile.in.quantize  2012-10-09 00:37:59.0 
-0300
 giflib-4.2.1/lib/Makefile.in   2012-11-17 12:16:04.485736553 -0200
+@@ -77,7 +77,7 @@ am__installdirs = $(DESTDIR)$(libdir)
+ LTLIBRARIES = $(lib_LTLIBRARIES)
+ libgif_la_DEPENDENCIES =
+ am_libgif_la_OBJECTS = dgif_lib.lo egif_lib.lo gif_font.lo gif_hash.lo \
+-  gifalloc.lo gif_err.lo
++  gifalloc.lo gif_err.lo quantize.lo
+ libgif_la_OBJECTS = $(am_libgif_la_OBJECTS)
+ libgif_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
+   $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+@@ -234,6 +234,7 @@ libgif_la_SOURCES = dgif_lib.c  \
+   gif_hash.h  \
+ gifalloc.c  \
+ gif_err.c   \
++quantize.c  \
+   gif_lib_private.h
+ 
+ libgif_la_LDFLAGS = -version-info @SHLIBVERSION@
+@@ -319,6 +320,7 @@ distclean-compile:
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gif_font.Plo@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gif_hash.Plo@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gifalloc.Plo@am__quote@
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/quantize.Plo@am__quote@
+ 
+ .c.o:
+ @am__fastdepCC_TRUE@  $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ 
$
+diff -up giflib-4.2.1/lib/gif_lib.h.quantize giflib-4.2.1/lib/gif_lib.h
+--- giflib-4.2.1/lib/gif_lib.h.quantize2012-10-09 00:36:32.0 
-0300
 giflib-4.2.1/lib/gif_lib.h 2012-11-17 12:16:04.488735917 -0200
+@@ -180,6 +180,15 @@ int DGifCloseFile(GifFileType * GifFile)
+ #define D_GIF_ERR_IMAGE_DEFECT   112
+ #define D_GIF_ERR_EOF_TOO_SOON   113
+ 
++/**
++ * O.K., here are the routines from GIF_LIB file QUANTIZE.C.  
++**/
++int QuantizeBuffer(unsigned int Width, unsigned int Height,
++   int *ColorMapSize, GifByteType * RedInput,
++   GifByteType * GreenInput, GifByteType * BlueInput,
++   GifByteType * OutputBuffer,
++   GifColorType * OutputColorMap);
++
+ /* These are legacy.  You probably do not want to call them directly */
+ int DGifGetScreenDesc(GifFileType * GifFile);
+ int DGifGetRecordType(GifFileType * GifFile, GifRecordType * GifType);
+diff -up giflib-4.2.1/lib/quantize.c.quantize giflib-4.2.1/lib/quantize.c
+--- giflib-4.2.1/lib/quantize.c.quantize   2012-11-17 12:17:44.741435334 
-0200
 giflib-4.2.1/lib/quantize.c2012-11-17 12:16:04.491735283 -0200
+@@ -0,0 +1,332 @@
++/*
++ *   Gif-Lib - Yet another gif library.
++ *
++ * Written by:  Gershon ElberIBM PC Ver 0.1,Jun. 1989
++ 
**
++ * Module to quatize high resolution image into lower one. You may want to
++ * peek into the following article this code is based on:
++ * Color Image Quantization for frame buffer 

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

2013-06-03 Thread Bartłomiej Piotrowski
Date: Monday, June 3, 2013 @ 09:04:28
  Author: bpiotrowski
Revision: 187002

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

Added:
  giflib/repos/extra-i686/PKGBUILD
(from rev 187001, giflib/trunk/PKGBUILD)
  giflib/repos/extra-i686/giflib-4.2.1-quantize.patch
(from rev 187001, giflib/trunk/giflib-4.2.1-quantize.patch)
  giflib/repos/extra-x86_64/PKGBUILD
(from rev 187001, giflib/trunk/PKGBUILD)
  giflib/repos/extra-x86_64/giflib-4.2.1-quantize.patch
(from rev 187001, giflib/trunk/giflib-4.2.1-quantize.patch)
Deleted:
  giflib/repos/extra-i686/PKGBUILD
  giflib/repos/extra-x86_64/PKGBUILD

--+
 /PKGBUILD|  102 +++
 extra-i686/PKGBUILD  |   48 ---
 extra-i686/giflib-4.2.1-quantize.patch   |  404 +
 extra-x86_64/PKGBUILD|   48 ---
 extra-x86_64/giflib-4.2.1-quantize.patch |  404 +
 5 files changed, 910 insertions(+), 96 deletions(-)

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


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

2013-06-03 Thread Bartłomiej Piotrowski
Date: Monday, June 3, 2013 @ 09:52:28
  Author: bpiotrowski
Revision: 187003

upgpkg: guile 2.0.9-1

- upstream release

Modified:
  guile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 07:04:28 UTC (rev 187002)
+++ PKGBUILD2013-06-03 07:52:28 UTC (rev 187003)
@@ -3,17 +3,17 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=guile
-pkgver=1.8.8
-pkgrel=2
+pkgver=2.0.9
+pkgrel=1
 pkgdesc=a portable, embeddable Scheme implementation written in C
 url=http://www.gnu.org/software/guile/;
 arch=(i686 x86_64)
 license=('GPL')
-depends=('gmp' 'libltdl' 'ncurses=5.7' 'texinfo')
+depends=('gmp' 'libltdl' 'ncurses=5.7' 'texinfo' 'libunistring' 'gc' 'libffi')
 install=guile.install
 source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 options=('!libtool')
-md5sums=('18661a8fdfef13e2fcb7651720aa53f3')
+md5sums=('531839c3fe887382ca9d4774db544d34')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-06-03 Thread Bartłomiej Piotrowski
Date: Monday, June 3, 2013 @ 09:52:53
  Author: bpiotrowski
Revision: 187004

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

Added:
  guile/repos/staging-i686/
  guile/repos/staging-i686/PKGBUILD
(from rev 187003, guile/trunk/PKGBUILD)
  guile/repos/staging-i686/guile.install
(from rev 187003, guile/trunk/guile.install)
  guile/repos/staging-x86_64/
  guile/repos/staging-x86_64/PKGBUILD
(from rev 187003, guile/trunk/PKGBUILD)
  guile/repos/staging-x86_64/guile.install
(from rev 187003, guile/trunk/guile.install)

--+
 staging-i686/PKGBUILD|   29 +
 staging-i686/guile.install   |   30 ++
 staging-x86_64/PKGBUILD  |   29 +
 staging-x86_64/guile.install |   30 ++
 4 files changed, 118 insertions(+)

Copied: guile/repos/staging-i686/PKGBUILD (from rev 187003, 
guile/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-06-03 07:52:53 UTC (rev 187004)
@@ -0,0 +1,29 @@
+# $Id$
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=guile
+pkgver=2.0.9
+pkgrel=1
+pkgdesc=a portable, embeddable Scheme implementation written in C
+url=http://www.gnu.org/software/guile/;
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gmp' 'libltdl' 'ncurses=5.7' 'texinfo' 'libunistring' 'gc' 'libffi')
+install=guile.install
+source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+options=('!libtool')
+md5sums=('531839c3fe887382ca9d4774db544d34')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --disable-static  \
+   --disable-error-on-warning
+  make LDFLAGS+=-lpthread
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: guile/repos/staging-i686/guile.install (from rev 187003, 
guile/trunk/guile.install)
===
--- staging-i686/guile.install  (rev 0)
+++ staging-i686/guile.install  2013-06-03 07:52:53 UTC (rev 187004)
@@ -0,0 +1,30 @@
+infodir=/usr/share/info
+files=(goops.info
+   guile-tut.info
+   guile.info
+   guile.info-1
+   guile.info-2
+   guile.info-3
+   guile.info-4
+   guile.info-5
+   guile.info-6
+   guile.info-7
+   r5rs.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}

Copied: guile/repos/staging-x86_64/PKGBUILD (from rev 187003, 
guile/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-06-03 07:52:53 UTC (rev 187004)
@@ -0,0 +1,29 @@
+# $Id$
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=guile
+pkgver=2.0.9
+pkgrel=1
+pkgdesc=a portable, embeddable Scheme implementation written in C
+url=http://www.gnu.org/software/guile/;
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gmp' 'libltdl' 'ncurses=5.7' 'texinfo' 'libunistring' 'gc' 'libffi')
+install=guile.install
+source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+options=('!libtool')
+md5sums=('531839c3fe887382ca9d4774db544d34')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --disable-static  \
+   --disable-error-on-warning
+  make LDFLAGS+=-lpthread
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: guile/repos/staging-x86_64/guile.install (from rev 187003, 
guile/trunk/guile.install)
===
--- staging-x86_64/guile.install(rev 0)
+++ staging-x86_64/guile.install2013-06-03 07:52:53 UTC (rev 187004)
@@ -0,0 +1,30 @@
+infodir=/usr/share/info
+files=(goops.info
+   guile-tut.info
+   guile.info
+   guile.info-1
+   guile.info-2
+   guile.info-3
+   guile.info-4
+   guile.info-5
+   guile.info-6
+   guile.info-7
+   r5rs.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  

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

2013-06-03 Thread Bartłomiej Piotrowski
Date: Monday, June 3, 2013 @ 09:59:40
  Author: bpiotrowski
Revision: 187006

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

Added:
  autogen/repos/staging-i686/
  autogen/repos/staging-i686/PKGBUILD
(from rev 187005, autogen/trunk/PKGBUILD)
  autogen/repos/staging-i686/autogen.install
(from rev 187005, autogen/trunk/autogen.install)
  autogen/repos/staging-x86_64/
  autogen/repos/staging-x86_64/PKGBUILD
(from rev 187005, autogen/trunk/PKGBUILD)
  autogen/repos/staging-x86_64/autogen.install
(from rev 187005, autogen/trunk/autogen.install)

+
 staging-i686/PKGBUILD  |   29 +
 staging-i686/autogen.install   |   20 
 staging-x86_64/PKGBUILD|   29 +
 staging-x86_64/autogen.install |   20 
 4 files changed, 98 insertions(+)

Copied: autogen/repos/staging-i686/PKGBUILD (from rev 187005, 
autogen/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-06-03 07:59:40 UTC (rev 187006)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Arjan Timmerman ar...@soufly.nl
+# Contributor: Tor Krill
+
+pkgname=autogen
+pkgver=5.17.3
+pkgrel=1
+pkgdesc=A tool designed to simplify the creation and maintenance of programs 
that contain large amounts of repetitious text
+arch=('i686' 'x86_64')
+url=http://autogen.sourceforge.net/;
+license=('GPL3')
+depends=('guile' 'libxml2')
+options=('!libtool')
+install=autogen.install
+source=(http://ftp.gnu.org/gnu/${pkgname}/rel${pkgver}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('d8e13a67310ac3b5e247fe25c40ac98a'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+} 

Copied: autogen/repos/staging-i686/autogen.install (from rev 187005, 
autogen/trunk/autogen.install)
===
--- staging-i686/autogen.install(rev 0)
+++ staging-i686/autogen.install2013-06-03 07:59:40 UTC (rev 187006)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(autogen.info autogen.info-1 autogen.info-2)
+
+post_install() {
+  for file in ${filelist[@]}; do
+install-info $infodir/${file}.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/${file}.gz $infodir/dir 2 /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Copied: autogen/repos/staging-x86_64/PKGBUILD (from rev 187005, 
autogen/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-06-03 07:59:40 UTC (rev 187006)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Arjan Timmerman ar...@soufly.nl
+# Contributor: Tor Krill
+
+pkgname=autogen
+pkgver=5.17.3
+pkgrel=1
+pkgdesc=A tool designed to simplify the creation and maintenance of programs 
that contain large amounts of repetitious text
+arch=('i686' 'x86_64')
+url=http://autogen.sourceforge.net/;
+license=('GPL3')
+depends=('guile' 'libxml2')
+options=('!libtool')
+install=autogen.install
+source=(http://ftp.gnu.org/gnu/${pkgname}/rel${pkgver}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('d8e13a67310ac3b5e247fe25c40ac98a'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+} 

Copied: autogen/repos/staging-x86_64/autogen.install (from rev 187005, 
autogen/trunk/autogen.install)
===
--- staging-x86_64/autogen.install  (rev 0)
+++ staging-x86_64/autogen.install  2013-06-03 07:59:40 UTC (rev 187006)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(autogen.info autogen.info-1 autogen.info-2)
+
+post_install() {
+  for file in ${filelist[@]}; do
+install-info $infodir/${file}.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/${file}.gz $infodir/dir 2 /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-06-03 Thread Bartłomiej Piotrowski
Date: Monday, June 3, 2013 @ 09:59:32
  Author: bpiotrowski
Revision: 187005

upgpkg: autogen 5.17.3-1

- upstream release
- rebuild against guile 2.0

Modified:
  autogen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 07:52:53 UTC (rev 187004)
+++ PKGBUILD2013-06-03 07:59:32 UTC (rev 187005)
@@ -4,7 +4,7 @@
 # Contributor: Tor Krill
 
 pkgname=autogen
-pkgver=5.17.2
+pkgver=5.17.3
 pkgrel=1
 pkgdesc=A tool designed to simplify the creation and maintenance of programs 
that contain large amounts of repetitious text
 arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@
 options=('!libtool')
 install=autogen.install
 
source=(http://ftp.gnu.org/gnu/${pkgname}/rel${pkgver}/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('567dd065d24294c5c31517e399c2fcf5'
- 'af72d4d6f27486366e7712c41f61b8fa')
+md5sums=('d8e13a67310ac3b5e247fe25c40ac98a'
+ 'SKIP')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-06-03 Thread Bartłomiej Piotrowski
Date: Monday, June 3, 2013 @ 10:15:44
  Author: bpiotrowski
Revision: 187007

upgpkg: autogen 5.17.4-1

- upstream release
- rebuild against guile 2.0

Modified:
  autogen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 07:59:40 UTC (rev 187006)
+++ PKGBUILD2013-06-03 08:15:44 UTC (rev 187007)
@@ -4,7 +4,7 @@
 # Contributor: Tor Krill
 
 pkgname=autogen
-pkgver=5.17.3
+pkgver=5.17.4
 pkgrel=1
 pkgdesc=A tool designed to simplify the creation and maintenance of programs 
that contain large amounts of repetitious text
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 options=('!libtool')
 install=autogen.install
 
source=(http://ftp.gnu.org/gnu/${pkgname}/rel${pkgver}/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('d8e13a67310ac3b5e247fe25c40ac98a'
+md5sums=('09b031866b7d89f0532b6c3168d67c59'
  'SKIP')
 
 build() {



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

2013-06-03 Thread Bartłomiej Piotrowski
Date: Monday, June 3, 2013 @ 10:16:02
  Author: bpiotrowski
Revision: 187008

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

Added:
  autogen/repos/staging-i686/PKGBUILD
(from rev 187007, autogen/trunk/PKGBUILD)
  autogen/repos/staging-i686/autogen.install
(from rev 187007, autogen/trunk/autogen.install)
  autogen/repos/staging-x86_64/PKGBUILD
(from rev 187007, autogen/trunk/PKGBUILD)
  autogen/repos/staging-x86_64/autogen.install
(from rev 187007, autogen/trunk/autogen.install)
Deleted:
  autogen/repos/staging-i686/PKGBUILD
  autogen/repos/staging-i686/autogen.install
  autogen/repos/staging-x86_64/PKGBUILD
  autogen/repos/staging-x86_64/autogen.install

+
 /PKGBUILD  |   58 +++
 /autogen.install   |   40 ++
 staging-i686/PKGBUILD  |   29 ---
 staging-i686/autogen.install   |   20 -
 staging-x86_64/PKGBUILD|   29 ---
 staging-x86_64/autogen.install |   20 -
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2013-06-03 08:15:44 UTC (rev 187007)
+++ staging-i686/PKGBUILD   2013-06-03 08:16:02 UTC (rev 187008)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Arjan Timmerman ar...@soufly.nl
-# Contributor: Tor Krill
-
-pkgname=autogen
-pkgver=5.17.3
-pkgrel=1
-pkgdesc=A tool designed to simplify the creation and maintenance of programs 
that contain large amounts of repetitious text
-arch=('i686' 'x86_64')
-url=http://autogen.sourceforge.net/;
-license=('GPL3')
-depends=('guile' 'libxml2')
-options=('!libtool')
-install=autogen.install
-source=(http://ftp.gnu.org/gnu/${pkgname}/rel${pkgver}/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('d8e13a67310ac3b5e247fe25c40ac98a'
- 'SKIP')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-} 

Copied: autogen/repos/staging-i686/PKGBUILD (from rev 187007, 
autogen/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-06-03 08:16:02 UTC (rev 187008)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Arjan Timmerman ar...@soufly.nl
+# Contributor: Tor Krill
+
+pkgname=autogen
+pkgver=5.17.4
+pkgrel=1
+pkgdesc=A tool designed to simplify the creation and maintenance of programs 
that contain large amounts of repetitious text
+arch=('i686' 'x86_64')
+url=http://autogen.sourceforge.net/;
+license=('GPL3')
+depends=('guile' 'libxml2')
+options=('!libtool')
+install=autogen.install
+source=(http://ftp.gnu.org/gnu/${pkgname}/rel${pkgver}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('09b031866b7d89f0532b6c3168d67c59'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+} 

Deleted: staging-i686/autogen.install
===
--- staging-i686/autogen.install2013-06-03 08:15:44 UTC (rev 187007)
+++ staging-i686/autogen.install2013-06-03 08:16:02 UTC (rev 187008)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(autogen.info autogen.info-1 autogen.info-2)
-
-post_install() {
-  for file in ${filelist[@]}; do
-install-info $infodir/${file}.gz $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/${file}.gz $infodir/dir 2 /dev/null
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: autogen/repos/staging-i686/autogen.install (from rev 187007, 
autogen/trunk/autogen.install)
===
--- staging-i686/autogen.install(rev 0)
+++ staging-i686/autogen.install2013-06-03 08:16:02 UTC (rev 187008)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(autogen.info autogen.info-1 autogen.info-2)
+
+post_install() {
+  for file in ${filelist[@]}; do
+install-info $infodir/${file}.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/${file}.gz $infodir/dir 2 /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2013-06-03 08:15:44 UTC (rev 187007)
+++ staging-x86_64/PKGBUILD 2013-06-03 08:16:02 UTC (rev 187008)
@@ -1,29 +0,0 @@
-# $Id$
-# 

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

2013-06-03 Thread Jan Steffens
Date: Monday, June 3, 2013 @ 10:48:36
  Author: heftig
Revision: 92238

build nailgun; delete foreign platform files

Modified:
  jruby/trunk/PKGBUILD

--+
 PKGBUILD |   26 +++---
 1 file changed, 15 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 06:54:08 UTC (rev 92237)
+++ PKGBUILD2013-06-03 08:48:36 UTC (rev 92238)
@@ -4,7 +4,7 @@
 
 pkgname=jruby
 pkgver=1.7.4
-pkgrel=1
+pkgrel=2
 pkgdesc=100% pure-Java implementation of the Ruby programming language
 arch=(any)
 url=http://www.jruby.org/;
@@ -14,26 +14,30 @@
 
source=(http://jruby.org.s3.amazonaws.com/downloads/$pkgver/$pkgname-bin-${pkgver}.tar.gz)
 sha256sums=('ef6dead787780f18a43758003689fd9ba40e64abc04cd41a6ff1eaf1557dfa69')
 
-# For build from source (-src-) package
-#makedepends=(java-environment apache-ant)
-#build() {
-#  cd jruby
-#  ant dist-bin
-#  tar -C .. -xf dist/$pkgname-bin-$pkgver.tar.gz
-#}
+build() {
+  cd jruby-$pkgver/tool/nailgun
+  ./configure
+  make
+}
 
+
 package() {
   cd $pkgdir
 
   mkdir opt
-  cp -r $srcdir/jruby-$pkgver opt/jruby
+  tar -C opt -xf $srcdir/$pkgname-bin-$pkgver.tar.gz
+  mv opt/jruby-$pkgver opt/jruby
 
+  find opt/jruby -regextype posix-extended -regex '.*\.(bat|dll|exe)' -delete
+  rm -r opt/jruby/lib/native/{Darwin,*-SunOS,*-Windows,*-AIX,*-FreeBSD}
+
+  install $srcdir/$pkgname-$pkgver/tool/nailgun/ng opt/jruby/tool/nailgun/ng
+
   mkdir -p usr/bin
   for _file in jirb{,_swing} jruby{,c} jgem; do
 ln -s ../../opt/jruby/bin/$_file usr/bin/$_file
   done
 
   mkdir -p usr/share/licenses/$pkgname
-  ln -s ../../../../opt/jruby/COPYING \
-usr/share/licenses/$pkgname/COPYING
+  ln -s ../../../../opt/jruby/COPYING usr/share/licenses/$pkgname/COPYING
 }



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

2013-06-03 Thread Jan Steffens
Date: Monday, June 3, 2013 @ 10:50:04
  Author: heftig
Revision: 187010

3.8.0, for guile2

Modified:
  aisleriot/trunk/PKGBUILD

--+
 PKGBUILD |   38 +++---
 1 file changed, 23 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 08:16:28 UTC (rev 187009)
+++ PKGBUILD2013-06-03 08:50:04 UTC (rev 187010)
@@ -2,35 +2,43 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=aisleriot
-pkgver=3.2.3.2
+pkgver=3.8.0
 pkgrel=1
-pkgdesc=GNOME Solitaire card games
+pkgdesc=A collection of patience games written in guile scheme
 arch=(i686 x86_64)
 license=(GPL)
 url=http://www.gnome.org;
 groups=('gnome-extra')
-depends=(libsm gconf guile libcanberra librsvg hicolor-icon-theme dconf)
-makedepends=(intltool itstool docbook-xsl)
+depends=(guile gtk3 librsvg libcanberra gconf hicolor-icon-theme dconf)
+makedepends=(intltool itstool docbook-xsl yelp-tools desktop-file-utils)
+optdepends=('libkdegames: KDE card sets'
+'pysolfc: PySol card sets'
+'pysolfc-cardsets: PySol card sets')
 options=('!emptydirs' '!libtool')
 install=aisleriot.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('06f49e7a0f8a98142085a64bc7830d0dd02e480fbfa1309545fccc977a36')
+sha256sums=('14954fe77fa953b20f5385292743857f79efd45e8b75fb06807e7cf17f9db004')
 
 build() {
   cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-static
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib --disable-static \
+--with-card-theme-formats=all \
+--with-kde-card-theme-path=/usr/share/apps/carddecks \
+--with-pysol-card-theme-path=/usr/share/PySolFC
+
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
   make
 }
 
 package() {
   cd $pkgname-$pkgver
-  make -j1 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain aisleriot ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+  make DESTDIR=$pkgdir install GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
+  install -m755 -d $pkgdir/usr/share/gconf/schemas
+  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas \
+--domain aisleriot $pkgdir/etc/gconf/schemas/*.schemas
+  rm -f $pkgdir/etc/gconf/schemas/*.schemas
 }



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

2013-06-03 Thread Andrea Scarpino
Date: Monday, June 3, 2013 @ 10:51:25
  Author: andrea
Revision: 187012

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

Added:
  strigi/repos/extra-i686/PKGBUILD
(from rev 187011, strigi/trunk/PKGBUILD)
  strigi/repos/extra-i686/gcc48.patch
(from rev 187011, strigi/trunk/gcc48.patch)
  strigi/repos/extra-x86_64/PKGBUILD
(from rev 187011, strigi/trunk/PKGBUILD)
  strigi/repos/extra-x86_64/gcc48.patch
(from rev 187011, strigi/trunk/gcc48.patch)
Deleted:
  strigi/repos/extra-i686/PKGBUILD
  strigi/repos/extra-x86_64/PKGBUILD

--+
 /PKGBUILD|   94 +
 extra-i686/PKGBUILD  |   54 -
 extra-i686/gcc48.patch   |   12 +
 extra-x86_64/PKGBUILD|   54 -
 extra-x86_64/gcc48.patch |   12 +
 5 files changed, 118 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-06-03 08:51:13 UTC (rev 187011)
+++ extra-i686/PKGBUILD 2013-06-03 08:51:25 UTC (rev 187012)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=strigi
-pkgver=0.7.8
-pkgrel=2
-pkgdesc=Fast crawling desktop search engine with Qt GUI
-arch=('i686' 'x86_64')
-url='http://strigi.sourceforge.net/'
-license=('GPL2')
-depends=('exiv2' 'libxml2' 'boost-libs' 'qt4')
-makedepends=('cmake' 'pkg-config' 'boost')
-optdepends=('kdegraphics-strigi-analyzer: strigi analyzers for various 
graphics file'
-'kdesdk-strigi-analyzer: strigi analyzer for KDE SDK')
-source=(http://www.vandenoever.info/software/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('d69443234f4286d71997db9de543331a')
-
-build() {
-  . /etc/profile.d/qt4.sh
-
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_LIBDIR=lib \
--DENABLE_INOTIFY=ON \
--DENABLE_LOG4CXX=OFF \
--DENABLE_FAM=OFF \
--DENABLE_CLUCENE=OFF \
--DENABLE_CLUCENE_NG=OFF \
--DENABLE_FFMPEG=OFF
-  make
-}
-
-package() {
-  pushd build/libstreams
-  make DESTDIR=${pkgdir} install
-  popd
-
-  pushd build/libstreamanalyzer
-  make DESTDIR=${pkgdir} install
-  popd
-
-  pushd build/strigiclient/lib/searchclient/qtdbus
-  make DESTDIR=${pkgdir} install
-  popd
-  
-  pushd build/strigiutils
-  make DESTDIR=${pkgdir} install
-  popd
-}

Copied: strigi/repos/extra-i686/PKGBUILD (from rev 187011, 
strigi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-06-03 08:51:25 UTC (rev 187012)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=strigi
+pkgver=0.7.8
+pkgrel=3
+pkgdesc=Fast crawling desktop search engine with Qt GUI
+arch=('i686' 'x86_64')
+url='http://strigi.sourceforge.net/'
+license=('GPL2')
+depends=('dbus' 'exiv2' 'libxml2' 'boost-libs')
+makedepends=('cmake' 'pkg-config' 'boost')
+optdepends=('kdegraphics-strigi-analyzer: strigi analyzers for various 
graphics file'
+'kdesdk-strigi-analyzer: strigi analyzer for KDE SDK')
+source=(http://www.vandenoever.info/software/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
+'gcc48.patch')
+md5sums=('d69443234f4286d71997db9de543331a'
+ 'd48d65014650644ba61821813101c2f4')
+
+prepare() {
+  cd ${pkgname}-${pkgver}/libstreams
+  patch -p1 -i ${srcdir}/gcc48.patch
+}
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DENABLE_INOTIFY=ON \
+-DENABLE_LOG4CXX=OFF \
+-DENABLE_FAM=OFF \
+-DENABLE_CLUCENE=OFF \
+-DENABLE_CLUCENE_NG=OFF \
+-DENABLE_FFMPEG=OFF \
+-DENABLE_QT4=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: strigi/repos/extra-i686/gcc48.patch (from rev 187011, 
strigi/trunk/gcc48.patch)
===
--- extra-i686/gcc48.patch  (rev 0)
+++ extra-i686/gcc48.patch  2013-06-03 08:51:25 UTC (rev 187012)
@@ -0,0 +1,12 @@
+--- a/include/strigi/bufferedstream.h
 b/include/strigi/bufferedstream.h
+@@ -34,7 +34,7 @@
+  * BufferedStream will do the rest.
+  */
+ template class T
+-class BufferedStream : public StreamBaseT {
++class STREAMS_EXPORT BufferedStream : public StreamBaseT {
+ private:
+ StreamBufferT buffer;
+ bool finishedWritingToBuffer;
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-06-03 08:51:13 UTC (rev 187011)
+++ 

[arch-commits] Commit in strigi/trunk (PKGBUILD gcc48.patch)

2013-06-03 Thread Andrea Scarpino
Date: Monday, June 3, 2013 @ 10:51:13
  Author: andrea
Revision: 187011

upgpkg: strigi 0.7.8-3

Fix build with GCC 4.8; Remove not needed Qt4 deps

Added:
  strigi/trunk/gcc48.patch
Modified:
  strigi/trunk/PKGBUILD

-+
 PKGBUILD|   35 ++-
 gcc48.patch |   12 
 2 files changed, 26 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 08:50:04 UTC (rev 187010)
+++ PKGBUILD2013-06-03 08:51:13 UTC (rev 187011)
@@ -4,21 +4,26 @@
 
 pkgname=strigi
 pkgver=0.7.8
-pkgrel=2
+pkgrel=3
 pkgdesc=Fast crawling desktop search engine with Qt GUI
 arch=('i686' 'x86_64')
 url='http://strigi.sourceforge.net/'
 license=('GPL2')
-depends=('exiv2' 'libxml2' 'boost-libs' 'qt4')
+depends=('dbus' 'exiv2' 'libxml2' 'boost-libs')
 makedepends=('cmake' 'pkg-config' 'boost')
 optdepends=('kdegraphics-strigi-analyzer: strigi analyzers for various 
graphics file'
 'kdesdk-strigi-analyzer: strigi analyzer for KDE SDK')
-source=(http://www.vandenoever.info/software/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('d69443234f4286d71997db9de543331a')
+source=(http://www.vandenoever.info/software/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
+'gcc48.patch')
+md5sums=('d69443234f4286d71997db9de543331a'
+ 'd48d65014650644ba61821813101c2f4')
 
+prepare() {
+  cd ${pkgname}-${pkgver}/libstreams
+  patch -p1 -i ${srcdir}/gcc48.patch
+}
+
 build() {
-  . /etc/profile.d/qt4.sh
-
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
@@ -31,24 +36,12 @@
 -DENABLE_FAM=OFF \
 -DENABLE_CLUCENE=OFF \
 -DENABLE_CLUCENE_NG=OFF \
--DENABLE_FFMPEG=OFF
+-DENABLE_FFMPEG=OFF \
+-DENABLE_QT4=OFF
   make
 }
 
 package() {
-  pushd build/libstreams
+  cd build
   make DESTDIR=${pkgdir} install
-  popd
-
-  pushd build/libstreamanalyzer
-  make DESTDIR=${pkgdir} install
-  popd
-
-  pushd build/strigiclient/lib/searchclient/qtdbus
-  make DESTDIR=${pkgdir} install
-  popd
-  
-  pushd build/strigiutils
-  make DESTDIR=${pkgdir} install
-  popd
 }

Added: gcc48.patch
===
--- gcc48.patch (rev 0)
+++ gcc48.patch 2013-06-03 08:51:13 UTC (rev 187011)
@@ -0,0 +1,12 @@
+--- a/include/strigi/bufferedstream.h
 b/include/strigi/bufferedstream.h
+@@ -34,7 +34,7 @@
+  * BufferedStream will do the rest.
+  */
+ template class T
+-class BufferedStream : public StreamBaseT {
++class STREAMS_EXPORT BufferedStream : public StreamBaseT {
+ private:
+ StreamBufferT buffer;
+ bool finishedWritingToBuffer;
+



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

2013-06-03 Thread Jan Steffens
Date: Monday, June 3, 2013 @ 10:53:53
  Author: heftig
Revision: 187013

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

Added:
  aisleriot/repos/staging-i686/
  aisleriot/repos/staging-i686/PKGBUILD
(from rev 187012, aisleriot/trunk/PKGBUILD)
  aisleriot/repos/staging-i686/aisleriot.install
(from rev 187012, aisleriot/trunk/aisleriot.install)
  aisleriot/repos/staging-x86_64/
  aisleriot/repos/staging-x86_64/PKGBUILD
(from rev 187012, aisleriot/trunk/PKGBUILD)
  aisleriot/repos/staging-x86_64/aisleriot.install
(from rev 187012, aisleriot/trunk/aisleriot.install)

--+
 staging-i686/PKGBUILD|   44 +
 staging-i686/aisleriot.install   |   22 ++
 staging-x86_64/PKGBUILD  |   44 +
 staging-x86_64/aisleriot.install |   22 ++
 4 files changed, 132 insertions(+)

Copied: aisleriot/repos/staging-i686/PKGBUILD (from rev 187012, 
aisleriot/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-06-03 08:53:53 UTC (rev 187013)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=aisleriot
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=A collection of patience games written in guile scheme
+arch=(i686 x86_64)
+license=(GPL)
+url=http://www.gnome.org;
+groups=('gnome-extra')
+depends=(guile gtk3 librsvg libcanberra gconf hicolor-icon-theme dconf)
+makedepends=(intltool itstool docbook-xsl yelp-tools desktop-file-utils)
+optdepends=('libkdegames: KDE card sets'
+'pysolfc: PySol card sets'
+'pysolfc-cardsets: PySol card sets')
+options=('!emptydirs' '!libtool')
+install=aisleriot.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('14954fe77fa953b20f5385292743857f79efd45e8b75fb06807e7cf17f9db004')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib --disable-static \
+--with-card-theme-formats=all \
+--with-kde-card-theme-path=/usr/share/apps/carddecks \
+--with-pysol-card-theme-path=/usr/share/PySolFC
+
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
+  install -m755 -d $pkgdir/usr/share/gconf/schemas
+  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas \
+--domain aisleriot $pkgdir/etc/gconf/schemas/*.schemas
+  rm -f $pkgdir/etc/gconf/schemas/*.schemas
+}

Copied: aisleriot/repos/staging-i686/aisleriot.install (from rev 187012, 
aisleriot/trunk/aisleriot.install)
===
--- staging-i686/aisleriot.install  (rev 0)
+++ staging-i686/aisleriot.install  2013-06-03 08:53:53 UTC (rev 187013)
@@ -0,0 +1,22 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  usr/sbin/gconfpkg --install aisleriot
+}
+
+pre_upgrade() {
+  pre_remove
+}
+
+post_upgrade() {
+  post_install
+}
+
+pre_remove() {
+  usr/sbin/gconfpkg --uninstall aisleriot
+}
+
+post_remove() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -f -t usr/share/icons/hicolor
+}

Copied: aisleriot/repos/staging-x86_64/PKGBUILD (from rev 187012, 
aisleriot/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-06-03 08:53:53 UTC (rev 187013)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=aisleriot
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=A collection of patience games written in guile scheme
+arch=(i686 x86_64)
+license=(GPL)
+url=http://www.gnome.org;
+groups=('gnome-extra')
+depends=(guile gtk3 librsvg libcanberra gconf hicolor-icon-theme dconf)
+makedepends=(intltool itstool docbook-xsl yelp-tools desktop-file-utils)
+optdepends=('libkdegames: KDE card sets'
+'pysolfc: PySol card sets'
+'pysolfc-cardsets: PySol card sets')
+options=('!emptydirs' '!libtool')
+install=aisleriot.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('14954fe77fa953b20f5385292743857f79efd45e8b75fb06807e7cf17f9db004')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib --disable-static \
+--with-card-theme-formats=all \
+--with-kde-card-theme-path=/usr/share/apps/carddecks \
+

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

2013-06-03 Thread Jan Steffens
Date: Monday, June 3, 2013 @ 10:54:09
  Author: heftig
Revision: 92239

archrelease: copy trunk to community-any

Added:
  jruby/repos/community-any/PKGBUILD
(from rev 92238, jruby/trunk/PKGBUILD)
Deleted:
  jruby/repos/community-any/PKGBUILD

--+
 PKGBUILD |   82 +++--
 1 file changed, 43 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-03 08:48:36 UTC (rev 92238)
+++ PKGBUILD2013-06-03 08:54:09 UTC (rev 92239)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: FaziBear fazib...@gmail.com
-
-pkgname=jruby
-pkgver=1.7.4
-pkgrel=1
-pkgdesc=100% pure-Java implementation of the Ruby programming language
-arch=(any)
-url=http://www.jruby.org/;
-license=(EPL GPL2 LGPL2.1 custom)
-depends=(java-runtime-headless bash)
-options=(!strip)
-source=(http://jruby.org.s3.amazonaws.com/downloads/$pkgver/$pkgname-bin-${pkgver}.tar.gz)
-sha256sums=('ef6dead787780f18a43758003689fd9ba40e64abc04cd41a6ff1eaf1557dfa69')
-
-# For build from source (-src-) package
-#makedepends=(java-environment apache-ant)
-#build() {
-#  cd jruby
-#  ant dist-bin
-#  tar -C .. -xf dist/$pkgname-bin-$pkgver.tar.gz
-#}
-
-package() {
-  cd $pkgdir
-
-  mkdir opt
-  cp -r $srcdir/jruby-$pkgver opt/jruby
-
-  mkdir -p usr/bin
-  for _file in jirb{,_swing} jruby{,c} jgem; do
-ln -s ../../opt/jruby/bin/$_file usr/bin/$_file
-  done
-
-  mkdir -p usr/share/licenses/$pkgname
-  ln -s ../../../../opt/jruby/COPYING \
-usr/share/licenses/$pkgname/COPYING
-}

Copied: jruby/repos/community-any/PKGBUILD (from rev 92238, 
jruby/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-06-03 08:54:09 UTC (rev 92239)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: FaziBear fazib...@gmail.com
+
+pkgname=jruby
+pkgver=1.7.4
+pkgrel=2
+pkgdesc=100% pure-Java implementation of the Ruby programming language
+arch=(any)
+url=http://www.jruby.org/;
+license=(EPL GPL2 LGPL2.1 custom)
+depends=(java-runtime-headless bash)
+options=(!strip)
+source=(http://jruby.org.s3.amazonaws.com/downloads/$pkgver/$pkgname-bin-${pkgver}.tar.gz)
+sha256sums=('ef6dead787780f18a43758003689fd9ba40e64abc04cd41a6ff1eaf1557dfa69')
+
+build() {
+  cd jruby-$pkgver/tool/nailgun
+  ./configure
+  make
+}
+
+
+package() {
+  cd $pkgdir
+
+  mkdir opt
+  tar -C opt -xf $srcdir/$pkgname-bin-$pkgver.tar.gz
+  mv opt/jruby-$pkgver opt/jruby
+
+  find opt/jruby -regextype posix-extended -regex '.*\.(bat|dll|exe)' -delete
+  rm -r opt/jruby/lib/native/{Darwin,*-SunOS,*-Windows,*-AIX,*-FreeBSD}
+
+  install $srcdir/$pkgname-$pkgver/tool/nailgun/ng opt/jruby/tool/nailgun/ng
+
+  mkdir -p usr/bin
+  for _file in jirb{,_swing} jruby{,c} jgem; do
+ln -s ../../opt/jruby/bin/$_file usr/bin/$_file
+  done
+
+  mkdir -p usr/share/licenses/$pkgname
+  ln -s ../../../../opt/jruby/COPYING usr/share/licenses/$pkgname/COPYING
+}



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

2013-06-03 Thread Gaetan Bisson
Date: Monday, June 3, 2013 @ 12:04:57
  Author: bisson
Revision: 187014

rebuild for guile-2.0

Modified:
  graphviz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 08:53:53 UTC (rev 187013)
+++ PKGBUILD2013-06-03 10:04:57 UTC (rev 187014)
@@ -5,7 +5,7 @@
 
 pkgname=graphviz
 pkgver=2.30.1
-pkgrel=4
+pkgrel=5
 pkgdesc='Graph visualization software'
 url='http://www.graphviz.org/'
 license=('custom:EPL')



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

2013-06-03 Thread Gaetan Bisson
Date: Monday, June 3, 2013 @ 12:05:41
  Author: bisson
Revision: 187015

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

Added:
  graphviz/repos/staging-i686/
  graphviz/repos/staging-i686/LICENSE
(from rev 187014, graphviz/trunk/LICENSE)
  graphviz/repos/staging-i686/PKGBUILD
(from rev 187014, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-i686/install
(from rev 187014, graphviz/trunk/install)
  graphviz/repos/staging-x86_64/
  graphviz/repos/staging-x86_64/LICENSE
(from rev 187014, graphviz/trunk/LICENSE)
  graphviz/repos/staging-x86_64/PKGBUILD
(from rev 187014, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-x86_64/install
(from rev 187014, graphviz/trunk/install)

-+
 staging-i686/LICENSE|   87 ++
 staging-i686/PKGBUILD   |   71 +
 staging-i686/install|   12 ++
 staging-x86_64/LICENSE  |   87 ++
 staging-x86_64/PKGBUILD |   71 +
 staging-x86_64/install  |   12 ++
 6 files changed, 340 insertions(+)

Copied: graphviz/repos/staging-i686/LICENSE (from rev 187014, 
graphviz/trunk/LICENSE)
===
--- staging-i686/LICENSE(rev 0)
+++ staging-i686/LICENSE2013-06-03 10:05:41 UTC (rev 187015)
@@ -0,0 +1,87 @@
+Eclipse Public License - v 1.0
+
+THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC 
LICENSE (AGREEMENT). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM 
CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
+
+1. DEFINITIONS
+
+Contribution means:
+
+a) in the case of the initial Contributor, the initial code and documentation 
distributed under this Agreement, and
+
+b) in the case of each subsequent Contributor:
+
+i) changes to the Program, and
+
+ii) additions to the Program;
+
+where such changes and/or additions to the Program originate from and are 
distributed by that particular Contributor. A Contribution 'originates' from a 
Contributor if it was added to the Program by such Contributor itself or anyone 
acting on such Contributor's behalf. Contributions do not include additions to 
the Program which: (i) are separate modules of software distributed in 
conjunction with the Program under their own license agreement, and (ii) are 
not derivative works of the Program.
+
+Contributor means any person or entity that distributes the Program.
+
+Licensed Patents mean patent claims licensable by a Contributor which are 
necessarily infringed by the use or sale of its Contribution alone or when 
combined with the Program.
+
+Program means the Contributions distributed in accordance with this 
Agreement.
+
+Recipient means anyone who receives the Program under this Agreement, 
including all Contributors.
+
+2. GRANT OF RIGHTS
+
+a) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free copyright license to 
reproduce, prepare derivative works of, publicly display, publicly perform, 
distribute and sublicense the Contribution of such Contributor, if any, and 
such derivative works, in source code and object code form.
+
+b) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free patent license under 
Licensed Patents to make, use, sell, offer to sell, import and otherwise 
transfer the Contribution of such Contributor, if any, in source code and 
object code form. This patent license shall apply to the combination of the 
Contribution and the Program if, at the time the Contribution is added by the 
Contributor, such addition of the Contribution causes such combination to be 
covered by the Licensed Patents. The patent license shall not apply to any 
other combinations which include the Contribution. No hardware per se is 
licensed hereunder.
+
+c) Recipient understands that although each Contributor grants the licenses to 
its Contributions set forth herein, no assurances are provided by any 
Contributor that the Program does not infringe the patent or other intellectual 
property rights of any other entity. Each Contributor disclaims any liability 
to Recipient for claims brought by any other entity based on infringement of 
intellectual property rights or otherwise. As a condition to exercising the 
rights and licenses granted hereunder, each Recipient hereby assumes sole 
responsibility to secure any other intellectual property rights needed, if any. 
For example, if a third party patent license is required to allow Recipient to 
distribute the Program, it is Recipient's responsibility to acquire that 
license before distributing the Program.
+
+d) Each Contributor represents that to its knowledge it has sufficient 
copyright rights in its Contribution, if any, to grant the copyright license 
set 

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

2013-06-03 Thread Sergej Pupykin
Date: Monday, June 3, 2013 @ 12:25:14
  Author: spupykin
Revision: 92240

upgpkg: dbmail 3.0.3pre-1

upd

Modified:
  dbmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 08:54:09 UTC (rev 92239)
+++ PKGBUILD2013-06-03 10:25:14 UTC (rev 92240)
@@ -3,13 +3,14 @@
 # Contributor: Sebastian Faltoni sebastian.falt...@gmail.com
 
 pkgname=dbmail
-pkgver=3.0.2
-pkgrel=11
+pkgver=3.0.3pre
+pkgrel=1
 pkgdesc=Fast and scalable sql based mail services
 arch=('i686' 'x86_64')
 depends=('gmime24' 'libzdb' 'mhash' 'libevent')
 makedepends=('asciidoc' 'xmlto' 'docbook-xsl' 'docbook-xml' 
'postgresql-libs=8.4.1'
-'sqlite' 'libmysqlclient' 'libldap=2.4.18' 'libsieve')
+'sqlite' 'libmysqlclient' 'libldap=2.4.18' 'libsieve'
+'git')
 optdepends=('libldap: for LDAP authentication'
'libsieve: for dbmail-sieve')
 url=http://www.dbmail.org;
@@ -19,7 +20,8 @@
etc/xinetd.d/dbmail-pop3d
etc/xinetd.d/dbmail-lmtpd
etc/xinetd.d/dbmail-timsieved)
-source=(http://www.dbmail.org/download/3.0/dbmail-${pkgver/_/-}.tar.gz
+#source=(http://www.dbmail.org/download/3.0/dbmail-${pkgver/_/-}.tar.gz
+source=($pkgname-$pkgver::git://git.subdir.eu/paul/dbmail#branch=dbmail_3_0
dbmail.tmpfiles
dbmail-imapd.service
dbmail-lmtpd.service
@@ -29,7 +31,7 @@
dbmail-lmtpd.xinetd
dbmail-pop3d.xinetd
dbmail-timsieved.xinetd)
-md5sums=('eb32235abffdf967253ee9d004e0e4a9'
+md5sums=('SKIP'
  'c4b5793c5422b62a675d4c66ff7e9300'
  '5a6297cb03c8d0b424f978ea1d7402de'
  '070db88538af9833f003f4cb516d337b'



[arch-commits] Commit in sane/trunk (1.0.23-hp2400c.patch PKGBUILD)

2013-06-03 Thread Tobias Powalowski
Date: Monday, June 3, 2013 @ 12:24:34
  Author: tpowa
Revision: 187016

upgpkg: sane 1.0.23-7

fix hp2400c

Added:
  sane/trunk/1.0.23-hp2400c.patch
Modified:
  sane/trunk/PKGBUILD

--+
 1.0.23-hp2400c.patch |   81 +
 PKGBUILD |   11 --
 2 files changed, 88 insertions(+), 4 deletions(-)

Added: 1.0.23-hp2400c.patch
===
--- 1.0.23-hp2400c.patch(rev 0)
+++ 1.0.23-hp2400c.patch2013-06-03 10:24:34 UTC (rev 187016)
@@ -0,0 +1,81 @@
+From 9a8b640d8da2190ff1695169bfa45ce633b5e8c2 Mon Sep 17 00:00:00 2001
+From: =?utf8?q?St=C3=A9phane=20Voltz?= stef@free.fr
+Date: Mon, 3 Jun 2013 06:33:08 +0200
+Subject: [PATCH] bug 314293 fix
+
+- don't use non-existent end of records
+---
+ ChangeLog   |3 +++
+ backend/genesys_gl646.c |   14 +++---
+ 2 files changed, 10 insertions(+), 7 deletions(-)
+
+diff --git a/backend/genesys_gl646.c b/backend/genesys_gl646.c
+index c6a5af5..2d5cddc 100644
+--- a/backend/genesys_gl646.c
 b/backend/genesys_gl646.c
+@@ -550,7 +550,7 @@ get_lowest_resolution (int sensor, SANE_Bool color)
+   i = 0;
+   dpi = 9600;
+   nb = sizeof (sensor_master) / sizeof (Sensor_Master);
+-  while (sensor_master[i].sensor != -1  i  nb)
++  while (i  nb)
+ {
+   /* computes distance and keep mode if it is closer than previous */
+   if (sensor == sensor_master[i].sensor
+@@ -584,7 +584,7 @@ get_closest_resolution (int sensor, int required, 
SANE_Bool color)
+   dpi = 0;
+   dist = 9600;
+   nb = sizeof (sensor_master) / sizeof (Sensor_Master);
+-  while (sensor_master[i].sensor != -1  i  nb)
++  while (i  nb)
+ {
+   /* exit on perfect match */
+   if (sensor == sensor_master[i].sensor
+@@ -627,7 +627,7 @@ is_half_ccd (int sensor, int required, SANE_Bool color)
+ 
+   i = 0;
+   nb = sizeof (sensor_master) / sizeof (Sensor_Master);
+-  while (sensor_master[i].sensor != -1  i  nb)
++  while (i  nb)
+ {
+   /* exit on perfect match */
+   if (sensor == sensor_master[i].sensor
+@@ -658,7 +658,7 @@ get_cksel (int sensor, int required, SANE_Bool color)
+ 
+   i = 0;
+   nb = sizeof (sensor_master) / sizeof (Sensor_Master);
+-  while (sensor_master[i].sensor != -1  i  nb)
++  while (i  nb)
+ {
+   /* exit on perfect match */
+   if (sensor == sensor_master[i].sensor
+@@ -746,7 +746,7 @@ gl646_setup_registers (Genesys_Device * dev,
+* sensor mode setting */
+   i = 0;
+   nb = sizeof (sensor_master) / sizeof (Sensor_Master);
+-  while (sensor_master[i].sensor != -1  i  nb)
++  while (i  nb)
+ {
+   if (dev-model-ccd_type == sensor_master[i].sensor
+  sensor_master[i].dpi == xresolution
+@@ -768,7 +768,7 @@ gl646_setup_registers (Genesys_Device * dev,
+* motor mode setting */
+   i = 0;
+   nb = sizeof (motor_master) / sizeof (Motor_Master);
+-  while (motor_master[i].motor != -1  i  nb)
++  while (i  nb)
+ {
+   if (dev-model-motor_type == motor_master[i].motor
+  motor_master[i].dpi == resolution
+@@ -789,7 +789,7 @@ gl646_setup_registers (Genesys_Device * dev,
+   /* now we can search for the specific sensor settings */
+   i = 0;
+   nb = sizeof (sensor_settings) / sizeof (Sensor_Settings);
+-  while (sensor_settings[i].sensor != -1  i  nb)
++  while (i  nb)
+ {
+   if (sensor-sensor == sensor_settings[i].sensor
+  sensor-cksel == sensor_settings[i].cksel)
+-- 
+1.7.2.5
+

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 10:05:41 UTC (rev 187015)
+++ PKGBUILD2013-06-03 10:24:34 UTC (rev 187016)
@@ -6,7 +6,7 @@
 
 pkgname=sane
 pkgver=1.0.23
-pkgrel=6
+pkgrel=7
 pkgdesc=Scanner Access Now Easy
 url=http://www.sane-project.org/;
 arch=('i686' 'x86_64')
@@ -19,12 +19,14 @@
 'saned.socket'
 'saned.service'
 'kodakaio.c.patch'
-'network.patch')
+'network.patch'
+'1.0.23-hp2400c.patch')
 options=(!libtool)
 
 prepare() {
   cd ${srcdir}/${pkgname}-backends-${pkgver}
-
+   # fix FS#35549
+   patch -Np1 -i ${srcdir}/1.0.23-hp2400c.patch
# fix FS#33657
patch -Np0 -i ${srcdir}/kodakaio.c.patch
# fix 
http://vasks.debian.org/tracker/?func=detailatid=410366aid=313760group_id=30186
@@ -74,4 +76,5 @@
  'e57e9e15528f47f5f1b3f1411135ed5d'
  '3f9fe36b0c4ff0b01b53b1cffa5d9700'
  'e65dbefb7c3d69955fb6eb3ace14aa12'
- '44e77692c52db15b0f530a1d9a8e1296')
+ '44e77692c52db15b0f530a1d9a8e1296'
+ '0c8bfabcaa499c4a2583aa2fe53d1686')



[arch-commits] Commit in sane/repos (26 files)

2013-06-03 Thread Tobias Powalowski
Date: Monday, June 3, 2013 @ 12:25:11
  Author: tpowa
Revision: 187017

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

Added:
  sane/repos/extra-i686/1.0.23-hp2400c.patch
(from rev 187016, sane/trunk/1.0.23-hp2400c.patch)
  sane/repos/extra-i686/PKGBUILD
(from rev 187016, sane/trunk/PKGBUILD)
  sane/repos/extra-i686/kodakaio.c.patch
(from rev 187016, sane/trunk/kodakaio.c.patch)
  sane/repos/extra-i686/network.patch
(from rev 187016, sane/trunk/network.patch)
  sane/repos/extra-i686/sane.xinetd
(from rev 187016, sane/trunk/sane.xinetd)
  sane/repos/extra-i686/saned.service
(from rev 187016, sane/trunk/saned.service)
  sane/repos/extra-i686/saned.socket
(from rev 187016, sane/trunk/saned.socket)
  sane/repos/extra-x86_64/1.0.23-hp2400c.patch
(from rev 187016, sane/trunk/1.0.23-hp2400c.patch)
  sane/repos/extra-x86_64/PKGBUILD
(from rev 187016, sane/trunk/PKGBUILD)
  sane/repos/extra-x86_64/kodakaio.c.patch
(from rev 187016, sane/trunk/kodakaio.c.patch)
  sane/repos/extra-x86_64/network.patch
(from rev 187016, sane/trunk/network.patch)
  sane/repos/extra-x86_64/sane.xinetd
(from rev 187016, sane/trunk/sane.xinetd)
  sane/repos/extra-x86_64/saned.service
(from rev 187016, sane/trunk/saned.service)
  sane/repos/extra-x86_64/saned.socket
(from rev 187016, sane/trunk/saned.socket)
Deleted:
  sane/repos/extra-i686/PKGBUILD
  sane/repos/extra-i686/kodakaio.c.patch
  sane/repos/extra-i686/network.patch
  sane/repos/extra-i686/sane.xinetd
  sane/repos/extra-i686/saned.service
  sane/repos/extra-i686/saned.socket
  sane/repos/extra-x86_64/PKGBUILD
  sane/repos/extra-x86_64/kodakaio.c.patch
  sane/repos/extra-x86_64/network.patch
  sane/repos/extra-x86_64/sane.xinetd
  sane/repos/extra-x86_64/saned.service
  sane/repos/extra-x86_64/saned.socket

---+
 /PKGBUILD |  160 
 /kodakaio.c.patch |   22 
 /network.patch|   84 ++
 /sane.xinetd  |   22 
 /saned.service|   16 +++
 /saned.socket |   18 
 extra-i686/1.0.23-hp2400c.patch   |   81 ++
 extra-i686/PKGBUILD   |   77 -
 extra-i686/kodakaio.c.patch   |   11 --
 extra-i686/network.patch  |   42 -
 extra-i686/sane.xinetd|   11 --
 extra-i686/saned.service  |8 -
 extra-i686/saned.socket   |9 --
 extra-x86_64/1.0.23-hp2400c.patch |   81 ++
 extra-x86_64/PKGBUILD |   77 -
 extra-x86_64/kodakaio.c.patch |   11 --
 extra-x86_64/network.patch|   42 -
 extra-x86_64/sane.xinetd  |   11 --
 extra-x86_64/saned.service|8 -
 extra-x86_64/saned.socket |9 --
 20 files changed, 484 insertions(+), 316 deletions(-)

Copied: sane/repos/extra-i686/1.0.23-hp2400c.patch (from rev 187016, 
sane/trunk/1.0.23-hp2400c.patch)
===
--- extra-i686/1.0.23-hp2400c.patch (rev 0)
+++ extra-i686/1.0.23-hp2400c.patch 2013-06-03 10:25:11 UTC (rev 187017)
@@ -0,0 +1,81 @@
+From 9a8b640d8da2190ff1695169bfa45ce633b5e8c2 Mon Sep 17 00:00:00 2001
+From: =?utf8?q?St=C3=A9phane=20Voltz?= stef@free.fr
+Date: Mon, 3 Jun 2013 06:33:08 +0200
+Subject: [PATCH] bug 314293 fix
+
+- don't use non-existent end of records
+---
+ ChangeLog   |3 +++
+ backend/genesys_gl646.c |   14 +++---
+ 2 files changed, 10 insertions(+), 7 deletions(-)
+
+diff --git a/backend/genesys_gl646.c b/backend/genesys_gl646.c
+index c6a5af5..2d5cddc 100644
+--- a/backend/genesys_gl646.c
 b/backend/genesys_gl646.c
+@@ -550,7 +550,7 @@ get_lowest_resolution (int sensor, SANE_Bool color)
+   i = 0;
+   dpi = 9600;
+   nb = sizeof (sensor_master) / sizeof (Sensor_Master);
+-  while (sensor_master[i].sensor != -1  i  nb)
++  while (i  nb)
+ {
+   /* computes distance and keep mode if it is closer than previous */
+   if (sensor == sensor_master[i].sensor
+@@ -584,7 +584,7 @@ get_closest_resolution (int sensor, int required, 
SANE_Bool color)
+   dpi = 0;
+   dist = 9600;
+   nb = sizeof (sensor_master) / sizeof (Sensor_Master);
+-  while (sensor_master[i].sensor != -1  i  nb)
++  while (i  nb)
+ {
+   /* exit on perfect match */
+   if (sensor == sensor_master[i].sensor
+@@ -627,7 +627,7 @@ is_half_ccd (int sensor, int required, SANE_Bool color)
+ 
+   i = 0;
+   nb = sizeof (sensor_master) / sizeof (Sensor_Master);
+-  while (sensor_master[i].sensor != -1  i  nb)
++  while (i  nb)
+ {
+   /* exit on perfect match */
+   if (sensor == sensor_master[i].sensor
+@@ -658,7 +658,7 @@ get_cksel (int sensor, int required, SANE_Bool color)
+ 
+   i = 0;
+   nb = sizeof (sensor_master) / sizeof (Sensor_Master);
+-  while 

[arch-commits] Commit in dbmail/repos (44 files)

2013-06-03 Thread Sergej Pupykin
Date: Monday, June 3, 2013 @ 12:26:07
  Author: spupykin
Revision: 92241

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

Added:
  dbmail/repos/community-i686/PKGBUILD
(from rev 92240, dbmail/trunk/PKGBUILD)
  dbmail/repos/community-i686/dbmail-2.2.10-pam-support.patch
(from rev 92240, dbmail/trunk/dbmail-2.2.10-pam-support.patch)
  dbmail/repos/community-i686/dbmail-imapd.service
(from rev 92240, dbmail/trunk/dbmail-imapd.service)
  dbmail/repos/community-i686/dbmail-imapd.xinetd
(from rev 92240, dbmail/trunk/dbmail-imapd.xinetd)
  dbmail/repos/community-i686/dbmail-lmtpd.service
(from rev 92240, dbmail/trunk/dbmail-lmtpd.service)
  dbmail/repos/community-i686/dbmail-lmtpd.xinetd
(from rev 92240, dbmail/trunk/dbmail-lmtpd.xinetd)
  dbmail/repos/community-i686/dbmail-pop3d.service
(from rev 92240, dbmail/trunk/dbmail-pop3d.service)
  dbmail/repos/community-i686/dbmail-pop3d.xinetd
(from rev 92240, dbmail/trunk/dbmail-pop3d.xinetd)
  dbmail/repos/community-i686/dbmail-timsieved.service
(from rev 92240, dbmail/trunk/dbmail-timsieved.service)
  dbmail/repos/community-i686/dbmail-timsieved.xinetd
(from rev 92240, dbmail/trunk/dbmail-timsieved.xinetd)
  dbmail/repos/community-i686/dbmail.tmpfiles
(from rev 92240, dbmail/trunk/dbmail.tmpfiles)
  dbmail/repos/community-x86_64/PKGBUILD
(from rev 92240, dbmail/trunk/PKGBUILD)
  dbmail/repos/community-x86_64/dbmail-2.2.10-pam-support.patch
(from rev 92240, dbmail/trunk/dbmail-2.2.10-pam-support.patch)
  dbmail/repos/community-x86_64/dbmail-imapd.service
(from rev 92240, dbmail/trunk/dbmail-imapd.service)
  dbmail/repos/community-x86_64/dbmail-imapd.xinetd
(from rev 92240, dbmail/trunk/dbmail-imapd.xinetd)
  dbmail/repos/community-x86_64/dbmail-lmtpd.service
(from rev 92240, dbmail/trunk/dbmail-lmtpd.service)
  dbmail/repos/community-x86_64/dbmail-lmtpd.xinetd
(from rev 92240, dbmail/trunk/dbmail-lmtpd.xinetd)
  dbmail/repos/community-x86_64/dbmail-pop3d.service
(from rev 92240, dbmail/trunk/dbmail-pop3d.service)
  dbmail/repos/community-x86_64/dbmail-pop3d.xinetd
(from rev 92240, dbmail/trunk/dbmail-pop3d.xinetd)
  dbmail/repos/community-x86_64/dbmail-timsieved.service
(from rev 92240, dbmail/trunk/dbmail-timsieved.service)
  dbmail/repos/community-x86_64/dbmail-timsieved.xinetd
(from rev 92240, dbmail/trunk/dbmail-timsieved.xinetd)
  dbmail/repos/community-x86_64/dbmail.tmpfiles
(from rev 92240, dbmail/trunk/dbmail.tmpfiles)
Deleted:
  dbmail/repos/community-i686/PKGBUILD
  dbmail/repos/community-i686/dbmail-2.2.10-pam-support.patch
  dbmail/repos/community-i686/dbmail-imapd.service
  dbmail/repos/community-i686/dbmail-imapd.xinetd
  dbmail/repos/community-i686/dbmail-lmtpd.service
  dbmail/repos/community-i686/dbmail-lmtpd.xinetd
  dbmail/repos/community-i686/dbmail-pop3d.service
  dbmail/repos/community-i686/dbmail-pop3d.xinetd
  dbmail/repos/community-i686/dbmail-timsieved.service
  dbmail/repos/community-i686/dbmail-timsieved.xinetd
  dbmail/repos/community-i686/dbmail.tmpfiles
  dbmail/repos/community-x86_64/PKGBUILD
  dbmail/repos/community-x86_64/dbmail-2.2.10-pam-support.patch
  dbmail/repos/community-x86_64/dbmail-imapd.service
  dbmail/repos/community-x86_64/dbmail-imapd.xinetd
  dbmail/repos/community-x86_64/dbmail-lmtpd.service
  dbmail/repos/community-x86_64/dbmail-lmtpd.xinetd
  dbmail/repos/community-x86_64/dbmail-pop3d.service
  dbmail/repos/community-x86_64/dbmail-pop3d.xinetd
  dbmail/repos/community-x86_64/dbmail-timsieved.service
  dbmail/repos/community-x86_64/dbmail-timsieved.xinetd
  dbmail/repos/community-x86_64/dbmail.tmpfiles

--+
 /PKGBUILD|  138 +
 /dbmail-2.2.10-pam-support.patch |  502 +
 /dbmail-imapd.service|   22 
 /dbmail-imapd.xinetd |   26 +
 /dbmail-lmtpd.service|   22 
 /dbmail-lmtpd.xinetd |   26 +
 /dbmail-pop3d.service|   22 
 /dbmail-pop3d.xinetd |   26 +
 /dbmail-timsieved.service|   22 
 /dbmail-timsieved.xinetd |   30 +
 /dbmail.tmpfiles |2 
 community-i686/PKGBUILD  |   67 --
 community-i686/dbmail-2.2.10-pam-support.patch   |  251 --
 community-i686/dbmail-imapd.service  |   11 
 community-i686/dbmail-imapd.xinetd   |   13 
 community-i686/dbmail-lmtpd.service  |   11 
 community-i686/dbmail-lmtpd.xinetd   |   13 
 community-i686/dbmail-pop3d.service  |   11 
 community-i686/dbmail-pop3d.xinetd   |   13 
 community-i686/dbmail-timsieved.service  |   11 
 community-i686/dbmail-timsieved.xinetd   |   15 
 

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

2013-06-03 Thread Sergej Pupykin
Date: Monday, June 3, 2013 @ 12:26:15
  Author: spupykin
Revision: 92242

upgpkg: hedgewars 0.9.19-1

upd

Modified:
  hedgewars/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 10:26:07 UTC (rev 92241)
+++ PKGBUILD2013-06-03 10:26:15 UTC (rev 92242)
@@ -2,38 +2,37 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=hedgewars
-pkgver=0.9.18
-pkgrel=8
+pkgver=0.9.19
+pkgrel=1
 pkgdesc=Free Worms-like turn based strategy game
 arch=('i686' 'x86_64')
 url=http://hedgewars.org;
 license=('GPL' 'custom')
-depends=('qt4' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51')
+depends=('qt4' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51' 
'physfs' 'ffmpeg' 'glut')
 makedepends=('fpc' 'cmake'
 # haskell specific
-'ghc=7.6.3-1'
-'haskell-network=2.4.1.2-1'
- 'haskell-bytestring-show=0.3.5.4-4'
-'haskell-utf8-string=0.3.7-5'
- 'haskell-dataenc=0.14.0.5-2'
-'haskell-hslogger=1.2.1-4'
- 'haskell-vector=0.10.0.1-4')
-source=(http://download.gna.org/hedgewars/hedgewars-src-$pkgver-3.tar.bz2
+'ghc'
+'haskell-network'
+'haskell-bytestring-show'
+'haskell-utf8-string'
+'haskell-dataenc'
+'haskell-hslogger'
+'haskell-vector'
+'haskell-random')
+source=(http://download.gna.org/hedgewars/hedgewars-src-$pkgver.tar.bz2
hedgewars.desktop
hedgewars.png)
-md5sums=('02465736fdcf48feea1cacaa0aa5960e'
+md5sums=('51d84ad6ea00e9894e6119b118b4a523'
  '48c66a3204d4fa0a69e9aa46f7c31e0c'
  'eeb14d50df39063549ac5eca9dbc65d1')
 
 build() {
   cd $pkgname-src-$pkgver
   sed -i 's|instance NFData B.ByteString||' gameServer/Actions.hs
-#  sed -i 's|lua51 lua5.1 lua-5.1|lua lua51 lua5.1 lua-5.1|g' 
cmake_modules/FindLua.cmake
   cmake \
+   -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DDATA_INSTALL_DIR=/usr/share \
-   -DQT_QMAKE_EXECUTABLE=/usr/lib/qt4/bin/qmake \
-   -DQT_MOC_EXECUTABLE=/usr/lib/qt4/bin/moc \
-DWITH_SERVER=1 .
   make
 }



[arch-commits] Commit in hedgewars/repos/community-x86_64 (6 files)

2013-06-03 Thread Sergej Pupykin
Date: Monday, June 3, 2013 @ 12:26:35
  Author: spupykin
Revision: 92243

archrelease: copy trunk to community-x86_64

Added:
  hedgewars/repos/community-x86_64/PKGBUILD
(from rev 92242, hedgewars/trunk/PKGBUILD)
  hedgewars/repos/community-x86_64/hedgewars.desktop
(from rev 92242, hedgewars/trunk/hedgewars.desktop)
  hedgewars/repos/community-x86_64/hedgewars.png
(from rev 92242, hedgewars/trunk/hedgewars.png)
Deleted:
  hedgewars/repos/community-x86_64/PKGBUILD
  hedgewars/repos/community-x86_64/hedgewars.desktop
  hedgewars/repos/community-x86_64/hedgewars.png

---+
 PKGBUILD  |   97 +---
 hedgewars.desktop |   16 
 2 files changed, 56 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-03 10:26:15 UTC (rev 92242)
+++ PKGBUILD2013-06-03 10:26:35 UTC (rev 92243)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=hedgewars
-pkgver=0.9.18
-pkgrel=8
-pkgdesc=Free Worms-like turn based strategy game
-arch=('i686' 'x86_64')
-url=http://hedgewars.org;
-license=('GPL' 'custom')
-depends=('qt4' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51')
-makedepends=('fpc' 'cmake'
-# haskell specific
-'ghc=7.6.3-1'
-'haskell-network=2.4.1.2-1'
- 'haskell-bytestring-show=0.3.5.4-4'
-'haskell-utf8-string=0.3.7-5'
- 'haskell-dataenc=0.14.0.5-2'
-'haskell-hslogger=1.2.1-4'
- 'haskell-vector=0.10.0.1-4')
-source=(http://download.gna.org/hedgewars/hedgewars-src-$pkgver-3.tar.bz2
-   hedgewars.desktop
-   hedgewars.png)
-md5sums=('02465736fdcf48feea1cacaa0aa5960e'
- '48c66a3204d4fa0a69e9aa46f7c31e0c'
- 'eeb14d50df39063549ac5eca9dbc65d1')
-
-build() {
-  cd $pkgname-src-$pkgver
-  sed -i 's|instance NFData B.ByteString||' gameServer/Actions.hs
-#  sed -i 's|lua51 lua5.1 lua-5.1|lua lua51 lua5.1 lua-5.1|g' 
cmake_modules/FindLua.cmake
-  cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DDATA_INSTALL_DIR=/usr/share \
-   -DQT_QMAKE_EXECUTABLE=/usr/lib/qt4/bin/qmake \
-   -DQT_MOC_EXECUTABLE=/usr/lib/qt4/bin/moc \
-   -DWITH_SERVER=1 .
-  make
-}
-
-package() {
-  cd $pkgname-src-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  install -D -m644 Fonts_LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/Fonts_LICENSE.txt
-  install -D -m644 $srcdir/hedgewars.png 
$pkgdir/usr/share/pixmaps/hedgewars.png
-  install -D -m644 $srcdir/hedgewars.desktop 
$pkgdir/usr/share/applications/hedgewars.desktop
-}

Copied: hedgewars/repos/community-x86_64/PKGBUILD (from rev 92242, 
hedgewars/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-06-03 10:26:35 UTC (rev 92243)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=hedgewars
+pkgver=0.9.19
+pkgrel=1
+pkgdesc=Free Worms-like turn based strategy game
+arch=('i686' 'x86_64')
+url=http://hedgewars.org;
+license=('GPL' 'custom')
+depends=('qt4' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51' 
'physfs' 'ffmpeg' 'glut')
+makedepends=('fpc' 'cmake'
+# haskell specific
+'ghc'
+'haskell-network'
+'haskell-bytestring-show'
+'haskell-utf8-string'
+'haskell-dataenc'
+'haskell-hslogger'
+'haskell-vector'
+'haskell-random')
+source=(http://download.gna.org/hedgewars/hedgewars-src-$pkgver.tar.bz2
+   hedgewars.desktop
+   hedgewars.png)
+md5sums=('51d84ad6ea00e9894e6119b118b4a523'
+ '48c66a3204d4fa0a69e9aa46f7c31e0c'
+ 'eeb14d50df39063549ac5eca9dbc65d1')
+
+build() {
+  cd $pkgname-src-$pkgver
+  sed -i 's|instance NFData B.ByteString||' gameServer/Actions.hs
+  cmake \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DDATA_INSTALL_DIR=/usr/share \
+   -DWITH_SERVER=1 .
+  make
+}
+
+package() {
+  cd $pkgname-src-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  install -D -m644 Fonts_LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/Fonts_LICENSE.txt
+  install -D -m644 $srcdir/hedgewars.png 
$pkgdir/usr/share/pixmaps/hedgewars.png
+  install -D -m644 $srcdir/hedgewars.desktop 
$pkgdir/usr/share/applications/hedgewars.desktop
+}

Deleted: hedgewars.desktop
===
--- hedgewars.desktop   2013-06-03 10:26:15 UTC (rev 92242)
+++ hedgewars.desktop   2013-06-03 10:26:35 UTC (rev 92243)
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Type=Application
-Name=Hedgewars
-GenericName=Platform Game
-Comment=Worms style game
-Exec=hedgewars
-Icon=hedgewars
-Categories=Game;ArcadeGame;
\ No newline at end of file

Copied: hedgewars/repos/community-x86_64/hedgewars.desktop (from rev 92242, 

[arch-commits] Commit in cmake/trunk (PKGBUILD imagemagick.patch qt4.patch)

2013-06-03 Thread Andrea Scarpino
Date: Monday, June 3, 2013 @ 13:20:05
  Author: andrea
Revision: 187082

Fix ImageMagick detection (FS#35280)

Added:
  cmake/trunk/imagemagick.patch
Modified:
  cmake/trunk/PKGBUILD
Deleted:
  cmake/trunk/qt4.patch

---+
 PKGBUILD  |   13 ++---
 imagemagick.patch |   27 +++
 qt4.patch |   11 ---
 3 files changed, 37 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 11:17:17 UTC (rev 187081)
+++ PKGBUILD2013-06-03 11:20:05 UTC (rev 187082)
@@ -4,7 +4,7 @@
 
 pkgname=cmake
 pkgver=2.8.11
-pkgrel=1
+pkgrel=2
 pkgdesc=A cross-platform open-source make system
 arch=('i686' 'x86_64')
 url=http://www.cmake.org/;
@@ -13,9 +13,16 @@
 makedepends=('qt4' 'emacs')
 optdepends=('qt4: cmake-gui')
 install=${pkgname}.install
-source=(http://www.cmake.org/files/v2.8/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('be6008f2299613d23fe82ab53ef7472e')
+source=(http://www.cmake.org/files/v2.8/${pkgname}-${pkgver}.tar.gz;
+'imagemagick.patch')
+md5sums=('be6008f2299613d23fe82ab53ef7472e'
+ '19c4cf0e6e9c9a890f3698c9df8062f1')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/imagemagick.patch 
+}
+
 build() {
   cd ${pkgname}-${pkgver}
 

Added: imagemagick.patch
===
--- imagemagick.patch   (rev 0)
+++ imagemagick.patch   2013-06-03 11:20:05 UTC (rev 187082)
@@ -0,0 +1,27 @@
+From 3de9bb48a5d7976d5f22e3c7c0f95cfda102ed8a Mon Sep 17 00:00:00 2001
+From: Funda Wang fundaw...@gmail.com
+Date: Tue, 28 May 2013 06:17:49 +
+Subject: [PATCH] FindImageMagick: Find v6 include dir (#14174)
+
+The header files of ImageMagick are now located at
+prefix/include/ImageMagick-6 instead of prefix/include/ImageMagick.
+---
+ Modules/FindImageMagick.cmake |2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/Modules/FindImageMagick.cmake b/Modules/FindImageMagick.cmake
+index cd97b38..02a5777 100644
+--- a/Modules/FindImageMagick.cmake
 b/Modules/FindImageMagick.cmake
+@@ -81,7 +81,7 @@ function(FIND_IMAGEMAGICK_API component header)
+   ${ImageMagick_INCLUDE_DIRS}
+   [HKEY_LOCAL_MACHINE\\SOFTWARE\\ImageMagick\\Current;BinPath]/include
+ PATH_SUFFIXES
+-  ImageMagick
++  ImageMagick ImageMagick-6
+ DOC Path to the ImageMagick include dir.
+ )
+   find_library(ImageMagick_${component}_LIBRARY
+-- 
+1.7.0
+

Deleted: qt4.patch
===
--- qt4.patch   2013-06-03 11:17:17 UTC (rev 187081)
+++ qt4.patch   2013-06-03 11:20:05 UTC (rev 187082)
@@ -1,11 +0,0 @@
 cmake-2.8.10.2/Modules/FindQt4.cmake~  2013-03-07 16:50:35.388399689 
+
-+++ cmake-2.8.10.2/Modules/FindQt4.cmake   2013-03-07 16:51:35.017991029 
+
-@@ -497,7 +497,7 @@
- # check for qmake
- # Debian uses qmake-qt4
- # macports' Qt uses qmake-mac
--find_program(QT_QMAKE_EXECUTABLE NAMES qmake qmake4 qmake-qt4 qmake-mac
-+find_program(QT_QMAKE_EXECUTABLE NAMES qmake4 qmake-qt4 qmake-mac
-   PATHS
- ENV QTDIR
- 
[HKEY_CURRENT_USER\\Software\\Trolltech\\Versions\\${qt_install_version};InstallDir]



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

2013-06-03 Thread Andrea Scarpino
Date: Monday, June 3, 2013 @ 13:20:48
  Author: andrea
Revision: 187083

Build VideoSlideShow plugin (FS#35427)

Modified:
  digikam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 11:20:05 UTC (rev 187082)
+++ PKGBUILD2013-06-03 11:20:48 UTC (rev 187083)
@@ -6,14 +6,14 @@
 pkgbase=digikam
 pkgname=('digikam' 'kipi-plugins' 'libkface' 'libkgeomap' 'libkvkontakte' 
'libmediawiki')
 pkgver=3.1.0
-pkgrel=4
+pkgrel=5
 pkgdesc=Digital photo management application for KDE
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.digikam.org/;
 makedepends=('kdepimlibs' 'libkexiv2' 'libkdcraw' 'libkipi' 'libksane' 'liblqr'
  'kdeedu-marble' 'opencv' 'boost' 'libgpod' 'qjson' 'hugin'
- 'cmake' 'automoc4' 'doxygen' 'lensfun')
+ 'cmake' 'automoc4' 'doxygen' 'lensfun' 'qt-gstremer')
 
source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
 digikam-3.1.0-htmlexport.patch
 digikam-3.1.0-fixed-pngs.tar.gz)



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

2013-06-03 Thread Andrea Scarpino
Date: Monday, June 3, 2013 @ 13:23:42
  Author: andrea
Revision: 187084

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

Added:
  cmake/repos/extra-i686/PKGBUILD
(from rev 187083, cmake/trunk/PKGBUILD)
  cmake/repos/extra-i686/cmake.install
(from rev 187083, cmake/trunk/cmake.install)
  cmake/repos/extra-i686/imagemagick.patch
(from rev 187083, cmake/trunk/imagemagick.patch)
  cmake/repos/extra-x86_64/PKGBUILD
(from rev 187083, cmake/trunk/PKGBUILD)
  cmake/repos/extra-x86_64/cmake.install
(from rev 187083, cmake/trunk/cmake.install)
  cmake/repos/extra-x86_64/imagemagick.patch
(from rev 187083, cmake/trunk/imagemagick.patch)
Deleted:
  cmake/repos/extra-i686/PKGBUILD
  cmake/repos/extra-i686/cmake.install
  cmake/repos/extra-i686/qt4.patch
  cmake/repos/extra-x86_64/PKGBUILD
  cmake/repos/extra-x86_64/cmake.install
  cmake/repos/extra-x86_64/qt4.patch

+
 /PKGBUILD  |  104 +++
 /cmake.install |   24 +
 extra-i686/PKGBUILD|   45 
 extra-i686/cmake.install   |   12 
 extra-i686/imagemagick.patch   |   27 ++
 extra-i686/qt4.patch   |   11 
 extra-x86_64/PKGBUILD  |   45 
 extra-x86_64/cmake.install |   12 
 extra-x86_64/imagemagick.patch |   27 ++
 extra-x86_64/qt4.patch |   11 
 10 files changed, 182 insertions(+), 136 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-06-03 11:20:48 UTC (rev 187083)
+++ extra-i686/PKGBUILD 2013-06-03 11:23:42 UTC (rev 187084)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=cmake
-pkgver=2.8.11
-pkgrel=1
-pkgdesc=A cross-platform open-source make system
-arch=('i686' 'x86_64')
-url=http://www.cmake.org/;
-license=('custom')
-depends=('curl' 'libarchive' 'shared-mime-info')
-makedepends=('qt4' 'emacs')
-optdepends=('qt4: cmake-gui')
-install=${pkgname}.install
-source=(http://www.cmake.org/files/v2.8/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('be6008f2299613d23fe82ab53ef7472e')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./bootstrap --prefix=/usr \
---mandir=/share/man \
---docdir=/share/doc/cmake \
---system-libs \
---qt-gui \
---parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  vimpath=${pkgdir}/usr/share/vim/vimfiles
-  install -Dm644 Docs/cmake-indent.vim ${vimpath}/indent/cmake-indent.vim
-  install -Dm644 Docs/cmake-syntax.vim ${vimpath}/syntax/cmake-syntax.vim
-
-  install -Dm644 Docs/cmake-mode.el \
-${pkgdir}/usr/share/emacs/site-lisp/cmake-mode.el
-  emacs -batch -f batch-byte-compile 
${pkgdir}/usr/share/emacs/site-lisp/cmake-mode.el
-
-  install -Dm644 Copyright.txt \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: cmake/repos/extra-i686/PKGBUILD (from rev 187083, cmake/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-06-03 11:23:42 UTC (rev 187084)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=cmake
+pkgver=2.8.11
+pkgrel=2
+pkgdesc=A cross-platform open-source make system
+arch=('i686' 'x86_64')
+url=http://www.cmake.org/;
+license=('custom')
+depends=('curl' 'libarchive' 'shared-mime-info')
+makedepends=('qt4' 'emacs')
+optdepends=('qt4: cmake-gui')
+install=${pkgname}.install
+source=(http://www.cmake.org/files/v2.8/${pkgname}-${pkgver}.tar.gz;
+'imagemagick.patch')
+md5sums=('be6008f2299613d23fe82ab53ef7472e'
+ '19c4cf0e6e9c9a890f3698c9df8062f1')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/imagemagick.patch 
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./bootstrap --prefix=/usr \
+--mandir=/share/man \
+--docdir=/share/doc/cmake \
+--system-libs \
+--qt-gui \
+--parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  vimpath=${pkgdir}/usr/share/vim/vimfiles
+  install -Dm644 Docs/cmake-indent.vim ${vimpath}/indent/cmake-indent.vim
+  install -Dm644 Docs/cmake-syntax.vim ${vimpath}/syntax/cmake-syntax.vim
+
+  install -Dm644 Docs/cmake-mode.el \
+${pkgdir}/usr/share/emacs/site-lisp/cmake-mode.el
+  emacs -batch -f batch-byte-compile 
${pkgdir}/usr/share/emacs/site-lisp/cmake-mode.el
+
+  install -Dm644 Copyright.txt \
+${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-i686/cmake.install
===
--- extra-i686/cmake.install2013-06-03 11:20:48 UTC (rev 187083)
+++ 

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

2013-06-03 Thread Evangelos Foutras
Date: Monday, June 3, 2013 @ 13:49:34
  Author: foutrelis
Revision: 92259

upgpkg: glusterfs 3.3.1-5

Put mount helper in /usr/bin.

Modified:
  glusterfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 11:21:05 UTC (rev 92258)
+++ PKGBUILD2013-06-03 11:49:34 UTC (rev 92259)
@@ -7,7 +7,7 @@
 pkgname=glusterfs
 pkgver=3.3.1
 _basever=`echo $pkgver | cut -f1-2 -d.`
-pkgrel=4
+pkgrel=5
 pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
 arch=(i686 x86_64)
 url='http://www.gluster.org/'
@@ -28,6 +28,7 @@
   ./configure \
 --prefix=/usr \
 --sbindir=/usr/bin \
+--with-mountutildir=/usr/bin \
 --sysconfdir=/etc \
 --localstatedir=/var \
 --mandir=/usr/share/man \
@@ -45,10 +46,7 @@
 package() {
   cd $srcdir/$pkgname-$pkgver
 
-  mkdir -p $pkgdir/usr/sbin
   make DESTDIR=$pkgdir install
-  mv $pkgdir/sbin/* $pkgdir/usr/sbin
-  rmdir $pkgdir/sbin
 
   install -D -m 644 \
 $srcdir/$pkgname-$pkgver/{README,INSTALL,COPYING*} \



[arch-commits] Commit in glusterfs/repos/community-x86_64 (4 files)

2013-06-03 Thread Evangelos Foutras
Date: Monday, June 3, 2013 @ 13:49:45
  Author: foutrelis
Revision: 92260

archrelease: copy trunk to community-x86_64

Added:
  glusterfs/repos/community-x86_64/PKGBUILD
(from rev 92259, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-x86_64/glusterd.service
(from rev 92259, glusterfs/trunk/glusterd.service)
Deleted:
  glusterfs/repos/community-x86_64/PKGBUILD
  glusterfs/repos/community-x86_64/glusterd.service

--+
 PKGBUILD |  130 ++---
 glusterd.service |   20 
 2 files changed, 74 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-03 11:49:34 UTC (rev 92259)
+++ PKGBUILD2013-06-03 11:49:45 UTC (rev 92260)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller henn...@orgizm.net
-
-pkgname=glusterfs
-pkgver=3.3.1
-_basever=`echo $pkgver | cut -f1-2 -d.`
-pkgrel=4
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(i686 x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-depends=(fuse python2 libxml2)
-makedepends=(flex bison)
-options=(!libtool)
-source=(http://download.gluster.org/pub/gluster/glusterfs/$_basever/$pkgver/glusterfs-$pkgver.tar.gz
-   glusterd.service)
-sha256sums=('19aaefe3a0f9059ae831b44c92944503cf439da82da23467101ac13da8b77519'
-'e9aa54fcff422e0266e0f89d4bda73e0c77458f7c5443b8327db1e7b4242e6f7')
-sha256sums=('19aaefe3a0f9059ae831b44c92944503cf439da82da23467101ac13da8b77519'
-'18e6c3bcca396a4524d866977d3fa86135377d7bf5d28a130e697ae2e85f043b')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
-PYTHON=python2
-
-  make
-
-  sed -i s:env\ python:env\ python2: \
-xlators/features/marker/utils/syncdaemon/gsyncd.py
-  sed -i s:/usr/bin/python:/usr/bin/python2: \
-contrib/ipaddr-py/ipaddr.py
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  mkdir -p $pkgdir/usr/sbin
-  make DESTDIR=$pkgdir install
-  mv $pkgdir/sbin/* $pkgdir/usr/sbin
-  rmdir $pkgdir/sbin
-
-  install -D -m 644 \
-$srcdir/$pkgname-$pkgver/{README,INSTALL,COPYING*} \
-$pkgdir/usr/share/doc/glusterfs/
-
-  install -D -m 644 \
-$srcdir/glusterd.service \
-$pkgdir/usr/lib/systemd/system/glusterd.service
-
-  cp -rf \
-$srcdir/$pkgname-$pkgver/doc/* \
-$pkgdir/usr/share/doc/glusterfs/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-x86_64/PKGBUILD (from rev 92259, 
glusterfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-06-03 11:49:45 UTC (rev 92260)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller henn...@orgizm.net
+
+pkgname=glusterfs
+pkgver=3.3.1
+_basever=`echo $pkgver | cut -f1-2 -d.`
+pkgrel=5
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(i686 x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+depends=(fuse python2 libxml2)
+makedepends=(flex bison)
+options=(!libtool)
+source=(http://download.gluster.org/pub/gluster/glusterfs/$_basever/$pkgver/glusterfs-$pkgver.tar.gz
+   glusterd.service)
+sha256sums=('19aaefe3a0f9059ae831b44c92944503cf439da82da23467101ac13da8b77519'
+'e9aa54fcff422e0266e0f89d4bda73e0c77458f7c5443b8327db1e7b4242e6f7')
+sha256sums=('19aaefe3a0f9059ae831b44c92944503cf439da82da23467101ac13da8b77519'
+'18e6c3bcca396a4524d866977d3fa86135377d7bf5d28a130e697ae2e85f043b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--with-mountutildir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--mandir=/usr/share/man \
+--libexecdir=/usr/lib/$pkgname \
+PYTHON=python2
+
+  make
+
+  sed -i s:env\ python:env\ python2: \
+xlators/features/marker/utils/syncdaemon/gsyncd.py
+  sed -i s:/usr/bin/python:/usr/bin/python2: \
+contrib/ipaddr-py/ipaddr.py
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  install -D -m 644 \
+$srcdir/$pkgname-$pkgver/{README,INSTALL,COPYING*} \
+$pkgdir/usr/share/doc/glusterfs/
+
+  install -D -m 644 \
+$srcdir/glusterd.service \
+$pkgdir/usr/lib/systemd/system/glusterd.service
+
+  cp -rf \
+$srcdir/$pkgname-$pkgver/doc/* \
+$pkgdir/usr/share/doc/glusterfs/
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: glusterd.service
===
--- glusterd.service2013-06-03 

[arch-commits] Commit in glusterfs/repos/community-i686 (4 files)

2013-06-03 Thread Evangelos Foutras
Date: Monday, June 3, 2013 @ 13:55:19
  Author: foutrelis
Revision: 92261

archrelease: copy trunk to community-i686

Added:
  glusterfs/repos/community-i686/PKGBUILD
(from rev 92260, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-i686/glusterd.service
(from rev 92260, glusterfs/trunk/glusterd.service)
Deleted:
  glusterfs/repos/community-i686/PKGBUILD
  glusterfs/repos/community-i686/glusterd.service

--+
 PKGBUILD |  130 ++---
 glusterd.service |   20 
 2 files changed, 74 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-03 11:49:45 UTC (rev 92260)
+++ PKGBUILD2013-06-03 11:55:19 UTC (rev 92261)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller henn...@orgizm.net
-
-pkgname=glusterfs
-pkgver=3.3.1
-_basever=`echo $pkgver | cut -f1-2 -d.`
-pkgrel=4
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(i686 x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-depends=(fuse python2 libxml2)
-makedepends=(flex bison)
-options=(!libtool)
-source=(http://download.gluster.org/pub/gluster/glusterfs/$_basever/$pkgver/glusterfs-$pkgver.tar.gz
-   glusterd.service)
-sha256sums=('19aaefe3a0f9059ae831b44c92944503cf439da82da23467101ac13da8b77519'
-'e9aa54fcff422e0266e0f89d4bda73e0c77458f7c5443b8327db1e7b4242e6f7')
-sha256sums=('19aaefe3a0f9059ae831b44c92944503cf439da82da23467101ac13da8b77519'
-'18e6c3bcca396a4524d866977d3fa86135377d7bf5d28a130e697ae2e85f043b')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
-PYTHON=python2
-
-  make
-
-  sed -i s:env\ python:env\ python2: \
-xlators/features/marker/utils/syncdaemon/gsyncd.py
-  sed -i s:/usr/bin/python:/usr/bin/python2: \
-contrib/ipaddr-py/ipaddr.py
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  mkdir -p $pkgdir/usr/sbin
-  make DESTDIR=$pkgdir install
-  mv $pkgdir/sbin/* $pkgdir/usr/sbin
-  rmdir $pkgdir/sbin
-
-  install -D -m 644 \
-$srcdir/$pkgname-$pkgver/{README,INSTALL,COPYING*} \
-$pkgdir/usr/share/doc/glusterfs/
-
-  install -D -m 644 \
-$srcdir/glusterd.service \
-$pkgdir/usr/lib/systemd/system/glusterd.service
-
-  cp -rf \
-$srcdir/$pkgname-$pkgver/doc/* \
-$pkgdir/usr/share/doc/glusterfs/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-i686/PKGBUILD (from rev 92260, 
glusterfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-06-03 11:55:19 UTC (rev 92261)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller henn...@orgizm.net
+
+pkgname=glusterfs
+pkgver=3.3.1
+_basever=`echo $pkgver | cut -f1-2 -d.`
+pkgrel=5
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(i686 x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+depends=(fuse python2 libxml2)
+makedepends=(flex bison)
+options=(!libtool)
+source=(http://download.gluster.org/pub/gluster/glusterfs/$_basever/$pkgver/glusterfs-$pkgver.tar.gz
+   glusterd.service)
+sha256sums=('19aaefe3a0f9059ae831b44c92944503cf439da82da23467101ac13da8b77519'
+'e9aa54fcff422e0266e0f89d4bda73e0c77458f7c5443b8327db1e7b4242e6f7')
+sha256sums=('19aaefe3a0f9059ae831b44c92944503cf439da82da23467101ac13da8b77519'
+'18e6c3bcca396a4524d866977d3fa86135377d7bf5d28a130e697ae2e85f043b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--with-mountutildir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--mandir=/usr/share/man \
+--libexecdir=/usr/lib/$pkgname \
+PYTHON=python2
+
+  make
+
+  sed -i s:env\ python:env\ python2: \
+xlators/features/marker/utils/syncdaemon/gsyncd.py
+  sed -i s:/usr/bin/python:/usr/bin/python2: \
+contrib/ipaddr-py/ipaddr.py
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  install -D -m 644 \
+$srcdir/$pkgname-$pkgver/{README,INSTALL,COPYING*} \
+$pkgdir/usr/share/doc/glusterfs/
+
+  install -D -m 644 \
+$srcdir/glusterd.service \
+$pkgdir/usr/lib/systemd/system/glusterd.service
+
+  cp -rf \
+$srcdir/$pkgname-$pkgver/doc/* \
+$pkgdir/usr/share/doc/glusterfs/
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: glusterd.service
===
--- glusterd.service2013-06-03 11:49:45 UTC 

[arch-commits] Commit in open-vm-tools/trunk (PKGBUILD)

2013-06-03 Thread Evangelos Foutras
Date: Monday, June 3, 2013 @ 14:08:14
  Author: foutrelis
Revision: 92262

upgpkg: open-vm-tools 2:9.2.3-3

Remove /sbin/mount.vmhgfs symlink.

Modified:
  open-vm-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 11:55:19 UTC (rev 92261)
+++ PKGBUILD2013-06-03 12:08:14 UTC (rev 92262)
@@ -4,7 +4,7 @@
 
 pkgbase=open-vm-tools
 pkgname=('open-vm-tools' 'open-vm-tools-dkms')
-epoch=1
+epoch=2
 pkgver=9.2.3
 _pkgsubver=1031360
 pkgrel=3
@@ -69,8 +69,9 @@
   install -Dm0644 $srcdir/vmware-guestd $pkgdir/etc/pam.d/vmware-guestd
   rm -rf $pkgdir/usr/etc
 
-  mkdir -p $pkgdir/sbin
-  ln -fs /usr/bin/mount.vmhgfs $pkgdir/sbin/mount.vmhgfs
+  # We don't want a symlink in /sbin
+  rm $pkgdir/sbin/mount.vmhgfs
+  rmdir $pkgdir/sbin
 
   cd $pkgdir  find -type f -exec sh -c file {} | grep ELF /dev/null  
echo {}  chrpath -d {} \;
   install -Dm644 ${srcdir}/vmtoolsd.service 
${pkgdir}/usr/lib/systemd/system/vmtoolsd.service



[arch-commits] Commit in open-vm-tools/repos (44 files)

2013-06-03 Thread Evangelos Foutras
Date: Monday, June 3, 2013 @ 14:09:04
  Author: foutrelis
Revision: 92263

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

Added:
  open-vm-tools/repos/community-i686/PKGBUILD
(from rev 92262, open-vm-tools/trunk/PKGBUILD)
  open-vm-tools/repos/community-i686/modprobe.conf
(from rev 92262, open-vm-tools/trunk/modprobe.conf)
  open-vm-tools/repos/community-i686/open-vm-tools-X11Bool.patch
(from rev 92262, open-vm-tools/trunk/open-vm-tools-X11Bool.patch)
  open-vm-tools/repos/community-i686/open-vm-tools-dkms.install
(from rev 92262, open-vm-tools/trunk/open-vm-tools-dkms.install)
  open-vm-tools/repos/community-i686/open-vm-tools.install
(from rev 92262, open-vm-tools/trunk/open-vm-tools.install)
  open-vm-tools/repos/community-i686/scripts-network-FS19541.patch
(from rev 92262, open-vm-tools/trunk/scripts-network-FS19541.patch)
  open-vm-tools/repos/community-i686/scripts-network.patch
(from rev 92262, open-vm-tools/trunk/scripts-network.patch)
  open-vm-tools/repos/community-i686/tools.conf
(from rev 92262, open-vm-tools/trunk/tools.conf)
  open-vm-tools/repos/community-i686/vmtoolsd.service
(from rev 92262, open-vm-tools/trunk/vmtoolsd.service)
  open-vm-tools/repos/community-i686/vmware-guestd
(from rev 92262, open-vm-tools/trunk/vmware-guestd)
  open-vm-tools/repos/community-i686/xautostart.conf
(from rev 92262, open-vm-tools/trunk/xautostart.conf)
  open-vm-tools/repos/community-x86_64/PKGBUILD
(from rev 92262, open-vm-tools/trunk/PKGBUILD)
  open-vm-tools/repos/community-x86_64/modprobe.conf
(from rev 92262, open-vm-tools/trunk/modprobe.conf)
  open-vm-tools/repos/community-x86_64/open-vm-tools-X11Bool.patch
(from rev 92262, open-vm-tools/trunk/open-vm-tools-X11Bool.patch)
  open-vm-tools/repos/community-x86_64/open-vm-tools-dkms.install
(from rev 92262, open-vm-tools/trunk/open-vm-tools-dkms.install)
  open-vm-tools/repos/community-x86_64/open-vm-tools.install
(from rev 92262, open-vm-tools/trunk/open-vm-tools.install)
  open-vm-tools/repos/community-x86_64/scripts-network-FS19541.patch
(from rev 92262, open-vm-tools/trunk/scripts-network-FS19541.patch)
  open-vm-tools/repos/community-x86_64/scripts-network.patch
(from rev 92262, open-vm-tools/trunk/scripts-network.patch)
  open-vm-tools/repos/community-x86_64/tools.conf
(from rev 92262, open-vm-tools/trunk/tools.conf)
  open-vm-tools/repos/community-x86_64/vmtoolsd.service
(from rev 92262, open-vm-tools/trunk/vmtoolsd.service)
  open-vm-tools/repos/community-x86_64/vmware-guestd
(from rev 92262, open-vm-tools/trunk/vmware-guestd)
  open-vm-tools/repos/community-x86_64/xautostart.conf
(from rev 92262, open-vm-tools/trunk/xautostart.conf)
Deleted:
  open-vm-tools/repos/community-i686/PKGBUILD
  open-vm-tools/repos/community-i686/modprobe.conf
  open-vm-tools/repos/community-i686/open-vm-tools-X11Bool.patch
  open-vm-tools/repos/community-i686/open-vm-tools-dkms.install
  open-vm-tools/repos/community-i686/open-vm-tools.install
  open-vm-tools/repos/community-i686/scripts-network-FS19541.patch
  open-vm-tools/repos/community-i686/scripts-network.patch
  open-vm-tools/repos/community-i686/tools.conf
  open-vm-tools/repos/community-i686/vmtoolsd.service
  open-vm-tools/repos/community-i686/vmware-guestd
  open-vm-tools/repos/community-i686/xautostart.conf
  open-vm-tools/repos/community-x86_64/PKGBUILD
  open-vm-tools/repos/community-x86_64/modprobe.conf
  open-vm-tools/repos/community-x86_64/open-vm-tools-X11Bool.patch
  open-vm-tools/repos/community-x86_64/open-vm-tools-dkms.install
  open-vm-tools/repos/community-x86_64/open-vm-tools.install
  open-vm-tools/repos/community-x86_64/scripts-network-FS19541.patch
  open-vm-tools/repos/community-x86_64/scripts-network.patch
  open-vm-tools/repos/community-x86_64/tools.conf
  open-vm-tools/repos/community-x86_64/vmtoolsd.service
  open-vm-tools/repos/community-x86_64/vmware-guestd
  open-vm-tools/repos/community-x86_64/xautostart.conf

+
 /PKGBUILD  |  192 +++
 /modprobe.conf |2 
 /open-vm-tools-X11Bool.patch   |   30 +++
 /open-vm-tools-dkms.install|   46 +
 /open-vm-tools.install |   20 ++
 /scripts-network-FS19541.patch |   76 +
 /scripts-network.patch |  146 +
 /tools.conf|2 
 /vmtoolsd.service  |   18 ++
 /vmware-guestd |   12 +
 /xautostart.conf   |   12 +
 community-i686/PKGBUILD|   95 ---
 community-i686/modprobe.conf   |1 
 community-i686/open-vm-tools-X11Bool.patch |   15 -
 community-i686/open-vm-tools-dkms.install  |   23 --
 

[arch-commits] Commit in lightdm-gtk3-greeter/trunk (PKGBUILD)

2013-06-03 Thread Maxime Gauduin
Date: Monday, June 3, 2013 @ 14:52:44
  Author: alucryd
Revision: 92264

upgpkg: lightdm-gtk3-greeter 1:1.6.0-1

Modified:
  lightdm-gtk3-greeter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 12:09:04 UTC (rev 92263)
+++ PKGBUILD2013-06-03 12:52:44 UTC (rev 92264)
@@ -3,8 +3,8 @@
 # Contributor: Padfoot padf...@exemail.com.au
 
 pkgname=lightdm-gtk3-greeter
-pkgver=1.5.2
-pkgrel=2
+pkgver=1.6.0
+pkgrel=1
 epoch=1
 pkgdesc=GTK+ greeter for LightDM
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 conflicts=(${pkgname/3/2})
 backup=('etc/lightdm/lightdm-gtk-greeter.conf')
 
source=(https://launchpad.net/${pkgname/3/}/1.6/${pkgver}/+download/${pkgname/3/}-${pkgver}.tar.gz;)
-sha256sums=('0de611783a9306130b0f0865c533fcaf2d21fcda9f85e7ee81b58cfa5bd781cc')
+sha256sums=('69df6199a7e62b07a1865b0319a7c031abc2b06dc3eb193b8b7b453f536283ac')
 
 build() {
   cd ${srcdir}/${pkgname/3/}-${pkgver}



[arch-commits] Commit in lightdm-gtk3-greeter/repos (4 files)

2013-06-03 Thread Maxime Gauduin
Date: Monday, June 3, 2013 @ 14:53:06
  Author: alucryd
Revision: 92265

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

Added:
  lightdm-gtk3-greeter/repos/community-i686/PKGBUILD
(from rev 92264, lightdm-gtk3-greeter/trunk/PKGBUILD)
  lightdm-gtk3-greeter/repos/community-x86_64/PKGBUILD
(from rev 92264, lightdm-gtk3-greeter/trunk/PKGBUILD)
Deleted:
  lightdm-gtk3-greeter/repos/community-i686/PKGBUILD
  lightdm-gtk3-greeter/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-03 12:52:44 UTC (rev 92264)
+++ community-i686/PKGBUILD 2013-06-03 12:53:06 UTC (rev 92265)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Padfoot padf...@exemail.com.au
-
-pkgname=lightdm-gtk3-greeter
-pkgver=1.5.2
-pkgrel=2
-epoch=1
-pkgdesc=GTK+ greeter for LightDM
-arch=('i686' 'x86_64')
-url=https://launchpad.net/lightdm-gtk-greeter;
-license=('GPL3' 'LGPL3')
-depends=('gtk3' 'lightdm')
-makedepends=('exo' 'gnome-doc-utils' 'gobject-introspection' 'intltool')
-provides=(${pkgname/3/})
-conflicts=(${pkgname/3/2})
-backup=('etc/lightdm/lightdm-gtk-greeter.conf')
-source=(https://launchpad.net/${pkgname/3/}/1.6/${pkgver}/+download/${pkgname/3/}-${pkgver}.tar.gz;)
-sha256sums=('0de611783a9306130b0f0865c533fcaf2d21fcda9f85e7ee81b58cfa5bd781cc')
-
-build() {
-  cd ${srcdir}/${pkgname/3/}-${pkgver}
-
-  ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc 
--libexecdir=/usr/lib/lightdm --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname/3/}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lightdm-gtk3-greeter/repos/community-i686/PKGBUILD (from rev 92264, 
lightdm-gtk3-greeter/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-03 12:53:06 UTC (rev 92265)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Padfoot padf...@exemail.com.au
+
+pkgname=lightdm-gtk3-greeter
+pkgver=1.6.0
+pkgrel=1
+epoch=1
+pkgdesc=GTK+ greeter for LightDM
+arch=('i686' 'x86_64')
+url=https://launchpad.net/lightdm-gtk-greeter;
+license=('GPL3' 'LGPL3')
+depends=('gtk3' 'lightdm')
+makedepends=('exo' 'gnome-doc-utils' 'gobject-introspection' 'intltool')
+provides=(${pkgname/3/})
+conflicts=(${pkgname/3/2})
+backup=('etc/lightdm/lightdm-gtk-greeter.conf')
+source=(https://launchpad.net/${pkgname/3/}/1.6/${pkgver}/+download/${pkgname/3/}-${pkgver}.tar.gz;)
+sha256sums=('69df6199a7e62b07a1865b0319a7c031abc2b06dc3eb193b8b7b453f536283ac')
+
+build() {
+  cd ${srcdir}/${pkgname/3/}-${pkgver}
+
+  ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc 
--libexecdir=/usr/lib/lightdm --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname/3/}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-06-03 12:52:44 UTC (rev 92264)
+++ community-x86_64/PKGBUILD   2013-06-03 12:53:06 UTC (rev 92265)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Padfoot padf...@exemail.com.au
-
-pkgname=lightdm-gtk3-greeter
-pkgver=1.5.2
-pkgrel=2
-epoch=1
-pkgdesc=GTK+ greeter for LightDM
-arch=('i686' 'x86_64')
-url=https://launchpad.net/lightdm-gtk-greeter;
-license=('GPL3' 'LGPL3')
-depends=('gtk3' 'lightdm')
-makedepends=('exo' 'gnome-doc-utils' 'gobject-introspection' 'intltool')
-provides=(${pkgname/3/})
-conflicts=(${pkgname/3/2})
-backup=('etc/lightdm/lightdm-gtk-greeter.conf')
-source=(https://launchpad.net/${pkgname/3/}/1.6/${pkgver}/+download/${pkgname/3/}-${pkgver}.tar.gz;)
-sha256sums=('0de611783a9306130b0f0865c533fcaf2d21fcda9f85e7ee81b58cfa5bd781cc')
-
-build() {
-  cd ${srcdir}/${pkgname/3/}-${pkgver}
-
-  ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc 
--libexecdir=/usr/lib/lightdm --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname/3/}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lightdm-gtk3-greeter/repos/community-x86_64/PKGBUILD (from rev 92264, 
lightdm-gtk3-greeter/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-06-03 12:53:06 UTC (rev 92265)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Padfoot 

[arch-commits] Commit in lightdm-gtk2-greeter/trunk (PKGBUILD)

2013-06-03 Thread Maxime Gauduin
Date: Monday, June 3, 2013 @ 15:04:49
  Author: alucryd
Revision: 92266

upgpkg: lightdm-gtk2-greeter 1:1.6.0-1

Modified:
  lightdm-gtk2-greeter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 12:53:06 UTC (rev 92265)
+++ PKGBUILD2013-06-03 13:04:49 UTC (rev 92266)
@@ -3,8 +3,8 @@
 # Contributor: Padfoot padf...@exemail.com.au
 
 pkgname=lightdm-gtk2-greeter
-pkgver=1.5.2
-pkgrel=2
+pkgver=1.6.0
+pkgrel=1
 epoch=1
 pkgdesc=GTK+ greeter for LightDM
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 conflicts=(${pkgname/2/3})
 backup=('etc/lightdm/lightdm-gtk-greeter.conf')
 
source=(https://launchpad.net/${pkgname/2/}/1.6/${pkgver}/+download/${pkgname/2/}-${pkgver}.tar.gz;)
-sha256sums=('0de611783a9306130b0f0865c533fcaf2d21fcda9f85e7ee81b58cfa5bd781cc')
+sha256sums=('69df6199a7e62b07a1865b0319a7c031abc2b06dc3eb193b8b7b453f536283ac')
 
 build() {
   cd ${srcdir}/${pkgname/2/}-${pkgver}



[arch-commits] Commit in lightdm-gtk2-greeter/repos (4 files)

2013-06-03 Thread Maxime Gauduin
Date: Monday, June 3, 2013 @ 15:05:16
  Author: alucryd
Revision: 92267

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

Added:
  lightdm-gtk2-greeter/repos/community-i686/PKGBUILD
(from rev 92266, lightdm-gtk2-greeter/trunk/PKGBUILD)
  lightdm-gtk2-greeter/repos/community-x86_64/PKGBUILD
(from rev 92266, lightdm-gtk2-greeter/trunk/PKGBUILD)
Deleted:
  lightdm-gtk2-greeter/repos/community-i686/PKGBUILD
  lightdm-gtk2-greeter/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-03 13:04:49 UTC (rev 92266)
+++ community-i686/PKGBUILD 2013-06-03 13:05:16 UTC (rev 92267)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Padfoot padf...@exemail.com.au
-
-pkgname=lightdm-gtk2-greeter
-pkgver=1.5.2
-pkgrel=2
-epoch=1
-pkgdesc=GTK+ greeter for LightDM
-arch=('i686' 'x86_64')
-url=https://launchpad.net/lightdm-gtk-greeter;
-license=('GPL3' 'LGPL3')
-depends=('gtk2' 'lightdm')
-makedepends=('exo' 'gnome-doc-utils' 'gobject-introspection' 'intltool')
-provides=(${pkgname/2/})
-conflicts=(${pkgname/2/3})
-backup=('etc/lightdm/lightdm-gtk-greeter.conf')
-source=(https://launchpad.net/${pkgname/2/}/1.6/${pkgver}/+download/${pkgname/2/}-${pkgver}.tar.gz;)
-sha256sums=('0de611783a9306130b0f0865c533fcaf2d21fcda9f85e7ee81b58cfa5bd781cc')
-
-build() {
-  cd ${srcdir}/${pkgname/2/}-${pkgver}
-
-  ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc 
--libexecdir=/usr/lib/lightdm --disable-static --with-gtk2
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname/2/}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lightdm-gtk2-greeter/repos/community-i686/PKGBUILD (from rev 92266, 
lightdm-gtk2-greeter/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-03 13:05:16 UTC (rev 92267)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Padfoot padf...@exemail.com.au
+
+pkgname=lightdm-gtk2-greeter
+pkgver=1.6.0
+pkgrel=1
+epoch=1
+pkgdesc=GTK+ greeter for LightDM
+arch=('i686' 'x86_64')
+url=https://launchpad.net/lightdm-gtk-greeter;
+license=('GPL3' 'LGPL3')
+depends=('gtk2' 'lightdm')
+makedepends=('exo' 'gnome-doc-utils' 'gobject-introspection' 'intltool')
+provides=(${pkgname/2/})
+conflicts=(${pkgname/2/3})
+backup=('etc/lightdm/lightdm-gtk-greeter.conf')
+source=(https://launchpad.net/${pkgname/2/}/1.6/${pkgver}/+download/${pkgname/2/}-${pkgver}.tar.gz;)
+sha256sums=('69df6199a7e62b07a1865b0319a7c031abc2b06dc3eb193b8b7b453f536283ac')
+
+build() {
+  cd ${srcdir}/${pkgname/2/}-${pkgver}
+
+  ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc 
--libexecdir=/usr/lib/lightdm --disable-static --with-gtk2
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname/2/}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-06-03 13:04:49 UTC (rev 92266)
+++ community-x86_64/PKGBUILD   2013-06-03 13:05:16 UTC (rev 92267)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Padfoot padf...@exemail.com.au
-
-pkgname=lightdm-gtk2-greeter
-pkgver=1.5.2
-pkgrel=2
-epoch=1
-pkgdesc=GTK+ greeter for LightDM
-arch=('i686' 'x86_64')
-url=https://launchpad.net/lightdm-gtk-greeter;
-license=('GPL3' 'LGPL3')
-depends=('gtk2' 'lightdm')
-makedepends=('exo' 'gnome-doc-utils' 'gobject-introspection' 'intltool')
-provides=(${pkgname/2/})
-conflicts=(${pkgname/2/3})
-backup=('etc/lightdm/lightdm-gtk-greeter.conf')
-source=(https://launchpad.net/${pkgname/2/}/1.6/${pkgver}/+download/${pkgname/2/}-${pkgver}.tar.gz;)
-sha256sums=('0de611783a9306130b0f0865c533fcaf2d21fcda9f85e7ee81b58cfa5bd781cc')
-
-build() {
-  cd ${srcdir}/${pkgname/2/}-${pkgver}
-
-  ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc 
--libexecdir=/usr/lib/lightdm --disable-static --with-gtk2
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname/2/}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lightdm-gtk2-greeter/repos/community-x86_64/PKGBUILD (from rev 92266, 
lightdm-gtk2-greeter/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-06-03 13:05:16 UTC (rev 92267)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# 

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

2013-06-03 Thread Sergej Pupykin
Date: Monday, June 3, 2013 @ 15:35:15
  Author: spupykin
Revision: 92270

upgpkg: atop 2.0.2-1

upd

Modified:
  atop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 13:34:09 UTC (rev 92269)
+++ PKGBUILD2013-06-03 13:35:15 UTC (rev 92270)
@@ -3,15 +3,15 @@
 # Contributor: John Gerritse john.gerri...@gmail.com
 
 pkgname=atop
-pkgver=2.0_1
-pkgrel=2
+pkgver=2.0.2
+pkgrel=1
 pkgdesc=A system and process level monitor.
 arch=(i686 x86_64)
 url=http://www.atoptool.nl/;
 license=('GPL')
 depends=('ncurses' 'sh' 'zlib')
-source=(http://www.atoptool.nl/download/atop-${pkgver/_/-}.tar.gz)
-md5sums=('6867ea2211edaf8140b94130470d646b')
+source=(http://www.atoptool.nl/download/atop-${pkgver}.tar.gz)
+md5sums=('f1dd1984584f9635712cb7196e25620c')
 
 build() {
   cd $srcdir/$pkgname-${pkgver/_/-}



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

2013-06-03 Thread Sergej Pupykin
Date: Monday, June 3, 2013 @ 15:36:04
  Author: spupykin
Revision: 92273

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

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

+
 /PKGBUILD  |   88 +++
 /darktable.install |   22 
 community-i686/PKGBUILD|   44 -
 community-i686/darktable.install   |   11 
 community-x86_64/PKGBUILD  |   44 -
 community-x86_64/darktable.install |   11 
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-03 13:35:44 UTC (rev 92272)
+++ community-i686/PKGBUILD 2013-06-03 13:36:04 UTC (rev 92273)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer:  Christian Himpel chressie at gmail dot com
-# Contributor: Johannes Hanika hanatos at gmail dot com
-
-pkgname=darktable
-pkgver=1.2.1
-_pkgver=1.2
-pkgrel=1
-pkgdesc=Utility to organize and develop raw images
-arch=('i686' 'x86_64')
-url=http://darktable.sf.net/
-license=('GPL3')
-depends=('exiv2=0.18' 'intltool=0.40' 'lcms2' 'lensfun=0.2.3' 'libglade' 
'dbus-glib'
-'curl' 'libgnome-keyring' 'libgphoto2' 'libusb-compat' 'openexr' 
'sqlite' 'libxslt'
-'libsoup' 'gtk-engines')
-makedepends=('intltool=0.40' 'cmake' 'librsvg')
-optdepends=('librsvg')
-install=darktable.install
-options=(!libtool)
-source=(http://downloads.sourceforge.net/project/darktable/darktable/${_pkgver}/darktable-$pkgver.tar.xz)
-md5sums=('f97057352b1b4447997d1f1f65fa')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  mkdir -p build
-  cd build
-  CXXFLAGS+= -fpermissive
-  cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DDONT_INSTALL_GCONF_SCHEMAS=True \
-  -DBINARY_PACKAGE_BUILD=1 \
-  -DUSE_GCONF_BACKEND=Off \
-  -DBUILD_USERMANUAL=False \
-  ..
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/build
-  make DESTDIR=$pkgdir install
-  mv ${pkgdir}/usr/share/doc/darktable 
${pkgdir}/usr/share/doc/${pkgname}-${pkgver}
-}

Copied: darktable/repos/community-i686/PKGBUILD (from rev 92272, 
darktable/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-03 13:36:04 UTC (rev 92273)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer:  Christian Himpel chressie at gmail dot com
+# Contributor: Johannes Hanika hanatos at gmail dot com
+
+pkgname=darktable
+pkgver=1.2.1
+_pkgver=1.2
+pkgrel=2
+pkgdesc=Utility to organize and develop raw images
+arch=('i686' 'x86_64')
+url=http://darktable.sf.net/
+license=('GPL3')
+depends=('exiv2=0.18' 'intltool=0.40' 'lcms2' 'lensfun=0.2.3' 'libglade' 
'dbus-glib'
+'curl' 'libgnome-keyring' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
+'libsoup' 'gtk-engines')
+makedepends=('intltool=0.40' 'cmake' 'librsvg')
+optdepends=('librsvg')
+install=darktable.install
+options=(!libtool)
+source=(http://downloads.sourceforge.net/project/darktable/darktable/${_pkgver}/darktable-$pkgver.tar.xz)
+md5sums=('f97057352b1b4447997d1f1f65fa')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  mkdir -p build
+  cd build
+  CXXFLAGS+= -fpermissive
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DDONT_INSTALL_GCONF_SCHEMAS=True \
+  -DBINARY_PACKAGE_BUILD=1 \
+  -DUSE_GCONF_BACKEND=Off \
+  -DBUILD_USERMANUAL=False \
+  ..
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/build
+  make DESTDIR=$pkgdir install
+  mv ${pkgdir}/usr/share/doc/darktable 
${pkgdir}/usr/share/doc/${pkgname}-${pkgver}
+}

Deleted: community-i686/darktable.install
===
--- community-i686/darktable.install2013-06-03 13:35:44 UTC (rev 92272)
+++ community-i686/darktable.install2013-06-03 13:36:04 UTC (rev 92273)
@@ -1,11 +0,0 @@
-post_install() {
-  [ -x `which update-desktop-database 2/dev/null` ]   
update-desktop-database -q
-}
-
-post_upgrade() {
-  [ -x `which update-desktop-database 2/dev/null` ]   
update-desktop-database -q
-}
-
-post_remove() {
-  [ -x `which 

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

2013-06-03 Thread Sergej Pupykin
Date: Monday, June 3, 2013 @ 15:35:40
  Author: spupykin
Revision: 92271

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

Added:
  atop/repos/community-i686/PKGBUILD
(from rev 92270, atop/trunk/PKGBUILD)
  atop/repos/community-x86_64/PKGBUILD
(from rev 92270, atop/trunk/PKGBUILD)
Deleted:
  atop/repos/community-i686/PKGBUILD
  atop/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-03 13:35:15 UTC (rev 92270)
+++ community-i686/PKGBUILD 2013-06-03 13:35:40 UTC (rev 92271)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: John Gerritse john.gerri...@gmail.com
-
-pkgname=atop
-pkgver=2.0_1
-pkgrel=2
-pkgdesc=A system and process level monitor.
-arch=(i686 x86_64)
-url=http://www.atoptool.nl/;
-license=('GPL')
-depends=('ncurses' 'sh' 'zlib')
-source=(http://www.atoptool.nl/download/atop-${pkgver/_/-}.tar.gz)
-md5sums=('6867ea2211edaf8140b94130470d646b')
-
-build() {
-  cd $srcdir/$pkgname-${pkgver/_/-}
-  sed -i 's#root ##' atop.cron
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-${pkgver/_/-}
-  make DESTDIR=$pkgdir INIPATH=/etc/rc.d install
-  rm -f $pkgdir/etc/cron.d/atop
-  install -dm0755 $pkgdir/etc/cron.daily
-  mv $pkgdir/etc/atop/atop.daily $pkgdir/etc/cron.daily/atop
-  install -Dm0644 atop.service $pkgdir/usr/lib/systemd/system/atop.service
-  rm -rf $pkgdir/etc/rc.d
-}

Copied: atop/repos/community-i686/PKGBUILD (from rev 92270, atop/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-03 13:35:40 UTC (rev 92271)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: John Gerritse john.gerri...@gmail.com
+
+pkgname=atop
+pkgver=2.0.2
+pkgrel=1
+pkgdesc=A system and process level monitor.
+arch=(i686 x86_64)
+url=http://www.atoptool.nl/;
+license=('GPL')
+depends=('ncurses' 'sh' 'zlib')
+source=(http://www.atoptool.nl/download/atop-${pkgver}.tar.gz)
+md5sums=('f1dd1984584f9635712cb7196e25620c')
+
+build() {
+  cd $srcdir/$pkgname-${pkgver/_/-}
+  sed -i 's#root ##' atop.cron
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${pkgver/_/-}
+  make DESTDIR=$pkgdir INIPATH=/etc/rc.d install
+  rm -f $pkgdir/etc/cron.d/atop
+  install -dm0755 $pkgdir/etc/cron.daily
+  mv $pkgdir/etc/atop/atop.daily $pkgdir/etc/cron.daily/atop
+  install -Dm0644 atop.service $pkgdir/usr/lib/systemd/system/atop.service
+  rm -rf $pkgdir/etc/rc.d
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-06-03 13:35:15 UTC (rev 92270)
+++ community-x86_64/PKGBUILD   2013-06-03 13:35:40 UTC (rev 92271)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: John Gerritse john.gerri...@gmail.com
-
-pkgname=atop
-pkgver=2.0_1
-pkgrel=2
-pkgdesc=A system and process level monitor.
-arch=(i686 x86_64)
-url=http://www.atoptool.nl/;
-license=('GPL')
-depends=('ncurses' 'sh' 'zlib')
-source=(http://www.atoptool.nl/download/atop-${pkgver/_/-}.tar.gz)
-md5sums=('6867ea2211edaf8140b94130470d646b')
-
-build() {
-  cd $srcdir/$pkgname-${pkgver/_/-}
-  sed -i 's#root ##' atop.cron
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-${pkgver/_/-}
-  make DESTDIR=$pkgdir INIPATH=/etc/rc.d install
-  rm -f $pkgdir/etc/cron.d/atop
-  install -dm0755 $pkgdir/etc/cron.daily
-  mv $pkgdir/etc/atop/atop.daily $pkgdir/etc/cron.daily/atop
-  install -Dm0644 atop.service $pkgdir/usr/lib/systemd/system/atop.service
-  rm -rf $pkgdir/etc/rc.d
-}

Copied: atop/repos/community-x86_64/PKGBUILD (from rev 92270, 
atop/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-06-03 13:35:40 UTC (rev 92271)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: John Gerritse john.gerri...@gmail.com
+
+pkgname=atop
+pkgver=2.0.2
+pkgrel=1
+pkgdesc=A system and process level monitor.
+arch=(i686 x86_64)
+url=http://www.atoptool.nl/;
+license=('GPL')
+depends=('ncurses' 'sh' 'zlib')
+source=(http://www.atoptool.nl/download/atop-${pkgver}.tar.gz)
+md5sums=('f1dd1984584f9635712cb7196e25620c')
+
+build() {
+  cd $srcdir/$pkgname-${pkgver/_/-}
+  sed -i 's#root ##' atop.cron
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${pkgver/_/-}
+  make DESTDIR=$pkgdir INIPATH=/etc/rc.d install
+  rm -f $pkgdir/etc/cron.d/atop
+  install -dm0755 

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

2013-06-03 Thread Sergej Pupykin
Date: Monday, June 3, 2013 @ 15:35:44
  Author: spupykin
Revision: 92272

upgpkg: darktable 1.2.1-2

upd

Modified:
  darktable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 13:35:40 UTC (rev 92271)
+++ PKGBUILD2013-06-03 13:35:44 UTC (rev 92272)
@@ -6,13 +6,13 @@
 pkgname=darktable
 pkgver=1.2.1
 _pkgver=1.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Utility to organize and develop raw images
 arch=('i686' 'x86_64')
 url=http://darktable.sf.net/
 license=('GPL3')
 depends=('exiv2=0.18' 'intltool=0.40' 'lcms2' 'lensfun=0.2.3' 'libglade' 
'dbus-glib'
-'curl' 'libgnome-keyring' 'libgphoto2' 'libusb-compat' 'openexr' 
'sqlite' 'libxslt'
+'curl' 'libgnome-keyring' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
 'libsoup' 'gtk-engines')
 makedepends=('intltool=0.40' 'cmake' 'librsvg')
 optdepends=('librsvg')



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

2013-06-03 Thread Sergej Pupykin
Date: Monday, June 3, 2013 @ 15:36:13
  Author: spupykin
Revision: 92274

upgpkg: libvirt 1.0.5-8

upd

Modified:
  libvirt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 13:36:04 UTC (rev 92273)
+++ PKGBUILD2013-06-03 13:36:13 UTC (rev 92274)
@@ -4,7 +4,7 @@
 
 pkgname=libvirt
 pkgver=1.0.5
-pkgrel=7
+pkgrel=8
 pkgdesc=API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)
 arch=('i686' 'x86_64')
 url=http://libvirt.org/;
@@ -13,7 +13,7 @@
 'avahi' 'yajl' 'libpciaccess' 'udev' 'dbus-core' 'libxau' 'libxdmcp' 
'libpcap'
 'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl' 'libxcb' 
'gcc-libs'
 'iproute2' 'libnl' 'libx11' 'audit')
-makedepends=('pkgconfig' 'lvm2' 'linux-api-headers')
+makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq')
 optdepends=('bridge-utils: for briged networking (default)'
'dnsmasq: for NAT/DHCP for guests'
'kvm'
@@ -55,9 +55,7 @@
--with-storage-lvm --without-xen --with-udev --without-hal 
--disable-static \
--with-init-script=systemd --with-audit \
--with-qemu-user=nobody --with-qemu-group=nobody \
-   --without-netcf --with-interface \
-   --with-dnsmasq-path=/usr/bin/dnsmasq \
-   --with-iptables-path=/usr/bin/iptables
+   --without-netcf --with-interface
   make
 
   sed -i 's|/etc/sysconfig/|/etc/conf.d/|' daemon/libvirtd.service 
tools/libvirt-guests.service



[arch-commits] Commit in libvirt/repos (20 files)

2013-06-03 Thread Sergej Pupykin
Date: Monday, June 3, 2013 @ 15:36:45
  Author: spupykin
Revision: 92275

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

Added:
  libvirt/repos/community-i686/PKGBUILD
(from rev 92274, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-i686/libvirt.install
(from rev 92274, libvirt/trunk/libvirt.install)
  libvirt/repos/community-i686/libvirt.tmpfiles.d
(from rev 92274, libvirt/trunk/libvirt.tmpfiles.d)
  libvirt/repos/community-i686/libvirtd-guests.conf.d
(from rev 92274, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-i686/libvirtd.conf.d
(from rev 92274, libvirt/trunk/libvirtd.conf.d)
  libvirt/repos/community-x86_64/PKGBUILD
(from rev 92274, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-x86_64/libvirt.install
(from rev 92274, libvirt/trunk/libvirt.install)
  libvirt/repos/community-x86_64/libvirt.tmpfiles.d
(from rev 92274, libvirt/trunk/libvirt.tmpfiles.d)
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
(from rev 92274, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-x86_64/libvirtd.conf.d
(from rev 92274, libvirt/trunk/libvirtd.conf.d)
Deleted:
  libvirt/repos/community-i686/PKGBUILD
  libvirt/repos/community-i686/libvirt.install
  libvirt/repos/community-i686/libvirt.tmpfiles.d
  libvirt/repos/community-i686/libvirtd-guests.conf.d
  libvirt/repos/community-i686/libvirtd.conf.d
  libvirt/repos/community-x86_64/PKGBUILD
  libvirt/repos/community-x86_64/libvirt.install
  libvirt/repos/community-x86_64/libvirt.tmpfiles.d
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
  libvirt/repos/community-x86_64/libvirtd.conf.d

-+
 /PKGBUILD   |  168 ++
 /libvirt.install|   38 ++
 /libvirt.tmpfiles.d |8 +
 /libvirtd-guests.conf.d |   22 +++
 /libvirtd.conf.d|6 +
 community-i686/PKGBUILD |   86 ---
 community-i686/libvirt.install  |   19 ---
 community-i686/libvirt.tmpfiles.d   |4 
 community-i686/libvirtd-guests.conf.d   |   11 -
 community-i686/libvirtd.conf.d  |3 
 community-x86_64/PKGBUILD   |   86 ---
 community-x86_64/libvirt.install|   19 ---
 community-x86_64/libvirt.tmpfiles.d |4 
 community-x86_64/libvirtd-guests.conf.d |   11 -
 community-x86_64/libvirtd.conf.d|3 
 15 files changed, 242 insertions(+), 246 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-03 13:36:13 UTC (rev 92274)
+++ community-i686/PKGBUILD 2013-06-03 13:36:45 UTC (rev 92275)
@@ -1,86 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Jonathan Wiersma archaur at jonw dot org
-
-pkgname=libvirt
-pkgver=1.0.5
-pkgrel=7
-pkgdesc=API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)
-arch=('i686' 'x86_64')
-url=http://libvirt.org/;
-license=('LGPL')
-depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'python2'
-'avahi' 'yajl' 'libpciaccess' 'udev' 'dbus-core' 'libxau' 'libxdmcp' 
'libpcap'
-'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl' 'libxcb' 
'gcc-libs'
-'iproute2' 'libnl' 'libx11' 'audit')
-makedepends=('pkgconfig' 'lvm2' 'linux-api-headers')
-optdepends=('bridge-utils: for briged networking (default)'
-   'dnsmasq: for NAT/DHCP for guests'
-   'kvm'
-   'openbsd-netcat: for remote management over ssh'
-   'qemu'
-   'radvd'
-   'dmidecode'
-   'ebtables')
-options=('emptydirs' '!libtool')
-backup=('etc/conf.d/libvirtd'
-   'etc/conf.d/libvirtd-guests'
-   'etc/libvirt/libvirtd.conf'
-   'etc/libvirt/libvirt.conf'
-   'etc/libvirt/qemu.conf'
-   'etc/sasl2/libvirt.conf')
-install=libvirt.install
-source=(http://libvirt.org/sources/$pkgname-$pkgver.tar.gz;
-   libvirtd.conf.d
-   libvirtd-guests.conf.d
-   libvirt.tmpfiles.d)
-md5sums=('91c4145f49bcf92e89470fa3fb28fff6'
- '3ed0e24f5b5e25bf553f5427d64915e6'
- '0a96ed876ffb1fcb9dff5a9b3a609c1e'
- '020971887442ebbf1b6949e031c8dd3f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # python2 fix
-  export PYTHON=`which python2`
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  export LDFLAGS=-lX11
-  export RADVD=/usr/bin/radvd
-  [ -f Makefile ] || ./configure --prefix=/usr --libexec=/usr/lib/$pkgname 
--sbindir=/usr/bin \
-   --with-storage-lvm --without-xen --with-udev --without-hal 
--disable-static \
-   --with-init-script=systemd --with-audit \
-   --with-qemu-user=nobody --with-qemu-group=nobody \
-   

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

2013-06-03 Thread Sergej Pupykin
Date: Monday, June 3, 2013 @ 15:37:05
  Author: spupykin
Revision: 92277

archrelease: copy trunk to community-any

Added:
  perl-json/repos/community-any/PKGBUILD
(from rev 92276, perl-json/trunk/PKGBUILD)
Deleted:
  perl-json/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-03 13:36:54 UTC (rev 92276)
+++ PKGBUILD2013-06-03 13:37:05 UTC (rev 92277)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: François Charette firmicus ατ gmx δοτ net
-
-pkgname=perl-json
-pkgver=2.57
-pkgrel=1
-pkgdesc=JSON (JavaScript Object Notation) encoder/decoder
-arch=('any')
-url=http://search.cpan.org/dist/JSON;
-license=('GPL' 'PerlArtistic')
-depends=('perl=5.10.0')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/M/MA/MAKAMAKA/JSON-$pkgver.tar.gz)
-md5sums=('64925265e8338418b551a02606836dd0')
-
-build() {
-  cd  $srcdir/JSON-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/JSON-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-json/repos/community-any/PKGBUILD (from rev 92276, 
perl-json/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-06-03 13:37:05 UTC (rev 92277)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: François Charette firmicus ατ gmx δοτ net
+
+pkgname=perl-json
+pkgver=2.58
+pkgrel=1
+pkgdesc=JSON (JavaScript Object Notation) encoder/decoder
+arch=('any')
+url=http://search.cpan.org/dist/JSON;
+license=('GPL' 'PerlArtistic')
+depends=('perl=5.10.0')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/M/MA/MAKAMAKA/JSON-$pkgver.tar.gz)
+md5sums=('0fd74e360016ea83fda3bb0305fe69b1')
+
+build() {
+  cd  $srcdir/JSON-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/JSON-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



[arch-commits] Commit in perl-xml-sax-expat/trunk (PKGBUILD)

2013-06-03 Thread Sergej Pupykin
Date: Monday, June 3, 2013 @ 15:37:09
  Author: spupykin
Revision: 92278

upgpkg: perl-xml-sax-expat 0.40-5

upd

Modified:
  perl-xml-sax-expat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 13:37:05 UTC (rev 92277)
+++ PKGBUILD2013-06-03 13:37:09 UTC (rev 92278)
@@ -4,7 +4,7 @@
 
 pkgname=perl-xml-sax-expat
 pkgver=0.40
-pkgrel=4
+pkgrel=5
 pkgdesc=SAX2 Driver for Expat (XML::Parser) 
 arch=('any')
 url=http://search.cpan.org/dist/XML-SAX-Expat;



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

2013-06-03 Thread Sergej Pupykin
Date: Monday, June 3, 2013 @ 15:37:24
  Author: spupykin
Revision: 92280

upgpkg: xdebug 2.2.3-1

upd

Modified:
  xdebug/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 13:37:20 UTC (rev 92279)
+++ PKGBUILD2013-06-03 13:37:24 UTC (rev 92280)
@@ -5,8 +5,8 @@
 # Contributor: sracker smb@gmail.com
 
 pkgname=xdebug
-pkgver=2.2.2
-pkgrel=2
+pkgver=2.2.3
+pkgrel=1
 pkgdesc=PHP debugging extension
 arch=('i686' 'x86_64')
 url=http://www.xdebug.org;
@@ -17,7 +17,7 @@
 source=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz
xdebug-5.2.ini
xdebug.ini)
-md5sums=('5687bca6270b9668721090d780c7c966'
+md5sums=('e49cec9861b45dc0b36eae33bf8a14fa'
  '6b7fdbbe0bf381bda40e77e29981f439'
  '68de800943369d4c76bdf7eb35c8463b')
 



[arch-commits] Commit in perl-xml-sax-expat/repos/community-any (4 files)

2013-06-03 Thread Sergej Pupykin
Date: Monday, June 3, 2013 @ 15:37:20
  Author: spupykin
Revision: 92279

archrelease: copy trunk to community-any

Added:
  perl-xml-sax-expat/repos/community-any/PKGBUILD
(from rev 92278, perl-xml-sax-expat/trunk/PKGBUILD)
  perl-xml-sax-expat/repos/community-any/perl-xml-sax-expat.install
(from rev 92278, perl-xml-sax-expat/trunk/perl-xml-sax-expat.install)
Deleted:
  perl-xml-sax-expat/repos/community-any/PKGBUILD
  perl-xml-sax-expat/repos/community-any/perl-xml-sax-expat.install

+
 PKGBUILD   |   56 +--
 perl-xml-sax-expat.install |   24 +-
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-03 13:37:09 UTC (rev 92278)
+++ PKGBUILD2013-06-03 13:37:20 UTC (rev 92279)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Francois Charette firmi...@gmx.net
-
-pkgname=perl-xml-sax-expat
-pkgver=0.40
-pkgrel=4
-pkgdesc=SAX2 Driver for Expat (XML::Parser) 
-arch=('any')
-url=http://search.cpan.org/dist/XML-SAX-Expat;
-license=('GPL' 'PerlArtistic')
-depends=('perl-xml-namespacesupport' 'perlxml' 'perl-xml-sax')
-install=perl-xml-sax-expat.install
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/B/BJ/BJOERN/XML-SAX-Expat-$pkgver.tar.gz)
-md5sums=('ca58d1e26c437b31c52456b4b4ae5c4a')
-
-build() {
-  cd  $srcdir/XML-SAX-Expat-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
-  make 
-}
-package(){
-  cd  $srcdir/XML-SAX-Expat-$pkgver
-  make pure_install doc_install DESTDIR=$pkgdir 
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-xml-sax-expat/repos/community-any/PKGBUILD (from rev 92278, 
perl-xml-sax-expat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-06-03 13:37:20 UTC (rev 92279)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Francois Charette firmi...@gmx.net
+
+pkgname=perl-xml-sax-expat
+pkgver=0.40
+pkgrel=5
+pkgdesc=SAX2 Driver for Expat (XML::Parser) 
+arch=('any')
+url=http://search.cpan.org/dist/XML-SAX-Expat;
+license=('GPL' 'PerlArtistic')
+depends=('perl-xml-namespacesupport' 'perlxml' 'perl-xml-sax')
+install=perl-xml-sax-expat.install
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/B/BJ/BJOERN/XML-SAX-Expat-$pkgver.tar.gz)
+md5sums=('ca58d1e26c437b31c52456b4b4ae5c4a')
+
+build() {
+  cd  $srcdir/XML-SAX-Expat-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
+  make 
+}
+package(){
+  cd  $srcdir/XML-SAX-Expat-$pkgver
+  make pure_install doc_install DESTDIR=$pkgdir 
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}

Deleted: perl-xml-sax-expat.install
===
--- perl-xml-sax-expat.install  2013-06-03 13:37:09 UTC (rev 92278)
+++ perl-xml-sax-expat.install  2013-06-03 13:37:20 UTC (rev 92279)
@@ -1,12 +0,0 @@
-post_install() {
-if [ ! -r /usr/lib/perl5/site_perl/current/XML/SAX/ParserDetails.ini ]; then
-perl -MXML::SAX -e 
XML::SAX-add_parser(q(XML::SAX::Expat))-save_parsers()
-fi
-}
-
-post_upgrade() {
-if [ ! -r /usr/lib/perl5/site_perl/current/XML/SAX/ParserDetails.ini ]; then 
-perl -MXML::SAX -e 
XML::SAX-add_parser(q(XML::SAX::Expat))-save_parsers()
-fi
-}
-

Copied: perl-xml-sax-expat/repos/community-any/perl-xml-sax-expat.install (from 
rev 92278, perl-xml-sax-expat/trunk/perl-xml-sax-expat.install)
===
--- perl-xml-sax-expat.install  (rev 0)
+++ perl-xml-sax-expat.install  2013-06-03 13:37:20 UTC (rev 92279)
@@ -0,0 +1,12 @@
+post_install() {
+if [ ! -r /usr/lib/perl5/site_perl/current/XML/SAX/ParserDetails.ini ]; then
+perl -MXML::SAX -e 
XML::SAX-add_parser(q(XML::SAX::Expat))-save_parsers()
+fi
+}
+
+post_upgrade() {
+if [ ! -r /usr/lib/perl5/site_perl/current/XML/SAX/ParserDetails.ini ]; then 
+perl -MXML::SAX -e 
XML::SAX-add_parser(q(XML::SAX::Expat))-save_parsers()
+fi
+}
+



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

2013-06-03 Thread Sergej Pupykin
Date: Monday, June 3, 2013 @ 15:36:54
  Author: spupykin
Revision: 92276

upgpkg: perl-json 2.58-1

upd

Modified:
  perl-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 13:36:45 UTC (rev 92275)
+++ PKGBUILD2013-06-03 13:36:54 UTC (rev 92276)
@@ -3,7 +3,7 @@
 # Contributor: François Charette firmicus ατ gmx δοτ net
 
 pkgname=perl-json
-pkgver=2.57
+pkgver=2.58
 pkgrel=1
 pkgdesc=JSON (JavaScript Object Notation) encoder/decoder
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('perl=5.10.0')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/M/MA/MAKAMAKA/JSON-$pkgver.tar.gz)
-md5sums=('64925265e8338418b551a02606836dd0')
+md5sums=('0fd74e360016ea83fda3bb0305fe69b1')
 
 build() {
   cd  $srcdir/JSON-$pkgver



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

2013-06-03 Thread Sergej Pupykin
Date: Monday, June 3, 2013 @ 15:37:54
  Author: spupykin
Revision: 92281

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

Added:
  xdebug/repos/community-i686/PKGBUILD
(from rev 92280, xdebug/trunk/PKGBUILD)
  xdebug/repos/community-i686/xdebug-5.2.ini
(from rev 92280, xdebug/trunk/xdebug-5.2.ini)
  xdebug/repos/community-i686/xdebug.ini
(from rev 92280, xdebug/trunk/xdebug.ini)
  xdebug/repos/community-i686/xdebug.install
(from rev 92280, xdebug/trunk/xdebug.install)
  xdebug/repos/community-x86_64/PKGBUILD
(from rev 92280, xdebug/trunk/PKGBUILD)
  xdebug/repos/community-x86_64/xdebug-5.2.ini
(from rev 92280, xdebug/trunk/xdebug-5.2.ini)
  xdebug/repos/community-x86_64/xdebug.ini
(from rev 92280, xdebug/trunk/xdebug.ini)
  xdebug/repos/community-x86_64/xdebug.install
(from rev 92280, xdebug/trunk/xdebug.install)
Deleted:
  xdebug/repos/community-i686/PKGBUILD
  xdebug/repos/community-i686/xdebug-5.2.ini
  xdebug/repos/community-i686/xdebug.ini
  xdebug/repos/community-i686/xdebug.install
  xdebug/repos/community-x86_64/PKGBUILD
  xdebug/repos/community-x86_64/xdebug-5.2.ini
  xdebug/repos/community-x86_64/xdebug.ini
  xdebug/repos/community-x86_64/xdebug.install

-+
 /PKGBUILD   |   98 ++
 /xdebug-5.2.ini |   10 +++
 /xdebug.ini |   10 +++
 /xdebug.install |   36 +
 community-i686/PKGBUILD |   49 ---
 community-i686/xdebug-5.2.ini   |5 -
 community-i686/xdebug.ini   |5 -
 community-i686/xdebug.install   |   18 --
 community-x86_64/PKGBUILD   |   49 ---
 community-x86_64/xdebug-5.2.ini |5 -
 community-x86_64/xdebug.ini |5 -
 community-x86_64/xdebug.install |   18 --
 12 files changed, 154 insertions(+), 154 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-03 13:37:24 UTC (rev 92280)
+++ community-i686/PKGBUILD 2013-06-03 13:37:54 UTC (rev 92281)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Jonathan Wiersma arch aur at jonw dot org
-# Contributor: Jonathan Wiersma arch aur at jonw dot org
-# Contributor: sracker smb@gmail.com
-
-pkgname=xdebug
-pkgver=2.2.2
-pkgrel=2
-pkgdesc=PHP debugging extension
-arch=('i686' 'x86_64')
-url=http://www.xdebug.org;
-license=('GPL')
-depends=('php')
-install=${pkgname}.install
-backup=('etc/php/conf.d/xdebug.ini')
-source=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz
-   xdebug-5.2.ini
-   xdebug.ini)
-md5sums=('5687bca6270b9668721090d780c7c966'
- '6b7fdbbe0bf381bda40e77e29981f439'
- '68de800943369d4c76bdf7eb35c8463b')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  phpize
-  ./configure --prefix=/usr --enable-xdebug
-  make
-
-  cd debugclient
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  local PHPVER=`php -r 'echo phpversion();'`
-
-  cd $srcdir/$pkgname-$pkgver/debugclient
-  make DESTDIR=$pkgdir install
-
-  cd $srcdir/$pkgname-$pkgver
-  if [ $PHPVER \ 5.3.0 ] ; then
-install -D -m 744 modules/xdebug.so $pkgdir/usr/lib/php/modules/xdebug.so
-install -D -m 644 $srcdir/xdebug-5.2.ini $pkgdir/etc/php/conf.d/xdebug.ini
-  else
-install -D -m 744 modules/xdebug.so $pkgdir/usr/lib/php/modules/xdebug.so
-install -D -m 644 $srcdir/xdebug.ini $pkgdir/etc/php/conf.d/xdebug.ini
-  fi
-}

Copied: xdebug/repos/community-i686/PKGBUILD (from rev 92280, 
xdebug/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-03 13:37:54 UTC (rev 92281)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Jonathan Wiersma arch aur at jonw dot org
+# Contributor: Jonathan Wiersma arch aur at jonw dot org
+# Contributor: sracker smb@gmail.com
+
+pkgname=xdebug
+pkgver=2.2.3
+pkgrel=1
+pkgdesc=PHP debugging extension
+arch=('i686' 'x86_64')
+url=http://www.xdebug.org;
+license=('GPL')
+depends=('php')
+install=${pkgname}.install
+backup=('etc/php/conf.d/xdebug.ini')
+source=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz
+   xdebug-5.2.ini
+   xdebug.ini)
+md5sums=('e49cec9861b45dc0b36eae33bf8a14fa'
+ '6b7fdbbe0bf381bda40e77e29981f439'
+ '68de800943369d4c76bdf7eb35c8463b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  phpize
+  ./configure --prefix=/usr --enable-xdebug
+  make
+
+  cd debugclient
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  local PHPVER=`php -r 'echo phpversion();'`
+
+  cd $srcdir/$pkgname-$pkgver/debugclient
+  make DESTDIR=$pkgdir install
+
+  cd $srcdir/$pkgname-$pkgver
+  if [ $PHPVER \ 5.3.0 ] ; then
+install -D -m 744 modules/xdebug.so 

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

2013-06-03 Thread Sergej Pupykin
Date: Monday, June 3, 2013 @ 15:56:29
  Author: spupykin
Revision: 92283

upgpkg: unrealircd 3.2.10-5

upd

Modified:
  unrealircd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 13:56:14 UTC (rev 92282)
+++ PKGBUILD2013-06-03 13:56:29 UTC (rev 92283)
@@ -4,7 +4,7 @@
 
 pkgname=unrealircd
 pkgver=3.2.10
-pkgrel=4
+pkgrel=5
 pkgdesc=Open Source IRC Server
 arch=('i686' 'x86_64')
 url=http://unrealircd.com;
@@ -26,7 +26,7 @@
 
   patch -p1 $srcdir/arch-fixes.patch
 
-  ./configure --with-showlistmodes \
+  ac_cv_ip6=yes ./configure --with-showlistmodes \
   --enable-hub --enable-prefixaq --with-listen=5 \
   --with-dpath=/etc/unrealircd \
   --with-spath=/usr/bin \
@@ -36,7 +36,7 @@
   --enable-dynamic-linking \
   --enable-ziplinks \
   --enable-ssl \
-  --enable-ipv6 \
+  --enable-inet6 \
   --enable-libcurl=/usr \
   --with-system-cares
 



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

2013-06-03 Thread Sergej Pupykin
Date: Monday, June 3, 2013 @ 15:56:14
  Author: spupykin
Revision: 92282

upgpkg: qcad 3.0.14.0-2

upd

Modified:
  qcad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 13:37:54 UTC (rev 92281)
+++ PKGBUILD2013-06-03 13:56:14 UTC (rev 92282)
@@ -6,11 +6,11 @@
 
 pkgname=qcad
 pkgver=3.0.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A 2D CAD package based upon Qt
 arch=('i686' 'x86_64')
 url=http://www.ribbonsoft.com/qcad.html;
-license=('GPL2')
+license=('GPL3')
 depends=('qtwebkit')
 makedepends=('glu')
 options=(libtool)



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

2013-06-03 Thread Sergej Pupykin
Date: Monday, June 3, 2013 @ 15:56:49
  Author: spupykin
Revision: 92284

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

Added:
  unrealircd/repos/community-i686/PKGBUILD
(from rev 92283, unrealircd/trunk/PKGBUILD)
  unrealircd/repos/community-i686/arch-fixes.patch
(from rev 92283, unrealircd/trunk/arch-fixes.patch)
  unrealircd/repos/community-i686/unrealircd.service
(from rev 92283, unrealircd/trunk/unrealircd.service)
  unrealircd/repos/community-x86_64/PKGBUILD
(from rev 92283, unrealircd/trunk/PKGBUILD)
  unrealircd/repos/community-x86_64/arch-fixes.patch
(from rev 92283, unrealircd/trunk/arch-fixes.patch)
  unrealircd/repos/community-x86_64/unrealircd.service
(from rev 92283, unrealircd/trunk/unrealircd.service)
Deleted:
  unrealircd/repos/community-i686/PKGBUILD
  unrealircd/repos/community-i686/arch-fixes.patch
  unrealircd/repos/community-i686/unrealircd.service
  unrealircd/repos/community-x86_64/PKGBUILD
  unrealircd/repos/community-x86_64/arch-fixes.patch
  unrealircd/repos/community-x86_64/unrealircd.service

-+
 /PKGBUILD   |  144 +++
 /arch-fixes.patch   |  178 ++
 /unrealircd.service |   24 
 community-i686/PKGBUILD |   72 -
 community-i686/arch-fixes.patch |   89 -
 community-i686/unrealircd.service   |   12 --
 community-x86_64/PKGBUILD   |   72 -
 community-x86_64/arch-fixes.patch   |   89 -
 community-x86_64/unrealircd.service |   12 --
 9 files changed, 346 insertions(+), 346 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-03 13:56:29 UTC (rev 92283)
+++ community-i686/PKGBUILD 2013-06-03 13:56:49 UTC (rev 92284)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Zerial ferna...@zerial.org
-
-pkgname=unrealircd
-pkgver=3.2.10
-pkgrel=4
-pkgdesc=Open Source IRC Server
-arch=('i686' 'x86_64')
-url=http://unrealircd.com;
-license=('GPL2')
-depends=('openssl' 'curl' 'c-ares')
-conflicts=('ircd')
-provides=('ircd')
-backup=('etc/unrealircd/unrealircd.conf'
-   'etc/conf.d/unrealircd')
-source=(http://www.unrealircd.com/downloads/Unreal$pkgver.tar.gz
-   unrealircd.service
-   arch-fixes.patch)
-md5sums=('05b0bbdbfab9ffc2304f7595951d7cec'
- '93276a1cd426e4a811c072c35fc31e94'
- '77807313c4578f2c30286b9f9e3fb21c')
-
-build() {
-  cd $srcdir/Unreal$pkgver
-
-  patch -p1 $srcdir/arch-fixes.patch
-
-  ./configure --with-showlistmodes \
-  --enable-hub --enable-prefixaq --with-listen=5 \
-  --with-dpath=/etc/unrealircd \
-  --with-spath=/usr/bin \
-  --with-nick-history=2000 --with-sendq=300 \
-  --with-bufferpool=18 --with-hostname=archlinux \
-  --with-permissions=0600 --with-fd-setsize=1024 \
-  --enable-dynamic-linking \
-  --enable-ziplinks \
-  --enable-ssl \
-  --enable-ipv6 \
-  --enable-libcurl=/usr \
-  --with-system-cares
-
-  make
-}
-
-package() {
-  cd $srcdir/Unreal$pkgver
-
-  mkdir -p $pkgdir/etc/unrealircd
-  mkdir -p $pkgdir/usr/bin
-
-  make IRCDDIR=$pkgdir/etc/unrealircd BINDIR=$pkgdir/usr/bin install
-
-  mv $srcdir/Unreal$pkgver/src/ircd $pkgdir/usr/bin/unrealircd
-  mv $srcdir/Unreal$pkgver/doc/example.conf 
$pkgdir/etc/unrealircd/unrealircd.conf
-  mkdir -p $pkgdir/usr/lib/unrealircd
-  mv $pkgdir/etc/unrealircd/modules $pkgdir/usr/lib/unrealircd/
-  ln -s /usr/lib/unrealircd/modules $pkgdir/etc/unrealircd/modules
-
-  # log
-  mkdir -p $pkgdir/var/log/unrealircd/
-  touch $pkgdir/var/log/unrealircd/ircd.log
-  ln -s /var/log/unrealircd/ircd.log $pkgdir/etc/unrealircd/ircd.log
-
-  mkdir -p $pkgdir/etc/conf.d/
-  echo 'UNREALIRCD_USER=root' $pkgdir/etc/conf.d/unrealircd
-
-  find $pkgdir/usr -type f -exec chmod ugo+r {} \;
-  find $pkgdir/usr -type d -exec chmod ugo+rx {} \;
-
-  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-}

Copied: unrealircd/repos/community-i686/PKGBUILD (from rev 92283, 
unrealircd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-03 13:56:49 UTC (rev 92284)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Zerial ferna...@zerial.org
+
+pkgname=unrealircd
+pkgver=3.2.10
+pkgrel=5
+pkgdesc=Open Source IRC Server
+arch=('i686' 'x86_64')
+url=http://unrealircd.com;
+license=('GPL2')
+depends=('openssl' 'curl' 'c-ares')
+conflicts=('ircd')
+provides=('ircd')
+backup=('etc/unrealircd/unrealircd.conf'
+   'etc/conf.d/unrealircd')
+source=(http://www.unrealircd.com/downloads/Unreal$pkgver.tar.gz
+   unrealircd.service
+ 

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

2013-06-03 Thread Sergej Pupykin
Date: Monday, June 3, 2013 @ 15:57:13
  Author: spupykin
Revision: 92285

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

Added:
  qcad/repos/community-i686/PKGBUILD
(from rev 92284, qcad/trunk/PKGBUILD)
  qcad/repos/community-i686/QCad.desktop
(from rev 92284, qcad/trunk/QCad.desktop)
  qcad/repos/community-x86_64/PKGBUILD
(from rev 92284, qcad/trunk/PKGBUILD)
  qcad/repos/community-x86_64/QCad.desktop
(from rev 92284, qcad/trunk/QCad.desktop)
Deleted:
  qcad/repos/community-i686/PKGBUILD
  qcad/repos/community-i686/QCad.desktop
  qcad/repos/community-x86_64/PKGBUILD
  qcad/repos/community-x86_64/QCad.desktop

---+
 /PKGBUILD |  136 
 /QCad.desktop |   18 +
 community-i686/PKGBUILD   |   68 
 community-i686/QCad.desktop   |9 --
 community-x86_64/PKGBUILD |   68 
 community-x86_64/QCad.desktop |9 --
 6 files changed, 154 insertions(+), 154 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-03 13:56:49 UTC (rev 92284)
+++ community-i686/PKGBUILD 2013-06-03 13:57:13 UTC (rev 92285)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: Giovanni Scafora linuxma...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=qcad
-pkgver=3.0.14.0
-pkgrel=1
-pkgdesc=A 2D CAD package based upon Qt
-arch=('i686' 'x86_64')
-url=http://www.ribbonsoft.com/qcad.html;
-license=('GPL2')
-depends=('qtwebkit')
-makedepends=('glu')
-options=(libtool)
-source=($pkgname-$pkgver.zip::https://github.com/qcad/qcad/archive/v${pkgver}.zip
-QCad.desktop)
-md5sums=('2c460838235a95a4d969e508a75b8206'
- '8c4288986b78b14a813b005e81b6ba53')
-
-prepare() {
-  cd ${srcdir}/qcad-$pkgver
-
-  sed -i '1,1i#include unistd.h' src/core/{RLocalPeer,RS}.cpp
-  sed -i '1,1i#include sys/sysinfo.h' src/core/{RScriptHandler,RS}.cpp
-}
-
-build() {
-  cd ${srcdir}/qcad-$pkgver
-
-  qmake-qt4
-  make PREFIX=/usr CXX=g++ -fpermissive
-}
-
-package() {
-  cd ${srcdir}/qcad-$pkgver
-
-  # remove project files
-  find . \( -name '*.pri' -or -name '.pro' -or -name '*.ts' \) -delete
-  find . \( -name 'Makefile' -name '.gitignore' \) -delete
-
-  install -dm755 ${pkgdir}/usr/share/{qcad,pixmaps,applications}
-  cp -r examples fonts libraries patterns plugins scripts ts 
${pkgdir}/usr/share/qcad
-  cp release/* ${pkgdir}/usr/share/qcad
-
-  install -m755 qcad ${pkgdir}/usr/share/qcad/qcad
-  install -m755 readme.txt ${pkgdir}/usr/share/qcad/readme.txt
-
-  # qtwebkit
-  ln -s /usr/lib/qt4/plugins/designer/libqwebview.so 
${pkgdir}/usr/share/qcad/plugins/designer/libqwebview.so
-  # qt
-  for sofiles in /usr/lib/qt4/plugins/imageformats/*.so
-  do
-ln -s ${sofiles} 
${pkgdir}/usr/share/qcad/plugins/imageformats/${sofiles##/*/}
-  done
-  for sofiles in /usr/lib/qt4/plugins/sqldrivers/*.so
-  do
-ln -s ${sofiles} 
${pkgdir}/usr/share/qcad/plugins/sqldrivers/${sofiles##/*/}
-  done
-
-  install -Dm644 scripts/qcad_icon.png 
${pkgdir}/usr/share/pixmaps/qcad_icon.png
-  install -Dm644 $srcdir/QCad.desktop 
${pkgdir}/usr/share/applications/QCad.desktop
-
-  install -dm0755 $pkgdir/usr/bin
-  echo -e '#!/bin/sh\ncd /usr/share/qcad\nexec ./qcad' $pkgdir/usr/bin/qcad
-  chmod 0755 $pkgdir/usr/bin/qcad
-}

Copied: qcad/repos/community-i686/PKGBUILD (from rev 92284, qcad/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-03 13:57:13 UTC (rev 92285)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: Giovanni Scafora linuxma...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=qcad
+pkgver=3.0.14.0
+pkgrel=2
+pkgdesc=A 2D CAD package based upon Qt
+arch=('i686' 'x86_64')
+url=http://www.ribbonsoft.com/qcad.html;
+license=('GPL3')
+depends=('qtwebkit')
+makedepends=('glu')
+options=(libtool)
+source=($pkgname-$pkgver.zip::https://github.com/qcad/qcad/archive/v${pkgver}.zip
+QCad.desktop)
+md5sums=('2c460838235a95a4d969e508a75b8206'
+ '8c4288986b78b14a813b005e81b6ba53')
+
+prepare() {
+  cd ${srcdir}/qcad-$pkgver
+
+  sed -i '1,1i#include unistd.h' src/core/{RLocalPeer,RS}.cpp
+  sed -i '1,1i#include sys/sysinfo.h' src/core/{RScriptHandler,RS}.cpp
+}
+
+build() {
+  cd ${srcdir}/qcad-$pkgver
+
+  qmake-qt4
+  make PREFIX=/usr CXX=g++ -fpermissive
+}
+
+package() {
+  cd ${srcdir}/qcad-$pkgver
+
+  # remove project files
+  find . \( -name '*.pri' -or -name '.pro' -or -name '*.ts' \) -delete
+  find . \( -name 'Makefile' -name '.gitignore' \) -delete
+
+  

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

2013-06-03 Thread Daniel Micay
Date: Monday, June 3, 2013 @ 16:08:12
  Author: thestinger
Revision: 92286

upgpkg: chrony 1.27-4

Modified:
  chrony/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 13:57:13 UTC (rev 92285)
+++ PKGBUILD2013-06-03 14:08:12 UTC (rev 92286)
@@ -9,7 +9,7 @@
 
 pkgname=chrony
 pkgver=1.27
-pkgrel=3
+pkgrel=4
 pkgdesc='Lightweight NTP client and server'
 arch=('i686' 'x86_64')
 url=http://chrony.tuxfamily.org/;



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

2013-06-03 Thread Daniel Micay
Date: Monday, June 3, 2013 @ 16:08:59
  Author: thestinger
Revision: 92287

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

Added:
  chrony/repos/community-i686/PKGBUILD
(from rev 92286, chrony/trunk/PKGBUILD)
  chrony/repos/community-i686/service
(from rev 92286, chrony/trunk/service)
  chrony/repos/community-x86_64/PKGBUILD
(from rev 92286, chrony/trunk/PKGBUILD)
  chrony/repos/community-x86_64/service
(from rev 92286, chrony/trunk/service)
Deleted:
  chrony/repos/community-i686/PKGBUILD
  chrony/repos/community-i686/service
  chrony/repos/community-x86_64/PKGBUILD
  chrony/repos/community-x86_64/service

---+
 /PKGBUILD |   96 
 /service  |   22 ++
 community-i686/PKGBUILD   |   48 --
 community-i686/service|   11 -
 community-x86_64/PKGBUILD |   48 --
 community-x86_64/service  |   11 -
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-03 14:08:12 UTC (rev 92286)
+++ community-i686/PKGBUILD 2013-06-03 14:08:59 UTC (rev 92287)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
-# Contributor: cdhotfire cdhotf...@gmail.com
-# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
-# Contributor: Elisamuel Resto ry...@simplysam.us
-
-pkgname=chrony
-pkgver=1.27
-pkgrel=3
-pkgdesc='Lightweight NTP client and server'
-arch=('i686' 'x86_64')
-url=http://chrony.tuxfamily.org/;
-options=('strip')
-license=('GPL')
-depends=('readline' 'libcap')
-backup=('etc/chrony.conf')
-source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
-service)
-sha256sums=('d44835ee2180a9a0f4f320fc498c39d59dec33d35c2aa05b446fe65a2a83ae9d'
-'bef4305fa7e5828e1a1fd43aa8e631f22f21902f6cdc2d3b5b41a57bd9a175dc')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -Dm0644 $srcdir/$pkgname-$pkgver/examples/chrony.conf.example 
$pkgdir/etc/chrony.conf
-
-  # Arch's kernel has enhanced RTC support, make chrony use it by default
-  sed -i '/^! \(rtconutc\|rtcfile \/etc\/chrony.rtc\)$/ s/^! //' \
-$pkgdir/etc/chrony.conf
-
-  mv $pkgdir/usr/sbin/chronyd $pkgdir/usr/bin
-  rmdir $pkgdir/usr/sbin
-
-  install -Dm644 $srcdir/service 
$pkgdir/usr/lib/systemd/system/chrony.service
-
-  install -dm755 $pkgdir/usr/lib/systemd/ntp-units.d
-  echo $pkgname.service  $pkgdir/usr/lib/systemd/ntp-units.d/$pkgname.list
-}

Copied: chrony/repos/community-i686/PKGBUILD (from rev 92286, 
chrony/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-03 14:08:59 UTC (rev 92287)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
+# Contributor: cdhotfire cdhotf...@gmail.com
+# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
+# Contributor: Elisamuel Resto ry...@simplysam.us
+
+pkgname=chrony
+pkgver=1.27
+pkgrel=4
+pkgdesc='Lightweight NTP client and server'
+arch=('i686' 'x86_64')
+url=http://chrony.tuxfamily.org/;
+options=(strip !emptydirs)
+license=('GPL')
+depends=('readline' 'libcap')
+backup=('etc/chrony.conf')
+source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
+service)
+sha256sums=('d44835ee2180a9a0f4f320fc498c39d59dec33d35c2aa05b446fe65a2a83ae9d'
+'bef4305fa7e5828e1a1fd43aa8e631f22f21902f6cdc2d3b5b41a57bd9a175dc')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm0644 $srcdir/$pkgname-$pkgver/examples/chrony.conf.example 
$pkgdir/etc/chrony.conf
+
+  # Arch's kernel has enhanced RTC support, make chrony use it by default
+  sed -i '/^! \(rtconutc\|rtcfile \/etc\/chrony.rtc\)$/ s/^! //' \
+$pkgdir/etc/chrony.conf
+
+  mv $pkgdir/usr/sbin/chronyd $pkgdir/usr/bin
+  rmdir $pkgdir/usr/sbin
+
+  install -Dm644 $srcdir/service 
$pkgdir/usr/lib/systemd/system/chrony.service
+
+  install -dm755 $pkgdir/usr/lib/systemd/ntp-units.d
+  echo $pkgname.service  $pkgdir/usr/lib/systemd/ntp-units.d/$pkgname.list
+}

Deleted: community-i686/service
===
--- community-i686/service  2013-06-03 14:08:12 UTC (rev 92286)
+++ community-i686/service  

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

2013-06-03 Thread Sergej Pupykin
Date: Monday, June 3, 2013 @ 16:18:45
  Author: spupykin
Revision: 92288

upgpkg: blueman 1.23-9

upd

Modified:
  blueman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 14:08:59 UTC (rev 92287)
+++ PKGBUILD2013-06-03 14:18:45 UTC (rev 92288)
@@ -4,7 +4,7 @@
 
 pkgname=blueman
 pkgver=1.23
-pkgrel=6
+pkgrel=9
 pkgdesc=GTK+ bluetooth manager
 arch=('i686' 'x86_64')
 license=('GPL')



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

2013-06-03 Thread Sergej Pupykin
Date: Monday, June 3, 2013 @ 16:19:24
  Author: spupykin
Revision: 92291

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

Added:
  denemo/repos/community-staging-i686/
  denemo/repos/community-staging-i686/PKGBUILD
(from rev 92290, denemo/trunk/PKGBUILD)
  denemo/repos/community-staging-x86_64/
  denemo/repos/community-staging-x86_64/PKGBUILD
(from rev 92290, denemo/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   30 ++
 community-staging-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: denemo/repos/community-staging-i686/PKGBUILD (from rev 92290, 
denemo/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-06-03 14:19:24 UTC (rev 92291)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Philipp Sandhaus philipp.sandh...@gmx.de
+# Contributor: Robert Emil Berge filokte...@linuxophic.org
+# Contributor: Gnud ach.g...@gmail.com
+
+pkgname=denemo
+pkgver=1.0.0
+pkgrel=5
+pkgdesc=A music score editor
+arch=('i686' 'x86_64')
+url=http://www.denemo.org;
+license=('GPL')
+depends=('aubio' 'portaudio' 'lilypond' 'gtk3' 'libxml2' 'guile' 'fftw'
+'librsvg' 'fluidsynth' 'libsmf' 'evince' 'gtksourceview3' 'portmidi')
+options=('!libtool')
+backup=('etc/denemo/denemo.conf')
+source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('92bfd2e661387f791e4aa6c23dc7d90b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: denemo/repos/community-staging-x86_64/PKGBUILD (from rev 92290, 
denemo/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-06-03 14:19:24 UTC (rev 92291)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Philipp Sandhaus philipp.sandh...@gmx.de
+# Contributor: Robert Emil Berge filokte...@linuxophic.org
+# Contributor: Gnud ach.g...@gmail.com
+
+pkgname=denemo
+pkgver=1.0.0
+pkgrel=5
+pkgdesc=A music score editor
+arch=('i686' 'x86_64')
+url=http://www.denemo.org;
+license=('GPL')
+depends=('aubio' 'portaudio' 'lilypond' 'gtk3' 'libxml2' 'guile' 'fftw'
+'librsvg' 'fluidsynth' 'libsmf' 'evince' 'gtksourceview3' 'portmidi')
+options=('!libtool')
+backup=('etc/denemo/denemo.conf')
+source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('92bfd2e661387f791e4aa6c23dc7d90b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-06-03 Thread Sergej Pupykin
Date: Monday, June 3, 2013 @ 16:19:07
  Author: spupykin
Revision: 92290

upgpkg: denemo 1.0.0-5

upd

Modified:
  denemo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 14:19:01 UTC (rev 92289)
+++ PKGBUILD2013-06-03 14:19:07 UTC (rev 92290)
@@ -6,7 +6,7 @@
 
 pkgname=denemo
 pkgver=1.0.0
-pkgrel=3
+pkgrel=5
 pkgdesc=A music score editor
 arch=('i686' 'x86_64')
 url=http://www.denemo.org;



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

2013-06-03 Thread Sergej Pupykin
Date: Monday, June 3, 2013 @ 16:19:01
  Author: spupykin
Revision: 92289

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

Added:
  blueman/repos/community-staging-i686/
  blueman/repos/community-staging-i686/PKGBUILD
(from rev 92288, blueman/trunk/PKGBUILD)
  blueman/repos/community-staging-i686/blueman.install
(from rev 92288, blueman/trunk/blueman.install)
  blueman/repos/community-staging-x86_64/
  blueman/repos/community-staging-x86_64/PKGBUILD
(from rev 92288, blueman/trunk/PKGBUILD)
  blueman/repos/community-staging-x86_64/blueman.install
(from rev 92288, blueman/trunk/blueman.install)

--+
 community-staging-i686/PKGBUILD  |   46 +
 community-staging-i686/blueman.install   |   11 ++
 community-staging-x86_64/PKGBUILD|   46 +
 community-staging-x86_64/blueman.install |   11 ++
 4 files changed, 114 insertions(+)

Copied: blueman/repos/community-staging-i686/PKGBUILD (from rev 92288, 
blueman/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-06-03 14:19:01 UTC (rev 92289)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Abhishek Dasgupta abh...@gmail.com
+
+pkgname=blueman
+pkgver=1.23
+pkgrel=9
+pkgdesc=GTK+ bluetooth manager
+arch=('i686' 'x86_64')
+license=('GPL')
+url=https://launchpad.net/blueman;
+depends=('bluez' 'gnome-icon-theme' 'libpulse' 'obex-data-server' 
'python2-dbus'
+ 'python2-notify' 'startup-notification' 'xdg-utils')
+makedepends=('pyrex' 'intltool')
+optdepends=('dnsmasq: For creating PAN network'
+   'modemmanager: For modem management service'
+   'notification-daemon: For desktop notifications'
+   'polkit-gnome: For privileged actions'
+   'pulseaudio: To use the pulseaudio plugin'
+   'python2-gconf: For gconf configuration support')
+options=('!libtool')
+install=$pkgname.install
+source=(https://launchpad.net/${pkgname}/1.2/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz)
+md5sums=('f0bee59589f4c23e35bf08c2ef8acaef')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  export PYTHON=python2
+  for file in apps/blueman*; do
+sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' $file
+  done
+  sed -i 's|blueman-tray|blueman|' blueman/plugins/applet/StatusIcon.py
+
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib/blueman \
+   --with-no-runtime-deps-check
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  echo NotShowIn=KDE;  ${pkgdir}/etc/xdg/autostart/blueman.desktop
+}

Copied: blueman/repos/community-staging-i686/blueman.install (from rev 92288, 
blueman/trunk/blueman.install)
===
--- community-staging-i686/blueman.install  (rev 0)
+++ community-staging-i686/blueman.install  2013-06-03 14:19:01 UTC (rev 
92289)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install $1
+}
+
+post_remove() {
+post_install $1
+}

Copied: blueman/repos/community-staging-x86_64/PKGBUILD (from rev 92288, 
blueman/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-06-03 14:19:01 UTC (rev 92289)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Abhishek Dasgupta abh...@gmail.com
+
+pkgname=blueman
+pkgver=1.23
+pkgrel=9
+pkgdesc=GTK+ bluetooth manager
+arch=('i686' 'x86_64')
+license=('GPL')
+url=https://launchpad.net/blueman;
+depends=('bluez' 'gnome-icon-theme' 'libpulse' 'obex-data-server' 
'python2-dbus'
+ 'python2-notify' 'startup-notification' 'xdg-utils')
+makedepends=('pyrex' 'intltool')
+optdepends=('dnsmasq: For creating PAN network'
+   'modemmanager: For modem management service'
+   'notification-daemon: For desktop notifications'
+   'polkit-gnome: For privileged actions'
+   'pulseaudio: To use the pulseaudio plugin'
+   'python2-gconf: For gconf configuration support')
+options=('!libtool')
+install=$pkgname.install
+source=(https://launchpad.net/${pkgname}/1.2/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz)
+md5sums=('f0bee59589f4c23e35bf08c2ef8acaef')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  export PYTHON=python2
+  for file in apps/blueman*; do
+sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' $file
+  done
+  sed -i 's|blueman-tray|blueman|' blueman/plugins/applet/StatusIcon.py
+
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   

[arch-commits] Commit in perl-xml-sax-expat/trunk (PKGBUILD)

2013-06-03 Thread Sergej Pupykin
Date: Monday, June 3, 2013 @ 16:33:37
  Author: spupykin
Revision: 92292

upgpkg: perl-xml-sax-expat 0.50-1

upd

Modified:
  perl-xml-sax-expat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 14:19:24 UTC (rev 92291)
+++ PKGBUILD2013-06-03 14:33:37 UTC (rev 92292)
@@ -3,8 +3,8 @@
 # Contributor: Francois Charette firmi...@gmx.net
 
 pkgname=perl-xml-sax-expat
-pkgver=0.40
-pkgrel=5
+pkgver=0.50
+pkgrel=1
 pkgdesc=SAX2 Driver for Expat (XML::Parser) 
 arch=('any')
 url=http://search.cpan.org/dist/XML-SAX-Expat;
@@ -13,7 +13,7 @@
 install=perl-xml-sax-expat.install
 options=('!emptydirs')
 
source=(http://www.cpan.org/authors/id/B/BJ/BJOERN/XML-SAX-Expat-$pkgver.tar.gz)
-md5sums=('ca58d1e26c437b31c52456b4b4ae5c4a')
+md5sums=('e737722d70944c9ee54208692c17a10e')
 
 build() {
   cd  $srcdir/XML-SAX-Expat-$pkgver



[arch-commits] Commit in perl-xml-sax-expat/repos/community-any (4 files)

2013-06-03 Thread Sergej Pupykin
Date: Monday, June 3, 2013 @ 16:33:48
  Author: spupykin
Revision: 92293

archrelease: copy trunk to community-any

Added:
  perl-xml-sax-expat/repos/community-any/PKGBUILD
(from rev 92292, perl-xml-sax-expat/trunk/PKGBUILD)
  perl-xml-sax-expat/repos/community-any/perl-xml-sax-expat.install
(from rev 92292, perl-xml-sax-expat/trunk/perl-xml-sax-expat.install)
Deleted:
  perl-xml-sax-expat/repos/community-any/PKGBUILD
  perl-xml-sax-expat/repos/community-any/perl-xml-sax-expat.install

+
 PKGBUILD   |   56 +--
 perl-xml-sax-expat.install |   24 +-
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-03 14:33:37 UTC (rev 92292)
+++ PKGBUILD2013-06-03 14:33:48 UTC (rev 92293)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Francois Charette firmi...@gmx.net
-
-pkgname=perl-xml-sax-expat
-pkgver=0.40
-pkgrel=5
-pkgdesc=SAX2 Driver for Expat (XML::Parser) 
-arch=('any')
-url=http://search.cpan.org/dist/XML-SAX-Expat;
-license=('GPL' 'PerlArtistic')
-depends=('perl-xml-namespacesupport' 'perlxml' 'perl-xml-sax')
-install=perl-xml-sax-expat.install
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/B/BJ/BJOERN/XML-SAX-Expat-$pkgver.tar.gz)
-md5sums=('ca58d1e26c437b31c52456b4b4ae5c4a')
-
-build() {
-  cd  $srcdir/XML-SAX-Expat-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
-  make 
-}
-package(){
-  cd  $srcdir/XML-SAX-Expat-$pkgver
-  make pure_install doc_install DESTDIR=$pkgdir 
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-xml-sax-expat/repos/community-any/PKGBUILD (from rev 92292, 
perl-xml-sax-expat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-06-03 14:33:48 UTC (rev 92293)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Francois Charette firmi...@gmx.net
+
+pkgname=perl-xml-sax-expat
+pkgver=0.50
+pkgrel=1
+pkgdesc=SAX2 Driver for Expat (XML::Parser) 
+arch=('any')
+url=http://search.cpan.org/dist/XML-SAX-Expat;
+license=('GPL' 'PerlArtistic')
+depends=('perl-xml-namespacesupport' 'perlxml' 'perl-xml-sax')
+install=perl-xml-sax-expat.install
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/B/BJ/BJOERN/XML-SAX-Expat-$pkgver.tar.gz)
+md5sums=('e737722d70944c9ee54208692c17a10e')
+
+build() {
+  cd  $srcdir/XML-SAX-Expat-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
+  make 
+}
+package(){
+  cd  $srcdir/XML-SAX-Expat-$pkgver
+  make pure_install doc_install DESTDIR=$pkgdir 
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}

Deleted: perl-xml-sax-expat.install
===
--- perl-xml-sax-expat.install  2013-06-03 14:33:37 UTC (rev 92292)
+++ perl-xml-sax-expat.install  2013-06-03 14:33:48 UTC (rev 92293)
@@ -1,12 +0,0 @@
-post_install() {
-if [ ! -r /usr/lib/perl5/site_perl/current/XML/SAX/ParserDetails.ini ]; then
-perl -MXML::SAX -e 
XML::SAX-add_parser(q(XML::SAX::Expat))-save_parsers()
-fi
-}
-
-post_upgrade() {
-if [ ! -r /usr/lib/perl5/site_perl/current/XML/SAX/ParserDetails.ini ]; then 
-perl -MXML::SAX -e 
XML::SAX-add_parser(q(XML::SAX::Expat))-save_parsers()
-fi
-}
-

Copied: perl-xml-sax-expat/repos/community-any/perl-xml-sax-expat.install (from 
rev 92292, perl-xml-sax-expat/trunk/perl-xml-sax-expat.install)
===
--- perl-xml-sax-expat.install  (rev 0)
+++ perl-xml-sax-expat.install  2013-06-03 14:33:48 UTC (rev 92293)
@@ -0,0 +1,12 @@
+post_install() {
+if [ ! -r /usr/lib/perl5/site_perl/current/XML/SAX/ParserDetails.ini ]; then
+perl -MXML::SAX -e 
XML::SAX-add_parser(q(XML::SAX::Expat))-save_parsers()
+fi
+}
+
+post_upgrade() {
+if [ ! -r /usr/lib/perl5/site_perl/current/XML/SAX/ParserDetails.ini ]; then 
+perl -MXML::SAX -e 
XML::SAX-add_parser(q(XML::SAX::Expat))-save_parsers()
+fi
+}
+



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

2013-06-03 Thread Sergej Pupykin
Date: Monday, June 3, 2013 @ 16:55:10
  Author: spupykin
Revision: 92294

upgpkg: xbmc 12.2-3

upd

Modified:
  xbmc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 14:33:48 UTC (rev 92293)
+++ PKGBUILD2013-06-03 14:55:10 UTC (rev 92294)
@@ -9,7 +9,7 @@
 
 pkgname=xbmc
 pkgver=12.2
-pkgrel=1
+pkgrel=3
 pkgdesc=A software media player and entertainment hub for digital media
 arch=('i686' 'x86_64')
 url=http://xbmc.org;



[arch-commits] Commit in xbmc/repos (10 files)

2013-06-03 Thread Sergej Pupykin
Date: Monday, June 3, 2013 @ 16:55:33
  Author: spupykin
Revision: 92295

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

Added:
  xbmc/repos/community-staging-i686/
  xbmc/repos/community-staging-i686/ChangeLog
(from rev 92294, xbmc/trunk/ChangeLog)
  xbmc/repos/community-staging-i686/PKGBUILD
(from rev 92294, xbmc/trunk/PKGBUILD)
  xbmc/repos/community-staging-i686/xbmc.install
(from rev 92294, xbmc/trunk/xbmc.install)
  xbmc/repos/community-staging-i686/xbmc.service
(from rev 92294, xbmc/trunk/xbmc.service)
  xbmc/repos/community-staging-x86_64/
  xbmc/repos/community-staging-x86_64/ChangeLog
(from rev 92294, xbmc/trunk/ChangeLog)
  xbmc/repos/community-staging-x86_64/PKGBUILD
(from rev 92294, xbmc/trunk/PKGBUILD)
  xbmc/repos/community-staging-x86_64/xbmc.install
(from rev 92294, xbmc/trunk/xbmc.install)
  xbmc/repos/community-staging-x86_64/xbmc.service
(from rev 92294, xbmc/trunk/xbmc.service)

---+
 community-staging-i686/ChangeLog  |   69 +++
 community-staging-i686/PKGBUILD   |  114 
 community-staging-i686/xbmc.install   |   16 
 community-staging-i686/xbmc.service   |   13 +++
 community-staging-x86_64/ChangeLog|   69 +++
 community-staging-x86_64/PKGBUILD |  114 
 community-staging-x86_64/xbmc.install |   16 
 community-staging-x86_64/xbmc.service |   13 +++
 8 files changed, 424 insertions(+)

Copied: xbmc/repos/community-staging-i686/ChangeLog (from rev 92294, 
xbmc/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2013-06-03 14:55:33 UTC (rev 92295)
@@ -0,0 +1,69 @@
+2010-04-10 BlackEagle ike DOT devolder AT gmail DOT com
+   * 9.11-15 :
+   Made it back compliant with FHS ( thx pierre for pointing that out )
+   namcap checked and modified to fit its needs as far as it was possible
+
+2009-03-07 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-10 :
+   Try and fix some autoconf issues (thanks Gentoo ebuild).
+
+2009-02-08 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-9 :
+   Replace some libtool 'ltmain.sh' scripts with the one from libtool 
+   installed with Arch.
+   Make sure XBMCTex isn't linked to OpenGL libraries or it will segfault
+   on systems using the nvidia driver.
+   
+2009-01-30 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-8 :
+   Fix some include's so that gcc 4.3.x is happy, shouldn't complain about
+   undefined '::realloc' anymore.
+   Remove Mac OS X specific files.
+   
+2009-01-25 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-7 :
+   Moved libcdio, pmount, smbclient and unrar to optdepends.
+   Removed unneeded dependency on sdl_gfx.
+   Removed dependency on libpng as sdl_image depends on it.
+
+2008-12-14 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-6 :
+   Added libpng to dependency list.
+   Added gawk to dependency list.
+   Removed '--disable-mms' and '--enable-halmount' configure flags as they
+   are not mentioned as supported in the configure script.
+   
+2008-12-06 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-5 :
+   Added libmad to the dependency list.
+   Streamripper 1.64.0+ does not include tre anymore, removed streamripper
+   and added tre instead.
+   Removed subversion from makedepends.
+   
+2008-12-06 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-4 :
+   Fix permissions for some more scripts, ffmpeg/texi2doc.pl should not
+   fail any longer.
+
+2008-12-05 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-3 :
+   Added lirc to the optdepends array.
+   
+2008-11-26 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-2 :
+   Added install file which informs users that a display depth of at
+   least 24-bit is required.
+
+2008-11-17 [vEX] niechift.dot.vex.at.gmail.dot.com
+
+   * 8.10-1 :
+   Initial package, based on previous work by Zeqadious.

Copied: xbmc/repos/community-staging-i686/PKGBUILD (from rev 92294, 
xbmc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-06-03 14:55:33 UTC (rev 92295)
@@ -0,0 +1,114 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: [vEX] niechift.dot.vex.at.gmail.dot.com
+# Contributor: Zeqadious zeqadious.at.gmail.dot.com
+# Contributor: BlackIkeEagle  ike DOT devolder AT gmail DOT com 
+
+_prefix=/usr
+
+pkgname=xbmc
+pkgver=12.2
+pkgrel=3
+pkgdesc=A software media player and entertainment hub for 

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

2013-06-03 Thread Sergej Pupykin
Date: Monday, June 3, 2013 @ 16:57:59
  Author: spupykin
Revision: 92296

upgpkg: python2-pybluez 0.18-6

upd

Modified:
  python2-pybluez/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 14:55:33 UTC (rev 92295)
+++ PKGBUILD2013-06-03 14:57:59 UTC (rev 92296)
@@ -4,7 +4,7 @@
 
 pkgname=python2-pybluez
 pkgver=0.18
-pkgrel=4
+pkgrel=6
 pkgdesc=Python wrapper for the BlueZ Bluetooth stack
 arch=('i686' 'x86_64')
 url=http://code.google.com/p/pybluez/;
@@ -12,7 +12,7 @@
 provides=('pybluez')
 conflicts=('pybluez')
 replaces=('pybluez')
-depends=('python2' 'bluez')
+depends=('python2' 'bluez-libs')
 source=(http://pybluez.googlecode.com/files/PyBluez-$pkgver.tar.gz)
 md5sums=('be8c8ce615c3189fda1aaf3d568314b2')
 



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

2013-06-03 Thread Sergej Pupykin
Date: Monday, June 3, 2013 @ 16:58:14
  Author: spupykin
Revision: 92297

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

Added:
  python2-pybluez/repos/community-staging-i686/
  python2-pybluez/repos/community-staging-i686/PKGBUILD
(from rev 92296, python2-pybluez/trunk/PKGBUILD)
  python2-pybluez/repos/community-staging-x86_64/
  python2-pybluez/repos/community-staging-x86_64/PKGBUILD
(from rev 92296, python2-pybluez/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   23 +++
 community-staging-x86_64/PKGBUILD |   23 +++
 2 files changed, 46 insertions(+)

Copied: python2-pybluez/repos/community-staging-i686/PKGBUILD (from rev 92296, 
python2-pybluez/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-06-03 14:58:14 UTC (rev 92297)
@@ -0,0 +1,23 @@
+# $Id: PKGBUILD 66132 2012-02-23 01:40:38Z spupykin $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: cs-cam - me.at.camdaniel.com
+
+pkgname=python2-pybluez
+pkgver=0.18
+pkgrel=6
+pkgdesc=Python wrapper for the BlueZ Bluetooth stack
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/pybluez/;
+license=('GPL')
+provides=('pybluez')
+conflicts=('pybluez')
+replaces=('pybluez')
+depends=('python2' 'bluez-libs')
+source=(http://pybluez.googlecode.com/files/PyBluez-$pkgver.tar.gz)
+md5sums=('be8c8ce615c3189fda1aaf3d568314b2')
+
+package() {
+  cd $srcdir/PyBluez-$pkgver
+  python2 setup.py install --root=$pkgdir
+  ln -s bluetooth/_bluetooth.so 
$pkgdir/usr/lib/python2.7/site-packages/_bluetooth.so
+}

Copied: python2-pybluez/repos/community-staging-x86_64/PKGBUILD (from rev 
92296, python2-pybluez/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-06-03 14:58:14 UTC (rev 92297)
@@ -0,0 +1,23 @@
+# $Id: PKGBUILD 66132 2012-02-23 01:40:38Z spupykin $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: cs-cam - me.at.camdaniel.com
+
+pkgname=python2-pybluez
+pkgver=0.18
+pkgrel=6
+pkgdesc=Python wrapper for the BlueZ Bluetooth stack
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/pybluez/;
+license=('GPL')
+provides=('pybluez')
+conflicts=('pybluez')
+replaces=('pybluez')
+depends=('python2' 'bluez-libs')
+source=(http://pybluez.googlecode.com/files/PyBluez-$pkgver.tar.gz)
+md5sums=('be8c8ce615c3189fda1aaf3d568314b2')
+
+package() {
+  cd $srcdir/PyBluez-$pkgver
+  python2 setup.py install --root=$pkgdir
+  ln -s bluetooth/_bluetooth.so 
$pkgdir/usr/lib/python2.7/site-packages/_bluetooth.so
+}



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

2013-06-03 Thread Tobias Powalowski
Date: Monday, June 3, 2013 @ 17:21:36
  Author: tpowa
Revision: 187085

upgpkg: hwdetect 2013.06-1

add f2fs support

Modified:
  hwdetect/trunk/PKGBUILD
  hwdetect/trunk/hwdetect

--+
 PKGBUILD |6 +++---
 hwdetect |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 11:23:42 UTC (rev 187084)
+++ PKGBUILD2013-06-03 15:21:36 UTC (rev 187085)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=hwdetect
-pkgver=2013.02
-pkgrel=2
+pkgver=2013.06
+pkgrel=1
 pkgdesc=Hardware detection script with loading modules and mkinitcpio.conf / 
rc.conf support
 arch=(any)
 license=('GPL')
@@ -16,4 +16,4 @@
 package() {
   install -D -m 755 ${srcdir}/hwdetect ${pkgdir}/usr/bin/hwdetect
 }
-md5sums=('894a3f1d481179651af00278f7638084')
+md5sums=('2a14a8d06e8ede72891559ac1f491d3d')

Modified: hwdetect
===
--- hwdetect2013-06-03 11:23:42 UTC (rev 187084)
+++ hwdetect2013-06-03 15:21:36 UTC (rev 187085)
@@ -404,7 +404,7 @@
--show-staging) showlist STAGING $(listmods staging/) ;;
--show-drm)  showlist DRM   $(listmods drm/) ;;
--show-other)  showlist OTHER   $(listmods .ko agp/ acpi/ 
scsi/ message/fusion block/sx8 block/cciss block/cpqarray block/DAC960 
block/virtio virtio/virtio_pci ata/ usb/ ieee1394 net/ isdn/ input/ irda/ 
pcmcia/ sound/ drm/ firewire/ hid/ staging/) ;;
-   --filesystem)   FILESYSTEM=ext2 ext3 ext4 nilfs2 btrfs 
reiserfs xfs jfs vfat
+   --filesystem)   FILESYSTEM=ext2 ext3 ext4 f2fs nilfs2 btrfs 
reiserfs xfs jfs vfat
for i in $FILESYSTEM; do
 [ $(grep $i /tmp/.blkid) ]  
FS=$FS $i
done



[arch-commits] Commit in hwdetect/repos/extra-any (4 files)

2013-06-03 Thread Tobias Powalowski
Date: Monday, June 3, 2013 @ 17:21:50
  Author: tpowa
Revision: 187086

archrelease: copy trunk to extra-any

Added:
  hwdetect/repos/extra-any/PKGBUILD
(from rev 187085, hwdetect/trunk/PKGBUILD)
  hwdetect/repos/extra-any/hwdetect
(from rev 187085, hwdetect/trunk/hwdetect)
Deleted:
  hwdetect/repos/extra-any/PKGBUILD
  hwdetect/repos/extra-any/hwdetect

--+
 PKGBUILD |   38 +-
 hwdetect | 1000 ++---
 2 files changed, 519 insertions(+), 519 deletions(-)

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


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

2013-06-03 Thread Rémy Oudompheng
Date: Monday, June 3, 2013 @ 17:58:06
  Author: remy
Revision: 187087

upgpkg: asymptote 2.23-1

Also fix FS#35338.

Modified:
  asymptote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 15:21:50 UTC (rev 187086)
+++ PKGBUILD2013-06-03 15:58:06 UTC (rev 187087)
@@ -4,7 +4,7 @@
 # Contributor: bender02 at gmx dot com
 
 pkgname=asymptote
-pkgver=2.21
+pkgver=2.23
 pkgrel=1
 pkgdesc=A vector graphics language (like metapost)
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 'tix:   for the xasy GUI')
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz)
 install=texlive.install
-sha1sums=('946269c63b7aa3a7d2875f5faa8a0b8d3d36628c')
+sha1sums=('c24de9766ae7195c1cda947f9d2ae07497a0af8f')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -27,7 +27,8 @@
   ./configure --enable-gc=/usr \
   --prefix=/usr \
   --with-latex=/usr/share/texmf/tex/latex \
-  --with-context=/usr/share/texmf/tex/context
+  --with-context=/usr/share/texmf/tex/context \
+  --enable-offscreen
   make all
 }
 



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

2013-06-03 Thread Rémy Oudompheng
Date: Monday, June 3, 2013 @ 17:58:10
  Author: remy
Revision: 187088

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

Added:
  asymptote/repos/extra-i686/PKGBUILD
(from rev 187087, asymptote/trunk/PKGBUILD)
  asymptote/repos/extra-i686/texlive.install
(from rev 187087, asymptote/trunk/texlive.install)
  asymptote/repos/extra-x86_64/PKGBUILD
(from rev 187087, asymptote/trunk/PKGBUILD)
  asymptote/repos/extra-x86_64/texlive.install
(from rev 187087, asymptote/trunk/texlive.install)
Deleted:
  asymptote/repos/extra-i686/PKGBUILD
  asymptote/repos/extra-i686/texlive.install
  asymptote/repos/extra-x86_64/PKGBUILD
  asymptote/repos/extra-x86_64/texlive.install

--+
 /PKGBUILD|   92 +
 /texlive.install |   40 +
 extra-i686/PKGBUILD  |   45 
 extra-i686/texlive.install   |   20 
 extra-x86_64/PKGBUILD|   45 
 extra-x86_64/texlive.install |   20 
 6 files changed, 132 insertions(+), 130 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-06-03 15:58:06 UTC (rev 187087)
+++ extra-i686/PKGBUILD 2013-06-03 15:58:10 UTC (rev 187088)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng r...@archlinux.org
-# Contributor: Firmicus francois.archlinux.org
-# Contributor: bender02 at gmx dot com
-
-pkgname=asymptote
-pkgver=2.21
-pkgrel=1
-pkgdesc=A vector graphics language (like metapost)
-arch=('i686' 'x86_64')
-url=http://asymptote.sourceforge.net/;
-license=(GPL3)
-depends=('texlive-core' 'gc' 'freeglut' 'glu' 'gsl' 'fftw' 'libsigsegv')
-makedepends=('ghostscript' 'imagemagick'
- 'mesa' # For OpenGL headers
-)
-optdepends=('python2:   for the xasy GUI'
-'python-imaging:for the xasy GUI'
-'tix:   for the xasy GUI')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz)
-install=texlive.install
-sha1sums=('946269c63b7aa3a7d2875f5faa8a0b8d3d36628c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --enable-gc=/usr \
-  --prefix=/usr \
-  --with-latex=/usr/share/texmf/tex/latex \
-  --with-context=/usr/share/texmf/tex/context
-  make all
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check-all
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make -j1 DESTDIR=${pkgdir} install-all
-  sed -i -e 's@env python@env python2@' ${pkgdir}/usr/share/asymptote/GUI/*.py
-  # this dir contains png files that are already embedded in the pdf 
documentation:
-  rm -rf ${pkgdir}/usr/share/info/asymptote
-}

Copied: asymptote/repos/extra-i686/PKGBUILD (from rev 187087, 
asymptote/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-06-03 15:58:10 UTC (rev 187088)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+# Contributor: Firmicus francois.archlinux.org
+# Contributor: bender02 at gmx dot com
+
+pkgname=asymptote
+pkgver=2.23
+pkgrel=1
+pkgdesc=A vector graphics language (like metapost)
+arch=('i686' 'x86_64')
+url=http://asymptote.sourceforge.net/;
+license=(GPL3)
+depends=('texlive-core' 'gc' 'freeglut' 'glu' 'gsl' 'fftw' 'libsigsegv')
+makedepends=('ghostscript' 'imagemagick'
+ 'mesa' # For OpenGL headers
+)
+optdepends=('python2:   for the xasy GUI'
+'python-imaging:for the xasy GUI'
+'tix:   for the xasy GUI')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz)
+install=texlive.install
+sha1sums=('c24de9766ae7195c1cda947f9d2ae07497a0af8f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --enable-gc=/usr \
+  --prefix=/usr \
+  --with-latex=/usr/share/texmf/tex/latex \
+  --with-context=/usr/share/texmf/tex/context \
+  --enable-offscreen
+  make all
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check-all
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -j1 DESTDIR=${pkgdir} install-all
+  sed -i -e 's@env python@env python2@' ${pkgdir}/usr/share/asymptote/GUI/*.py
+  # this dir contains png files that are already embedded in the pdf 
documentation:
+  rm -rf ${pkgdir}/usr/share/info/asymptote
+}

Deleted: extra-i686/texlive.install
===
--- extra-i686/texlive.install  2013-06-03 15:58:06 UTC (rev 187087)
+++ extra-i686/texlive.install  2013-06-03 15:58:10 UTC (rev 187088)
@@ -1,20 +0,0 @@
-info_dir=usr/share/info
-
-post_install() {
-  install-info ${info_dir}/asy-faq.info.gz ${info_dir}/dir
-  echo  updating the filename database for 

[arch-commits] Commit in hedgewars/trunk (PKGBUILD build-fix.patch)

2013-06-03 Thread Sergej Pupykin
Date: Monday, June 3, 2013 @ 18:14:48
  Author: spupykin
Revision: 92298

upgpkg: hedgewars 0.9.19-1

upd

Added:
  hedgewars/trunk/build-fix.patch
Modified:
  hedgewars/trunk/PKGBUILD

-+
 PKGBUILD|   19 +--
 build-fix.patch |   11 +++
 2 files changed, 24 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 14:58:14 UTC (rev 92297)
+++ PKGBUILD2013-06-03 16:14:48 UTC (rev 92298)
@@ -8,7 +8,7 @@
 arch=('i686' 'x86_64')
 url=http://hedgewars.org;
 license=('GPL' 'custom')
-depends=('qt4' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51' 
'physfs' 'ffmpeg' 'glut')
+depends=('qt4' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51' 
'ffmpeg' 'glut')
 makedepends=('fpc' 'cmake'
 # haskell specific
 'ghc'
@@ -21,19 +21,26 @@
 'haskell-random')
 source=(http://download.gna.org/hedgewars/hedgewars-src-$pkgver.tar.bz2
hedgewars.desktop
-   hedgewars.png)
+   hedgewars.png
+   build-fix.patch)
 md5sums=('51d84ad6ea00e9894e6119b118b4a523'
  '48c66a3204d4fa0a69e9aa46f7c31e0c'
- 'eeb14d50df39063549ac5eca9dbc65d1')
+ 'eeb14d50df39063549ac5eca9dbc65d1'
+ 'a9d7b0ba72cbeb7fc74fce459db9dd90')
 
+prepare() {
+  cd $pkgname-src-$pkgver
+  patch -Rp1 $srcdir/build-fix.patch
+}
+
 build() {
   cd $pkgname-src-$pkgver
-  sed -i 's|instance NFData B.ByteString||' gameServer/Actions.hs
   cmake \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-   -DDATA_INSTALL_DIR=/usr/share \
-   -DWITH_SERVER=1 .
+   -DDATA_INSTALL_DIR=/usr/share/hedgewars \
+   -DWITH_SERVER=1 \
+   -DSYSTEM_PHYSFS=OFF .
   make
 }
 

Added: build-fix.patch
===
--- build-fix.patch (rev 0)
+++ build-fix.patch 2013-06-03 16:14:48 UTC (rev 92298)
@@ -0,0 +1,11 @@
+diff -wbBur 
/home/sergej/tmp/BUILD/extra-i686/sergej/build/hedgewars/src/hedgewars-src-0.9.19/hedgewars/uPhysFSLayer.pas
 hedgewars-src-0.9.19/hedgewars/uPhysFSLayer.pas
+--- 
/home/sergej/tmp/BUILD/extra-i686/sergej/build/hedgewars/src/hedgewars-src-0.9.19/hedgewars/uPhysFSLayer.pas
   2013-06-03 20:01:14.212121255 +0400
 hedgewars-src-0.9.19/hedgewars/uPhysFSLayer.pas2013-05-31 
00:07:33.0 +0400
+@@ -9,7 +9,6 @@
+ {$IFNDEF WIN32}
+ {$linklib physfs}
+ {$linklib physlayer}
+-{$linklib gcc_s}
+ 
+ {statically linking physfs brings IOKit dependency on OSX}
+ {divdi3 is found in stdc++ on linux x86 and in gcc_s.1 on osx ppc32}



[arch-commits] Commit in hedgewars/repos (14 files)

2013-06-03 Thread Sergej Pupykin
Date: Monday, June 3, 2013 @ 18:15:33
  Author: spupykin
Revision: 92299

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

Added:
  hedgewars/repos/community-i686/PKGBUILD
(from rev 92298, hedgewars/trunk/PKGBUILD)
  hedgewars/repos/community-i686/build-fix.patch
(from rev 92298, hedgewars/trunk/build-fix.patch)
  hedgewars/repos/community-i686/hedgewars.desktop
(from rev 92298, hedgewars/trunk/hedgewars.desktop)
  hedgewars/repos/community-i686/hedgewars.png
(from rev 92298, hedgewars/trunk/hedgewars.png)
  hedgewars/repos/community-x86_64/PKGBUILD
(from rev 92298, hedgewars/trunk/PKGBUILD)
  hedgewars/repos/community-x86_64/build-fix.patch
(from rev 92298, hedgewars/trunk/build-fix.patch)
  hedgewars/repos/community-x86_64/hedgewars.desktop
(from rev 92298, hedgewars/trunk/hedgewars.desktop)
  hedgewars/repos/community-x86_64/hedgewars.png
(from rev 92298, hedgewars/trunk/hedgewars.png)
Deleted:
  hedgewars/repos/community-i686/PKGBUILD
  hedgewars/repos/community-i686/hedgewars.desktop
  hedgewars/repos/community-i686/hedgewars.png
  hedgewars/repos/community-x86_64/PKGBUILD
  hedgewars/repos/community-x86_64/hedgewars.desktop
  hedgewars/repos/community-x86_64/hedgewars.png

+
 /PKGBUILD  |  110 +++
 /hedgewars.desktop |   16 +
 community-i686/PKGBUILD|   49 ---
 community-i686/build-fix.patch |   11 +++
 community-i686/hedgewars.desktop   |8 --
 community-x86_64/PKGBUILD  |   48 ---
 community-x86_64/build-fix.patch   |   11 +++
 community-x86_64/hedgewars.desktop |8 --
 8 files changed, 148 insertions(+), 113 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-03 16:14:48 UTC (rev 92298)
+++ community-i686/PKGBUILD 2013-06-03 16:15:33 UTC (rev 92299)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=hedgewars
-pkgver=0.9.18
-pkgrel=8
-pkgdesc=Free Worms-like turn based strategy game
-arch=('i686' 'x86_64')
-url=http://hedgewars.org;
-license=('GPL' 'custom')
-depends=('qt4' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51')
-makedepends=('fpc' 'cmake'
-# haskell specific
-'ghc=7.6.3-1'
-'haskell-network=2.4.1.2-1'
- 'haskell-bytestring-show=0.3.5.4-4'
-'haskell-utf8-string=0.3.7-5'
- 'haskell-dataenc=0.14.0.5-2'
-'haskell-hslogger=1.2.1-4'
- 'haskell-vector=0.10.0.1-4')
-source=(http://download.gna.org/hedgewars/hedgewars-src-$pkgver-3.tar.bz2
-   hedgewars.desktop
-   hedgewars.png)
-md5sums=('02465736fdcf48feea1cacaa0aa5960e'
- '48c66a3204d4fa0a69e9aa46f7c31e0c'
- 'eeb14d50df39063549ac5eca9dbc65d1')
-
-build() {
-  cd $pkgname-src-$pkgver
-  sed -i 's|instance NFData B.ByteString||' gameServer/Actions.hs
-#  sed -i 's|lua51 lua5.1 lua-5.1|lua lua51 lua5.1 lua-5.1|g' 
cmake_modules/FindLua.cmake
-  cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DDATA_INSTALL_DIR=/usr/share \
-   -DQT_QMAKE_EXECUTABLE=/usr/lib/qt4/bin/qmake \
-   -DQT_MOC_EXECUTABLE=/usr/lib/qt4/bin/moc \
-   -DWITH_SERVER=1 .
-  make
-}
-
-package() {
-  cd $pkgname-src-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  install -D -m644 Fonts_LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/Fonts_LICENSE.txt
-  install -D -m644 $srcdir/hedgewars.png 
$pkgdir/usr/share/pixmaps/hedgewars.png
-  install -D -m644 $srcdir/hedgewars.desktop 
$pkgdir/usr/share/applications/hedgewars.desktop
-}

Copied: hedgewars/repos/community-i686/PKGBUILD (from rev 92298, 
hedgewars/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-03 16:15:33 UTC (rev 92299)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=hedgewars
+pkgver=0.9.19
+pkgrel=1
+pkgdesc=Free Worms-like turn based strategy game
+arch=('i686' 'x86_64')
+url=http://hedgewars.org;
+license=('GPL' 'custom')
+depends=('qt4' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51' 
'ffmpeg' 'glut')
+makedepends=('fpc' 'cmake'
+# haskell specific
+'ghc'
+'haskell-network'
+'haskell-bytestring-show'
+'haskell-utf8-string'
+'haskell-dataenc'
+'haskell-hslogger'
+'haskell-vector'
+'haskell-random')
+source=(http://download.gna.org/hedgewars/hedgewars-src-$pkgver.tar.bz2
+   hedgewars.desktop
+   hedgewars.png
+   build-fix.patch)
+md5sums=('51d84ad6ea00e9894e6119b118b4a523'
+ '48c66a3204d4fa0a69e9aa46f7c31e0c'
+ 'eeb14d50df39063549ac5eca9dbc65d1'
+ 

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

2013-06-03 Thread Sergej Pupykin
Date: Monday, June 3, 2013 @ 18:21:27
  Author: spupykin
Revision: 92300

Modified:
  xbmc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 16:15:33 UTC (rev 92299)
+++ PKGBUILD2013-06-03 16:21:27 UTC (rev 92300)
@@ -23,8 +23,6 @@
 makedepends=('boost' 'cmake' 'gperf' 'nasm' 'libxinerama' 'zip' 'libvdpau' 
'libcec'
 'udisks' 'upower' 'bluez' 'mesa' 'doxygen' 'swig' 
'java-environment')
 optdepends=('libcec: support for Pulse-Eight USB-CEC adapter'
-   'vdpau-video: accelerated video playback for nvidia cards'
-   'xvba-video: accelerated video playback for amd cards'
'pulseaudio: pulseaudio support'
'lirc: remote controller support'
'udisks: automount external drives'



[arch-commits] Commit in digikam/trunk (PKGBUILD digikam-3.1.0-htmlexport.patch)

2013-06-03 Thread Andrea Scarpino
Date: Monday, June 3, 2013 @ 18:27:18
  Author: andrea
Revision: 187089

upgpkg: digikam 3.2.0-1

Upstream release

Modified:
  digikam/trunk/PKGBUILD
Deleted:
  digikam/trunk/digikam-3.1.0-htmlexport.patch

+
 PKGBUILD   |   27 ++-
 digikam-3.1.0-htmlexport.patch |   15 ---
 2 files changed, 10 insertions(+), 32 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 15:58:10 UTC (rev 187088)
+++ PKGBUILD2013-06-03 16:27:18 UTC (rev 187089)
@@ -5,21 +5,19 @@
 
 pkgbase=digikam
 pkgname=('digikam' 'kipi-plugins' 'libkface' 'libkgeomap' 'libkvkontakte' 
'libmediawiki')
-pkgver=3.1.0
-pkgrel=5
+pkgver=3.2.0
+pkgrel=1
 pkgdesc=Digital photo management application for KDE
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.digikam.org/;
 makedepends=('kdepimlibs' 'libkexiv2' 'libkdcraw' 'libkipi' 'libksane' 'liblqr'
  'kdeedu-marble' 'opencv' 'boost' 'libgpod' 'qjson' 'hugin'
- 'cmake' 'automoc4' 'doxygen' 'lensfun' 'qt-gstremer')
+ 'cmake' 'automoc4' 'doxygen' 'lensfun' 'qt-gstreamer' 
'imagemagick')
 
source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
-digikam-3.1.0-htmlexport.patch
 digikam-3.1.0-fixed-pngs.tar.gz)
 noextract=(digikam-3.1.0-fixed-pngs.tar.gz)
-sha1sums=('f4ce304acdf10e859ab8f70ce9d53a05d92d4fbd'
-  'ef3ee0b6e56e692eb7c10cda5cd581d20c3c46bb'
+sha1sums=('666f1d937dc033ddb880aed8a32e7943113d973f'
   'b0a1991e0df9b72c79562c719bc9d944a3b8bc78')
 
 prepare() {
@@ -27,9 +25,6 @@
 
   cd  ${pkgname}-${pkgver}
 
-  # https://bugs.kde.org/show_bug.cgi?id=316620
-  patch -Np1 -i ${srcdir}/digikam-3.1.0-htmlexport.patch
-
   # Fix invalid PNG images to work with libpng 1.6
   # https://bugs.kde.org/show_bug.cgi?id=319350
   tar xf ${srcdir}/digikam-3.1.0-fixed-pngs.tar.gz --strip-components=1
@@ -50,7 +45,7 @@
   pkgdesc=Digital photo management application for KDE
   depends=('kdebase-runtime' 'kdepimlibs' 'libgphoto2' 'opencv' 'liblqr'
'libkipi' 'libkexiv2' 'libkdcraw' 'libkface' 'libkgeomap' 'lensfun')
-  optdepends=('kipi-plugins: for more extras and plugins')
+  optdepends=('kipi-plugins: more tools and plugins')
   install=digikam.install
 
   cd build/core
@@ -59,9 +54,6 @@
   make DESTDIR=${pkgdir} install
   cd ../../build/po
   make DESTDIR=${pkgdir} install
-
-  # Fix conflicts with kde-l10n-*
-  rm ${pkgdir}/usr/share/locale/*/LC_MESSAGES/libkipi.mo
 }
 
 package_libkface() {
@@ -100,10 +92,11 @@
   pkgdesc=A collection of plugins extending the KDE graphics and image 
applications as digiKam
   depends=('kdebase-runtime' 'kdepimlibs' 'libkdcraw' 'libkipi' 'libksane'
'opencv' 'libkvkontakte' 'libkexiv2')
-  optdepends=('libkgeomap'
-  'libmediawiki'
-  'libgpod'
-  'hugin')
+  optdepends=('libkgeomap: Geolocalize tool'
+  'libmediawiki: MediaWiki Export plugin'
+  'libgpod: iPodExport plugin'
+  'imagemagick: Video SlideShow plugin'
+  'qt-gstreamer: Video SlideShow plugin')
   install=kipi-plugins.install
 
   cd build/extra/kipi-plugins

Deleted: digikam-3.1.0-htmlexport.patch
===
--- digikam-3.1.0-htmlexport.patch  2013-06-03 15:58:10 UTC (rev 187088)
+++ digikam-3.1.0-htmlexport.patch  2013-06-03 16:27:18 UTC (rev 187089)
@@ -1,15 +0,0 @@
 digikam-3.1.0/extra/kipi-plugins/CMakeLists.txt2013-03-11 
10:24:11.0 +0200
-+++ digikam-3.1.0/extra/kipi-plugins/CMakeLists.txt2013-03-13 
00:15:05.539275132 +0200
-@@ -468,9 +468,9 @@
- # Currently the cmake module distributed w/ cmake uses a different 
variable
- # name LIBXLST_EXSLT_LIBRARIES for libxeslt than the cmake modeule 
- # distributed w/ kdelibs LIBEXSLT_LIBRARIES.
--if (NOT LIBXSLT_EXSLT_LIBRARIES AND NOT LIBXSLT_LIBRARIES)
--set(LIBXSLT_EXSLT_LIBRARIES ${LIBXSLT_LIBRARIES})
--endif (NOT LIBXSLT_EXSLT_LIBRARIES AND NOT LIBXSLT_LIBRARIES)
-+if (NOT LIBXSLT_EXSLT_LIBRARIES AND LIBEXSLT_LIBRARIES)
-+set(LIBXSLT_EXSLT_LIBRARIES ${LIBEXSLT_LIBRARIES})
-+endif (NOT LIBXSLT_EXSLT_LIBRARIES AND LIBEXSLT_LIBRARIES)
- IF(LIBXML2_FOUND AND LIBXSLT_FOUND AND LIBXSLT_EXSLT_LIBRARIES)
- ADD_SUBDIRECTORY(htmlexport)
- ENDIF(LIBXML2_FOUND AND LIBXSLT_FOUND AND LIBXSLT_EXSLT_LIBRARIES)



[arch-commits] Commit in digikam/repos (18 files)

2013-06-03 Thread Andrea Scarpino
Date: Monday, June 3, 2013 @ 18:27:29
  Author: andrea
Revision: 187090

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

Added:
  digikam/repos/extra-i686/PKGBUILD
(from rev 187089, digikam/trunk/PKGBUILD)
  digikam/repos/extra-i686/digikam-3.1.0-fixed-pngs.tar.gz
(from rev 187089, digikam/trunk/digikam-3.1.0-fixed-pngs.tar.gz)
  digikam/repos/extra-i686/digikam.install
(from rev 187089, digikam/trunk/digikam.install)
  digikam/repos/extra-i686/kipi-plugins.install
(from rev 187089, digikam/trunk/kipi-plugins.install)
  digikam/repos/extra-x86_64/PKGBUILD
(from rev 187089, digikam/trunk/PKGBUILD)
  digikam/repos/extra-x86_64/digikam-3.1.0-fixed-pngs.tar.gz
(from rev 187089, digikam/trunk/digikam-3.1.0-fixed-pngs.tar.gz)
  digikam/repos/extra-x86_64/digikam.install
(from rev 187089, digikam/trunk/digikam.install)
  digikam/repos/extra-x86_64/kipi-plugins.install
(from rev 187089, digikam/trunk/kipi-plugins.install)
Deleted:
  digikam/repos/extra-i686/PKGBUILD
  digikam/repos/extra-i686/digikam-3.1.0-fixed-pngs.tar.gz
  digikam/repos/extra-i686/digikam-3.1.0-htmlexport.patch
  digikam/repos/extra-i686/digikam.install
  digikam/repos/extra-i686/kipi-plugins.install
  digikam/repos/extra-x86_64/PKGBUILD
  digikam/repos/extra-x86_64/digikam-3.1.0-fixed-pngs.tar.gz
  digikam/repos/extra-x86_64/digikam-3.1.0-htmlexport.patch
  digikam/repos/extra-x86_64/digikam.install
  digikam/repos/extra-x86_64/kipi-plugins.install

-+
 /PKGBUILD   |  208 ++
 /digikam.install|   24 +++
 /kipi-plugins.install   |   24 +++
 extra-i686/PKGBUILD |  111 -
 extra-i686/digikam-3.1.0-htmlexport.patch   |   15 -
 extra-i686/digikam.install  |   12 -
 extra-i686/kipi-plugins.install |   12 -
 extra-x86_64/PKGBUILD   |  111 -
 extra-x86_64/digikam-3.1.0-htmlexport.patch |   15 -
 extra-x86_64/digikam.install|   12 -
 extra-x86_64/kipi-plugins.install   |   12 -
 11 files changed, 256 insertions(+), 300 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-06-03 16:27:18 UTC (rev 187089)
+++ extra-i686/PKGBUILD 2013-06-03 16:27:29 UTC (rev 187090)
@@ -1,111 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgbase=digikam
-pkgname=('digikam' 'kipi-plugins' 'libkface' 'libkgeomap' 'libkvkontakte' 
'libmediawiki')
-pkgver=3.1.0
-pkgrel=4
-pkgdesc=Digital photo management application for KDE
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.digikam.org/;
-makedepends=('kdepimlibs' 'libkexiv2' 'libkdcraw' 'libkipi' 'libksane' 'liblqr'
- 'kdeedu-marble' 'opencv' 'boost' 'libgpod' 'qjson' 'hugin'
- 'cmake' 'automoc4' 'doxygen' 'lensfun')
-source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
-digikam-3.1.0-htmlexport.patch
-digikam-3.1.0-fixed-pngs.tar.gz)
-noextract=(digikam-3.1.0-fixed-pngs.tar.gz)
-sha1sums=('f4ce304acdf10e859ab8f70ce9d53a05d92d4fbd'
-  'ef3ee0b6e56e692eb7c10cda5cd581d20c3c46bb'
-  'b0a1991e0df9b72c79562c719bc9d944a3b8bc78')
-
-prepare() {
-  mkdir build
-
-  cd  ${pkgname}-${pkgver}
-
-  # https://bugs.kde.org/show_bug.cgi?id=316620
-  patch -Np1 -i ${srcdir}/digikam-3.1.0-htmlexport.patch
-
-  # Fix invalid PNG images to work with libpng 1.6
-  # https://bugs.kde.org/show_bug.cgi?id=319350
-  tar xf ${srcdir}/digikam-3.1.0-fixed-pngs.tar.gz --strip-components=1
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DBUILD_tests=OFF \
--DDIGIKAMSC_USE_PRIVATE_KDEGRAPHICS=OFF
-  make
-}
-
-package_digikam() {
-  pkgdesc=Digital photo management application for KDE
-  depends=('kdebase-runtime' 'kdepimlibs' 'libgphoto2' 'opencv' 'liblqr'
-   'libkipi' 'libkexiv2' 'libkdcraw' 'libkface' 'libkgeomap' 'lensfun')
-  optdepends=('kipi-plugins: for more extras and plugins')
-  install=digikam.install
-
-  cd build/core
-  make DESTDIR=${pkgdir} install
-  cd ../../build/doc
-  make DESTDIR=${pkgdir} install
-  cd ../../build/po
-  make DESTDIR=${pkgdir} install
-
-  # Fix conflicts with kde-l10n-*
-  rm ${pkgdir}/usr/share/locale/*/LC_MESSAGES/libkipi.mo
-}
-
-package_libkface() {
-  pkgdesc=A Qt/C++ wrapper around LibFace library to perform face recognition 
and detection over pictures
-  depends=('kdelibs' 'opencv')
-
-  cd build/extra/libkface
-  make DESTDIR=${pkgdir} install
-}
-
-package_libkgeomap() {
-  pkgdesc=A wrapper around world map components for browsing and arranging 
photos on a map
-  

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

2013-06-03 Thread Sergej Pupykin
Date: Monday, June 3, 2013 @ 18:47:17
  Author: spupykin
Revision: 92301

Modified:
  iniparser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 16:21:27 UTC (rev 92300)
+++ PKGBUILD2013-06-03 16:47:17 UTC (rev 92301)
@@ -5,12 +5,13 @@
 
 pkgname=iniparser
 pkgver=3.1
-pkgrel=2
+pkgrel=3
 pkgdesc=A free stand-alone ini file parsing library written in portable ANSI 
C
 arch=('i686' 'x86_64')
 url=http://ndevilla.free.fr/iniparser/;
 license=('MIT')
 depends=()
+makedepends=('chrpath')
 source=(http://ndevilla.free.fr/iniparser/$pkgname-$pkgver.tar.gz)
 md5sums=('0aa4f995468ed390caf323f50a285bc3')
 
@@ -27,4 +28,5 @@
   install -Dm644 libiniparser.so.0 $pkgdir/usr/lib/libiniparser.so.0
   install -Dm644 LICENSE $pkgdir/usr/share/licenses/iniparser/LICENSE
   ln -sf libiniparser.so.0 $pkgdir/usr/lib/libiniparser.so
+  chrpath -d $pkgdir/usr/lib/libiniparser.so
 }



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

2013-06-03 Thread Andrea Scarpino
Date: Monday, June 3, 2013 @ 19:13:42
  Author: andrea
Revision: 187091

More optional deps

Modified:
  digikam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 16:27:29 UTC (rev 187090)
+++ PKGBUILD2013-06-03 17:13:42 UTC (rev 187091)
@@ -90,11 +90,12 @@
 
 package_kipi-plugins() {
   pkgdesc=A collection of plugins extending the KDE graphics and image 
applications as digiKam
-  depends=('kdebase-runtime' 'kdepimlibs' 'libkdcraw' 'libkipi' 'libksane'
-   'opencv' 'libkvkontakte' 'libkexiv2')
+  depends=('kdebase-runtime' 'kdepimlibs' 'libkdcraw' 'libkipi' 'libksane' 
'libkexiv2')
   optdepends=('libkgeomap: Geolocalize tool'
   'libmediawiki: MediaWiki Export plugin'
+  'libkvkontakte: VKontakte.ru Exporter plugin'
   'libgpod: iPodExport plugin'
+  'opencv: Remove Red Eyes plugin'
   'imagemagick: Video SlideShow plugin'
   'qt-gstreamer: Video SlideShow plugin')
   install=kipi-plugins.install



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

2013-06-03 Thread Andrea Scarpino
Date: Monday, June 3, 2013 @ 19:45:28
  Author: andrea
Revision: 187092

upgpkg: digikam 3.2.0-2

Fix conflicts with kde-l10n-* (FS#33762)

Modified:
  digikam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 17:13:42 UTC (rev 187091)
+++ PKGBUILD2013-06-03 17:45:28 UTC (rev 187092)
@@ -6,7 +6,7 @@
 pkgbase=digikam
 pkgname=('digikam' 'kipi-plugins' 'libkface' 'libkgeomap' 'libkvkontakte' 
'libmediawiki')
 pkgver=3.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Digital photo management application for KDE
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -54,6 +54,9 @@
   make DESTDIR=${pkgdir} install
   cd ../../build/po
   make DESTDIR=${pkgdir} install
+
+  # Fix conflicts with kde-l10n-* (FS#33762)
+  rm ${pkgdir}/usr/share/locale/*/LC_MESSAGES/libkipi.mo
 }
 
 package_libkface() {



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

2013-06-03 Thread Andrea Scarpino
Date: Monday, June 3, 2013 @ 19:45:39
  Author: andrea
Revision: 187093

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

Added:
  digikam/repos/extra-i686/PKGBUILD
(from rev 187092, digikam/trunk/PKGBUILD)
  digikam/repos/extra-i686/digikam-3.1.0-fixed-pngs.tar.gz
(from rev 187092, digikam/trunk/digikam-3.1.0-fixed-pngs.tar.gz)
  digikam/repos/extra-i686/digikam.install
(from rev 187092, digikam/trunk/digikam.install)
  digikam/repos/extra-i686/kipi-plugins.install
(from rev 187092, digikam/trunk/kipi-plugins.install)
  digikam/repos/extra-x86_64/PKGBUILD
(from rev 187092, digikam/trunk/PKGBUILD)
  digikam/repos/extra-x86_64/digikam-3.1.0-fixed-pngs.tar.gz
(from rev 187092, digikam/trunk/digikam-3.1.0-fixed-pngs.tar.gz)
  digikam/repos/extra-x86_64/digikam.install
(from rev 187092, digikam/trunk/digikam.install)
  digikam/repos/extra-x86_64/kipi-plugins.install
(from rev 187092, digikam/trunk/kipi-plugins.install)
Deleted:
  digikam/repos/extra-i686/PKGBUILD
  digikam/repos/extra-i686/digikam-3.1.0-fixed-pngs.tar.gz
  digikam/repos/extra-i686/digikam.install
  digikam/repos/extra-i686/kipi-plugins.install
  digikam/repos/extra-x86_64/PKGBUILD
  digikam/repos/extra-x86_64/digikam-3.1.0-fixed-pngs.tar.gz
  digikam/repos/extra-x86_64/digikam.install
  digikam/repos/extra-x86_64/kipi-plugins.install

---+
 /PKGBUILD |  216 
 /digikam.install  |   24 
 /kipi-plugins.install |   24 
 extra-i686/PKGBUILD   |  104 -
 extra-i686/digikam.install|   12 --
 extra-i686/kipi-plugins.install   |   12 --
 extra-x86_64/PKGBUILD |  104 -
 extra-x86_64/digikam.install  |   12 --
 extra-x86_64/kipi-plugins.install |   12 --
 9 files changed, 264 insertions(+), 256 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-06-03 17:45:28 UTC (rev 187092)
+++ extra-i686/PKGBUILD 2013-06-03 17:45:39 UTC (rev 187093)
@@ -1,104 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgbase=digikam
-pkgname=('digikam' 'kipi-plugins' 'libkface' 'libkgeomap' 'libkvkontakte' 
'libmediawiki')
-pkgver=3.2.0
-pkgrel=1
-pkgdesc=Digital photo management application for KDE
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.digikam.org/;
-makedepends=('kdepimlibs' 'libkexiv2' 'libkdcraw' 'libkipi' 'libksane' 'liblqr'
- 'kdeedu-marble' 'opencv' 'boost' 'libgpod' 'qjson' 'hugin'
- 'cmake' 'automoc4' 'doxygen' 'lensfun' 'qt-gstreamer' 
'imagemagick')
-source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
-digikam-3.1.0-fixed-pngs.tar.gz)
-noextract=(digikam-3.1.0-fixed-pngs.tar.gz)
-sha1sums=('666f1d937dc033ddb880aed8a32e7943113d973f'
-  'b0a1991e0df9b72c79562c719bc9d944a3b8bc78')
-
-prepare() {
-  mkdir build
-
-  cd  ${pkgname}-${pkgver}
-
-  # Fix invalid PNG images to work with libpng 1.6
-  # https://bugs.kde.org/show_bug.cgi?id=319350
-  tar xf ${srcdir}/digikam-3.1.0-fixed-pngs.tar.gz --strip-components=1
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DBUILD_tests=OFF \
--DDIGIKAMSC_USE_PRIVATE_KDEGRAPHICS=OFF
-  make
-}
-
-package_digikam() {
-  pkgdesc=Digital photo management application for KDE
-  depends=('kdebase-runtime' 'kdepimlibs' 'libgphoto2' 'opencv' 'liblqr'
-   'libkipi' 'libkexiv2' 'libkdcraw' 'libkface' 'libkgeomap' 'lensfun')
-  optdepends=('kipi-plugins: more tools and plugins')
-  install=digikam.install
-
-  cd build/core
-  make DESTDIR=${pkgdir} install
-  cd ../../build/doc
-  make DESTDIR=${pkgdir} install
-  cd ../../build/po
-  make DESTDIR=${pkgdir} install
-}
-
-package_libkface() {
-  pkgdesc=A Qt/C++ wrapper around LibFace library to perform face recognition 
and detection over pictures
-  depends=('kdelibs' 'opencv')
-
-  cd build/extra/libkface
-  make DESTDIR=${pkgdir} install
-}
-
-package_libkgeomap() {
-  pkgdesc=A wrapper around world map components for browsing and arranging 
photos on a map
-  depends=('kdelibs' 'kdeedu-marble')
-
-  cd build/extra/libkgeomap
-  make DESTDIR=${pkgdir} install
-}
-
-package_libkvkontakte() {
-  pkgdesc=KDE C++ library for asynchronous interaction with 
vkontakte.rusocial network
-  depends=('kdelibs' 'qjson')
-
-  cd build/extra/libkvkontakte
-  make DESTDIR=${pkgdir} install
-}
-
-package_libmediawiki() {
-  pkgdesc=A KDE C++ interface for MediaWiki based web service as 
wikipedia.org
-  depends=('kdelibs')
-
-  cd build/extra/libmediawiki
-  make DESTDIR=${pkgdir} install
-}
-
-package_kipi-plugins() {
-  pkgdesc=A collection of 

[arch-commits] Commit in perl-io-socket-ssl/trunk (PKGBUILD)

2013-06-03 Thread Eric Bélanger
Date: Monday, June 3, 2013 @ 20:01:48
  Author: eric
Revision: 187094

upgpkg: perl-io-socket-ssl 1.94-1

Upstream update

Modified:
  perl-io-socket-ssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 17:45:39 UTC (rev 187093)
+++ PKGBUILD2013-06-03 18:01:48 UTC (rev 187094)
@@ -1,10 +1,8 @@
 # $Id$
-# Maintainer: Kevin Piche ke...@archlinux.org
-# Contributor: Manolis Tzanidakis
-# Contributor: Francois Charette francois.archlinux.org
+# Maintainer: 
 
 pkgname=perl-io-socket-ssl
-pkgver=1.89
+pkgver=1.94
 pkgrel=1
 pkgdesc=Nearly transparent SSL encapsulation for IO::Socket::INET
 arch=('any')
@@ -14,7 +12,7 @@
 checkdepends=('perl-io-socket-inet6')
 options=('!emptydirs')
 
source=(http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-${pkgver}.tar.gz)
-sha1sums=('28340b6fdb1bb8024ae52c3570bc30459c6868f3')
+sha1sums=('7d15be5e83eb5be3c837f95af3aedcf40736153c')
 
 build() {
   cd IO-Socket-SSL-${pkgver}



[arch-commits] Commit in perl-io-socket-ssl/repos/extra-any (PKGBUILD PKGBUILD)

2013-06-03 Thread Eric Bélanger
Date: Monday, June 3, 2013 @ 20:03:05
  Author: eric
Revision: 187095

archrelease: copy trunk to extra-any

Added:
  perl-io-socket-ssl/repos/extra-any/PKGBUILD
(from rev 187094, perl-io-socket-ssl/trunk/PKGBUILD)
Deleted:
  perl-io-socket-ssl/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-03 18:01:48 UTC (rev 187094)
+++ PKGBUILD2013-06-03 18:03:05 UTC (rev 187095)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Kevin Piche ke...@archlinux.org
-# Contributor: Manolis Tzanidakis
-# Contributor: Francois Charette francois.archlinux.org
-
-pkgname=perl-io-socket-ssl
-pkgver=1.89
-pkgrel=1
-pkgdesc=Nearly transparent SSL encapsulation for IO::Socket::INET
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url=http://search.cpan.org/dist/IO-Socket-SSL/;
-depends=('perl-net-ssleay' 'perl' 'perl-uri')
-checkdepends=('perl-io-socket-inet6')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-${pkgver}.tar.gz)
-sha1sums=('28340b6fdb1bb8024ae52c3570bc30459c6868f3')
-
-build() {
-  cd IO-Socket-SSL-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd IO-Socket-SSL-${pkgver}
-  make test
-}
-
-package() {
-  cd IO-Socket-SSL-${pkgver}
-  make install DESTDIR=${pkgdir}
-}

Copied: perl-io-socket-ssl/repos/extra-any/PKGBUILD (from rev 187094, 
perl-io-socket-ssl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-06-03 18:03:05 UTC (rev 187095)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: 
+
+pkgname=perl-io-socket-ssl
+pkgver=1.94
+pkgrel=1
+pkgdesc=Nearly transparent SSL encapsulation for IO::Socket::INET
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/IO-Socket-SSL/;
+depends=('perl-net-ssleay' 'perl' 'perl-uri')
+checkdepends=('perl-io-socket-inet6')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-${pkgver}.tar.gz)
+sha1sums=('7d15be5e83eb5be3c837f95af3aedcf40736153c')
+
+build() {
+  cd IO-Socket-SSL-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd IO-Socket-SSL-${pkgver}
+  make test
+}
+
+package() {
+  cd IO-Socket-SSL-${pkgver}
+  make install DESTDIR=${pkgdir}
+}



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

2013-06-03 Thread Eric Bélanger
Date: Monday, June 3, 2013 @ 20:16:11
  Author: eric
Revision: 187096

upgpkg: perl-yaml-syck 1.27-1

Upstream update, Update license

Modified:
  perl-yaml-syck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 18:03:05 UTC (rev 187095)
+++ PKGBUILD2013-06-03 18:16:11 UTC (rev 187096)
@@ -1,37 +1,31 @@
 # $Id$
-# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
-# Maintainer: kevin ke...@archlinux.org
+# Maintainer: 
 
 pkgname=perl-yaml-syck
-_realname=YAML-Syck
-pkgver=1.25
-pkgrel=2
+pkgver=1.27
+pkgrel=1
 pkgdesc=Fast, lightweight YAML loader and dumper
 arch=('i686' 'x86_64')
-license=('custom')
-url=http://search.cpan.org/dist/${_realname}/;
+url=http://search.cpan.org/dist/YAML-Syck/;
+license=('BSD' 'custom')
 depends=('perl')
 options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/T/TO/TODDR/${_realname}-$pkgver.tar.gz)
-md5sums=('847f315cbd074b42c44f360383ac13e9')
+source=(http://www.cpan.org/authors/id/T/TO/TODDR/YAML-Syck-$pkgver.tar.gz)
+md5sums=('8920091e68a078cfa9c42041e5759162')
 
 build() {
-  cd ${srcdir}/${_realname}-$pkgver
-
-  # install module in vendor directories.
+  cd YAML-Syck-$pkgver
   perl Makefile.PL INSTALLDIRS=vendor
   make
 }
 
 check() {
-  cd ${srcdir}/${_realname}-$pkgver
+  cd YAML-Syck-$pkgver
   make test
 }
 
 package() {
-  cd ${srcdir}/${_realname}-$pkgver
+  cd YAML-Syck-$pkgver
   make install DESTDIR=${pkgdir}
-
-  # license.
   install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
 }



[arch-commits] Commit in perl-yaml-syck/repos (4 files)

2013-06-03 Thread Eric Bélanger
Date: Monday, June 3, 2013 @ 20:17:55
  Author: eric
Revision: 187097

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

Added:
  perl-yaml-syck/repos/extra-i686/PKGBUILD
(from rev 187096, perl-yaml-syck/trunk/PKGBUILD)
  perl-yaml-syck/repos/extra-x86_64/PKGBUILD
(from rev 187096, perl-yaml-syck/trunk/PKGBUILD)
Deleted:
  perl-yaml-syck/repos/extra-i686/PKGBUILD
  perl-yaml-syck/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-06-03 18:16:11 UTC (rev 187096)
+++ extra-i686/PKGBUILD 2013-06-03 18:17:55 UTC (rev 187097)
@@ -1,37 +0,0 @@
-# $Id$
-# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
-# Maintainer: kevin ke...@archlinux.org
-
-pkgname=perl-yaml-syck
-_realname=YAML-Syck
-pkgver=1.25
-pkgrel=2
-pkgdesc=Fast, lightweight YAML loader and dumper
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://search.cpan.org/dist/${_realname}/;
-depends=('perl')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/T/TO/TODDR/${_realname}-$pkgver.tar.gz)
-md5sums=('847f315cbd074b42c44f360383ac13e9')
-
-build() {
-  cd ${srcdir}/${_realname}-$pkgver
-
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd ${srcdir}/${_realname}-$pkgver
-  make test
-}
-
-package() {
-  cd ${srcdir}/${_realname}-$pkgver
-  make install DESTDIR=${pkgdir}
-
-  # license.
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: perl-yaml-syck/repos/extra-i686/PKGBUILD (from rev 187096, 
perl-yaml-syck/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-06-03 18:17:55 UTC (rev 187097)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: 
+
+pkgname=perl-yaml-syck
+pkgver=1.27
+pkgrel=1
+pkgdesc=Fast, lightweight YAML loader and dumper
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/YAML-Syck/;
+license=('BSD' 'custom')
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/T/TO/TODDR/YAML-Syck-$pkgver.tar.gz)
+md5sums=('8920091e68a078cfa9c42041e5759162')
+
+build() {
+  cd YAML-Syck-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd YAML-Syck-$pkgver
+  make test
+}
+
+package() {
+  cd YAML-Syck-$pkgver
+  make install DESTDIR=${pkgdir}
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-06-03 18:16:11 UTC (rev 187096)
+++ extra-x86_64/PKGBUILD   2013-06-03 18:17:55 UTC (rev 187097)
@@ -1,37 +0,0 @@
-# $Id$
-# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
-# Maintainer: kevin ke...@archlinux.org
-
-pkgname=perl-yaml-syck
-_realname=YAML-Syck
-pkgver=1.25
-pkgrel=2
-pkgdesc=Fast, lightweight YAML loader and dumper
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://search.cpan.org/dist/${_realname}/;
-depends=('perl')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/T/TO/TODDR/${_realname}-$pkgver.tar.gz)
-md5sums=('847f315cbd074b42c44f360383ac13e9')
-
-build() {
-  cd ${srcdir}/${_realname}-$pkgver
-
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd ${srcdir}/${_realname}-$pkgver
-  make test
-}
-
-package() {
-  cd ${srcdir}/${_realname}-$pkgver
-  make install DESTDIR=${pkgdir}
-
-  # license.
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: perl-yaml-syck/repos/extra-x86_64/PKGBUILD (from rev 187096, 
perl-yaml-syck/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-06-03 18:17:55 UTC (rev 187097)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: 
+
+pkgname=perl-yaml-syck
+pkgver=1.27
+pkgrel=1
+pkgdesc=Fast, lightweight YAML loader and dumper
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/YAML-Syck/;
+license=('BSD' 'custom')
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/T/TO/TODDR/YAML-Syck-$pkgver.tar.gz)
+md5sums=('8920091e68a078cfa9c42041e5759162')
+
+build() {
+  cd YAML-Syck-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd YAML-Syck-$pkgver
+  make test
+}
+
+package() {
+  cd YAML-Syck-$pkgver
+  make install DESTDIR=${pkgdir}
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}



[arch-commits] Commit in digikam/trunk (PKGBUILD digikam-3.1.0-fixed-pngs.tar.gz)

2013-06-03 Thread Evangelos Foutras
Date: Monday, June 3, 2013 @ 21:31:06
  Author: foutrelis
Revision: 187098

Drop fixed-pngs tarball; fixed upstream in 3.2.0.

Modified:
  digikam/trunk/PKGBUILD
Deleted:
  digikam/trunk/digikam-3.1.0-fixed-pngs.tar.gz

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 18:17:55 UTC (rev 187097)
+++ PKGBUILD2013-06-03 19:31:06 UTC (rev 187098)
@@ -14,20 +14,11 @@
 makedepends=('kdepimlibs' 'libkexiv2' 'libkdcraw' 'libkipi' 'libksane' 'liblqr'
  'kdeedu-marble' 'opencv' 'boost' 'libgpod' 'qjson' 'hugin'
  'cmake' 'automoc4' 'doxygen' 'lensfun' 'qt-gstreamer' 
'imagemagick')
-source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
-digikam-3.1.0-fixed-pngs.tar.gz)
-noextract=(digikam-3.1.0-fixed-pngs.tar.gz)
-sha1sums=('666f1d937dc033ddb880aed8a32e7943113d973f'
-  'b0a1991e0df9b72c79562c719bc9d944a3b8bc78')
+source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('666f1d937dc033ddb880aed8a32e7943113d973f')
 
 prepare() {
   mkdir build
-
-  cd  ${pkgname}-${pkgver}
-
-  # Fix invalid PNG images to work with libpng 1.6
-  # https://bugs.kde.org/show_bug.cgi?id=319350
-  tar xf ${srcdir}/digikam-3.1.0-fixed-pngs.tar.gz --strip-components=1
 }
 
 build() {

Deleted: digikam-3.1.0-fixed-pngs.tar.gz
===
(Binary files differ)



[arch-commits] Commit in efibootmgr/trunk (2 files)

2013-06-03 Thread Tobias Powalowski
Date: Monday, June 3, 2013 @ 21:31:43
  Author: tpowa
Revision: 187099

upgpkg: efibootmgr 0.6.0-3

add slash_func patch

Added:
  efibootmgr/trunk/efibootmgr-tilt_slashes-func.patch
Modified:
  efibootmgr/trunk/PKGBUILD

+
 PKGBUILD   |   11 --
 efibootmgr-tilt_slashes-func.patch |   61 +++
 2 files changed, 68 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 19:31:06 UTC (rev 187098)
+++ PKGBUILD2013-06-03 19:31:43 UTC (rev 187099)
@@ -5,7 +5,7 @@
 
 pkgname=efibootmgr
 pkgver=0.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc=Tool to modify UEFI Firmware Boot Manager Variables.
 arch=('i686' 'x86_64')
 url=http://linux.dell.com/efibootmgr/;
@@ -15,7 +15,9 @@
 provides=()
 options=(strip purge docs zipman !emptydirs)
 
-source=(http://linux.dell.com/efibootmgr/permalink/${pkgname}-${pkgver}.tar.gz;)
+source=(http://linux.dell.com/efibootmgr/permalink/${pkgname}-${pkgver}.tar.gz;
+efibootmgr-tilt_slashes-func.patch
+)
 
 build () { 
rm -rf ${srcdir}/efibootmgr-${pkgver}_build/ || true
@@ -23,7 +25,7 @@
cp -r ${srcdir}/efibootmgr-${pkgver} 
${srcdir}/efibootmgr-${pkgver}_build

cd ${srcdir}/efibootmgr-${pkgver}_build/
-   
+   patch -Np1 -i ${srcdir}/efibootmgr-tilt_slashes-func.patch
echo

CFLAGS= make
@@ -43,4 +45,5 @@
install -D -m644 
${srcdir}/efibootmgr-${pkgver}_build/src/man/man8/efibootmgr.8 
${pkgdir}/usr/share/man/man8/efibootmgr.8

 }
-md5sums=('9e9a31d79e579644de83a14139b66d10')
+md5sums=('9e9a31d79e579644de83a14139b66d10'
+ '3622c0e978cf859cae60803a6b6a0c5e')

Added: efibootmgr-tilt_slashes-func.patch
===
--- efibootmgr-tilt_slashes-func.patch  (rev 0)
+++ efibootmgr-tilt_slashes-func.patch  2013-06-03 19:31:43 UTC (rev 187099)
@@ -0,0 +1,61 @@
+diff --git a/src/efibootmgr/efibootmgr.c b/src/efibootmgr/efibootmgr.c
+index 236365a..9883961 100644
+--- a/src/efibootmgr/efibootmgr.c
 b/src/efibootmgr/efibootmgr.c
+@@ -803,6 +803,7 @@ usage()
+   printf(\t-V | --version  return version and exit\n);
+   printf(\t-w | --write-signature  write unique sig to MBR if needed\n);
+   printf(\t-@ | --append-binary-args file  append extra args from file 
(use \-\ for stdin)\n);
++  printf(\t   | --help show help/usage\n);
+ }
+ 
+ static void
+@@ -863,6 +864,7 @@ parse_opts(int argc, char **argv)
+   {version,no_argument, 0, 'V'},
+   {write-signature,no_argument, 0, 'w'},
+   {append-binary-args, required_argument, 0, '@'},
++  {help,   no_argument, 0,   2},
+   {0, 0, 0, 0}
+   };
+ 
+@@ -1014,6 +1016,10 @@ parse_opts(int argc, char **argv)
+   opts.write_signature = 1;
+   break;
+ 
++  case 2:
++  usage();
++  exit(1);
++
+   default:
+   usage();
+   exit(1);
+diff --git a/src/lib/efi.c b/src/lib/efi.c
+index a4ce5cf..8ef8be8 100644
+--- a/src/lib/efi.c
 b/src/lib/efi.c
+@@ -70,6 +70,16 @@ efi_guid_unparse(efi_guid_t *guid, char *out)
+ return out;
+ }
+ 
++char *
++tilt_slashes(char *s)
++{
++  char *p;
++  for (p = s; *p; p++)
++  if (*p == '/')
++  *p = '\\';
++  return s;
++}
++
+ void
+ set_fs_kernel_calls()
+ {
+@@ -535,7 +545,7 @@ char *make_disk_load_option(char *p, char *disk)
+signature,
+mbr_type, signature_type);
+ 
+-efichar_from_char(os_loader_path, opts.loader, sizeof(os_loader_path));
++efichar_from_char(os_loader_path, tilt_slashes(opts.loader), 
sizeof(os_loader_path));
+ p += make_file_path_device_path (p, os_loader_path);
+ p += make_end_device_path   (p);
+ 



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

2013-06-03 Thread Tobias Powalowski
Date: Monday, June 3, 2013 @ 21:31:59
  Author: tpowa
Revision: 187100

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

Added:
  efibootmgr/repos/extra-i686/PKGBUILD
(from rev 187099, efibootmgr/trunk/PKGBUILD)
  efibootmgr/repos/extra-i686/efibootmgr-tilt_slashes-func.patch
(from rev 187099, efibootmgr/trunk/efibootmgr-tilt_slashes-func.patch)
  efibootmgr/repos/extra-x86_64/PKGBUILD
(from rev 187099, efibootmgr/trunk/PKGBUILD)
  efibootmgr/repos/extra-x86_64/efibootmgr-tilt_slashes-func.patch
(from rev 187099, efibootmgr/trunk/efibootmgr-tilt_slashes-func.patch)
Deleted:
  efibootmgr/repos/extra-i686/PKGBUILD
  efibootmgr/repos/extra-x86_64/PKGBUILD

-+
 /PKGBUILD   |   98 ++
 extra-i686/PKGBUILD |   46 --
 extra-i686/efibootmgr-tilt_slashes-func.patch   |   61 +
 extra-x86_64/PKGBUILD   |   46 --
 extra-x86_64/efibootmgr-tilt_slashes-func.patch |   61 +
 5 files changed, 220 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-06-03 19:31:43 UTC (rev 187099)
+++ extra-i686/PKGBUILD 2013-06-03 19:31:59 UTC (rev 187100)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor : Murtuza Akhtari inxsible at gmail dot com
-# Contributor: Keshav P R skodabenz at rocketmail dot com
-
-pkgname=efibootmgr
-pkgver=0.6.0
-pkgrel=2
-pkgdesc=Tool to modify UEFI Firmware Boot Manager Variables.
-arch=('i686' 'x86_64')
-url=http://linux.dell.com/efibootmgr/;
-license=('GPL2')
-depends=('zlib' 'pciutils')
-makedepends=()
-provides=()
-options=(strip purge docs zipman !emptydirs)
-
-source=(http://linux.dell.com/efibootmgr/permalink/${pkgname}-${pkgver}.tar.gz;)
-
-build () { 
-   rm -rf ${srcdir}/efibootmgr-${pkgver}_build/ || true
-   
-   cp -r ${srcdir}/efibootmgr-${pkgver} 
${srcdir}/efibootmgr-${pkgver}_build
-   
-   cd ${srcdir}/efibootmgr-${pkgver}_build/
-   
-   echo
-   
-   CFLAGS= make
-   echo
-   
-}
-
-
-package() {
-   
-   mkdir -p ${pkgdir}/usr/bin/
-   mkdir -p ${pkgdir}/usr/share/man/man8/
-   
-   cd ${srcdir}/efibootmgr-${pkgver}_build/
-   
-   install -D -m755 
${srcdir}/efibootmgr-${pkgver}_build/src/efibootmgr/efibootmgr 
${pkgdir}/usr/bin/efibootmgr
-   install -D -m644 
${srcdir}/efibootmgr-${pkgver}_build/src/man/man8/efibootmgr.8 
${pkgdir}/usr/share/man/man8/efibootmgr.8
-   
-}
-md5sums=('9e9a31d79e579644de83a14139b66d10')

Copied: efibootmgr/repos/extra-i686/PKGBUILD (from rev 187099, 
efibootmgr/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-06-03 19:31:59 UTC (rev 187100)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor : Murtuza Akhtari inxsible at gmail dot com
+# Contributor: Keshav P R skodabenz at rocketmail dot com
+
+pkgname=efibootmgr
+pkgver=0.6.0
+pkgrel=3
+pkgdesc=Tool to modify UEFI Firmware Boot Manager Variables.
+arch=('i686' 'x86_64')
+url=http://linux.dell.com/efibootmgr/;
+license=('GPL2')
+depends=('zlib' 'pciutils')
+makedepends=()
+provides=()
+options=(strip purge docs zipman !emptydirs)
+
+source=(http://linux.dell.com/efibootmgr/permalink/${pkgname}-${pkgver}.tar.gz;
+efibootmgr-tilt_slashes-func.patch
+)
+
+build () { 
+   rm -rf ${srcdir}/efibootmgr-${pkgver}_build/ || true
+   
+   cp -r ${srcdir}/efibootmgr-${pkgver} 
${srcdir}/efibootmgr-${pkgver}_build
+   
+   cd ${srcdir}/efibootmgr-${pkgver}_build/
+   patch -Np1 -i ${srcdir}/efibootmgr-tilt_slashes-func.patch
+   echo
+   
+   CFLAGS= make
+   echo
+   
+}
+
+
+package() {
+   
+   mkdir -p ${pkgdir}/usr/bin/
+   mkdir -p ${pkgdir}/usr/share/man/man8/
+   
+   cd ${srcdir}/efibootmgr-${pkgver}_build/
+   
+   install -D -m755 
${srcdir}/efibootmgr-${pkgver}_build/src/efibootmgr/efibootmgr 
${pkgdir}/usr/bin/efibootmgr
+   install -D -m644 
${srcdir}/efibootmgr-${pkgver}_build/src/man/man8/efibootmgr.8 
${pkgdir}/usr/share/man/man8/efibootmgr.8
+   
+}
+md5sums=('9e9a31d79e579644de83a14139b66d10'
+ '3622c0e978cf859cae60803a6b6a0c5e')

Copied: efibootmgr/repos/extra-i686/efibootmgr-tilt_slashes-func.patch (from 
rev 187099, efibootmgr/trunk/efibootmgr-tilt_slashes-func.patch)
===
--- extra-i686/efibootmgr-tilt_slashes-func.patch   
(rev 0)
+++ extra-i686/efibootmgr-tilt_slashes-func.patch   2013-06-03 19:31:59 UTC 
(rev 187100)
@@ -0,0 +1,61 @@
+diff --git a/src/efibootmgr/efibootmgr.c 

[arch-commits] Commit in perl-io-socket-inet6/repos/extra-any (PKGBUILD PKGBUILD)

2013-06-03 Thread Florian Pritz
Date: Monday, June 3, 2013 @ 21:42:34
  Author: bluewind
Revision: 187102

archrelease: copy trunk to extra-any

Added:
  perl-io-socket-inet6/repos/extra-any/PKGBUILD
(from rev 187101, perl-io-socket-inet6/trunk/PKGBUILD)
Deleted:
  perl-io-socket-inet6/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-03 19:42:25 UTC (rev 187101)
+++ PKGBUILD2013-06-03 19:42:34 UTC (rev 187102)
@@ -1,49 +0,0 @@
-# Maintainer: Florian Pritz bluew...@xinu.at
-# Generator  : CPANPLUS::Dist::Arch 1.18
-
-pkgname='perl-io-socket-inet6'
-pkgver=2.69
-pkgrel=2
-pkgdesc=Object interface for AF_INET|AF_INET6 domain sockets
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl-socket6=0.12')
-makedepends=()
-url='http://search.cpan.org/dist/IO-Socket-INET6'
-source=(http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/IO-Socket-INET6-$pkgver.tar.gz;)
-md5sums=('12a80a5164a775294a9bf9c812fc3257')
-sha512sums=('be3398a64daafa0e90e6c66c6a51b94b4063f7fb6527fbb300f5ccd100770929b69b8472602117988cf0b452e4cfb857527861c272c8c0038b3e3efffac77cde')
-_distdir=${srcdir}/IO-Socket-INET6-$pkgver
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT=INSTALLDIRS=vendor \
-  PERL_MB_OPT=--installdirs vendor \
-  MODULEBUILDRC=/dev/null
-
-cd $_distdir
-/usr/bin/perl Makefile.PL
-make
-  )
-}
-
-check() {
-  cd $_distdir
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
-make test
-  )
-}
-
-package() {
-  cd $_distdir
-  make DESTDIR=$pkgdir install
-  find $pkgdir -name .packlist -o -name perllocal.pod -delete
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-io-socket-inet6/repos/extra-any/PKGBUILD (from rev 187101, 
perl-io-socket-inet6/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-06-03 19:42:34 UTC (rev 187102)
@@ -0,0 +1,49 @@
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Generator  : CPANPLUS::Dist::Arch 1.18
+
+pkgname='perl-io-socket-inet6'
+pkgver=2.70
+pkgrel=1
+pkgdesc=Object interface for AF_INET|AF_INET6 domain sockets
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-socket6=0.12')
+makedepends=()
+url='http://search.cpan.org/dist/IO-Socket-INET6'
+source=(http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/IO-Socket-INET6-$pkgver.tar.gz;)
+md5sums=('c443e394ec9d128a3d8dca77f8e14426')
+sha512sums=('2dbbc35de49d1cee1b8f0f50bd4afda57beb066286269beecb1699ddf06a9837f50a989e790c79eba76409d93a8beffdfae3d7b4add30181a973e1a0ee17ef0c')
+_distdir=IO-Socket-INET6-$pkgver
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT=INSTALLDIRS=vendor \
+  PERL_MB_OPT=--installdirs vendor \
+  MODULEBUILDRC=/dev/null
+
+cd $_distdir
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd $_distdir
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
+make test
+  )
+}
+
+package() {
+  cd $_distdir
+  make DESTDIR=$pkgdir install
+  find $pkgdir -name .packlist -o -name perllocal.pod -delete
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in perl-io-socket-inet6/trunk (PKGBUILD)

2013-06-03 Thread Florian Pritz
Date: Monday, June 3, 2013 @ 21:42:25
  Author: bluewind
Revision: 187101

upgpkg: perl-io-socket-inet6 2.70-1

upstream update

Modified:
  perl-io-socket-inet6/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 19:31:59 UTC (rev 187100)
+++ PKGBUILD2013-06-03 19:42:25 UTC (rev 187101)
@@ -2,8 +2,8 @@
 # Generator  : CPANPLUS::Dist::Arch 1.18
 
 pkgname='perl-io-socket-inet6'
-pkgver=2.69
-pkgrel=2
+pkgver=2.70
+pkgrel=1
 pkgdesc=Object interface for AF_INET|AF_INET6 domain sockets
 arch=('any')
 license=('PerlArtistic' 'GPL')
@@ -12,9 +12,9 @@
 makedepends=()
 url='http://search.cpan.org/dist/IO-Socket-INET6'
 
source=(http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/IO-Socket-INET6-$pkgver.tar.gz;)
-md5sums=('12a80a5164a775294a9bf9c812fc3257')
-sha512sums=('be3398a64daafa0e90e6c66c6a51b94b4063f7fb6527fbb300f5ccd100770929b69b8472602117988cf0b452e4cfb857527861c272c8c0038b3e3efffac77cde')
-_distdir=${srcdir}/IO-Socket-INET6-$pkgver
+md5sums=('c443e394ec9d128a3d8dca77f8e14426')
+sha512sums=('2dbbc35de49d1cee1b8f0f50bd4afda57beb066286269beecb1699ddf06a9837f50a989e790c79eba76409d93a8beffdfae3d7b4add30181a973e1a0ee17ef0c')
+_distdir=IO-Socket-INET6-$pkgver
 
 build() {
   ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \



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

2013-06-03 Thread Lukas Jirkovsky
Date: Monday, June 3, 2013 @ 21:49:52
  Author: stativ
Revision: 92302

upgpkg: cdrtools 3.01a15-1

update to 3.01a15

Modified:
  cdrtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 16:47:17 UTC (rev 92301)
+++ PKGBUILD2013-06-03 19:49:52 UTC (rev 92302)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
 pkgname=cdrtools
-pkgver=3.01a14
+pkgver=3.01a15
 pkgrel=1
 pkgdesc=Original cdrtools supporting CD, DVD and BluRay burning
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 backup=('etc/default/cdrecord' 'etc/default/rscsi')
 install=cdrtools.install
 source=(http://ftp.berlios.de/pub/cdrecord/alpha/cdrtools-$pkgver.tar.bz2)
-md5sums=('2e6fd2edfac7ca7c73e12241d37aa659')
+md5sums=('3602831b33d9c4278b66a7db9c02f233')
 
 build() {
   cd $srcdir/cdrtools-${pkgver%%a*}



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

2013-06-03 Thread Lukas Jirkovsky
Date: Monday, June 3, 2013 @ 21:49:59
  Author: stativ
Revision: 92303

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

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

---+
 /PKGBUILD |  100 
 /cdrtools.install |   28 ++
 community-i686/PKGBUILD   |   50 --
 community-i686/cdrtools.install   |   14 -
 community-x86_64/PKGBUILD |   50 --
 community-x86_64/cdrtools.install |   14 -
 6 files changed, 128 insertions(+), 128 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-03 19:49:52 UTC (rev 92302)
+++ community-i686/PKGBUILD 2013-06-03 19:49:59 UTC (rev 92303)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
-pkgname=cdrtools
-pkgver=3.01a14
-pkgrel=1
-pkgdesc=Original cdrtools supporting CD, DVD and BluRay burning
-arch=('i686' 'x86_64')
-url=http://cdrecord.berlios.de/private/cdrecord.html;
-license=('CDDL')
-depends=('acl' 'libcap')
-conflicts=('cdrkit')
-provides=('cdrkit')
-options=(!makeflags)
-backup=('etc/default/cdrecord' 'etc/default/rscsi')
-install=cdrtools.install
-source=(http://ftp.berlios.de/pub/cdrecord/alpha/cdrtools-$pkgver.tar.bz2)
-md5sums=('2e6fd2edfac7ca7c73e12241d37aa659')
-
-build() {
-  cd $srcdir/cdrtools-${pkgver%%a*}
-  sed -i 's|/opt/schily|/usr|g' DEFAULTS/Defaults.linux
-  sed -i 's|DEFINSGRP=.*|DEFINSGRP=root|' DEFAULTS/Defaults.linux
-  # install rscsi to /usr/bin instead of /usr/sbin
-  sed -i 's|INSDIR=.*|INSDIR=bin|' rscsi/Makefile
-  
-  export GMAKE_NOWARN=true
-  make INS_BASE=/usr INS_RBASE=/
-}
-
-package() {
-  cd $srcdir/cdrtools-${pkgver%%a*}
-
-  export GMAKE_NOWARN=true
-  make INS_BASE=/usr INS_RBASE=/ DESTDIR=$pkgdir install
-  rm -rf $pkgdir/usr/include
-  rm -rf $pkgdir/usr/lib/{*.a,profiled}
-
-  # autoload 'sg' module needed by cdrecord
-  install -d -m755 $pkgdir/usr/lib/modules-load.d/
-  echo sg  $pkgdir/usr/lib/modules-load.d/cdrecord.conf
-
-  # create symlinks for cdrkit compatibility
-  cd $pkgdir/usr/bin
-  ln -s cdrecord wodim
-  ln -s readcd readom
-  ln -s mkisofs genisoimage
-  ln -s cdda2wav icedax
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cdrtools/repos/community-i686/PKGBUILD (from rev 92302, 
cdrtools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-03 19:49:59 UTC (rev 92303)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=cdrtools
+pkgver=3.01a15
+pkgrel=1
+pkgdesc=Original cdrtools supporting CD, DVD and BluRay burning
+arch=('i686' 'x86_64')
+url=http://cdrecord.berlios.de/private/cdrecord.html;
+license=('CDDL')
+depends=('acl' 'libcap')
+conflicts=('cdrkit')
+provides=('cdrkit')
+options=(!makeflags)
+backup=('etc/default/cdrecord' 'etc/default/rscsi')
+install=cdrtools.install
+source=(http://ftp.berlios.de/pub/cdrecord/alpha/cdrtools-$pkgver.tar.bz2)
+md5sums=('3602831b33d9c4278b66a7db9c02f233')
+
+build() {
+  cd $srcdir/cdrtools-${pkgver%%a*}
+  sed -i 's|/opt/schily|/usr|g' DEFAULTS/Defaults.linux
+  sed -i 's|DEFINSGRP=.*|DEFINSGRP=root|' DEFAULTS/Defaults.linux
+  # install rscsi to /usr/bin instead of /usr/sbin
+  sed -i 's|INSDIR=.*|INSDIR=bin|' rscsi/Makefile
+  
+  export GMAKE_NOWARN=true
+  make INS_BASE=/usr INS_RBASE=/
+}
+
+package() {
+  cd $srcdir/cdrtools-${pkgver%%a*}
+
+  export GMAKE_NOWARN=true
+  make INS_BASE=/usr INS_RBASE=/ DESTDIR=$pkgdir install
+  rm -rf $pkgdir/usr/include
+  rm -rf $pkgdir/usr/lib/{*.a,profiled}
+
+  # autoload 'sg' module needed by cdrecord
+  install -d -m755 $pkgdir/usr/lib/modules-load.d/
+  echo sg  $pkgdir/usr/lib/modules-load.d/cdrecord.conf
+
+  # create symlinks for cdrkit compatibility
+  cd $pkgdir/usr/bin
+  ln -s cdrecord wodim
+  ln -s readcd readom
+  ln -s mkisofs genisoimage
+  ln -s cdda2wav icedax
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/cdrtools.install
===
--- community-i686/cdrtools.install 2013-06-03 19:49:52 UTC (rev 92302)
+++ community-i686/cdrtools.install 2013-06-03 19:49:59 UTC (rev 92303)
@@ -1,14 +0,0 @@
-
-post_install() {
-  echo To allow other 

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

2013-06-03 Thread Florian Pritz
Date: Monday, June 3, 2013 @ 21:50:50
  Author: bluewind
Revision: 92305

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

Added:
  xbindkeys/repos/community-staging-i686/
  xbindkeys/repos/community-staging-i686/PKGBUILD
(from rev 92304, xbindkeys/trunk/PKGBUILD)
  xbindkeys/repos/community-staging-x86_64/
  xbindkeys/repos/community-staging-x86_64/PKGBUILD
(from rev 92304, xbindkeys/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   27 +++
 community-staging-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: xbindkeys/repos/community-staging-i686/PKGBUILD (from rev 92304, 
xbindkeys/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-06-03 19:50:50 UTC (rev 92305)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Thayer Williams tha...@archlinux.org
+
+pkgname=xbindkeys
+pkgver=1.8.5
+pkgrel=4
+pkgdesc=Launch shell commands with your keyboard or your mouse under X
+arch=('i686' 'x86_64')
+url=http://www.nongnu.org/xbindkeys/xbindkeys.html;
+license=('GPL')
+depends=('libx11' 'guile')
+optdepends=('tk: xbindkeys_show')
+source=(http://www.nongnu.org/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('4b66a05594dbc6888c0a6439351aa66d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: xbindkeys/repos/community-staging-x86_64/PKGBUILD (from rev 92304, 
xbindkeys/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-06-03 19:50:50 UTC (rev 92305)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Thayer Williams tha...@archlinux.org
+
+pkgname=xbindkeys
+pkgver=1.8.5
+pkgrel=4
+pkgdesc=Launch shell commands with your keyboard or your mouse under X
+arch=('i686' 'x86_64')
+url=http://www.nongnu.org/xbindkeys/xbindkeys.html;
+license=('GPL')
+depends=('libx11' 'guile')
+optdepends=('tk: xbindkeys_show')
+source=(http://www.nongnu.org/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('4b66a05594dbc6888c0a6439351aa66d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in obex-data-server/repos (8 files)

2013-06-03 Thread Andrea Scarpino
Date: Monday, June 3, 2013 @ 22:13:14
  Author: andrea
Revision: 187105

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

Added:
  obex-data-server/repos/extra-i686/PKGBUILD
(from rev 187104, obex-data-server/trunk/PKGBUILD)
  obex-data-server/repos/extra-i686/obex-data-server-openobex17.patch
(from rev 187104, obex-data-server/trunk/obex-data-server-openobex17.patch)
  obex-data-server/repos/extra-x86_64/PKGBUILD
(from rev 187104, obex-data-server/trunk/PKGBUILD)
  obex-data-server/repos/extra-x86_64/obex-data-server-openobex17.patch
(from rev 187104, obex-data-server/trunk/obex-data-server-openobex17.patch)
Deleted:
  obex-data-server/repos/extra-i686/PKGBUILD
  obex-data-server/repos/extra-i686/obex-data-server-openobex17.patch
  obex-data-server/repos/extra-x86_64/PKGBUILD
  obex-data-server/repos/extra-x86_64/obex-data-server-openobex17.patch

+
 /PKGBUILD  |   70 +++
 /obex-data-server-openobex17.patch |   24 +++
 extra-i686/PKGBUILD|   35 ---
 extra-i686/obex-data-server-openobex17.patch   |   12 ---
 extra-x86_64/PKGBUILD  |   35 ---
 extra-x86_64/obex-data-server-openobex17.patch |   12 ---
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-06-03 20:13:07 UTC (rev 187104)
+++ extra-i686/PKGBUILD 2013-06-03 20:13:14 UTC (rev 187105)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Geoffroy Carrier geoff...@archlinux.org
-# Contributor: Roman Kyrylych ro...@archlinux.org
-# Contributor: Keerthi keerthi.li...@gmail.com
-
-pkgname=obex-data-server
-pkgver=0.4.6
-pkgrel=6
-pkgdesc=A D-Bus service providing high-level OBEX client and server side 
functionality
-arch=('i686' 'x86_64')
-url=http://wiki.muiline.com/obex-data-server;
-license=('GPL')
-depends=('dbus-glib' 'openobex' 'imagemagick')
-source=(http://tadas.dailyda.com/software/${pkgname}-${pkgver}.tar.gz;
-obex-data-server-openobex17.patch)
-md5sums=('961ca5db6fe9c97024e133cc6203cc4d'
- '4199b3f0178d2b58eb36ee36ed1d07d5')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i ${srcdir}/obex-data-server-openobex17.patch
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---sysconfdir=/etc
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: obex-data-server/repos/extra-i686/PKGBUILD (from rev 187104, 
obex-data-server/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-06-03 20:13:14 UTC (rev 187105)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Keerthi keerthi.li...@gmail.com
+
+pkgname=obex-data-server
+pkgver=0.4.6
+pkgrel=7
+pkgdesc=A D-Bus service providing high-level OBEX client and server side 
functionality
+arch=('i686' 'x86_64')
+url=http://wiki.muiline.com/obex-data-server;
+license=('GPL')
+depends=('dbus-glib' 'openobex' 'imagemagick' 'libusb-compat')
+source=(http://tadas.dailyda.com/software/${pkgname}-${pkgver}.tar.gz;
+obex-data-server-openobex17.patch)
+md5sums=('961ca5db6fe9c97024e133cc6203cc4d'
+ '4199b3f0178d2b58eb36ee36ed1d07d5')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/obex-data-server-openobex17.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/obex-data-server-openobex17.patch
===
--- extra-i686/obex-data-server-openobex17.patch2013-06-03 20:13:07 UTC 
(rev 187104)
+++ extra-i686/obex-data-server-openobex17.patch2013-06-03 20:13:14 UTC 
(rev 187105)
@@ -1,12 +0,0 @@
-diff -Naur obex-data-server-0.4.6-orig/src/ods-obex.c 
obex-data-server-0.4.6/src/ods-obex.c
 obex-data-server-0.4.6-orig/src/ods-obex.c 2013-05-29 16:01:54.051692334 
-0400
-+++ obex-data-server-0.4.6/src/ods-obex.c  2013-05-29 16:03:23.200697099 
-0400
-@@ -412,7 +412,7 @@
-   goto err;
-   }
- 
--  interfaces_num = OBEX_FindInterfaces(obex_context-obex_handle, 
obex_intf);
-+  interfaces_num = OBEX_EnumerateInterfaces(obex_context-obex_handle);
-   if (intf_num = interfaces_num) {
-   g_set_error (error, ODS_ERROR, ODS_ERROR_FAILED, Invalid 
interface number);
-   goto err;

Copied: obex-data-server/repos/extra-i686/obex-data-server-openobex17.patch 
(from rev 187104, 

[arch-commits] Commit in obex-data-server/trunk (PKGBUILD)

2013-06-03 Thread Andrea Scarpino
Date: Monday, June 3, 2013 @ 22:13:07
  Author: andrea
Revision: 187104

upgpkg: obex-data-server 0.4.6-7

Add missing dependence

Modified:
  obex-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 19:46:10 UTC (rev 187103)
+++ PKGBUILD2013-06-03 20:13:07 UTC (rev 187104)
@@ -6,12 +6,12 @@
 
 pkgname=obex-data-server
 pkgver=0.4.6
-pkgrel=6
+pkgrel=7
 pkgdesc=A D-Bus service providing high-level OBEX client and server side 
functionality
 arch=('i686' 'x86_64')
 url=http://wiki.muiline.com/obex-data-server;
 license=('GPL')
-depends=('dbus-glib' 'openobex' 'imagemagick')
+depends=('dbus-glib' 'openobex' 'imagemagick' 'libusb-compat')
 source=(http://tadas.dailyda.com/software/${pkgname}-${pkgver}.tar.gz;
 obex-data-server-openobex17.patch)
 md5sums=('961ca5db6fe9c97024e133cc6203cc4d'



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

2013-06-03 Thread Tom Gundersen
Date: Monday, June 3, 2013 @ 21:46:10
  Author: tomegun
Revision: 187103

update bluez deps

Modified:
  libreoffice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 19:42:34 UTC (rev 187102)
+++ PKGBUILD2013-06-03 19:46:10 UTC (rev 187103)
@@ -29,7 +29,7 @@
  'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' #'boost'
  'apache-ant' 'gperf' 'kdelibs' 'gconf' 'cppunit'
  'beanshell'  'vigra' 'clucene' 'junit' 'libmythes' 'libwpg' 
'imagemagick'
- 'glu' 'mesa' 'gst-plugins-base-libs' 'java-environment' 
'postgresql-libs' 'doxygen' 'clucene' 'bluez'
+ 'glu' 'mesa' 'gst-plugins-base-libs' 'java-environment' 
'postgresql-libs' 'doxygen' 'clucene' 'bluez-libs'
  # the runtime dependencies
  curl=7.20.0 hunspell=1.2.8 python=3.3 'libwpd=0.9.2' 
'libwps' 'libxaw' neon=0.28.6
  'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib' 
'libxslt' 'librsvg' icu=51.1 



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

2013-06-03 Thread Florian Pritz
Date: Monday, June 3, 2013 @ 21:50:46
  Author: bluewind
Revision: 92304

upgpkg: xbindkeys 1.8.5-4

rebuild for guile 2

Modified:
  xbindkeys/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 19:49:59 UTC (rev 92303)
+++ PKGBUILD2013-06-03 19:50:46 UTC (rev 92304)
@@ -5,7 +5,7 @@
 
 pkgname=xbindkeys
 pkgver=1.8.5
-pkgrel=3
+pkgrel=4
 pkgdesc=Launch shell commands with your keyboard or your mouse under X
 arch=('i686' 'x86_64')
 url=http://www.nongnu.org/xbindkeys/xbindkeys.html;



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

2013-06-03 Thread Tobias Powalowski
Date: Monday, June 3, 2013 @ 22:14:45
  Author: tpowa
Revision: 187107

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

Added:
  qemu/repos/testing-i686/65-kvm.rules
(from rev 187106, qemu/trunk/65-kvm.rules)
  qemu/repos/testing-i686/PKGBUILD
(from rev 187106, qemu/trunk/PKGBUILD)
  qemu/repos/testing-i686/qemu.install
(from rev 187106, qemu/trunk/qemu.install)
  qemu/repos/testing-x86_64/65-kvm.rules
(from rev 187106, qemu/trunk/65-kvm.rules)
  qemu/repos/testing-x86_64/PKGBUILD
(from rev 187106, qemu/trunk/PKGBUILD)
  qemu/repos/testing-x86_64/qemu.install
(from rev 187106, qemu/trunk/qemu.install)
Deleted:
  qemu/repos/testing-i686/65-kvm.rules
  qemu/repos/testing-i686/PKGBUILD
  qemu/repos/testing-i686/qemu.install
  qemu/repos/testing-x86_64/65-kvm.rules
  qemu/repos/testing-x86_64/PKGBUILD
  qemu/repos/testing-x86_64/qemu.install

-+
 /65-kvm.rules   |4 +
 /PKGBUILD   |  110 ++
 /qemu.install   |   46 +
 testing-i686/65-kvm.rules   |2 
 testing-i686/PKGBUILD   |   55 -
 testing-i686/qemu.install   |   23 
 testing-x86_64/65-kvm.rules |2 
 testing-x86_64/PKGBUILD |   55 -
 testing-x86_64/qemu.install |   23 
 9 files changed, 160 insertions(+), 160 deletions(-)

Deleted: testing-i686/65-kvm.rules
===
--- testing-i686/65-kvm.rules   2013-06-03 20:14:25 UTC (rev 187106)
+++ testing-i686/65-kvm.rules   2013-06-03 20:14:45 UTC (rev 187107)
@@ -1,2 +0,0 @@
-KERNEL==kvm, GROUP=kvm, MODE=0660
-KERNEL==vhost-net, GROUP=kvm, MODE=0660, TAG+=uaccess

Copied: qemu/repos/testing-i686/65-kvm.rules (from rev 187106, 
qemu/trunk/65-kvm.rules)
===
--- testing-i686/65-kvm.rules   (rev 0)
+++ testing-i686/65-kvm.rules   2013-06-03 20:14:45 UTC (rev 187107)
@@ -0,0 +1,2 @@
+KERNEL==kvm, GROUP=kvm, MODE=0660
+KERNEL==vhost-net, GROUP=kvm, MODE=0660, TAG+=uaccess

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-06-03 20:14:25 UTC (rev 187106)
+++ testing-i686/PKGBUILD   2013-06-03 20:14:45 UTC (rev 187107)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-pkgname=qemu
-pkgver=1.5.0
-pkgrel=2
-pkgdesc=A generic and open source processor emulator which achieves a good 
emulation speed by using dynamic translation.
-arch=('i686' 'x86_64')
-license=('GPL2' 'LGPL2.1')
-url=http://wiki.qemu.org/Index.html;
-makedepends=('texi2html' 'perl' 'python2' 'gtk3' 'vte3')
-depends=('pixman' 'libjpeg' 'libpng' 'sdl' 'alsa-lib' 'nss' 'glib2'
- 'gnutls=2.4.1' 'bluez' 'vde2' 'util-linux' 'curl' 'libsasl'
- 'libgl' 'libpulse' 'seabios' 'libcap-ng' 'libaio' 'libseccomp'
- 'libiscsi' 'gtk3' 'vte3')
-backup=('etc/qemu/target-x86_64.conf')
-install=qemu.install
-source=(http://wiki.qemu.org/download/${pkgname}-${pkgver}.tar.bz2
-65-kvm.rules)
-replaces=('qemu-kvm')
-options=(!strip)
-
-build ()
-{
-  cd ${srcdir}/${pkgname}-${pkgver}  
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --python=/usr/bin/python2 --smbd=/usr/bin/smbd \
-  --enable-docs --enable-mixemu --libexecdir=/usr/lib/qemu \
-  --enable-gtk --with-gtkabi=3.0 --enable-linux-aio 
--enable-seccomp
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} libexecdir=/usr/lib/qemu install
-  rm ${pkgdir}/usr/share/qemu/bios.bin
-
-  install -D -m644 ${srcdir}/65-kvm.rules \
-   ${pkgdir}/usr/lib/udev/rules.d/65-kvm.rules
-  # bridge_helper needs suid
-  # https://bugs.archlinux.org/task/32565
-  chmod u+s ${pkgdir}/usr/lib/qemu/qemu-bridge-helper
-  # add sample config
-  echo allow br0  ${pkgdir}/etc/qemu/bridge.conf.sample
-  # strip scripts directory
-find ${pkgdir}/usr/src/linux-${_kernver}/scripts  -type f -perm -u+w 
2/dev/null | while read binary ; do
-  case $(file -bi $binary) in
-*application/x-executable*) # Binaries
-/usr/bin/strip $STRIP_BINARIES $binary;;
-  esac
-done
-
-}
-
-md5sums=('b6f3265b8ed39d77e8f354f35cc26e16'
- '9d6de26867a05c306157e3d3c612b28a')

Copied: qemu/repos/testing-i686/PKGBUILD (from rev 187106, qemu/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-06-03 20:14:45 UTC (rev 187107)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=qemu
+pkgver=1.5.0
+pkgrel=3
+pkgdesc=A generic and open source processor emulator which achieves a good 
emulation speed by using dynamic translation.
+arch=('i686' 'x86_64')

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

2013-06-03 Thread Bartłomiej Piotrowski
Date: Monday, June 3, 2013 @ 22:18:47
  Author: bpiotrowski
Revision: 92307

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

Added:
  luajit/repos/community-i686/PKGBUILD
(from rev 92306, luajit/trunk/PKGBUILD)
  luajit/repos/community-x86_64/PKGBUILD
(from rev 92306, luajit/trunk/PKGBUILD)
Deleted:
  luajit/repos/community-i686/PKGBUILD
  luajit/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-03 20:18:30 UTC (rev 92306)
+++ community-i686/PKGBUILD 2013-06-03 20:18:47 UTC (rev 92307)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Chris Brannon ch...@the-brannons.com
-# Contributor: Paulo Matias matiasΘarchlinux-br·org
-# Contributor: Anders Bergh ande...@gmail.com
-
-pkgname=luajit
-pkgver=2.0.1
-pkgrel=2
-pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
-arch=('i686' 'x86_64')
-url='http://luajit.org/'
-license=('MIT')
-depends=('gcc-libs') 
-source=(http://luajit.org/download/LuaJIT-${pkgver/rc/-rc}.tar.gz
-http://luajit.org/download/v2.0.1_hotfix1.patch)
-sha256sums=('2371cceb53453d8a7b36451e6a0ccdb66236924545d6042ddd4c34e9668990c0'
-'143898de3fe84455684fddb92947d36c1a51c6a6e3884813fe5e025bd4652368')
-
-build() { 
-  cd $srcdir/LuaJIT-$pkgver
-  patch -Np1 -i $srcdir//v2.0.1_hotfix1.patch
-  make amalg PREFIX=/usr
-}
-
-package() {
-  cd $srcdir/LuaJIT-$pkgver
-  make install DESTDIR=$pkgdir PREFIX=/usr
-
-  install -Dm644 $srcdir/LuaJIT-$pkgver/COPYRIGHT \
- $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
-}

Copied: luajit/repos/community-i686/PKGBUILD (from rev 92306, 
luajit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-03 20:18:47 UTC (rev 92307)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Chris Brannon ch...@the-brannons.com
+# Contributor: Paulo Matias matiasΘarchlinux-br·org
+# Contributor: Anders Bergh ande...@gmail.com
+
+pkgname=luajit
+pkgver=2.0.2
+pkgrel=1
+pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
+arch=('i686' 'x86_64')
+url='http://luajit.org/'
+license=('MIT')
+depends=('gcc-libs') 
+source=(http://luajit.org/download/LuaJIT-${pkgver/rc/-rc}.tar.gz)
+sha256sums=('c05202974a5890e777b181908ac237625b499aece026654d7cc33607e3f46c38')
+
+build() { 
+  cd $srcdir/LuaJIT-$pkgver
+  make amalg PREFIX=/usr
+}
+
+package() {
+  cd $srcdir/LuaJIT-$pkgver
+  make install DESTDIR=$pkgdir PREFIX=/usr
+
+  install -Dm644 $srcdir/LuaJIT-$pkgver/COPYRIGHT \
+ $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-06-03 20:18:30 UTC (rev 92306)
+++ community-x86_64/PKGBUILD   2013-06-03 20:18:47 UTC (rev 92307)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Chris Brannon ch...@the-brannons.com
-# Contributor: Paulo Matias matiasΘarchlinux-br·org
-# Contributor: Anders Bergh ande...@gmail.com
-
-pkgname=luajit
-pkgver=2.0.1
-pkgrel=2
-pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
-arch=('i686' 'x86_64')
-url='http://luajit.org/'
-license=('MIT')
-depends=('gcc-libs') 
-source=(http://luajit.org/download/LuaJIT-${pkgver/rc/-rc}.tar.gz
-http://luajit.org/download/v2.0.1_hotfix1.patch)
-sha256sums=('2371cceb53453d8a7b36451e6a0ccdb66236924545d6042ddd4c34e9668990c0'
-'143898de3fe84455684fddb92947d36c1a51c6a6e3884813fe5e025bd4652368')
-
-build() { 
-  cd $srcdir/LuaJIT-$pkgver
-  patch -Np1 -i $srcdir//v2.0.1_hotfix1.patch
-  make amalg PREFIX=/usr
-}
-
-package() {
-  cd $srcdir/LuaJIT-$pkgver
-  make install DESTDIR=$pkgdir PREFIX=/usr
-
-  install -Dm644 $srcdir/LuaJIT-$pkgver/COPYRIGHT \
- $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT
-}

Copied: luajit/repos/community-x86_64/PKGBUILD (from rev 92306, 
luajit/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-06-03 20:18:47 UTC (rev 92307)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Chris Brannon ch...@the-brannons.com
+# Contributor: Paulo Matias matiasΘarchlinux-br·org
+# Contributor: Anders Bergh ande...@gmail.com
+
+pkgname=luajit
+pkgver=2.0.2
+pkgrel=1

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

2013-06-03 Thread Bartłomiej Piotrowski
Date: Monday, June 3, 2013 @ 22:18:30
  Author: bpiotrowski
Revision: 92306

upgpkg: luajit 2.0.2-1

- upstream release

Modified:
  luajit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-03 19:50:50 UTC (rev 92305)
+++ PKGBUILD2013-06-03 20:18:30 UTC (rev 92306)
@@ -5,21 +5,18 @@
 # Contributor: Anders Bergh ande...@gmail.com
 
 pkgname=luajit
-pkgver=2.0.1
-pkgrel=2
+pkgver=2.0.2
+pkgrel=1
 pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
 arch=('i686' 'x86_64')
 url='http://luajit.org/'
 license=('MIT')
 depends=('gcc-libs') 
-source=(http://luajit.org/download/LuaJIT-${pkgver/rc/-rc}.tar.gz
-http://luajit.org/download/v2.0.1_hotfix1.patch)
-sha256sums=('2371cceb53453d8a7b36451e6a0ccdb66236924545d6042ddd4c34e9668990c0'
-'143898de3fe84455684fddb92947d36c1a51c6a6e3884813fe5e025bd4652368')
+source=(http://luajit.org/download/LuaJIT-${pkgver/rc/-rc}.tar.gz)
+sha256sums=('c05202974a5890e777b181908ac237625b499aece026654d7cc33607e3f46c38')
 
 build() { 
   cd $srcdir/LuaJIT-$pkgver
-  patch -Np1 -i $srcdir//v2.0.1_hotfix1.patch
   make amalg PREFIX=/usr
 }
 



  1   2   >