[arch-commits] Commit in coin-or-osi/repos (4 files)

2015-01-19 Thread Antonio Rojas
Date: Monday, January 19, 2015 @ 23:49:31
  Author: arojas
Revision: 126256

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

Added:
  coin-or-osi/repos/community-staging-i686/
  coin-or-osi/repos/community-staging-i686/PKGBUILD
(from rev 126255, coin-or-osi/trunk/PKGBUILD)
  coin-or-osi/repos/community-staging-x86_64/
  coin-or-osi/repos/community-staging-x86_64/PKGBUILD
(from rev 126255, coin-or-osi/trunk/PKGBUILD)

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

Copied: coin-or-osi/repos/community-staging-i686/PKGBUILD (from rev 126255, 
coin-or-osi/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-01-19 22:49:31 UTC (rev 126256)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=coin-or-osi
+pkgver=0.107.0
+pkgrel=2
+pkgdesc=COIN-OR Open Solver Interface
+arch=('i686' 'x86_64')
+url=https://projects.coin-or.org/Osi;
+license=('EPL')
+groups=('coin-or')
+depends=('coin-or-coinutils')
+makedepends=('gcc-fortran' 'lapack' 'glpk')
+source=(http://www.coin-or.org/download/source/Osi/Osi-${pkgver}.tgz;)
+sha1sums=('cb50dbb9e39b1f4788423a273d32babd6a1c43d0')
+
+
+build() {
+  cd Osi-$pkgver
+  COIN_SKIP_PROJECTS=Sample \
+  ./configure --prefix=/usr --enable-dependency-linking \
+  --with-coinutils-lib=$(pkg-config --libs coinutils) \
+  --with-coinutils-incdir=/usr/include/coin/
+  make
+}
+
+package() {
+  cd Osi-$pkgver
+  PKG_CONFIG_LIBDIR=${pkgdir}/usr/lib/pkgconfig/ \
+  make DESTDIR=$pkgdir install
+}

Copied: coin-or-osi/repos/community-staging-x86_64/PKGBUILD (from rev 126255, 
coin-or-osi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-01-19 22:49:31 UTC (rev 126256)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=coin-or-osi
+pkgver=0.107.0
+pkgrel=2
+pkgdesc=COIN-OR Open Solver Interface
+arch=('i686' 'x86_64')
+url=https://projects.coin-or.org/Osi;
+license=('EPL')
+groups=('coin-or')
+depends=('coin-or-coinutils')
+makedepends=('gcc-fortran' 'lapack' 'glpk')
+source=(http://www.coin-or.org/download/source/Osi/Osi-${pkgver}.tgz;)
+sha1sums=('cb50dbb9e39b1f4788423a273d32babd6a1c43d0')
+
+
+build() {
+  cd Osi-$pkgver
+  COIN_SKIP_PROJECTS=Sample \
+  ./configure --prefix=/usr --enable-dependency-linking \
+  --with-coinutils-lib=$(pkg-config --libs coinutils) \
+  --with-coinutils-incdir=/usr/include/coin/
+  make
+}
+
+package() {
+  cd Osi-$pkgver
+  PKG_CONFIG_LIBDIR=${pkgdir}/usr/lib/pkgconfig/ \
+  make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in coin-or-coinutils/repos (4 files)

2015-01-19 Thread Antonio Rojas
Date: Monday, January 19, 2015 @ 23:42:00
  Author: arojas
Revision: 126254

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

Added:
  coin-or-coinutils/repos/community-staging-i686/PKGBUILD
(from rev 126253, coin-or-coinutils/trunk/PKGBUILD)
  coin-or-coinutils/repos/community-staging-x86_64/PKGBUILD
(from rev 126253, coin-or-coinutils/trunk/PKGBUILD)
Deleted:
  coin-or-coinutils/repos/community-staging-i686/PKGBUILD
  coin-or-coinutils/repos/community-staging-x86_64/PKGBUILD

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

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2015-01-19 22:41:14 UTC (rev 126253)
+++ community-staging-i686/PKGBUILD 2015-01-19 22:42:00 UTC (rev 126254)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Contributor: tikysal tiky...@gmail.com
-# Derived from Daniel Ehlers'
-
-pkgname=coin-or-coinutils
-pkgver=2.10.0
-pkgrel=2
-pkgdesc=COIN-OR collection of utility classes
-arch=('i686' 'x86_64')
-url=https://projects.coin-or.org/CoinUtils;
-license=('EPL')
-depends=('zlib' 'bzip2')
-makedepends=('gcc-fortran' 'glpk' 'lapack')
-groups=('coin-or')
-source=(http://www.coin-or.org/download/source/CoinUtils/CoinUtils-${pkgver}.tgz;)
-sha1sums=('99c897d20305e0aac87c7db7f3a2c45dbe3cf874')
-
-build() {
-  cd CoinUtils-$pkgver
-
-  export LDFLAGS=$LDFLAGS -lz -lbz2
-  ./configure --prefix=/usr --with-blas-lib='-lblas' 
--with-lapack-lib='-llapack' --with-glpk-lib='-lglpk' -C
-  make
-}
-
-check() {
-  cd CoinUtils-$pkgver
-  make test
-}
-
-package() {
-  cd CoinUtils-$pkgver
-  PKG_CONFIG_LIBDIR=${pkgdir}/usr/lib/pkgconfig/ \
-  make DESTDIR=$pkgdir install
-}

Copied: coin-or-coinutils/repos/community-staging-i686/PKGBUILD (from rev 
126253, coin-or-coinutils/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-01-19 22:42:00 UTC (rev 126254)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: tikysal tiky...@gmail.com
+# Derived from Daniel Ehlers'
+
+pkgname=coin-or-coinutils
+pkgver=2.10.0
+pkgrel=3
+pkgdesc=COIN-OR collection of utility classes
+arch=('i686' 'x86_64')
+url=https://projects.coin-or.org/CoinUtils;
+license=('EPL')
+depends=('zlib' 'bzip2' 'glpk' 'lapack')
+makedepends=('gcc-fortran')
+groups=('coin-or')
+source=(http://www.coin-or.org/download/source/CoinUtils/CoinUtils-${pkgver}.tgz;)
+sha1sums=('99c897d20305e0aac87c7db7f3a2c45dbe3cf874')
+
+build() {
+  cd CoinUtils-$pkgver
+
+  ./configure --prefix=/usr --with-blas-lib='-lblas' 
--with-lapack-lib='-llapack' --with-glpk-lib='-lglpk' 
--enable-dependency-linking
+  make
+}
+
+check() {
+  cd CoinUtils-$pkgver
+  make test
+}
+
+package() {
+  cd CoinUtils-$pkgver
+  PKG_CONFIG_LIBDIR=${pkgdir}/usr/lib/pkgconfig/ \
+  make DESTDIR=$pkgdir install
+}

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2015-01-19 22:41:14 UTC (rev 126253)
+++ community-staging-x86_64/PKGBUILD   2015-01-19 22:42:00 UTC (rev 126254)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Contributor: tikysal tiky...@gmail.com
-# Derived from Daniel Ehlers'
-
-pkgname=coin-or-coinutils
-pkgver=2.10.0
-pkgrel=2
-pkgdesc=COIN-OR collection of utility classes
-arch=('i686' 'x86_64')
-url=https://projects.coin-or.org/CoinUtils;
-license=('EPL')
-depends=('zlib' 'bzip2')
-makedepends=('gcc-fortran' 'glpk' 'lapack')
-groups=('coin-or')
-source=(http://www.coin-or.org/download/source/CoinUtils/CoinUtils-${pkgver}.tgz;)
-sha1sums=('99c897d20305e0aac87c7db7f3a2c45dbe3cf874')
-
-build() {
-  cd CoinUtils-$pkgver
-
-  export LDFLAGS=$LDFLAGS -lz -lbz2
-  ./configure --prefix=/usr --with-blas-lib='-lblas' 
--with-lapack-lib='-llapack' --with-glpk-lib='-lglpk' -C
-  make
-}
-
-check() {
-  cd CoinUtils-$pkgver
-  make test
-}
-
-package() {
-  cd CoinUtils-$pkgver
-  PKG_CONFIG_LIBDIR=${pkgdir}/usr/lib/pkgconfig/ \
-  make DESTDIR=$pkgdir install
-}

Copied: coin-or-coinutils/repos/community-staging-x86_64/PKGBUILD (from rev 
126253, coin-or-coinutils/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-01-19 22:42:00 UTC (rev 126254)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: tikysal tiky...@gmail.com
+# Derived from Daniel Ehlers'
+
+pkgname=coin-or-coinutils
+pkgver=2.10.0

[arch-commits] Commit in coin-or-coinutils/trunk (PKGBUILD)

2015-01-19 Thread Antonio Rojas
Date: Monday, January 19, 2015 @ 23:41:14
  Author: arojas
Revision: 126253

Enable dependency linking

Modified:
  coin-or-coinutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-19 22:21:54 UTC (rev 126252)
+++ PKGBUILD2015-01-19 22:41:14 UTC (rev 126253)
@@ -4,13 +4,13 @@
 
 pkgname=coin-or-coinutils
 pkgver=2.10.0
-pkgrel=2
+pkgrel=3
 pkgdesc=COIN-OR collection of utility classes
 arch=('i686' 'x86_64')
 url=https://projects.coin-or.org/CoinUtils;
 license=('EPL')
-depends=('zlib' 'bzip2')
-makedepends=('gcc-fortran' 'glpk' 'lapack')
+depends=('zlib' 'bzip2' 'glpk' 'lapack')
+makedepends=('gcc-fortran')
 groups=('coin-or')
 
source=(http://www.coin-or.org/download/source/CoinUtils/CoinUtils-${pkgver}.tgz;)
 sha1sums=('99c897d20305e0aac87c7db7f3a2c45dbe3cf874')
@@ -18,8 +18,7 @@
 build() {
   cd CoinUtils-$pkgver
 
-  export LDFLAGS=$LDFLAGS -lz -lbz2
-  ./configure --prefix=/usr --with-blas-lib='-lblas' 
--with-lapack-lib='-llapack' --with-glpk-lib='-lglpk' -C
+  ./configure --prefix=/usr --with-blas-lib='-lblas' 
--with-lapack-lib='-llapack' --with-glpk-lib='-lglpk' 
--enable-dependency-linking
   make
 }
 


[arch-commits] Commit in coin-or-coinutils/repos (8 files)

2015-01-19 Thread Antonio Rojas
Date: Tuesday, January 20, 2015 @ 01:08:36
  Author: arojas
Revision: 126264

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

Added:
  coin-or-coinutils/repos/community-staging-i686/CoinRational.patch
(from rev 126263, coin-or-coinutils/trunk/CoinRational.patch)
  coin-or-coinutils/repos/community-staging-i686/CoinRational2.patch
(from rev 126263, coin-or-coinutils/trunk/CoinRational2.patch)
  coin-or-coinutils/repos/community-staging-i686/PKGBUILD
(from rev 126263, coin-or-coinutils/trunk/PKGBUILD)
  coin-or-coinutils/repos/community-staging-x86_64/CoinRational.patch
(from rev 126263, coin-or-coinutils/trunk/CoinRational.patch)
  coin-or-coinutils/repos/community-staging-x86_64/CoinRational2.patch
(from rev 126263, coin-or-coinutils/trunk/CoinRational2.patch)
  coin-or-coinutils/repos/community-staging-x86_64/PKGBUILD
(from rev 126263, coin-or-coinutils/trunk/PKGBUILD)
Deleted:
  coin-or-coinutils/repos/community-staging-i686/PKGBUILD
  coin-or-coinutils/repos/community-staging-x86_64/PKGBUILD

--+
 /PKGBUILD|   88 +
 community-staging-i686/CoinRational.patch|   10 ++
 community-staging-i686/CoinRational2.patch   |   10 ++
 community-staging-i686/PKGBUILD  |   34 -
 community-staging-x86_64/CoinRational.patch  |   10 ++
 community-staging-x86_64/CoinRational2.patch |   10 ++
 community-staging-x86_64/PKGBUILD|   34 -
 7 files changed, 128 insertions(+), 68 deletions(-)

Copied: coin-or-coinutils/repos/community-staging-i686/CoinRational.patch (from 
rev 126263, coin-or-coinutils/trunk/CoinRational.patch)
===
--- community-staging-i686/CoinRational.patch   (rev 0)
+++ community-staging-i686/CoinRational.patch   2015-01-20 00:08:36 UTC (rev 
126264)
@@ -0,0 +1,10 @@
+--- CoinUtils/src/Makefile.am.orig 2015-01-20 00:44:08.982573893 +0100
 CoinUtils/src/Makefile.am  2015-01-20 00:44:38.656137230 +0100
+@@ -161,6 +161,7 @@
+   CoinPresolveTripleton.hpp \
+   CoinPresolveUseless.hpp \
+   CoinPresolveZeros.hpp \
++  CoinRational.hpp \
+   CoinSearchTree.hpp \
+   CoinShallowPackedVector.hpp \
+   CoinSignal.hpp \

Copied: coin-or-coinutils/repos/community-staging-i686/CoinRational2.patch 
(from rev 126263, coin-or-coinutils/trunk/CoinRational2.patch)
===
--- community-staging-i686/CoinRational2.patch  (rev 0)
+++ community-staging-i686/CoinRational2.patch  2015-01-20 00:08:36 UTC (rev 
126264)
@@ -0,0 +1,10 @@
+--- CoinUtils/src/Makefile.in.orig 2015-01-20 00:55:48.206963412 +0100
 CoinUtils/src/Makefile.in  2015-01-20 00:56:30.617185620 +0100
+@@ -481,6 +481,7 @@
+   CoinPresolveTripleton.hpp \
+   CoinPresolveUseless.hpp \
+   CoinPresolveZeros.hpp \
++  CoinRational.hpp \
+   CoinSearchTree.hpp \
+   CoinShallowPackedVector.hpp \
+   CoinSignal.hpp \

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2015-01-20 00:07:47 UTC (rev 126263)
+++ community-staging-i686/PKGBUILD 2015-01-20 00:08:36 UTC (rev 126264)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Contributor: tikysal tiky...@gmail.com
-# Derived from Daniel Ehlers'
-
-pkgname=coin-or-coinutils
-pkgver=2.10.0
-pkgrel=3
-pkgdesc=COIN-OR collection of utility classes
-arch=('i686' 'x86_64')
-url=https://projects.coin-or.org/CoinUtils;
-license=('EPL')
-depends=('zlib' 'bzip2' 'glpk' 'lapack')
-makedepends=('gcc-fortran')
-groups=('coin-or')
-source=(http://www.coin-or.org/download/source/CoinUtils/CoinUtils-${pkgver}.tgz;)
-sha1sums=('99c897d20305e0aac87c7db7f3a2c45dbe3cf874')
-
-build() {
-  cd CoinUtils-$pkgver
-
-  ./configure --prefix=/usr --with-blas-lib='-lblas' 
--with-lapack-lib='-llapack' --with-glpk-lib='-lglpk' 
--enable-dependency-linking
-  make
-}
-
-check() {
-  cd CoinUtils-$pkgver
-  make test
-}
-
-package() {
-  cd CoinUtils-$pkgver
-  PKG_CONFIG_LIBDIR=${pkgdir}/usr/lib/pkgconfig/ \
-  make DESTDIR=$pkgdir install
-}

Copied: coin-or-coinutils/repos/community-staging-i686/PKGBUILD (from rev 
126263, coin-or-coinutils/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-01-20 00:08:36 UTC (rev 126264)
@@ -0,0 +1,44 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: tikysal tiky...@gmail.com
+# Derived from Daniel Ehlers'
+
+pkgname=coin-or-coinutils
+pkgver=2.10.0
+pkgrel=4
+pkgdesc=COIN-OR collection of utility classes
+arch=('i686' 'x86_64')
+url=https://projects.coin-or.org/CoinUtils;

[arch-commits] Commit in coin-or-coinutils/trunk (3 files)

2015-01-19 Thread Antonio Rojas
Date: Tuesday, January 20, 2015 @ 01:07:47
  Author: arojas
Revision: 126263

Install missing header

Added:
  coin-or-coinutils/trunk/CoinRational.patch
  coin-or-coinutils/trunk/CoinRational2.patch
Modified:
  coin-or-coinutils/trunk/PKGBUILD

-+
 CoinRational.patch  |   10 ++
 CoinRational2.patch |   10 ++
 PKGBUILD|   16 +---
 3 files changed, 33 insertions(+), 3 deletions(-)

Added: CoinRational.patch
===
--- CoinRational.patch  (rev 0)
+++ CoinRational.patch  2015-01-20 00:07:47 UTC (rev 126263)
@@ -0,0 +1,10 @@
+--- CoinUtils/src/Makefile.am.orig 2015-01-20 00:44:08.982573893 +0100
 CoinUtils/src/Makefile.am  2015-01-20 00:44:38.656137230 +0100
+@@ -161,6 +161,7 @@
+   CoinPresolveTripleton.hpp \
+   CoinPresolveUseless.hpp \
+   CoinPresolveZeros.hpp \
++  CoinRational.hpp \
+   CoinSearchTree.hpp \
+   CoinShallowPackedVector.hpp \
+   CoinSignal.hpp \

Added: CoinRational2.patch
===
--- CoinRational2.patch (rev 0)
+++ CoinRational2.patch 2015-01-20 00:07:47 UTC (rev 126263)
@@ -0,0 +1,10 @@
+--- CoinUtils/src/Makefile.in.orig 2015-01-20 00:55:48.206963412 +0100
 CoinUtils/src/Makefile.in  2015-01-20 00:56:30.617185620 +0100
+@@ -481,6 +481,7 @@
+   CoinPresolveTripleton.hpp \
+   CoinPresolveUseless.hpp \
+   CoinPresolveZeros.hpp \
++  CoinRational.hpp \
+   CoinSearchTree.hpp \
+   CoinShallowPackedVector.hpp \
+   CoinSignal.hpp \

Modified: PKGBUILD
===
--- PKGBUILD2015-01-19 23:26:43 UTC (rev 126262)
+++ PKGBUILD2015-01-20 00:07:47 UTC (rev 126263)
@@ -4,7 +4,7 @@
 
 pkgname=coin-or-coinutils
 pkgver=2.10.0
-pkgrel=3
+pkgrel=4
 pkgdesc=COIN-OR collection of utility classes
 arch=('i686' 'x86_64')
 url=https://projects.coin-or.org/CoinUtils;
@@ -12,9 +12,19 @@
 depends=('zlib' 'bzip2' 'glpk' 'lapack')
 makedepends=('gcc-fortran')
 groups=('coin-or')
-source=(http://www.coin-or.org/download/source/CoinUtils/CoinUtils-${pkgver}.tgz;)
-sha1sums=('99c897d20305e0aac87c7db7f3a2c45dbe3cf874')
+source=(http://www.coin-or.org/download/source/CoinUtils/CoinUtils-${pkgver}.tgz;
 'CoinRational.patch' 'CoinRational2.patch')
+sha1sums=('99c897d20305e0aac87c7db7f3a2c45dbe3cf874'
+  'a894098d7705b082ac89591d9c45e259dd33'
+  'ef5ee274c75893d0f0b69cdf376996154b03780e')
 
+prepare() {
+  cd CoinUtils-$pkgver
+
+# install missing header
+  patch -p0 -i $srcdir/CoinRational.patch
+  patch -p0 -i $srcdir/CoinRational2.patch
+}
+
 build() {
   cd CoinUtils-$pkgver
 


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

2015-01-19 Thread Sven-Hendrik Haase
Date: Tuesday, January 20, 2015 @ 01:19:14
  Author: svenstaro
Revision: 126266

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

Added:
  urbanterror/repos/community-i686/PKGBUILD
(from rev 126265, urbanterror/trunk/PKGBUILD)
  urbanterror/repos/community-i686/urbanterror-server.sh
(from rev 126265, urbanterror/trunk/urbanterror-server.sh)
  urbanterror/repos/community-i686/urbanterror.desktop
(from rev 126265, urbanterror/trunk/urbanterror.desktop)
  urbanterror/repos/community-i686/urbanterror.png
(from rev 126265, urbanterror/trunk/urbanterror.png)
  urbanterror/repos/community-i686/urbanterror.sh
(from rev 126265, urbanterror/trunk/urbanterror.sh)
  urbanterror/repos/community-x86_64/PKGBUILD
(from rev 126265, urbanterror/trunk/PKGBUILD)
  urbanterror/repos/community-x86_64/urbanterror-server.sh
(from rev 126265, urbanterror/trunk/urbanterror-server.sh)
  urbanterror/repos/community-x86_64/urbanterror.desktop
(from rev 126265, urbanterror/trunk/urbanterror.desktop)
  urbanterror/repos/community-x86_64/urbanterror.png
(from rev 126265, urbanterror/trunk/urbanterror.png)
  urbanterror/repos/community-x86_64/urbanterror.sh
(from rev 126265, urbanterror/trunk/urbanterror.sh)
Deleted:
  urbanterror/repos/community-i686/PKGBUILD
  urbanterror/repos/community-i686/urbanterror-server.sh
  urbanterror/repos/community-i686/urbanterror.desktop
  urbanterror/repos/community-i686/urbanterror.png
  urbanterror/repos/community-i686/urbanterror.sh
  urbanterror/repos/community-x86_64/PKGBUILD
  urbanterror/repos/community-x86_64/urbanterror-server.sh
  urbanterror/repos/community-x86_64/urbanterror.desktop
  urbanterror/repos/community-x86_64/urbanterror.png
  urbanterror/repos/community-x86_64/urbanterror.sh

+
 /PKGBUILD  |   94 +++
 /urbanterror-server.sh |8 ++
 /urbanterror.desktop   |   14 
 /urbanterror.sh|8 ++
 community-i686/PKGBUILD|   47 ---
 community-i686/urbanterror-server.sh   |4 -
 community-i686/urbanterror.desktop |7 --
 community-i686/urbanterror.sh  |4 -
 community-x86_64/PKGBUILD  |   47 ---
 community-x86_64/urbanterror-server.sh |4 -
 community-x86_64/urbanterror.desktop   |7 --
 community-x86_64/urbanterror.sh|4 -
 12 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-20 00:19:01 UTC (rev 126265)
+++ community-i686/PKGBUILD 2015-01-20 00:19:14 UTC (rev 126266)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: grimi grimi at poczta dot fm
-
-pkgname=urbanterror
-_subversion=022
-pkgver=4.2.$_subversion
-pkgrel=1
-epoch=2
-pkgdesc=A team-based tactical shooter based on the Quake 3 Engine
-arch=('i686' 'x86_64')
-url=http://www.urbanterror.info;
-license=('GPL2')
-depends=('sdl' 'openal' 'curl' 'urbanterror-data')
-makedepends=('mesa')
-source=(http://cdn.urbanterror.info/urt/42/zips/UrbanTerror42_full${_subversion}.zip;
-urbanterror.sh
-urbanterror-server.sh
-urbanterror.desktop
-urbanterror.png)
-md5sums=('0229af6ff157d964cc3a1b5cfe5b538d'
- '7812ece92ab71986ef038b3291adc412'
- 'fbd3059497cf68769c0cbf02545c6bec'
- '08a99f4d7ad63024bc886e118ddcbc0f'
- 'f9a57d898df73f43c6a85c8d8cc455ba')
-
-package() {
-  install -d $pkgdir/opt/urbanterror
-
-  cd $pkgdir/opt/urbanterror
-
-  # Copy binaries.
-  [[ $CARCH == i686 ]]  install -m755 
$srcdir/UrbanTerror42/Quake3-UrT.i386 urbanterror
-  [[ $CARCH == i686 ]]  install -m755 
$srcdir/UrbanTerror42/Quake3-UrT-Ded.i386 urbanterror-ded
-  [[ $CARCH == x86_64 ]]  install -m755 
$srcdir/UrbanTerror42/Quake3-UrT.x86_64 urbanterror
-  [[ $CARCH == x86_64 ]]  install -m755 
$srcdir/UrbanTerror42/Quake3-UrT-Ded.x86_64 urbanterror-ded
-
-  # Copy desktop launcher.
-  install -Dm644 $srcdir/urbanterror.desktop 
$pkgdir/usr/share/applications/urbanterror.desktop
-  install -Dm644 $srcdir/urbanterror.png 
$pkgdir/usr/share/pixmaps/urbanterror.png
-
-  # Copy launch scripts.
-  install -Dm755 $srcdir/urbanterror.sh $pkgdir/usr/bin/urbanterror
-  install -Dm755 $srcdir/urbanterror-server.sh 
$pkgdir/usr/bin/urbanterror-server
-}
-
-# vim: sw=2:ts=2 et:

Copied: urbanterror/repos/community-i686/PKGBUILD (from rev 126265, 
urbanterror/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-20 00:19:14 UTC (rev 126266)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: grimi grimi at poczta dot fm
+
+pkgname=urbanterror
+_subversion=023

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

2015-01-19 Thread Sven-Hendrik Haase
Date: Tuesday, January 20, 2015 @ 01:19:01
  Author: svenstaro
Revision: 126265

upgpkg: urbanterror 2:4.2.023-1

upstream release 4.2.023

Modified:
  urbanterror/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-20 00:08:36 UTC (rev 126264)
+++ PKGBUILD2015-01-20 00:19:01 UTC (rev 126265)
@@ -3,7 +3,7 @@
 # Contributor: grimi grimi at poczta dot fm
 
 pkgname=urbanterror
-_subversion=022
+_subversion=023
 pkgver=4.2.$_subversion
 pkgrel=1
 epoch=2
@@ -18,7 +18,7 @@
 urbanterror-server.sh
 urbanterror.desktop
 urbanterror.png)
-md5sums=('0229af6ff157d964cc3a1b5cfe5b538d'
+md5sums=('20b4e2d10d9e1e76a6b050f1df3a3669'
  '7812ece92ab71986ef038b3291adc412'
  'fbd3059497cf68769c0cbf02545c6bec'
  '08a99f4d7ad63024bc886e118ddcbc0f'


[arch-commits] Commit in perl-module-build/repos/extra-any (PKGBUILD PKGBUILD)

2015-01-19 Thread Felix Yan
Date: Tuesday, January 20, 2015 @ 06:15:47
  Author: fyan
Revision: 229603

archrelease: copy trunk to extra-any

Added:
  perl-module-build/repos/extra-any/PKGBUILD
(from rev 229602, perl-module-build/trunk/PKGBUILD)
Deleted:
  perl-module-build/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-20 05:15:16 UTC (rev 229602)
+++ PKGBUILD2015-01-20 05:15:47 UTC (rev 229603)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Alan Young harley...@gmail.com
-
-pkgname=perl-module-build
-pkgver=0.4210
-pkgrel=1
-pkgdesc=Build, test, and install Perl modules
-arch=('any')
-url=http://search.cpan.org/dist/Module-Build;
-license=('PerlArtistic' 'GPL')
-depends=('perl=5.8.0' 'perl-cpan-meta=2.142060')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
-sha512sums=('96db00eeca86139c358f379c89ba5bafca7a59fd2dd0e110cb0468c4e11476550ff3a6315617e21cff1b8d51ac26d91c268d0cb40fd89df103a1e2111fa0bcfa')
-
-build() {
-  cd Module-Build-$pkgver
-  perl Build.PL installdirs=vendor
-  perl Build
-}
-
-check() {
-  cd Module-Build-$pkgver
-  perl Build test
-}
-
-package() {
-  cd Module-Build-$pkgver
-  perl Build install destdir=$pkgdir
-}

Copied: perl-module-build/repos/extra-any/PKGBUILD (from rev 229602, 
perl-module-build/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-20 05:15:47 UTC (rev 229603)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Alan Young harley...@gmail.com
+
+pkgname=perl-module-build
+pkgver=0.4211
+pkgrel=1
+pkgdesc=Build, test, and install Perl modules
+arch=('any')
+url=http://search.cpan.org/dist/Module-Build;
+license=('PerlArtistic' 'GPL')
+depends=('perl=5.8.0' 'perl-cpan-meta=2.142060')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
+sha512sums=('ac148c6063c5cd8d6ec33d43d4afec6a4947cd51c545deaa9382d6ae07cbc12ae1f12cb17353ee554aee618efe2404b237a111398aadc591b38c056dc81b83e8')
+
+build() {
+  cd Module-Build-$pkgver
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd Module-Build-$pkgver
+  perl Build test
+}
+
+package() {
+  cd Module-Build-$pkgver
+  perl Build install destdir=$pkgdir
+}


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

2015-01-19 Thread Felix Yan
Date: Tuesday, January 20, 2015 @ 06:15:16
  Author: fyan
Revision: 229602

upgpkg: perl-module-build 0.4211-1

Modified:
  perl-module-build/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-19 21:35:13 UTC (rev 229601)
+++ PKGBUILD2015-01-20 05:15:16 UTC (rev 229602)
@@ -4,7 +4,7 @@
 # Contributor: Alan Young harley...@gmail.com
 
 pkgname=perl-module-build
-pkgver=0.4210
+pkgver=0.4211
 pkgrel=1
 pkgdesc=Build, test, and install Perl modules
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('perl=5.8.0' 'perl-cpan-meta=2.142060')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
-sha512sums=('96db00eeca86139c358f379c89ba5bafca7a59fd2dd0e110cb0468c4e11476550ff3a6315617e21cff1b8d51ac26d91c268d0cb40fd89df103a1e2111fa0bcfa')
+sha512sums=('ac148c6063c5cd8d6ec33d43d4afec6a4947cd51c545deaa9382d6ae07cbc12ae1f12cb17353ee554aee618efe2404b237a111398aadc591b38c056dc81b83e8')
 
 build() {
   cd Module-Build-$pkgver


[arch-commits] Commit in coin-or-osi/trunk (PKGBUILD)

2015-01-19 Thread Antonio Rojas
Date: Monday, January 19, 2015 @ 23:48:55
  Author: arojas
Revision: 126255

Link against coinutils

Modified:
  coin-or-osi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-19 22:42:00 UTC (rev 126254)
+++ PKGBUILD2015-01-19 22:48:55 UTC (rev 126255)
@@ -2,7 +2,7 @@
 
 pkgname=coin-or-osi
 pkgver=0.107.0
-pkgrel=1
+pkgrel=2
 pkgdesc=COIN-OR Open Solver Interface
 arch=('i686' 'x86_64')
 url=https://projects.coin-or.org/Osi;
@@ -9,6 +9,7 @@
 license=('EPL')
 groups=('coin-or')
 depends=('coin-or-coinutils')
+makedepends=('gcc-fortran' 'lapack' 'glpk')
 source=(http://www.coin-or.org/download/source/Osi/Osi-${pkgver}.tgz;)
 sha1sums=('cb50dbb9e39b1f4788423a273d32babd6a1c43d0')
 
@@ -16,9 +17,9 @@
 build() {
   cd Osi-$pkgver
   COIN_SKIP_PROJECTS=Sample \
-  ./configure --prefix=/usr -C \
+  ./configure --prefix=/usr --enable-dependency-linking \
   --with-coinutils-lib=$(pkg-config --libs coinutils) \
-  --with-coinutils-incdir=/usr/include/coin/ -C
+  --with-coinutils-incdir=/usr/include/coin/
   make
 }
 


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

2015-01-19 Thread Kyle Keen
Date: Tuesday, January 20, 2015 @ 00:03:29
  Author: kkeen
Revision: 126259

upgpkg: lib32-simplescreenrecorder 0.3.3-1

Modified:
  lib32-simplescreenrecorder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-19 23:01:28 UTC (rev 126258)
+++ PKGBUILD2015-01-19 23:03:29 UTC (rev 126259)
@@ -3,7 +3,7 @@
 # Contributor: Maarten Baert
 
 pkgname=lib32-simplescreenrecorder
-pkgver=0.3.2
+pkgver=0.3.3
 pkgrel=1
 pkgdesc=Record 32-bit OpenGL applications with SimpleScreenRecorder.
 arch=(x86_64)


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

2015-01-19 Thread Kyle Keen
Date: Tuesday, January 20, 2015 @ 00:03:44
  Author: kkeen
Revision: 126260

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-simplescreenrecorder/repos/multilib-x86_64/PKGBUILD
(from rev 126259, lib32-simplescreenrecorder/trunk/PKGBUILD)
  
lib32-simplescreenrecorder/repos/multilib-x86_64/lib32-simplescreenrecorder.install
(from rev 126259, 
lib32-simplescreenrecorder/trunk/lib32-simplescreenrecorder.install)
Deleted:
  lib32-simplescreenrecorder/repos/multilib-x86_64/PKGBUILD
  
lib32-simplescreenrecorder/repos/multilib-x86_64/lib32-simplescreenrecorder.install

+
 PKGBUILD   |   62 +--
 lib32-simplescreenrecorder.install |   18 +-
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-19 23:03:29 UTC (rev 126259)
+++ PKGBUILD2015-01-19 23:03:44 UTC (rev 126260)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Maarten Baert
-
-pkgname=lib32-simplescreenrecorder
-pkgver=0.3.2
-pkgrel=1
-pkgdesc=Record 32-bit OpenGL applications with SimpleScreenRecorder.
-arch=(x86_64)
-url=http://www.maartenbaert.be/simplescreenrecorder/;
-license=(GPL3)
-depends=(lib32-libgl lib32-glu lib32-libx11 lib32-libxext 
lib32-libxfixes)
-makedepends=(git gcc-multilib)
-options=(!libtool)
-install=lib32-simplescreenrecorder.install
-source=(git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver;)
-md5sums=(SKIP)
-
-build() {
-  cd ssr
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-ssrprogram 
--disable-assert
-  make
-}
-
-package() {
-  cd ssr
-  make DESTDIR=${pkgdir} install
-}

Copied: lib32-simplescreenrecorder/repos/multilib-x86_64/PKGBUILD (from rev 
126259, lib32-simplescreenrecorder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-19 23:03:44 UTC (rev 126260)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Maarten Baert
+
+pkgname=lib32-simplescreenrecorder
+pkgver=0.3.3
+pkgrel=1
+pkgdesc=Record 32-bit OpenGL applications with SimpleScreenRecorder.
+arch=(x86_64)
+url=http://www.maartenbaert.be/simplescreenrecorder/;
+license=(GPL3)
+depends=(lib32-libgl lib32-glu lib32-libx11 lib32-libxext 
lib32-libxfixes)
+makedepends=(git gcc-multilib)
+options=(!libtool)
+install=lib32-simplescreenrecorder.install
+source=(git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver;)
+md5sums=(SKIP)
+
+build() {
+  cd ssr
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-ssrprogram 
--disable-assert
+  make
+}
+
+package() {
+  cd ssr
+  make DESTDIR=${pkgdir} install
+}

Deleted: lib32-simplescreenrecorder.install
===
--- lib32-simplescreenrecorder.install  2015-01-19 23:03:29 UTC (rev 126259)
+++ lib32-simplescreenrecorder.install  2015-01-19 23:03:44 UTC (rev 126260)
@@ -1,9 +0,0 @@
-post_install() {
-   ldconfig
-}
-post_upgrade() {
-   post_install
-}
-post_remove() {
-   post_install
-}

Copied: 
lib32-simplescreenrecorder/repos/multilib-x86_64/lib32-simplescreenrecorder.install
 (from rev 126259, 
lib32-simplescreenrecorder/trunk/lib32-simplescreenrecorder.install)
===
--- lib32-simplescreenrecorder.install  (rev 0)
+++ lib32-simplescreenrecorder.install  2015-01-19 23:03:44 UTC (rev 126260)
@@ -0,0 +1,9 @@
+post_install() {
+   ldconfig
+}
+post_upgrade() {
+   post_install
+}
+post_remove() {
+   post_install
+}


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

2015-01-19 Thread Sven-Hendrik Haase
Date: Tuesday, January 20, 2015 @ 02:41:39
  Author: svenstaro
Revision: 126269

upgpkg: cegui 0.8.4-6

Rebuild for glfw

Modified:
  cegui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-20 00:25:15 UTC (rev 126268)
+++ PKGBUILD2015-01-20 01:41:39 UTC (rev 126269)
@@ -7,13 +7,13 @@
 pkgname=cegui
 pkgver=0.8.4
 _tag=0-8-4
-pkgrel=5
+pkgrel=6
 pkgdesc=A free library providing windowing and widgets for graphics 
APIs/engines
 arch=('i686' 'x86_64')
 url=http://cegui.org.uk;
 license=(MIT)
 depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 
'lua51' 'silly' 'glfw')
-makedepends=('cmake' 'python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 
'irrlicht' 'glm' 'mesa' 'mercurial' 'tolua++')
+makedepends=('cmake' 'python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 
'irrlicht' 'glm' 'mesa' 'tolua++' 'mercurial')
 optdepends=(python2: python bindings
 ogre: ogre module
 gtk2: gtk2 module


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

2015-01-19 Thread Sven-Hendrik Haase
Date: Tuesday, January 20, 2015 @ 02:41:47
  Author: svenstaro
Revision: 126270

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-20 01:41:39 UTC (rev 126269)
+++ community-i686/PKGBUILD 2015-01-20 01:41:47 UTC (rev 126270)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Juergen Hoetzel juer...@archlinux.org 
-# Contributor: William Rea sillywi...@gmail.com, 
-# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
-
-pkgname=cegui
-pkgver=0.8.4
-_tag=0-8-4
-pkgrel=5
-pkgdesc=A free library providing windowing and widgets for graphics 
APIs/engines
-arch=('i686' 'x86_64')
-url=http://cegui.org.uk;
-license=(MIT)
-depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 
'lua51' 'silly' 'glfw')
-makedepends=('cmake' 'python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 
'irrlicht' 'glm' 'mesa' 'mercurial' 'tolua++')
-optdepends=(python2: python bindings
-ogre: ogre module
-gtk2: gtk2 module
-irrlicht: irrlicht module)
-source=(hg+https://bitbucket.org/cegui/cegui#tag=v${_tag};)
-md5sums=('SKIP')
-
-build() {
-  cd $srcdir/cegui
-
-  sed -i s/lib64/lib/g CMakeLists.txt
-
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCEGUI_LIB_INSTALL_DIR=lib \
-  -DCEGUI_BUILD_PYTHON_MODULES=ON \
-  -DPYTHON_EXECUTABLE=/usr/bin/python2
-
-  make
-  make html
-}
-
-package() {
-  cd $srcdir/cegui/build
- 
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 ../COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}

Copied: cegui/repos/community-i686/PKGBUILD (from rev 126269, 
cegui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-20 01:41:47 UTC (rev 126270)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Juergen Hoetzel juer...@archlinux.org 
+# Contributor: William Rea sillywi...@gmail.com, 
+# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
+
+pkgname=cegui
+pkgver=0.8.4
+_tag=0-8-4
+pkgrel=6
+pkgdesc=A free library providing windowing and widgets for graphics 
APIs/engines
+arch=('i686' 'x86_64')
+url=http://cegui.org.uk;
+license=(MIT)
+depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 
'lua51' 'silly' 'glfw')
+makedepends=('cmake' 'python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 
'irrlicht' 'glm' 'mesa' 'tolua++' 'mercurial')
+optdepends=(python2: python bindings
+ogre: ogre module
+gtk2: gtk2 module
+irrlicht: irrlicht module)
+source=(hg+https://bitbucket.org/cegui/cegui#tag=v${_tag};)
+md5sums=('SKIP')
+
+build() {
+  cd $srcdir/cegui
+
+  sed -i s/lib64/lib/g CMakeLists.txt
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCEGUI_LIB_INSTALL_DIR=lib \
+  -DCEGUI_BUILD_PYTHON_MODULES=ON \
+  -DPYTHON_EXECUTABLE=/usr/bin/python2
+
+  make
+  make html
+}
+
+package() {
+  cd $srcdir/cegui/build
+ 
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ../COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-20 01:41:39 UTC (rev 126269)
+++ community-x86_64/PKGBUILD   2015-01-20 01:41:47 UTC (rev 126270)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Juergen Hoetzel juer...@archlinux.org 
-# Contributor: William Rea sillywi...@gmail.com, 
-# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
-
-pkgname=cegui
-pkgver=0.8.4
-_tag=0-8-4
-pkgrel=5
-pkgdesc=A free library providing windowing and widgets for graphics 
APIs/engines
-arch=('i686' 'x86_64')
-url=http://cegui.org.uk;
-license=(MIT)
-depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 
'lua51' 'silly' 'glfw')
-makedepends=('cmake' 'python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 
'irrlicht' 'glm' 'mesa' 'mercurial' 'tolua++')
-optdepends=(python2: python bindings
-ogre: ogre module
-gtk2: gtk2 module
-irrlicht: irrlicht module)

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

2015-01-19 Thread Felix Yan
Date: Tuesday, January 20, 2015 @ 03:19:53
  Author: fyan
Revision: 126271

upgpkg: jenkins 1.597-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-20 01:41:47 UTC (rev 126270)
+++ PKGBUILD2015-01-20 02:19:53 UTC (rev 126271)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
 
 pkgname=jenkins
-pkgver=1.596
+pkgver=1.597
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.service'
 'jenkins.tmpfiles.d'
 'LICENSE')
-sha512sums=('da6a83e9b3a32b61745070fe8e014bd2e473a37c8ad88e7d5b93ddb9067aaedcec8602b61114ae8483047cbad577b2a06ef7676a3a729b8ac43bb815bd6c2598'
+sha512sums=('7d4349f5f6861c2f9f3a86c5bbb0629d431bc43f5c223a02c0e98c8c01f6a27990905d08e2e6aaa20eb8ac7845e062eff98885f0211ca0d3d5d0f77c31bea643'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'fc82b56741c4683cde4913e41bf3dbfb0e7b16897b22b27d92a9c6fa7a300ffba97d85fbbf2287a7c5c546cb5697bbe8daa108bfc51572cf69c256d1e01e80ba'


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

2015-01-19 Thread Kyle Keen
Date: Tuesday, January 20, 2015 @ 00:01:06
  Author: kkeen
Revision: 126257

upgpkg: simplescreenrecorder 0.3.3-1

Modified:
  simplescreenrecorder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-19 22:49:31 UTC (rev 126256)
+++ PKGBUILD2015-01-19 23:01:06 UTC (rev 126257)
@@ -3,7 +3,7 @@
 # Contributor: Maarten Baert
 
 pkgname=simplescreenrecorder
-pkgver=0.3.2
+pkgver=0.3.3
 pkgrel=1
 pkgdesc=A feature-rich screen recorder that supports X11 and OpenGL.
 arch=(i686 x86_64)


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

2015-01-19 Thread Kyle Keen
Date: Tuesday, January 20, 2015 @ 00:01:28
  Author: kkeen
Revision: 126258

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

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

---+
 /PKGBUILD |   58 
 /simplescreenrecorder.install |   22 +
 community-i686/PKGBUILD   |   29 
 community-i686/simplescreenrecorder.install   |   11 
 community-x86_64/PKGBUILD |   29 
 community-x86_64/simplescreenrecorder.install |   11 
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-19 23:01:06 UTC (rev 126257)
+++ community-i686/PKGBUILD 2015-01-19 23:01:28 UTC (rev 126258)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Maarten Baert
-
-pkgname=simplescreenrecorder
-pkgver=0.3.2
-pkgrel=1
-pkgdesc=A feature-rich screen recorder that supports X11 and OpenGL.
-arch=(i686 x86_64)
-url=http://www.maartenbaert.be/simplescreenrecorder/;
-license=(GPL3)
-depends=(qt4 ffmpeg alsa-lib libpulse jack libgl glu libx11 
libxext libxfixes libxi)
-optdepends=(lib32-simplescreenrecorder: OpenGL recording of 32-bit 
applications)
-makedepends=(git)
-source=(git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver;)
-md5sums=(SKIP)
-
-options=(!libtool)
-install=simplescreenrecorder.install
-
-build() {
-  cd ssr
-  ./configure --prefix=/usr --disable-assert
-  make
-}
-package() {
-  cd ssr
-  make DESTDIR=$pkgdir install
-}

Copied: simplescreenrecorder/repos/community-i686/PKGBUILD (from rev 126257, 
simplescreenrecorder/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-19 23:01:28 UTC (rev 126258)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Maarten Baert
+
+pkgname=simplescreenrecorder
+pkgver=0.3.3
+pkgrel=1
+pkgdesc=A feature-rich screen recorder that supports X11 and OpenGL.
+arch=(i686 x86_64)
+url=http://www.maartenbaert.be/simplescreenrecorder/;
+license=(GPL3)
+depends=(qt4 ffmpeg alsa-lib libpulse jack libgl glu libx11 
libxext libxfixes libxi)
+optdepends=(lib32-simplescreenrecorder: OpenGL recording of 32-bit 
applications)
+makedepends=(git)
+source=(git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver;)
+md5sums=(SKIP)
+
+options=(!libtool)
+install=simplescreenrecorder.install
+
+build() {
+  cd ssr
+  ./configure --prefix=/usr --disable-assert
+  make
+}
+package() {
+  cd ssr
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/simplescreenrecorder.install
===
--- community-i686/simplescreenrecorder.install 2015-01-19 23:01:06 UTC (rev 
126257)
+++ community-i686/simplescreenrecorder.install 2015-01-19 23:01:28 UTC (rev 
126258)
@@ -1,11 +0,0 @@
-post_install() {
-   update-desktop-database -q
-   gtk-update-icon-cache -q -f usr/share/icons/hicolor
-   ldconfig
-}
-post_upgrade() {
-   post_install
-}
-post_remove() {
-   post_install
-}

Copied: simplescreenrecorder/repos/community-i686/simplescreenrecorder.install 
(from rev 126257, simplescreenrecorder/trunk/simplescreenrecorder.install)
===
--- community-i686/simplescreenrecorder.install (rev 0)
+++ community-i686/simplescreenrecorder.install 2015-01-19 23:01:28 UTC (rev 
126258)
@@ -0,0 +1,11 @@
+post_install() {
+   update-desktop-database -q
+   gtk-update-icon-cache -q -f usr/share/icons/hicolor
+   ldconfig
+}
+post_upgrade() {
+   post_install
+}
+post_remove() {
+   post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-19 23:01:06 UTC (rev 126257)
+++ community-x86_64/PKGBUILD   2015-01-19 23:01:28 UTC (rev 126258)
@@ -1,29 +0,0 @@
-# $Id$
-# 

[arch-commits] Commit in jenkins/repos/community-any (12 files)

2015-01-19 Thread Felix Yan
Date: Tuesday, January 20, 2015 @ 03:20:42
  Author: fyan
Revision: 126272

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 126271, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 126271, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 126271, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 126271, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 126271, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.tmpfiles.d
(from rev 126271, jenkins/trunk/jenkins.tmpfiles.d)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.tmpfiles.d

+
 LICENSE|   46 ++--
 PKGBUILD   |   84 ++---
 jenkins.conf   |   26 +--
 jenkins.install|  114 +--
 jenkins.service|   48 ++---
 jenkins.tmpfiles.d |4 -
 6 files changed, 161 insertions(+), 161 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-01-20 02:19:53 UTC (rev 126271)
+++ LICENSE 2015-01-20 02:20:42 UTC (rev 126272)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the Software), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-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 Software.
-
-THE SOFTWARE IS 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 SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 126271, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-01-20 02:20:42 UTC (rev 126272)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+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 Software.
+
+THE SOFTWARE IS 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 SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-20 02:19:53 UTC (rev 126271)
+++ PKGBUILD2015-01-20 02:20:42 UTC (rev 126272)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Marcel Huber marcelhuberfoo at gmail dott com
-# Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
-
-pkgname=jenkins
-pkgver=1.596
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenkins.install'
-noextract=('jenkins.war')

[arch-commits] Commit in coin-or-clp/trunk (PKGBUILD)

2015-01-19 Thread Antonio Rojas
Date: Tuesday, January 20, 2015 @ 00:26:05
  Author: arojas
Revision: 126261

Update to 1.16.0

Modified:
  coin-or-clp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-19 23:03:44 UTC (rev 126260)
+++ PKGBUILD2015-01-19 23:26:05 UTC (rev 126261)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Ehlers danielehl...@mindeye.net
 
 pkgname=coin-or-clp
-pkgver=1.15.11
+pkgver=1.16.0
 pkgrel=1
 pkgdesc=COIN-OR linear programming solver
 arch=('i686' 'x86_64')
@@ -10,28 +10,29 @@
 url=https://projects.coin-or.org/Clp;
 license=('EPL')
 groups=('coin-or')
-depends=('coin-or-osi' 'zlib' 'bzip2' 'lapack')
+depends=('coin-or-osi' 'suitesparse')
 source=(http://www.coin-or.org/download/source/Clp/Clp-${pkgver}.tgz;)
-sha1sums=('16f8d889a3f37917b2d2c40371dfc6af1e590efd')
+sha1sums=('700eba68fbaa56a499e498e9bb6d6159b4a1d83f')
 
 build() {
-  cd Clp-$pkgver
+  cd Clp-$pkgver/Clp
   COIN_SKIP_PROJECTS=Sample \
   ./configure --prefix=/usr \
   --with-osi-lib=$(pkg-config --libs osi) \
   --with-osi-incdir=/usr/include/coin/ \
   --with-coinutils-lib=$(pkg-config --libs coinutils) \
-  --with-coinutils-incdir=/usr/include/coin/ -C
+  --with-coinutils-incdir=/usr/include/coin/ \
+  --with-cholmod-lib='-lcholmod' --with-cholmod-incdir=/usr/include
   make
 }
 
 check() {
-  cd Clp-$pkgver
+  cd Clp-$pkgver/Clp
   make test
 }
 
 package() {
-  cd Clp-$pkgver
+  cd Clp-$pkgver/Clp
   PKG_CONFIG_LIBDIR=$pkgdir/usr/lib/pkgconfig/ \
   make DESTDIR=$pkgdir install
 }


[arch-commits] Commit in coin-or-clp/repos (4 files)

2015-01-19 Thread Antonio Rojas
Date: Tuesday, January 20, 2015 @ 00:26:43
  Author: arojas
Revision: 126262

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

Added:
  coin-or-clp/repos/community-staging-i686/
  coin-or-clp/repos/community-staging-i686/PKGBUILD
(from rev 126261, coin-or-clp/trunk/PKGBUILD)
  coin-or-clp/repos/community-staging-x86_64/
  coin-or-clp/repos/community-staging-x86_64/PKGBUILD
(from rev 126261, coin-or-clp/trunk/PKGBUILD)

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

Copied: coin-or-clp/repos/community-staging-i686/PKGBUILD (from rev 126261, 
coin-or-clp/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-01-19 23:26:43 UTC (rev 126262)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: spider-mario spiderma...@free.fr
+# Contributor: Daniel Ehlers danielehl...@mindeye.net
+
+pkgname=coin-or-clp
+pkgver=1.16.0
+pkgrel=1
+pkgdesc=COIN-OR linear programming solver
+arch=('i686' 'x86_64')
+url=https://projects.coin-or.org/Clp;
+license=('EPL')
+groups=('coin-or')
+depends=('coin-or-osi' 'suitesparse')
+source=(http://www.coin-or.org/download/source/Clp/Clp-${pkgver}.tgz;)
+sha1sums=('700eba68fbaa56a499e498e9bb6d6159b4a1d83f')
+
+build() {
+  cd Clp-$pkgver/Clp
+  COIN_SKIP_PROJECTS=Sample \
+  ./configure --prefix=/usr \
+  --with-osi-lib=$(pkg-config --libs osi) \
+  --with-osi-incdir=/usr/include/coin/ \
+  --with-coinutils-lib=$(pkg-config --libs coinutils) \
+  --with-coinutils-incdir=/usr/include/coin/ \
+  --with-cholmod-lib='-lcholmod' --with-cholmod-incdir=/usr/include
+  make
+}
+
+check() {
+  cd Clp-$pkgver/Clp
+  make test
+}
+
+package() {
+  cd Clp-$pkgver/Clp
+  PKG_CONFIG_LIBDIR=$pkgdir/usr/lib/pkgconfig/ \
+  make DESTDIR=$pkgdir install
+}

Copied: coin-or-clp/repos/community-staging-x86_64/PKGBUILD (from rev 126261, 
coin-or-clp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-01-19 23:26:43 UTC (rev 126262)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: spider-mario spiderma...@free.fr
+# Contributor: Daniel Ehlers danielehl...@mindeye.net
+
+pkgname=coin-or-clp
+pkgver=1.16.0
+pkgrel=1
+pkgdesc=COIN-OR linear programming solver
+arch=('i686' 'x86_64')
+url=https://projects.coin-or.org/Clp;
+license=('EPL')
+groups=('coin-or')
+depends=('coin-or-osi' 'suitesparse')
+source=(http://www.coin-or.org/download/source/Clp/Clp-${pkgver}.tgz;)
+sha1sums=('700eba68fbaa56a499e498e9bb6d6159b4a1d83f')
+
+build() {
+  cd Clp-$pkgver/Clp
+  COIN_SKIP_PROJECTS=Sample \
+  ./configure --prefix=/usr \
+  --with-osi-lib=$(pkg-config --libs osi) \
+  --with-osi-incdir=/usr/include/coin/ \
+  --with-coinutils-lib=$(pkg-config --libs coinutils) \
+  --with-coinutils-incdir=/usr/include/coin/ \
+  --with-cholmod-lib='-lcholmod' --with-cholmod-incdir=/usr/include
+  make
+}
+
+check() {
+  cd Clp-$pkgver/Clp
+  make test
+}
+
+package() {
+  cd Clp-$pkgver/Clp
+  PKG_CONFIG_LIBDIR=$pkgdir/usr/lib/pkgconfig/ \
+  make DESTDIR=$pkgdir install
+}


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

2015-01-19 Thread Sven-Hendrik Haase
Date: Tuesday, January 20, 2015 @ 01:25:15
  Author: svenstaro
Revision: 126268

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-20 00:25:06 UTC (rev 126267)
+++ community-i686/PKGBUILD 2015-01-20 00:25:15 UTC (rev 126268)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: philefou tuxication AT gmail DOT com
-# Contributor: lindquist to...@famolsen.dk
-# Contributor: Christoph Siegenthaler c...@gmx.ch
-# Contributor: Mihai Militaru mihai.milit...@ephemeros.org
-# Contributor: SpepS dreamspepser at yahoo dot it
-
-pkgname=('glfw' 'glfw-doc')
-pkgver=3.0.4
-pkgrel=3
-arch=('i686' 'x86_64')
-url=http://www.glfw.org/;
-license=('custom:ZLIB')
-depends=('libgl' 'libxrandr' 'glu' 'xorg-xinput' 'libxxf86vm')
-makedepends=('mesa' 'cmake' 'doxygen')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('133a9faed6f1fbd527551a7e42aeb4f9')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DBUILD_SHARED_LIBS=ON
-  make docs
-}
-
-package_glfw() {
-  pkgdesc=A free, open source, portable framework for OpenGL application 
development
-  cd $srcdir/$pkgname-$pkgver
-
-  cd build
-  make DESTDIR=$pkgdir install
-
-  cd ..
-  install -Dm644 COPYING.txt $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-package_glfw-doc() {
-  pkgdesc=Set of HTML documentation for GLFW
-  mkdir -p ${pkgdir}/usr/share/doc/glfw/
-  cp -r ${srcdir}/glfw-${pkgver}/docs/html ${pkgdir}/usr/share/doc/glfw
-}

Copied: glfw/repos/community-i686/PKGBUILD (from rev 126267, 
glfw/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-20 00:25:15 UTC (rev 126268)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: philefou tuxication AT gmail DOT com
+# Contributor: lindquist to...@famolsen.dk
+# Contributor: Christoph Siegenthaler c...@gmx.ch
+# Contributor: Mihai Militaru mihai.milit...@ephemeros.org
+# Contributor: SpepS dreamspepser at yahoo dot it
+
+pkgname=('glfw' 'glfw-doc')
+pkgver=3.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://www.glfw.org/;
+license=('custom:ZLIB')
+depends=('libgl' 'libxrandr' 'glu' 'xorg-xinput' 'libxxf86vm' 'libxcursor')
+makedepends=('mesa' 'cmake' 'doxygen')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2;)
+md5sums=('928079b331b7c935f63e402df4a71a1b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DBUILD_SHARED_LIBS=ON
+  make docs
+}
+
+package_glfw() {
+  pkgdesc=A free, open source, portable framework for OpenGL application 
development
+  cd $srcdir/$pkgname-$pkgver
+
+  cd build
+  make DESTDIR=$pkgdir install
+
+  cd ..
+  install -Dm644 COPYING.txt $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+package_glfw-doc() {
+  pkgdesc=Set of HTML documentation for GLFW
+  mkdir -p ${pkgdir}/usr/share/doc/glfw/
+  cp -r ${srcdir}/glfw-${pkgver}/docs/html ${pkgdir}/usr/share/doc/glfw
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-20 00:25:06 UTC (rev 126267)
+++ community-x86_64/PKGBUILD   2015-01-20 00:25:15 UTC (rev 126268)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: philefou tuxication AT gmail DOT com
-# Contributor: lindquist to...@famolsen.dk
-# Contributor: Christoph Siegenthaler c...@gmx.ch
-# Contributor: Mihai Militaru mihai.milit...@ephemeros.org
-# Contributor: SpepS dreamspepser at yahoo dot it
-
-pkgname=('glfw' 'glfw-doc')
-pkgver=3.0.4
-pkgrel=3
-arch=('i686' 'x86_64')
-url=http://www.glfw.org/;
-license=('custom:ZLIB')
-depends=('libgl' 'libxrandr' 'glu' 'xorg-xinput' 'libxxf86vm')
-makedepends=('mesa' 'cmake' 'doxygen')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('133a9faed6f1fbd527551a7e42aeb4f9')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  [[ -d build ]]  rm -r build
-  mkdir build  cd 

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

2015-01-19 Thread Sven-Hendrik Haase
Date: Tuesday, January 20, 2015 @ 01:25:06
  Author: svenstaro
Revision: 126267

upgpkg: glfw 3.1-1

upstream release 3.1

Modified:
  glfw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-20 00:19:14 UTC (rev 126266)
+++ PKGBUILD2015-01-20 00:25:06 UTC (rev 126267)
@@ -7,15 +7,15 @@
 # Contributor: SpepS dreamspepser at yahoo dot it
 
 pkgname=('glfw' 'glfw-doc')
-pkgver=3.0.4
-pkgrel=3
+pkgver=3.1
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.glfw.org/;
 license=('custom:ZLIB')
-depends=('libgl' 'libxrandr' 'glu' 'xorg-xinput' 'libxxf86vm')
+depends=('libgl' 'libxrandr' 'glu' 'xorg-xinput' 'libxxf86vm' 'libxcursor')
 makedepends=('mesa' 'cmake' 'doxygen')
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('133a9faed6f1fbd527551a7e42aeb4f9')
+md5sums=('928079b331b7c935f63e402df4a71a1b')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


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

2015-01-19 Thread Tobias Powalowski
Date: Monday, January 19, 2015 @ 09:59:08
  Author: tpowa
Revision: 229569

upgpkg: samba 4.1.16-1

bump to latest version

Modified:
  samba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-19 05:17:08 UTC (rev 229568)
+++ PKGBUILD2015-01-19 08:59:08 UTC (rev 229569)
@@ -10,11 +10,11 @@
 
 pkgbase=samba
 pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=4.1.15
+pkgver=4.1.16
 # We use the 'A' to fake out pacman's version comparators.  Samba chooses
 # to append 'a','b',etc to their subsequent releases, which pacman
 # misconstrues as alpha, beta, etc.  Bad samba!
-_realver=4.1.15
+_realver=4.1.16
 pkgrel=1
 arch=(i686 x86_64)
 url=http://www.samba.org;
@@ -243,7 +243,7 @@
   # copy ldap example
   install -D -m644 ${srcdir}/samba-${_realver}/examples/LDAP/samba.schema 
${pkgdir}/usr/share/doc/samba/examples/LDAP/samba.schema
 }
-md5sums=('b236590fc2d6a3303358c8aadb367882'
+md5sums=('9c3bc2fb98fd3bac9945b911c71fdc66'
  'SKIP'
  '5697da77590ec092cc8a883bae06093c'
  '96f82c38f3f540b53f3e5144900acf17'


[arch-commits] Commit in samba/repos (52 files)

2015-01-19 Thread Tobias Powalowski
Date: Monday, January 19, 2015 @ 09:59:40
  Author: tpowa
Revision: 229570

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

Added:
  samba/repos/extra-i686/PKGBUILD
(from rev 229569, samba/trunk/PKGBUILD)
  samba/repos/extra-i686/nmbd.service
(from rev 229569, samba/trunk/nmbd.service)
  samba/repos/extra-i686/samba-4.0.3-fix_pidl_with_gcc48.patch
(from rev 229569, samba/trunk/samba-4.0.3-fix_pidl_with_gcc48.patch)
  samba/repos/extra-i686/samba.conf
(from rev 229569, samba/trunk/samba.conf)
  samba/repos/extra-i686/samba.conf.d
(from rev 229569, samba/trunk/samba.conf.d)
  samba/repos/extra-i686/samba.install
(from rev 229569, samba/trunk/samba.install)
  samba/repos/extra-i686/samba.logrotate
(from rev 229569, samba/trunk/samba.logrotate)
  samba/repos/extra-i686/samba.pam
(from rev 229569, samba/trunk/samba.pam)
  samba/repos/extra-i686/samba.service
(from rev 229569, samba/trunk/samba.service)
  samba/repos/extra-i686/smbd.service
(from rev 229569, samba/trunk/smbd.service)
  samba/repos/extra-i686/smbd.socket
(from rev 229569, samba/trunk/smbd.socket)
  samba/repos/extra-i686/smbd@.service
(from rev 229569, samba/trunk/smbd@.service)
  samba/repos/extra-i686/winbindd.service
(from rev 229569, samba/trunk/winbindd.service)
  samba/repos/extra-x86_64/PKGBUILD
(from rev 229569, samba/trunk/PKGBUILD)
  samba/repos/extra-x86_64/nmbd.service
(from rev 229569, samba/trunk/nmbd.service)
  samba/repos/extra-x86_64/samba-4.0.3-fix_pidl_with_gcc48.patch
(from rev 229569, samba/trunk/samba-4.0.3-fix_pidl_with_gcc48.patch)
  samba/repos/extra-x86_64/samba.conf
(from rev 229569, samba/trunk/samba.conf)
  samba/repos/extra-x86_64/samba.conf.d
(from rev 229569, samba/trunk/samba.conf.d)
  samba/repos/extra-x86_64/samba.install
(from rev 229569, samba/trunk/samba.install)
  samba/repos/extra-x86_64/samba.logrotate
(from rev 229569, samba/trunk/samba.logrotate)
  samba/repos/extra-x86_64/samba.pam
(from rev 229569, samba/trunk/samba.pam)
  samba/repos/extra-x86_64/samba.service
(from rev 229569, samba/trunk/samba.service)
  samba/repos/extra-x86_64/smbd.service
(from rev 229569, samba/trunk/smbd.service)
  samba/repos/extra-x86_64/smbd.socket
(from rev 229569, samba/trunk/smbd.socket)
  samba/repos/extra-x86_64/smbd@.service
(from rev 229569, samba/trunk/smbd@.service)
  samba/repos/extra-x86_64/winbindd.service
(from rev 229569, samba/trunk/winbindd.service)
Deleted:
  samba/repos/extra-i686/PKGBUILD
  samba/repos/extra-i686/nmbd.service
  samba/repos/extra-i686/samba-4.0.3-fix_pidl_with_gcc48.patch
  samba/repos/extra-i686/samba.conf
  samba/repos/extra-i686/samba.conf.d
  samba/repos/extra-i686/samba.install
  samba/repos/extra-i686/samba.logrotate
  samba/repos/extra-i686/samba.pam
  samba/repos/extra-i686/samba.service
  samba/repos/extra-i686/smbd.service
  samba/repos/extra-i686/smbd.socket
  samba/repos/extra-i686/smbd@.service
  samba/repos/extra-i686/winbindd.service
  samba/repos/extra-x86_64/PKGBUILD
  samba/repos/extra-x86_64/nmbd.service
  samba/repos/extra-x86_64/samba-4.0.3-fix_pidl_with_gcc48.patch
  samba/repos/extra-x86_64/samba.conf
  samba/repos/extra-x86_64/samba.conf.d
  samba/repos/extra-x86_64/samba.install
  samba/repos/extra-x86_64/samba.logrotate
  samba/repos/extra-x86_64/samba.pam
  samba/repos/extra-x86_64/samba.service
  samba/repos/extra-x86_64/smbd.service
  samba/repos/extra-x86_64/smbd.socket
  samba/repos/extra-x86_64/smbd@.service
  samba/repos/extra-x86_64/winbindd.service

+
 /PKGBUILD  |  514 +++
 /nmbd.service  |   24 
 /samba-4.0.3-fix_pidl_with_gcc48.patch |  120 
 /samba.conf|4 
 /samba.conf.d  |   36 +
 /samba.install |   28 +
 /samba.logrotate   |   18 
 /samba.pam |6 
 /samba.service |   28 +
 /smbd.service  |   24 
 /smbd.socket   |   18 
 /smbd@.service |   14 
 /winbindd.service  |   24 
 extra-i686/PKGBUILD|  257 -
 extra-i686/nmbd.service|   12 
 extra-i686/samba-4.0.3-fix_pidl_with_gcc48.patch   |   60 --
 extra-i686/samba.conf  |2 
 extra-i686/samba.conf.d|   18 
 extra-i686/samba.install   |   14 
 extra-i686/samba.logrotate |9 
 extra-i686/samba.pam   |3 
 extra-i686/samba.service   |   14 
 

[arch-commits] Commit in coin-or-cgl/trunk (PKGBUILD)

2015-01-19 Thread Antonio Rojas
Date: Tuesday, January 20, 2015 @ 08:08:25
  Author: arojas
Revision: 126277

Update to 0.59.0

Modified:
  coin-or-cgl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-20 05:35:38 UTC (rev 126276)
+++ PKGBUILD2015-01-20 07:08:25 UTC (rev 126277)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Ehlers danielehl...@mindeye.net
 
 pkgname=coin-or-cgl
-pkgver=0.58.10
+pkgver=0.59.0
 pkgrel=1
 pkgdesc=COIN-OR Cut Generation Library
 arch=('i686' 'x86_64')
@@ -12,10 +12,10 @@
 groups=('coin-or')
 depends=('coin-or-clp')
 source=(http://www.coin-or.org/download/source/Cgl/Cgl-${pkgver}.tgz;)
-sha1sums=('65856a2c9b000bb35103bdada3dba73b1cbd0b0f')
+sha1sums=('13d15895bd8425c7c9d9fe2ae9cb92babc6c3a73')
 
 build() {
-  cd Cgl-$pkgver
+  cd Cgl-$pkgver/Cgl
   COIN_SKIP_PROJECTS=Sample \
   ./configure --prefix=/usr \
   --with-osi-lib=$(pkg-config --libs osi) \
@@ -23,17 +23,18 @@
   --with-clp-lib=$(pkg-config --libs clp) \
   --with-clp-incdir=/usr/include/coin/ \
   --with-coinutils-lib=$(pkg-config --libs coinutils) \
-  --with-coinutils-incdir=/usr/include/coin/ -C
+  --with-coinutils-incdir=/usr/include/coin/ \
+  --enable-dependency-linking
   make
 }
 
 check() {
-  cd Cgl-$pkgver
+  cd Cgl-$pkgver/Cgl
   make test
 }
 
 package() {
-  cd Cgl-$pkgver
+  cd Cgl-$pkgver/Cgl
   PKG_CONFIG_LIBDIR=$pkgdir/usr/lib/pkgconfig/ \
   make DESTDIR=$pkgdir install
 }


[arch-commits] Commit in coin-or-cgl/repos (4 files)

2015-01-19 Thread Antonio Rojas
Date: Tuesday, January 20, 2015 @ 08:08:58
  Author: arojas
Revision: 126278

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

Added:
  coin-or-cgl/repos/community-staging-i686/
  coin-or-cgl/repos/community-staging-i686/PKGBUILD
(from rev 126277, coin-or-cgl/trunk/PKGBUILD)
  coin-or-cgl/repos/community-staging-x86_64/
  coin-or-cgl/repos/community-staging-x86_64/PKGBUILD
(from rev 126277, coin-or-cgl/trunk/PKGBUILD)

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

Copied: coin-or-cgl/repos/community-staging-i686/PKGBUILD (from rev 126277, 
coin-or-cgl/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-01-20 07:08:58 UTC (rev 126278)
@@ -0,0 +1,40 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: spider-mario spiderma...@free.fr
+# Contributor: Daniel Ehlers danielehl...@mindeye.net
+
+pkgname=coin-or-cgl
+pkgver=0.59.0
+pkgrel=1
+pkgdesc=COIN-OR Cut Generation Library
+arch=('i686' 'x86_64')
+url=https://projects.coin-or.org/Cgl;
+license=('EPL')
+groups=('coin-or')
+depends=('coin-or-clp')
+source=(http://www.coin-or.org/download/source/Cgl/Cgl-${pkgver}.tgz;)
+sha1sums=('13d15895bd8425c7c9d9fe2ae9cb92babc6c3a73')
+
+build() {
+  cd Cgl-$pkgver/Cgl
+  COIN_SKIP_PROJECTS=Sample \
+  ./configure --prefix=/usr \
+  --with-osi-lib=$(pkg-config --libs osi) \
+  --with-osi-incdir=/usr/include/coin/ \
+  --with-clp-lib=$(pkg-config --libs clp) \
+  --with-clp-incdir=/usr/include/coin/ \
+  --with-coinutils-lib=$(pkg-config --libs coinutils) \
+  --with-coinutils-incdir=/usr/include/coin/ \
+  --enable-dependency-linking
+  make
+}
+
+check() {
+  cd Cgl-$pkgver/Cgl
+  make test
+}
+
+package() {
+  cd Cgl-$pkgver/Cgl
+  PKG_CONFIG_LIBDIR=$pkgdir/usr/lib/pkgconfig/ \
+  make DESTDIR=$pkgdir install
+}

Copied: coin-or-cgl/repos/community-staging-x86_64/PKGBUILD (from rev 126277, 
coin-or-cgl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-01-20 07:08:58 UTC (rev 126278)
@@ -0,0 +1,40 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: spider-mario spiderma...@free.fr
+# Contributor: Daniel Ehlers danielehl...@mindeye.net
+
+pkgname=coin-or-cgl
+pkgver=0.59.0
+pkgrel=1
+pkgdesc=COIN-OR Cut Generation Library
+arch=('i686' 'x86_64')
+url=https://projects.coin-or.org/Cgl;
+license=('EPL')
+groups=('coin-or')
+depends=('coin-or-clp')
+source=(http://www.coin-or.org/download/source/Cgl/Cgl-${pkgver}.tgz;)
+sha1sums=('13d15895bd8425c7c9d9fe2ae9cb92babc6c3a73')
+
+build() {
+  cd Cgl-$pkgver/Cgl
+  COIN_SKIP_PROJECTS=Sample \
+  ./configure --prefix=/usr \
+  --with-osi-lib=$(pkg-config --libs osi) \
+  --with-osi-incdir=/usr/include/coin/ \
+  --with-clp-lib=$(pkg-config --libs clp) \
+  --with-clp-incdir=/usr/include/coin/ \
+  --with-coinutils-lib=$(pkg-config --libs coinutils) \
+  --with-coinutils-incdir=/usr/include/coin/ \
+  --enable-dependency-linking
+  make
+}
+
+check() {
+  cd Cgl-$pkgver/Cgl
+  make test
+}
+
+package() {
+  cd Cgl-$pkgver/Cgl
+  PKG_CONFIG_LIBDIR=$pkgdir/usr/lib/pkgconfig/ \
+  make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in coin-or-cbc/repos (4 files)

2015-01-19 Thread Antonio Rojas
Date: Tuesday, January 20, 2015 @ 08:47:08
  Author: arojas
Revision: 126280

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

Added:
  coin-or-cbc/repos/community-staging-i686/
  coin-or-cbc/repos/community-staging-i686/PKGBUILD
(from rev 126279, coin-or-cbc/trunk/PKGBUILD)
  coin-or-cbc/repos/community-staging-x86_64/
  coin-or-cbc/repos/community-staging-x86_64/PKGBUILD
(from rev 126279, coin-or-cbc/trunk/PKGBUILD)

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

Copied: coin-or-cbc/repos/community-staging-i686/PKGBUILD (from rev 126279, 
coin-or-cbc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-01-20 07:47:08 UTC (rev 126280)
@@ -0,0 +1,44 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: spider-mario spiderma...@free.fr
+# Contributor: Daniel Ehlers danielehl...@mindeye.net
+
+pkgname=coin-or-cbc
+pkgver=2.9.0
+pkgrel=1
+pkgdesc=COIN-OR branch-and-cut mixed integer programming solver
+arch=('i686' 'x86_64')
+url=https://projects.coin-or.org/Cbc;
+license=('EPL')
+groups=('coin-or')
+depends=('coin-or-cgl')
+source=(http://www.coin-or.org/download/source/Cbc/Cbc-${pkgver}.tgz;)
+sha1sums=('6b08e4b0e9decfc7fd770b945b31adf7f3cefeb6')
+
+build() {
+  cd Cbc-$pkgver/Cbc
+  COIN_SKIP_PROJECTS=Sample \
+  ./configure --prefix=/usr \
+  --with-osi-lib=$(pkg-config --libs osi) \
+  --with-osi-incdir=/usr/include/coin/ \
+  --with-clp-lib=$(pkg-config --libs clp) \
+  --with-clp-incdir=/usr/include/coin/ \
+  --with-cgl-lib=$(pkg-config --libs cgl) \
+  --with-cgl-incdir=/usr/include/coin/ \
+  --with-vol-lib=$(pkg-config --libs vol) \
+  --with-vol-incdir=/usr/include/coin/ \
+  --with-coinutils-lib=$(pkg-config --libs coinutils) \
+  --with-coinutils-incdir=/usr/include/coin/ \
+  --enable-dependency-linking
+  make
+}
+
+check() {
+  cd Cbc-$pkgver/Cbc
+  make test
+}
+
+package() {
+  cd Cbc-$pkgver/Cbc
+  PKG_CONFIG_LIBDIR=$pkgdir/usr/lib/pkgconfig/ \
+  make DESTDIR=$pkgdir install
+}

Copied: coin-or-cbc/repos/community-staging-x86_64/PKGBUILD (from rev 126279, 
coin-or-cbc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-01-20 07:47:08 UTC (rev 126280)
@@ -0,0 +1,44 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: spider-mario spiderma...@free.fr
+# Contributor: Daniel Ehlers danielehl...@mindeye.net
+
+pkgname=coin-or-cbc
+pkgver=2.9.0
+pkgrel=1
+pkgdesc=COIN-OR branch-and-cut mixed integer programming solver
+arch=('i686' 'x86_64')
+url=https://projects.coin-or.org/Cbc;
+license=('EPL')
+groups=('coin-or')
+depends=('coin-or-cgl')
+source=(http://www.coin-or.org/download/source/Cbc/Cbc-${pkgver}.tgz;)
+sha1sums=('6b08e4b0e9decfc7fd770b945b31adf7f3cefeb6')
+
+build() {
+  cd Cbc-$pkgver/Cbc
+  COIN_SKIP_PROJECTS=Sample \
+  ./configure --prefix=/usr \
+  --with-osi-lib=$(pkg-config --libs osi) \
+  --with-osi-incdir=/usr/include/coin/ \
+  --with-clp-lib=$(pkg-config --libs clp) \
+  --with-clp-incdir=/usr/include/coin/ \
+  --with-cgl-lib=$(pkg-config --libs cgl) \
+  --with-cgl-incdir=/usr/include/coin/ \
+  --with-vol-lib=$(pkg-config --libs vol) \
+  --with-vol-incdir=/usr/include/coin/ \
+  --with-coinutils-lib=$(pkg-config --libs coinutils) \
+  --with-coinutils-incdir=/usr/include/coin/ \
+  --enable-dependency-linking
+  make
+}
+
+check() {
+  cd Cbc-$pkgver/Cbc
+  make test
+}
+
+package() {
+  cd Cbc-$pkgver/Cbc
+  PKG_CONFIG_LIBDIR=$pkgdir/usr/lib/pkgconfig/ \
+  make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in coin-or-cbc/trunk (PKGBUILD)

2015-01-19 Thread Antonio Rojas
Date: Tuesday, January 20, 2015 @ 08:46:26
  Author: arojas
Revision: 126279

Update to 2.9.0

Modified:
  coin-or-cbc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-20 07:08:58 UTC (rev 126278)
+++ PKGBUILD2015-01-20 07:46:26 UTC (rev 126279)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Ehlers danielehl...@mindeye.net
 
 pkgname=coin-or-cbc
-pkgver=2.8.12
+pkgver=2.9.0
 pkgrel=1
 pkgdesc=COIN-OR branch-and-cut mixed integer programming solver
 arch=('i686' 'x86_64')
@@ -10,12 +10,12 @@
 url=https://projects.coin-or.org/Cbc;
 license=('EPL')
 groups=('coin-or')
-depends=('coin-or-vol' 'coin-or-cgl')
+depends=('coin-or-cgl')
 source=(http://www.coin-or.org/download/source/Cbc/Cbc-${pkgver}.tgz;)
-sha1sums=('7739f1841da5b8db0ee08bc21bd1ba05bd9d8432')
+sha1sums=('6b08e4b0e9decfc7fd770b945b31adf7f3cefeb6')
 
 build() {
-  cd Cbc-$pkgver
+  cd Cbc-$pkgver/Cbc
   COIN_SKIP_PROJECTS=Sample \
   ./configure --prefix=/usr \
   --with-osi-lib=$(pkg-config --libs osi) \
@@ -27,17 +27,18 @@
   --with-vol-lib=$(pkg-config --libs vol) \
   --with-vol-incdir=/usr/include/coin/ \
   --with-coinutils-lib=$(pkg-config --libs coinutils) \
-  --with-coinutils-incdir=/usr/include/coin/ -C
+  --with-coinutils-incdir=/usr/include/coin/ \
+  --enable-dependency-linking
   make
 }
 
 check() {
-  cd Cbc-$pkgver
+  cd Cbc-$pkgver/Cbc
   make test
 }
 
 package() {
-  cd Cbc-$pkgver
+  cd Cbc-$pkgver/Cbc
   PKG_CONFIG_LIBDIR=$pkgdir/usr/lib/pkgconfig/ \
   make DESTDIR=$pkgdir install
 }


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

2015-01-19 Thread Felix Yan
Date: Tuesday, January 20, 2015 @ 06:35:38
  Author: fyan
Revision: 126276

archrelease: copy trunk to community-any

Added:
  python-boto/repos/community-any/PKGBUILD
(from rev 126275, python-boto/trunk/PKGBUILD)
Deleted:
  python-boto/repos/community-any/PKGBUILD

--+
 PKGBUILD |  116 ++---
 1 file changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-20 05:35:15 UTC (rev 126275)
+++ PKGBUILD2015-01-20 05:35:38 UTC (rev 126276)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Aaron Schaefer aa...@elasticdog.com
-
-pkgbase=python-boto
-pkgname=(python-boto python2-boto)
-pkgver=2.35.1
-pkgrel=1
-pkgdesc='A Python interface to Amazon Web Services (AWS)'
-arch=('any')
-url='https://github.com/boto/boto'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-requests'
-  'python2-requests' 'python-httpretty' 'python2-httpretty')
-source=(git+https://github.com/boto/boto.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a boto{,-py2}
-
-  cd boto-py2
-  # python2 fix
-  find . -name '*.py' -type f -print0 | xargs -0 \
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_'
-}
-
-check() {
-  cd boto
-  python tests/test.py default
-
-  cd ../boto-py2
-  python2 tests/test.py default
-}
-
-package_python-boto() {
-  depends=('python')
-
-  cd boto
-
-  python setup.py install -O1 --root=$pkgdir
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  # Remove (somewhat deprecated) tools that conflicts with the python 2 
version.
-  rm -r $pkgdir/usr/bin
-}
-
-package_python2-boto() {
-  depends=('python2')
-  conflicts=('python-boto2.32.1-1')
-  replaces=('python-boto2.32.1-1')
-
-  cd boto-py2
-
-  python2 setup.py install -O1 --root=$pkgdir
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-boto/repos/community-any/PKGBUILD (from rev 126275, 
python-boto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-20 05:35:38 UTC (rev 126276)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Aaron Schaefer aa...@elasticdog.com
+
+pkgbase=python-boto
+pkgname=(python-boto python2-boto)
+pkgver=2.35.2
+pkgrel=1
+pkgdesc='A Python interface to Amazon Web Services (AWS)'
+arch=('any')
+url='https://github.com/boto/boto'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-requests'
+  'python2-requests' 'python-httpretty' 'python2-httpretty')
+source=(git+https://github.com/boto/boto.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a boto{,-py2}
+
+  cd boto-py2
+  # python2 fix
+  find . -name '*.py' -type f -print0 | xargs -0 \
+sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_'
+}
+
+check() {
+  cd boto
+  python tests/test.py default
+
+  cd ../boto-py2
+  python2 tests/test.py default
+}
+
+package_python-boto() {
+  depends=('python')
+
+  cd boto
+
+  python setup.py install -O1 --root=$pkgdir
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # Remove (somewhat deprecated) tools that conflicts with the python 2 
version.
+  rm -r $pkgdir/usr/bin
+}
+
+package_python2-boto() {
+  depends=('python2')
+  conflicts=('python-boto2.32.1-1')
+  replaces=('python-boto2.32.1-1')
+
+  cd boto-py2
+
+  python2 setup.py install -O1 --root=$pkgdir
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2015-01-19 Thread Felix Yan
Date: Tuesday, January 20, 2015 @ 06:35:06
  Author: fyan
Revision: 126274

upgpkg: python-boto 2.35.2-1

Modified:
  python-boto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-20 05:33:54 UTC (rev 126273)
+++ PKGBUILD2015-01-20 05:35:06 UTC (rev 126274)
@@ -5,7 +5,7 @@
 
 pkgbase=python-boto
 pkgname=(python-boto python2-boto)
-pkgver=2.35.1
+pkgver=2.35.2
 pkgrel=1
 pkgdesc='A Python interface to Amazon Web Services (AWS)'
 arch=('any')


[arch-commits] Commit in perl-xml-libxslt/repos (4 files)

2015-01-19 Thread Felix Yan
Date: Tuesday, January 20, 2015 @ 06:35:15
  Author: fyan
Revision: 126275

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

Added:
  perl-xml-libxslt/repos/community-i686/PKGBUILD
(from rev 126273, perl-xml-libxslt/trunk/PKGBUILD)
  perl-xml-libxslt/repos/community-x86_64/PKGBUILD
(from rev 126273, perl-xml-libxslt/trunk/PKGBUILD)
Deleted:
  perl-xml-libxslt/repos/community-i686/PKGBUILD
  perl-xml-libxslt/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 2015-01-20 05:35:06 UTC (rev 126274)
+++ community-i686/PKGBUILD 2015-01-20 05:35:15 UTC (rev 126275)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Jonathan Steel jst...@aur.archlinux.org
-# Contributor: Justin juster Davis jrc...@gmail.com
-# Contributor: François Charette firmicus ατ gmx δοτ net
-
-pkgname=perl-xml-libxslt
-pkgver=1.93
-pkgrel=1
-pkgdesc=Interface to the gnome libxslt library
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/XML-LibXSLT;
-license=('GPL')
-depends=('perl-xml-libxml' 'libxslt')
-checkdepends=('perl-test-pod')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXSLT-$pkgver.tar.gz)
-md5sums=('dd200cfc6b43ff8f8e08b8c92b6a25db')
-
-build() {
-  cd XML-LibXSLT-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd XML-LibXSLT-$pkgver
-  make test
-}
-
-package() {
-  cd XML-LibXSLT-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: perl-xml-libxslt/repos/community-i686/PKGBUILD (from rev 126273, 
perl-xml-libxslt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-20 05:35:15 UTC (rev 126275)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Jonathan Steel jst...@aur.archlinux.org
+# Contributor: Justin juster Davis jrc...@gmail.com
+# Contributor: François Charette firmicus ατ gmx δοτ net
+
+pkgname=perl-xml-libxslt
+pkgver=1.94
+pkgrel=1
+pkgdesc=Interface to the gnome libxslt library
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/XML-LibXSLT;
+license=('GPL')
+depends=('perl-xml-libxml' 'libxslt')
+checkdepends=('perl-test-pod')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXSLT-$pkgver.tar.gz)
+md5sums=('a32045699c001d960d6f94891f9e853c')
+
+build() {
+  cd XML-LibXSLT-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd XML-LibXSLT-$pkgver
+  make test
+}
+
+package() {
+  cd XML-LibXSLT-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-20 05:35:06 UTC (rev 126274)
+++ community-x86_64/PKGBUILD   2015-01-20 05:35:15 UTC (rev 126275)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Jonathan Steel jst...@aur.archlinux.org
-# Contributor: Justin juster Davis jrc...@gmail.com
-# Contributor: François Charette firmicus ατ gmx δοτ net
-
-pkgname=perl-xml-libxslt
-pkgver=1.93
-pkgrel=1
-pkgdesc=Interface to the gnome libxslt library
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/XML-LibXSLT;
-license=('GPL')
-depends=('perl-xml-libxml' 'libxslt')
-checkdepends=('perl-test-pod')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXSLT-$pkgver.tar.gz)
-md5sums=('dd200cfc6b43ff8f8e08b8c92b6a25db')
-
-build() {
-  cd XML-LibXSLT-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd XML-LibXSLT-$pkgver
-  make test
-}
-
-package() {
-  cd XML-LibXSLT-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: perl-xml-libxslt/repos/community-x86_64/PKGBUILD (from rev 126273, 
perl-xml-libxslt/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-01-20 05:35:15 UTC (rev 126275)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Jonathan Steel jst...@aur.archlinux.org
+# Contributor: Justin juster Davis jrc...@gmail.com
+# Contributor: François Charette firmicus ατ gmx δοτ net
+
+pkgname=perl-xml-libxslt
+pkgver=1.94
+pkgrel=1
+pkgdesc=Interface to the gnome libxslt library
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/XML-LibXSLT;
+license=('GPL')
+depends=('perl-xml-libxml' 'libxslt')
+checkdepends=('perl-test-pod')
+options=('!emptydirs')

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

2015-01-19 Thread Felix Yan
Date: Tuesday, January 20, 2015 @ 06:33:54
  Author: fyan
Revision: 126273

upgpkg: perl-xml-libxslt 1.94-1

Modified:
  perl-xml-libxslt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-20 02:20:42 UTC (rev 126272)
+++ PKGBUILD2015-01-20 05:33:54 UTC (rev 126273)
@@ -5,7 +5,7 @@
 # Contributor: François Charette firmicus ατ gmx δοτ net
 
 pkgname=perl-xml-libxslt
-pkgver=1.93
+pkgver=1.94
 pkgrel=1
 pkgdesc=Interface to the gnome libxslt library
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 checkdepends=('perl-test-pod')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXSLT-$pkgver.tar.gz)
-md5sums=('dd200cfc6b43ff8f8e08b8c92b6a25db')
+md5sums=('a32045699c001d960d6f94891f9e853c')
 
 build() {
   cd XML-LibXSLT-$pkgver


[arch-commits] Commit in coin-or-coinutils/trunk (PKGBUILD)

2015-01-19 Thread Antonio Rojas
Date: Monday, January 19, 2015 @ 22:50:59
  Author: arojas
Revision: 126249

Enable blas, lapack and glpk support

Modified:
  coin-or-coinutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-19 20:58:10 UTC (rev 126248)
+++ PKGBUILD2015-01-19 21:50:59 UTC (rev 126249)
@@ -4,12 +4,13 @@
 
 pkgname=coin-or-coinutils
 pkgver=2.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc=COIN-OR collection of utility classes
 arch=('i686' 'x86_64')
 url=https://projects.coin-or.org/CoinUtils;
 license=('EPL')
 depends=('zlib' 'bzip2')
+makedepends=('gcc-fortran' 'glpk' 'lapack')
 groups=('coin-or')
 
source=(http://www.coin-or.org/download/source/CoinUtils/CoinUtils-${pkgver}.tgz;)
 sha1sums=('99c897d20305e0aac87c7db7f3a2c45dbe3cf874')
@@ -18,7 +19,7 @@
   cd CoinUtils-$pkgver
 
   export LDFLAGS=$LDFLAGS -lz -lbz2
-  ./configure --prefix=/usr -C
+  ./configure --prefix=/usr --with-blas-lib='-lblas' 
--with-lapack-lib='-llapack' --with-glpk-lib='-lglpk' -C
   make
 }
 


[arch-commits] Commit in coin-or-coinutils/repos (4 files)

2015-01-19 Thread Antonio Rojas
Date: Monday, January 19, 2015 @ 22:51:59
  Author: arojas
Revision: 126250

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

Added:
  coin-or-coinutils/repos/community-staging-i686/PKGBUILD
(from rev 126249, coin-or-coinutils/trunk/PKGBUILD)
  coin-or-coinutils/repos/community-staging-x86_64/PKGBUILD
(from rev 126249, coin-or-coinutils/trunk/PKGBUILD)
Deleted:
  coin-or-coinutils/repos/community-staging-i686/PKGBUILD
  coin-or-coinutils/repos/community-staging-x86_64/PKGBUILD

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

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2015-01-19 21:50:59 UTC (rev 126249)
+++ community-staging-i686/PKGBUILD 2015-01-19 21:51:59 UTC (rev 126250)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Contributor: tikysal tiky...@gmail.com
-# Derived from Daniel Ehlers'
-
-pkgname=coin-or-coinutils
-pkgver=2.10.0
-pkgrel=1
-pkgdesc=COIN-OR collection of utility classes
-arch=('i686' 'x86_64')
-url=https://projects.coin-or.org/CoinUtils;
-license=('EPL')
-depends=('zlib' 'bzip2')
-groups=('coin-or')
-source=(http://www.coin-or.org/download/source/CoinUtils/CoinUtils-${pkgver}.tgz;)
-sha1sums=('99c897d20305e0aac87c7db7f3a2c45dbe3cf874')
-
-build() {
-  cd CoinUtils-$pkgver
-
-  export LDFLAGS=$LDFLAGS -lz -lbz2
-  ./configure --prefix=/usr -C
-  make
-}
-
-check() {
-  cd CoinUtils-$pkgver
-  make test
-}
-
-package() {
-  cd CoinUtils-$pkgver
-  PKG_CONFIG_LIBDIR=${pkgdir}/usr/lib/pkgconfig/ \
-  make DESTDIR=$pkgdir install
-}

Copied: coin-or-coinutils/repos/community-staging-i686/PKGBUILD (from rev 
126249, coin-or-coinutils/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-01-19 21:51:59 UTC (rev 126250)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: tikysal tiky...@gmail.com
+# Derived from Daniel Ehlers'
+
+pkgname=coin-or-coinutils
+pkgver=2.10.0
+pkgrel=2
+pkgdesc=COIN-OR collection of utility classes
+arch=('i686' 'x86_64')
+url=https://projects.coin-or.org/CoinUtils;
+license=('EPL')
+depends=('zlib' 'bzip2')
+makedepends=('gcc-fortran' 'glpk' 'lapack')
+groups=('coin-or')
+source=(http://www.coin-or.org/download/source/CoinUtils/CoinUtils-${pkgver}.tgz;)
+sha1sums=('99c897d20305e0aac87c7db7f3a2c45dbe3cf874')
+
+build() {
+  cd CoinUtils-$pkgver
+
+  export LDFLAGS=$LDFLAGS -lz -lbz2
+  ./configure --prefix=/usr --with-blas-lib='-lblas' 
--with-lapack-lib='-llapack' --with-glpk-lib='-lglpk' -C
+  make
+}
+
+check() {
+  cd CoinUtils-$pkgver
+  make test
+}
+
+package() {
+  cd CoinUtils-$pkgver
+  PKG_CONFIG_LIBDIR=${pkgdir}/usr/lib/pkgconfig/ \
+  make DESTDIR=$pkgdir install
+}

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2015-01-19 21:50:59 UTC (rev 126249)
+++ community-staging-x86_64/PKGBUILD   2015-01-19 21:51:59 UTC (rev 126250)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Contributor: tikysal tiky...@gmail.com
-# Derived from Daniel Ehlers'
-
-pkgname=coin-or-coinutils
-pkgver=2.10.0
-pkgrel=1
-pkgdesc=COIN-OR collection of utility classes
-arch=('i686' 'x86_64')
-url=https://projects.coin-or.org/CoinUtils;
-license=('EPL')
-depends=('zlib' 'bzip2')
-groups=('coin-or')
-source=(http://www.coin-or.org/download/source/CoinUtils/CoinUtils-${pkgver}.tgz;)
-sha1sums=('99c897d20305e0aac87c7db7f3a2c45dbe3cf874')
-
-build() {
-  cd CoinUtils-$pkgver
-
-  export LDFLAGS=$LDFLAGS -lz -lbz2
-  ./configure --prefix=/usr -C
-  make
-}
-
-check() {
-  cd CoinUtils-$pkgver
-  make test
-}
-
-package() {
-  cd CoinUtils-$pkgver
-  PKG_CONFIG_LIBDIR=${pkgdir}/usr/lib/pkgconfig/ \
-  make DESTDIR=$pkgdir install
-}

Copied: coin-or-coinutils/repos/community-staging-x86_64/PKGBUILD (from rev 
126249, coin-or-coinutils/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-01-19 21:51:59 UTC (rev 126250)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: tikysal tiky...@gmail.com
+# Derived from Daniel Ehlers'
+
+pkgname=coin-or-coinutils
+pkgver=2.10.0
+pkgrel=2
+pkgdesc=COIN-OR collection of utility classes
+arch=('i686' 'x86_64')
+url=https://projects.coin-or.org/CoinUtils;
+license=('EPL')
+depends=('zlib' 'bzip2')
+makedepends=('gcc-fortran' 'glpk' 'lapack')
+groups=('coin-or')

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

2015-01-19 Thread Kyle Keen
Date: Monday, January 19, 2015 @ 23:21:13
  Author: kkeen
Revision: 126251

upgpkg: cgal 4.5.1-2

Modified:
  cgal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-19 21:51:59 UTC (rev 126250)
+++ PKGBUILD2015-01-19 22:21:13 UTC (rev 126251)
@@ -4,9 +4,8 @@
 
 pkgname=cgal
 pkgver=4.5.1
-_dumbver=4.5
-pkgrel=1
-_pkgid=34139
+pkgrel=2
+_pkgid=34403
 pkgdesc=Computational Geometry Algorithms Library
 arch=('i686' 'x86_64')
 url=http://www.cgal.org;
@@ -16,12 +15,12 @@
 optdepends=('qt4: for CGAL_Qt4'
 'eigen: for some packages, see the CGAL manual')
 makedepends=('cmake' 'qt4' 'eigen' 'boost')
-md5sums=('1e79eff0897149c4f0ec85d912cfa82c')
+md5sums=('3e413f2b3d791f88ea9177cfdf4dbb60')
 
 # consider building with swig for python stuff
 
 build() {
-  cd $srcdir/CGAL-$_dumbver
+  cd $srcdir/CGAL-$pkgver
   mkdir build
   cd build
   cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
@@ -29,12 +28,12 @@
 }
 
 package() {
-  cd $srcdir/CGAL-$_dumbver/build
+  cd $srcdir/CGAL-$pkgver/build
   make install DESTDIR=$pkgdir
 
   # The tarball still has all these licenses included
   for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
-install -D -m644 $srcdir/CGAL-$_dumbver/$_license 
$pkgdir/usr/share/licenses/$pkgname/$_license
+install -D -m644 $srcdir/CGAL-$pkgver/$_license 
$pkgdir/usr/share/licenses/$pkgname/$_license
   done
 }
 


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

2015-01-19 Thread Kyle Keen
Date: Monday, January 19, 2015 @ 23:21:54
  Author: kkeen
Revision: 126252

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

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

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   40 --
 community-x86_64/PKGBUILD |   40 --
 3 files changed, 78 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-19 22:21:13 UTC (rev 126251)
+++ community-i686/PKGBUILD 2015-01-19 22:21:54 UTC (rev 126252)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Dmitriy Morozov foxcub
-
-pkgname=cgal
-pkgver=4.5.1
-_dumbver=4.5
-pkgrel=1
-_pkgid=34139
-pkgdesc=Computational Geometry Algorithms Library
-arch=('i686' 'x86_64')
-url=http://www.cgal.org;
-license=('GPL' 'LGPL')
-source=(http://gforge.inria.fr/frs/download.php/$_pkgid/CGAL-$pkgver.tar.xz)
-depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
-optdepends=('qt4: for CGAL_Qt4'
-'eigen: for some packages, see the CGAL manual')
-makedepends=('cmake' 'qt4' 'eigen' 'boost')
-md5sums=('1e79eff0897149c4f0ec85d912cfa82c')
-
-# consider building with swig for python stuff
-
-build() {
-  cd $srcdir/CGAL-$_dumbver
-  mkdir build
-  cd build
-  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/CGAL-$_dumbver/build
-  make install DESTDIR=$pkgdir
-
-  # The tarball still has all these licenses included
-  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
-install -D -m644 $srcdir/CGAL-$_dumbver/$_license 
$pkgdir/usr/share/licenses/$pkgname/$_license
-  done
-}
-

Copied: cgal/repos/community-i686/PKGBUILD (from rev 126251, 
cgal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-19 22:21:54 UTC (rev 126252)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dmitriy Morozov foxcub
+
+pkgname=cgal
+pkgver=4.5.1
+pkgrel=2
+_pkgid=34403
+pkgdesc=Computational Geometry Algorithms Library
+arch=('i686' 'x86_64')
+url=http://www.cgal.org;
+license=('GPL' 'LGPL')
+source=(http://gforge.inria.fr/frs/download.php/$_pkgid/CGAL-$pkgver.tar.xz)
+depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
+optdepends=('qt4: for CGAL_Qt4'
+'eigen: for some packages, see the CGAL manual')
+makedepends=('cmake' 'qt4' 'eigen' 'boost')
+md5sums=('3e413f2b3d791f88ea9177cfdf4dbb60')
+
+# consider building with swig for python stuff
+
+build() {
+  cd $srcdir/CGAL-$pkgver
+  mkdir build
+  cd build
+  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/CGAL-$pkgver/build
+  make install DESTDIR=$pkgdir
+
+  # The tarball still has all these licenses included
+  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
+install -D -m644 $srcdir/CGAL-$pkgver/$_license 
$pkgdir/usr/share/licenses/$pkgname/$_license
+  done
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-19 22:21:13 UTC (rev 126251)
+++ community-x86_64/PKGBUILD   2015-01-19 22:21:54 UTC (rev 126252)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Dmitriy Morozov foxcub
-
-pkgname=cgal
-pkgver=4.5.1
-_dumbver=4.5
-pkgrel=1
-_pkgid=34139
-pkgdesc=Computational Geometry Algorithms Library
-arch=('i686' 'x86_64')
-url=http://www.cgal.org;
-license=('GPL' 'LGPL')
-source=(http://gforge.inria.fr/frs/download.php/$_pkgid/CGAL-$pkgver.tar.xz)
-depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
-optdepends=('qt4: for CGAL_Qt4'
-'eigen: for some packages, see the CGAL manual')
-makedepends=('cmake' 'qt4' 'eigen' 'boost')
-md5sums=('1e79eff0897149c4f0ec85d912cfa82c')
-
-# consider building with swig for python stuff
-
-build() {
-  cd $srcdir/CGAL-$_dumbver
-  mkdir build
-  cd build
-  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/CGAL-$_dumbver/build
-  make install DESTDIR=$pkgdir
-
-  # The tarball still has all these licenses included
-  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
-install -D -m644 $srcdir/CGAL-$_dumbver/$_license 
$pkgdir/usr/share/licenses/$pkgname/$_license
-  done
-}
-

Copied: cgal/repos/community-x86_64/PKGBUILD (from rev 126251, 
cgal/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ 

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

2015-01-19 Thread Sergej Pupykin
Date: Monday, January 19, 2015 @ 11:20:18
  Author: spupykin
Revision: 126210

archrelease: copy trunk to community-any

Added:
  umleditor/repos/community-any/ChangeLog
(from rev 126209, umleditor/trunk/ChangeLog)
  umleditor/repos/community-any/PKGBUILD
(from rev 126209, umleditor/trunk/PKGBUILD)
  umleditor/repos/community-any/umleditor
(from rev 126209, umleditor/trunk/umleditor)
Deleted:
  umleditor/repos/community-any/ChangeLog
  umleditor/repos/community-any/PKGBUILD
  umleditor/repos/community-any/umleditor

---+
 ChangeLog |4 ++--
 PKGBUILD  |   48 
 umleditor |   14 +++---
 3 files changed, 33 insertions(+), 33 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2015-01-19 10:20:09 UTC (rev 126209)
+++ ChangeLog   2015-01-19 10:20:18 UTC (rev 126210)
@@ -1,2 +0,0 @@
-2007-06-25 tardo ta...@nagi-fanboi.net
-* Built for x86_64

Copied: umleditor/repos/community-any/ChangeLog (from rev 126209, 
umleditor/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2015-01-19 10:20:18 UTC (rev 126210)
@@ -0,0 +1,2 @@
+2007-06-25 tardo ta...@nagi-fanboi.net
+* Built for x86_64

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-19 10:20:09 UTC (rev 126209)
+++ PKGBUILD2015-01-19 10:20:18 UTC (rev 126210)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-
-pkgname=umleditor
-pkgver=3.5.0
-pkgrel=1
-pkgdesc=UML/INTERLIS-Editor
-arch=('any')
-url=http://www.umleditor.org/;
-license=('LGPL')
-depends=('java-runtime' 'interlis-compiler')
-makedepends=('unzip')
-source=(http://www.umleditor.org/download/$pkgname-$pkgver.zip 'umleditor')
-md5sums=('1628c9666eac0d71be9b5824ea6f8170'
- 'c3a61e0c0b11efefc2d1b70c2e3f1aa9')
-
-package() {
-  install -d $pkgdir/opt/$pkgname
-  cp $srcdir/$pkgname-$pkgver/*.jar $pkgdir/opt/$pkgname
-  cp -r $srcdir/$pkgname-$pkgver/xmirose $pkgdir/opt/$pkgname
-  install -D -m755 $srcdir/umleditor $pkgdir/usr/bin/umleditor
-}

Copied: umleditor/repos/community-any/PKGBUILD (from rev 126209, 
umleditor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-19 10:20:18 UTC (rev 126210)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=umleditor
+pkgver=3.6.0
+pkgrel=1
+pkgdesc=UML/INTERLIS-Editor
+arch=('any')
+url=http://www.umleditor.org/;
+license=('LGPL')
+depends=('java-runtime' 'interlis-compiler')
+makedepends=('unzip')
+source=(http://www.umleditor.org/download/$pkgname-$pkgver.zip 'umleditor')
+md5sums=('8c14ec06dccdc2ffae64cf9904fccae6'
+ 'c3a61e0c0b11efefc2d1b70c2e3f1aa9')
+
+package() {
+  install -d $pkgdir/opt/$pkgname
+  cp $srcdir/$pkgname-$pkgver/*.jar $pkgdir/opt/$pkgname
+  cp -r $srcdir/$pkgname-$pkgver/xmirose $pkgdir/opt/$pkgname
+  install -D -m755 $srcdir/umleditor $pkgdir/usr/bin/umleditor
+}

Deleted: umleditor
===
--- umleditor   2015-01-19 10:20:09 UTC (rev 126209)
+++ umleditor   2015-01-19 10:20:18 UTC (rev 126210)
@@ -1,7 +0,0 @@
-#!/bin/sh
-for name in /opt/umleditor/* ; do
-  CP=$CP:$name
-done
-#CP=/usr/share/java/ili2c/ili2c.jar:$CP
-
-java -cp $CP -jar /opt/umleditor/umleditor.jar

Copied: umleditor/repos/community-any/umleditor (from rev 126209, 
umleditor/trunk/umleditor)
===
--- umleditor   (rev 0)
+++ umleditor   2015-01-19 10:20:18 UTC (rev 126210)
@@ -0,0 +1,7 @@
+#!/bin/sh
+for name in /opt/umleditor/* ; do
+  CP=$CP:$name
+done
+#CP=/usr/share/java/ili2c/ili2c.jar:$CP
+
+java -cp $CP -jar /opt/umleditor/umleditor.jar


[arch-commits] Commit in phoronix-test-suite/repos/community-any (4 files)

2015-01-19 Thread Sergej Pupykin
Date: Monday, January 19, 2015 @ 11:20:05
  Author: spupykin
Revision: 126208

archrelease: copy trunk to community-any

Added:
  phoronix-test-suite/repos/community-any/PKGBUILD
(from rev 126207, phoronix-test-suite/trunk/PKGBUILD)
  phoronix-test-suite/repos/community-any/phoronix-test-suite.install
(from rev 126207, phoronix-test-suite/trunk/phoronix-test-suite.install)
Deleted:
  phoronix-test-suite/repos/community-any/PKGBUILD
  phoronix-test-suite/repos/community-any/phoronix-test-suite.install

-+
 PKGBUILD|   54 +-
 phoronix-test-suite.install |   24 +-
 2 files changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-19 10:19:57 UTC (rev 126207)
+++ PKGBUILD2015-01-19 10:20:05 UTC (rev 126208)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Andreas Schönfelder passtschu at freenet dot de
-
-pkgname=phoronix-test-suite
-pkgver=5.4.0
-pkgrel=1
-pkgdesc=The most comprehensive testing and benchmarking platform available 
for Linux
-arch=('any')
-license=('GPL3')
-url=http://www.phoronix-test-suite.com/;
-depends=('php')
-optdepends=('php-gtk'
-   'php-gd')
-install=${pkgname}.install
-source=(http://www.phoronix.net/downloads/phoronix-test-suite/releases/phoronix-test-suite-$pkgver.tar.gz)
-md5sums=('5f299db13b09ab422b93c87df878b405')
-
-package() {
-  cd $srcdir/phoronix-test-suite
-  sed -i 's#-packages.sh#-packages.sh --asdeps#' 
pts-core/objects/client/pts_external_dependencies.php
-  install -dm755 $pkgdir/usr/share/phoronix-test-suite
-  sed -e s/^export PTS_DIR=.*/export 
PTS_DIR=\/usr\/share\/phoronix-test-suite/g -i phoronix-test-suite
-  install -Dm755 phoronix-test-suite $pkgdir/usr/bin/phoronix-test-suite
-  rm -f $pkgdir/usr/share/phoronix-test-suite/pts/etc/scripts/package-build-*
-  cp -r pts-core/ $pkgdir/usr/share/phoronix-test-suite/
-}

Copied: phoronix-test-suite/repos/community-any/PKGBUILD (from rev 126207, 
phoronix-test-suite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-19 10:20:05 UTC (rev 126208)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Andreas Schönfelder passtschu at freenet dot de
+
+pkgname=phoronix-test-suite
+pkgver=5.4.1
+pkgrel=1
+pkgdesc=The most comprehensive testing and benchmarking platform available 
for Linux
+arch=('any')
+license=('GPL3')
+url=http://www.phoronix-test-suite.com/;
+depends=('php')
+optdepends=('php-gtk'
+   'php-gd')
+install=${pkgname}.install
+source=(http://www.phoronix.net/downloads/phoronix-test-suite/releases/phoronix-test-suite-$pkgver.tar.gz)
+md5sums=('a4d1148d228a7ca9e18363806926a0ee')
+
+package() {
+  cd $srcdir/phoronix-test-suite
+  sed -i 's#-packages.sh#-packages.sh --asdeps#' 
pts-core/objects/client/pts_external_dependencies.php
+  install -dm755 $pkgdir/usr/share/phoronix-test-suite
+  sed -e s/^export PTS_DIR=.*/export 
PTS_DIR=\/usr\/share\/phoronix-test-suite/g -i phoronix-test-suite
+  install -Dm755 phoronix-test-suite $pkgdir/usr/bin/phoronix-test-suite
+  rm -f $pkgdir/usr/share/phoronix-test-suite/pts/etc/scripts/package-build-*
+  cp -r pts-core/ $pkgdir/usr/share/phoronix-test-suite/
+}

Deleted: phoronix-test-suite.install
===
--- phoronix-test-suite.install 2015-01-19 10:19:57 UTC (rev 126207)
+++ phoronix-test-suite.install 2015-01-19 10:20:05 UTC (rev 126208)
@@ -1,12 +0,0 @@
-post_install() {
-  echo 
-  echo  To complete the installation you should edit /etc/php/php.ini.
-  echo  - Add / to the open_basedir list or comment this variable out.
-  echo  - Enable zip.so
-  echo 
-  echo  EXAMPLE:
-  echo  ; open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/:/
-  echo  extension=zip.so
-  echo 
-  echo  To enable the GUI make sure you install php-gtk from aur
-}

Copied: phoronix-test-suite/repos/community-any/phoronix-test-suite.install 
(from rev 126207, phoronix-test-suite/trunk/phoronix-test-suite.install)
===
--- phoronix-test-suite.install (rev 0)
+++ phoronix-test-suite.install 2015-01-19 10:20:05 UTC (rev 126208)
@@ -0,0 +1,12 @@
+post_install() {
+  echo 
+  echo  To complete the installation you should edit /etc/php/php.ini.
+  echo  - Add / to the open_basedir list or comment this variable out.
+  echo  - Enable zip.so
+  echo 
+  echo  EXAMPLE:
+  echo  ; open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/:/
+  echo  extension=zip.so
+  echo 
+  echo  To enable the GUI make sure you install php-gtk from aur
+}


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

2015-01-19 Thread Sergej Pupykin
Date: Monday, January 19, 2015 @ 11:20:09
  Author: spupykin
Revision: 126209

upgpkg: umleditor 3.6.0-1

upd

Modified:
  umleditor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-19 10:20:05 UTC (rev 126208)
+++ PKGBUILD2015-01-19 10:20:09 UTC (rev 126209)
@@ -4,7 +4,7 @@
 # Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
 
 pkgname=umleditor
-pkgver=3.5.0
+pkgver=3.6.0
 pkgrel=1
 pkgdesc=UML/INTERLIS-Editor
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('java-runtime' 'interlis-compiler')
 makedepends=('unzip')
 source=(http://www.umleditor.org/download/$pkgname-$pkgver.zip 'umleditor')
-md5sums=('1628c9666eac0d71be9b5824ea6f8170'
+md5sums=('8c14ec06dccdc2ffae64cf9904fccae6'
  'c3a61e0c0b11efefc2d1b70c2e3f1aa9')
 
 package() {


[arch-commits] Commit in hhvm/repos/community-x86_64 (16 files)

2015-01-19 Thread Massimiliano Torromeo
Date: Monday, January 19, 2015 @ 14:52:52
  Author: mtorromeo
Revision: 126219

archrelease: copy trunk to community-x86_64

Added:
  hhvm/repos/community-x86_64/PKGBUILD
(from rev 126218, hhvm/trunk/PKGBUILD)
  hhvm/repos/community-x86_64/hhvm-max.patch
(from rev 126218, hhvm/trunk/hhvm-max.patch)
  hhvm/repos/community-x86_64/hhvm.install
(from rev 126218, hhvm/trunk/hhvm.install)
  hhvm/repos/community-x86_64/hhvm.service
(from rev 126218, hhvm/trunk/hhvm.service)
  hhvm/repos/community-x86_64/hhvm.tmpfile
(from rev 126218, hhvm/trunk/hhvm.tmpfile)
  hhvm/repos/community-x86_64/hhvm@.service
(from rev 126218, hhvm/trunk/hhvm@.service)
  hhvm/repos/community-x86_64/php.ini
(from rev 126218, hhvm/trunk/php.ini)
  hhvm/repos/community-x86_64/server.ini
(from rev 126218, hhvm/trunk/server.ini)
Deleted:
  hhvm/repos/community-x86_64/PKGBUILD
  hhvm/repos/community-x86_64/hhvm-max.patch
  hhvm/repos/community-x86_64/hhvm.install
  hhvm/repos/community-x86_64/hhvm.service
  hhvm/repos/community-x86_64/hhvm.tmpfile
  hhvm/repos/community-x86_64/hhvm@.service
  hhvm/repos/community-x86_64/php.ini
  hhvm/repos/community-x86_64/server.ini

+
 PKGBUILD   |  219 ---
 hhvm-max.patch |   60 +++
 hhvm.install   |   18 ++--
 hhvm.service   |   30 +++
 hhvm.tmpfile   |4 -
 hhvm@.service  |   30 +++
 php.ini|   20 ++---
 server.ini |   12 +--
 8 files changed, 200 insertions(+), 193 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-19 13:51:29 UTC (rev 126218)
+++ PKGBUILD2015-01-19 13:52:52 UTC (rev 126219)
@@ -1,106 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: James Miller ja...@pocketrent.com
-
-pkgname=hhvm
-pkgver=3.4.2
-_thirdparty_commit=38af35db27a4d962adaefde343dc6dcfc495c8b5
-_folly_commit=acc54589227951293f8d3943911f4311468605c9
-_thrift_commit=378e954ac82a00ba056e6fccd5e1fa3e76803cc8
-pkgrel=1
-pkgdesc=Virtual Machine, Runtime, and JIT for PHP
-arch=('x86_64')
-url=http://hhvm.com;
-license=('PHP')
-depends=('boost-libs' 'google-glog' 'libmysqlclient' 'libmemcached' 'libzip' 
'lz4'
- 'libxslt' 'intel-tbb' 'libmcrypt' 'oniguruma' 'jemalloc' 'curl' 
'libvpx'
- 'libdwarf' 'imagemagick' 'libedit' 'sqlite' 'libyaml')
-makedepends=('git' 'cmake' 'gcc' 'chrpath' 'boost' 'gflags' 'python2' 'pfff')
-source=(https://github.com/facebook/hhvm/archive/HHVM-$pkgver.tar.gz;
-
hhvm-third-party-$_thirdparty_commit.tar.gz::https://github.com/hhvm/hhvm-third-party/archive/$_thirdparty_commit.tar.gz;
-
folly-$_folly_commit.tar.gz::https://github.com/facebook/folly/archive/$_folly_commit.tar.gz;
-
thrift-$_thrift_commit.tar.gz::https://github.com/facebook/fbthrift/archive/$_thrift_commit.tar.gz;
-'hhvm-max.patch'
-'hhvm.tmpfile'
-'hhvm.service'
-'hhvm@.service'
-'php.ini'
-'server.ini')
-install=hhvm.install
-backup=(etc/hhvm/{php,server}.ini)
-options+=('!buildflags')
-
-prepare() {
-cd $srcdir/$pkgname-HHVM-$pkgver
-patch -p1 -i $srcdir/hhvm-max.patch
-
-rm -rf third-party
-ln -s $srcdir/hhvm-third-party-$_thirdparty_commit third-party
-
-# no bundled pcre
-sed '/pcre/d' -i third-party/CMakeLists.txt
-
-cd third-party/folly
-rm -rf src
-ln -s $srcdir/folly-$_folly_commit src
-
-cd ../thrift
-rm -rf src
-ln -s $srcdir/fbthrift-$_thrift_commit src
-}
-
-build() {
-cd $srcdir/$pkgname-HHVM-$pkgver
-msg2 Building hhvm
-
-# comment for tests
-HPHP_NOTEST=1 \
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_PREFIX_PATH=$srcdir \
--DFREETYPE_INCLUDE_DIRS:PATH=/usr/include/freetype2 \
-.
-
-make
-
-for hacktool in hackificator remove_soft_types; do
-cd $srcdir/$pkgname-HHVM-$pkgver/hphp/hack/tools/$hacktool
-make depend
-make
-done
-}
-
-# check() {
-# cd $srcdir/$pkgname-HHVM-$pkgver/hphp/test
-# ./run --threads 8 quick
-# }
-
-package() {
-cd $srcdir/$pkgname-HHVM-$pkgver
-make DESTDIR=$pkgdir/ install
-mv $pkgdir/usr/lib{64,}
-
-cd hphp/hack/bin
-for bin in hh_* tools/*; do
-install -Dm755 $bin $pkgdir/usr/bin/$(basename $bin)
-done
-
-cd $srcdir
-install -Dm644 hhvm.tmpfile $pkgdir/usr/lib/tmpfiles.d/hhvm.conf
-install -Dm644 hhvm.service $pkgdir/usr/lib/systemd/system/hhvm.service
-install -Dm644 hhvm@.service $pkgdir/usr/lib/systemd/system/hhvm@.service
-
-install -Dm644 php.ini $pkgdir/etc/hhvm/php.ini
-install -Dm644 server.ini $pkgdir/etc/hhvm/server.ini
-}
-
-sha256sums=('dee0d127eebed48835d6f27c4381f5e60fa3539eef4697f38822cfa0f5367cae'
-'9be5a424f21ed40e061281ffdd92c225c27aa12e260d71b41a27faa760f3fd38'
-

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

2015-01-19 Thread Giovanni Scafora
Date: Monday, January 19, 2015 @ 10:45:24
  Author: giovanni
Revision: 229572

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

Added:
  live-media/repos/extra-i686/PKGBUILD
(from rev 229571, live-media/trunk/PKGBUILD)
  live-media/repos/extra-x86_64/PKGBUILD
(from rev 229571, live-media/trunk/PKGBUILD)
Deleted:
  live-media/repos/extra-i686/PKGBUILD
  live-media/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-19 09:45:14 UTC (rev 229571)
+++ extra-i686/PKGBUILD 2015-01-19 09:45:24 UTC (rev 229572)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Gilles CHAUVIN gcn...@gmail.com
-
-pkgname=live-media
-pkgver=2014.11.28
-pkgrel=1
-pkgdesc=A set of C++ libraries for multimedia streaming
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://live555.com/liveMedia;
-depends=('gcc-libs')
-options=('staticlibs')
-source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('9012399ce9ec42d7718711ede75aef24')
-
-build() {
-  cd ${srcdir}/live
-
-  sed \
-  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
-  -i config.linux
-  ./genMakefiles linux
-  make
-}
-
-package() {
-  cd ${srcdir}/live
-
-  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
-install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
-install -m644 ${dir}/*.a ${pkgdir}/usr/lib
-install -m644 ${dir}/include/*.h* ${pkgdir}/usr/include/${dir}
-  done
-
-  for testprog in `find testProgs -type f -perm 755`; do
-install ${testprog} ${pkgdir}/usr/bin
-  done
-}

Copied: live-media/repos/extra-i686/PKGBUILD (from rev 229571, 
live-media/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-19 09:45:24 UTC (rev 229572)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Gilles CHAUVIN gcn...@gmail.com
+
+pkgname=live-media
+pkgver=2015.01.19
+pkgrel=1
+pkgdesc=A set of C++ libraries for multimedia streaming
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://live555.com/liveMedia;
+depends=('gcc-libs')
+options=('staticlibs')
+source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
+md5sums=('09931242ad131d0fcf4572ab38a9a432')
+
+build() {
+  cd ${srcdir}/live
+
+  sed \
+  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
+  -i config.linux
+  ./genMakefiles linux
+  make
+}
+
+package() {
+  cd ${srcdir}/live
+
+  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
+install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
+install -m644 ${dir}/*.a ${pkgdir}/usr/lib
+install -m644 ${dir}/include/*.h* ${pkgdir}/usr/include/${dir}
+  done
+
+  for testprog in `find testProgs -type f -perm 755`; do
+install ${testprog} ${pkgdir}/usr/bin
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-01-19 09:45:14 UTC (rev 229571)
+++ extra-x86_64/PKGBUILD   2015-01-19 09:45:24 UTC (rev 229572)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Gilles CHAUVIN gcn...@gmail.com
-
-pkgname=live-media
-pkgver=2014.11.28
-pkgrel=1
-pkgdesc=A set of C++ libraries for multimedia streaming
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://live555.com/liveMedia;
-depends=('gcc-libs')
-options=('staticlibs')
-source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('9012399ce9ec42d7718711ede75aef24')
-
-build() {
-  cd ${srcdir}/live
-
-  sed \
-  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
-  -i config.linux
-  ./genMakefiles linux
-  make
-}
-
-package() {
-  cd ${srcdir}/live
-
-  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
-install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
-install -m644 ${dir}/*.a ${pkgdir}/usr/lib
-install -m644 ${dir}/include/*.h* ${pkgdir}/usr/include/${dir}
-  done
-
-  for testprog in `find testProgs -type f -perm 755`; do
-install ${testprog} ${pkgdir}/usr/bin
-  done
-}

Copied: live-media/repos/extra-x86_64/PKGBUILD (from rev 229571, 
live-media/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ 

[arch-commits] Commit in squid/trunk (PKGBUILD squid-r13407.patch)

2015-01-19 Thread Sergej Pupykin
Date: Monday, January 19, 2015 @ 11:47:09
  Author: spupykin
Revision: 126211

upgpkg: squid 3.5.1-1

upd

Modified:
  squid/trunk/PKGBUILD
Deleted:
  squid/trunk/squid-r13407.patch

+
 PKGBUILD   |   10 
 squid-r13407.patch |   57 ---
 2 files changed, 5 insertions(+), 62 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-19 10:20:18 UTC (rev 126210)
+++ PKGBUILD2015-01-19 10:47:09 UTC (rev 126211)
@@ -5,7 +5,7 @@
 # Contributor: Kevin Piche ke...@archlinux.org
 
 pkgname=squid
-pkgver=3.4.11
+pkgver=3.5.1
 pkgrel=1
 pkgdesc='Full-featured Web proxy cache server'
 arch=('x86_64' 'i686')
@@ -12,6 +12,7 @@
 url='http://www.squid-cache.org'
 depends=('openssl' 'pam' 'perl' 'libltdl' 'libcap' 'nettle')
 makedepends=('libcap' 'krb5')
+optdepends=('gnutls: for squidclient')
 license=('GPL')
 options=('emptydirs')
 backup=('etc/squid/squid.conf'
@@ -20,7 +21,7 @@
 'etc/squid/cachemgr.conf'
 'etc/squid/msntauth.conf')
 install=$pkgname.install
-source=(http://www.squid-cache.org/Versions/v3/3.4/$pkgname-$pkgver.tar.bz2;
+source=(http://www.squid-cache.org/Versions/v3/3.5/$pkgname-$pkgver.tar.bz2;
 'squid.pam'
 'squid.service'
 'squid.tmpfiles'
@@ -27,7 +28,7 @@
 'squid.sysusers'
 'squid-rotate.service'
 'squid-rotate.timer')
-md5sums=('9b2c457c889b026ffcada0cfe03c19ae'
+md5sums=('3c4d77ae25c7dee1f5ec597a069e0a53'
  '270977cdd9b47ef44c0c427ab9034777'
  'ceeb57c69ebb165676219222f109a24e'
  'd243da117c1aee03c0cc6052f023a380'
@@ -37,7 +38,6 @@
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver
-#  patch -p0 $srcdir/squid-r13407.patch
 }
 
 build() {
@@ -61,7 +61,7 @@
 --enable-storeio=aufs,ufs,diskd \
 --enable-delay-pools \
 --enable-arp-acl \
---enable-ssl \
+--with-openssl=/usr \
 --enable-snmp \
 --enable-linux-netfilter \
 --enable-ident-lookups \

Deleted: squid-r13407.patch
===
--- squid-r13407.patch  2015-01-19 10:20:18 UTC (rev 126210)
+++ squid-r13407.patch  2015-01-19 10:47:09 UTC (rev 126211)
@@ -1,57 +0,0 @@
-@@ -, +, @@ 
-  author: Alex Rousskov rouss...@measurement-factory.com
-  Avoid on-exit crashes when adaptation is enabled.
-  
-  After trunk r13269 (Vector refactor) destroyed vector objects still have
-  positive item counts. This exposes use-after-delete bugs. In this particular
-  case, global adaptation rule/group/service arrays are destructed by global
-  destruction sequence first and then again by Adaptation::*::TheConfig objects
-  destructors.
-  
-  This change avoiding static destruction order dependencies by storing those
-  global adaptation arrays on heap.
 src/adaptation/AccessRule.cc   2014-06-03 07:05:07 +
-+++ src/adaptation/AccessRule.cc   2014-06-29 15:22:19 +
-@@ -51,10 +51,10 @@ Adaptation::AccessRule::group()
- 
- Adaptation::AccessRules 
- Adaptation::AllRules()
- {
--static AccessRules TheRules;
--return TheRules;
-+static AccessRules *TheRules = new AccessRules;
-+return *TheRules;
- }
- 
- // TODO: make AccessRules::find work
- Adaptation::AccessRule *
 src/adaptation/Service.cc  2012-08-28 13:00:30 +
-+++ src/adaptation/Service.cc  2014-06-29 15:22:19 +
-@@ -53,10 +53,10 @@ Adaptation::Service::wants(const Service
- 
- Adaptation::Services 
- Adaptation::AllServices()
- {
--static Services TheServices;
--return TheServices;
-+static Services *TheServices = new Services;
-+return *TheServices;
- }
- 
- Adaptation::ServicePointer
- Adaptation::FindService(const Service::Id key)
 src/adaptation/ServiceGroups.cc2013-09-28 13:03:58 +
-+++ src/adaptation/ServiceGroups.cc2014-06-29 15:22:19 +
-@@ -314,10 +314,10 @@ Adaptation::ServicePlan::print(std::ostr
- 
- Adaptation::Groups 
- Adaptation::AllGroups()
- {
--static Groups TheGroups;
--return TheGroups;
-+static Groups *TheGroups = new Groups;
-+return *TheGroups;
- }
- 
- Adaptation::ServiceGroupPointer
- Adaptation::FindGroup(const ServiceGroup::Id id)


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

2015-01-19 Thread Massimiliano Torromeo
Date: Monday, January 19, 2015 @ 14:51:29
  Author: mtorromeo
Revision: 126218

upgpkg: hhvm 3.5.0-1

Updated to 3.5.0

Modified:
  hhvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-19 13:24:52 UTC (rev 126217)
+++ PKGBUILD2015-01-19 13:51:29 UTC (rev 126218)
@@ -3,10 +3,11 @@
 # Contributor: James Miller ja...@pocketrent.com
 
 pkgname=hhvm
-pkgver=3.4.2
-_thirdparty_commit=38af35db27a4d962adaefde343dc6dcfc495c8b5
-_folly_commit=acc54589227951293f8d3943911f4311468605c9
-_thrift_commit=378e954ac82a00ba056e6fccd5e1fa3e76803cc8
+pkgver=3.5.0
+_thirdparty_commit=d0cad57b5427f84af8f77d60b8b53de4aaea4694
+_folly_commit=6f9b619d9ffc219296a818a83266d60628e6aedd
+_thrift_commit=bba5d4590ff71e8f34ce4f90a8d7b2cf867ca3d0
+_proxygen_commit=8a602aa40383d6dddbdcb2a951067b9923edfc74
 pkgrel=1
 pkgdesc=Virtual Machine, Runtime, and JIT for PHP
 arch=('x86_64')
@@ -20,6 +21,7 @@
 
hhvm-third-party-$_thirdparty_commit.tar.gz::https://github.com/hhvm/hhvm-third-party/archive/$_thirdparty_commit.tar.gz;
 
folly-$_folly_commit.tar.gz::https://github.com/facebook/folly/archive/$_folly_commit.tar.gz;
 
thrift-$_thrift_commit.tar.gz::https://github.com/facebook/fbthrift/archive/$_thrift_commit.tar.gz;
+
proxygen-$_proxygen_commit.tar.gz::https://github.com/facebook/proxygen/archive/$_proxygen_commit.tar.gz;
 'hhvm-max.patch'
 'hhvm.tmpfile'
 'hhvm.service'
@@ -47,6 +49,10 @@
 cd ../thrift
 rm -rf src
 ln -s $srcdir/fbthrift-$_thrift_commit src
+
+cd ../proxygen
+rm -rf src
+ln -s $srcdir/proxygen-$_proxygen_commit src
 }
 
 build() {
@@ -94,10 +100,11 @@
 install -Dm644 server.ini $pkgdir/etc/hhvm/server.ini
 }
 
-sha256sums=('dee0d127eebed48835d6f27c4381f5e60fa3539eef4697f38822cfa0f5367cae'
-'9be5a424f21ed40e061281ffdd92c225c27aa12e260d71b41a27faa760f3fd38'
-'41ead35d8d86f5b83c8287d32de0ce54d37561387435e13f62af2829b00aedae'
-'6770898ccb5da42f5d11491a7d9e7b9548657032a381d6d5b9a999616d50f184'
+sha256sums=('1ddf74f84f45bbccf9bd37da7ea4e3048122e09fbeba46ae0ad3982d321012ba'
+'c62bc664fd96de44aedc07e2cf136b7ff712001f53d41b003c260c50c8ec9e8e'
+'00922bf8128f368fa8b3a1b0ab6d79086a77a9f95484bf020d0f06bcd4710441'
+'b5338bb0299651ccffef826348a50618c92980e619dbc9eb34f16c9ff4a6765a'
+'34fbb931fe112dca460f765d2552241914dcc229de72918c81af9787c3276d56'
 'ab98d74c382f503f1208407e891d26a88f9314fa2b631f6ec2a4a73ead644ba2'
 'c356010a6d6b976f387bb205a75ea07d5f40593a8010483f2ed0f66f112331bc'
 '8b50d1ef9f5f726e6d8d469a8c84d85ad63f8b507b97d258b4d751a0e3e221df'


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

2015-01-19 Thread Sergej Pupykin
Date: Monday, January 19, 2015 @ 14:24:52
  Author: spupykin
Revision: 126217

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

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

---+
 /PKGBUILD |   58 
 /xpad.install |   22 +++
 community-i686/PKGBUILD   |   29 
 community-i686/xpad.install   |   11 ---
 community-x86_64/PKGBUILD |   29 
 community-x86_64/xpad.install |   11 ---
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-19 13:24:37 UTC (rev 126216)
+++ community-i686/PKGBUILD 2015-01-19 13:24:52 UTC (rev 126217)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Kevin Piche ke...@archlinux.org
-# Contributor: Ben contrasu...@myrealbox.com
-
-pkgname=xpad
-pkgver=4.5.0
-_pkgver=$(echo $pkgver | cut -f1-2 -d.)
-pkgrel=1
-pkgdesc=Stickies-like notes program
-arch=(i686 x86_64)
-depends=('gtk3' 'libsm' 'librsvg' 'gtksourceview3')
-makedepends=('intltool')
-url=http://mterry.name/xpad/;
-license=('GPL')
-install=xpad.install
-source=(http://launchpad.net/xpad/trunk/${_pkgver}/+download/xpad-$pkgver.tar.bz2)
-md5sums=('c20c412817c42491cada504f18feacc5')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install helpdir=$pkgdir/usr/lib/xpad/help
-}

Copied: xpad/repos/community-i686/PKGBUILD (from rev 126216, 
xpad/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-19 13:24:52 UTC (rev 126217)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Kevin Piche ke...@archlinux.org
+# Contributor: Ben contrasu...@myrealbox.com
+
+pkgname=xpad
+pkgver=4.5.0
+_pkgver=$(echo $pkgver | cut -f1-2 -d.)
+pkgrel=2
+pkgdesc=Stickies-like notes program
+arch=(i686 x86_64)
+depends=('gtk3' 'libsm' 'librsvg' 'gtksourceview3')
+makedepends=('intltool')
+url=http://mterry.name/xpad/;
+license=('GPL')
+install=xpad.install
+source=(http://launchpad.net/xpad/trunk/${_pkgver}/+download/xpad-$pkgver.tar.bz2)
+md5sums=('c20c412817c42491cada504f18feacc5')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install helpdir=/usr/lib/xpad/help
+}

Deleted: community-i686/xpad.install
===
--- community-i686/xpad.install 2015-01-19 13:24:37 UTC (rev 126216)
+++ community-i686/xpad.install 2015-01-19 13:24:52 UTC (rev 126217)
@@ -1,11 +0,0 @@
-post_install() {
-  which xdg-icon-resource 1/dev/null 2/dev/null  xdg-icon-resource 
forceupdate || true
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  which xdg-icon-resource 1/dev/null 2/dev/null  xdg-icon-resource 
forceupdate || true
-}

Copied: xpad/repos/community-i686/xpad.install (from rev 126216, 
xpad/trunk/xpad.install)
===
--- community-i686/xpad.install (rev 0)
+++ community-i686/xpad.install 2015-01-19 13:24:52 UTC (rev 126217)
@@ -0,0 +1,11 @@
+post_install() {
+  which xdg-icon-resource 1/dev/null 2/dev/null  xdg-icon-resource 
forceupdate || true
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  which xdg-icon-resource 1/dev/null 2/dev/null  xdg-icon-resource 
forceupdate || true
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-19 13:24:37 UTC (rev 126216)
+++ community-x86_64/PKGBUILD   2015-01-19 13:24:52 UTC (rev 126217)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Kevin Piche ke...@archlinux.org
-# Contributor: Ben contrasu...@myrealbox.com
-
-pkgname=xpad
-pkgver=4.5.0
-_pkgver=$(echo $pkgver | cut -f1-2 -d.)
-pkgrel=1
-pkgdesc=Stickies-like notes program
-arch=(i686 x86_64)
-depends=('gtk3' 'libsm' 'librsvg' 'gtksourceview3')
-makedepends=('intltool')
-url=http://mterry.name/xpad/;
-license=('GPL')
-install=xpad.install

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

2015-01-19 Thread Sergej Pupykin
Date: Monday, January 19, 2015 @ 14:24:37
  Author: spupykin
Revision: 126216

upgpkg: xpad 4.5.0-2

upd

Modified:
  xpad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-19 12:40:48 UTC (rev 126215)
+++ PKGBUILD2015-01-19 13:24:37 UTC (rev 126216)
@@ -6,7 +6,7 @@
 pkgname=xpad
 pkgver=4.5.0
 _pkgver=$(echo $pkgver | cut -f1-2 -d.)
-pkgrel=1
+pkgrel=2
 pkgdesc=Stickies-like notes program
 arch=(i686 x86_64)
 depends=('gtk3' 'libsm' 'librsvg' 'gtksourceview3')
@@ -25,5 +25,5 @@
 
 package() {
   cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install helpdir=$pkgdir/usr/lib/xpad/help
+  make DESTDIR=$pkgdir install helpdir=/usr/lib/xpad/help
 }


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

2015-01-19 Thread Christian Hesse
Date: Monday, January 19, 2015 @ 16:23:59
  Author: eworm
Revision: 126221

remove python packagekit packages

python-packagekit and python2-packagekit did not contain anything useful.
In fact python stuff is only built and installed for backend 'entropy',
'pisi' and 'portage'. We should be safe to remove this.

Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |   84 +
 1 file changed, 13 insertions(+), 71 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-19 15:13:02 UTC (rev 126220)
+++ PKGBUILD2015-01-19 15:23:59 UTC (rev 126221)
@@ -1,17 +1,23 @@
 # Maintainer: Christian Hesse m...@eworm.de
 # Contributor: Jonathan Conder jonno.con...@gmail.com
 
-pkgbase='packagekit'
-pkgname=('packagekit' 'python2-packagekit' 'python-packagekit')
+pkgname='packagekit'
 pkgver=1.0.3
-pkgrel=9
+pkgrel=10
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('i686' 'x86_64')
 url='http://www.packagekit.org/'
 license=('GPL')
+depends=('dbus-glib' 'pacman' 'polkit' 'shared-mime-info' 'sqlite')
 makedepends=('dbus-glib' 'gobject-introspection' 'gtk-doc' 'intltool'
-   'networkmanager' 'pacman=4.2.0'  'pm-utils' 'polkit' 'python2'
-   'shared-mime-info' 'sqlite' 'python2' 'python' 'bash-completion')
+   'networkmanager' 'pacman=4.2.0'  'pm-utils' 'polkit'
+   'shared-mime-info' 'sqlite' 'bash-completion')
+optdepends=('networkmanager: detect connection status'
+   'bash-completion: command completion in bash')
+install='packagekit.install'
+backup=('var/lib/PackageKit/transactions.db'
+   'etc/PackageKit/alpm.d/pacman.conf'
+   'etc/PackageKit/alpm.d/repos.list')
 
source=(http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz;

'0001-alpm-versioning-8.2.0.patch::https://github.com/hughsie/PackageKit/commit/50cf2f652b9bfd89f153e4071474851bd93b83ef.patch'

'0002-pacman-4.2.0.patch::https://github.com/hughsie/PackageKit/commit/99c7d79f3626fe79f8225464b7601f55d4063f20.patch'
@@ -51,26 +57,17 @@
# https://github.com/hughsie/PackageKit/issues/15
# For now we just exit the daemon... It will launch with a clean status 
if required.
sed -i '/ExecStart=/s/$/ --timed-exit/' data/packagekit.service.in
-
-   # copy after patching but before fixing for python2
-   cp -r ${srcdir}/PackageKit-${pkgver} 
${srcdir}/PackageKit-${pkgver}-python3
-
-   sed -i 's|python |python2 |' 'lib/python/packagekit/Makefile.in'
-   sed -i 's|bin/python|bin/python2|' 'lib/python/packagekit/'*.py
 }
 
 build() {
cd ${srcdir}/PackageKit-${pkgver}
 
-   export PYTHON=/usr/bin/python2
./autogen.sh --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--libexecdir=/usr/lib/PackageKit \
-   --enable-strict \
--disable-static \
--disable-gtk-doc \
-   --disable-tests \
--disable-local \
--disable-browser-plugin \
--disable-gstreamer-plugin \
@@ -77,72 +74,17 @@
--disable-gtk-module \
--disable-command-not-found \
--disable-cron \
-   --disable-debuginfo-install \
-   --enable-pm-utils \
--disable-dummy \
-   --enable-alpm \
-   --with-default-backend=alpm
+   --enable-alpm
make
-
-   cd ${srcdir}/PackageKit-${pkgver}-python3
-
-   export PYTHON=/usr/bin/python
-   ./autogen.sh --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --libexecdir=/usr/lib/PackageKit \
-   --enable-strict \
-   --disable-static \
-   --disable-gtk-doc \
-   --disable-tests \
-   --disable-local \
-   --disable-browser-plugin \
-   --disable-gstreamer-plugin \
-   --disable-gtk-module \
-   --disable-command-not-found \
-   --disable-cron \
-   --disable-debuginfo-install \
-   --enable-pm-utils \
-   --disable-dummy \
-   --enable-alpm \
-   --with-default-backend=alpm
-   make
 }
 
-package_packagekit() {
-   depends=('dbus-glib' 'pacman' 'polkit' 'shared-mime-info' 'sqlite')
-   optdepends=('networkmanager: detect connection status'
-   'bash-completion: command completion in bash')
-   backup=('var/lib/PackageKit/transactions.db'
-   'etc/PackageKit/alpm.d/pacman.conf'
-   'etc/PackageKit/alpm.d/repos.list')
-   install='packagekit.install'
-
+package() {
cd ${srcdir}/PackageKit-${pkgver}
 
make DESTDIR=${pkgdir} install
 }
 
-package_python2-packagekit() {
-   

[arch-commits] Commit in lib32-libvdpau/repos (3 files)

2015-01-19 Thread Maxime Gauduin
Date: Monday, January 19, 2015 @ 16:13:02
  Author: alucryd
Revision: 126220

db-move: moved lib32-libvdpau from [community] to [multilib] (x86_64)

Added:
  lib32-libvdpau/repos/multilib-x86_64/PKGBUILD
(from rev 126219, lib32-libvdpau/repos/community-x86_64/PKGBUILD)
Deleted:
  lib32-libvdpau/repos/community-x86_64/
  lib32-libvdpau/repos/multilib-x86_64/PKGBUILD

--+
 /PKGBUILD|   39 +++
 multilib-x86_64/PKGBUILD |   39 ---
 2 files changed, 39 insertions(+), 39 deletions(-)

Deleted: multilib-x86_64/PKGBUILD
===
--- multilib-x86_64/PKGBUILD2015-01-19 13:52:52 UTC (rev 126219)
+++ multilib-x86_64/PKGBUILD2015-01-19 15:13:02 UTC (rev 126220)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=lib32-libvdpau
-pkgver=0.8
-pkgrel=1
-pkgdesc='Nvidia VDPAU library'
-arch=('x86_64')
-url='http://cgit.freedesktop.org/~aplattner/libvdpau'
-license=('custom')
-depends=('lib32-gcc-libs' 'lib32-libxext' ${pkgname#*-})
-conflicts=('lib32-nvidia-utils190.42-2')
-makedepends=('dri2proto')
-source=(http://people.freedesktop.org/~aplattner/vdpau/${pkgname#*-}-${pkgver}.tar.gz;)
-sha256sums=('73a7d11cc1abed8bcaf1392bd361fc00fd43bd85bbeafb12a64bdd0bcb4101ed')
-
-build() {
-  cd ${pkgname#*-}-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure --prefix='/usr' --libdir='/usr/lib32' --sysconfdir='/etc'
-  make
-}
-
-package() {
-  cd ${pkgname#*-}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/{etc,usr/include}
-
-  install -dm 755 ${pkgdir}/usr/share/licenses
-  ln -s ${pkgname#*-} ${pkgdir}/usr/share/licenses/${pkgname}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libvdpau/repos/multilib-x86_64/PKGBUILD (from rev 126219, 
lib32-libvdpau/repos/community-x86_64/PKGBUILD)
===
--- multilib-x86_64/PKGBUILD(rev 0)
+++ multilib-x86_64/PKGBUILD2015-01-19 15:13:02 UTC (rev 126220)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=lib32-libvdpau
+pkgver=0.9
+pkgrel=1
+pkgdesc='Nvidia VDPAU library'
+arch=('x86_64')
+url='http://cgit.freedesktop.org/~aplattner/libvdpau'
+license=('custom')
+depends=('lib32-gcc-libs' 'lib32-libxext' ${pkgname#*-})
+conflicts=('lib32-nvidia-utils190.42-2')
+makedepends=('dri2proto')
+source=(http://people.freedesktop.org/~aplattner/vdpau/${pkgname#*-}-${pkgver}.tar.gz;)
+sha256sums=('e32957140835a545a01a3972db1143e01174db3d9c0017e51f6a3bf8b09c0e6e')
+
+build() {
+  cd ${pkgname#*-}-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure --prefix='/usr' --libdir='/usr/lib32' --sysconfdir='/etc'
+  make
+}
+
+package() {
+  cd ${pkgname#*-}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/{etc,usr/include}
+
+  install -dm 755 ${pkgdir}/usr/share/licenses
+  ln -s ${pkgname#*-} ${pkgdir}/usr/share/licenses/${pkgname}
+}
+
+# vim: ts=2 sw=2 et:


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

2015-01-19 Thread Dan McGee
Date: Monday, January 19, 2015 @ 15:51:01
  Author: dan
Revision: 229581

upgpkg: django 1.7.3-1

Modified:
  django/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-19 10:15:00 UTC (rev 229580)
+++ PKGBUILD2015-01-19 14:51:01 UTC (rev 229581)
@@ -4,7 +4,7 @@
 
 pkgbase=django
 pkgname=('python-django' 'python2-django')
-pkgver=1.7.2
+pkgver=1.7.3
 pkgrel=1
 pkgdesc=A high-level Python Web framework that encourages rapid development 
and clean design
 arch=('any')
@@ -12,8 +12,8 @@
 url=http://www.djangoproject.com/;
 makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools')
 
source=(https://www.djangoproject.com/m/releases/${pkgver:0:3}/Django-$pkgver.tar.gz;)
-md5sums=('855a53a9a5581c62b6031c9b3bd80ec5')
-sha256sums=('31c6c3c229f8c04b3be87e6afc3492903b57ec8f1188a47b6ae160d90cf653c8')
+md5sums=('ea9a3fe7eca2280b233938a98c4a35a0')
+sha256sums=('f226fb8aa438456968d403f6739de1cf2dad128db86f66ee2b41dfebe3645c5b')
 
 prepare() {
   cp -a $srcdir/Django-$pkgver $srcdir/Django-$pkgver-python2


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

2015-01-19 Thread Dan McGee
Date: Monday, January 19, 2015 @ 15:51:12
  Author: dan
Revision: 229582

archrelease: copy trunk to extra-any

Added:
  django/repos/extra-any/PKGBUILD
(from rev 229581, django/trunk/PKGBUILD)
Deleted:
  django/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  140 ++---
 1 file changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-19 14:51:01 UTC (rev 229581)
+++ PKGBUILD2015-01-19 14:51:12 UTC (rev 229582)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-# Contributor: Shahar Weiss swei...@gmx.net
-
-pkgbase=django
-pkgname=('python-django' 'python2-django')
-pkgver=1.7.2
-pkgrel=1
-pkgdesc=A high-level Python Web framework that encourages rapid development 
and clean design
-arch=('any')
-license=('BSD')
-url=http://www.djangoproject.com/;
-makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools')
-source=(https://www.djangoproject.com/m/releases/${pkgver:0:3}/Django-$pkgver.tar.gz;)
-md5sums=('855a53a9a5581c62b6031c9b3bd80ec5')
-sha256sums=('31c6c3c229f8c04b3be87e6afc3492903b57ec8f1188a47b6ae160d90cf653c8')
-
-prepare() {
-  cp -a $srcdir/Django-$pkgver $srcdir/Django-$pkgver-python2
-
-  find $srcdir/Django-$pkgver-python2 -name '*.py' | \
-xargs sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2|
-}
-
-build() {
-  cd $srcdir/Django-$pkgver
-  python setup.py build
-
-  cd $srcdir/Django-$pkgver-python2
-  python2 setup.py build
-}
-
-package_python-django() {
-  depends=('python' 'python-setuptools')
-  optdepends=('python-psycopg2: for PostgreSQL backend')
-  cd $srcdir/Django-$pkgver
-  python setup.py install --root=$pkgdir --optimize=1
-
-  ln -s django-admin.py $pkgdir/usr/bin/django-admin3.py
-  ln -s django-admin $pkgdir/usr/bin/django-admin3
-  install -Dm644 extras/django_bash_completion \
-$pkgdir/usr/share/bash-completion/completions/django-admin.py
-  ln -s django-admin.py \
-$pkgdir/usr/share/bash-completion/completions/django-admin
-  ln -s django-admin.py \
-$pkgdir/usr/share/bash-completion/completions/manage.py
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-django() {
-  depends=('python2' 'python2-setuptools')
-  optdepends=('mysql-python: for MySQL backend'
-  'python2-psycopg2: for PostgreSQL backend')
-  replaces=('django')
-  conflicts=('django')
-  cd $srcdir/Django-$pkgver-python2
-  python2 setup.py install --root=$pkgdir --optimize=1
-
-  mv $pkgdir/usr/bin/django-admin.py $pkgdir/usr/bin/django-admin2.py
-  mv $pkgdir/usr/bin/django-admin $pkgdir/usr/bin/django-admin2
-  # TODO: this probably won't work due to the `complete` command within not
-  # knowing about modified our exectuable names
-  install -Dm644 extras/django_bash_completion \
-$pkgdir/usr/share/bash-completion/completions/django-admin2.py
-  ln -s django-admin2.py \
-$pkgdir/usr/share/bash-completion/completions/django-admin2
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: django/repos/extra-any/PKGBUILD (from rev 229581, django/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-19 14:51:12 UTC (rev 229582)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Shahar Weiss swei...@gmx.net
+
+pkgbase=django
+pkgname=('python-django' 'python2-django')
+pkgver=1.7.3
+pkgrel=1
+pkgdesc=A high-level Python Web framework that encourages rapid development 
and clean design
+arch=('any')
+license=('BSD')
+url=http://www.djangoproject.com/;
+makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools')
+source=(https://www.djangoproject.com/m/releases/${pkgver:0:3}/Django-$pkgver.tar.gz;)
+md5sums=('ea9a3fe7eca2280b233938a98c4a35a0')
+sha256sums=('f226fb8aa438456968d403f6739de1cf2dad128db86f66ee2b41dfebe3645c5b')
+
+prepare() {
+  cp -a $srcdir/Django-$pkgver $srcdir/Django-$pkgver-python2
+
+  find $srcdir/Django-$pkgver-python2 -name '*.py' | \
+xargs sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2|
+}
+
+build() {
+  cd $srcdir/Django-$pkgver
+  python setup.py build
+
+  cd $srcdir/Django-$pkgver-python2
+  python2 setup.py build
+}
+
+package_python-django() {
+  depends=('python' 'python-setuptools')
+  optdepends=('python-psycopg2: for PostgreSQL backend')
+  cd $srcdir/Django-$pkgver
+  python setup.py install --root=$pkgdir --optimize=1
+
+  ln -s django-admin.py $pkgdir/usr/bin/django-admin3.py
+  ln -s django-admin $pkgdir/usr/bin/django-admin3
+  install -Dm644 extras/django_bash_completion \
+$pkgdir/usr/share/bash-completion/completions/django-admin.py
+  ln -s django-admin.py \
+$pkgdir/usr/share/bash-completion/completions/django-admin
+  ln -s django-admin.py \
+

[arch-commits] Commit in gnome-tweak-tool/trunk (PKGBUILD)

2015-01-19 Thread Jan de Groot
Date: Monday, January 19, 2015 @ 10:55:58
  Author: jgc
Revision: 229578

Add to gnome-extra group (FS#42137)

Modified:
  gnome-tweak-tool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-19 09:55:16 UTC (rev 229577)
+++ PKGBUILD2015-01-19 09:55:58 UTC (rev 229578)
@@ -10,6 +10,7 @@
 license=('GPL')
 depends=('gnome-settings-daemon' 'python2-gobject' 'hicolor-icon-theme')
 makedepends=('intltool')
+groups=('gnome-extra')
 install=gnome-tweak-tool.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
 sha256sums=('f38dbfabc6f566561592900d17d1c106f22a50438f77d70f9ec4e1093284cb97')


[arch-commits] Commit in squid/repos (34 files)

2015-01-19 Thread Sergej Pupykin
Date: Monday, January 19, 2015 @ 11:47:39
  Author: spupykin
Revision: 126212

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

Added:
  squid/repos/community-i686/PKGBUILD
(from rev 126211, squid/trunk/PKGBUILD)
  squid/repos/community-i686/squid-rotate.service
(from rev 126211, squid/trunk/squid-rotate.service)
  squid/repos/community-i686/squid-rotate.timer
(from rev 126211, squid/trunk/squid-rotate.timer)
  squid/repos/community-i686/squid.install
(from rev 126211, squid/trunk/squid.install)
  squid/repos/community-i686/squid.pam
(from rev 126211, squid/trunk/squid.pam)
  squid/repos/community-i686/squid.service
(from rev 126211, squid/trunk/squid.service)
  squid/repos/community-i686/squid.sysusers
(from rev 126211, squid/trunk/squid.sysusers)
  squid/repos/community-i686/squid.tmpfiles
(from rev 126211, squid/trunk/squid.tmpfiles)
  squid/repos/community-x86_64/PKGBUILD
(from rev 126211, squid/trunk/PKGBUILD)
  squid/repos/community-x86_64/squid-rotate.service
(from rev 126211, squid/trunk/squid-rotate.service)
  squid/repos/community-x86_64/squid-rotate.timer
(from rev 126211, squid/trunk/squid-rotate.timer)
  squid/repos/community-x86_64/squid.install
(from rev 126211, squid/trunk/squid.install)
  squid/repos/community-x86_64/squid.pam
(from rev 126211, squid/trunk/squid.pam)
  squid/repos/community-x86_64/squid.service
(from rev 126211, squid/trunk/squid.service)
  squid/repos/community-x86_64/squid.sysusers
(from rev 126211, squid/trunk/squid.sysusers)
  squid/repos/community-x86_64/squid.tmpfiles
(from rev 126211, squid/trunk/squid.tmpfiles)
Deleted:
  squid/repos/community-i686/PKGBUILD
  squid/repos/community-i686/squid-r13407.patch
  squid/repos/community-i686/squid-rotate.service
  squid/repos/community-i686/squid-rotate.timer
  squid/repos/community-i686/squid.install
  squid/repos/community-i686/squid.pam
  squid/repos/community-i686/squid.service
  squid/repos/community-i686/squid.sysusers
  squid/repos/community-i686/squid.tmpfiles
  squid/repos/community-x86_64/PKGBUILD
  squid/repos/community-x86_64/squid-r13407.patch
  squid/repos/community-x86_64/squid-rotate.service
  squid/repos/community-x86_64/squid-rotate.timer
  squid/repos/community-x86_64/squid.install
  squid/repos/community-x86_64/squid.pam
  squid/repos/community-x86_64/squid.service
  squid/repos/community-x86_64/squid.sysusers
  squid/repos/community-x86_64/squid.tmpfiles

---+
 /PKGBUILD |  212 
 /squid-rotate.service |   18 ++
 /squid-rotate.timer   |   14 ++
 /squid.install|   18 ++
 /squid.pam|8 +
 /squid.service|   26 +++
 /squid.sysusers   |2 
 /squid.tmpfiles   |2 
 community-i686/PKGBUILD   |  106 
 community-i686/squid-r13407.patch |   57 
 community-i686/squid-rotate.service   |9 -
 community-i686/squid-rotate.timer |7 -
 community-i686/squid.install  |9 -
 community-i686/squid.pam  |4 
 community-i686/squid.service  |   13 -
 community-i686/squid.sysusers |1 
 community-i686/squid.tmpfiles |1 
 community-x86_64/PKGBUILD |  106 
 community-x86_64/squid-r13407.patch   |   57 
 community-x86_64/squid-rotate.service |9 -
 community-x86_64/squid-rotate.timer   |7 -
 community-x86_64/squid.install|9 -
 community-x86_64/squid.pam|4 
 community-x86_64/squid.service|   13 -
 community-x86_64/squid.sysusers   |1 
 community-x86_64/squid.tmpfiles   |1 
 26 files changed, 300 insertions(+), 414 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-19 10:47:09 UTC (rev 126211)
+++ community-i686/PKGBUILD 2015-01-19 10:47:39 UTC (rev 126212)
@@ -1,106 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Mark Coolen mark.coo...@gmail.com
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: Kevin Piche ke...@archlinux.org
-
-pkgname=squid
-pkgver=3.4.11
-pkgrel=1
-pkgdesc='Full-featured Web proxy cache server'
-arch=('x86_64' 'i686')
-url='http://www.squid-cache.org'
-depends=('openssl' 'pam' 'perl' 'libltdl' 'libcap')
-makedepends=('libcap' 'krb5')
-license=('GPL')
-options=('emptydirs')
-backup=('etc/squid/squid.conf'
-'etc/squid/mime.conf'
-'etc/squid/errorpage.css'
-'etc/squid/cachemgr.conf'
-'etc/squid/msntauth.conf')
-install=$pkgname.install
-source=(http://www.squid-cache.org/Versions/v3/3.4/$pkgname-$pkgver.tar.bz2;
-'squid.pam'
-'squid.service'
-'squid.tmpfiles'
-

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

2015-01-19 Thread Christian Hesse
Date: Monday, January 19, 2015 @ 12:16:08
  Author: eworm
Revision: 126213

make the daemon exit after time

This is a workaround for packagekit. It does not notice changes made by
pacman while daemon is running.
https://github.com/hughsie/PackageKit/issues/15

Modified:
  packagekit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-19 10:47:39 UTC (rev 126212)
+++ PKGBUILD2015-01-19 11:16:08 UTC (rev 126213)
@@ -4,7 +4,7 @@
 pkgbase='packagekit'
 pkgname=('packagekit' 'python2-packagekit' 'python-packagekit')
 pkgver=1.0.3
-pkgrel=8
+pkgrel=9
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('i686' 'x86_64')
 url='http://www.packagekit.org/'
@@ -47,6 +47,11 @@
patch -Np1  ${srcdir}/0009-alpm-pk_backend_sync_thread.patch
patch -Np1  
${srcdir}/0010-alpm-clean-logic-in-pk_alpm_transaction_packages.patch
 
+   # packagekit does not know about updates made by pacman while daemon is 
running
+   # https://github.com/hughsie/PackageKit/issues/15
+   # For now we just exit the daemon... It will launch with a clean status 
if required.
+   sed -i '/ExecStart=/s/$/ --timed-exit/' data/packagekit.service.in
+
# copy after patching but before fixing for python2
cp -r ${srcdir}/PackageKit-${pkgver} 
${srcdir}/PackageKit-${pkgver}-python3
 


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

2015-01-19 Thread Christian Hesse
Date: Monday, January 19, 2015 @ 10:37:47
  Author: eworm
Revision: 126204

Initial import of udns 0.4-2

felixonmars requested this as a dependency.

Added:
  udns/
  udns/repos/
  udns/trunk/
  udns/trunk/PKGBUILD

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

Added: udns/trunk/PKGBUILD
===
--- udns/trunk/PKGBUILD (rev 0)
+++ udns/trunk/PKGBUILD 2015-01-19 09:37:47 UTC (rev 126204)
@@ -0,0 +1,37 @@
+# Maintainer: Christian Hesse m...@eworm.de
+# Contributor: Gaetan Bisson bis...@archlinux.org
+
+pkgname=udns
+pkgver=0.4
+pkgrel=2
+pkgdesc='Stub DNS resolver library with ability to perform both syncronous and 
asyncronous DNS queries'
+url='http://www.corpit.ru/mjt/udns.html'
+license=('LGPL')
+arch=('i686' 'x86_64')
+source=(http://www.corpit.ru/mjt/udns/udns-${pkgver}.tar.gz;)
+sha256sums=('115108dc791a2f9e99e150012bcb459d9095da2dd7d80699b584ac0ac3768710')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure
+   make
+   make sharedlib
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   install -D -m0755 dnsget ${pkgdir}/usr/bin/dnsget
+   install -D -m0755 rblcheck ${pkgdir}/usr/bin/rblcheck
+   install -D -m0755 ex-rdns ${pkgdir}/usr/bin/ex-rdns
+
+   install -D -m0644 udns.h ${pkgdir}/usr/include/udns.h
+   install -D -m0755 libudns.so.0 ${pkgdir}/usr/lib/libudns.so.0
+   ln -s libudns.so.0 ${pkgdir}/usr/lib/libudns.so
+
+   install -D -m0644 dnsget.1 ${pkgdir}/usr/share/man/man1/dnsget.1
+   install -D -m0644 rblcheck.1 ${pkgdir}/usr/share/man/man1/rblcheck.1
+   install -D -m0644 udns.3 ${pkgdir}/usr/share/man/man3/udns.3
+}
+


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


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

2015-01-19 Thread Giovanni Scafora
Date: Monday, January 19, 2015 @ 10:49:46
  Author: giovanni
Revision: 229573

upgpkg: perl-net-ssleay 1.67-1

upstream release

Modified:
  perl-net-ssleay/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-19 09:45:24 UTC (rev 229572)
+++ PKGBUILD2015-01-19 09:49:46 UTC (rev 229573)
@@ -4,7 +4,7 @@
 
 pkgname=perl-net-ssleay
 _cpanname=Net-SSLeay
-pkgver=1.66
+pkgver=1.67
 pkgrel=1
 pkgdesc=Perl extension for using OpenSSL
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 replaces=('net-ssleay')
 provides=('net-ssleay')
 
source=(http://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz;)
-md5sums=('d18646abb41011607cbb0046c4fb0426')
+md5sums=('1e15d2287ce13e377c26240190da2a86')
 
 prepare() {
   cd ${srcdir}/${_cpanname}-${pkgver}


[arch-commits] Commit in perl-net-ssleay/repos (4 files)

2015-01-19 Thread Giovanni Scafora
Date: Monday, January 19, 2015 @ 10:49:56
  Author: giovanni
Revision: 229574

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

Added:
  perl-net-ssleay/repos/extra-i686/PKGBUILD
(from rev 229573, perl-net-ssleay/trunk/PKGBUILD)
  perl-net-ssleay/repos/extra-x86_64/PKGBUILD
(from rev 229573, perl-net-ssleay/trunk/PKGBUILD)
Deleted:
  perl-net-ssleay/repos/extra-i686/PKGBUILD
  perl-net-ssleay/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-19 09:49:46 UTC (rev 229573)
+++ extra-i686/PKGBUILD 2015-01-19 09:49:56 UTC (rev 229574)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Manolis Tzanidakis
-
-pkgname=perl-net-ssleay
-_cpanname=Net-SSLeay
-pkgver=1.66
-pkgrel=1
-pkgdesc=Perl extension for using OpenSSL
-arch=('i686' 'x86_64')
-license=('custom:BSD')
-url=http://search.cpan.org/dist/${_cpanname}/;
-depends=('openssl')
-options=(!emptydirs)
-replaces=('net-ssleay')
-provides=('net-ssleay')
-source=(http://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz;)
-md5sums=('d18646abb41011607cbb0046c4fb0426')
-
-prepare() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-
-  sed -i \
-  -e /\$opts-{optimize} = '-O2 -g';/d \
-  inc/Module/Install/PRIVATE/Net/SSLeay.pm
-}
-
-build() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-
-  export OPTIMIZE=$CFLAGS
-  export OPENSSL_PREFIX=/usr
-
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL -- INSTALLDIRS=vendor 
-  make
-}
-
-package() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-
-  make install DESTDIR=${pkgdir} 
-  install -D -m644 README ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: perl-net-ssleay/repos/extra-i686/PKGBUILD (from rev 229573, 
perl-net-ssleay/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-19 09:49:56 UTC (rev 229574)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Manolis Tzanidakis
+
+pkgname=perl-net-ssleay
+_cpanname=Net-SSLeay
+pkgver=1.67
+pkgrel=1
+pkgdesc=Perl extension for using OpenSSL
+arch=('i686' 'x86_64')
+license=('custom:BSD')
+url=http://search.cpan.org/dist/${_cpanname}/;
+depends=('openssl')
+options=(!emptydirs)
+replaces=('net-ssleay')
+provides=('net-ssleay')
+source=(http://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz;)
+md5sums=('1e15d2287ce13e377c26240190da2a86')
+
+prepare() {
+  cd ${srcdir}/${_cpanname}-${pkgver}
+
+  sed -i \
+  -e /\$opts-{optimize} = '-O2 -g';/d \
+  inc/Module/Install/PRIVATE/Net/SSLeay.pm
+}
+
+build() {
+  cd ${srcdir}/${_cpanname}-${pkgver}
+
+  export OPTIMIZE=$CFLAGS
+  export OPENSSL_PREFIX=/usr
+
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL -- INSTALLDIRS=vendor 
+  make
+}
+
+package() {
+  cd ${srcdir}/${_cpanname}-${pkgver}
+
+  make install DESTDIR=${pkgdir} 
+  install -D -m644 README ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-01-19 09:49:46 UTC (rev 229573)
+++ extra-x86_64/PKGBUILD   2015-01-19 09:49:56 UTC (rev 229574)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Manolis Tzanidakis
-
-pkgname=perl-net-ssleay
-_cpanname=Net-SSLeay
-pkgver=1.66
-pkgrel=1
-pkgdesc=Perl extension for using OpenSSL
-arch=('i686' 'x86_64')
-license=('custom:BSD')
-url=http://search.cpan.org/dist/${_cpanname}/;
-depends=('openssl')
-options=(!emptydirs)
-replaces=('net-ssleay')
-provides=('net-ssleay')
-source=(http://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz;)
-md5sums=('d18646abb41011607cbb0046c4fb0426')
-
-prepare() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-
-  sed -i \
-  -e /\$opts-{optimize} = '-O2 -g';/d \
-  inc/Module/Install/PRIVATE/Net/SSLeay.pm
-}
-
-build() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-
-  export OPTIMIZE=$CFLAGS
-  export OPENSSL_PREFIX=/usr
-
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL -- INSTALLDIRS=vendor 
-  make
-}
-
-package() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-
-  make install DESTDIR=${pkgdir} 
-  install -D -m644 README ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: perl-net-ssleay/repos/extra-x86_64/PKGBUILD (from rev 229573, 
perl-net-ssleay/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD  

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

2015-01-19 Thread Sven-Hendrik Haase
Date: Monday, January 19, 2015 @ 11:14:49
  Author: svenstaro
Revision: 229579

upgpkg: nvidia 346.35-3

Use drm patch again

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-19 09:55:58 UTC (rev 229578)
+++ PKGBUILD2015-01-19 10:14:49 UTC (rev 229579)
@@ -4,7 +4,7 @@
 pkgname=nvidia
 pkgver=346.35
 _extramodules=extramodules-3.18-ARCH
-pkgrel=2
+pkgrel=3
 pkgdesc=NVIDIA drivers for linux
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
@@ -27,7 +27,7 @@
 sh ${_pkg}.run --extract-only
 cd ${_pkg}
 # patches here
-#patch -p1 -i ../nv-drm-343.36.patch
+patch -p1 -i ../nv-drm-343.36.patch
 }
 
 build() {


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

2015-01-19 Thread Sven-Hendrik Haase
Date: Monday, January 19, 2015 @ 11:15:00
  Author: svenstaro
Revision: 229580

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

Added:
  nvidia/repos/extra-i686/PKGBUILD
(from rev 229579, nvidia/trunk/PKGBUILD)
  nvidia/repos/extra-i686/nv-drm-343.36.patch
(from rev 229579, nvidia/trunk/nv-drm-343.36.patch)
  nvidia/repos/extra-i686/nvidia.install
(from rev 229579, nvidia/trunk/nvidia.install)
  nvidia/repos/extra-x86_64/PKGBUILD
(from rev 229579, nvidia/trunk/PKGBUILD)
  nvidia/repos/extra-x86_64/nv-drm-343.36.patch
(from rev 229579, nvidia/trunk/nv-drm-343.36.patch)
  nvidia/repos/extra-x86_64/nvidia.install
(from rev 229579, nvidia/trunk/nvidia.install)
Deleted:
  nvidia/repos/extra-i686/PKGBUILD
  nvidia/repos/extra-i686/nv-drm-343.36.patch
  nvidia/repos/extra-i686/nvidia.install
  nvidia/repos/extra-x86_64/PKGBUILD
  nvidia/repos/extra-x86_64/nv-drm-343.36.patch
  nvidia/repos/extra-x86_64/nvidia.install

--+
 /PKGBUILD|  112 +
 /nv-drm-343.36.patch |   28 +
 /nvidia.install  |   36 +++
 extra-i686/PKGBUILD  |   55 --
 extra-i686/nv-drm-343.36.patch   |   14 
 extra-i686/nvidia.install|   18 -
 extra-x86_64/PKGBUILD|   55 --
 extra-x86_64/nv-drm-343.36.patch |   14 
 extra-x86_64/nvidia.install  |   18 -
 9 files changed, 176 insertions(+), 174 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-19 10:14:49 UTC (rev 229579)
+++ extra-i686/PKGBUILD 2015-01-19 10:15:00 UTC (rev 229580)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer : Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia
-pkgver=346.35
-_extramodules=extramodules-3.18-ARCH
-pkgrel=2
-pkgdesc=NVIDIA drivers for linux
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.18' 'linux3.19' nvidia-libgl nvidia-utils=${pkgver})
-makedepends=('linux-headers=3.18' 'linux-headers3.19')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
-
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
-nv-drm-343.36.patch)
-md5sums=('d2b8f7f90ef5037f03f94519f9809511'
- '9ca9f07f91361362f304ca8317ddd453'
- 'ff8a5f979e4428f8c847423fb007042c')
-
-[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
-[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
-
-prepare() {
-sh ${_pkg}.run --extract-only
-cd ${_pkg}
-# patches here
-#patch -p1 -i ../nv-drm-343.36.patch
-}
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${_pkg}/kernel
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-
-if [[ $CARCH = x86_64 ]]; then
-cd uvm
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-fi
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-
-if [[ $CARCH = x86_64 ]]; then
-install -D -m644 ${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko
-fi
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/*.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-}

Copied: nvidia/repos/extra-i686/PKGBUILD (from rev 229579, 
nvidia/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-19 10:15:00 UTC (rev 229580)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=346.35
+_extramodules=extramodules-3.18-ARCH
+pkgrel=3
+pkgdesc=NVIDIA drivers for linux
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.18' 'linux3.19' nvidia-libgl nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.18' 'linux-headers3.19')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
+nv-drm-343.36.patch)
+md5sums=('d2b8f7f90ef5037f03f94519f9809511'
+ '9ca9f07f91361362f304ca8317ddd453'
+ 'ff8a5f979e4428f8c847423fb007042c')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
+
+prepare() {
+sh ${_pkg}.run --extract-only
+cd ${_pkg}
+# patches here
+patch -p1 -i ../nv-drm-343.36.patch
+}
+
+build() {
+_kernver=$(cat 

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

2015-01-19 Thread speps
Date: Monday, January 19, 2015 @ 13:40:48
  Author: speps
Revision: 126215

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

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

-+
 /PKGBUILD   |   64 ++
 /smtube.install |   24 ++
 community-i686/PKGBUILD |   32 ---
 community-i686/smtube.install   |   12 ---
 community-x86_64/PKGBUILD   |   32 ---
 community-x86_64/smtube.install |   12 ---
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-19 12:40:35 UTC (rev 126214)
+++ community-i686/PKGBUILD 2015-01-19 12:40:48 UTC (rev 126215)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer : speps speps at aur dot archlinux dot org
-# Contributor: Andreas Schnaiter rc.poi...@gmail.com
-
-pkgname=smtube
-pkgver=14.8.0
-pkgrel=1
-pkgdesc=A small youtube browser
-arch=('i686' 'x86_64')
-url=http://smplayer.sourceforge.net;
-license=('GPL')
-depends=('qt5-script' 'desktop-file-utils' 'hicolor-icon-theme' 
'libxkbcommon-x11')
-makedepends=('qt5-tools')
-optdepends=('mplayer: play videos with MPlayer'
-'smplayer: play videos with SMPlayer'
-'gnome-mplayer: play videos with GNOME MPlayer'
-'kdemultimedia-dragonplayer: play videos with Dragon Player'
-'totem: play videos with Totem'
-'vlc: play videos with VLC')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/smplayer/$pkgname-$pkgver.tar.bz2;)
-md5sums=('21d9341a1a5de13a7064296f6625d399')
-
-build() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr DESTDIR=$pkgdir/ install
-}

Copied: smtube/repos/community-i686/PKGBUILD (from rev 126214, 
smtube/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-19 12:40:48 UTC (rev 126215)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: Andreas Schnaiter rc.poi...@gmail.com
+
+pkgname=smtube
+pkgver=14.12.0
+pkgrel=1
+pkgdesc=A small youtube browser
+arch=('i686' 'x86_64')
+url=http://smplayer.sourceforge.net;
+license=('GPL')
+depends=('qt5-script' 'desktop-file-utils' 'hicolor-icon-theme' 
'libxkbcommon-x11')
+makedepends=('qt5-tools')
+optdepends=('mplayer: play videos with MPlayer'
+'smplayer: play videos with SMPlayer'
+'gnome-mplayer: play videos with GNOME MPlayer'
+'kdemultimedia-dragonplayer: play videos with Dragon Player'
+'totem: play videos with Totem'
+'vlc: play videos with VLC')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/smplayer/$pkgname-$pkgver.tar.bz2;)
+md5sums=('6cb0d6f34848129e26d43d3096d3ad93')
+
+build() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr DESTDIR=$pkgdir/ install
+}

Deleted: community-i686/smtube.install
===
--- community-i686/smtube.install   2015-01-19 12:40:35 UTC (rev 126214)
+++ community-i686/smtube.install   2015-01-19 12:40:48 UTC (rev 126215)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: smtube/repos/community-i686/smtube.install (from rev 126214, 
smtube/trunk/smtube.install)
===
--- community-i686/smtube.install   (rev 0)
+++ community-i686/smtube.install   2015-01-19 12:40:48 UTC (rev 126215)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-19 12:40:35 UTC (rev 126214)
+++ community-x86_64/PKGBUILD   2015-01-19 12:40:48 UTC (rev 126215)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer : speps speps at aur 

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

2015-01-19 Thread speps
Date: Monday, January 19, 2015 @ 13:40:35
  Author: speps
Revision: 126214

upgpkg: smtube 14.12.0-1

Modified:
  smtube/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-19 11:16:08 UTC (rev 126213)
+++ PKGBUILD2015-01-19 12:40:35 UTC (rev 126214)
@@ -3,7 +3,7 @@
 # Contributor: Andreas Schnaiter rc.poi...@gmail.com
 
 pkgname=smtube
-pkgver=14.8.0
+pkgver=14.12.0
 pkgrel=1
 pkgdesc=A small youtube browser
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 'vlc: play videos with VLC')
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/smplayer/$pkgname-$pkgver.tar.bz2;)
-md5sums=('21d9341a1a5de13a7064296f6625d399')
+md5sums=('6cb0d6f34848129e26d43d3096d3ad93')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in gnome-sound-recorder/trunk (PKGBUILD)

2015-01-19 Thread Jan de Groot
Date: Monday, January 19, 2015 @ 10:55:16
  Author: jgc
Revision: 229577

Add to gnome-extra group (FS#42137)

Modified:
  gnome-sound-recorder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-19 09:53:41 UTC (rev 229576)
+++ PKGBUILD2015-01-19 09:55:16 UTC (rev 229577)
@@ -11,6 +11,7 @@
 depends=(gtk3 gjs gst-plugins-good gst-plugins-base)
 makedepends=(intltool gobject-introspection python2)
 install=gnome-sound-recorder.install
+groups=('gnome-extra')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
 sha256sums=('6104be4c3107f8e758e3ea293e8f15822d524197c2f6a5180415073b01474f14')
 


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

2015-01-19 Thread Sergej Pupykin
Date: Monday, January 19, 2015 @ 11:19:54
  Author: spupykin
Revision: 126206

archrelease: copy trunk to community-any

Added:
  perl-anyevent-xmpp/repos/community-any/PKGBUILD
(from rev 126205, perl-anyevent-xmpp/trunk/PKGBUILD)
Deleted:
  perl-anyevent-xmpp/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-19 10:19:43 UTC (rev 126205)
+++ PKGBUILD2015-01-19 10:19:54 UTC (rev 126206)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Jakob Nixdorf flo...@user-helfen-usern.de
-
-pkgname=perl-anyevent-xmpp
-pkgver=0.55
-pkgrel=1
-pkgdesc=An implementation of the XMPP Protocol
-arch=('any')
-depends=('perl=5.10.0' 'perl-anyevent' 'perlxml' 'perl-digest-sha1'
-'perl-object-event' 'perl-authen-sasl' 'perl-net-libidn'
-'perl-xml-writer' 'perl-net-ssleay')
-license=('GPL' 'PerlArtistic')
-url=http://search.cpan.org/dist/AnyEvent-XMPP;
-options=('!emptydirs')
-replaces=('perl-net-xmpp2')
-source=(http://search.cpan.org/CPAN/authors/id/M/MS/MSTPLBG/AnyEvent-XMPP-$pkgver.tar.gz)
-md5sums=('0c23bd2905b593bc5d51e04b89410322')
-
-build() {
-  cd ${srcdir}/AnyEvent-XMPP-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd ${srcdir}/AnyEvent-XMPP-$pkgver
-  install -dm0755 $pkgdir/usr/share/doc/$pkgname
-  cp -a samples $pkgdir/usr/share/doc/$pkgname/
-  make DESTDIR=${pkgdir} install
-  find ${pkgdir} -name '.packlist' -delete
-  find ${pkgdir} -name 'perllocal.pod' -delete
-}

Copied: perl-anyevent-xmpp/repos/community-any/PKGBUILD (from rev 126205, 
perl-anyevent-xmpp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-19 10:19:54 UTC (rev 126206)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Jakob Nixdorf flo...@user-helfen-usern.de
+
+pkgname=perl-anyevent-xmpp
+pkgver=0.55
+pkgrel=2
+pkgdesc=An implementation of the XMPP Protocol
+arch=('any')
+depends=('perl=5.10.0' 'perl-anyevent' 'perl-xml-parser' 'perl-digest-sha1'
+'perl-object-event' 'perl-authen-sasl' 'perl-net-libidn'
+'perl-xml-writer' 'perl-net-ssleay')
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/AnyEvent-XMPP;
+options=('!emptydirs')
+replaces=('perl-net-xmpp2')
+source=(http://search.cpan.org/CPAN/authors/id/M/MS/MSTPLBG/AnyEvent-XMPP-$pkgver.tar.gz)
+md5sums=('0c23bd2905b593bc5d51e04b89410322')
+
+build() {
+  cd ${srcdir}/AnyEvent-XMPP-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd ${srcdir}/AnyEvent-XMPP-$pkgver
+  install -dm0755 $pkgdir/usr/share/doc/$pkgname
+  cp -a samples $pkgdir/usr/share/doc/$pkgname/
+  make DESTDIR=${pkgdir} install
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name 'perllocal.pod' -delete
+}


[arch-commits] Commit in phoronix-test-suite/trunk (PKGBUILD)

2015-01-19 Thread Sergej Pupykin
Date: Monday, January 19, 2015 @ 11:19:57
  Author: spupykin
Revision: 126207

upgpkg: phoronix-test-suite 5.4.1-1

upd

Modified:
  phoronix-test-suite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-19 10:19:54 UTC (rev 126206)
+++ PKGBUILD2015-01-19 10:19:57 UTC (rev 126207)
@@ -3,7 +3,7 @@
 # Contributor: Andreas Schönfelder passtschu at freenet dot de
 
 pkgname=phoronix-test-suite
-pkgver=5.4.0
+pkgver=5.4.1
 pkgrel=1
 pkgdesc=The most comprehensive testing and benchmarking platform available 
for Linux
 arch=('any')
@@ -14,7 +14,7 @@
'php-gd')
 install=${pkgname}.install
 
source=(http://www.phoronix.net/downloads/phoronix-test-suite/releases/phoronix-test-suite-$pkgver.tar.gz)
-md5sums=('5f299db13b09ab422b93c87df878b405')
+md5sums=('a4d1148d228a7ca9e18363806926a0ee')
 
 package() {
   cd $srcdir/phoronix-test-suite


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

2015-01-19 Thread Sergej Pupykin
Date: Monday, January 19, 2015 @ 11:19:43
  Author: spupykin
Revision: 126205

upgpkg: perl-anyevent-xmpp 0.55-2

upd

Modified:
  perl-anyevent-xmpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-19 09:37:47 UTC (rev 126204)
+++ PKGBUILD2015-01-19 10:19:43 UTC (rev 126205)
@@ -4,10 +4,10 @@
 
 pkgname=perl-anyevent-xmpp
 pkgver=0.55
-pkgrel=1
+pkgrel=2
 pkgdesc=An implementation of the XMPP Protocol
 arch=('any')
-depends=('perl=5.10.0' 'perl-anyevent' 'perlxml' 'perl-digest-sha1'
+depends=('perl=5.10.0' 'perl-anyevent' 'perl-xml-parser' 'perl-digest-sha1'
 'perl-object-event' 'perl-authen-sasl' 'perl-net-libidn'
 'perl-xml-writer' 'perl-net-ssleay')
 license=('GPL' 'PerlArtistic')


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

2015-01-19 Thread Giovanni Scafora
Date: Monday, January 19, 2015 @ 10:45:14
  Author: giovanni
Revision: 229571

upgpkg: live-media 2015.01.19-1

upstream release

Modified:
  live-media/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-19 08:59:40 UTC (rev 229570)
+++ PKGBUILD2015-01-19 09:45:14 UTC (rev 229571)
@@ -3,7 +3,7 @@
 # Contributor: Gilles CHAUVIN gcn...@gmail.com
 
 pkgname=live-media
-pkgver=2014.11.28
+pkgver=2015.01.19
 pkgrel=1
 pkgdesc=A set of C++ libraries for multimedia streaming
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('gcc-libs')
 options=('staticlibs')
 source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('9012399ce9ec42d7718711ede75aef24')
+md5sums=('09931242ad131d0fcf4572ab38a9a432')
 
 build() {
   cd ${srcdir}/live


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

2015-01-19 Thread Jan de Groot
Date: Monday, January 19, 2015 @ 10:53:41
  Author: jgc
Revision: 229576

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

Added:
  seahorse/repos/extra-i686/0001-Don-t-hide-GtkBuilder-errors.patch
(from rev 229575, seahorse/trunk/0001-Don-t-hide-GtkBuilder-errors.patch)
  seahorse/repos/extra-i686/0002-ssh-generation-Fix-invalid-ui-file.patch
(from rev 229575, 
seahorse/trunk/0002-ssh-generation-Fix-invalid-ui-file.patch)
  seahorse/repos/extra-i686/0003-Remove-more-invalid-properties.patch
(from rev 229575, seahorse/trunk/0003-Remove-more-invalid-properties.patch)
  seahorse/repos/extra-i686/PKGBUILD
(from rev 229575, seahorse/trunk/PKGBUILD)
  seahorse/repos/extra-i686/gpg-2.1.patch
(from rev 229575, seahorse/trunk/gpg-2.1.patch)
  seahorse/repos/extra-i686/seahorse-ssh-askpass.sh
(from rev 229575, seahorse/trunk/seahorse-ssh-askpass.sh)
  seahorse/repos/extra-i686/seahorse.install
(from rev 229575, seahorse/trunk/seahorse.install)
  seahorse/repos/extra-x86_64/0001-Don-t-hide-GtkBuilder-errors.patch
(from rev 229575, seahorse/trunk/0001-Don-t-hide-GtkBuilder-errors.patch)
  seahorse/repos/extra-x86_64/0002-ssh-generation-Fix-invalid-ui-file.patch
(from rev 229575, 
seahorse/trunk/0002-ssh-generation-Fix-invalid-ui-file.patch)
  seahorse/repos/extra-x86_64/0003-Remove-more-invalid-properties.patch
(from rev 229575, seahorse/trunk/0003-Remove-more-invalid-properties.patch)
  seahorse/repos/extra-x86_64/PKGBUILD
(from rev 229575, seahorse/trunk/PKGBUILD)
  seahorse/repos/extra-x86_64/gpg-2.1.patch
(from rev 229575, seahorse/trunk/gpg-2.1.patch)
  seahorse/repos/extra-x86_64/seahorse-ssh-askpass.sh
(from rev 229575, seahorse/trunk/seahorse-ssh-askpass.sh)
  seahorse/repos/extra-x86_64/seahorse.install
(from rev 229575, seahorse/trunk/seahorse.install)
Deleted:
  seahorse/repos/extra-i686/PKGBUILD
  seahorse/repos/extra-i686/seahorse-ssh-askpass.sh
  seahorse/repos/extra-i686/seahorse.install
  seahorse/repos/extra-x86_64/PKGBUILD
  seahorse/repos/extra-x86_64/seahorse-ssh-askpass.sh
  seahorse/repos/extra-x86_64/seahorse.install

+
 /PKGBUILD  |  116 +++
 /seahorse-ssh-askpass.sh   |6 
 /seahorse.install  |   26 ++
 extra-i686/0001-Don-t-hide-GtkBuilder-errors.patch |   42 +++
 extra-i686/0002-ssh-generation-Fix-invalid-ui-file.patch   |   28 ++
 extra-i686/0003-Remove-more-invalid-properties.patch   |   26 ++
 extra-i686/PKGBUILD|   38 ---
 extra-i686/gpg-2.1.patch   |   11 +
 extra-i686/seahorse-ssh-askpass.sh |3 
 extra-i686/seahorse.install|   13 -
 extra-x86_64/0001-Don-t-hide-GtkBuilder-errors.patch   |   42 +++
 extra-x86_64/0002-ssh-generation-Fix-invalid-ui-file.patch |   28 ++
 extra-x86_64/0003-Remove-more-invalid-properties.patch |   26 ++
 extra-x86_64/PKGBUILD  |   38 ---
 extra-x86_64/gpg-2.1.patch |   11 +
 extra-x86_64/seahorse-ssh-askpass.sh   |3 
 extra-x86_64/seahorse.install  |   13 -
 17 files changed, 362 insertions(+), 108 deletions(-)

Copied: seahorse/repos/extra-i686/0001-Don-t-hide-GtkBuilder-errors.patch (from 
rev 229575, seahorse/trunk/0001-Don-t-hide-GtkBuilder-errors.patch)
===
--- extra-i686/0001-Don-t-hide-GtkBuilder-errors.patch  
(rev 0)
+++ extra-i686/0001-Don-t-hide-GtkBuilder-errors.patch  2015-01-19 09:53:41 UTC 
(rev 229576)
@@ -0,0 +1,42 @@
+From d51b3db2211e806891384798c0c028502bb2b50b Mon Sep 17 00:00:00 2001
+From: Matthias Clasen mcla...@redhat.com
+Date: Fri, 14 Nov 2014 04:37:10 -0500
+Subject: [PATCH 1/4] Don't hide GtkBuilder errors
+
+This makes it unnecessarily hard to track down invalid
+ui files.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=740138
+---
+ libseahorse/seahorse-widget.c | 8 +++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
+
+diff --git a/libseahorse/seahorse-widget.c b/libseahorse/seahorse-widget.c
+index 963dfd2..49284e4 100644
+--- a/libseahorse/seahorse-widget.c
 b/libseahorse/seahorse-widget.c
+@@ -259,6 +259,7 @@ object_set_property (GObject *object, guint prop_id, const 
GValue *value, GParam
+ SeahorseWidget *swidget;
+ GtkWidget *w;
+ char *path;
++GError *error = NULL;
+ 
+ swidget = SEAHORSE_WIDGET (object);
+ 
+@@ -270,7 +271,12 @@ object_set_property (GObject *object, guint prop_id, 
const GValue *value, GParam
+ path = g_strdup_printf (%sseahorse-%s.xml,
+ SEAHORSE_UIDIR, swidget-name);
+ swidget-gtkbuilder = gtk_builder_new ();
+-  

[arch-commits] Commit in seahorse/trunk (5 files)

2015-01-19 Thread Jan de Groot
Date: Monday, January 19, 2015 @ 10:53:28
  Author: jgc
Revision: 229575

upgpkg: seahorse 3.14.0-2

Added:
  seahorse/trunk/0001-Don-t-hide-GtkBuilder-errors.patch
  seahorse/trunk/0002-ssh-generation-Fix-invalid-ui-file.patch
  seahorse/trunk/0003-Remove-more-invalid-properties.patch
  seahorse/trunk/gpg-2.1.patch
Modified:
  seahorse/trunk/PKGBUILD

---+
 0001-Don-t-hide-GtkBuilder-errors.patch   |   42 
 0002-ssh-generation-Fix-invalid-ui-file.patch |   28 
 0003-Remove-more-invalid-properties.patch |   26 ++
 PKGBUILD  |   22 
 gpg-2.1.patch |   11 ++
 5 files changed, 128 insertions(+), 1 deletion(-)

Added: 0001-Don-t-hide-GtkBuilder-errors.patch
===
--- 0001-Don-t-hide-GtkBuilder-errors.patch (rev 0)
+++ 0001-Don-t-hide-GtkBuilder-errors.patch 2015-01-19 09:53:28 UTC (rev 
229575)
@@ -0,0 +1,42 @@
+From d51b3db2211e806891384798c0c028502bb2b50b Mon Sep 17 00:00:00 2001
+From: Matthias Clasen mcla...@redhat.com
+Date: Fri, 14 Nov 2014 04:37:10 -0500
+Subject: [PATCH 1/4] Don't hide GtkBuilder errors
+
+This makes it unnecessarily hard to track down invalid
+ui files.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=740138
+---
+ libseahorse/seahorse-widget.c | 8 +++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
+
+diff --git a/libseahorse/seahorse-widget.c b/libseahorse/seahorse-widget.c
+index 963dfd2..49284e4 100644
+--- a/libseahorse/seahorse-widget.c
 b/libseahorse/seahorse-widget.c
+@@ -259,6 +259,7 @@ object_set_property (GObject *object, guint prop_id, const 
GValue *value, GParam
+ SeahorseWidget *swidget;
+ GtkWidget *w;
+ char *path;
++GError *error = NULL;
+ 
+ swidget = SEAHORSE_WIDGET (object);
+ 
+@@ -270,7 +271,12 @@ object_set_property (GObject *object, guint prop_id, 
const GValue *value, GParam
+ path = g_strdup_printf (%sseahorse-%s.xml,
+ SEAHORSE_UIDIR, swidget-name);
+ swidget-gtkbuilder = gtk_builder_new ();
+-gtk_builder_add_from_file (swidget-gtkbuilder, path, NULL);
++gtk_builder_add_from_file (swidget-gtkbuilder, path, error);
++if (error)
++  {
++g_warning (Error parsing %s: %s\n, path, error-message);
++g_error_free (error);
++  }
+ g_free (path);
+ g_return_if_fail (swidget-gtkbuilder != NULL);
+ 
+-- 
+2.1.0
+

Added: 0002-ssh-generation-Fix-invalid-ui-file.patch
===
--- 0002-ssh-generation-Fix-invalid-ui-file.patch   
(rev 0)
+++ 0002-ssh-generation-Fix-invalid-ui-file.patch   2015-01-19 09:53:28 UTC 
(rev 229575)
@@ -0,0 +1,28 @@
+From 20536a1282bb506bb4a3f11a83ddb6d46669e552 Mon Sep 17 00:00:00 2001
+From: Matthias Clasen mcla...@redhat.com
+Date: Fri, 14 Nov 2014 04:38:00 -0500
+Subject: [PATCH 2/4] ssh generation: Fix invalid ui file
+
+GtkGrid does not have :n-rows or :n-columns properties.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=740138
+---
+ ssh/seahorse-ssh-generate.xml | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/ssh/seahorse-ssh-generate.xml b/ssh/seahorse-ssh-generate.xml
+index 03defd9..9cb9e04 100644
+--- a/ssh/seahorse-ssh-generate.xml
 b/ssh/seahorse-ssh-generate.xml
+@@ -196,8 +196,6 @@
+ property name=can_focusFalse/property
+ property name=row_spacing6/property
+ property name=column_spacing12/property
+-property name=n_rows2/property
+-property name=n_columns2/property
+ child
+   object class=GtkLabel id=label46
+ property name=visibleTrue/property
+-- 
+2.1.0
+

Added: 0003-Remove-more-invalid-properties.patch
===
--- 0003-Remove-more-invalid-properties.patch   (rev 0)
+++ 0003-Remove-more-invalid-properties.patch   2015-01-19 09:53:28 UTC (rev 
229575)
@@ -0,0 +1,26 @@
+From e9917a0a81fd58e1555c71a29c9f5fea80e327b2 Mon Sep 17 00:00:00 2001
+From: Matthias Clasen mcla...@redhat.com
+Date: Sat, 15 Nov 2014 12:05:14 -0500
+Subject: [PATCH 4/4] Remove more invalid properties
+
+This was overlooked in the previous commit.
+---
+ ssh/seahorse-ssh-generate.xml | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/ssh/seahorse-ssh-generate.xml b/ssh/seahorse-ssh-generate.xml
+index 9cb9e04..d918617 100644
+--- a/ssh/seahorse-ssh-generate.xml
 b/ssh/seahorse-ssh-generate.xml
+@@ -279,8 +279,6 @@
+ property name=margin_left20/property
+   

[arch-commits] Commit in coin-or-coinutils/trunk (PKGBUILD)

2015-01-19 Thread Antonio Rojas
Date: Monday, January 19, 2015 @ 10:22:49
  Author: arojas
Revision: 126202

Update to 2.10.0

Modified:
  coin-or-coinutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-19 07:10:21 UTC (rev 126201)
+++ PKGBUILD2015-01-19 09:22:49 UTC (rev 126202)
@@ -3,8 +3,8 @@
 # Derived from Daniel Ehlers'
 
 pkgname=coin-or-coinutils
-pkgver=2.9.18
-pkgrel=2
+pkgver=2.10.0
+pkgrel=1
 pkgdesc=COIN-OR collection of utility classes
 arch=('i686' 'x86_64')
 url=https://projects.coin-or.org/CoinUtils;
@@ -12,7 +12,7 @@
 depends=('zlib' 'bzip2')
 groups=('coin-or')
 
source=(http://www.coin-or.org/download/source/CoinUtils/CoinUtils-${pkgver}.tgz;)
-sha1sums=('c23c5440717dd70d264570c5f27db5062e02d414')
+sha1sums=('99c897d20305e0aac87c7db7f3a2c45dbe3cf874')
 
 build() {
   cd CoinUtils-$pkgver


[arch-commits] Commit in coin-or-coinutils/repos (4 files)

2015-01-19 Thread Antonio Rojas
Date: Monday, January 19, 2015 @ 10:23:38
  Author: arojas
Revision: 126203

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

Added:
  coin-or-coinutils/repos/community-staging-i686/
  coin-or-coinutils/repos/community-staging-i686/PKGBUILD
(from rev 126202, coin-or-coinutils/trunk/PKGBUILD)
  coin-or-coinutils/repos/community-staging-x86_64/
  coin-or-coinutils/repos/community-staging-x86_64/PKGBUILD
(from rev 126202, coin-or-coinutils/trunk/PKGBUILD)

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

Copied: coin-or-coinutils/repos/community-staging-i686/PKGBUILD (from rev 
126202, coin-or-coinutils/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-01-19 09:23:38 UTC (rev 126203)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: tikysal tiky...@gmail.com
+# Derived from Daniel Ehlers'
+
+pkgname=coin-or-coinutils
+pkgver=2.10.0
+pkgrel=1
+pkgdesc=COIN-OR collection of utility classes
+arch=('i686' 'x86_64')
+url=https://projects.coin-or.org/CoinUtils;
+license=('EPL')
+depends=('zlib' 'bzip2')
+groups=('coin-or')
+source=(http://www.coin-or.org/download/source/CoinUtils/CoinUtils-${pkgver}.tgz;)
+sha1sums=('99c897d20305e0aac87c7db7f3a2c45dbe3cf874')
+
+build() {
+  cd CoinUtils-$pkgver
+
+  export LDFLAGS=$LDFLAGS -lz -lbz2
+  ./configure --prefix=/usr -C
+  make
+}
+
+check() {
+  cd CoinUtils-$pkgver
+  make test
+}
+
+package() {
+  cd CoinUtils-$pkgver
+  PKG_CONFIG_LIBDIR=${pkgdir}/usr/lib/pkgconfig/ \
+  make DESTDIR=$pkgdir install
+}

Copied: coin-or-coinutils/repos/community-staging-x86_64/PKGBUILD (from rev 
126202, coin-or-coinutils/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-01-19 09:23:38 UTC (rev 126203)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: tikysal tiky...@gmail.com
+# Derived from Daniel Ehlers'
+
+pkgname=coin-or-coinutils
+pkgver=2.10.0
+pkgrel=1
+pkgdesc=COIN-OR collection of utility classes
+arch=('i686' 'x86_64')
+url=https://projects.coin-or.org/CoinUtils;
+license=('EPL')
+depends=('zlib' 'bzip2')
+groups=('coin-or')
+source=(http://www.coin-or.org/download/source/CoinUtils/CoinUtils-${pkgver}.tgz;)
+sha1sums=('99c897d20305e0aac87c7db7f3a2c45dbe3cf874')
+
+build() {
+  cd CoinUtils-$pkgver
+
+  export LDFLAGS=$LDFLAGS -lz -lbz2
+  ./configure --prefix=/usr -C
+  make
+}
+
+check() {
+  cd CoinUtils-$pkgver
+  make test
+}
+
+package() {
+  cd CoinUtils-$pkgver
+  PKG_CONFIG_LIBDIR=${pkgdir}/usr/lib/pkgconfig/ \
+  make DESTDIR=$pkgdir install
+}


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

2015-01-19 Thread Evangelos Foutras
Date: Monday, January 19, 2015 @ 17:51:31
  Author: foutrelis
Revision: 126229

archrelease: copy trunk to community-any

Added:
  gcompris-data/repos/community-any/PKGBUILD
(from rev 126228, gcompris-data/trunk/PKGBUILD)
Deleted:
  gcompris-data/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-19 16:51:20 UTC (rev 126228)
+++ PKGBUILD2015-01-19 16:51:31 UTC (rev 126229)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Daniel Isenmann daniel.isenmann [at] gmx.de
-
-pkgname=gcompris-data
-pkgver=14.07
-pkgrel=1
-pkgdesc=Data files for GCompris
-arch=('any')
-url=http://gcompris.net/;
-license=('GPL3')
-makedepends=('texinfo' 'texi2html' 'intltool' 'pygtk' 'librsvg' 
'gstreamer0.10-base-plugins')
-source=(http://gcompris.net/download/gcompris-$pkgver.tar.bz2)
-sha256sums=('cfcca5113b2add4ae66861c2f82345ea667676b72e12943934f8a3a5475e')
-
-build() {
-  cd $srcdir/gcompris-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/gcompris-$pkgver
-  make DESTDIR=$pkgdir install-data
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gcompris-data/repos/community-any/PKGBUILD (from rev 126228, 
gcompris-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-19 16:51:31 UTC (rev 126229)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Daniel Isenmann daniel.isenmann [at] gmx.de
+
+pkgname=gcompris-data
+pkgver=14.12
+pkgrel=1
+pkgdesc=Data files for GCompris
+arch=('any')
+url=http://gcompris.net/;
+license=('GPL3')
+makedepends=('texinfo' 'texi2html' 'intltool' 'pygtk' 'librsvg' 
'gstreamer0.10-base-plugins')
+source=(http://gcompris.net/download/gcompris-$pkgver.tar.bz2)
+sha256sums=('bf0beafb03c0f4ffe05bbfcda54b91a5e8a034b5d813cb4492d6f59a21f9cdcf')
+
+build() {
+  cd $srcdir/gcompris-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/gcompris-$pkgver
+  make DESTDIR=$pkgdir install-data
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-01-19 Thread Ray Rashif
Date: Monday, January 19, 2015 @ 17:56:48
  Author: schiv
Revision: 229587

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

Added:
  snd/repos/extra-i686/.contrib
(from rev 229586, snd/trunk/.contrib)
  snd/repos/extra-i686/PKGBUILD
(from rev 229586, snd/trunk/PKGBUILD)
  snd/repos/extra-x86_64/.contrib
(from rev 229586, snd/trunk/.contrib)
  snd/repos/extra-x86_64/PKGBUILD
(from rev 229586, snd/trunk/PKGBUILD)
Deleted:
  snd/repos/extra-i686/.contrib
  snd/repos/extra-i686/PKGBUILD
  snd/repos/extra-x86_64/.contrib
  snd/repos/extra-x86_64/PKGBUILD

---+
 /.contrib |4 ++
 /PKGBUILD |   88 
 extra-i686/.contrib   |2 -
 extra-i686/PKGBUILD   |   44 
 extra-x86_64/.contrib |2 -
 extra-x86_64/PKGBUILD |   44 
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/.contrib
===
--- extra-i686/.contrib 2015-01-19 16:56:32 UTC (rev 229586)
+++ extra-i686/.contrib 2015-01-19 16:56:48 UTC (rev 229587)
@@ -1,2 +0,0 @@
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: dorphell dorph...@archlinux.org

Copied: snd/repos/extra-i686/.contrib (from rev 229586, snd/trunk/.contrib)
===
--- extra-i686/.contrib (rev 0)
+++ extra-i686/.contrib 2015-01-19 16:56:48 UTC (rev 229587)
@@ -0,0 +1,2 @@
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: dorphell dorph...@archlinux.org

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-19 16:56:32 UTC (rev 229586)
+++ extra-i686/PKGBUILD 2015-01-19 16:56:48 UTC (rev 229587)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-# Contributor: see .contrib
-
-pkgname=snd
-pkgver=14.5
-pkgrel=1
-pkgdesc=An advanced sound editor
-arch=('i686' 'x86_64')
-url=http://ccrma.stanford.edu/software/snd/;
-license=('custom:free')
-depends=('jack' 'gamin' 'gsl' 'fftw' 'gtk2' 'libmpc')
-makedepends=('ladspa' 'wavpack' 'flac' 'speex' 'gmp'
- 'timidity++' 'mpg123' 'vorbis-tools')
-optdepends=('wavpack' 'flac' 'speex' 'mpg123'
-'timidity++' 'vorbis-tools')
-
source=(ftp://ccrma-ftp.stanford.edu/pub/Lisp/$pkgname-$pkgver.tar.gz;)
-md5sums=('24b908f567217fce3dc4551bf7eb6c8a')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  LDFLAGS+= -Wl,-z,noexecstack
-
-  ./configure --prefix=/usr \
-  --with-alsa \
-  --with-jack \
-  --with-gtk \
-  --with-ladspa \
-  --with-gmp
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make prefix=$pkgdir/usr install
-
-  install -Dm644 COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: snd/repos/extra-i686/PKGBUILD (from rev 229586, snd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-19 16:56:48 UTC (rev 229587)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+# Contributor: see .contrib
+
+pkgname=snd
+pkgver=15.2
+pkgrel=1
+pkgdesc=An advanced sound editor
+arch=('i686' 'x86_64')
+url=http://ccrma.stanford.edu/software/snd/;
+license=('custom:free')
+depends=('jack' 'gamin' 'gsl' 'fftw' 'gtk2' 'libmpc')
+makedepends=('ladspa' 'wavpack' 'flac' 'speex' 'gmp'
+ 'timidity++' 'mpg123' 'vorbis-tools')
+optdepends=('wavpack' 'flac' 'speex' 'mpg123'
+'timidity++' 'vorbis-tools')
+source=(ftp://ccrma-ftp.stanford.edu/pub/Lisp/$pkgname-$pkgver.tar.gz;)
+md5sums=('6a6186648aada854f759e86ab97024a9')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  LDFLAGS+= -Wl,-z,noexecstack
+
+  ./configure --prefix=/usr \
+  --with-alsa \
+  --with-jack \
+  --with-gtk \
+  --with-ladspa \
+  --with-gmp
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make prefix=$pkgdir/usr install
+
+  install -Dm644 COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/.contrib
===
--- extra-x86_64/.contrib   2015-01-19 16:56:32 UTC (rev 229586)
+++ extra-x86_64/.contrib   2015-01-19 16:56:48 UTC (rev 229587)
@@ -1,2 +0,0 @@
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: dorphell dorph...@archlinux.org

Copied: snd/repos/extra-x86_64/.contrib (from rev 229586, snd/trunk/.contrib)
===
--- extra-x86_64/.contrib   (rev 0)
+++ 

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

2015-01-19 Thread Ray Rashif
Date: Monday, January 19, 2015 @ 17:56:32
  Author: schiv
Revision: 229586

upgpkg: snd 15.2-1

delayed sync with upstream release

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-19 16:26:46 UTC (rev 229585)
+++ PKGBUILD2015-01-19 16:56:32 UTC (rev 229586)
@@ -4,7 +4,7 @@
 # Contributor: see .contrib
 
 pkgname=snd
-pkgver=14.5
+pkgver=15.2
 pkgrel=1
 pkgdesc=An advanced sound editor
 arch=('i686' 'x86_64')
@@ -15,8 +15,8 @@
  'timidity++' 'mpg123' 'vorbis-tools')
 optdepends=('wavpack' 'flac' 'speex' 'mpg123'
 'timidity++' 'vorbis-tools')
-
source=(ftp://ccrma-ftp.stanford.edu/pub/Lisp/$pkgname-$pkgver.tar.gz;)
-md5sums=('24b908f567217fce3dc4551bf7eb6c8a')
+source=(ftp://ccrma-ftp.stanford.edu/pub/Lisp/$pkgname-$pkgver.tar.gz;)
+md5sums=('6a6186648aada854f759e86ab97024a9')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


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

2015-01-19 Thread Jaroslav Lichtblau
Date: Monday, January 19, 2015 @ 18:05:55
  Author: jlichtblau
Revision: 126232

upgpkg: syncthing-gtk 0.5.8-1

Modified:
  syncthing-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-19 16:55:16 UTC (rev 126231)
+++ PKGBUILD2015-01-19 17:05:55 UTC (rev 126232)
@@ -4,7 +4,7 @@
 # Contributor: kozec kozec at kozec dot com
 
 pkgname=syncthing-gtk
-pkgver=0.5.7
+pkgver=0.5.8
 pkgrel=1
 pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python2-setuptools')
 depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 
'python2-pyinotify' 'syncthing')
 source=(https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('35158e09a4c6f8cd799f02b42dbe0111')
+md5sums=('a90383b66014f6bbd35e78f31616ab7d')
 
 build() {
   cd $pkgname-$pkgver


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

2015-01-19 Thread Jaroslav Lichtblau
Date: Monday, January 19, 2015 @ 18:06:04
  Author: jlichtblau
Revision: 126233

archrelease: copy trunk to community-any

Added:
  syncthing-gtk/repos/community-any/PKGBUILD
(from rev 126232, syncthing-gtk/trunk/PKGBUILD)
Deleted:
  syncthing-gtk/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-19 17:05:55 UTC (rev 126232)
+++ PKGBUILD2015-01-19 17:06:04 UTC (rev 126233)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Martin Wimpress c...@flexion.org
-# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: kozec kozec at kozec dot com
-
-pkgname=syncthing-gtk
-pkgver=0.5.7
-pkgrel=1
-pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
-arch=('any')
-url='https://github.com/syncthing/syncthing-gtk'
-license=('GPL2')
-makedepends=('python2-setuptools')
-depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 
'python2-pyinotify' 'syncthing')
-source=(https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('35158e09a4c6f8cd799f02b42dbe0111')
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --root=${pkgdir} --optimize=1
-}

Copied: syncthing-gtk/repos/community-any/PKGBUILD (from rev 126232, 
syncthing-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-19 17:06:04 UTC (rev 126233)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Martin Wimpress c...@flexion.org
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: kozec kozec at kozec dot com
+
+pkgname=syncthing-gtk
+pkgver=0.5.8
+pkgrel=1
+pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
+arch=('any')
+url='https://github.com/syncthing/syncthing-gtk'
+license=('GPL2')
+makedepends=('python2-setuptools')
+depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 
'python2-pyinotify' 'syncthing')
+source=(https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
+md5sums=('a90383b66014f6bbd35e78f31616ab7d')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root=${pkgdir} --optimize=1
+}


[arch-commits] Commit in sbcl/repos/extra-x86_64 (8 files)

2015-01-19 Thread Andrea Scarpino
Date: Monday, January 19, 2015 @ 18:44:28
  Author: andrea
Revision: 229598

archrelease: copy trunk to extra-x86_64

Added:
  sbcl/repos/extra-x86_64/PKGBUILD
(from rev 229597, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-x86_64/arch-fixes.lisp
(from rev 229597, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-x86_64/sbcl.install
(from rev 229597, sbcl/trunk/sbcl.install)
  sbcl/repos/extra-x86_64/texinfo-4.13a-data_types.patch
(from rev 229597, sbcl/trunk/texinfo-4.13a-data_types.patch)
Deleted:
  sbcl/repos/extra-x86_64/PKGBUILD
  sbcl/repos/extra-x86_64/arch-fixes.lisp
  sbcl/repos/extra-x86_64/sbcl.install
  sbcl/repos/extra-x86_64/texinfo-4.13a-data_types.patch

+
 PKGBUILD   |  148 +++
 arch-fixes.lisp|   42 +--
 sbcl.install   |   36 -
 texinfo-4.13a-data_types.patch |   64 
 4 files changed, 145 insertions(+), 145 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-19 17:37:21 UTC (rev 229597)
+++ PKGBUILD2015-01-19 17:44:28 UTC (rev 229598)
@@ -1,74 +0,0 @@
-f# $Id$
-# Contributor: John Proctor jproc...@prium.net
-# Contributor: Daniel White dan...@whitehouse.id.au
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Leslie Polzer (skypher)
-
-pkgname=sbcl
-pkgver=1.2.6
-pkgrel=1
-pkgdesc=Steel Bank Common Lisp
-url=http://www.sbcl.org/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc' 'zlib')
-provides=('common-lisp' 'cl-asdf')
-makedepends=('sbcl')
-install=sbcl.install
-source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
-  arch-fixes.lisp)
-md5sums=('a283d638ffb17051aad180e8e7f7860a'
- '7ac0c1936547f4278198b8bf7725204d')
-
-
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS+= -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl
-  export GNUMAKE=make
-
-  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
-  export LINKFLAGS=$LDFLAGS
-  unset LDFLAGS
-  unset MAKEFLAGS
-  
-  # Make a multi-threaded SBCL, disable LARGEFILE
-  cat customize-target-features.lisp EOF
-(lambda (features)
-  (flet ((enable (x) (pushnew x features))
- (disable (x) (setf features (remove x features
-  (enable :sb-thread)
-  (enable :sb-core-compression)
-  (disable :largefile)))
-EOF
-
-  sh make.sh sbcl --prefix=/usr
-  make -C doc/manual info
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # cannot have both SBCL_HOME and INSTALL_ROOT
-  SBCL_HOME= INSTALL_ROOT=$pkgdir/usr sh install.sh
-
-  src/runtime/sbcl --core output/sbcl.core --script ${srcdir}/arch-fixes.lisp
-  mv sbcl-new.core ${pkgdir}/usr/lib/sbcl/sbcl.core
-
-  # sources
-  mkdir -p $pkgdir/usr/share/sbcl-source
-  cp -R -t $pkgdir/usr/share/sbcl-source 
$srcdir/$pkgname-$pkgver/{src,contrib}
-
-  # license
-  install -D -m644 $srcdir/$pkgname-$pkgver/COPYING \
-   $pkgdir/usr/share/licenses/$pkgname/license.txt
-
-  # drop unwanted files
-  find $pkgdir \( -name Makefile -o -name .cvsignore \) -delete
-  find $pkgdir/usr/share/sbcl-source -type f \
-\( -name \*.fasl -o -name \*.o -o -name \*.log -o -name \*.so -o -name 
a.out \) -delete
-
-  rm $pkgdir/usr/share/sbcl-source/src/runtime/sbcl{,.nm}
-
-}

Copied: sbcl/repos/extra-x86_64/PKGBUILD (from rev 229597, sbcl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-19 17:44:28 UTC (rev 229598)
@@ -0,0 +1,74 @@
+# $Id$
+# Contributor: John Proctor jproc...@prium.net
+# Contributor: Daniel White dan...@whitehouse.id.au
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Leslie Polzer (skypher)
+
+pkgname=sbcl
+pkgver=1.2.6
+pkgrel=1
+pkgdesc=Steel Bank Common Lisp
+url=http://www.sbcl.org/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc' 'zlib')
+provides=('common-lisp' 'cl-asdf')
+makedepends=('sbcl')
+install=sbcl.install
+source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
+  arch-fixes.lisp)
+md5sums=('a283d638ffb17051aad180e8e7f7860a'
+ '7ac0c1936547f4278198b8bf7725204d')
+
+
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS+= -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl
+  export GNUMAKE=make
+
+  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
+  export LINKFLAGS=$LDFLAGS
+  unset LDFLAGS
+  unset MAKEFLAGS
+  
+  # Make a multi-threaded SBCL, disable LARGEFILE
+  cat customize-target-features.lisp EOF
+(lambda (features)
+  (flet ((enable (x) (pushnew x features))
+ (disable (x) (setf features (remove x features
+  (enable :sb-thread)
+  (enable :sb-core-compression)
+  (disable :largefile)))
+EOF
+
+  sh make.sh sbcl --prefix=/usr
+  make -C doc/manual info
+}

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

2015-01-19 Thread Evangelos Foutras
Date: Monday, January 19, 2015 @ 17:45:34
  Author: foutrelis
Revision: 126225

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  146 ++---
 1 file changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-19 16:45:27 UTC (rev 126224)
+++ PKGBUILD2015-01-19 16:45:34 UTC (rev 126225)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Malte Rabenseifner ma...@zearan.de
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: FUBAR mrfu...@gmail.com
-
-pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=4.6.5.5
-pkgrel=1
-arch=('any')
-url=http://www.shorewall.net/;
-license=('GPL')
-source=(http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.5/$pkgname-$pkgver.tar.bz2
-
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.5/shorewall6-$pkgver.tar.bz2
-
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.5/shorewall-core-$pkgver.tar.bz2)
-sha256sums=('9cd25256168223d663b2390884964c05ff95289686ed3ebccf3bcbaa93a3c031'
-'0aa89effdb02faaa0b346efb8ec62a00260936e12d27d3d01f2ffdbfbc2cb092'
-'d4d6f438c35491adac9d70d3676d5b52b2b30472486dcc5e8733805ed2f8023e')
-
-build() {
-  for product in shorewall{,6,-core}; do
-pushd $srcdir/$product-$pkgver
-./configure HOST=archlinux
-popd
-  done
-}
-
-package_shorewall() {
-  pkgdesc=An iptables-based firewall for Linux systems
-  depends=('shorewall-core' 'perl')
-  
backup=(etc/shorewall/{accounting,actions,blrules,clear,conntrack,ecn,findgw,hosts,init,initdone,interfaces,lib.private,maclist,mangle,masq,nat,netmap,params,policy,providers,proxyarp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tos,tunnels,zones})
-
-  cd $srcdir/$pkgname-$pkgver
-
-  do_install
-}
-
-package_shorewall6() {
-  pkgdesc=An iptables-based firewall for Linux systems (with IPv6 support)
-  depends=('shorewall')
-  
backup=(etc/shorewall6/{accounting,actions,blrules,clear,conntrack,hosts,init,interfaces,maclist,mangle,masq,netmap,params,policy,providers,proxyndp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall6.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tos,tunnels,zones})
-
-  cd $srcdir/$pkgname-$pkgver
-
-  do_install 6
-}
-
-package_shorewall-core() {
-  pkgdesc=Core Shorewall libraries
-  depends=('iptables' 'iproute2')
-
-  cd $srcdir/$pkgname-$pkgver
-
-  DESTDIR=$pkgdir ./install.sh
-}
-
-do_install() {
-  local _name_suffix=$1
-
-  sed -i -e 's|^MODULE_SUFFIX=ko$|.gz|' \
- -e 's|/subsys||' \
-  configfiles/shorewall$_name_suffix.conf
-
-  DESTDIR=$pkgdir ./install.sh
-
-  install -d $pkgdir/usr/share/doc/shorewall$_name_suffix/
-  cp -r Samples$_name_suffix $pkgdir/usr/share/doc/shorewall$_name_suffix/
-
-  chmod -R 644 $pkgdir/etc/shorewall$_name_suffix/
-  chmod 755 $pkgdir/etc/shorewall$_name_suffix/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: shorewall/repos/community-any/PKGBUILD (from rev 126224, 
shorewall/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-19 16:45:34 UTC (rev 126225)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Malte Rabenseifner ma...@zearan.de
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: FUBAR mrfu...@gmail.com
+
+pkgname=('shorewall' 'shorewall6' 'shorewall-core')
+pkgver=4.6.6
+pkgrel=1
+arch=('any')
+url=http://www.shorewall.net/;
+license=('GPL')
+source=(http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.6/$pkgname-$pkgver.tar.bz2
+
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.6/shorewall6-$pkgver.tar.bz2
+
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.6/shorewall-core-$pkgver.tar.bz2)
+sha256sums=('6f20a5222f0ad4c0ca98da51f5df57ed2726685e8633924be0fd9f87a798c947'
+'434892efd70190fa534c24bda9ae09ef529c5d66b2a719191601cb82edfa887b'
+'cde776137269f50b046057141c21388f0f487f262e4a35dfc9e4b4136092e4bd')
+
+build() {
+  for product in shorewall{,6,-core}; do
+pushd $srcdir/$product-$pkgver
+./configure HOST=archlinux
+popd
+  done
+}
+
+package_shorewall() {
+  pkgdesc=An iptables-based firewall for Linux systems
+  depends=('shorewall-core' 'perl')
+  

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

2015-01-19 Thread Evangelos Foutras
Date: Monday, January 19, 2015 @ 17:45:27
  Author: foutrelis
Revision: 126224

upgpkg: shorewall 4.6.6-1

New upstream release.

Modified:
  shorewall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-19 16:35:38 UTC (rev 126223)
+++ PKGBUILD2015-01-19 16:45:27 UTC (rev 126224)
@@ -5,17 +5,17 @@
 # Contributor: FUBAR mrfu...@gmail.com
 
 pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=4.6.5.5
+pkgver=4.6.6
 pkgrel=1
 arch=('any')
 url=http://www.shorewall.net/;
 license=('GPL')
-source=(http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.5/$pkgname-$pkgver.tar.bz2
-
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.5/shorewall6-$pkgver.tar.bz2
-
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.5/shorewall-core-$pkgver.tar.bz2)
-sha256sums=('9cd25256168223d663b2390884964c05ff95289686ed3ebccf3bcbaa93a3c031'
-'0aa89effdb02faaa0b346efb8ec62a00260936e12d27d3d01f2ffdbfbc2cb092'
-'d4d6f438c35491adac9d70d3676d5b52b2b30472486dcc5e8733805ed2f8023e')
+source=(http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.6/$pkgname-$pkgver.tar.bz2
+
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.6/shorewall6-$pkgver.tar.bz2
+
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.6/shorewall-core-$pkgver.tar.bz2)
+sha256sums=('6f20a5222f0ad4c0ca98da51f5df57ed2726685e8633924be0fd9f87a798c947'
+'434892efd70190fa534c24bda9ae09ef529c5d66b2a719191601cb82edfa887b'
+'cde776137269f50b046057141c21388f0f487f262e4a35dfc9e4b4136092e4bd')
 
 build() {
   for product in shorewall{,6,-core}; do


[arch-commits] Commit in (libofx)

2015-01-19 Thread Andrea Scarpino
Date: Monday, January 19, 2015 @ 18:27:01
  Author: andrea
Revision: 229591

extra2community: Moving libofx from extra to community

Deleted:
  libofx/


[arch-commits] Commit in (4 files)

2015-01-19 Thread Andrea Scarpino
Date: Monday, January 19, 2015 @ 18:36:11
  Author: andrea
Revision: 126236

extra2community: Moving aspell-pt from extra to community

Added:
  aspell-pt/
  aspell-pt/repos/
  aspell-pt/trunk/
  aspell-pt/trunk/PKGBUILD

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

Added: aspell-pt/trunk/PKGBUILD
===
--- aspell-pt/trunk/PKGBUILD(rev 0)
+++ aspell-pt/trunk/PKGBUILD2015-01-19 17:36:11 UTC (rev 126236)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer:
+
+pkgname=aspell-pt
+_pkgverPT=20150102
+_pkgverBR=20090702
+pkgver=$_pkgverPT
+pkgrel=1
+pkgdesc=Portuguese and Brazilian Portuguese dictionary for aspell
+arch=('i686' 'x86_64')
+url=http://aspell.net/;
+license=('GPL2')
+depends=('aspell')
+conflicts=('aspell-pt_br')
+replaces=('aspell-pt_br')
+source=(ftp://ftp.gnu.org/gnu/aspell/dict/pt_BR/aspell6-pt_BR-$_pkgverBR-0.tar.bz2
+
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-$_pkgverPT.tar.bz2
+
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-preao-$_pkgverPT.tar.bz2)
+sha1sums=('add1db9a6a908dccaad13a7fd85c3b202299ff26'
+  'af41f94de0d0fedf38e0d2651c453c86650071fc'
+  '5fabdcd8c6ad8ff4923cfccb3d92c7030614b70b')
+
+build() {
+  cd aspell6-pt_BR-$_pkgverBR-0
+  ./configure
+  make
+
+  cd ../aspell6-pt_PT-$_pkgverPT-0
+  ./configure
+  make
+
+  cd ../aspell6-pt_PT-preao-$_pkgverPT-0
+  ./configure
+  make
+}
+
+package() {
+  cd aspell6-pt_BR-$_pkgverBR-0
+  make DESTDIR=$pkgdir install
+
+  cd ../aspell6-pt_PT-$_pkgverPT-0
+  make DESTDIR=$pkgdir install
+
+  cd ../aspell6-pt_PT-preao-$_pkgverPT-0
+  make DESTDIR=$pkgdir install
+
+  echo add pt_BR.multi  $pkgdir/usr/lib/aspell-0.60/brasileiro.alias
+}


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


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

2015-01-19 Thread Andrea Scarpino
Date: Monday, January 19, 2015 @ 18:36:19
  Author: andrea
Revision: 126237

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

Added:
  aspell-pt/repos/community-i686/
  aspell-pt/repos/community-i686/PKGBUILD
(from rev 126236, aspell-pt/trunk/PKGBUILD)
  aspell-pt/repos/community-x86_64/
  aspell-pt/repos/community-x86_64/PKGBUILD
(from rev 126236, aspell-pt/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   48 
 community-x86_64/PKGBUILD |   48 
 2 files changed, 96 insertions(+)

Copied: aspell-pt/repos/community-i686/PKGBUILD (from rev 126236, 
aspell-pt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-19 17:36:19 UTC (rev 126237)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer:
+
+pkgname=aspell-pt
+_pkgverPT=20150102
+_pkgverBR=20090702
+pkgver=$_pkgverPT
+pkgrel=1
+pkgdesc=Portuguese and Brazilian Portuguese dictionary for aspell
+arch=('i686' 'x86_64')
+url=http://aspell.net/;
+license=('GPL2')
+depends=('aspell')
+conflicts=('aspell-pt_br')
+replaces=('aspell-pt_br')
+source=(ftp://ftp.gnu.org/gnu/aspell/dict/pt_BR/aspell6-pt_BR-$_pkgverBR-0.tar.bz2
+
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-$_pkgverPT.tar.bz2
+
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-preao-$_pkgverPT.tar.bz2)
+sha1sums=('add1db9a6a908dccaad13a7fd85c3b202299ff26'
+  'af41f94de0d0fedf38e0d2651c453c86650071fc'
+  '5fabdcd8c6ad8ff4923cfccb3d92c7030614b70b')
+
+build() {
+  cd aspell6-pt_BR-$_pkgverBR-0
+  ./configure
+  make
+
+  cd ../aspell6-pt_PT-$_pkgverPT-0
+  ./configure
+  make
+
+  cd ../aspell6-pt_PT-preao-$_pkgverPT-0
+  ./configure
+  make
+}
+
+package() {
+  cd aspell6-pt_BR-$_pkgverBR-0
+  make DESTDIR=$pkgdir install
+
+  cd ../aspell6-pt_PT-$_pkgverPT-0
+  make DESTDIR=$pkgdir install
+
+  cd ../aspell6-pt_PT-preao-$_pkgverPT-0
+  make DESTDIR=$pkgdir install
+
+  echo add pt_BR.multi  $pkgdir/usr/lib/aspell-0.60/brasileiro.alias
+}

Copied: aspell-pt/repos/community-x86_64/PKGBUILD (from rev 126236, 
aspell-pt/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-01-19 17:36:19 UTC (rev 126237)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer:
+
+pkgname=aspell-pt
+_pkgverPT=20150102
+_pkgverBR=20090702
+pkgver=$_pkgverPT
+pkgrel=1
+pkgdesc=Portuguese and Brazilian Portuguese dictionary for aspell
+arch=('i686' 'x86_64')
+url=http://aspell.net/;
+license=('GPL2')
+depends=('aspell')
+conflicts=('aspell-pt_br')
+replaces=('aspell-pt_br')
+source=(ftp://ftp.gnu.org/gnu/aspell/dict/pt_BR/aspell6-pt_BR-$_pkgverBR-0.tar.bz2
+
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-$_pkgverPT.tar.bz2
+
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-preao-$_pkgverPT.tar.bz2)
+sha1sums=('add1db9a6a908dccaad13a7fd85c3b202299ff26'
+  'af41f94de0d0fedf38e0d2651c453c86650071fc'
+  '5fabdcd8c6ad8ff4923cfccb3d92c7030614b70b')
+
+build() {
+  cd aspell6-pt_BR-$_pkgverBR-0
+  ./configure
+  make
+
+  cd ../aspell6-pt_PT-$_pkgverPT-0
+  ./configure
+  make
+
+  cd ../aspell6-pt_PT-preao-$_pkgverPT-0
+  ./configure
+  make
+}
+
+package() {
+  cd aspell6-pt_BR-$_pkgverBR-0
+  make DESTDIR=$pkgdir install
+
+  cd ../aspell6-pt_PT-$_pkgverPT-0
+  make DESTDIR=$pkgdir install
+
+  cd ../aspell6-pt_PT-preao-$_pkgverPT-0
+  make DESTDIR=$pkgdir install
+
+  echo add pt_BR.multi  $pkgdir/usr/lib/aspell-0.60/brasileiro.alias
+}


[arch-commits] Commit in (aspell-pt)

2015-01-19 Thread Andrea Scarpino
Date: Monday, January 19, 2015 @ 18:36:44
  Author: andrea
Revision: 229594

extra2community: Moving aspell-pt from extra to community

Deleted:
  aspell-pt/


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

2015-01-19 Thread Andrea Scarpino
Date: Monday, January 19, 2015 @ 18:26:27
  Author: andrea
Revision: 126234

extra2community: Moving libofx from extra to community

Added:
  libofx/
  libofx/repos/
  libofx/trunk/
  libofx/trunk/PKGBUILD

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

Added: libofx/trunk/PKGBUILD
===
--- libofx/trunk/PKGBUILD   (rev 0)
+++ libofx/trunk/PKGBUILD   2015-01-19 17:26:27 UTC (rev 126234)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Aaron Griffin aa...@archlinux.org
+
+pkgbase=libofx
+pkgname=('libofx' 'libofx-doc')
+pkgver=0.9.9
+pkgrel=1
+pkgdesc=API for the OFX banking standard
+arch=('i686' 'x86_64')
+url=http://libofx.sourceforge.net;
+license=('GPL')
+depends=('opensp' 'curl' 'libxml++')
+checkdepends=('gnupg')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha1sums=('b8ea875cee16953166449de8ddd1b69fb181f61b')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgbase-$pkgver
+  make check
+}
+
+package_libofx() {
+  options=('!docs')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+package_libofx-doc() {
+  pkgdesc=Documention of the OFX banking standard API
+  depends=()
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir install-docDATA
+  make -C doc DESTDIR=$pkgdir install
+}


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


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

2015-01-19 Thread Andrea Scarpino
Date: Monday, January 19, 2015 @ 18:26:34
  Author: andrea
Revision: 126235

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

Added:
  libofx/repos/community-i686/
  libofx/repos/community-i686/PKGBUILD
(from rev 126234, libofx/trunk/PKGBUILD)
  libofx/repos/community-x86_64/
  libofx/repos/community-x86_64/PKGBUILD
(from rev 126234, libofx/trunk/PKGBUILD)

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

Copied: libofx/repos/community-i686/PKGBUILD (from rev 126234, 
libofx/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-19 17:26:34 UTC (rev 126235)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Aaron Griffin aa...@archlinux.org
+
+pkgbase=libofx
+pkgname=('libofx' 'libofx-doc')
+pkgver=0.9.9
+pkgrel=1
+pkgdesc=API for the OFX banking standard
+arch=('i686' 'x86_64')
+url=http://libofx.sourceforge.net;
+license=('GPL')
+depends=('opensp' 'curl' 'libxml++')
+checkdepends=('gnupg')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha1sums=('b8ea875cee16953166449de8ddd1b69fb181f61b')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgbase-$pkgver
+  make check
+}
+
+package_libofx() {
+  options=('!docs')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+package_libofx-doc() {
+  pkgdesc=Documention of the OFX banking standard API
+  depends=()
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir install-docDATA
+  make -C doc DESTDIR=$pkgdir install
+}

Copied: libofx/repos/community-x86_64/PKGBUILD (from rev 126234, 
libofx/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-01-19 17:26:34 UTC (rev 126235)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Aaron Griffin aa...@archlinux.org
+
+pkgbase=libofx
+pkgname=('libofx' 'libofx-doc')
+pkgver=0.9.9
+pkgrel=1
+pkgdesc=API for the OFX banking standard
+arch=('i686' 'x86_64')
+url=http://libofx.sourceforge.net;
+license=('GPL')
+depends=('opensp' 'curl' 'libxml++')
+checkdepends=('gnupg')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha1sums=('b8ea875cee16953166449de8ddd1b69fb181f61b')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgbase-$pkgver
+  make check
+}
+
+package_libofx() {
+  options=('!docs')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+package_libofx-doc() {
+  pkgdesc=Documention of the OFX banking standard API
+  depends=()
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir install-docDATA
+  make -C doc DESTDIR=$pkgdir install
+}


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

2015-01-19 Thread Andrea Scarpino
Date: Monday, January 19, 2015 @ 18:36:59
  Author: andrea
Revision: 126239

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

Added:
  aspell-ru/repos/community-i686/
  aspell-ru/repos/community-i686/PKGBUILD
(from rev 126238, aspell-ru/trunk/PKGBUILD)
  aspell-ru/repos/community-x86_64/
  aspell-ru/repos/community-x86_64/PKGBUILD
(from rev 126238, aspell-ru/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   28 
 community-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: aspell-ru/repos/community-i686/PKGBUILD (from rev 126238, 
aspell-ru/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-19 17:36:59 UTC (rev 126239)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:
+# Contributor: Simo Leone s...@archlinux.org
+# Contributor: Rouslan Solomakhin rous...@localnet.com
+
+pkgname=aspell-ru
+pkgver=0.99f7
+pkgrel=6
+pkgdesc=Russian dictionary for aspell
+arch=('i686' 'x86_64') #We cannot use 'any' see FS#22443
+url=http://aspell.net/;
+license=('custom')
+depends=('aspell')
+source=(ftp://ftp.gnu.org/gnu/aspell/dict/ru/aspell6-ru-$pkgver-1.tar.bz2)
+md5sums=('c4c98eaa5e77ad3adccbc5c96cb57cb3')
+
+build() {
+  cd $srcdir/aspell6-ru-$pkgver-1
+  ./configure
+  make
+}
+
+package() {
+  cd $srcdir/aspell6-ru-$pkgver-1
+  make DESTDIR=$pkgdir install
+
+  install -D -m644 Copyright $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: aspell-ru/repos/community-x86_64/PKGBUILD (from rev 126238, 
aspell-ru/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-01-19 17:36:59 UTC (rev 126239)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:
+# Contributor: Simo Leone s...@archlinux.org
+# Contributor: Rouslan Solomakhin rous...@localnet.com
+
+pkgname=aspell-ru
+pkgver=0.99f7
+pkgrel=6
+pkgdesc=Russian dictionary for aspell
+arch=('i686' 'x86_64') #We cannot use 'any' see FS#22443
+url=http://aspell.net/;
+license=('custom')
+depends=('aspell')
+source=(ftp://ftp.gnu.org/gnu/aspell/dict/ru/aspell6-ru-$pkgver-1.tar.bz2)
+md5sums=('c4c98eaa5e77ad3adccbc5c96cb57cb3')
+
+build() {
+  cd $srcdir/aspell6-ru-$pkgver-1
+  ./configure
+  make
+}
+
+package() {
+  cd $srcdir/aspell6-ru-$pkgver-1
+  make DESTDIR=$pkgdir install
+
+  install -D -m644 Copyright $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in (4 files)

2015-01-19 Thread Andrea Scarpino
Date: Monday, January 19, 2015 @ 18:36:51
  Author: andrea
Revision: 126238

extra2community: Moving aspell-ru from extra to community

Added:
  aspell-ru/
  aspell-ru/repos/
  aspell-ru/trunk/
  aspell-ru/trunk/PKGBUILD

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

Added: aspell-ru/trunk/PKGBUILD
===
--- aspell-ru/trunk/PKGBUILD(rev 0)
+++ aspell-ru/trunk/PKGBUILD2015-01-19 17:36:51 UTC (rev 126238)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:
+# Contributor: Simo Leone s...@archlinux.org
+# Contributor: Rouslan Solomakhin rous...@localnet.com
+
+pkgname=aspell-ru
+pkgver=0.99f7
+pkgrel=6
+pkgdesc=Russian dictionary for aspell
+arch=('i686' 'x86_64') #We cannot use 'any' see FS#22443
+url=http://aspell.net/;
+license=('custom')
+depends=('aspell')
+source=(ftp://ftp.gnu.org/gnu/aspell/dict/ru/aspell6-ru-$pkgver-1.tar.bz2)
+md5sums=('c4c98eaa5e77ad3adccbc5c96cb57cb3')
+
+build() {
+  cd $srcdir/aspell6-ru-$pkgver-1
+  ./configure
+  make
+}
+
+package() {
+  cd $srcdir/aspell6-ru-$pkgver-1
+  make DESTDIR=$pkgdir install
+
+  install -D -m644 Copyright $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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


[arch-commits] Commit in (aspell-ru)

2015-01-19 Thread Andrea Scarpino
Date: Monday, January 19, 2015 @ 18:37:21
  Author: andrea
Revision: 229597

extra2community: Moving aspell-ru from extra to community

Deleted:
  aspell-ru/


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

2015-01-19 Thread Evangelos Foutras
Date: Monday, January 19, 2015 @ 17:35:27
  Author: foutrelis
Revision: 126222

upgpkg: wkhtmltopdf 0.12.2.1-1

New upstream release.

Modified:
  wkhtmltopdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-19 15:23:59 UTC (rev 126221)
+++ PKGBUILD2015-01-19 16:35:27 UTC (rev 126222)
@@ -2,16 +2,16 @@
 # Maintainer: Evangelos Foutras evange...@foutrelis.com
 
 pkgname=wkhtmltopdf
-pkgver=0.12.2
+pkgver=0.12.2.1
 pkgrel=1
 pkgdesc=Command line tools to render HTML into PDF and various image formats
 arch=('i686' 'x86_64')
 url=http://wkhtmltopdf.org/;
-license=('GPL3')
+license=('LGPL3')
 depends=('qtwebkit')
 optdepends=('xorg-server: wkhtmltopdf needs X or Xvfb to operate')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/wkhtmltopdf/wkhtmltopdf/archive/$pkgver.tar.gz)
-sha256sums=('c05f1f83c62552cbb66fe1f51711c154dcda57a101fc73bab3556dd6fdf14497')
+sha256sums=('24847a2b8f495fb40d8b7a92c9051b40520d2439454ee8def0c952c932a1283d')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


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

2015-01-19 Thread Evangelos Foutras
Date: Monday, January 19, 2015 @ 17:51:12
  Author: foutrelis
Revision: 126227

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-19 16:51:04 UTC (rev 126226)
+++ community-i686/PKGBUILD 2015-01-19 16:51:12 UTC (rev 126227)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Daniel Isenmann daniel.isenmann [at] gmx.de
-
-pkgname=gcompris
-pkgver=14.07
-pkgrel=1
-pkgdesc=Educational software suite comprising of numerous activities for 
children aged 2 to 10
-arch=('i686' 'x86_64')
-url=http://gcompris.net/;
-license=('GPL3')
-depends=('pygtk' 'librsvg' 'gstreamer0.10-base-plugins')
-optdepends=('gnucap: for computer simulation within the electricity activity'
-'tuxpaint: for the painting activity')
-makedepends=('texinfo' 'texi2html' 'intltool')
-source=(http://gcompris.net/download/$pkgname-$pkgver.tar.bz2)
-sha256sums=('cfcca5113b2add4ae66861c2f82345ea667676b72e12943934f8a3a5475e')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  sed -i 's/$GNUCHESS/gcompris-gnuchess/' configure
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  depends+=(gcompris-data=$pkgver)
-
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install-exec
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gcompris/repos/community-i686/PKGBUILD (from rev 126226, 
gcompris/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-19 16:51:12 UTC (rev 126227)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Daniel Isenmann daniel.isenmann [at] gmx.de
+
+pkgname=gcompris
+pkgver=14.12
+pkgrel=1
+pkgdesc=Educational software suite comprising of numerous activities for 
children aged 2 to 10
+arch=('i686' 'x86_64')
+url=http://gcompris.net/;
+license=('GPL3')
+depends=('pygtk' 'librsvg' 'gstreamer0.10-base-plugins')
+optdepends=('gnucap: for computer simulation within the electricity activity'
+'tuxpaint: for the painting activity')
+makedepends=('texinfo' 'texi2html' 'intltool')
+source=(http://gcompris.net/download/$pkgname-$pkgver.tar.bz2)
+sha256sums=('bf0beafb03c0f4ffe05bbfcda54b91a5e8a034b5d813cb4492d6f59a21f9cdcf')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  sed -i 's/$GNUCHESS/gcompris-gnuchess/' configure
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  depends+=(gcompris-data=$pkgver)
+
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install-exec
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-19 16:51:04 UTC (rev 126226)
+++ community-x86_64/PKGBUILD   2015-01-19 16:51:12 UTC (rev 126227)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Daniel Isenmann daniel.isenmann [at] gmx.de
-
-pkgname=gcompris
-pkgver=14.07
-pkgrel=1
-pkgdesc=Educational software suite comprising of numerous activities for 
children aged 2 to 10
-arch=('i686' 'x86_64')
-url=http://gcompris.net/;
-license=('GPL3')
-depends=('pygtk' 'librsvg' 'gstreamer0.10-base-plugins')
-optdepends=('gnucap: for computer simulation within the electricity activity'
-'tuxpaint: for the painting activity')
-makedepends=('texinfo' 'texi2html' 'intltool')
-source=(http://gcompris.net/download/$pkgname-$pkgver.tar.bz2)
-sha256sums=('cfcca5113b2add4ae66861c2f82345ea667676b72e12943934f8a3a5475e')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  sed -i 's/$GNUCHESS/gcompris-gnuchess/' configure
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  depends+=(gcompris-data=$pkgver)
-
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install-exec
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gcompris/repos/community-x86_64/PKGBUILD (from rev 126226, 
gcompris/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-01-19 16:51:12 UTC (rev 126227)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Evangelos Foutras 

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

2015-01-19 Thread Evangelos Foutras
Date: Monday, January 19, 2015 @ 17:51:20
  Author: foutrelis
Revision: 126228

upgpkg: gcompris-data 14.12-1

New upstream release.

Modified:
  gcompris-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-19 16:51:12 UTC (rev 126227)
+++ PKGBUILD2015-01-19 16:51:20 UTC (rev 126228)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Isenmann daniel.isenmann [at] gmx.de
 
 pkgname=gcompris-data
-pkgver=14.07
+pkgver=14.12
 pkgrel=1
 pkgdesc=Data files for GCompris
 arch=('any')
@@ -11,7 +11,7 @@
 license=('GPL3')
 makedepends=('texinfo' 'texi2html' 'intltool' 'pygtk' 'librsvg' 
'gstreamer0.10-base-plugins')
 source=(http://gcompris.net/download/gcompris-$pkgver.tar.bz2)
-sha256sums=('cfcca5113b2add4ae66861c2f82345ea667676b72e12943934f8a3a5475e')
+sha256sums=('bf0beafb03c0f4ffe05bbfcda54b91a5e8a034b5d813cb4492d6f59a21f9cdcf')
 
 build() {
   cd $srcdir/gcompris-$pkgver


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

2015-01-19 Thread Evangelos Foutras
Date: Monday, January 19, 2015 @ 17:51:04
  Author: foutrelis
Revision: 126226

upgpkg: gcompris 14.12-1

New upstream release.

Modified:
  gcompris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-19 16:45:34 UTC (rev 126225)
+++ PKGBUILD2015-01-19 16:51:04 UTC (rev 126226)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Isenmann daniel.isenmann [at] gmx.de
 
 pkgname=gcompris
-pkgver=14.07
+pkgver=14.12
 pkgrel=1
 pkgdesc=Educational software suite comprising of numerous activities for 
children aged 2 to 10
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 'tuxpaint: for the painting activity')
 makedepends=('texinfo' 'texi2html' 'intltool')
 source=(http://gcompris.net/download/$pkgname-$pkgver.tar.bz2)
-sha256sums=('cfcca5113b2add4ae66861c2f82345ea667676b72e12943934f8a3a5475e')
+sha256sums=('bf0beafb03c0f4ffe05bbfcda54b91a5e8a034b5d813cb4492d6f59a21f9cdcf')
 
 prepare() {
   cd $pkgname-$pkgver


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

2015-01-19 Thread Sergej Pupykin
Date: Monday, January 19, 2015 @ 17:55:00
  Author: spupykin
Revision: 126230

upgpkg: vnstat 1.13-1

upd

Modified:
  vnstat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-19 16:51:31 UTC (rev 126229)
+++ PKGBUILD2015-01-19 16:55:00 UTC (rev 126230)
@@ -4,7 +4,7 @@
 # Contributor: Thorsten Töpper atsutane...@freethoughts.de
 
 pkgname=vnstat
-pkgver=1.12
+pkgver=1.13
 pkgrel=1
 pkgdesc=A console-based network traffic monitor
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 optdepends=('gd: image output')
 backup=(etc/vnstat.conf)
 source=(http://humdi.net/vnstat/$pkgname-$pkgver.tar.gz)
-md5sums=('a154b2196771e06a8accd1c24374009c')
+md5sums=('6bf81e670d8ec17cf365da2d2acf981e')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


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

2015-01-19 Thread Sergej Pupykin
Date: Monday, January 19, 2015 @ 17:55:16
  Author: spupykin
Revision: 126231

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

Added:
  vnstat/repos/community-i686/PKGBUILD
(from rev 126230, vnstat/trunk/PKGBUILD)
  vnstat/repos/community-x86_64/PKGBUILD
(from rev 126230, vnstat/trunk/PKGBUILD)
Deleted:
  vnstat/repos/community-i686/PKGBUILD
  vnstat/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 2015-01-19 16:55:00 UTC (rev 126230)
+++ community-i686/PKGBUILD 2015-01-19 16:55:16 UTC (rev 126231)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Thorsten Töpper atsutane...@freethoughts.de
-
-pkgname=vnstat
-pkgver=1.12
-pkgrel=1
-pkgdesc=A console-based network traffic monitor
-arch=('i686' 'x86_64')
-url=http://humdi.net/vnstat/;
-license=('GPL')
-depends=('bash')
-makedepends=('gd')
-optdepends=('gd: image output')
-backup=(etc/vnstat.conf)
-source=(http://humdi.net/vnstat/$pkgname-$pkgver.tar.gz)
-md5sums=('a154b2196771e06a8accd1c24374009c')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make all SBIN=/usr/bin
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install SBIN=$pkgdir/usr/bin
-  install -Dm0755 examples/vnstat.cgi 
$pkgdir/usr/share/doc/vnstat/examples/vnstat.cgi
-  install -Dm0644 examples/systemd/vnstat.service 
$pkgdir/usr/lib/systemd/system/vnstat.service
-}

Copied: vnstat/repos/community-i686/PKGBUILD (from rev 126230, 
vnstat/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-19 16:55:16 UTC (rev 126231)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Thorsten Töpper atsutane...@freethoughts.de
+
+pkgname=vnstat
+pkgver=1.13
+pkgrel=1
+pkgdesc=A console-based network traffic monitor
+arch=('i686' 'x86_64')
+url=http://humdi.net/vnstat/;
+license=('GPL')
+depends=('bash')
+makedepends=('gd')
+optdepends=('gd: image output')
+backup=(etc/vnstat.conf)
+source=(http://humdi.net/vnstat/$pkgname-$pkgver.tar.gz)
+md5sums=('6bf81e670d8ec17cf365da2d2acf981e')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make all SBIN=/usr/bin
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install SBIN=$pkgdir/usr/bin
+  install -Dm0755 examples/vnstat.cgi 
$pkgdir/usr/share/doc/vnstat/examples/vnstat.cgi
+  install -Dm0644 examples/systemd/vnstat.service 
$pkgdir/usr/lib/systemd/system/vnstat.service
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-19 16:55:00 UTC (rev 126230)
+++ community-x86_64/PKGBUILD   2015-01-19 16:55:16 UTC (rev 126231)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Thorsten Töpper atsutane...@freethoughts.de
-
-pkgname=vnstat
-pkgver=1.12
-pkgrel=1
-pkgdesc=A console-based network traffic monitor
-arch=('i686' 'x86_64')
-url=http://humdi.net/vnstat/;
-license=('GPL')
-depends=('bash')
-makedepends=('gd')
-optdepends=('gd: image output')
-backup=(etc/vnstat.conf)
-source=(http://humdi.net/vnstat/$pkgname-$pkgver.tar.gz)
-md5sums=('a154b2196771e06a8accd1c24374009c')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make all SBIN=/usr/bin
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install SBIN=$pkgdir/usr/bin
-  install -Dm0755 examples/vnstat.cgi 
$pkgdir/usr/share/doc/vnstat/examples/vnstat.cgi
-  install -Dm0644 examples/systemd/vnstat.service 
$pkgdir/usr/lib/systemd/system/vnstat.service
-}

Copied: vnstat/repos/community-x86_64/PKGBUILD (from rev 126230, 
vnstat/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-01-19 16:55:16 UTC (rev 126231)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Thorsten Töpper atsutane...@freethoughts.de
+
+pkgname=vnstat
+pkgver=1.13
+pkgrel=1
+pkgdesc=A console-based network traffic monitor
+arch=('i686' 'x86_64')
+url=http://humdi.net/vnstat/;
+license=('GPL')
+depends=('bash')
+makedepends=('gd')
+optdepends=('gd: image output')
+backup=(etc/vnstat.conf)

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

2015-01-19 Thread Ray Rashif
Date: Monday, January 19, 2015 @ 17:59:30
  Author: schiv
Revision: 229588

upgpkg: hydrogen 0.9.6.1-1

delayed sync with upstream release

Modified:
  hydrogen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-19 16:56:48 UTC (rev 229587)
+++ PKGBUILD2015-01-19 16:59:30 UTC (rev 229588)
@@ -4,7 +4,7 @@
 # Contributor: see .contrib
 
 pkgname=hydrogen
-pkgver=0.9.6
+pkgver=0.9.6.1
 pkgrel=1
 pkgdesc=An advanced drum machine
 arch=('i686' 'x86_64')
@@ -13,26 +13,10 @@
 depends=('libarchive' 'liblrdf' 'qt4' 'jack' 'libpulse')
 optdepends=('rubberband')
 makedepends=('cmake')
-source=(https://github.com/hydrogen-music/hydrogen/archive/$pkgver.tar.gz;
-'lrdf_raptor2.patch')
+source=(https://github.com/hydrogen-music/hydrogen/archive/$pkgver.tar.gz;)
 install=$pkgname.install
-md5sums=('e4424926a88af82fb2048b3548723827'
- '6f15bc059d3c39e9c34e0fbac92baf61')
+md5sums=('527a44eec22fd31f55e6b3cf1089613d')
 
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # fix building with newer raptor
-  # see https://bugs.archlinux.org/task/25060
-  # see https://github.com/hydrogen-music/hydrogen/issues/194
-  patch -Np1 -i $srcdir/lrdf_raptor2.patch
-
-  # fix some pngs that break with newer libpng
-  # see 
https://mailman.archlinux.org/pipermail/arch-dev-public/2013-May/024872.html
-  #msg2 Fixing PNGs, please wait...
-  #find -name '*.png' -exec optipng -quiet -force -fix {} +
-}
-
 build() {
   cd $srcdir/$pkgname-$pkgver
 


[arch-commits] Commit in sbcl/repos/extra-i686 (8 files)

2015-01-19 Thread Andrea Scarpino
Date: Monday, January 19, 2015 @ 18:44:40
  Author: andrea
Revision: 229599

archrelease: copy trunk to extra-i686

Added:
  sbcl/repos/extra-i686/PKGBUILD
(from rev 229598, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-i686/arch-fixes.lisp
(from rev 229598, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-i686/sbcl.install
(from rev 229598, sbcl/trunk/sbcl.install)
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch
(from rev 229598, sbcl/trunk/texinfo-4.13a-data_types.patch)
Deleted:
  sbcl/repos/extra-i686/PKGBUILD
  sbcl/repos/extra-i686/arch-fixes.lisp
  sbcl/repos/extra-i686/sbcl.install
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch

+
 PKGBUILD   |  148 +++
 arch-fixes.lisp|   42 +--
 sbcl.install   |   36 -
 texinfo-4.13a-data_types.patch |   64 
 4 files changed, 145 insertions(+), 145 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-19 17:44:28 UTC (rev 229598)
+++ PKGBUILD2015-01-19 17:44:40 UTC (rev 229599)
@@ -1,74 +0,0 @@
-f# $Id$
-# Contributor: John Proctor jproc...@prium.net
-# Contributor: Daniel White dan...@whitehouse.id.au
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Leslie Polzer (skypher)
-
-pkgname=sbcl
-pkgver=1.2.6
-pkgrel=1
-pkgdesc=Steel Bank Common Lisp
-url=http://www.sbcl.org/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc' 'zlib')
-provides=('common-lisp' 'cl-asdf')
-makedepends=('sbcl')
-install=sbcl.install
-source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
-  arch-fixes.lisp)
-md5sums=('a283d638ffb17051aad180e8e7f7860a'
- '7ac0c1936547f4278198b8bf7725204d')
-
-
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS+= -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl
-  export GNUMAKE=make
-
-  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
-  export LINKFLAGS=$LDFLAGS
-  unset LDFLAGS
-  unset MAKEFLAGS
-  
-  # Make a multi-threaded SBCL, disable LARGEFILE
-  cat customize-target-features.lisp EOF
-(lambda (features)
-  (flet ((enable (x) (pushnew x features))
- (disable (x) (setf features (remove x features
-  (enable :sb-thread)
-  (enable :sb-core-compression)
-  (disable :largefile)))
-EOF
-
-  sh make.sh sbcl --prefix=/usr
-  make -C doc/manual info
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # cannot have both SBCL_HOME and INSTALL_ROOT
-  SBCL_HOME= INSTALL_ROOT=$pkgdir/usr sh install.sh
-
-  src/runtime/sbcl --core output/sbcl.core --script ${srcdir}/arch-fixes.lisp
-  mv sbcl-new.core ${pkgdir}/usr/lib/sbcl/sbcl.core
-
-  # sources
-  mkdir -p $pkgdir/usr/share/sbcl-source
-  cp -R -t $pkgdir/usr/share/sbcl-source 
$srcdir/$pkgname-$pkgver/{src,contrib}
-
-  # license
-  install -D -m644 $srcdir/$pkgname-$pkgver/COPYING \
-   $pkgdir/usr/share/licenses/$pkgname/license.txt
-
-  # drop unwanted files
-  find $pkgdir \( -name Makefile -o -name .cvsignore \) -delete
-  find $pkgdir/usr/share/sbcl-source -type f \
-\( -name \*.fasl -o -name \*.o -o -name \*.log -o -name \*.so -o -name 
a.out \) -delete
-
-  rm $pkgdir/usr/share/sbcl-source/src/runtime/sbcl{,.nm}
-
-}

Copied: sbcl/repos/extra-i686/PKGBUILD (from rev 229598, sbcl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-19 17:44:40 UTC (rev 229599)
@@ -0,0 +1,74 @@
+# $Id$
+# Contributor: John Proctor jproc...@prium.net
+# Contributor: Daniel White dan...@whitehouse.id.au
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Leslie Polzer (skypher)
+
+pkgname=sbcl
+pkgver=1.2.6
+pkgrel=1
+pkgdesc=Steel Bank Common Lisp
+url=http://www.sbcl.org/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc' 'zlib')
+provides=('common-lisp' 'cl-asdf')
+makedepends=('sbcl')
+install=sbcl.install
+source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
+  arch-fixes.lisp)
+md5sums=('a283d638ffb17051aad180e8e7f7860a'
+ '7ac0c1936547f4278198b8bf7725204d')
+
+
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS+= -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl
+  export GNUMAKE=make
+
+  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
+  export LINKFLAGS=$LDFLAGS
+  unset LDFLAGS
+  unset MAKEFLAGS
+  
+  # Make a multi-threaded SBCL, disable LARGEFILE
+  cat customize-target-features.lisp EOF
+(lambda (features)
+  (flet ((enable (x) (pushnew x features))
+ (disable (x) (setf features (remove x features
+  (enable :sb-thread)
+  (enable :sb-core-compression)
+  (disable :largefile)))
+EOF
+
+  sh make.sh sbcl --prefix=/usr
+  make -C doc/manual info
+}
+
+package() {
+  cd 

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

2015-01-19 Thread Evangelos Foutras
Date: Monday, January 19, 2015 @ 17:35:38
  Author: foutrelis
Revision: 126223

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-19 16:35:27 UTC (rev 126222)
+++ community-i686/PKGBUILD 2015-01-19 16:35:38 UTC (rev 126223)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-
-pkgname=wkhtmltopdf
-pkgver=0.12.2
-pkgrel=1
-pkgdesc=Command line tools to render HTML into PDF and various image formats
-arch=('i686' 'x86_64')
-url=http://wkhtmltopdf.org/;
-license=('GPL3')
-depends=('qtwebkit')
-optdepends=('xorg-server: wkhtmltopdf needs X or Xvfb to operate')
-source=($pkgname-$pkgver.tar.gz::https://github.com/wkhtmltopdf/wkhtmltopdf/archive/$pkgver.tar.gz)
-sha256sums=('c05f1f83c62552cbb66fe1f51711c154dcda57a101fc73bab3556dd6fdf14497')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  qmake-qt4 wkhtmltopdf.pro
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make INSTALL_ROOT=$pkgdir/usr install
-
-  # Generate and install man page
-  install -d $pkgdir/usr/share/man/man1
-  LD_LIBRARY_PATH=bin ./bin/wkhtmltopdf --manpage \
-$pkgdir/usr/share/man/man1/wkhtmltopdf.1
-  LD_LIBRARY_PATH=bin ./bin/wkhtmltoimage --manpage \
-$pkgdir/usr/share/man/man1/wkhtmltoimage.1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wkhtmltopdf/repos/community-i686/PKGBUILD (from rev 126222, 
wkhtmltopdf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-19 16:35:38 UTC (rev 126223)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+
+pkgname=wkhtmltopdf
+pkgver=0.12.2.1
+pkgrel=1
+pkgdesc=Command line tools to render HTML into PDF and various image formats
+arch=('i686' 'x86_64')
+url=http://wkhtmltopdf.org/;
+license=('LGPL3')
+depends=('qtwebkit')
+optdepends=('xorg-server: wkhtmltopdf needs X or Xvfb to operate')
+source=($pkgname-$pkgver.tar.gz::https://github.com/wkhtmltopdf/wkhtmltopdf/archive/$pkgver.tar.gz)
+sha256sums=('24847a2b8f495fb40d8b7a92c9051b40520d2439454ee8def0c952c932a1283d')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  qmake-qt4 wkhtmltopdf.pro
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make INSTALL_ROOT=$pkgdir/usr install
+
+  # Generate and install man page
+  install -d $pkgdir/usr/share/man/man1
+  LD_LIBRARY_PATH=bin ./bin/wkhtmltopdf --manpage \
+$pkgdir/usr/share/man/man1/wkhtmltopdf.1
+  LD_LIBRARY_PATH=bin ./bin/wkhtmltoimage --manpage \
+$pkgdir/usr/share/man/man1/wkhtmltoimage.1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-19 16:35:27 UTC (rev 126222)
+++ community-x86_64/PKGBUILD   2015-01-19 16:35:38 UTC (rev 126223)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-
-pkgname=wkhtmltopdf
-pkgver=0.12.2
-pkgrel=1
-pkgdesc=Command line tools to render HTML into PDF and various image formats
-arch=('i686' 'x86_64')
-url=http://wkhtmltopdf.org/;
-license=('GPL3')
-depends=('qtwebkit')
-optdepends=('xorg-server: wkhtmltopdf needs X or Xvfb to operate')
-source=($pkgname-$pkgver.tar.gz::https://github.com/wkhtmltopdf/wkhtmltopdf/archive/$pkgver.tar.gz)
-sha256sums=('c05f1f83c62552cbb66fe1f51711c154dcda57a101fc73bab3556dd6fdf14497')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  qmake-qt4 wkhtmltopdf.pro
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make INSTALL_ROOT=$pkgdir/usr install
-
-  # Generate and install man page
-  install -d $pkgdir/usr/share/man/man1
-  LD_LIBRARY_PATH=bin ./bin/wkhtmltopdf --manpage \
-$pkgdir/usr/share/man/man1/wkhtmltopdf.1
-  LD_LIBRARY_PATH=bin ./bin/wkhtmltoimage --manpage \
-$pkgdir/usr/share/man/man1/wkhtmltoimage.1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wkhtmltopdf/repos/community-x86_64/PKGBUILD (from rev 126222, 
wkhtmltopdf/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-01-19 16:35:38 UTC (rev 126223)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+

[arch-commits] Commit in coin-or-osi/trunk (PKGBUILD)

2015-01-19 Thread Antonio Rojas
Date: Monday, January 19, 2015 @ 20:46:40
  Author: arojas
Revision: 126243

Update to 0.107.0

Modified:
  coin-or-osi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-19 18:11:43 UTC (rev 126242)
+++ PKGBUILD2015-01-19 19:46:40 UTC (rev 126243)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas aro...@archlinux.org
 
 pkgname=coin-or-osi
-pkgver=0.106.10
+pkgver=0.107.0
 pkgrel=1
 pkgdesc=COIN-OR Open Solver Interface
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 groups=('coin-or')
 depends=('coin-or-coinutils')
 source=(http://www.coin-or.org/download/source/Osi/Osi-${pkgver}.tgz;)
-sha1sums=('33efbcf8be8a73e31dabb403bae6f54858dd9f75')
+sha1sums=('cb50dbb9e39b1f4788423a273d32babd6a1c43d0')
 
 
 build() {


[arch-commits] Commit in sage-mathematics/trunk (PKGBUILD pexpect-del.patch)

2015-01-19 Thread Antonio Rojas
Date: Monday, January 19, 2015 @ 20:49:17
  Author: arojas
Revision: 126245

Add upstream patch to hide exceptions in pexpect, fixes a few test failures

Added:
  sage-mathematics/trunk/pexpect-del.patch
Modified:
  sage-mathematics/trunk/PKGBUILD

---+
 PKGBUILD  |7 +--
 pexpect-del.patch |   15 +++
 2 files changed, 20 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-19 19:48:06 UTC (rev 126244)
+++ PKGBUILD2015-01-19 19:49:17 UTC (rev 126245)
@@ -26,7 +26,7 @@
 makedepends=('cython2' 'boost' 'scons' 'ratpoints' 'symmetrica' 'fflas-ffpack' 
'python2-jinja' 'coin-or-cbc')
 source=(https://github.com/sagemath/sage/archive/$pkgver.tar.gz; 
http://www.sagemath.org/packages/upstream/pexpect/pexpect-2.0.tar.bz2; 
 'extensions.patch' 'c_lib.patch' 'env.patch' 'paths.patch' 'blas.patch' 
'clean.patch' 'skip-check.patch' 'gap-hap.patch' 
-'pexpect-env.patch' 'fes02.patch')
+'pexpect-env.patch' 'pexpect-del.patch' 'fes02.patch')
 md5sums=('e40736461992e62af3a84cf9a212c9d1'
  'd9a3e113ed147dcee8f89962a8dccd43'
  '5770766ae676491f79162d2062ce7c02'
@@ -38,6 +38,7 @@
  '5947a420a0b1483f0cbc74c76895789b'
  '631ee6b8b3e7d12bb7858cfd841af483'
  'a83a3b1bc7fcb7cbf752a83a8311fc42'
+ 'f333939ea6c41377b66407c81016cee4'
  '506944613082ba7f5b34360939ca90eb')
 # changelog=ChangeLog
 
@@ -85,9 +86,11 @@
   sed -e 's|exec ipython|exec ipython2|' -e 's|cygdb|cygdb2|' -i src/bin/sage
   sed -e s|'cython'|'cython2'| -i src/bin/sage-cython
 
+  cd $srcdir/pexpect-2.0
 # fix env in pexpect
-  cd $srcdir/pexpect-2.0
   patch -p1 -i $srcdir/pexpect-env.patch
+# hide exceptions in pexpect
+  patch -p1 -i $srcdir/pexpect-del.patch
 }
 
 

Added: pexpect-del.patch
===
--- pexpect-del.patch   (rev 0)
+++ pexpect-del.patch   2015-01-19 19:49:17 UTC (rev 126245)
@@ -0,0 +1,15 @@
+diff -ru src/pexpect.py src.del/pexpect.py
+--- src/pexpect.py 2005-11-17 15:36:09.0 +0100
 src.del/pexpect.py 2012-01-13 10:24:01.0 +0100
+@@ -341,7 +341,10 @@
+ 
+ if self.closed:
+ return
+-self.close()
++try:
++self.close()
++except:
++pass
+ 
+ def __str__(self):
+ This returns the current state of the pexpect object as a string.


[arch-commits] Commit in coin-or-osi/repos (4 files)

2015-01-19 Thread Antonio Rojas
Date: Monday, January 19, 2015 @ 20:48:06
  Author: arojas
Revision: 126244

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

Added:
  coin-or-osi/repos/community-i686/PKGBUILD
(from rev 126243, coin-or-osi/trunk/PKGBUILD)
  coin-or-osi/repos/community-x86_64/PKGBUILD
(from rev 126243, coin-or-osi/trunk/PKGBUILD)
Deleted:
  coin-or-osi/repos/community-i686/PKGBUILD
  coin-or-osi/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-19 19:46:40 UTC (rev 126243)
+++ community-i686/PKGBUILD 2015-01-19 19:48:06 UTC (rev 126244)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas aro...@archlinux.org
-
-pkgname=coin-or-osi
-pkgver=0.106.10
-pkgrel=1
-pkgdesc=COIN-OR Open Solver Interface
-arch=('i686' 'x86_64')
-url=https://projects.coin-or.org/Osi;
-license=('EPL')
-groups=('coin-or')
-depends=('coin-or-coinutils')
-source=(http://www.coin-or.org/download/source/Osi/Osi-${pkgver}.tgz;)
-sha1sums=('33efbcf8be8a73e31dabb403bae6f54858dd9f75')
-
-
-build() {
-  cd Osi-$pkgver
-  COIN_SKIP_PROJECTS=Sample \
-  ./configure --prefix=/usr -C \
-  --with-coinutils-lib=$(pkg-config --libs coinutils) \
-  --with-coinutils-incdir=/usr/include/coin/ -C
-  make
-}
-
-package() {
-  cd Osi-$pkgver
-  PKG_CONFIG_LIBDIR=${pkgdir}/usr/lib/pkgconfig/ \
-  make DESTDIR=$pkgdir install
-}

Copied: coin-or-osi/repos/community-i686/PKGBUILD (from rev 126243, 
coin-or-osi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-19 19:48:06 UTC (rev 126244)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=coin-or-osi
+pkgver=0.107.0
+pkgrel=1
+pkgdesc=COIN-OR Open Solver Interface
+arch=('i686' 'x86_64')
+url=https://projects.coin-or.org/Osi;
+license=('EPL')
+groups=('coin-or')
+depends=('coin-or-coinutils')
+source=(http://www.coin-or.org/download/source/Osi/Osi-${pkgver}.tgz;)
+sha1sums=('cb50dbb9e39b1f4788423a273d32babd6a1c43d0')
+
+
+build() {
+  cd Osi-$pkgver
+  COIN_SKIP_PROJECTS=Sample \
+  ./configure --prefix=/usr -C \
+  --with-coinutils-lib=$(pkg-config --libs coinutils) \
+  --with-coinutils-incdir=/usr/include/coin/ -C
+  make
+}
+
+package() {
+  cd Osi-$pkgver
+  PKG_CONFIG_LIBDIR=${pkgdir}/usr/lib/pkgconfig/ \
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-19 19:46:40 UTC (rev 126243)
+++ community-x86_64/PKGBUILD   2015-01-19 19:48:06 UTC (rev 126244)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas aro...@archlinux.org
-
-pkgname=coin-or-osi
-pkgver=0.106.10
-pkgrel=1
-pkgdesc=COIN-OR Open Solver Interface
-arch=('i686' 'x86_64')
-url=https://projects.coin-or.org/Osi;
-license=('EPL')
-groups=('coin-or')
-depends=('coin-or-coinutils')
-source=(http://www.coin-or.org/download/source/Osi/Osi-${pkgver}.tgz;)
-sha1sums=('33efbcf8be8a73e31dabb403bae6f54858dd9f75')
-
-
-build() {
-  cd Osi-$pkgver
-  COIN_SKIP_PROJECTS=Sample \
-  ./configure --prefix=/usr -C \
-  --with-coinutils-lib=$(pkg-config --libs coinutils) \
-  --with-coinutils-incdir=/usr/include/coin/ -C
-  make
-}
-
-package() {
-  cd Osi-$pkgver
-  PKG_CONFIG_LIBDIR=${pkgdir}/usr/lib/pkgconfig/ \
-  make DESTDIR=$pkgdir install
-}

Copied: coin-or-osi/repos/community-x86_64/PKGBUILD (from rev 126243, 
coin-or-osi/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-01-19 19:48:06 UTC (rev 126244)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=coin-or-osi
+pkgver=0.107.0
+pkgrel=1
+pkgdesc=COIN-OR Open Solver Interface
+arch=('i686' 'x86_64')
+url=https://projects.coin-or.org/Osi;
+license=('EPL')
+groups=('coin-or')
+depends=('coin-or-coinutils')
+source=(http://www.coin-or.org/download/source/Osi/Osi-${pkgver}.tgz;)
+sha1sums=('cb50dbb9e39b1f4788423a273d32babd6a1c43d0')
+
+
+build() {
+  cd Osi-$pkgver
+  COIN_SKIP_PROJECTS=Sample \
+  ./configure --prefix=/usr -C \
+  --with-coinutils-lib=$(pkg-config --libs coinutils) \
+  --with-coinutils-incdir=/usr/include/coin/ -C
+  make
+}
+
+package() {
+  cd Osi-$pkgver
+  PKG_CONFIG_LIBDIR=${pkgdir}/usr/lib/pkgconfig/ \
+  make DESTDIR=$pkgdir install
+}


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

2015-01-19 Thread speps
Date: Monday, January 19, 2015 @ 19:11:43
  Author: speps
Revision: 126242

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-19 18:11:29 UTC (rev 126241)
+++ community-i686/PKGBUILD 2015-01-19 18:11:43 UTC (rev 126242)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: speps speps at aur dot archlinux dot org
-
-pkgname=jalv
-pkgver=1.4.4
-pkgrel=1
-pkgdesc=A simple but fully featured LV2 host for Jack
-arch=('i686' 'x86_64')
-url=http://drobilla.net/software/$pkgname/;
-license=('custom:ISC')
-depends=('lilv' 'suil')
-makedepends=('python2' 'qt4' 'gtk2' 'gtk3' 'gtkmm')
-optdepends=('qt4: Qt 4.x frontend'
-'gtk2: Gtk+ 2.x frontend'
-'gtk3: Gtk+ 3.x frontend'
-'gtkmm: Gtk++ 2.x frontend')
-source=(http://download.drobilla.net/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('56aea296a43b2906cc930c1727b3835c'
- 'SKIP')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  python2 waf configure --prefix=/usr
-  python2 waf
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  python2 waf install --destdir=$pkgdir
-
-  # license
-  install -Dm644 COPYING \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: jalv/repos/community-i686/PKGBUILD (from rev 126241, 
jalv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-19 18:11:43 UTC (rev 126242)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: speps speps at aur dot archlinux dot org
+
+pkgname=jalv
+pkgver=1.4.6
+pkgrel=1
+pkgdesc=A simple but fully featured LV2 host for Jack
+arch=('i686' 'x86_64')
+url=http://drobilla.net/software/$pkgname/;
+license=('custom:ISC')
+depends=('lilv' 'suil')
+makedepends=('python2' 'qt4' 'gtk2' 'gtk3' 'gtkmm')
+optdepends=('qt4: Qt 4.x frontend'
+'gtk2: Gtk+ 2.x frontend'
+'gtk3: Gtk+ 3.x frontend'
+'gtkmm: Gtk++ 2.x frontend')
+source=(http://download.drobilla.net/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('8c11c58c4b0e69fb6b21041bcac275f7'
+ 'SKIP')
+validpgpkeys=('907D226E7E13FA337F014A083672782A9BF368F3') # David Robillard
+
+prepare() {
+  cd $pkgname-$pkgver
+  # use moc-qt4
+  sed -i 's/moc/-qt4/;s/${MOC}/moc-qt4/' wscript
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python2 waf configure --prefix=/usr
+  python2 waf
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 waf install --destdir=$pkgdir
+
+  # license
+  install -Dm644 COPYING \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-19 18:11:29 UTC (rev 126241)
+++ community-x86_64/PKGBUILD   2015-01-19 18:11:43 UTC (rev 126242)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: speps speps at aur dot archlinux dot org
-
-pkgname=jalv
-pkgver=1.4.4
-pkgrel=1
-pkgdesc=A simple but fully featured LV2 host for Jack
-arch=('i686' 'x86_64')
-url=http://drobilla.net/software/$pkgname/;
-license=('custom:ISC')
-depends=('lilv' 'suil')
-makedepends=('python2' 'qt4' 'gtk2' 'gtk3' 'gtkmm')
-optdepends=('qt4: Qt 4.x frontend'
-'gtk2: Gtk+ 2.x frontend'
-'gtk3: Gtk+ 3.x frontend'
-'gtkmm: Gtk++ 2.x frontend')
-source=(http://download.drobilla.net/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('56aea296a43b2906cc930c1727b3835c'
- 'SKIP')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  python2 waf configure --prefix=/usr
-  python2 waf
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  python2 waf install --destdir=$pkgdir
-
-  # license
-  install -Dm644 COPYING \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: jalv/repos/community-x86_64/PKGBUILD (from rev 126241, 
jalv/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-01-19 18:11:43 UTC (rev 126242)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: speps speps at aur dot archlinux dot org
+
+pkgname=jalv
+pkgver=1.4.6
+pkgrel=1
+pkgdesc=A simple but fully featured LV2 host for Jack
+arch=('i686' 'x86_64')
+url=http://drobilla.net/software/$pkgname/;
+license=('custom:ISC')
+depends=('lilv' 'suil')
+makedepends=('python2' 'qt4' 'gtk2' 'gtk3' 'gtkmm')

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

2015-01-19 Thread speps
Date: Monday, January 19, 2015 @ 19:11:29
  Author: speps
Revision: 126241

upgpkg: jalv 1.4.6-1

Modified:
  jalv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-19 17:56:46 UTC (rev 126240)
+++ PKGBUILD2015-01-19 18:11:29 UTC (rev 126241)
@@ -2,7 +2,7 @@
 # Maintainer: speps speps at aur dot archlinux dot org
 
 pkgname=jalv
-pkgver=1.4.4
+pkgver=1.4.6
 pkgrel=1
 pkgdesc=A simple but fully featured LV2 host for Jack
 arch=('i686' 'x86_64')
@@ -15,17 +15,24 @@
 'gtk3: Gtk+ 3.x frontend'
 'gtkmm: Gtk++ 2.x frontend')
 source=(http://download.drobilla.net/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('56aea296a43b2906cc930c1727b3835c'
+md5sums=('8c11c58c4b0e69fb6b21041bcac275f7'
  'SKIP')
+validpgpkeys=('907D226E7E13FA337F014A083672782A9BF368F3') # David Robillard
 
+prepare() {
+  cd $pkgname-$pkgver
+  # use moc-qt4
+  sed -i 's/moc/-qt4/;s/${MOC}/moc-qt4/' wscript
+}
+
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   python2 waf configure --prefix=/usr
   python2 waf
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   python2 waf install --destdir=$pkgdir
 
   # license


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

2015-01-19 Thread Christian Hesse
Date: Monday, January 19, 2015 @ 18:56:46
  Author: eworm
Revision: 126240

upgpkg: packagekit 1.0.4-1

Modified:
  packagekit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-19 17:36:59 UTC (rev 126239)
+++ PKGBUILD2015-01-19 17:56:46 UTC (rev 126240)
@@ -2,8 +2,8 @@
 # Contributor: Jonathan Conder jonno.con...@gmail.com
 
 pkgname='packagekit'
-pkgver=1.0.3
-pkgrel=10
+pkgver=1.0.4
+pkgrel=1
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('i686' 'x86_64')
 url='http://www.packagekit.org/'
@@ -18,41 +18,12 @@
 backup=('var/lib/PackageKit/transactions.db'
'etc/PackageKit/alpm.d/pacman.conf'
'etc/PackageKit/alpm.d/repos.list')
-source=(http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz;
-   
'0001-alpm-versioning-8.2.0.patch::https://github.com/hughsie/PackageKit/commit/50cf2f652b9bfd89f153e4071474851bd93b83ef.patch'
-   
'0002-pacman-4.2.0.patch::https://github.com/hughsie/PackageKit/commit/99c7d79f3626fe79f8225464b7601f55d4063f20.patch'
-   
'0003-alpm-versioning.patch::https://github.com/hughsie/PackageKit/commit/19903a4a90028a9c7e27f953877e2654a7dd3375.patch'
-   
'0004-alpm-versioning-9.0.0.patch::https://github.com/eworm-de/PackageKit/commit/7d34f8da09fd2cb14daccf960e69c19efae67f7a.patch'
-   
'0005-fix-sigsegv.patch::https://github.com/hughsie/PackageKit/commit/e75924e9ec361b564233b335d76d832e5d592131.patch'
-   
'0006-fix-columns.patch::https://github.com/hughsie/PackageKit/commit/0aee338b8e5466573b526cb08a1813b2f40b7c48.patch'
-   
'0007-honor-simulation-when-installing-packages.patch::https://github.com/hughsie/PackageKit/commit/df1003d58b6466be0932f97c21b999e24d57527b.patch'
-   
'0008-alpm-fix-bad-logic-in-pk_backend_resolve_name.patch::https://github.com/hughsie/PackageKit/commit/ed43f18b5fb7764d446bed3b08bdf178abfab3a7.patch'
-   
'0009-alpm-pk_backend_sync_thread.patch::https://github.com/hughsie/PackageKit/commit/3c58cb37f167f1e8c3daac4ff58699d6f7264a93.patch'
-   
'0010-alpm-clean-logic-in-pk_alpm_transaction_packages.patch::https://github.com/hughsie/PackageKit/commit/3b414bed88d8a4865ff41e074949262b6de7c8e1.patch')
+source=(http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz;)
+sha256sums=('1b949a7dc92e20f7d7deb634e5b399148dbb749e813cea955f1546a99e169a71')
 
 prepare() {
cd ${srcdir}/PackageKit-${pkgver}
 
-   # alpm 9.0.0
-   patch -Np1  ${srcdir}/0001-alpm-versioning-8.2.0.patch
-   patch -Np1  ${srcdir}/0002-pacman-4.2.0.patch
-   patch -Np1  ${srcdir}/0003-alpm-versioning.patch
-   patch -Np1  ${srcdir}/0004-alpm-versioning-9.0.0.patch
-
-   # fix SIGSEV when asking for package files
-   patch -Np1  ${srcdir}/0005-fix-sigsegv.patch
-
-   # pkcpn: fix columns
-   patch -Np1  ${srcdir}/0006-fix-columns.patch
-
-   # honor simulation when installing packages
-   patch -Np1  
${srcdir}/0007-honor-simulation-when-installing-packages.patch
-
-   # fix package update
-   patch -Np1  
${srcdir}/0008-alpm-fix-bad-logic-in-pk_backend_resolve_name.patch
-   patch -Np1  ${srcdir}/0009-alpm-pk_backend_sync_thread.patch
-   patch -Np1  
${srcdir}/0010-alpm-clean-logic-in-pk_alpm_transaction_packages.patch
-
# packagekit does not know about updates made by pacman while daemon is 
running
# https://github.com/hughsie/PackageKit/issues/15
# For now we just exit the daemon... It will launch with a clean status 
if required.
@@ -85,14 +56,3 @@
make DESTDIR=${pkgdir} install
 }
 
-sha256sums=('88c652e0bb4e39e0e0d89ad50cff3cd91c67c923250199d16419606ee79b5eef'
-'03bb902dafb9d44c960dead9dbff29830daeea948526af98634319466e809b44'
-'21790e44b0a8489896281c7664a50a3c88794e669af0f47e8185c54db448ac1b'
-'804fc47e3f371200db088c2d7d768ff464bfbd7d7691663528dd0604da840389'
-'c6f5a2f85a062d38fb500d18eb17b9cdecd8525f8c1136a2949c3070849641de'
-'7f33ec3c0455bdcafd0a5ee26c70e8368a3268413d3ee8c6cdad52f4ed7cc78b'
-'934f767148ec567b078426534060e9958182f0077cc53fa997a4d9a49865524a'
-'5cfe5c75721d3f57bf520bf211b510c771f888b11c6396d1df10f7d439fb4a46'
-'d90762bbdc893c833863ab9a59f7084cef8f44b3ba99089b64a7f12c26c501fb'
-'73723f1717849ff171d9a1a3a9a46a353b23e674db33909cc22e167d6dc0fc3a'
-'30ec77f05210bc37e0d75f476bc679c67f98622be70f89801a847a506476f6ff')


  1   2   >