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

2013-11-26 Thread Sergej Pupykin
Date: Tuesday, November 26, 2013 @ 10:19:37
  Author: spupykin
Revision: 101466

upgpkg: blueman 20131121git-1

upd

Modified:
  blueman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-26 07:54:09 UTC (rev 101465)
+++ PKGBUILD2013-11-26 09:19:37 UTC (rev 101466)
@@ -3,7 +3,7 @@
 # Contributor: Abhishek Dasgupta abh...@gmail.com
 
 pkgname=blueman
-pkgver=2013git
+pkgver=20131121git
 pkgrel=1
 pkgdesc=GTK+ bluetooth manager
 arch=('i686' 'x86_64')



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

2013-11-26 Thread Sergej Pupykin
Date: Tuesday, November 26, 2013 @ 10:19:38
  Author: spupykin
Revision: 101467

upgpkg: redis 2.8.1-1

upd

Modified:
  redis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-26 09:19:37 UTC (rev 101466)
+++ PKGBUILD2013-11-26 09:19:38 UTC (rev 101467)
@@ -4,7 +4,7 @@
 # Contributor: nofxx x@nick.com
 
 pkgname=redis
-pkgver=2.8.0
+pkgver=2.8.1
 pkgrel=1
 pkgdesc=Advanced key-value store
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
redis.service
redis.logrotate
redis.tmpfiles.d)
-md5sums=('f239c707996a5ff6243afe02c94e1fe2'
+md5sums=('4a29ec68346f1dee9b2f2075df295b3d'
  '5320aa6d0f31aadc1d6202ca40425aea'
  '9e2d75b7a9dc421122d673fe520ef17f'
  'dd9ab8022b4d963b2e5899170dfff490')



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

2013-11-26 Thread Sergej Pupykin
Date: Tuesday, November 26, 2013 @ 10:20:09
  Author: spupykin
Revision: 101468

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

Added:
  redis/repos/community-i686/PKGBUILD
(from rev 101467, redis/trunk/PKGBUILD)
  redis/repos/community-i686/redis.install
(from rev 101467, redis/trunk/redis.install)
  redis/repos/community-i686/redis.logrotate
(from rev 101467, redis/trunk/redis.logrotate)
  redis/repos/community-i686/redis.service
(from rev 101467, redis/trunk/redis.service)
  redis/repos/community-i686/redis.tmpfiles.d
(from rev 101467, redis/trunk/redis.tmpfiles.d)
  redis/repos/community-x86_64/PKGBUILD
(from rev 101467, redis/trunk/PKGBUILD)
  redis/repos/community-x86_64/redis.install
(from rev 101467, redis/trunk/redis.install)
  redis/repos/community-x86_64/redis.logrotate
(from rev 101467, redis/trunk/redis.logrotate)
  redis/repos/community-x86_64/redis.service
(from rev 101467, redis/trunk/redis.service)
  redis/repos/community-x86_64/redis.tmpfiles.d
(from rev 101467, redis/trunk/redis.tmpfiles.d)
Deleted:
  redis/repos/community-i686/PKGBUILD
  redis/repos/community-i686/redis.install
  redis/repos/community-i686/redis.logrotate
  redis/repos/community-i686/redis.service
  redis/repos/community-i686/redis.tmpfiles.d
  redis/repos/community-x86_64/PKGBUILD
  redis/repos/community-x86_64/redis.install
  redis/repos/community-x86_64/redis.logrotate
  redis/repos/community-x86_64/redis.service
  redis/repos/community-x86_64/redis.tmpfiles.d

---+
 /PKGBUILD |  102 
 /redis.install|   28 +
 /redis.logrotate  |   10 +++
 /redis.service|   30 ++
 /redis.tmpfiles.d |2 
 community-i686/PKGBUILD   |   51 --
 community-i686/redis.install  |   14 
 community-i686/redis.logrotate|5 -
 community-i686/redis.service  |   15 -
 community-i686/redis.tmpfiles.d   |1 
 community-x86_64/PKGBUILD |   51 --
 community-x86_64/redis.install|   14 
 community-x86_64/redis.logrotate  |5 -
 community-x86_64/redis.service|   15 -
 community-x86_64/redis.tmpfiles.d |1 
 15 files changed, 172 insertions(+), 172 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-26 09:19:38 UTC (rev 101467)
+++ community-i686/PKGBUILD 2013-11-26 09:20:09 UTC (rev 101468)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Jan-Erik Rediger badboy at archlinux dot us
-# Contributor: nofxx x@nick.com
-
-pkgname=redis
-pkgver=2.8.0
-pkgrel=1
-pkgdesc=Advanced key-value store
-arch=('i686' 'x86_64')
-url=http://redis.io/;
-license=('BSD')
-depends=('bash')
-makedepends=('gcc=3.1' 'make' 'pkgconfig')
-backup=(etc/redis.conf
-   etc/logrotate.d/redis)
-install=redis.install
-source=(http://download.redis.io/releases/redis-$pkgver.tar.gz;
-   redis.service
-   redis.logrotate
-   redis.tmpfiles.d)
-md5sums=('f239c707996a5ff6243afe02c94e1fe2'
- '5320aa6d0f31aadc1d6202ca40425aea'
- '9e2d75b7a9dc421122d673fe520ef17f'
- 'dd9ab8022b4d963b2e5899170dfff490')
-
-prepare() {
-  cd $srcdir/${pkgname}-${pkgver}
-  sed -i 's|# bind 127.0.0.1|bind 127.0.0.1|' redis.conf
-  sed -i 's|daemonize no|daemonize yes|' redis.conf
-  sed -i 's|dir \./|dir /var/lib/redis/|' redis.conf
-  sed -i 's|pidfile .*|pidfile /run/redis/redis.pid|' redis.conf
-  sed -i 's|logfile stdout|logfile /var/log/redis.log|' redis.conf
-}
-
-build() {
-  cd $srcdir/${pkgname}-${pkgver}
-  make
-}
-
-package() {
-  cd $srcdir/${pkgname}-${pkgver}
-  mkdir -p $pkgdir/usr/bin
-  make INSTALL_BIN=$pkgdir/usr/bin PREFIX=/usr install
-
-  install -Dm755 $srcdir/${pkgname}-${pkgver}/COPYING 
$pkgdir/usr/share/licenses/redis/COPYING
-  install -Dm644 $srcdir/redis.service 
$pkgdir/usr/lib/systemd/system/redis.service
-  install -Dm644 $srcdir/redis.logrotate $pkgdir/etc/logrotate.d/redis
-  install -Dm644 $srcdir/${pkgname}-${pkgver}/redis.conf 
$pkgdir/etc/redis.conf
-  install -Dm644 $srcdir/redis.tmpfiles.d 
$pkgdir/usr/lib/tmpfiles.d/redis.conf
-}

Copied: redis/repos/community-i686/PKGBUILD (from rev 101467, 
redis/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-26 09:20:09 UTC (rev 101468)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Jan-Erik Rediger badboy at archlinux dot us
+# Contributor: nofxx x@nick.com
+
+pkgname=redis
+pkgver=2.8.1
+pkgrel=1
+pkgdesc=Advanced key-value store
+arch=('i686' 'x86_64')
+url=http://redis.io/;
+license=('BSD')
+depends=('bash')

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

2013-11-26 Thread Sergej Pupykin
Date: Tuesday, November 26, 2013 @ 10:42:17
  Author: spupykin
Revision: 101469

upgpkg: simgear 2.12.1-1

upd

Modified:
  simgear/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-26 09:20:09 UTC (rev 101468)
+++ PKGBUILD2013-11-26 09:42:17 UTC (rev 101469)
@@ -4,8 +4,8 @@
 # Contributor: Hans Janssen h...@janserv.xs4all.nl
 
 pkgname=simgear
-pkgver=2.12.0
-pkgrel=2
+pkgver=2.12.1
+pkgrel=1
 pkgdesc=A set of open-source libraries designed to be used as building blocks 
for quickly assembling 3d simulations, games, and visualization applications.
 arch=(i686 x86_64)
 depends=('glut' 'freealut' 'plib' 'openscenegraph')
@@ -17,7 +17,7 @@
 
#source=(SimGear-$pkgver.tar.gz::https://gitorious.org/fg/simgear/archive-tarball/release/$pkgver;)
 
source=(http://mirrors.ibiblio.org/pub/mirrors/simgear/ftp/Source/simgear-$pkgver.tar.bz2;
osg-3.2.patch)
-md5sums=('dfc752f4759a2f795b7cdc9dad28411e'
+md5sums=('8c483e13bce96f1dc27300a087fdb962'
  'd7f35f02d88c6ef9c58e07b8431811e6')
 
 prepare() {



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

2013-11-26 Thread Sergej Pupykin
Date: Tuesday, November 26, 2013 @ 10:42:32
  Author: spupykin
Revision: 101470

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

Added:
  simgear/repos/community-i686/PKGBUILD
(from rev 101469, simgear/trunk/PKGBUILD)
  simgear/repos/community-i686/osg-3.2.patch
(from rev 101469, simgear/trunk/osg-3.2.patch)
  simgear/repos/community-x86_64/PKGBUILD
(from rev 101469, simgear/trunk/PKGBUILD)
  simgear/repos/community-x86_64/osg-3.2.patch
(from rev 101469, simgear/trunk/osg-3.2.patch)
Deleted:
  simgear/repos/community-i686/PKGBUILD
  simgear/repos/community-i686/osg-3.2.patch
  simgear/repos/community-x86_64/PKGBUILD
  simgear/repos/community-x86_64/osg-3.2.patch

+
 /PKGBUILD  |   74 +++
 /osg-3.2.patch |   44 +++
 community-i686/PKGBUILD|   37 ---
 community-i686/osg-3.2.patch   |   22 ---
 community-x86_64/PKGBUILD  |   37 ---
 community-x86_64/osg-3.2.patch |   22 ---
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-26 09:42:17 UTC (rev 101469)
+++ community-i686/PKGBUILD 2013-11-26 09:42:32 UTC (rev 101470)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: William Rea sillywi...@gmail.com
-# Contributor: Hans Janssen h...@janserv.xs4all.nl
-
-pkgname=simgear
-pkgver=2.12.0
-pkgrel=2
-pkgdesc=A set of open-source libraries designed to be used as building blocks 
for quickly assembling 3d simulations, games, and visualization applications.
-arch=(i686 x86_64)
-depends=('glut' 'freealut' 'plib' 'openscenegraph')
-makedepends=('boost' 'cmake' 'mesa')
-license=(GPL)
-#url=http://www.simgear.org;
-url=https://gitorious.org/fg;
-options=('!makeflags')
-#source=(SimGear-$pkgver.tar.gz::https://gitorious.org/fg/simgear/archive-tarball/release/$pkgver;)
-source=(http://mirrors.ibiblio.org/pub/mirrors/simgear/ftp/Source/simgear-$pkgver.tar.bz2;
-   osg-3.2.patch)
-md5sums=('dfc752f4759a2f795b7cdc9dad28411e'
- 'd7f35f02d88c6ef9c58e07b8431811e6')
-
-prepare() {
-  cd $srcdir/simgear-$pkgver
-#  patch -p1 $srcdir/osg-3.2.patch
-}
-
-build() {
-  cd $srcdir/simgear-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib .
-  make
-}
-
-package() {
-  cd $srcdir/simgear-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: simgear/repos/community-i686/PKGBUILD (from rev 101469, 
simgear/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-26 09:42:32 UTC (rev 101470)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: William Rea sillywi...@gmail.com
+# Contributor: Hans Janssen h...@janserv.xs4all.nl
+
+pkgname=simgear
+pkgver=2.12.1
+pkgrel=1
+pkgdesc=A set of open-source libraries designed to be used as building blocks 
for quickly assembling 3d simulations, games, and visualization applications.
+arch=(i686 x86_64)
+depends=('glut' 'freealut' 'plib' 'openscenegraph')
+makedepends=('boost' 'cmake' 'mesa')
+license=(GPL)
+#url=http://www.simgear.org;
+url=https://gitorious.org/fg;
+options=('!makeflags')
+#source=(SimGear-$pkgver.tar.gz::https://gitorious.org/fg/simgear/archive-tarball/release/$pkgver;)
+source=(http://mirrors.ibiblio.org/pub/mirrors/simgear/ftp/Source/simgear-$pkgver.tar.bz2;
+   osg-3.2.patch)
+md5sums=('8c483e13bce96f1dc27300a087fdb962'
+ 'd7f35f02d88c6ef9c58e07b8431811e6')
+
+prepare() {
+  cd $srcdir/simgear-$pkgver
+#  patch -p1 $srcdir/osg-3.2.patch
+}
+
+build() {
+  cd $srcdir/simgear-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib .
+  make
+}
+
+package() {
+  cd $srcdir/simgear-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/osg-3.2.patch
===
--- community-i686/osg-3.2.patch2013-11-26 09:42:17 UTC (rev 101469)
+++ community-i686/osg-3.2.patch2013-11-26 09:42:32 UTC (rev 101470)
@@ -1,22 +0,0 @@
-diff -wbBur simgear-2.10.0/simgear/scene/material/EffectGeode.cxx 
simgear-2.10.0.q/simgear/scene/material/EffectGeode.cxx
 simgear-2.10.0/simgear/scene/material/EffectGeode.cxx  2011-06-29 
18:58:56.0 +0400
-+++ simgear-2.10.0.q/simgear/scene/material/EffectGeode.cxx2013-07-25 
16:14:24.268934729 +0400
-@@ -80,15 +80,15 @@
- int n = _effect-getGenerator(Effect::TANGENT);
- tsg-generate(geometry, 0);  // 0 is normal_unit, but I have no idea 
what that is!
- if (n != -1  !geometry-getVertexAttribArray(n))
--geometry-setVertexAttribData(n, 
osg::Geometry::ArrayData(tsg-getTangentArray(), 

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

2013-11-26 Thread Sergej Pupykin
Date: Tuesday, November 26, 2013 @ 10:44:41
  Author: spupykin
Revision: 101476

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

Added:
  gsoap/repos/community-i686/LICENSE
(from rev 101475, gsoap/trunk/LICENSE)
  gsoap/repos/community-i686/PKGBUILD
(from rev 101475, gsoap/trunk/PKGBUILD)
  gsoap/repos/community-x86_64/LICENSE
(from rev 101475, gsoap/trunk/LICENSE)
  gsoap/repos/community-x86_64/PKGBUILD
(from rev 101475, gsoap/trunk/PKGBUILD)
Deleted:
  gsoap/repos/community-i686/LICENSE
  gsoap/repos/community-i686/PKGBUILD
  gsoap/repos/community-x86_64/LICENSE
  gsoap/repos/community-x86_64/PKGBUILD

---+
 /LICENSE  |  326 
 /PKGBUILD |   70 +
 community-i686/LICENSE|  163 --
 community-i686/PKGBUILD   |   34 
 community-x86_64/LICENSE  |  163 --
 community-x86_64/PKGBUILD |   34 
 6 files changed, 396 insertions(+), 394 deletions(-)

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


[arch-commits] Commit in lsb-release/trunk (PKGBUILD lsb_release_description.patch)

2013-11-26 Thread Sven-Hendrik Haase
Date: Tuesday, November 26, 2013 @ 11:23:04
  Author: svenstaro
Revision: 101477

upgpkg: lsb-release 1.4-14

Fix #37900

Added:
  lsb-release/trunk/lsb_release_description.patch
Modified:
  lsb-release/trunk/PKGBUILD

---+
 PKGBUILD  |   12 
 lsb_release_description.patch |   11 +++
 2 files changed, 19 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-26 09:44:41 UTC (rev 101476)
+++ PKGBUILD2013-11-26 10:23:04 UTC (rev 101477)
@@ -5,7 +5,7 @@
 
 pkgname=lsb-release
 pkgver=1.4
-pkgrel=13
+pkgrel=14
 pkgdesc=LSB version query program
 arch=('any')
 url=http://www.linuxbase.org/;
@@ -12,12 +12,16 @@
 license=('GPL2')
 depends=('bash')
 install=lsb-release.install
-source=(http://downloads.sourceforge.net/lsb/$pkgname-$pkgver.tar.gz)
-md5sums=('30537ef5a01e0ca94b7b8eb6a36bb1e4')
+source=(http://downloads.sourceforge.net/lsb/$pkgname-$pkgver.tar.gz
+lsb_release_description.patch)
+md5sums=('30537ef5a01e0ca94b7b8eb6a36bb1e4'
+ '72f562d8eaa8915ab85fba13e68c8d68')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
 
+  patch -Np0  $srcdir/lsb_release_description.patch
+
   make
 }
 
@@ -26,7 +30,7 @@
 
   install -dm755 $pkgdir/etc
   echo LSB_VERSION=$pkgver  $pkgdir/etc/lsb-release
-  echo DISTRIB_ID=arch  $pkgdir/etc/lsb-release
+  echo DISTRIB_ID=Arch  $pkgdir/etc/lsb-release
   echo DISTRIB_RELEASE=rolling  $pkgdir/etc/lsb-release
   echo DISTRIB_DESCRIPTION=\Arch Linux\  $pkgdir/etc/lsb-release
 

Added: lsb_release_description.patch
===
--- lsb_release_description.patch   (rev 0)
+++ lsb_release_description.patch   2013-11-26 10:23:04 UTC (rev 101477)
@@ -0,0 +1,11 @@
+--- lsb_release.orig   2012-11-13 05:12:02.0 -0800
 lsb_release2013-11-24 17:13:55.943608718 -0800
+@@ -216,7 +216,7 @@
+ TMP_DISTRIB_DESC=$DISTRIB_DESCRIPTION
+ fi
+ 
+-if [ -z $TMP_DISTRIB_DESC ]  # head or lsb-release init
++if [ -z $DISTRIB_DESCRIPTION ]  # head or lsb-release init
+ then   # file contains no data
+ DISTRIB_DESCRIPTION=$MSG_NONE
+ NO=y



[arch-commits] Commit in lsb-release/repos/community-any (5 files)

2013-11-26 Thread Sven-Hendrik Haase
Date: Tuesday, November 26, 2013 @ 11:23:21
  Author: svenstaro
Revision: 101478

archrelease: copy trunk to community-any

Added:
  lsb-release/repos/community-any/PKGBUILD
(from rev 101477, lsb-release/trunk/PKGBUILD)
  lsb-release/repos/community-any/lsb-release.install
(from rev 101477, lsb-release/trunk/lsb-release.install)
  lsb-release/repos/community-any/lsb_release_description.patch
(from rev 101477, lsb-release/trunk/lsb_release_description.patch)
Deleted:
  lsb-release/repos/community-any/PKGBUILD
  lsb-release/repos/community-any/lsb-release.install

---+
 PKGBUILD  |   74 +---
 lsb-release.install   |   24 ++--
 lsb_release_description.patch |   11 +
 3 files changed, 62 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-26 10:23:04 UTC (rev 101477)
+++ PKGBUILD2013-11-26 10:23:21 UTC (rev 101478)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Malte Rabenseifner ma...@zearan.de
-# Contributor: John Gerritse reaphsh...@gmail.com
-
-pkgname=lsb-release
-pkgver=1.4
-pkgrel=13
-pkgdesc=LSB version query program
-arch=('any')
-url=http://www.linuxbase.org/;
-license=('GPL2')
-depends=('bash')
-install=lsb-release.install
-source=(http://downloads.sourceforge.net/lsb/$pkgname-$pkgver.tar.gz)
-md5sums=('30537ef5a01e0ca94b7b8eb6a36bb1e4')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  install -dm755 $pkgdir/etc
-  echo LSB_VERSION=$pkgver  $pkgdir/etc/lsb-release
-  echo DISTRIB_ID=arch  $pkgdir/etc/lsb-release
-  echo DISTRIB_RELEASE=rolling  $pkgdir/etc/lsb-release
-  echo DISTRIB_DESCRIPTION=\Arch Linux\  $pkgdir/etc/lsb-release
-
-  install -Dm 644 lsb_release.1.gz 
$pkgdir/usr/share/man/man1/lsb_release.1.gz
-  install -Dm 755 lsb_release $pkgdir/usr/bin/lsb_release
-}

Copied: lsb-release/repos/community-any/PKGBUILD (from rev 101477, 
lsb-release/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-26 10:23:21 UTC (rev 101478)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Malte Rabenseifner ma...@zearan.de
+# Contributor: John Gerritse reaphsh...@gmail.com
+
+pkgname=lsb-release
+pkgver=1.4
+pkgrel=14
+pkgdesc=LSB version query program
+arch=('any')
+url=http://www.linuxbase.org/;
+license=('GPL2')
+depends=('bash')
+install=lsb-release.install
+source=(http://downloads.sourceforge.net/lsb/$pkgname-$pkgver.tar.gz
+lsb_release_description.patch)
+md5sums=('30537ef5a01e0ca94b7b8eb6a36bb1e4'
+ '72f562d8eaa8915ab85fba13e68c8d68')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  patch -Np0  $srcdir/lsb_release_description.patch
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  install -dm755 $pkgdir/etc
+  echo LSB_VERSION=$pkgver  $pkgdir/etc/lsb-release
+  echo DISTRIB_ID=Arch  $pkgdir/etc/lsb-release
+  echo DISTRIB_RELEASE=rolling  $pkgdir/etc/lsb-release
+  echo DISTRIB_DESCRIPTION=\Arch Linux\  $pkgdir/etc/lsb-release
+
+  install -Dm 644 lsb_release.1.gz 
$pkgdir/usr/share/man/man1/lsb_release.1.gz
+  install -Dm 755 lsb_release $pkgdir/usr/bin/lsb_release
+}

Deleted: lsb-release.install
===
--- lsb-release.install 2013-11-26 10:23:04 UTC (rev 101477)
+++ lsb-release.install 2013-11-26 10:23:21 UTC (rev 101478)
@@ -1,12 +0,0 @@
-post_install() {
-  echo Arch Linux release  /etc/arch-release
-}
-
-post_upgrade() {
-  sed -e /Arch Linux release/d -i /etc/arch-release
-  echo Arch Linux release  /etc/arch-release
-}
-
-pre_remove() {
-  sed -e /Arch Linux release/d -i /etc/arch-release
-}

Copied: lsb-release/repos/community-any/lsb-release.install (from rev 101477, 
lsb-release/trunk/lsb-release.install)
===
--- lsb-release.install (rev 0)
+++ lsb-release.install 2013-11-26 10:23:21 UTC (rev 101478)
@@ -0,0 +1,12 @@
+post_install() {
+  echo Arch Linux release  /etc/arch-release
+}
+
+post_upgrade() {
+  sed -e /Arch Linux release/d -i /etc/arch-release
+  echo Arch Linux release  /etc/arch-release
+}
+
+pre_remove() {
+  sed -e /Arch Linux release/d -i /etc/arch-release
+}

Copied: lsb-release/repos/community-any/lsb_release_description.patch (from rev 
101477, lsb-release/trunk/lsb_release_description.patch)
===
--- lsb_release_description.patch   (rev 0)
+++ lsb_release_description.patch   2013-11-26 10:23:21 UTC (rev 101478)
@@ -0,0 +1,11 @@
+--- lsb_release.orig   2012-11-13 05:12:02.0 -0800
 lsb_release2013-11-24 

[arch-commits] Commit in linux/trunk (PKGBUILD config.x86_64)

2013-11-26 Thread Tobias Powalowski
Date: Tuesday, November 26, 2013 @ 11:43:40
  Author: tpowa
Revision: 200328

upgpkg: linux 3.12.1-3

readd  CHECKPOINT_RESTORE

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config.x86_64

---+
 PKGBUILD  |4 ++--
 config.x86_64 |5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-26 02:12:15 UTC (rev 200327)
+++ PKGBUILD2013-11-26 10:43:40 UTC (rev 200328)
@@ -6,7 +6,7 @@
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.12
 pkgver=3.12.1
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
 license=('GPL2')
@@ -24,7 +24,7 @@
 md5sums=('cc6ee608854e0da4b64f6c1ff8b6398c'
  '5a8cb5a659baeeb6df3fe22de8d32df6'
  '798bca5d2f0a1505c9b86a5227a2b339'
- '8fa6cbb28dda5a4b38730c7f728e1845'
+ '8cd452ae4f74f11dc09b25a0270b07f1'
  'eb14dcfd80c00852ef81ded6e826826a'
  '98beb36f9b8cf16e58de2483ea9985e3'
  'd50c1ac47394e9aec637002ef3392bd1'

Modified: config.x86_64
===
--- config.x86_64   2013-11-26 02:12:15 UTC (rev 200327)
+++ config.x86_64   2013-11-26 10:43:40 UTC (rev 200328)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 3.12.0-1 Kernel Configuration
+# Linux/x86 3.12.1-3 Kernel Configuration
 #
 CONFIG_64BIT=y
 CONFIG_X86_64=y
@@ -167,7 +167,7 @@
 CONFIG_RT_GROUP_SCHED=y
 CONFIG_BLK_CGROUP=y
 # CONFIG_DEBUG_BLK_CGROUP is not set
-# CONFIG_CHECKPOINT_RESTORE is not set
+CONFIG_CHECKPOINT_RESTORE=y
 CONFIG_NAMESPACES=y
 CONFIG_UTS_NS=y
 CONFIG_IPC_NS=y
@@ -475,6 +475,7 @@
 # CONFIG_CMA is not set
 CONFIG_ZBUD=y
 CONFIG_ZSWAP=y
+CONFIG_MEM_SOFT_DIRTY=y
 CONFIG_X86_CHECK_BIOS_CORRUPTION=y
 CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=y
 CONFIG_X86_RESERVE_LOW=64



[arch-commits] Commit in linux/repos (32 files)

2013-11-26 Thread Tobias Powalowski
Date: Tuesday, November 26, 2013 @ 11:44:04
  Author: tpowa
Revision: 200329

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

Added:
  linux/repos/testing-i686/3.12-btrfs-relocate-csums.patch
(from rev 200328, linux/trunk/3.12-btrfs-relocate-csums.patch)
  linux/repos/testing-i686/PKGBUILD
(from rev 200328, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 200328, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 200328, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 200328, linux/trunk/config.x86_64)
  linux/repos/testing-i686/criu-no-expert.patch
(from rev 200328, linux/trunk/criu-no-expert.patch)
  linux/repos/testing-i686/linux.install
(from rev 200328, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 200328, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/3.12-btrfs-relocate-csums.patch
(from rev 200328, linux/trunk/3.12-btrfs-relocate-csums.patch)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 200328, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 200328, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 200328, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 200328, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/criu-no-expert.patch
(from rev 200328, linux/trunk/criu-no-expert.patch)
  linux/repos/testing-x86_64/linux.install
(from rev 200328, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 200328, linux/trunk/linux.preset)
Deleted:
  linux/repos/testing-i686/3.12-btrfs-relocate-csums.patch
  linux/repos/testing-i686/PKGBUILD
  linux/repos/testing-i686/change-default-console-loglevel.patch
  linux/repos/testing-i686/config
  linux/repos/testing-i686/config.x86_64
  linux/repos/testing-i686/criu-no-expert.patch
  linux/repos/testing-i686/linux.install
  linux/repos/testing-i686/linux.preset
  linux/repos/testing-x86_64/3.12-btrfs-relocate-csums.patch
  linux/repos/testing-x86_64/PKGBUILD
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
  linux/repos/testing-x86_64/config
  linux/repos/testing-x86_64/config.x86_64
  linux/repos/testing-x86_64/criu-no-expert.patch
  linux/repos/testing-x86_64/linux.install
  linux/repos/testing-x86_64/linux.preset

--+
 /3.12-btrfs-relocate-csums.patch |  126 
 /PKGBUILD|  686 
 /change-default-console-loglevel.patch   |   24 
 /config  |12960 +
 /config.x86_64   |12562 
 /criu-no-expert.patch|   44 
 /linux.install   |   62 
 /linux.preset|   28 
 testing-i686/3.12-btrfs-relocate-csums.patch |   63 
 testing-i686/PKGBUILD|  343 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 6480 
 testing-i686/config.x86_64   | 6280 
 testing-i686/criu-no-expert.patch|   22 
 testing-i686/linux.install   |   31 
 testing-i686/linux.preset|   14 
 testing-x86_64/3.12-btrfs-relocate-csums.patch   |   63 
 testing-x86_64/PKGBUILD  |  343 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 6480 
 testing-x86_64/config.x86_64 | 6280 
 testing-x86_64/criu-no-expert.patch  |   22 
 testing-x86_64/linux.install |   31 
 testing-x86_64/linux.preset  |   14 
 24 files changed, 26492 insertions(+), 26490 deletions(-)

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


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

2013-11-26 Thread Sergej Pupykin
Date: Tuesday, November 26, 2013 @ 12:04:55
  Author: spupykin
Revision: 101479

upgpkg: flightgear 2.12.1-1

upd

Modified:
  flightgear/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-26 10:23:21 UTC (rev 101478)
+++ PKGBUILD2013-11-26 11:04:55 UTC (rev 101479)
@@ -4,7 +4,7 @@
 # Contributor: Hans Janssen h...@janserv.xs4all.nl
 
 pkgname=flightgear
-pkgver=2.12.0
+pkgver=2.12.1
 pkgrel=1
 pkgdesc=An open-source, multi-platform flight simulator
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 
#source=($pkgname-$pkgver.tar.gz::https://gitorious.org/fg/flightgear/archive-tarball/release/$pkgver;)
 
#source=(ftp://ftp.de.flightgear.org/pub/fgfs/Source/flightgear-$pkgver.tar.bz2;)
 
source=(http://mirrors.ibiblio.org/pub/mirrors/flightgear/ftp/Source/flightgear-$pkgver.tar.bz2;)
-md5sums=('23e2de5f311f4cbe94ec3386736ee8a5')
+md5sums=('0e57582b9e83d7d44e82761792a79793')
 
 build() {
   cd $srcdir/flightgear-$pkgver



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

2013-11-26 Thread Sergej Pupykin
Date: Tuesday, November 26, 2013 @ 12:05:15
  Author: spupykin
Revision: 101480

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-26 11:04:55 UTC (rev 101479)
+++ community-i686/PKGBUILD 2013-11-26 11:05:15 UTC (rev 101480)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: William Rea sillywi...@gmail.com
-# Contributor: Hans Janssen h...@janserv.xs4all.nl
-
-pkgname=flightgear
-pkgver=2.12.0
-pkgrel=1
-pkgdesc=An open-source, multi-platform flight simulator
-arch=(i686 x86_64)
-depends=('simgear' 'libxmu' 'libxi' 'zlib' 'openscenegraph' 'subversion' 
'libxrandr' 'glu')
-makedepends=('boost' 'cmake' 'mesa' 'sharutils')
-license=(GPL)
-url=http://www.flightgear.org;
-options=('!makeflags')
-#source=($pkgname-$pkgver.tar.gz::https://gitorious.org/fg/flightgear/archive-tarball/release/$pkgver;)
-#source=(ftp://ftp.de.flightgear.org/pub/fgfs/Source/flightgear-$pkgver.tar.bz2;)
-source=(http://mirrors.ibiblio.org/pub/mirrors/flightgear/ftp/Source/flightgear-$pkgver.tar.bz2;)
-md5sums=('23e2de5f311f4cbe94ec3386736ee8a5')
-
-build() {
-  cd $srcdir/flightgear-$pkgver
-  cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DFG_DATA_DIR:STRING=/usr/share/flightgear/data .
-  uudecode -o package/flightgear.png package/flightgear.png.uue
-  make
-  sed -i 's|Exec=.*|Exec=fgfs --fg-root=/usr/share/flightgear/data|' 
package/flightgear.desktop
-}
-
-package() {
-  depends=(${depends[@]} 'flightgear-data')
-
-  cd $srcdir/flightgear-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -Dm0644 package/flightgear.desktop 
$pkgdir/usr/share/applications/flightgear.desktop
-  install -Dm0644 package/flightgear.ico $pkgdir/usr/share/icons/flightgear.ico
-  install -Dm0644 package/flightgear.png $pkgdir/usr/share/icons/flightgear.png
-  ln -sf flightgear $pkgdir/usr/share/FlightGear
-}

Copied: flightgear/repos/community-i686/PKGBUILD (from rev 101479, 
flightgear/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-26 11:05:15 UTC (rev 101480)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: William Rea sillywi...@gmail.com
+# Contributor: Hans Janssen h...@janserv.xs4all.nl
+
+pkgname=flightgear
+pkgver=2.12.1
+pkgrel=1
+pkgdesc=An open-source, multi-platform flight simulator
+arch=(i686 x86_64)
+depends=('simgear' 'libxmu' 'libxi' 'zlib' 'openscenegraph' 'subversion' 
'libxrandr' 'glu')
+makedepends=('boost' 'cmake' 'mesa' 'sharutils')
+license=(GPL)
+url=http://www.flightgear.org;
+options=('!makeflags')
+#source=($pkgname-$pkgver.tar.gz::https://gitorious.org/fg/flightgear/archive-tarball/release/$pkgver;)
+#source=(ftp://ftp.de.flightgear.org/pub/fgfs/Source/flightgear-$pkgver.tar.bz2;)
+source=(http://mirrors.ibiblio.org/pub/mirrors/flightgear/ftp/Source/flightgear-$pkgver.tar.bz2;)
+md5sums=('0e57582b9e83d7d44e82761792a79793')
+
+build() {
+  cd $srcdir/flightgear-$pkgver
+  cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DFG_DATA_DIR:STRING=/usr/share/flightgear/data .
+  uudecode -o package/flightgear.png package/flightgear.png.uue
+  make
+  sed -i 's|Exec=.*|Exec=fgfs --fg-root=/usr/share/flightgear/data|' 
package/flightgear.desktop
+}
+
+package() {
+  depends=(${depends[@]} 'flightgear-data')
+
+  cd $srcdir/flightgear-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm0644 package/flightgear.desktop 
$pkgdir/usr/share/applications/flightgear.desktop
+  install -Dm0644 package/flightgear.ico $pkgdir/usr/share/icons/flightgear.ico
+  install -Dm0644 package/flightgear.png $pkgdir/usr/share/icons/flightgear.png
+  ln -sf flightgear $pkgdir/usr/share/FlightGear
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-26 11:04:55 UTC (rev 101479)
+++ community-x86_64/PKGBUILD   2013-11-26 11:05:15 UTC (rev 101480)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: William Rea sillywi...@gmail.com
-# Contributor: Hans Janssen h...@janserv.xs4all.nl
-

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

2013-11-26 Thread Sergej Pupykin
Date: Tuesday, November 26, 2013 @ 12:05:22
  Author: spupykin
Revision: 101481

upgpkg: simgear 2.12.1-2

upd

Modified:
  simgear/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-26 11:05:15 UTC (rev 101480)
+++ PKGBUILD2013-11-26 11:05:22 UTC (rev 101481)
@@ -5,7 +5,7 @@
 
 pkgname=simgear
 pkgver=2.12.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A set of open-source libraries designed to be used as building blocks 
for quickly assembling 3d simulations, games, and visualization applications.
 arch=(i686 x86_64)
 depends=('glut' 'freealut' 'plib' 'openscenegraph')
@@ -13,18 +13,11 @@
 license=(GPL)
 #url=http://www.simgear.org;
 url=https://gitorious.org/fg;
-options=('!makeflags')
+options=('!makeflags' 'staticlibs')
 
#source=(SimGear-$pkgver.tar.gz::https://gitorious.org/fg/simgear/archive-tarball/release/$pkgver;)
-source=(http://mirrors.ibiblio.org/pub/mirrors/simgear/ftp/Source/simgear-$pkgver.tar.bz2;
-   osg-3.2.patch)
-md5sums=('8c483e13bce96f1dc27300a087fdb962'
- 'd7f35f02d88c6ef9c58e07b8431811e6')
+source=(http://mirrors.ibiblio.org/pub/mirrors/simgear/ftp/Source/simgear-$pkgver.tar.bz2;)
+md5sums=('8c483e13bce96f1dc27300a087fdb962')
 
-prepare() {
-  cd $srcdir/simgear-$pkgver
-#  patch -p1 $srcdir/osg-3.2.patch
-}
-
 build() {
   cd $srcdir/simgear-$pkgver
   cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib .



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

2013-11-26 Thread Sergej Pupykin
Date: Tuesday, November 26, 2013 @ 12:05:38
  Author: spupykin
Revision: 101482

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

Added:
  simgear/repos/community-i686/PKGBUILD
(from rev 101481, simgear/trunk/PKGBUILD)
  simgear/repos/community-i686/osg-3.2.patch
(from rev 101481, simgear/trunk/osg-3.2.patch)
  simgear/repos/community-x86_64/PKGBUILD
(from rev 101481, simgear/trunk/PKGBUILD)
  simgear/repos/community-x86_64/osg-3.2.patch
(from rev 101481, simgear/trunk/osg-3.2.patch)
Deleted:
  simgear/repos/community-i686/PKGBUILD
  simgear/repos/community-i686/osg-3.2.patch
  simgear/repos/community-x86_64/PKGBUILD
  simgear/repos/community-x86_64/osg-3.2.patch

+
 /PKGBUILD  |   60 +++
 /osg-3.2.patch |   44 
 community-i686/PKGBUILD|   37 
 community-i686/osg-3.2.patch   |   22 --
 community-x86_64/PKGBUILD  |   37 
 community-x86_64/osg-3.2.patch |   22 --
 6 files changed, 104 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-26 11:05:22 UTC (rev 101481)
+++ community-i686/PKGBUILD 2013-11-26 11:05:38 UTC (rev 101482)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: William Rea sillywi...@gmail.com
-# Contributor: Hans Janssen h...@janserv.xs4all.nl
-
-pkgname=simgear
-pkgver=2.12.1
-pkgrel=1
-pkgdesc=A set of open-source libraries designed to be used as building blocks 
for quickly assembling 3d simulations, games, and visualization applications.
-arch=(i686 x86_64)
-depends=('glut' 'freealut' 'plib' 'openscenegraph')
-makedepends=('boost' 'cmake' 'mesa')
-license=(GPL)
-#url=http://www.simgear.org;
-url=https://gitorious.org/fg;
-options=('!makeflags')
-#source=(SimGear-$pkgver.tar.gz::https://gitorious.org/fg/simgear/archive-tarball/release/$pkgver;)
-source=(http://mirrors.ibiblio.org/pub/mirrors/simgear/ftp/Source/simgear-$pkgver.tar.bz2;
-   osg-3.2.patch)
-md5sums=('8c483e13bce96f1dc27300a087fdb962'
- 'd7f35f02d88c6ef9c58e07b8431811e6')
-
-prepare() {
-  cd $srcdir/simgear-$pkgver
-#  patch -p1 $srcdir/osg-3.2.patch
-}
-
-build() {
-  cd $srcdir/simgear-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib .
-  make
-}
-
-package() {
-  cd $srcdir/simgear-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: simgear/repos/community-i686/PKGBUILD (from rev 101481, 
simgear/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-26 11:05:38 UTC (rev 101482)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: William Rea sillywi...@gmail.com
+# Contributor: Hans Janssen h...@janserv.xs4all.nl
+
+pkgname=simgear
+pkgver=2.12.1
+pkgrel=2
+pkgdesc=A set of open-source libraries designed to be used as building blocks 
for quickly assembling 3d simulations, games, and visualization applications.
+arch=(i686 x86_64)
+depends=('glut' 'freealut' 'plib' 'openscenegraph')
+makedepends=('boost' 'cmake' 'mesa')
+license=(GPL)
+#url=http://www.simgear.org;
+url=https://gitorious.org/fg;
+options=('!makeflags' 'staticlibs')
+#source=(SimGear-$pkgver.tar.gz::https://gitorious.org/fg/simgear/archive-tarball/release/$pkgver;)
+source=(http://mirrors.ibiblio.org/pub/mirrors/simgear/ftp/Source/simgear-$pkgver.tar.bz2;)
+md5sums=('8c483e13bce96f1dc27300a087fdb962')
+
+build() {
+  cd $srcdir/simgear-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib .
+  make
+}
+
+package() {
+  cd $srcdir/simgear-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/osg-3.2.patch
===
--- community-i686/osg-3.2.patch2013-11-26 11:05:22 UTC (rev 101481)
+++ community-i686/osg-3.2.patch2013-11-26 11:05:38 UTC (rev 101482)
@@ -1,22 +0,0 @@
-diff -wbBur simgear-2.10.0/simgear/scene/material/EffectGeode.cxx 
simgear-2.10.0.q/simgear/scene/material/EffectGeode.cxx
 simgear-2.10.0/simgear/scene/material/EffectGeode.cxx  2011-06-29 
18:58:56.0 +0400
-+++ simgear-2.10.0.q/simgear/scene/material/EffectGeode.cxx2013-07-25 
16:14:24.268934729 +0400
-@@ -80,15 +80,15 @@
- int n = _effect-getGenerator(Effect::TANGENT);
- tsg-generate(geometry, 0);  // 0 is normal_unit, but I have no idea 
what that is!
- if (n != -1  !geometry-getVertexAttribArray(n))
--geometry-setVertexAttribData(n, 
osg::Geometry::ArrayData(tsg-getTangentArray(), 
osg::Geometry::BIND_PER_VERTEX,GL_FALSE));
-+geometry-setVertexAttribArray(n, tsg-getTangentArray(), 

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

2013-11-26 Thread Sergej Pupykin
Date: Tuesday, November 26, 2013 @ 12:39:49
  Author: spupykin
Revision: 101483

upgpkg: gpsdrive 2.11-20

upd

Modified:
  gpsdrive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-26 11:05:38 UTC (rev 101482)
+++ PKGBUILD2013-11-26 11:39:49 UTC (rev 101483)
@@ -6,7 +6,7 @@
 pkgname=gpsdrive
 pkgver=2.11
 _pkgver=20120928
-pkgrel=19
+pkgrel=20
 pkgdesc=A car (bike, ship, plane) navigation system
 arch=(i686 x86_64)
 url=http://www.gpsdrive.de/;
@@ -57,6 +57,8 @@
 -DWITH_SPEECH=OFF \
 -DWITH_DBUS=OFF \
 -DLIBGPS_OLD=OFF \
+-DFREETYPE2_INCLUDE_DIRS=/usr/include/freetype2 \
+-DFREETYPE2_LIBRARIES=/usr/lib \
 $srcdir/gpsdrive-${_pkgver}
   make
 }



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

2013-11-26 Thread Sergej Pupykin
Date: Tuesday, November 26, 2013 @ 12:40:12
  Author: spupykin
Revision: 101484

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

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

---+
 community-staging-i686/PKGBUILD   |   69 
 community-staging-i686/gpsdrive.install   |4 +
 community-staging-x86_64/PKGBUILD |   69 
 community-staging-x86_64/gpsdrive.install |4 +
 4 files changed, 146 insertions(+)

Copied: gpsdrive/repos/community-staging-i686/PKGBUILD (from rev 101483, 
gpsdrive/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-11-26 11:40:12 UTC (rev 101484)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Maintainer: damir da...@archlinux.org
+
+pkgname=gpsdrive
+pkgver=2.11
+_pkgver=20120928
+pkgrel=20
+pkgdesc=A car (bike, ship, plane) navigation system
+arch=(i686 x86_64)
+url=http://www.gpsdrive.de/;
+license=('GPL2')
+depends=('gtk2' 'gpsd' 'libxml2' 'curl' 'python2' 'boost-libs' 'gdal' 'mapnik' 
'postgresql-libs' 'openstreetmap-map-icons-svn'
+ 'perl-date-manip' 'perl-timedate' 'perl-dbi' 'perl-file-slurp' 
'perl-www-mechanize' 'perl-libwww' 'perl-uri'
+ 'perl-text-query' 'perl-www-curl' 'perl-xml-parser' 'perl-xml-simple' 
'perl-xml-twig' 'perl-xml-writer')
+makedepends=('cmake=2.4.4' 'boost' 'cfitsio')
+install=gpsdrive.install
+#source=(http://www.gpsdrive.de/packages/${pkgname}-${pkgver}.tar.gz;)
+source=(http://arch.p5n.pp.ru/~sergej/dl/2012/${pkgname}-${_pkgver}.tar.gz;)
+md5sums=('bc53792529788b81c291a32d628a4850')
+
+prepare() {
+  cd $srcdir
+  # python2 fix
+  for file in $(find . -name '*.py' -print); do
+sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+  done
+  sed -i 's|GdkGC \*kontext_map;|extern GdkGC *kontext_map;|' 
$srcdir/gpsdrive-${_pkgver}/src/gpsdrive.c
+  sed -i '22,1i#include mapnik/graphics.hpp' 
$srcdir/gpsdrive-${_pkgver}/src/mapnik.cpp
+  sed -i 's|datasource_cache::instance()-|datasource_cache::instance().|' 
$srcdir/gpsdrive-${_pkgver}/src/mapnik.cpp
+}
+
+build() {
+  cd $srcdir
+
+  mkdir -p build
+  cd build
+
+  export CFLAGS=-I/usr/include/gdk-pixbuf-2.0/
+  export CPPFLAGS=-I/usr/include/gdk-pixbuf-2.0/
+  export CXXFLAGS=-I/usr/include/gdk-pixbuf-2.0/
+  export LDFLAGS=`pkg-config --libs gtk+-2.0 gmodule-2.0` -lboost_system 
-lboost_thread
+
+  # see DefineOptions.cmake for a list of common options and defaults
+  # cmake -L for a more in-depth listing
+  cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_SCRIPTS=ON \
+-DWITH_MAPNIK=ON \
+-DWITH_POSTGIS=ON \
+-DWITH_GDAL=ON \
+-DWITH_BASEMAPS=ON \
+-DWITH_FRIENDSD=ON \
+-DWITH_KISMET=ON \
+-DWITH_NAVIGATION=ON \
+-DWITH_SPEECH=OFF \
+-DWITH_DBUS=OFF \
+-DLIBGPS_OLD=OFF \
+-DFREETYPE2_INCLUDE_DIRS=/usr/include/freetype2 \
+-DFREETYPE2_LIBRARIES=/usr/lib \
+$srcdir/gpsdrive-${_pkgver}
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: gpsdrive/repos/community-staging-i686/gpsdrive.install (from rev 
101483, gpsdrive/trunk/gpsdrive.install)
===
--- community-staging-i686/gpsdrive.install (rev 0)
+++ community-staging-i686/gpsdrive.install 2013-11-26 11:40:12 UTC (rev 
101484)
@@ -0,0 +1,4 @@
+post_install() {
+  echo Don't forget to generate geoinfo.db with geoinfo.pl script
+  echo Also you can check http://wiki.archlinux.org/index.php/GpsDrive;
+}

Copied: gpsdrive/repos/community-staging-x86_64/PKGBUILD (from rev 101483, 
gpsdrive/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-11-26 11:40:12 UTC (rev 101484)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Maintainer: damir da...@archlinux.org
+
+pkgname=gpsdrive
+pkgver=2.11
+_pkgver=20120928
+pkgrel=20
+pkgdesc=A car (bike, ship, plane) navigation system
+arch=(i686 x86_64)

[arch-commits] Commit in ogre/trunk (freetype.patch)

2013-11-26 Thread Sven-Hendrik Haase
Date: Tuesday, November 26, 2013 @ 12:58:19
  Author: svenstaro
Revision: 101485

Add patch for ogre freetype detection

Added:
  ogre/trunk/freetype.patch

+
 freetype.patch |   21 +
 1 file changed, 21 insertions(+)

Added: freetype.patch
===
--- freetype.patch  (rev 0)
+++ freetype.patch  2013-11-26 11:58:19 UTC (rev 101485)
@@ -0,0 +1,21 @@
+diff -r 538b33f531b5 CMake/Packages/FindFreetype.cmake
+--- a/CMake/Packages/FindFreetype.cmakeSun Nov 24 00:46:46 2013 -0600
 b/CMake/Packages/FindFreetype.cmakeTue Nov 26 12:56:17 2013 +0100
+@@ -31,7 +31,7 @@
+   FREETYPE_INCLUDE_DIR
+ )
+ 
+-set(FREETYPE_LIBRARY_NAMES freetype2501 freetype250 freetype2412 freetype2411 
freetype2410 freetype249 freetype248 freetype246 freetype2311 freetype239 
freetype238 freetype235 freetype219 freetype)
++set(FREETYPE_LIBRARY_NAMES freetype251 freetype2501 freetype250 freetype2412 
freetype2411 freetype2410 freetype249 freetype248 freetype246 freetype2311 
freetype239 freetype238 freetype235 freetype219 freetype)
+ get_debug_names(FREETYPE_LIBRARY_NAMES)
+ 
+ use_pkgconfig(FREETYPE_PKGC freetype2)
+@@ -43,7 +43,7 @@
+ findpkg_framework(FREETYPE)
+ message(STATUS CMAKE_PREFIX_PATH: ${CMAKE_PREFIX_PATH})
+ 
+-find_path(FREETYPE_INCLUDE_DIR NAMES freetype/freetype.h HINTS 
${FREETYPE_INC_SEARCH_PATH} ${FREETYPE_PKGC_INCLUDE_DIRS} PATH_SUFFIXES 
freetype2)
++find_path(FREETYPE_INCLUDE_DIR NAMES freetype.h freetype/freetype.h HINTS 
${FREETYPE_INC_SEARCH_PATH} ${FREETYPE_PKGC_INCLUDE_DIRS} PATH_SUFFIXES 
freetype2)
+ find_path(FREETYPE_FT2BUILD_INCLUDE_DIR NAMES ft2build.h HINTS 
${FREETYPE_INC_SEARCH_PATH} ${FREETYPE_PKGC_INCLUDE_DIRS})
+ 
+ find_library(FREETYPE_LIBRARY_REL NAMES ${FREETYPE_LIBRARY_NAMES} HINTS 
${FREETYPE_LIB_SEARCH_PATH} ${FREETYPE_PKGC_LIBRARY_DIRS} PATH_SUFFIXES  
Release RelWithDebInfo MinSizeRel)



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

2013-11-26 Thread Sven-Hendrik Haase
Date: Tuesday, November 26, 2013 @ 14:01:03
  Author: svenstaro
Revision: 101486

upgpkg: ogre 1.9.0-1

Updating to 1.9.0

Modified:
  ogre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-26 11:58:19 UTC (rev 101485)
+++ PKGBUILD2013-11-26 13:01:03 UTC (rev 101486)
@@ -2,22 +2,26 @@
 # Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 pkgbase=ogre
 pkgname=('ogre' 'ogre-docs')
-pkgver=1.8.1
-pkgrel=5
+pkgver=1.9.0
+pkgrel=1
 pkgdesc='Scene-oriented, flexible 3D engine written in C++'
 arch=('i686' 'x86_64')
 url='http://www.ogre3d.org'
 license=('custom:MIT')
 depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr' 
- 'nvidia-cg-toolkit' 'zziplib' 'ois' 'glu')
-makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa')
+ 'nvidia-cg-toolkit' 'zziplib' 'ois' 'glu' 'gcc-go' 'tinyxml')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial')
 install=ogre.install
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}_src_v${pkgver//./-}.tar.bz2;)
-md5sums=('b85e3dcf370a46b3a8624d4fdd722d39')
+source=(hg+ssh://h...@bitbucket.org/sinbad/ogre#tag=v${pkgver//./-}
+freetype.patch)
+md5sums=('SKIP'
+ '73af39f59c302b76bee600fc5127af9a')
 
 build() {
-  cd ${srcdir}/${pkgname}_src_v${pkgver//./-}
+  cd ogre
 
+  patch -Np1  $srcdir/freetype.patch
+
   # get a clean build dir
   [[ -d build ]]  rm -rf build
   mkdir build  cd build
@@ -25,10 +29,8 @@
   # generate CMake Makefile
   cmake .. \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DOGRE_INSTALL_PLUGINS_HEADERS=TRUE \
 -DOGRE_INSTALL_SAMPLES=TRUE \
 -DOGRE_INSTALL_DOCS=TRUE \
--DOGRE_INSTALL_MEDIA=TRUE \
 -DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
 -DCMAKE_BUILD_TYPE=Release # set =Debug for debugging version
 
@@ -36,19 +38,17 @@
   make
 
   # generate docs
-  if [[ $(which dot)  $(which doxygen) ]]; then
-make doc
-  fi
+  make OgreDoc
 }
 
 package_ogre() {
   optdepends=('cppunit: unit testing'
- 'intel-tbb: better threading support'
- 'poco: portability'
- 'boost: for developing using ogre'
- 'ogre-docs: documentation')
+  'intel-tbb: better threading support'
+  'poco: portability'
+  'boost: for developing using ogre'
+  'ogre-docs: documentation')
 
-  cd ${srcdir}/${pkgname}_src_v${pkgver//./-}/build
+  cd ogre/build
 
   # install the bugger
   make DESTDIR=${pkgdir} install
@@ -74,7 +74,7 @@
   pkgdesc=Documentation for ogre
   depends=()
 
-  cd ${srcdir}/${pkgbase}_src_v${pkgver//./-}/build
+  cd ogre/build
 
   # move docs into this package
   install -dm755 ${pkgdir}/usr/share/doc



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

2013-11-26 Thread Sven-Hendrik Haase
Date: Tuesday, November 26, 2013 @ 14:01:15
  Author: svenstaro
Revision: 101487

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

Added:
  ogre/repos/community-i686/PKGBUILD
(from rev 101486, ogre/trunk/PKGBUILD)
  ogre/repos/community-i686/freetype.patch
(from rev 101486, ogre/trunk/freetype.patch)
  ogre/repos/community-i686/ogre.install
(from rev 101486, ogre/trunk/ogre.install)
  ogre/repos/community-x86_64/PKGBUILD
(from rev 101486, ogre/trunk/PKGBUILD)
  ogre/repos/community-x86_64/freetype.patch
(from rev 101486, ogre/trunk/freetype.patch)
  ogre/repos/community-x86_64/ogre.install
(from rev 101486, ogre/trunk/ogre.install)
Deleted:
  ogre/repos/community-i686/PKGBUILD
  ogre/repos/community-i686/ogre.install
  ogre/repos/community-x86_64/PKGBUILD
  ogre/repos/community-x86_64/ogre.install

-+
 /PKGBUILD   |  178 ++
 /ogre.install   |8 +
 community-i686/PKGBUILD |   89 ---
 community-i686/freetype.patch   |   21 
 community-i686/ogre.install |4 
 community-x86_64/PKGBUILD   |   89 ---
 community-x86_64/freetype.patch |   21 
 community-x86_64/ogre.install   |4 
 8 files changed, 228 insertions(+), 186 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-26 13:01:03 UTC (rev 101486)
+++ community-i686/PKGBUILD 2013-11-26 13:01:15 UTC (rev 101487)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-pkgbase=ogre
-pkgname=('ogre' 'ogre-docs')
-pkgver=1.8.1
-pkgrel=5
-pkgdesc='Scene-oriented, flexible 3D engine written in C++'
-arch=('i686' 'x86_64')
-url='http://www.ogre3d.org'
-license=('custom:MIT')
-depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr' 
- 'nvidia-cg-toolkit' 'zziplib' 'ois' 'glu')
-makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa')
-install=ogre.install
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}_src_v${pkgver//./-}.tar.bz2;)
-md5sums=('b85e3dcf370a46b3a8624d4fdd722d39')
-
-build() {
-  cd ${srcdir}/${pkgname}_src_v${pkgver//./-}
-
-  # get a clean build dir
-  [[ -d build ]]  rm -rf build
-  mkdir build  cd build
-
-  # generate CMake Makefile
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DOGRE_INSTALL_PLUGINS_HEADERS=TRUE \
--DOGRE_INSTALL_SAMPLES=TRUE \
--DOGRE_INSTALL_DOCS=TRUE \
--DOGRE_INSTALL_MEDIA=TRUE \
--DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
--DCMAKE_BUILD_TYPE=Release # set =Debug for debugging version
-
-  # compile
-  make
-
-  # generate docs
-  if [[ $(which dot)  $(which doxygen) ]]; then
-make doc
-  fi
-}
-
-package_ogre() {
-  optdepends=('cppunit: unit testing'
- 'intel-tbb: better threading support'
- 'poco: portability'
- 'boost: for developing using ogre'
- 'ogre-docs: documentation')
-
-  cd ${srcdir}/${pkgname}_src_v${pkgver//./-}/build
-
-  # install the bugger
-  make DESTDIR=${pkgdir} install
-
-  # fix up samples
-  install -dm775 -o root -g users ${pkgdir}/opt/OGRE/samples/
-  mv ${pkgdir}/usr/share/OGRE/*.cfg ${pkgdir}/opt/OGRE/samples/
-  mv ${pkgdir}/usr/bin/SampleBrowser ${pkgdir}/opt/OGRE/samples/
-
-  # make sample launcher
-  echo #!/bin/bash  ${pkgdir}/usr/bin/OgreSampleBrowser
-  echo cd /opt/OGRE/samples  ./SampleBrowser  
${pkgdir}/usr/bin/OgreSampleBrowser
-  chmod +x ${pkgdir}/usr/bin/OgreSampleBrowser
-  
-  # install license
-  install -Dm644 ../Docs/License.html 
${pkgdir}/usr/share/licenses/${pkgname}/license.html
-
-  # move docs out of this package
-  mv ${pkgdir}/usr/share/OGRE/docs ${srcdir}/docs
-}
-
-package_ogre-docs() {
-  pkgdesc=Documentation for ogre
-  depends=()
-
-  cd ${srcdir}/${pkgbase}_src_v${pkgver//./-}/build
-
-  # move docs into this package
-  install -dm755 ${pkgdir}/usr/share/doc
-  mv ${srcdir}/docs ${pkgdir}/usr/share/doc/OGRE/
-
-  # symlink for docs
-  install -dm755 ${pkgdir}/usr/share/OGRE/
-  cd ${pkgdir}/usr/share
-  ln -s doc/OGRE/ OGRE/docs
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ogre/repos/community-i686/PKGBUILD (from rev 101486, 
ogre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-26 13:01:15 UTC (rev 101487)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgbase=ogre
+pkgname=('ogre' 'ogre-docs')
+pkgver=1.9.0
+pkgrel=1
+pkgdesc='Scene-oriented, flexible 3D engine written in C++'
+arch=('i686' 'x86_64')
+url='http://www.ogre3d.org'
+license=('custom:MIT')
+depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr' 
+ 'nvidia-cg-toolkit' 'zziplib' 'ois' 'glu' 'gcc-go' 'tinyxml')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 

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

2013-11-26 Thread Sven-Hendrik Haase
Date: Tuesday, November 26, 2013 @ 14:19:19
  Author: svenstaro
Revision: 101489

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

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

---+
 /PKGBUILD |  106 
 /supertuxkart.install |   24 +++
 community-i686/PKGBUILD   |   53 
 community-i686/supertuxkart.install   |   12 ---
 community-x86_64/PKGBUILD |   53 
 community-x86_64/supertuxkart.install |   12 ---
 6 files changed, 130 insertions(+), 130 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-26 13:19:11 UTC (rev 101488)
+++ community-i686/PKGBUILD 2013-11-26 13:19:19 UTC (rev 101489)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Daenyth Daenyth+Arch [AT] gmail [DOT] com
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: rabyte rabyte__gmail
-
-pkgname=supertuxkart
-pkgver=0.8
-pkgrel=4
-pkgdesc='Kart racing game featuring Tux and his friends'
-arch=('i686' 'x86_64')
-url='http://supertuxkart.sourceforge.net/'
-license=('GPL2')
-depends=('openal' 'libvorbis' 'libgl' 'fribidi' 'curl')
-makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-src.tar.bz2;)
-install=supertuxkart.install
-md5sums=('0b939ce601374758938119e0b0dd1fec')
-
-build() {
-  cd ${srcdir}/SuperTuxKart-${pkgver}
-
-  _fn=data/${pkgname}_desktop.template
-  setconf $_fn Exec $pkgname --log=file
-  setconf $_fn TryExec $pkgname
-  setconf $_fn Icon $pkgname_64
-
-  cd lib/irrlicht/source/Irrlicht
-  NDEBUG=1 make
-
-  cd ${srcdir}/SuperTuxKart-${pkgver}
-  #sed -i s|share/games|share|g CMakeLists.txt
-
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-
-  cmake \
--DIRRLICHT_DIR=$srcdir/irrlicht \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_CXX_FLAGS=-lpthread -lm -ldl \
-..
-
-  make
-}
-
-package() {
-  cd ${srcdir}/SuperTuxKart-${pkgver}
-
-  cd build
-  make DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: supertuxkart/repos/community-i686/PKGBUILD (from rev 101488, 
supertuxkart/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-26 13:19:19 UTC (rev 101489)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Daenyth Daenyth+Arch [AT] gmail [DOT] com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: rabyte rabyte__gmail
+
+pkgname=supertuxkart
+pkgver=0.8.1
+pkgrel=1
+pkgdesc='Kart racing game featuring Tux and his friends'
+arch=('i686' 'x86_64')
+url='http://supertuxkart.sourceforge.net/'
+license=('GPL2')
+depends=('openal' 'libvorbis' 'libgl' 'fribidi' 'curl')
+makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf' 'bluez-libs')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-src.tar.bz2;)
+install=supertuxkart.install
+md5sums=('aa31ecf883dc35859eec76c667f1a6d6')
+
+build() {
+  cd ${srcdir}/SuperTuxKart-${pkgver}
+
+  _fn=data/${pkgname}_desktop.template
+  setconf $_fn Exec $pkgname --log=file
+  setconf $_fn TryExec $pkgname
+  setconf $_fn Icon $pkgname_64
+
+  cd lib/irrlicht/source/Irrlicht
+  NDEBUG=1 make
+
+  cd ${srcdir}/SuperTuxKart-${pkgver}
+  #sed -i s|share/games|share|g CMakeLists.txt
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake \
+-DIRRLICHT_DIR=$srcdir/irrlicht \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_CXX_FLAGS=-lpthread -lm -ldl \
+..
+
+  make
+}
+
+package() {
+  cd ${srcdir}/SuperTuxKart-${pkgver}
+
+  cd build
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/supertuxkart.install
===
--- community-i686/supertuxkart.install 2013-11-26 13:19:11 UTC (rev 101488)
+++ community-i686/supertuxkart.install 2013-11-26 13:19:19 UTC (rev 101489)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-  post_install 

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

2013-11-26 Thread Sven-Hendrik Haase
Date: Tuesday, November 26, 2013 @ 14:19:11
  Author: svenstaro
Revision: 101488

upgpkg: supertuxkart 0.8.1-1

Updating to 0.8.1

Modified:
  supertuxkart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-26 13:01:15 UTC (rev 101487)
+++ PKGBUILD2013-11-26 13:19:11 UTC (rev 101488)
@@ -5,17 +5,17 @@
 # Contributor: rabyte rabyte__gmail
 
 pkgname=supertuxkart
-pkgver=0.8
-pkgrel=4
+pkgver=0.8.1
+pkgrel=1
 pkgdesc='Kart racing game featuring Tux and his friends'
 arch=('i686' 'x86_64')
 url='http://supertuxkart.sourceforge.net/'
 license=('GPL2')
 depends=('openal' 'libvorbis' 'libgl' 'fribidi' 'curl')
-makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf')
+makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf' 'bluez-libs')
 
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-src.tar.bz2;)
 install=supertuxkart.install
-md5sums=('0b939ce601374758938119e0b0dd1fec')
+md5sums=('aa31ecf883dc35859eec76c667f1a6d6')
 
 build() {
   cd ${srcdir}/SuperTuxKart-${pkgver}



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

2013-11-26 Thread Sven-Hendrik Haase
Date: Tuesday, November 26, 2013 @ 14:25:32
  Author: svenstaro
Revision: 101490

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

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

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

Copied: gource/repos/community-staging-i686/PKGBUILD (from rev 101489, 
gource/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-11-26 13:25:32 UTC (rev 101490)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Jose Valecillos valecillosjg (at) gmail (dot) com
+# Contributor: Olivier Ramonat olivier at ramonat dot fr
+pkgname=gource
+pkgver=0.40
+pkgrel=3
+pkgdesc=software version control visualization
+license=(GPL3)
+arch=(i686 x86_64)
+url=http://code.google.com/p/gource/
+depends=('ftgl' 'sdl' 'sdl_image' 'pcre' 'glew' 'boost-libs')
+makedepends=('boost' 'glm' 'mesa')
+source=(http://gource.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+md5sums=('89c608a7aa3c901661eb1f2db6117492')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+
+  sed -i s/filesystem3/filesystem/g src/logmill.cpp
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+
+   make DESTDIR=$pkgdir install
+}
+# vim: ts=2:sw=2 et:

Copied: gource/repos/community-staging-x86_64/PKGBUILD (from rev 101489, 
gource/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-11-26 13:25:32 UTC (rev 101490)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Jose Valecillos valecillosjg (at) gmail (dot) com
+# Contributor: Olivier Ramonat olivier at ramonat dot fr
+pkgname=gource
+pkgver=0.40
+pkgrel=3
+pkgdesc=software version control visualization
+license=(GPL3)
+arch=(i686 x86_64)
+url=http://code.google.com/p/gource/
+depends=('ftgl' 'sdl' 'sdl_image' 'pcre' 'glew' 'boost-libs')
+makedepends=('boost' 'glm' 'mesa')
+source=(http://gource.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+md5sums=('89c608a7aa3c901661eb1f2db6117492')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+
+  sed -i s/filesystem3/filesystem/g src/logmill.cpp
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+
+   make DESTDIR=$pkgdir install
+}
+# vim: ts=2:sw=2 et:



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

2013-11-26 Thread Sven-Hendrik Haase
Date: Tuesday, November 26, 2013 @ 14:40:22
  Author: svenstaro
Revision: 101491

upgpkg: mygui 3.2.0-7

Ogre 1.9 rebuild

Modified:
  mygui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-26 13:25:32 UTC (rev 101490)
+++ PKGBUILD2013-11-26 13:40:22 UTC (rev 101491)
@@ -4,7 +4,7 @@
 pkgbase=mygui
 pkgname=('mygui' 'mygui-docs')
 pkgver=3.2.0
-pkgrel=6
+pkgrel=7
 pkgdesc=A multilayer and overlappable GUI System for OGRE
 arch=('i686' 'x86_64')
 url=http://mygui.info/;



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

2013-11-26 Thread Sven-Hendrik Haase
Date: Tuesday, November 26, 2013 @ 14:40:36
  Author: svenstaro
Revision: 101492

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

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

+
 /PKGBUILD  |  158 +++
 /mygui.install |6 +
 community-i686/PKGBUILD|   79 ---
 community-i686/mygui.install   |3 
 community-x86_64/PKGBUILD  |   79 ---
 community-x86_64/mygui.install |3 
 6 files changed, 164 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-26 13:40:22 UTC (rev 101491)
+++ community-i686/PKGBUILD 2013-11-26 13:40:36 UTC (rev 101492)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Andrew Belitsky belitsk...@gmail.com
-pkgbase=mygui
-pkgname=('mygui' 'mygui-docs')
-pkgver=3.2.0
-pkgrel=6
-pkgdesc=A multilayer and overlappable GUI System for OGRE
-arch=('i686' 'x86_64')
-url=http://mygui.info/;
-license=('LGPL')
-depends=('boost-libs' 'ogre' 'ois')
-makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu')
-install=mygui.install
-source=(http://downloads.sourceforge.net/my-gui/MyGUI_$pkgver.zip;)
-md5sums=('7c20486a0db82f497d8b7c5300613b61')
-
-build() {
-  cd $srcdir/MyGUI_$pkgver
-
-  # change CMake config so demos install to /opt
-  sed -i 's:bin:../opt/MYGUI:' CMake/Utils/MyGUIConfigTargets.cmake
-  sed -i -e 's:../share:/usr/share:' \
- -e 's:bin:../opt/MYGUI:' \
- CMake/InstallResources.cmake
-  sed -i '71 i set(MYGUI_GCC_VISIBILITY_FLAGS )' CMakeLists.txt
-  sed -i 's/\${OIS_LIBRARIES}/${OIS_LIBRARIES} boost_system/g' 
Common/CMakeLists.txt
-
-  # get a clean build dir
-  [[ -d build ]]  rm -rf build
-  mkdir build  cd build
-
-  # generate CMake Makefile
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DMYGUI_INSTALL_SAMPLES=TRUE \
--DMYGUI_INSTALL_TOOLS=TRUE \
--DMYGUI_INSTALL_DOCS=TRUE \
--DMYGUI_INSTALL_MEDIA=TRUE \
--DCMAKE_BUILD_TYPE=Release # set=Debug for debugging version
-
-  # compile
-  make
-
-  # generate docs
-  if [[ $(which dot)  $(which doxygen) ]]; then
-make api-docs 2/dev/null
-  fi
-}
-
-package_mygui() {
-  optdepends=('mygui-docs: documentation')
-
-  cd $srcdir/MyGUI_$pkgver
-  
-  cd build
-
-  # install the whole bunch
-  make DESTDIR=$pkgdir install
-
-  # make demos work
-  chown root:users $pkgdir/opt/MYGUI
-  chmod 775 $pkgdir/opt/MYGUI
-}
-
-package_mygui-docs() {
-  pkgdesc=Documentation for mygui
-  depends=()
-
-  cd $srcdir/MyGUI_$pkgver
-  
-  cd build
-
-  # install docs
-  install -d $pkgdir/usr/share/doc/
-  cp -r Docs/html $pkgdir/usr/share/doc/MYGUI
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mygui/repos/community-i686/PKGBUILD (from rev 101491, 
mygui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-26 13:40:36 UTC (rev 101492)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Andrew Belitsky belitsk...@gmail.com
+pkgbase=mygui
+pkgname=('mygui' 'mygui-docs')
+pkgver=3.2.0
+pkgrel=7
+pkgdesc=A multilayer and overlappable GUI System for OGRE
+arch=('i686' 'x86_64')
+url=http://mygui.info/;
+license=('LGPL')
+depends=('boost-libs' 'ogre' 'ois')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu')
+install=mygui.install
+source=(http://downloads.sourceforge.net/my-gui/MyGUI_$pkgver.zip;)
+md5sums=('7c20486a0db82f497d8b7c5300613b61')
+
+build() {
+  cd $srcdir/MyGUI_$pkgver
+
+  # change CMake config so demos install to /opt
+  sed -i 's:bin:../opt/MYGUI:' CMake/Utils/MyGUIConfigTargets.cmake
+  sed -i -e 's:../share:/usr/share:' \
+ -e 's:bin:../opt/MYGUI:' \
+ CMake/InstallResources.cmake
+  sed -i '71 i set(MYGUI_GCC_VISIBILITY_FLAGS )' CMakeLists.txt
+  sed -i 's/\${OIS_LIBRARIES}/${OIS_LIBRARIES} boost_system/g' 
Common/CMakeLists.txt
+
+  # get a clean build dir
+  [[ -d build ]]  rm -rf build
+  mkdir build  cd build
+
+  # generate CMake Makefile
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DMYGUI_INSTALL_SAMPLES=TRUE \
+-DMYGUI_INSTALL_TOOLS=TRUE \
+-DMYGUI_INSTALL_DOCS=TRUE \
+-DMYGUI_INSTALL_MEDIA=TRUE \
+-DCMAKE_BUILD_TYPE=Release # set=Debug for debugging 

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

2013-11-26 Thread Sven-Hendrik Haase
Date: Tuesday, November 26, 2013 @ 14:46:30
  Author: svenstaro
Revision: 101493

upgpkg: gource 0.40-4

Boost 1.55.0 rebuild

Modified:
  gource/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-26 13:40:36 UTC (rev 101492)
+++ PKGBUILD2013-11-26 13:46:30 UTC (rev 101493)
@@ -4,7 +4,7 @@
 # Contributor: Olivier Ramonat olivier at ramonat dot fr
 pkgname=gource
 pkgver=0.40
-pkgrel=3
+pkgrel=4
 pkgdesc=software version control visualization
 license=(GPL3)
 arch=(i686 x86_64)



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

2013-11-26 Thread Sven-Hendrik Haase
Date: Tuesday, November 26, 2013 @ 14:46:45
  Author: svenstaro
Revision: 101494

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

Added:
  gource/repos/community-staging-i686/PKGBUILD
(from rev 101493, gource/trunk/PKGBUILD)
  gource/repos/community-staging-x86_64/PKGBUILD
(from rev 101493, gource/trunk/PKGBUILD)
Deleted:
  gource/repos/community-staging-i686/PKGBUILD
  gource/repos/community-staging-x86_64/PKGBUILD

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

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2013-11-26 13:46:30 UTC (rev 101493)
+++ community-staging-i686/PKGBUILD 2013-11-26 13:46:45 UTC (rev 101494)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jose Valecillos valecillosjg (at) gmail (dot) com
-# Contributor: Olivier Ramonat olivier at ramonat dot fr
-pkgname=gource
-pkgver=0.40
-pkgrel=3
-pkgdesc=software version control visualization
-license=(GPL3)
-arch=(i686 x86_64)
-url=http://code.google.com/p/gource/
-depends=('ftgl' 'sdl' 'sdl_image' 'pcre' 'glew' 'boost-libs')
-makedepends=('boost' 'glm' 'mesa')
-source=(http://gource.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-md5sums=('89c608a7aa3c901661eb1f2db6117492')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-  sed -i s/filesystem3/filesystem/g src/logmill.cpp
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-
-   make DESTDIR=$pkgdir install
-}
-# vim: ts=2:sw=2 et:

Copied: gource/repos/community-staging-i686/PKGBUILD (from rev 101493, 
gource/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-11-26 13:46:45 UTC (rev 101494)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Jose Valecillos valecillosjg (at) gmail (dot) com
+# Contributor: Olivier Ramonat olivier at ramonat dot fr
+pkgname=gource
+pkgver=0.40
+pkgrel=4
+pkgdesc=software version control visualization
+license=(GPL3)
+arch=(i686 x86_64)
+url=http://code.google.com/p/gource/
+depends=('ftgl' 'sdl' 'sdl_image' 'pcre' 'glew' 'boost-libs')
+makedepends=('boost' 'glm' 'mesa')
+source=(http://gource.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+md5sums=('89c608a7aa3c901661eb1f2db6117492')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+
+  sed -i s/filesystem3/filesystem/g src/logmill.cpp
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+
+   make DESTDIR=$pkgdir install
+}
+# vim: ts=2:sw=2 et:

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2013-11-26 13:46:30 UTC (rev 101493)
+++ community-staging-x86_64/PKGBUILD   2013-11-26 13:46:45 UTC (rev 101494)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jose Valecillos valecillosjg (at) gmail (dot) com
-# Contributor: Olivier Ramonat olivier at ramonat dot fr
-pkgname=gource
-pkgver=0.40
-pkgrel=3
-pkgdesc=software version control visualization
-license=(GPL3)
-arch=(i686 x86_64)
-url=http://code.google.com/p/gource/
-depends=('ftgl' 'sdl' 'sdl_image' 'pcre' 'glew' 'boost-libs')
-makedepends=('boost' 'glm' 'mesa')
-source=(http://gource.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-md5sums=('89c608a7aa3c901661eb1f2db6117492')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-  sed -i s/filesystem3/filesystem/g src/logmill.cpp
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-
-   make DESTDIR=$pkgdir install
-}
-# vim: ts=2:sw=2 et:

Copied: gource/repos/community-staging-x86_64/PKGBUILD (from rev 101493, 
gource/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-11-26 13:46:45 UTC (rev 101494)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Jose Valecillos valecillosjg (at) gmail (dot) com
+# Contributor: Olivier Ramonat olivier at ramonat dot fr
+pkgname=gource
+pkgver=0.40
+pkgrel=4
+pkgdesc=software version control visualization
+license=(GPL3)
+arch=(i686 x86_64)
+url=http://code.google.com/p/gource/
+depends=('ftgl' 'sdl' 'sdl_image' 'pcre' 'glew' 'boost-libs')
+makedepends=('boost' 'glm' 'mesa')
+source=(http://gource.googlecode.com/files/$pkgname-$pkgver.tar.gz)

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

2013-11-26 Thread Bartłomiej Piotrowski
Date: Tuesday, November 26, 2013 @ 14:47:44
  Author: bpiotrowski
Revision: 101495

upgpkg: cclive 0.9.3-1

- new upstream release

Modified:
  cclive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-26 13:46:45 UTC (rev 101494)
+++ PKGBUILD2013-11-26 13:47:44 UTC (rev 101495)
@@ -4,8 +4,8 @@
 # Contributor: nathan owe ndowens04 at gmail dot com
 
 pkgname=cclive
-pkgver=0.9.2
-pkgrel=2
+pkgver=0.9.3
+pkgrel=1
 pkgdesc='Commandline downloader for popular video websites.'
 arch=('i686' 'x86_64')
 url='http://cclive.sourceforge.net/'
@@ -13,7 +13,7 @@
 depends=('boost-libs' 'pcre' 'curl' 'libquvi' 'glibmm')
 makedepends=('boost')
 
source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('b21f2ed68242901dc0439132a4ea6629')
+md5sums=('c336f97e29327d92ead62765a0ef0b65')
 
 build() {
   cd $pkgname-$pkgver



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

2013-11-26 Thread Bartłomiej Piotrowski
Date: Tuesday, November 26, 2013 @ 14:47:50
  Author: bpiotrowski
Revision: 101496

archrelease: copy trunk to extra-i686

Added:
  cclive/repos/extra-i686/
  cclive/repos/extra-i686/PKGBUILD
(from rev 101495, cclive/trunk/PKGBUILD)

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

Copied: cclive/repos/extra-i686/PKGBUILD (from rev 101495, 
cclive/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-26 13:47:50 UTC (rev 101496)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: joyfulg...@archlinux.us
+# Contributor: nathan owe ndowens04 at gmail dot com
+
+pkgname=cclive
+pkgver=0.9.3
+pkgrel=1
+pkgdesc='Commandline downloader for popular video websites.'
+arch=('i686' 'x86_64')
+url='http://cclive.sourceforge.net/'
+license=('AGPL3')
+depends=('boost-libs' 'pcre' 'curl' 'libquvi' 'glibmm')
+makedepends=('boost')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('c336f97e29327d92ead62765a0ef0b65')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr boost_cv_rpath_link_ldflag=-L/usr/lib
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-11-26 Thread Bartłomiej Piotrowski
Date: Tuesday, November 26, 2013 @ 14:50:04
  Author: bpiotrowski
Revision: 101497

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-26 13:47:50 UTC (rev 101496)
+++ extra-i686/PKGBUILD 2013-11-26 13:50:04 UTC (rev 101497)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: joyfulg...@archlinux.us
-# Contributor: nathan owe ndowens04 at gmail dot com
-
-pkgname=cclive
-pkgver=0.9.3
-pkgrel=1
-pkgdesc='Commandline downloader for popular video websites.'
-arch=('i686' 'x86_64')
-url='http://cclive.sourceforge.net/'
-license=('AGPL3')
-depends=('boost-libs' 'pcre' 'curl' 'libquvi' 'glibmm')
-makedepends=('boost')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('c336f97e29327d92ead62765a0ef0b65')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr boost_cv_rpath_link_ldflag=-L/usr/lib
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: cclive/repos/extra-i686/PKGBUILD (from rev 101496, 
cclive/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-26 13:50:04 UTC (rev 101497)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: joyfulg...@archlinux.us
+# Contributor: nathan owe ndowens04 at gmail dot com
+
+pkgname=cclive
+pkgver=0.9.3
+pkgrel=1
+pkgdesc='Commandline downloader for popular video websites.'
+arch=('i686' 'x86_64')
+url='http://cclive.sourceforge.net/'
+license=('AGPL3')
+depends=('boost-libs' 'pcre' 'curl' 'libquvi' 'glibmm')
+makedepends=('boost')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('c336f97e29327d92ead62765a0ef0b65')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr boost_cv_rpath_link_ldflag=-L/usr/lib
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: cclive/repos/extra-x86_64/PKGBUILD (from rev 101496, 
cclive/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-11-26 13:50:04 UTC (rev 101497)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: joyfulg...@archlinux.us
+# Contributor: nathan owe ndowens04 at gmail dot com
+
+pkgname=cclive
+pkgver=0.9.3
+pkgrel=1
+pkgdesc='Commandline downloader for popular video websites.'
+arch=('i686' 'x86_64')
+url='http://cclive.sourceforge.net/'
+license=('AGPL3')
+depends=('boost-libs' 'pcre' 'curl' 'libquvi' 'glibmm')
+makedepends=('boost')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('c336f97e29327d92ead62765a0ef0b65')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr boost_cv_rpath_link_ldflag=-L/usr/lib
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-11-26 Thread Bartłomiej Piotrowski
Date: Tuesday, November 26, 2013 @ 14:57:24
  Author: bpiotrowski
Revision: 101498

Cleanup after running extrapkg.

Deleted:
  cclive/repos/extra-i686/
  cclive/repos/extra-x86_64/



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

2013-11-26 Thread Bartłomiej Piotrowski
Date: Tuesday, November 26, 2013 @ 14:58:08
  Author: bpiotrowski
Revision: 101499

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-26 13:57:24 UTC (rev 101498)
+++ community-i686/PKGBUILD 2013-11-26 13:58:08 UTC (rev 101499)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: joyfulg...@archlinux.us
-# Contributor: nathan owe ndowens04 at gmail dot com
-
-pkgname=cclive
-pkgver=0.9.2
-pkgrel=2
-pkgdesc='Commandline downloader for popular video websites.'
-arch=('i686' 'x86_64')
-url='http://cclive.sourceforge.net/'
-license=('AGPL3')
-depends=('boost-libs' 'pcre' 'curl' 'libquvi' 'glibmm')
-makedepends=('boost')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('b21f2ed68242901dc0439132a4ea6629')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr boost_cv_rpath_link_ldflag=-L/usr/lib
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: cclive/repos/community-i686/PKGBUILD (from rev 101498, 
cclive/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-26 13:58:08 UTC (rev 101499)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: joyfulg...@archlinux.us
+# Contributor: nathan owe ndowens04 at gmail dot com
+
+pkgname=cclive
+pkgver=0.9.3
+pkgrel=1
+pkgdesc='Commandline downloader for popular video websites.'
+arch=('i686' 'x86_64')
+url='http://cclive.sourceforge.net/'
+license=('AGPL3')
+depends=('boost-libs' 'pcre' 'curl' 'libquvi' 'glibmm')
+makedepends=('boost')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('c336f97e29327d92ead62765a0ef0b65')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr boost_cv_rpath_link_ldflag=-L/usr/lib
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-26 13:57:24 UTC (rev 101498)
+++ community-x86_64/PKGBUILD   2013-11-26 13:58:08 UTC (rev 101499)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: joyfulg...@archlinux.us
-# Contributor: nathan owe ndowens04 at gmail dot com
-
-pkgname=cclive
-pkgver=0.9.2
-pkgrel=2
-pkgdesc='Commandline downloader for popular video websites.'
-arch=('i686' 'x86_64')
-url='http://cclive.sourceforge.net/'
-license=('AGPL3')
-depends=('boost-libs' 'pcre' 'curl' 'libquvi' 'glibmm')
-makedepends=('boost')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('b21f2ed68242901dc0439132a4ea6629')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr boost_cv_rpath_link_ldflag=-L/usr/lib
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: cclive/repos/community-x86_64/PKGBUILD (from rev 101498, 
cclive/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-11-26 13:58:08 UTC (rev 101499)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: joyfulg...@archlinux.us
+# Contributor: nathan owe ndowens04 at gmail dot com
+
+pkgname=cclive
+pkgver=0.9.3
+pkgrel=1
+pkgdesc='Commandline downloader for popular video websites.'
+arch=('i686' 'x86_64')
+url='http://cclive.sourceforge.net/'
+license=('AGPL3')
+depends=('boost-libs' 'pcre' 'curl' 'libquvi' 'glibmm')
+makedepends=('boost')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('c336f97e29327d92ead62765a0ef0b65')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr boost_cv_rpath_link_ldflag=-L/usr/lib
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-11-26 Thread Bartłomiej Piotrowski
Date: Tuesday, November 26, 2013 @ 15:00:42
  Author: bpiotrowski
Revision: 101501

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

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

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

Copied: cclive/repos/community-staging-i686/PKGBUILD (from rev 101500, 
cclive/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-11-26 14:00:42 UTC (rev 101501)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: joyfulg...@archlinux.us
+# Contributor: nathan owe ndowens04 at gmail dot com
+
+pkgname=cclive
+pkgver=0.9.3
+pkgrel=3
+pkgdesc='Commandline downloader for popular video websites.'
+arch=('i686' 'x86_64')
+url='http://cclive.sourceforge.net/'
+license=('AGPL3')
+depends=('boost-libs' 'pcre' 'curl' 'libquvi' 'glibmm')
+makedepends=('boost')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('c336f97e29327d92ead62765a0ef0b65')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr boost_cv_rpath_link_ldflag=-L/usr/lib
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: cclive/repos/community-staging-x86_64/PKGBUILD (from rev 101500, 
cclive/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-11-26 14:00:42 UTC (rev 101501)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: joyfulg...@archlinux.us
+# Contributor: nathan owe ndowens04 at gmail dot com
+
+pkgname=cclive
+pkgver=0.9.3
+pkgrel=3
+pkgdesc='Commandline downloader for popular video websites.'
+arch=('i686' 'x86_64')
+url='http://cclive.sourceforge.net/'
+license=('AGPL3')
+depends=('boost-libs' 'pcre' 'curl' 'libquvi' 'glibmm')
+makedepends=('boost')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('c336f97e29327d92ead62765a0ef0b65')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr boost_cv_rpath_link_ldflag=-L/usr/lib
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-11-26 Thread Bartłomiej Piotrowski
Date: Tuesday, November 26, 2013 @ 15:00:30
  Author: bpiotrowski
Revision: 101500

upgpkg: cclive 0.9.3-3

rebuild against boost 1.55.0

Modified:
  cclive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-26 13:58:08 UTC (rev 101499)
+++ PKGBUILD2013-11-26 14:00:30 UTC (rev 101500)
@@ -5,7 +5,7 @@
 
 pkgname=cclive
 pkgver=0.9.3
-pkgrel=1
+pkgrel=3
 pkgdesc='Commandline downloader for popular video websites.'
 arch=('i686' 'x86_64')
 url='http://cclive.sourceforge.net/'



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

2013-11-26 Thread Bartłomiej Piotrowski
Date: Tuesday, November 26, 2013 @ 15:16:50
  Author: bpiotrowski
Revision: 200331

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

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

--+
 staging-i686/PKGBUILD|   35 +++
 staging-i686/ekiga.install   |   22 ++
 staging-x86_64/PKGBUILD  |   35 +++
 staging-x86_64/ekiga.install |   22 ++
 4 files changed, 114 insertions(+)

Copied: ekiga/repos/staging-i686/PKGBUILD (from rev 200330, 
ekiga/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-11-26 14:16:50 UTC (rev 200331)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tom K t...@runbox.com
+
+pkgname=ekiga
+pkgver=4.0.1
+pkgrel=8
+pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
+url=http://www.ekiga.org;
+license=(GPL)
+arch=(i686 x86_64)
+depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'hicolor-icon-theme' 'avahi' 
'gtk2' 'gconf')
+makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost')
+optdepends=('evolution-data-server: Evolution integration')
+options=(!emptydirs)
+install=ekiga.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5f4f491c9496cf65ba057a9345d6bb0278f4eca07bcda5baeecf50bfcd9a4a3b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-schemas-install \
+  --disable-scrollkeeper --enable-dbus --enable-avahi
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
+
+  install -m755 -d $pkgdir/usr/share/gconf/schemas
+  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain ekiga $pkgdir/etc/gconf/schemas/*.schemas
+  rm -f $pkgdir/etc/gconf/schemas/*.schemas
+}

Copied: ekiga/repos/staging-i686/ekiga.install (from rev 200330, 
ekiga/trunk/ekiga.install)
===
--- staging-i686/ekiga.install  (rev 0)
+++ staging-i686/ekiga.install  2013-11-26 14:16:50 UTC (rev 200331)
@@ -0,0 +1,22 @@
+pkgname=ekiga
+
+post_install() {
+  gconfpkg --install $pkgname
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  gconfpkg --uninstall $pkgname
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}

Copied: ekiga/repos/staging-x86_64/PKGBUILD (from rev 200330, 
ekiga/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-11-26 14:16:50 UTC (rev 200331)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tom K t...@runbox.com
+
+pkgname=ekiga
+pkgver=4.0.1
+pkgrel=8
+pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
+url=http://www.ekiga.org;
+license=(GPL)
+arch=(i686 x86_64)
+depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'hicolor-icon-theme' 'avahi' 
'gtk2' 'gconf')
+makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost')
+optdepends=('evolution-data-server: Evolution integration')
+options=(!emptydirs)
+install=ekiga.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5f4f491c9496cf65ba057a9345d6bb0278f4eca07bcda5baeecf50bfcd9a4a3b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-schemas-install \
+  --disable-scrollkeeper --enable-dbus --enable-avahi
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
+
+  install -m755 -d $pkgdir/usr/share/gconf/schemas
+  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain ekiga $pkgdir/etc/gconf/schemas/*.schemas
+  rm -f $pkgdir/etc/gconf/schemas/*.schemas
+}

Copied: ekiga/repos/staging-x86_64/ekiga.install (from rev 200330, 
ekiga/trunk/ekiga.install)
===
--- staging-x86_64/ekiga.install(rev 0)
+++ 

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

2013-11-26 Thread Bartłomiej Piotrowski
Date: Tuesday, November 26, 2013 @ 15:16:40
  Author: bpiotrowski
Revision: 200330

upgpkg: ekiga 4.0.1-8

rebuild against boost 1.55.0

Modified:
  ekiga/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-26 10:44:04 UTC (rev 200329)
+++ PKGBUILD2013-11-26 14:16:40 UTC (rev 200330)
@@ -4,7 +4,7 @@
 
 pkgname=ekiga
 pkgver=4.0.1
-pkgrel=7
+pkgrel=8
 pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
 url=http://www.ekiga.org;
 license=(GPL)



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

2013-11-26 Thread Bartłomiej Piotrowski
Date: Tuesday, November 26, 2013 @ 15:25:37
  Author: bpiotrowski
Revision: 200332

upgpkg: libpst 0.6.58-2

rebuild against boost 1.55.0

Modified:
  libpst/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-26 14:16:50 UTC (rev 200331)
+++ PKGBUILD2013-11-26 14:25:37 UTC (rev 200332)
@@ -4,7 +4,7 @@
 pkgbase=libpst
 pkgname=('libpst' 'libpst-docs')
 pkgver=0.6.58
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://www.five-ten-sg.com/libpst/;
 license=('GPL')



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

2013-11-26 Thread Bartłomiej Piotrowski
Date: Tuesday, November 26, 2013 @ 15:25:43
  Author: bpiotrowski
Revision: 200333

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

Added:
  libpst/repos/staging-i686/
  libpst/repos/staging-i686/PKGBUILD
(from rev 200332, libpst/trunk/PKGBUILD)
  libpst/repos/staging-x86_64/
  libpst/repos/staging-x86_64/PKGBUILD
(from rev 200332, libpst/trunk/PKGBUILD)

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

Copied: libpst/repos/staging-i686/PKGBUILD (from rev 200332, 
libpst/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-11-26 14:25:43 UTC (rev 200333)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=libpst
+pkgname=('libpst' 'libpst-docs')
+pkgver=0.6.58
+pkgrel=2
+arch=('i686' 'x86_64')
+url=http://www.five-ten-sg.com/libpst/;
+license=('GPL')
+makedepends=('python2' 'boost' 'libgsf')
+source=(http://www.five-ten-sg.com/libpst/packages/${pkgbase}-${pkgver}.tar.gz)
+sha1sums=('c398d58b8b5106725f1659c900305c6385c0773e')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+  --disable-static --enable-libpst-shared --disable-dii PYTHON_VERSION=2
+  make
+}
+
+package_libpst() {
+  pkgdesc=Outlook .pst file converter
+  depends=('gcc-libs' 'libgsf')
+  optdepends=('boost-libs: for libpst python interface')
+  options=('!docs')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+package_libpst-docs() {
+  pkgdesc=Documentation for Outlook .pst file converter
+  options=('docs')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install-htmlDATA
+  cd ${srcdir}/${pkgbase}-${pkgver}/html
+  make DESTDIR=${pkgdir} install-htmldevelDATA
+}

Copied: libpst/repos/staging-x86_64/PKGBUILD (from rev 200332, 
libpst/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-11-26 14:25:43 UTC (rev 200333)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=libpst
+pkgname=('libpst' 'libpst-docs')
+pkgver=0.6.58
+pkgrel=2
+arch=('i686' 'x86_64')
+url=http://www.five-ten-sg.com/libpst/;
+license=('GPL')
+makedepends=('python2' 'boost' 'libgsf')
+source=(http://www.five-ten-sg.com/libpst/packages/${pkgbase}-${pkgver}.tar.gz)
+sha1sums=('c398d58b8b5106725f1659c900305c6385c0773e')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+  --disable-static --enable-libpst-shared --disable-dii PYTHON_VERSION=2
+  make
+}
+
+package_libpst() {
+  pkgdesc=Outlook .pst file converter
+  depends=('gcc-libs' 'libgsf')
+  optdepends=('boost-libs: for libpst python interface')
+  options=('!docs')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+package_libpst-docs() {
+  pkgdesc=Documentation for Outlook .pst file converter
+  options=('docs')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install-htmlDATA
+  cd ${srcdir}/${pkgbase}-${pkgver}/html
+  make DESTDIR=${pkgdir} install-htmldevelDATA
+}



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

2013-11-26 Thread Bartłomiej Piotrowski
Date: Tuesday, November 26, 2013 @ 15:42:17
  Author: bpiotrowski
Revision: 200334

upgpkg: libtorrent-rasterbar 1:0.16.12-2

rebuild against boost 1.55.0

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-26 14:25:43 UTC (rev 200333)
+++ PKGBUILD2013-11-26 14:42:17 UTC (rev 200334)
@@ -4,7 +4,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=0.16.12
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
 url=http://www.rasterbar.com/products/libtorrent/;



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

2013-11-26 Thread Bartłomiej Piotrowski
Date: Tuesday, November 26, 2013 @ 15:42:23
  Author: bpiotrowski
Revision: 200335

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

Added:
  libtorrent-rasterbar/repos/staging-i686/
  libtorrent-rasterbar/repos/staging-i686/PKGBUILD
(from rev 200334, libtorrent-rasterbar/trunk/PKGBUILD)
  libtorrent-rasterbar/repos/staging-x86_64/
  libtorrent-rasterbar/repos/staging-x86_64/PKGBUILD
(from rev 200334, libtorrent-rasterbar/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: libtorrent-rasterbar/repos/staging-i686/PKGBUILD (from rev 200334, 
libtorrent-rasterbar/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-11-26 14:42:23 UTC (rev 200335)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=libtorrent-rasterbar
+pkgver=0.16.12
+pkgrel=2
+epoch=1
+pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
+url=http://www.rasterbar.com/products/libtorrent/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('boost-libs' 'geoip' 'python2')
+makedepends=('boost')
+options=('!emptydirs')
+source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('cd326fd2609c3d00c25dabdd441a0704efbf0207')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --enable-python-binding \
+  --with-libgeoip=system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: libtorrent-rasterbar/repos/staging-x86_64/PKGBUILD (from rev 200334, 
libtorrent-rasterbar/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-11-26 14:42:23 UTC (rev 200335)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=libtorrent-rasterbar
+pkgver=0.16.12
+pkgrel=2
+epoch=1
+pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
+url=http://www.rasterbar.com/products/libtorrent/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('boost-libs' 'geoip' 'python2')
+makedepends=('boost')
+options=('!emptydirs')
+source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('cd326fd2609c3d00c25dabdd441a0704efbf0207')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --enable-python-binding \
+  --with-libgeoip=system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



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

2013-11-26 Thread Bartłomiej Piotrowski
Date: Tuesday, November 26, 2013 @ 16:52:44
  Author: bpiotrowski
Revision: 200336

upgpkg: mariadb 5.5.34-1

- new upstream release
- disable TokuDB engine due to compilation errors (MDEV-5347)

Modified:
  mariadb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-26 14:42:23 UTC (rev 200335)
+++ PKGBUILD2013-11-26 15:52:44 UTC (rev 200336)
@@ -3,9 +3,9 @@
 
 pkgbase=mariadb
 pkgname=('libmariadbclient' 'mariadb-clients' 'mytop' 'mariadb')
-pkgver=5.5.33.a
+pkgver=5.5.34
 _pkgver=${pkgver/.a/a}
-pkgrel=2
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL')
 url='http://mariadb.org/'
@@ -14,7 +14,7 @@
 mariadb.service
 mariadb-post.sh
 mariadb-tmpfile.conf)
-sha256sums=('adf4d04087177fde6568082c3fee77e52e84dc3ae4eb5b994d5defaaa8c83d5b'
+sha256sums=('a4d8b54be0f5784924629a1e87dbbccc4c0aaf537c76951e265625deda322f89'
 'a6cf5446159fff16598d0d787dd3a3c30a53a656a5f876ddb608bc60e234d334'
 '368f9fd2454d80eb32abb8f29f703d1cf9553353fb9e1ae4529c4b851cb8c5dd'
 '2af318c52ae0fe5428e8a9245d1b0fc3bc5ce153842d1563329ceb1edfa83ddd')
@@ -57,7 +57,7 @@
 -DWITH_BLACKHOLE_STORAGE_ENGINE=1 \
 -DWITH_INNOBASE_STORAGE_ENGINE=1 \
 -DWITH_PARTITION_STORAGE_ENGINE=1 \
--DWITH_TOKUDB_STORAGE_ENGINE=1 \
+-DWITHOUT_TOKUDB_STORAGE_ENGINE=1 \
 -DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 \
 -DWITHOUT_FEDERATED_STORAGE_ENGINE=1 \
 -DWITHOUT_PBXT_STORAGE_ENGINE=1 \



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

2013-11-26 Thread Bartłomiej Piotrowski
Date: Tuesday, November 26, 2013 @ 16:53:06
  Author: bpiotrowski
Revision: 200337

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

Added:
  mariadb/repos/extra-i686/PKGBUILD
(from rev 200336, mariadb/trunk/PKGBUILD)
  mariadb/repos/extra-i686/mariadb-post.sh
(from rev 200336, mariadb/trunk/mariadb-post.sh)
  mariadb/repos/extra-i686/mariadb-tmpfile.conf
(from rev 200336, mariadb/trunk/mariadb-tmpfile.conf)
  mariadb/repos/extra-i686/mariadb.install
(from rev 200336, mariadb/trunk/mariadb.install)
  mariadb/repos/extra-i686/mariadb.service
(from rev 200336, mariadb/trunk/mariadb.service)
  mariadb/repos/extra-x86_64/PKGBUILD
(from rev 200336, mariadb/trunk/PKGBUILD)
  mariadb/repos/extra-x86_64/mariadb-post.sh
(from rev 200336, mariadb/trunk/mariadb-post.sh)
  mariadb/repos/extra-x86_64/mariadb-tmpfile.conf
(from rev 200336, mariadb/trunk/mariadb-tmpfile.conf)
  mariadb/repos/extra-x86_64/mariadb.install
(from rev 200336, mariadb/trunk/mariadb.install)
  mariadb/repos/extra-x86_64/mariadb.service
(from rev 200336, mariadb/trunk/mariadb.service)
Deleted:
  mariadb/repos/extra-i686/PKGBUILD
  mariadb/repos/extra-i686/mariadb-post.sh
  mariadb/repos/extra-i686/mariadb-tmpfile.conf
  mariadb/repos/extra-i686/mariadb.install
  mariadb/repos/extra-i686/mariadb.service
  mariadb/repos/extra-x86_64/PKGBUILD
  mariadb/repos/extra-x86_64/mariadb-post.sh
  mariadb/repos/extra-x86_64/mariadb-tmpfile.conf
  mariadb/repos/extra-x86_64/mariadb.install
  mariadb/repos/extra-x86_64/mariadb.service

---+
 /PKGBUILD |  304 
 /mariadb-post.sh  |   16 +
 /mariadb-tmpfile.conf |2 
 /mariadb.install  |   94 +++
 /mariadb.service  |   32 +++
 extra-i686/PKGBUILD   |  152 --
 extra-i686/mariadb-post.sh|8 
 extra-i686/mariadb-tmpfile.conf   |1 
 extra-i686/mariadb.install|   47 -
 extra-i686/mariadb.service|   16 -
 extra-x86_64/PKGBUILD |  152 --
 extra-x86_64/mariadb-post.sh  |8 
 extra-x86_64/mariadb-tmpfile.conf |1 
 extra-x86_64/mariadb.install  |   47 -
 extra-x86_64/mariadb.service  |   16 -
 15 files changed, 448 insertions(+), 448 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-26 15:52:44 UTC (rev 200336)
+++ extra-i686/PKGBUILD 2013-11-26 15:53:06 UTC (rev 200337)
@@ -1,152 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski nos...@bpiotrowski.pl
-
-pkgbase=mariadb
-pkgname=('libmariadbclient' 'mariadb-clients' 'mytop' 'mariadb')
-pkgver=5.5.33.a
-_pkgver=${pkgver/.a/a}
-pkgrel=2
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mariadb.org/'
-makedepends=('cmake' 'openssl' 'zlib')
-source=(http://mirrors.supportex.net/$pkgbase/$pkgbase-$_pkgver/kvm-tarbake-jaunty-x86/$pkgbase-$_pkgver.tar.gz
-mariadb.service
-mariadb-post.sh
-mariadb-tmpfile.conf)
-sha256sums=('adf4d04087177fde6568082c3fee77e52e84dc3ae4eb5b994d5defaaa8c83d5b'
-'a6cf5446159fff16598d0d787dd3a3c30a53a656a5f876ddb608bc60e234d334'
-'368f9fd2454d80eb32abb8f29f703d1cf9553353fb9e1ae4529c4b851cb8c5dd'
-'2af318c52ae0fe5428e8a9245d1b0fc3bc5ce153842d1563329ceb1edfa83ddd')
-
-prepare() {
-  cd $pkgbase-$_pkgver
-  sed -i '63d' storage/tokudb/ft-index/cmake_modules/TokuSetupCTest.cmake
-}
-
-build() {
-  mkdir build
-  cd build
-
-  cmake ../$pkgbase-$_pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc/mysql \
--DMYSQL_DATADIR=/var/lib/mysql \
--DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
--DDEFAULT_CHARSET=utf8 \
--DDEFAULT_COLLATION=utf8_general_ci \
--DENABLED_LOCAL_INFILE=ON \
--DINSTALL_INFODIR=share/mysql/docs \
--DINSTALL_MANDIR=share/man \
--DINSTALL_PLUGINDIR=lib/mysql/plugin \
--DINSTALL_SCRIPTDIR=bin \
--DINSTALL_INCLUDEDIR=include/mysql \
--DINSTALL_DOCREADMEDIR=share/mysql \
--DINSTALL_SUPPORTFILESDIR=share/mysql \
--DINSTALL_MYSQLSHAREDIR=share/mysql \
--DINSTALL_DOCDIR=share/mysql/docs \
--DINSTALL_SHAREDIR=share/mysql \
--DWITH_READLINE=ON \
--DWITH_ZLIB=system \
--DWITH_SSL=system \
--DWITH_LIBWRAP=OFF \
--DWITH_EXTRA_CHARSETS=complex \
--DWITH_EMBEDDED_SERVER=ON \
--DWITH_ARCHIVE_STORAGE_ENGINE=1 \
--DWITH_BLACKHOLE_STORAGE_ENGINE=1 \
--DWITH_INNOBASE_STORAGE_ENGINE=1 \
--DWITH_PARTITION_STORAGE_ENGINE=1 \
--DWITH_TOKUDB_STORAGE_ENGINE=1 \
--DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 \
--DWITHOUT_FEDERATED_STORAGE_ENGINE=1 \
--DWITHOUT_PBXT_STORAGE_ENGINE=1 \
--DCMAKE_C_FLAGS=-fPIC ${CFLAGS} -fno-strict-aliasing -DBIG_JOINS=1 
-fomit-frame-pointer \
--DCMAKE_CXX_FLAGS=-fPIC ${CXXFLAGS} -fno-strict-aliasing 

[arch-commits] Commit in iodine/trunk (PKGBUILD iodined.conf.d iodined.service)

2013-11-26 Thread Felix Yan
Date: Tuesday, November 26, 2013 @ 17:08:51
  Author: fyan
Revision: 101502

upgpkg: iodine 0.6.0rc1-3 FS#37914 add systemd service file

Added:
  iodine/trunk/iodined.conf.d
  iodine/trunk/iodined.service
Modified:
  iodine/trunk/PKGBUILD

-+
 PKGBUILD|   13 ++---
 iodined.conf.d  |   17 +
 iodined.service |   10 ++
 3 files changed, 37 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-26 14:00:42 UTC (rev 101501)
+++ PKGBUILD2013-11-26 16:08:51 UTC (rev 101502)
@@ -6,13 +6,15 @@
 
 pkgname=iodine
 pkgver=0.6.0rc1
-pkgrel=2
+pkgrel=3
 pkgdesc='Tunnel IPv4 data through a DNS server'
 arch=('i686' 'x86_64')
 url='http://code.kryo.se/iodine'
 license=('custom:ISC')
 depends=('zlib')
-source=(http://code.kryo.se/${pkgname}/${pkgname}-${pkgver/rc/-rc}.tar.gz;)
+source=(http://code.kryo.se/${pkgname}/${pkgname}-${pkgver/rc/-rc}.tar.gz;
+   'iodined.service'
+   'iodined.conf.d')
 
 build() {
   cd ${pkgname}-${pkgver/rc/-rc}/
@@ -26,6 +28,11 @@
   make prefix=/usr sbindir=/usr/bin DESTDIR=${pkgdir} install
   install -d ${pkgdir}/usr/share/licenses/iodine
   sed -n '/AUTHORS  LICENSE/,$p' README  
${pkgdir}/usr/share/licenses/iodine/LICENSE
+
+  install -Dm644 $srcdir/iodined.service 
$pkgdir/usr/lib/systemd/system/iodined.service
+  install -Dm644 $srcdir/iodined.conf.d $pkgdir/etc/conf.d/iodined
 }
 
-sha256sums=('dacf950198b68fd1dae09fe980080155b0c75718f581c08e069eee0c1b6c5e60')
+sha256sums=('dacf950198b68fd1dae09fe980080155b0c75718f581c08e069eee0c1b6c5e60'
+'4d2c45ab783ce07911afe48403884edc0ee5ccbb463bc4026f83b511d5dde418'
+'6babc497d86e7b142f61e529f9facacb95e868e920b15dcf66e039891b02929b')

Added: iodined.conf.d
===
--- iodined.conf.d  (rev 0)
+++ iodined.conf.d  2013-11-26 16:08:51 UTC (rev 101502)
@@ -0,0 +1,17 @@
+# Address and subnet to use for the tunnel (default mask is /27)
+TUN_IP=172.18.42.1/24 
+
+# Password (32 characters max)
+IODINE_PASSWORD=mypassword
+
+# The domain you control, see documentation.
+TOP_DOMAIN=example.com
+
+# UDP port iodined should listen on.
+IODINE_PORT=53
+
+# Local IP address iodined should bind to.
+IODINE_BIND_ADDRESS=0.0.0.0
+
+# External IP of your iodined server, used in DNS answers.
+IODINE_EXT_IP=

Added: iodined.service
===
--- iodined.service (rev 0)
+++ iodined.service 2013-11-26 16:08:51 UTC (rev 101502)
@@ -0,0 +1,10 @@
+[Unit]
+After=network.target
+Requires=network.target
+
+[Service]
+EnvironmentFile=/etc/conf.d/iodined
+ExecStart=/usr/bin/iodined -f -c -l $IODINE_BIND_ADDRESS -n $IODINE_EXT_IP -p 
$IODINE_PORT -P $IODINE_PASSWORD $TUN_IP $TOP_DOMAIN
+
+[Install]
+WantedBy=multi-user.target



[arch-commits] Commit in python2/trunk (PKGBUILD python-2.7.5-CVE-2013-4238.patch)

2013-11-26 Thread Ángel Velásquez
Date: Tuesday, November 26, 2013 @ 17:09:28
  Author: angvp
Revision: 200338

upgpkg: python2 2.7.6-1

Version bump to 2.7.6 and FS#37006 reviewed

Modified:
  python2/trunk/PKGBUILD
Deleted:
  python2/trunk/python-2.7.5-CVE-2013-4238.patch

--+
 PKGBUILD |   18 +-
 python-2.7.5-CVE-2013-4238.patch |  267 -
 2 files changed, 8 insertions(+), 277 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-26 15:53:06 UTC (rev 200337)
+++ PKGBUILD2013-11-26 16:09:28 UTC (rev 200338)
@@ -4,8 +4,8 @@
 # Contributer: Jason Chu ja...@archlinux.org
 
 pkgname=python2
-pkgver=2.7.5
-pkgrel=2
+pkgver=2.7.6
+pkgrel=1
 _pybasever=2.7
 pkgdesc=A high-level scripting language
 arch=('i686' 'x86_64')
@@ -16,17 +16,12 @@
 optdepends=('tk: for IDLE')
 conflicts=('python3')
 options=('!makeflags')
-source=(http://www.python.org/ftp/python/${pkgver%rc?}/Python-${pkgver}.tar.xz
-python-2.7.5-CVE-2013-4238.patch)
-sha1sums=('b7389791f789625c2ba9d897aa324008ff482daf'
-  'fb1f95ca21d9c00eaaea5a58236d1d97300482d7')
+source=(http://www.python.org/ftp/python/${pkgver%rc?}/Python-${pkgver}.tar.xz)
+sha1sums=('8321636af2acbeaa68fc635d7dda7369ed446a80')
 
 prepare() {
   cd ${srcdir}/Python-${pkgver}
 
-  # http://bugs.python.org/issue18709
-  patch -Np1 -i ../python-2.7.5-CVE-2013-4238.patch
-
   # Temporary workaround for FS#22322
   # See http://bugs.python.org/issue10835 for upstream report
   sed -i /progname =/s/python/python${_pybasever}/ Python/pythonrun.c
@@ -86,9 +81,12 @@
   mv ${pkgdir}/usr/bin/2to3{,-2.7}
 
   # clean up #!s
-  find ${pkgdir}/usr/lib/python${_pybasever}/ -name '*.py' | \
+  find . -name '*.py' | \
 xargs sed -i s|#[ ]*![ ]*/usr/bin/env python$|#!/usr/bin/env python2|
 
+  # Workaround asdl_c.py error
+  touch Include/Python-ast.h Python/Python-ast.c
+
   # clean-up reference to build directory
   sed -i s#${srcdir}/Python-${pkgver}:## 
${pkgdir}/usr/lib/python${_pybasever}/config/Makefile
 

Deleted: python-2.7.5-CVE-2013-4238.patch
===
--- python-2.7.5-CVE-2013-4238.patch2013-11-26 15:53:06 UTC (rev 200337)
+++ python-2.7.5-CVE-2013-4238.patch2013-11-26 16:09:28 UTC (rev 200338)
@@ -1,267 +0,0 @@
-
-# HG changeset patch
-# User Christian Heimes christ...@cheimes.de
-# Date 1376693687 -7200
-# Node ID bd2360476bdbb1477b81b0e18b8d86b3452ba77b
-# Parent  87fcc13ade91874971ad577efaa2254c744a2b07
-Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes
-inside subjectAltName correctly. Formerly the module has used OpenSSL's
-GENERAL_NAME_print() function to get the string represention of ASN.1
-strings for rfc822Name (email), dNSName (DNS) and
-uniformResourceIdentifier (URI).
-
-diff --git a/Lib/test/nullbytecert.pem b/Lib/test/nullbytecert.pem
-new file mode 100644
 /dev/null
-+++ b/Lib/test/nullbytecert.pem
-@@ -0,0 +1,90 @@
-+Certificate:
-+Data:
-+Version: 3 (0x2)
-+Serial Number: 0 (0x0)
-+Signature Algorithm: sha1WithRSAEncryption
-+Issuer: C=US, ST=Oregon, L=Beaverton, O=Python Software Foundation, 
OU=Python Core Development, 
CN=null.python.org\x00example.org/emailAddress=python-...@python.org
-+Validity
-+Not Before: Aug  7 13:11:52 2013 GMT
-+Not After : Aug  7 13:12:52 2013 GMT
-+Subject: C=US, ST=Oregon, L=Beaverton, O=Python Software Foundation, 
OU=Python Core Development, 
CN=null.python.org\x00example.org/emailAddress=python-...@python.org
-+Subject Public Key Info:
-+Public Key Algorithm: rsaEncryption
-+Public-Key: (2048 bit)
-+Modulus:
-+00:b5:ea:ed:c9:fb:46:7d:6f:3b:76:80:dd:3a:f3:
-+03:94:0b:a7:a6:db:ec:1d:df:ff:23:74:08:9d:97:
-+16:3f:a3:a4:7b:3e:1b:0e:96:59:25:03:a7:26:e2:
-+88:a9:cf:79:cd:f7:04:56:b0:ab:79:32:6e:59:c1:
-+32:30:54:eb:58:a8:cb:91:f0:42:a5:64:27:cb:d4:
-+56:31:88:52:ad:cf:bd:7f:f0:06:64:1f:cc:27:b8:
-+a3:8b:8c:f3:d8:29:1f:25:0b:f5:46:06:1b:ca:02:
-+45:ad:7b:76:0a:9c:bf:bb:b9:ae:0d:16:ab:60:75:
-+ae:06:3e:9c:7c:31:dc:92:2f:29:1a:e0:4b:0c:91:
-+90:6c:e9:37:c5:90:d7:2a:d7:97:15:a3:80:8f:5d:
-+7b:49:8f:54:30:d4:97:2c:1c:5b:37:b5:ab:69:30:
-+68:43:d3:33:78:4b:02:60:f5:3c:44:80:a1:8f:e7:
-+f0:0f:d1:5e:87:9e:46:cf:62:fc:f9:bf:0c:65:12:
-+f1:93:c8:35:79:3f:c8:ec:ec:47:f5:ef:be:44:d5:
-+ae:82:1e:2d:9a:9f:98:5a:67:65:e1:74:70:7c:cb:
-+d3:c2:ce:0e:45:49:27:dc:e3:2d:d4:fb:48:0e:2f:
-+9e:77:b8:14:46:c0:c4:36:ca:02:ae:6a:91:8c:da:
-+

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

2013-11-26 Thread Felix Yan
Date: Tuesday, November 26, 2013 @ 17:10:21
  Author: fyan
Revision: 101503

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

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

--+
 /PKGBUILD|   76 +
 community-i686/PKGBUILD  |   31 ---
 community-i686/iodined.conf.d|   17 
 community-i686/iodined.service   |   10 
 community-x86_64/PKGBUILD|   31 ---
 community-x86_64/iodined.conf.d  |   17 
 community-x86_64/iodined.service |   10 
 7 files changed, 130 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-26 16:08:51 UTC (rev 101502)
+++ community-i686/PKGBUILD 2013-11-26 16:10:21 UTC (rev 101503)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Christian Hesse m...@eworm.de
-# Contributor: Daenyth Daenyth+Arch [at] gmail [dot] com
-# Contributor: nofxx x...@nofxx.com
-
-pkgname=iodine
-pkgver=0.6.0rc1
-pkgrel=2
-pkgdesc='Tunnel IPv4 data through a DNS server'
-arch=('i686' 'x86_64')
-url='http://code.kryo.se/iodine'
-license=('custom:ISC')
-depends=('zlib')
-source=(http://code.kryo.se/${pkgname}/${pkgname}-${pkgver/rc/-rc}.tar.gz;)
-
-build() {
-  cd ${pkgname}-${pkgver/rc/-rc}/
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver/rc/-rc}/
-
-  make prefix=/usr sbindir=/usr/bin DESTDIR=${pkgdir} install
-  install -d ${pkgdir}/usr/share/licenses/iodine
-  sed -n '/AUTHORS  LICENSE/,$p' README  
${pkgdir}/usr/share/licenses/iodine/LICENSE
-}
-
-sha256sums=('dacf950198b68fd1dae09fe980080155b0c75718f581c08e069eee0c1b6c5e60')

Copied: iodine/repos/community-i686/PKGBUILD (from rev 101502, 
iodine/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-26 16:10:21 UTC (rev 101503)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Christian Hesse m...@eworm.de
+# Contributor: Daenyth Daenyth+Arch [at] gmail [dot] com
+# Contributor: nofxx x...@nofxx.com
+
+pkgname=iodine
+pkgver=0.6.0rc1
+pkgrel=3
+pkgdesc='Tunnel IPv4 data through a DNS server'
+arch=('i686' 'x86_64')
+url='http://code.kryo.se/iodine'
+license=('custom:ISC')
+depends=('zlib')
+source=(http://code.kryo.se/${pkgname}/${pkgname}-${pkgver/rc/-rc}.tar.gz;
+   'iodined.service'
+   'iodined.conf.d')
+
+build() {
+  cd ${pkgname}-${pkgver/rc/-rc}/
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver/rc/-rc}/
+
+  make prefix=/usr sbindir=/usr/bin DESTDIR=${pkgdir} install
+  install -d ${pkgdir}/usr/share/licenses/iodine
+  sed -n '/AUTHORS  LICENSE/,$p' README  
${pkgdir}/usr/share/licenses/iodine/LICENSE
+
+  install -Dm644 $srcdir/iodined.service 
$pkgdir/usr/lib/systemd/system/iodined.service
+  install -Dm644 $srcdir/iodined.conf.d $pkgdir/etc/conf.d/iodined
+}
+
+sha256sums=('dacf950198b68fd1dae09fe980080155b0c75718f581c08e069eee0c1b6c5e60'
+'4d2c45ab783ce07911afe48403884edc0ee5ccbb463bc4026f83b511d5dde418'
+'6babc497d86e7b142f61e529f9facacb95e868e920b15dcf66e039891b02929b')

Copied: iodine/repos/community-i686/iodined.conf.d (from rev 101502, 
iodine/trunk/iodined.conf.d)
===
--- community-i686/iodined.conf.d   (rev 0)
+++ community-i686/iodined.conf.d   2013-11-26 16:10:21 UTC (rev 101503)
@@ -0,0 +1,17 @@
+# Address and subnet to use for the tunnel (default mask is /27)
+TUN_IP=172.18.42.1/24 
+
+# Password (32 characters max)
+IODINE_PASSWORD=mypassword
+
+# The domain you control, see documentation.
+TOP_DOMAIN=example.com
+
+# UDP port iodined should listen on.
+IODINE_PORT=53
+
+# Local IP address iodined should bind to.
+IODINE_BIND_ADDRESS=0.0.0.0
+
+# External IP of your iodined server, used in DNS answers.
+IODINE_EXT_IP=

Copied: iodine/repos/community-i686/iodined.service (from rev 101502, 
iodine/trunk/iodined.service)
===
--- community-i686/iodined.service  (rev 0)
+++ community-i686/iodined.service  

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

2013-11-26 Thread Ángel Velásquez
Date: Tuesday, November 26, 2013 @ 17:10:27
  Author: angvp
Revision: 200339

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

Added:
  python2/repos/testing-i686/
  python2/repos/testing-i686/PKGBUILD
(from rev 200338, python2/trunk/PKGBUILD)
  python2/repos/testing-x86_64/
  python2/repos/testing-x86_64/PKGBUILD
(from rev 200338, python2/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   95 ++
 testing-x86_64/PKGBUILD |   95 ++
 2 files changed, 190 insertions(+)

Copied: python2/repos/testing-i686/PKGBUILD (from rev 200338, 
python2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-11-26 16:10:27 UTC (rev 200339)
@@ -0,0 +1,95 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributer: Allan McRae al...@archlinux.org
+# Contributer: Jason Chu ja...@archlinux.org
+
+pkgname=python2
+pkgver=2.7.6
+pkgrel=1
+_pybasever=2.7
+pkgdesc=A high-level scripting language
+arch=('i686' 'x86_64')
+license=('PSF')
+url=http://www.python.org/;
+depends=('bzip2' 'gdbm' 'openssl' 'zlib' 'expat' 'sqlite' 'libffi')
+makedepends=('tk=8.6.0' 'bluez-libs')
+optdepends=('tk: for IDLE')
+conflicts=('python3')
+options=('!makeflags')
+source=(http://www.python.org/ftp/python/${pkgver%rc?}/Python-${pkgver}.tar.xz)
+sha1sums=('8321636af2acbeaa68fc635d7dda7369ed446a80')
+
+prepare() {
+  cd ${srcdir}/Python-${pkgver}
+
+  # Temporary workaround for FS#22322
+  # See http://bugs.python.org/issue10835 for upstream report
+  sed -i /progname =/s/python/python${_pybasever}/ Python/pythonrun.c
+
+  # Enable built-in SQLite module to load extensions (fix FS#22122)
+  sed -i /SQLITE_OMIT_LOAD_EXTENSION/d setup.py
+
+  # FS#23997
+  sed -i -e s|^#.* /usr/local/bin/python|#!/usr/bin/python2| Lib/cgi.py
+
+  sed -i s/python2.3/python2/g Lib/distutils/tests/test_build_scripts.py \
+ Lib/distutils/tests/test_install_scripts.py Tools/scripts/gprof2html.py
+
+  # Ensure that we are using the system copy of various libraries (expat, zlib 
and libffi),
+  # rather than copies shipped in the tarball
+  rm -r Modules/expat
+  rm -r Modules/zlib
+  rm -r Modules/_ctypes/{darwin,libffi}*
+}
+
+build() {
+  cd ${srcdir}/Python-${pkgver}
+
+  export OPT=${CFLAGS}
+  ./configure --prefix=/usr --enable-shared --with-threads --enable-ipv6 \
+  --enable-unicode=ucs4 --with-system-expat --with-system-ffi \
+  --with-dbmliborder=gdbm:ndbm
+
+  make
+}
+
+package() {
+  cd ${srcdir}/Python-${pkgver}
+  make DESTDIR=${pkgdir} altinstall maninstall
+
+  rm ${pkgdir}/usr/share/man/man1/python.1
+
+  ln -sf python${_pybasever}${pkgdir}/usr/bin/python2
+  ln -sf python${_pybasever}-config ${pkgdir}/usr/bin/python2-config
+  ln -sf python${_pybasever}.1  ${pkgdir}/usr/share/man/man1/python2.1
+
+  # FS#33954
+  ln -sf python-${_pybasever}.pc${pkgdir}/usr/lib/pkgconfig/python2.pc
+
+  ln -sf ../../libpython${_pybasever}.so 
${pkgdir}/usr/lib/python${_pybasever}/config/libpython${_pybasever}.so
+
+  mv ${pkgdir}/usr/bin/smtpd.py ${pkgdir}/usr/lib/python${_pybasever}/
+
+  # some useful stuff
+  install -dm755 ${pkgdir}/usr/lib/python${_pybasever}/Tools/{i18n,scripts}
+  install -m755 Tools/i18n/{msgfmt,pygettext}.py 
${pkgdir}/usr/lib/python${_pybasever}/Tools/i18n/
+  install -m755 Tools/scripts/{README,*py} 
${pkgdir}/usr/lib/python${_pybasever}/Tools/scripts/
+
+  # fix conflicts with python
+  mv ${pkgdir}/usr/bin/idle{,2}
+  mv ${pkgdir}/usr/bin/pydoc{,2}
+  mv ${pkgdir}/usr/bin/2to3{,-2.7}
+
+  # clean up #!s
+  find . -name '*.py' | \
+xargs sed -i s|#[ ]*![ ]*/usr/bin/env python$|#!/usr/bin/env python2|
+
+  # Workaround asdl_c.py error
+  touch Include/Python-ast.h Python/Python-ast.c
+
+  # clean-up reference to build directory
+  sed -i s#${srcdir}/Python-${pkgver}:## 
${pkgdir}/usr/lib/python${_pybasever}/config/Makefile
+
+  # license
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: python2/repos/testing-x86_64/PKGBUILD (from rev 200338, 
python2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-11-26 16:10:27 UTC (rev 200339)
@@ -0,0 +1,95 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributer: Allan McRae al...@archlinux.org
+# Contributer: Jason Chu ja...@archlinux.org
+
+pkgname=python2
+pkgver=2.7.6
+pkgrel=1
+_pybasever=2.7
+pkgdesc=A high-level scripting language
+arch=('i686' 'x86_64')
+license=('PSF')
+url=http://www.python.org/;
+depends=('bzip2' 'gdbm' 'openssl' 'zlib' 'expat' 'sqlite' 'libffi')
+makedepends=('tk=8.6.0' 'bluez-libs')
+optdepends=('tk: for IDLE')
+conflicts=('python3')
+options=('!makeflags')

[arch-commits] Commit in python/trunk (3 files)

2013-11-26 Thread Ángel Velásquez
Date: Tuesday, November 26, 2013 @ 17:58:31
  Author: angvp
Revision: 200340

upgpkg: python 3.3.3-1

Version bump to 3.3.3

Modified:
  python/trunk/PKGBUILD
Deleted:
  python/trunk/python-3.3.2-CVE-2013-2099.patch
  python/trunk/python-3.3.2-CVE-2013-4238.patch

--+
 PKGBUILD |   21 +--
 python-3.3.2-CVE-2013-2099.patch |   49 ---
 python-3.3.2-CVE-2013-4238.patch |  255 -
 3 files changed, 8 insertions(+), 317 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-26 16:10:27 UTC (rev 200339)
+++ PKGBUILD2013-11-26 16:58:31 UTC (rev 200340)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Maintainer: Angel Velasquez an...@archlinux.org 
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
 # Contributor: Allan McRae al...@archlinux.org
 # Contributor: Jason Chu ja...@archlinux.org
 
 pkgname=python
-pkgver=3.3.2
-pkgrel=2
+pkgver=3.3.3
+pkgrel=1
 _pybasever=3.3
 pkgdesc=Next generation of the python high-level scripting language
 arch=('i686' 'x86_64')
@@ -14,15 +15,11 @@
 depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
 makedepends=('tk=8.6.0' 'sqlite' 'valgrind' 'bluez-libs')
 optdepends=('tk: for tkinter' 'sqlite')
+options=('!makeflags')
 provides=('python3')
 replaces=('python3')
-options=('!makeflags')
-source=(http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz
-python-3.3.2-CVE-2013-2099.patch
-python-3.3.2-CVE-2013-4238.patch)
-sha1sums=('87009d0c156c6e1354dfec5c98c328cae93950ad'
-  'bfe07759daacd4ffa0e682e65f0c9fb84f715c73'
-  'c30297201ef5cd803b685085ca6defb7ca66d2cd')
+source=(http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz)
+sha1sums=('af4e75a34bd538c79b9871227c2e7f56569ac107')
 
 prepare() {
   cd ${srcdir}/Python-${pkgver}
@@ -36,8 +33,6 @@
   rm -r Modules/zlib
   rm -r Modules/_ctypes/{darwin,libffi}*
 
-  patch -Np1 -i ../python-3.3.2-CVE-2013-2099.patch
-  patch -Np1 -i ../python-3.3.2-CVE-2013-4238.patch
 }
 
 build() {
@@ -59,7 +54,7 @@
 check() {
   cd ${srcdir}/Python-${pkgver}
   LD_LIBRARY_PATH=${srcdir}/Python-${pkgver}:${LD_LIBRARY_PATH} \
- ${srcdir}/Python-${pkgver}/python -m test.regrtest -x test_posixpath 
test_logging
+ ${srcdir}/Python-${pkgver}/python -m test.regrtest -x test_posixpath 
test_logging test_uuid
 }
 
 package() {

Deleted: python-3.3.2-CVE-2013-2099.patch
===
--- python-3.3.2-CVE-2013-2099.patch2013-11-26 16:10:27 UTC (rev 200339)
+++ python-3.3.2-CVE-2013-2099.patch2013-11-26 16:58:31 UTC (rev 200340)
@@ -1,49 +0,0 @@
-# HG changeset patch
-# User Antoine Pitrou solip...@pitrou.net
-# Date 1368892602 -7200
-# Node ID c627638753e2d25a98950585b259104a025937a9
-# Parent  9682241dc8fcb4b1aef083bd30860efa070c3d6d
-Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of service 
using certificates with many wildcards (CVE-2013-2099).
-
-diff --git a/Lib/ssl.py b/Lib/ssl.py
 a/Lib/ssl.py
-+++ b/Lib/ssl.py
-@@ -129,9 +129,16 @@ class CertificateError(ValueError):
- pass
- 
- 
--def _dnsname_to_pat(dn):
-+def _dnsname_to_pat(dn, max_wildcards=1):
- pats = []
- for frag in dn.split(r'.'):
-+if frag.count('*')  max_wildcards:
-+# Issue #17980: avoid denials of service by refusing more
-+# than one wildcard per fragment.  A survery of established
-+# policy among SSL implementations showed it to be a
-+# reasonable choice.
-+raise CertificateError(
-+too many wildcards in certificate DNS name:  + repr(dn))
- if frag == '*':
- # When '*' is a fragment by itself, it matches a non-empty dotless
- # fragment.
-diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py
 a/Lib/test/test_ssl.py
-+++ b/Lib/test/test_ssl.py
-@@ -349,6 +349,17 @@ class BasicSocketTests(unittest.TestCase
- self.assertRaises(ValueError, ssl.match_hostname, None, 'example.com')
- self.assertRaises(ValueError, ssl.match_hostname, {}, 'example.com')
- 
-+# Issue #17980: avoid denials of service by refusing more than one
-+# wildcard per fragment.
-+cert = {'subject': ((('commonName', 'a*b.com'),),)}
-+ok(cert, 'axxb.com')
-+cert = {'subject': ((('commonName', 'a*b.co*'),),)}
-+ok(cert, 'axxb.com')
-+cert = {'subject': ((('commonName', 'a*b*.com'),),)}
-+with self.assertRaises(ssl.CertificateError) as cm:
-+ssl.match_hostname(cert, 'axxbxxc.com')
-+self.assertIn(too many wildcards, str(cm.exception))
-+
- def test_server_side(self):
- # server_hostname doesn't work for server sockets
- ctx = ssl.SSLContext(ssl.PROTOCOL_SSLv23)

Deleted: 

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

2013-11-26 Thread Ángel Velásquez
Date: Tuesday, November 26, 2013 @ 17:59:28
  Author: angvp
Revision: 200341

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

Added:
  python/repos/testing-i686/
  python/repos/testing-i686/PKGBUILD
(from rev 200340, python/trunk/PKGBUILD)
  python/repos/testing-x86_64/
  python/repos/testing-x86_64/PKGBUILD
(from rev 200340, python/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   81 ++
 testing-x86_64/PKGBUILD |   81 ++
 2 files changed, 162 insertions(+)

Copied: python/repos/testing-i686/PKGBUILD (from rev 200340, 
python/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-11-26 16:59:28 UTC (rev 200341)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org 
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Jason Chu ja...@archlinux.org
+
+pkgname=python
+pkgver=3.3.3
+pkgrel=1
+_pybasever=3.3
+pkgdesc=Next generation of the python high-level scripting language
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://www.python.org/;
+depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
+makedepends=('tk=8.6.0' 'sqlite' 'valgrind' 'bluez-libs')
+optdepends=('tk: for tkinter' 'sqlite')
+options=('!makeflags')
+provides=('python3')
+replaces=('python3')
+source=(http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz)
+sha1sums=('af4e75a34bd538c79b9871227c2e7f56569ac107')
+
+prepare() {
+  cd ${srcdir}/Python-${pkgver}
+
+  # FS#23997
+  sed -i -e s|^#.* /usr/local/bin/python|#!/usr/bin/python| Lib/cgi.py
+
+  # Ensure that we are using the system copy of various libraries (expat, zlib 
and libffi),
+  # rather than copies shipped in the tarball
+  rm -r Modules/expat
+  rm -r Modules/zlib
+  rm -r Modules/_ctypes/{darwin,libffi}*
+
+}
+
+build() {
+  cd ${srcdir}/Python-${pkgver}
+
+  ./configure --prefix=/usr \
+  --enable-shared \
+  --with-threads \
+  --with-computed-gotos \
+  --enable-ipv6 \
+  --with-valgrind \
+  --with-system-expat \
+  --with-dbmliborder=gdbm:ndbm \
+  --with-system-ffi
+
+  make
+}
+
+check() {
+  cd ${srcdir}/Python-${pkgver}
+  LD_LIBRARY_PATH=${srcdir}/Python-${pkgver}:${LD_LIBRARY_PATH} \
+ ${srcdir}/Python-${pkgver}/python -m test.regrtest -x test_posixpath 
test_logging test_uuid
+}
+
+package() {
+  cd ${srcdir}/Python-${pkgver}
+  make DESTDIR=${pkgdir} install maninstall
+
+  # Why are these not done by default...
+  ln -sf python3   ${pkgdir}/usr/bin/python
+  ln -sf python3-config${pkgdir}/usr/bin/python-config
+  ln -sf idle3 ${pkgdir}/usr/bin/idle
+  ln -sf pydoc3${pkgdir}/usr/bin/pydoc
+  ln -sf python${_pybasever}.1 ${pkgdir}/usr/share/man/man1/python3.1
+  ln -sf python${_pybasever}.1 ${pkgdir}/usr/share/man/man1/python.1
+
+  # Fix FS#22552
+  ln -sf ../../libpython${_pybasever}m.so \
+
${pkgdir}/usr/lib/python${_pybasever}/config-${_pybasever}m/libpython${_pybasever}m.so
+
+  # Clean-up reference to build directory
+  sed -i s|$srcdir/Python-${pkgver}:|| 
$pkgdir/usr/lib/python${_pybasever}/config-${_pybasever}m/Makefile
+
+  # License
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: python/repos/testing-x86_64/PKGBUILD (from rev 200340, 
python/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-11-26 16:59:28 UTC (rev 200341)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org 
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Jason Chu ja...@archlinux.org
+
+pkgname=python
+pkgver=3.3.3
+pkgrel=1
+_pybasever=3.3
+pkgdesc=Next generation of the python high-level scripting language
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://www.python.org/;
+depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
+makedepends=('tk=8.6.0' 'sqlite' 'valgrind' 'bluez-libs')
+optdepends=('tk: for tkinter' 'sqlite')
+options=('!makeflags')
+provides=('python3')
+replaces=('python3')
+source=(http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz)
+sha1sums=('af4e75a34bd538c79b9871227c2e7f56569ac107')
+
+prepare() {
+  cd ${srcdir}/Python-${pkgver}
+
+  # FS#23997
+  sed -i -e s|^#.* /usr/local/bin/python|#!/usr/bin/python| Lib/cgi.py
+
+  # Ensure that we are using the system copy of various libraries (expat, zlib 
and libffi),
+  # rather than copies shipped in the tarball
+  rm -r Modules/expat
+  rm -r Modules/zlib
+  rm -r Modules/_ctypes/{darwin,libffi}*

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

2013-11-26 Thread Giovanni Scafora
Date: Tuesday, November 26, 2013 @ 18:54:52
  Author: giovanni
Revision: 200342

upgpkg: tcpdump 4.5.1-1

upstream release

Modified:
  tcpdump/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-26 16:59:28 UTC (rev 200341)
+++ PKGBUILD2013-11-26 17:54:52 UTC (rev 200342)
@@ -3,8 +3,8 @@
 # Contributor: dorphell dorph...@archlinux.org
 
 pkgname=tcpdump
-pkgver=4.4.0
-pkgrel=2
+pkgver=4.5.1
+pkgrel=1
 pkgdesc=A tool for network monitoring and data acquisition
 arch=('i686' 'x86_64')
 url=http://www.tcpdump.org;
@@ -12,15 +12,19 @@
 depends=('libpcap' 'openssl')
 source=(http://www.tcpdump.org/release/${pkgname}-${pkgver}.tar.gz;
 'tcpdump_duplicate_executable.patch')
-md5sums=('6f75aabcffd012f73bd7c331bb5d8232'
+md5sums=('973a2513d0076e34aa9da7e15ed98e1b'
  '01379e4a12a208ce951c6c2abe80300f')
 
-build() {
+prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
   # do not install tcpdump-4.1.1 executable (FS#23346)
   patch -Np1 -i ${srcdir}/tcpdump_duplicate_executable.patch
+}
 
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
   ./configure --prefix=/usr \
   --sbindir=/usr/bin \
   --enable-ipv6



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

2013-11-26 Thread Giovanni Scafora
Date: Tuesday, November 26, 2013 @ 18:54:59
  Author: giovanni
Revision: 200343

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

Added:
  tcpdump/repos/extra-i686/PKGBUILD
(from rev 200342, tcpdump/trunk/PKGBUILD)
  tcpdump/repos/extra-i686/tcpdump_duplicate_executable.patch
(from rev 200342, tcpdump/trunk/tcpdump_duplicate_executable.patch)
  tcpdump/repos/extra-x86_64/PKGBUILD
(from rev 200342, tcpdump/trunk/PKGBUILD)
  tcpdump/repos/extra-x86_64/tcpdump_duplicate_executable.patch
(from rev 200342, tcpdump/trunk/tcpdump_duplicate_executable.patch)
Deleted:
  tcpdump/repos/extra-i686/PKGBUILD
  tcpdump/repos/extra-i686/tcpdump_duplicate_executable.patch
  tcpdump/repos/extra-x86_64/PKGBUILD
  tcpdump/repos/extra-x86_64/tcpdump_duplicate_executable.patch

-+
 /PKGBUILD   |   82 ++
 /tcpdump_duplicate_executable.patch |   20 +
 extra-i686/PKGBUILD |   37 -
 extra-i686/tcpdump_duplicate_executable.patch   |   10 --
 extra-x86_64/PKGBUILD   |   37 -
 extra-x86_64/tcpdump_duplicate_executable.patch |   10 --
 6 files changed, 102 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-26 17:54:52 UTC (rev 200342)
+++ extra-i686/PKGBUILD 2013-11-26 17:54:59 UTC (rev 200343)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-
-pkgname=tcpdump
-pkgver=4.4.0
-pkgrel=2
-pkgdesc=A tool for network monitoring and data acquisition
-arch=('i686' 'x86_64')
-url=http://www.tcpdump.org;
-license=('BSD')
-depends=('libpcap' 'openssl')
-source=(http://www.tcpdump.org/release/${pkgname}-${pkgver}.tar.gz;
-'tcpdump_duplicate_executable.patch')
-md5sums=('6f75aabcffd012f73bd7c331bb5d8232'
- '01379e4a12a208ce951c6c2abe80300f')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # do not install tcpdump-4.1.1 executable (FS#23346)
-  patch -Np1 -i ${srcdir}/tcpdump_duplicate_executable.patch
-
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --enable-ipv6
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  #install the license
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: tcpdump/repos/extra-i686/PKGBUILD (from rev 200342, 
tcpdump/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-26 17:54:59 UTC (rev 200343)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+
+pkgname=tcpdump
+pkgver=4.5.1
+pkgrel=1
+pkgdesc=A tool for network monitoring and data acquisition
+arch=('i686' 'x86_64')
+url=http://www.tcpdump.org;
+license=('BSD')
+depends=('libpcap' 'openssl')
+source=(http://www.tcpdump.org/release/${pkgname}-${pkgver}.tar.gz;
+'tcpdump_duplicate_executable.patch')
+md5sums=('973a2513d0076e34aa9da7e15ed98e1b'
+ '01379e4a12a208ce951c6c2abe80300f')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # do not install tcpdump-4.1.1 executable (FS#23346)
+  patch -Np1 -i ${srcdir}/tcpdump_duplicate_executable.patch
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --enable-ipv6
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  #install the license
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-i686/tcpdump_duplicate_executable.patch
===
--- extra-i686/tcpdump_duplicate_executable.patch   2013-11-26 17:54:52 UTC 
(rev 200342)
+++ extra-i686/tcpdump_duplicate_executable.patch   2013-11-26 17:54:59 UTC 
(rev 200343)
@@ -1,10 +0,0 @@
 a/Makefile.in  2013-03-24 22:49:18.0 +0100
-+++ b/Makefile.in  2013-05-19 13:44:29.0 +0200
-@@ -326,7 +326,6 @@
-   [ -d $(DESTDIR)$(sbindir) ] || \
-   (mkdir -p $(DESTDIR)$(sbindir); chmod 755 $(DESTDIR)$(sbindir))
-   $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(sbindir)/$(PROG)
--  $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(sbindir)/$(PROG).`cat 
${srcdir}/VERSION`
-   [ -d $(DESTDIR)$(mandir)/man1 ] || \
-   (mkdir -p $(DESTDIR)$(mandir)/man1; chmod 755 
$(DESTDIR)$(mandir)/man1)
-   $(INSTALL_DATA) $(PROG).1 $(DESTDIR)$(mandir)/man1/$(PROG).1

Copied: tcpdump/repos/extra-i686/tcpdump_duplicate_executable.patch (from rev 
200342, tcpdump/trunk/tcpdump_duplicate_executable.patch)
===

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

2013-11-26 Thread Bartłomiej Piotrowski
Date: Tuesday, November 26, 2013 @ 19:13:23
  Author: bpiotrowski
Revision: 101504

upgpkg: powertop 2.5-1

- new upstream release

Modified:
  powertop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-26 16:10:21 UTC (rev 101503)
+++ PKGBUILD2013-11-26 18:13:23 UTC (rev 101504)
@@ -4,7 +4,7 @@
 # Contributor: Xilon xilo...@gmail.com
 
 pkgname=powertop
-pkgver=2.4
+pkgver=2.5
 pkgrel=1
 pkgdesc='A tool to diagnose issues with power consumption and power management'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('gcc-libs' 'libnl' 'ncurses' 'pciutils')
 changelog=$pkgname.changelog
 
source=(https://01.org/powertop/sites/default/files/downloads/$pkgname-$pkgver.tar.gz)
-sha256sums=('42796c94546ae7f3d232e41b7fa09b2532396ca389908ff528870311db6327b7')
+sha256sums=('8b2c08a555d79e1c428863470c41cb023971d74ba4801d80a05e35adeec23c0b')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-11-26 Thread Bartłomiej Piotrowski
Date: Tuesday, November 26, 2013 @ 19:13:32
  Author: bpiotrowski
Revision: 101505

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

Added:
  powertop/repos/community-i686/PKGBUILD
(from rev 101504, powertop/trunk/PKGBUILD)
  powertop/repos/community-i686/powertop.changelog
(from rev 101504, powertop/trunk/powertop.changelog)
  powertop/repos/community-x86_64/PKGBUILD
(from rev 101504, powertop/trunk/PKGBUILD)
  powertop/repos/community-x86_64/powertop.changelog
(from rev 101504, powertop/trunk/powertop.changelog)
Deleted:
  powertop/repos/community-i686/PKGBUILD
  powertop/repos/community-i686/powertop.changelog
  powertop/repos/community-x86_64/PKGBUILD
  powertop/repos/community-x86_64/powertop.changelog

-+
 /PKGBUILD   |   58 ++
 /powertop.changelog |   28 
 community-i686/PKGBUILD |   29 -
 community-i686/powertop.changelog   |   14 
 community-x86_64/PKGBUILD   |   29 -
 community-x86_64/powertop.changelog |   14 
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-26 18:13:23 UTC (rev 101504)
+++ community-i686/PKGBUILD 2013-11-26 18:13:32 UTC (rev 101505)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: Xilon xilo...@gmail.com
-
-pkgname=powertop
-pkgver=2.4
-pkgrel=1
-pkgdesc='A tool to diagnose issues with power consumption and power management'
-arch=('i686' 'x86_64')
-url='https://01.org/powertop/'
-license=('GPL2')
-depends=('gcc-libs' 'libnl' 'ncurses' 'pciutils')
-changelog=$pkgname.changelog
-source=(https://01.org/powertop/sites/default/files/downloads/$pkgname-$pkgver.tar.gz)
-sha256sums=('42796c94546ae7f3d232e41b7fa09b2532396ca389908ff528870311db6327b7')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}

Copied: powertop/repos/community-i686/PKGBUILD (from rev 101504, 
powertop/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-26 18:13:32 UTC (rev 101505)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: Xilon xilo...@gmail.com
+
+pkgname=powertop
+pkgver=2.5
+pkgrel=1
+pkgdesc='A tool to diagnose issues with power consumption and power management'
+arch=('i686' 'x86_64')
+url='https://01.org/powertop/'
+license=('GPL2')
+depends=('gcc-libs' 'libnl' 'ncurses' 'pciutils')
+changelog=$pkgname.changelog
+source=(https://01.org/powertop/sites/default/files/downloads/$pkgname-$pkgver.tar.gz)
+sha256sums=('8b2c08a555d79e1c428863470c41cb023971d74ba4801d80a05e35adeec23c0b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/powertop.changelog
===
--- community-i686/powertop.changelog   2013-11-26 18:13:23 UTC (rev 101504)
+++ community-i686/powertop.changelog   2013-11-26 18:13:32 UTC (rev 101505)
@@ -1,14 +0,0 @@
-2013-03-23 Evangelos Foutras evange...@foutrelis.com
-   * powertop 2.3-1
-
-2013-01-05 Jaroslav Lichtblau (Dragonlord) dragonl...@aur.archlinux.org
-   * powertop 2.2-1
-
-2012-10-28 Jaroslav Lichtblau (Dragonlord) dragonl...@aur.archlinux.org
-   * powertop 2.1.1-1
-
-2012-08-22 Sébastien Luttringer (seblu) se...@aur.archlinux.org
-   * powertop 2.1-1
-
-2012-05-12 Jaroslav Lichtblau (Dragonlord) dragonl...@aur.archlinux.org
-   * powertop 2.0-1

Copied: powertop/repos/community-i686/powertop.changelog (from rev 101504, 
powertop/trunk/powertop.changelog)
===
--- community-i686/powertop.changelog   (rev 0)
+++ community-i686/powertop.changelog   2013-11-26 18:13:32 UTC (rev 101505)
@@ -0,0 +1,14 @@
+2013-03-23 Evangelos Foutras evange...@foutrelis.com
+   * powertop 2.3-1
+
+2013-01-05 Jaroslav Lichtblau (Dragonlord) dragonl...@aur.archlinux.org
+   * powertop 2.2-1
+
+2012-10-28 Jaroslav Lichtblau (Dragonlord) dragonl...@aur.archlinux.org
+   * powertop 2.1.1-1
+
+2012-08-22 Sébastien Luttringer (seblu) se...@aur.archlinux.org
+   * powertop 2.1-1
+
+2012-05-12 Jaroslav Lichtblau (Dragonlord) dragonl...@aur.archlinux.org
+   * powertop 2.0-1

Deleted: community-x86_64/PKGBUILD

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

2013-11-26 Thread Balló György
Date: Tuesday, November 26, 2013 @ 20:13:11
  Author: bgyorgy
Revision: 101506

upgpkg: lxdm 0.4.1-29

- Add a fix for pulseaudio on logout
- Remove iso-codes dependency as it's not essential

Modified:
  lxdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-26 18:13:32 UTC (rev 101505)
+++ PKGBUILD2013-11-26 19:13:11 UTC (rev 101506)
@@ -5,14 +5,14 @@
 
 pkgname=lxdm
 pkgver=0.4.1
-pkgrel=28
+pkgrel=29
 pkgdesc='Lightweight X11 Display Manager'
 arch=('i686' 'x86_64')
 url=http://sourceforge.net/projects/lxdm/;
 license=('GPL')
 groups=('lxde')
-depends=('gtk2' 'xorg-server' 'iso-codes')
-makedepends=('intltool')
+depends=('gtk2' 'xorg-server')
+makedepends=('intltool' 'iso-codes')
 optdepends=('gtk-engines: default GTK+ theme'
 'librsvg: display the default background')
 install=$pkgname.install
@@ -42,6 +42,9 @@
   # Use our custom pam and Xsession files
   cp ../lxdm.pam pam/lxdm
   cp ../Xsession data/Xsession
+
+  # Fix for pulseaudio
+  echo 'test -x /usr/bin/pax11publish  /usr/bin/pax11publish -r' 
data/PostLogout.in
 }
 
 build() {



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

2013-11-26 Thread Balló György
Date: Tuesday, November 26, 2013 @ 20:14:08
  Author: bgyorgy
Revision: 101507

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

Deleted:
  lxdm/repos/community-i686/PKGBUILD
  lxdm/repos/community-i686/default-config.patch
  lxdm/repos/community-i686/git-fixes.patch
  lxdm/repos/community-i686/lxdm.install
  lxdm/repos/community-x86_64/PKGBUILD
  lxdm/repos/community-x86_64/default-config.patch
  lxdm/repos/community-x86_64/git-fixes.patch
  lxdm/repos/community-x86_64/lxdm.install

---+
 community-i686/PKGBUILD   |   64 
 community-i686/default-config.patch   |   28 
 community-i686/git-fixes.patch| 4067 
 community-i686/lxdm.install   |   17 
 community-x86_64/PKGBUILD |   64 
 community-x86_64/default-config.patch |   28 
 community-x86_64/git-fixes.patch  | 4067 
 community-x86_64/lxdm.install |   17 
 8 files changed, 8352 deletions(-)

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


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

2013-11-26 Thread Balló György
Date: Tuesday, November 26, 2013 @ 20:15:27
  Author: bgyorgy
Revision: 101508

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

Added:
  lxdm/repos/community-i686/PKGBUILD
(from rev 101507, lxdm/trunk/PKGBUILD)
  lxdm/repos/community-i686/Xsession
(from rev 101507, lxdm/trunk/Xsession)
  lxdm/repos/community-i686/default-config.patch
(from rev 101507, lxdm/trunk/default-config.patch)
  lxdm/repos/community-i686/git-fixes.patch
(from rev 101507, lxdm/trunk/git-fixes.patch)
  lxdm/repos/community-i686/lxdm.install
(from rev 101507, lxdm/trunk/lxdm.install)
  lxdm/repos/community-i686/lxdm.pam
(from rev 101507, lxdm/trunk/lxdm.pam)
  lxdm/repos/community-x86_64/PKGBUILD
(from rev 101507, lxdm/trunk/PKGBUILD)
  lxdm/repos/community-x86_64/Xsession
(from rev 101507, lxdm/trunk/Xsession)
  lxdm/repos/community-x86_64/default-config.patch
(from rev 101507, lxdm/trunk/default-config.patch)
  lxdm/repos/community-x86_64/git-fixes.patch
(from rev 101507, lxdm/trunk/git-fixes.patch)
  lxdm/repos/community-x86_64/lxdm.install
(from rev 101507, lxdm/trunk/lxdm.install)
  lxdm/repos/community-x86_64/lxdm.pam
(from rev 101507, lxdm/trunk/lxdm.pam)
Deleted:
  lxdm/repos/community-i686/Xsession
  lxdm/repos/community-i686/lxdm.pam
  lxdm/repos/community-x86_64/Xsession
  lxdm/repos/community-x86_64/lxdm.pam

---+
 /Xsession |  128 +
 /lxdm.pam |   14 
 community-i686/PKGBUILD   |   67 
 community-i686/Xsession   |   64 
 community-i686/default-config.patch   |   28 
 community-i686/git-fixes.patch| 4067 
 community-i686/lxdm.install   |   17 
 community-i686/lxdm.pam   |7 
 community-x86_64/PKGBUILD |   67 
 community-x86_64/Xsession |   64 
 community-x86_64/default-config.patch |   28 
 community-x86_64/git-fixes.patch  | 4067 
 community-x86_64/lxdm.install |   17 
 community-x86_64/lxdm.pam |7 
 14 files changed, 8500 insertions(+), 142 deletions(-)

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


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

2013-11-26 Thread Bartłomiej Piotrowski
Date: Tuesday, November 26, 2013 @ 20:19:01
  Author: bpiotrowski
Revision: 200344

upgpkg: mplayer 36498-4

- use ttf-font instead of ttf-dejavu (FS#36682)

Modified:
  mplayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-26 17:54:59 UTC (rev 200343)
+++ PKGBUILD2013-11-26 19:19:01 UTC (rev 200344)
@@ -5,7 +5,7 @@
 pkgbase=mplayer
 pkgname=('mplayer' 'mencoder')
 pkgver=36498
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 makedepends=(
 'libxxf86dga' 'libxxf86vm' 'libmad' 'libxinerama' 'sdl' 'lame' 'libtheora'
@@ -69,7 +69,7 @@
 install=mplayer.install
 backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf')
 depends=(
-'desktop-file-utils' 'ttf-dejavu' 'enca' 'libxss' 'a52dec' 'libvpx'
+'desktop-file-utils' 'ttf-font' 'enca' 'libxss' 'a52dec' 'libvpx'
 'lirc-utils' 'x264' 'libmng' 'libdca' 'aalib' 'lame' 'fontconfig'
 'libgl' 'libxinerama' 'libvdpau' 'libpulse' 'smbclient' 'xvidcore'
 'opencore-amr' 'jack' 'libmad' 'sdl' 'libtheora' 'libcaca' 
'libxxf86dga'
@@ -83,12 +83,7 @@
 install -Dm644 etc/{codecs.conf,input.conf,example.conf} \
 $pkgdir/etc/mplayer/
 
-install -dm755 $pkgdir/usr/share/mplayer/
-ln -s /usr/share/fonts/TTF/DejaVuSans.ttf \
-$pkgdir/usr/share/mplayer/subfont.ttf
-rm -rf $pkgdir/usr/share/mplayer/font
-
-#desktop file  FS#14770
+# desktop file  FS#14770
 install -Dm644 $srcdir/mplayer.desktop \
 $pkgdir/usr/share/applications/mplayer.desktop
 install -Dm644 etc/mplayer256x256.png \



[arch-commits] Commit in mplayer/repos (24 files)

2013-11-26 Thread Bartłomiej Piotrowski
Date: Tuesday, November 26, 2013 @ 20:19:27
  Author: bpiotrowski
Revision: 200345

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

Added:
  mplayer/repos/extra-i686/PKGBUILD
(from rev 200344, mplayer/trunk/PKGBUILD)
  mplayer/repos/extra-i686/cdio-includes.patch
(from rev 200344, mplayer/trunk/cdio-includes.patch)
  mplayer/repos/extra-i686/include-samba-4.0.patch
(from rev 200344, mplayer/trunk/include-samba-4.0.patch)
  mplayer/repos/extra-i686/mplayer.desktop
(from rev 200344, mplayer/trunk/mplayer.desktop)
  mplayer/repos/extra-i686/mplayer.install
(from rev 200344, mplayer/trunk/mplayer.install)
  mplayer/repos/extra-i686/mplayer.png
(from rev 200344, mplayer/trunk/mplayer.png)
  mplayer/repos/extra-x86_64/PKGBUILD
(from rev 200344, mplayer/trunk/PKGBUILD)
  mplayer/repos/extra-x86_64/cdio-includes.patch
(from rev 200344, mplayer/trunk/cdio-includes.patch)
  mplayer/repos/extra-x86_64/include-samba-4.0.patch
(from rev 200344, mplayer/trunk/include-samba-4.0.patch)
  mplayer/repos/extra-x86_64/mplayer.desktop
(from rev 200344, mplayer/trunk/mplayer.desktop)
  mplayer/repos/extra-x86_64/mplayer.install
(from rev 200344, mplayer/trunk/mplayer.install)
  mplayer/repos/extra-x86_64/mplayer.png
(from rev 200344, mplayer/trunk/mplayer.png)
Deleted:
  mplayer/repos/extra-i686/PKGBUILD
  mplayer/repos/extra-i686/cdio-includes.patch
  mplayer/repos/extra-i686/include-samba-4.0.patch
  mplayer/repos/extra-i686/mplayer.desktop
  mplayer/repos/extra-i686/mplayer.install
  mplayer/repos/extra-i686/mplayer.png
  mplayer/repos/extra-x86_64/PKGBUILD
  mplayer/repos/extra-x86_64/cdio-includes.patch
  mplayer/repos/extra-x86_64/include-samba-4.0.patch
  mplayer/repos/extra-x86_64/mplayer.desktop
  mplayer/repos/extra-x86_64/mplayer.install
  mplayer/repos/extra-x86_64/mplayer.png

--+
 /PKGBUILD|  212 +
 /cdio-includes.patch |   86 +
 /include-samba-4.0.patch |   24 +++
 /mplayer.desktop |   44 ++
 /mplayer.install |   22 +++
 extra-i686/PKGBUILD  |  111 -
 extra-i686/cdio-includes.patch   |   43 --
 extra-i686/include-samba-4.0.patch   |   12 -
 extra-i686/mplayer.desktop   |   22 ---
 extra-i686/mplayer.install   |   11 -
 extra-x86_64/PKGBUILD|  111 -
 extra-x86_64/cdio-includes.patch |   43 --
 extra-x86_64/include-samba-4.0.patch |   12 -
 extra-x86_64/mplayer.desktop |   22 ---
 extra-x86_64/mplayer.install |   11 -
 15 files changed, 388 insertions(+), 398 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-26 19:19:01 UTC (rev 200344)
+++ extra-i686/PKGBUILD 2013-11-26 19:19:27 UTC (rev 200345)
@@ -1,111 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgbase=mplayer
-pkgname=('mplayer' 'mencoder')
-pkgver=36498
-pkgrel=3
-arch=('i686' 'x86_64')
-makedepends=(
-'libxxf86dga' 'libxxf86vm' 'libmad' 'libxinerama' 'sdl' 'lame' 'libtheora'
-'xvidcore' 'libmng' 'libxss' 'libgl' 'smbclient' 'aalib' 'jack' 'libcaca'
-'x264' 'faac' 'faad2' 'lirc-utils'  'libxvmc' 'enca' 'libvdpau' 
'opencore-amr'
-'libdca' 'a52dec' 'schroedinger' 'libvpx' 'libpulse' 'fribidi' 'unzip' 
'mesa'
-'live-media' 'yasm' 'git' 'fontconfig' 'mpg123' 'ladspa' 'libass' 
'libbluray'
-'libcdio-paranoia' 'opus'
-)
-license=('GPL')
-url='http://www.mplayerhq.hu/'
-options=('!buildflags' '!emptydirs')
-source=(ftp://ftp.archlinux.org/other/packages/$pkgbase/$pkgbase-$pkgver.tar.xz
-http://ffmpeg.org/releases/ffmpeg-2.1.tar.bz2
-mplayer.desktop
-cdio-includes.patch
-include-samba-4.0.patch)
-md5sums=('8b856e8833d910b6e38b04bb8453d0dc'
- '4ec1cedd4c7753512462f70b347c338a'
- '62f44a58f072b2b1a3c3d3e4976d64b3'
- '7b5be7191aafbea64218dc4916343bbc'
- '868a92bdef148df7f38bfa992b26ce9d')
-
-prepare() {
-cd $pkgbase-$pkgver
-patch -p0 -i ../cdio-includes.patch
-patch -p1 -i ../include-samba-4.0.patch
-
-mv ../ffmpeg-2.1 ./ffmpeg
-}
-
-build() {
-cd $pkgbase-$pkgver
-
-./configure --prefix=/usr \
---enable-runtime-cpudetection \
---disable-gui \
---disable-arts \
---disable-liblzo \
---disable-speex \
---disable-openal \
---disable-libdv \
---disable-musepack \
---disable-esd \
---disable-mga \
---disable-ass-internal \
---disable-cdparanoia \
---enable-xvmc \
---enable-radio \
---enable-radio-capture \
---enable-smb \
---language=all \
---confdir=/etc/mplayer 
-[[ $CARCH = i686 ]]   sed 

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

2013-11-26 Thread Bartłomiej Piotrowski
Date: Tuesday, November 26, 2013 @ 20:25:28
  Author: bpiotrowski
Revision: 101509

upgpkg: mpv 0.2.3-3

- switch to Lua 5.2

Modified:
  mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-26 19:15:27 UTC (rev 101508)
+++ PKGBUILD2013-11-26 19:25:28 UTC (rev 101509)
@@ -4,7 +4,7 @@
 
 pkgname=mpv
 pkgver=0.2.3
-pkgrel=2
+pkgrel=3
 pkgdesc='Video player based on MPlayer/mplayer2'
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -12,7 +12,7 @@
 depends=(
  'portaudio' 'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 
'libxinerama'
  'libquvi' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils'
- 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua51'
+ 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua'
 )
 makedepends=('mesa' 'python-docutils')
 options=(!emptydirs)



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

2013-11-26 Thread Bartłomiej Piotrowski
Date: Tuesday, November 26, 2013 @ 20:25:39
  Author: bpiotrowski
Revision: 101510

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

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

--+
 /PKGBUILD|  108 +
 /mpv.install |   24 +
 community-i686/PKGBUILD  |   54 
 community-i686/mpv.install   |   12 
 community-x86_64/PKGBUILD|   54 
 community-x86_64/mpv.install |   12 
 6 files changed, 132 insertions(+), 132 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-26 19:25:28 UTC (rev 101509)
+++ community-i686/PKGBUILD 2013-11-26 19:25:39 UTC (rev 101510)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Eivind Uggedal eiv...@uggedal.com
-
-pkgname=mpv
-pkgver=0.2.3
-pkgrel=2
-pkgdesc='Video player based on MPlayer/mplayer2'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mpv.io'
-depends=(
- 'portaudio' 'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 
'libxinerama'
- 'libquvi' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils'
- 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua51'
-)
-makedepends=('mesa' 'python-docutils')
-options=(!emptydirs)
-install=mpv.install
-source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('11f25760d7666e6d41d85f06cece8f17')
-
-build() {
-  unset CFLAGS
-  unset LDFLAGS
-
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---confdir=/etc/mpv \
---disable-lircc \
---disable-joystick \
---disable-radio \
---disable-radio-capture \
---disable-radio-v4l2 \
---disable-rpath \
---disable-libbs2b \
---disable-direct3d \
---disable-corevideo \
---disable-cocoa \
---disable-coreaudio
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make -j1 DESTDIR=$pkgdir install
-
-  install -d $pkgdir/usr/share/doc/mpv/examples
-  install -m644 etc/{input,example,encoding-example-profiles}.conf \
-$pkgdir/usr/share/doc/mpv/examples
-  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
-$pkgdir/usr/share/doc/mpv
-}

Copied: mpv/repos/community-i686/PKGBUILD (from rev 101509, mpv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-26 19:25:39 UTC (rev 101510)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Eivind Uggedal eiv...@uggedal.com
+
+pkgname=mpv
+pkgver=0.2.3
+pkgrel=3
+pkgdesc='Video player based on MPlayer/mplayer2'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mpv.io'
+depends=(
+ 'portaudio' 'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 
'libxinerama'
+ 'libquvi' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils'
+ 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua'
+)
+makedepends=('mesa' 'python-docutils')
+options=(!emptydirs)
+install=mpv.install
+source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
+md5sums=('11f25760d7666e6d41d85f06cece8f17')
+
+build() {
+  unset CFLAGS
+  unset LDFLAGS
+
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--confdir=/etc/mpv \
+--disable-lircc \
+--disable-joystick \
+--disable-radio \
+--disable-radio-capture \
+--disable-radio-v4l2 \
+--disable-rpath \
+--disable-libbs2b \
+--disable-direct3d \
+--disable-corevideo \
+--disable-cocoa \
+--disable-coreaudio
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make -j1 DESTDIR=$pkgdir install
+
+  install -d $pkgdir/usr/share/doc/mpv/examples
+  install -m644 etc/{input,example,encoding-example-profiles}.conf \
+$pkgdir/usr/share/doc/mpv/examples
+  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
+$pkgdir/usr/share/doc/mpv
+}

Deleted: community-i686/mpv.install
===
--- community-i686/mpv.install  2013-11-26 19:25:28 UTC (rev 101509)
+++ community-i686/mpv.install  2013-11-26 19:25:39 UTC (rev 101510)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  

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

2013-11-26 Thread Alexander Rødseth
Date: Tuesday, November 26, 2013 @ 21:07:32
  Author: arodseth
Revision: 101511

upgpkg: setconf 0.6.2-2

Modified:
  setconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-26 19:25:39 UTC (rev 101510)
+++ PKGBUILD2013-11-26 20:07:32 UTC (rev 101511)
@@ -3,15 +3,19 @@
 
 pkgname=setconf
 pkgver=0.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Utility to easily change settings in configuration files'
 arch=('any')
 url='http://setconf.roboticoverlords.org/'
 license=('GPL2')
-depends=('python') # or python2
+depends=('python2')
 source=(http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz;)
 sha256sums=('8f91dc5cc24cc9d4f7c34fbc657259384f99d7222b6df9375bac5436d601d0c2')
 
+prepare() {
+  sed -i 's:usr/bin/python:usr/bin/python2:' $pkgname-$pkgver/$pkgname.py
+}
+
 package() {
   cd $pkgname-$pkgver
 



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

2013-11-26 Thread Alexander Rødseth
Date: Tuesday, November 26, 2013 @ 21:07:38
  Author: arodseth
Revision: 101512

archrelease: copy trunk to community-any

Added:
  setconf/repos/community-any/PKGBUILD
(from rev 101511, setconf/trunk/PKGBUILD)
Deleted:
  setconf/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-26 20:07:32 UTC (rev 101511)
+++ PKGBUILD2013-11-26 20:07:38 UTC (rev 101512)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-
-pkgname=setconf
-pkgver=0.6.2
-pkgrel=1
-pkgdesc='Utility to easily change settings in configuration files'
-arch=('any')
-url='http://setconf.roboticoverlords.org/'
-license=('GPL2')
-depends=('python') # or python2
-source=(http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz;)
-sha256sums=('8f91dc5cc24cc9d4f7c34fbc657259384f99d7222b6df9375bac5436d601d0c2')
-
-package() {
-  cd $pkgname-$pkgver
-
-  install -Dm755 $pkgname.py $pkgdir/usr/bin/$pkgname
-  install -Dm644 $pkgname.1.gz $pkgdir/usr/share/man/man1/$pkgname.1.gz
-}
-
-# vim:set ts=2 sw=2 et:

Copied: setconf/repos/community-any/PKGBUILD (from rev 101511, 
setconf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-26 20:07:38 UTC (rev 101512)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+
+pkgname=setconf
+pkgver=0.6.2
+pkgrel=2
+pkgdesc='Utility to easily change settings in configuration files'
+arch=('any')
+url='http://setconf.roboticoverlords.org/'
+license=('GPL2')
+depends=('python2')
+source=(http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz;)
+sha256sums=('8f91dc5cc24cc9d4f7c34fbc657259384f99d7222b6df9375bac5436d601d0c2')
+
+prepare() {
+  sed -i 's:usr/bin/python:usr/bin/python2:' $pkgname-$pkgver/$pkgname.py
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -Dm755 $pkgname.py $pkgdir/usr/bin/$pkgname
+  install -Dm644 $pkgname.1.gz $pkgdir/usr/share/man/man1/$pkgname.1.gz
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in (5 files)

2013-11-26 Thread Alexander Rødseth
Date: Tuesday, November 26, 2013 @ 21:27:35
  Author: arodseth
Revision: 101513

Moving from AUR. 68 votes. GPL.

Added:
  ccgo/
  ccgo/repos/
  ccgo/repos/community-i686/
  ccgo/repos/community-x86_64/
  ccgo/trunk/



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

2013-11-26 Thread Alexander Rødseth
Date: Tuesday, November 26, 2013 @ 21:31:21
  Author: arodseth
Revision: 101514

Initial checkin

Added:
  ccgo/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-26 20:31:21 UTC (rev 101514)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Guillem Rieu guill...@gmx.net
+
+pkgname=ccgo
+pkgver=0.3.6.4
+pkgrel=3
+pkgdesc='Play the game of Go with gnugo or against other players on IGS'
+arch=('x86_64' 'i686')
+url='http://ccdw.org/~cjj/prog/ccgo/'
+license=('GPL')
+depends=('gtkmm' 'gconfmm')
+source=(http://ccdw.org/~cjj/prog/$pkgname/src/$pkgname-$pkgver.tar.gz;)
+sha256sums=('34009286564d42d8518d579f6aae9de4')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C $srcdir/$pkgname-$pkgver DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:


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


[arch-commits] Commit in ccgo/repos (2 files)

2013-11-26 Thread Alexander Rødseth
Date: Tuesday, November 26, 2013 @ 21:38:54
  Author: arodseth
Revision: 101516

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

Added:
  ccgo/repos/community-i686/PKGBUILD
(from rev 101515, ccgo/trunk/PKGBUILD)
  ccgo/repos/community-x86_64/PKGBUILD
(from rev 101515, ccgo/trunk/PKGBUILD)

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

Copied: ccgo/repos/community-i686/PKGBUILD (from rev 101515, 
ccgo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-26 20:38:54 UTC (rev 101516)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Guillem Rieu guill...@gmx.net
+
+pkgname=ccgo
+pkgver=0.3.6.4
+pkgrel=3
+pkgdesc='Play the game of Go with gnugo or against other players on IGS'
+arch=('x86_64' 'i686')
+url='http://ccdw.org/~cjj/prog/ccgo/'
+license=('GPL')
+depends=('gtkmm' 'gconfmm')
+source=(http://ccdw.org/~cjj/prog/$pkgname/src/$pkgname-$pkgver.tar.gz;)
+sha256sums=('1975a4e9b6661f6613dd3a00b3ee7e176b80244f555a184b258b50ef4352a890')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C $srcdir/$pkgname-$pkgver DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: ccgo/repos/community-x86_64/PKGBUILD (from rev 101515, 
ccgo/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-11-26 20:38:54 UTC (rev 101516)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Guillem Rieu guill...@gmx.net
+
+pkgname=ccgo
+pkgver=0.3.6.4
+pkgrel=3
+pkgdesc='Play the game of Go with gnugo or against other players on IGS'
+arch=('x86_64' 'i686')
+url='http://ccdw.org/~cjj/prog/ccgo/'
+license=('GPL')
+depends=('gtkmm' 'gconfmm')
+source=(http://ccdw.org/~cjj/prog/$pkgname/src/$pkgname-$pkgver.tar.gz;)
+sha256sums=('1975a4e9b6661f6613dd3a00b3ee7e176b80244f555a184b258b50ef4352a890')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C $srcdir/$pkgname-$pkgver DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-11-26 Thread Alexander Rødseth
Date: Tuesday, November 26, 2013 @ 21:38:44
  Author: arodseth
Revision: 101515

upgpkg: ccgo 0.3.6.4-3

Modified:
  ccgo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-26 20:31:21 UTC (rev 101514)
+++ PKGBUILD2013-11-26 20:38:44 UTC (rev 101515)
@@ -11,7 +11,7 @@
 license=('GPL')
 depends=('gtkmm' 'gconfmm')
 source=(http://ccdw.org/~cjj/prog/$pkgname/src/$pkgname-$pkgver.tar.gz;)
-sha256sums=('34009286564d42d8518d579f6aae9de4')
+sha256sums=('1975a4e9b6661f6613dd3a00b3ee7e176b80244f555a184b258b50ef4352a890')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-11-26 Thread Eric Bélanger
Date: Tuesday, November 26, 2013 @ 21:55:02
  Author: eric
Revision: 101517

upgpkg: avrdude 6.0.1-2

Rebuild against libftdi 1.0

Modified:
  avrdude/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-26 20:38:54 UTC (rev 101516)
+++ PKGBUILD2013-11-26 20:55:02 UTC (rev 101517)
@@ -4,7 +4,7 @@
 
 pkgname=avrdude
 pkgver=6.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Download/upload/manipulate the ROM and EEPROM contents of AVR 
microcontrollers
 arch=('i686' 'x86_64')
 url=http://www.nongnu.org/avrdude/;



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

2013-11-26 Thread Eric Bélanger
Date: Tuesday, November 26, 2013 @ 21:55:38
  Author: eric
Revision: 101518

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

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

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

Copied: avrdude/repos/community-staging-i686/PKGBUILD (from rev 101517, 
avrdude/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-11-26 20:55:38 UTC (rev 101518)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Maintainer: Brad Fanella bradfane...@archlinux.us
+
+pkgname=avrdude
+pkgver=6.0.1
+pkgrel=2
+pkgdesc=Download/upload/manipulate the ROM and EEPROM contents of AVR 
microcontrollers
+arch=('i686' 'x86_64')
+url=http://www.nongnu.org/avrdude/;
+license=('GPL')
+depends=('libusbx' 'readline' 'libftdi')
+source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('346ec2e46393a54ac152b95abf1d9850'
+ 'SKIP')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure --mandir=/usr/share/man \
+   --prefix=/usr \
+   --sysconfdir=/etc
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+}

Copied: avrdude/repos/community-staging-x86_64/PKGBUILD (from rev 101517, 
avrdude/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-11-26 20:55:38 UTC (rev 101518)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Maintainer: Brad Fanella bradfane...@archlinux.us
+
+pkgname=avrdude
+pkgver=6.0.1
+pkgrel=2
+pkgdesc=Download/upload/manipulate the ROM and EEPROM contents of AVR 
microcontrollers
+arch=('i686' 'x86_64')
+url=http://www.nongnu.org/avrdude/;
+license=('GPL')
+depends=('libusbx' 'readline' 'libftdi')
+source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('346ec2e46393a54ac152b95abf1d9850'
+ 'SKIP')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure --mandir=/usr/share/man \
+   --prefix=/usr \
+   --sysconfdir=/etc
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+}



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

2013-11-26 Thread Jan Steffens
Date: Tuesday, November 26, 2013 @ 23:10:24
  Author: heftig
Revision: 200346

3.2.5

Modified:
  gthumb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-26 19:19:27 UTC (rev 200345)
+++ PKGBUILD2013-11-26 22:10:24 UTC (rev 200346)
@@ -4,7 +4,7 @@
 # Contributor: Tobias Kieslich tob...@justdreams.de
 
 pkgname=gthumb
-pkgver=3.2.4
+pkgver=3.2.5
 pkgrel=1
 pkgdesc=Image browser and viewer for the GNOME Desktop
 arch=(i686 x86_64)
@@ -22,7 +22,7 @@
 options=('!emptydirs')
 install=gthumb.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0b94e7317911334c80fce5116970186963419fd0c25eed4ecca2a4ddcc968177')
+sha256sums=('4cc37f7d059351e1284cf7c245f30d20b078b443327fa3d87e0b79a325b873ea')
 
 prepare() {
   cd $pkgname-$pkgver



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

2013-11-26 Thread Jan Steffens
Date: Tuesday, November 26, 2013 @ 23:12:15
  Author: heftig
Revision: 200347

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

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

-+
 /PKGBUILD   |  102 ++
 /gthumb.install |   38 +++
 extra-i686/PKGBUILD |   51 -
 extra-i686/gthumb.install   |   19 ---
 extra-x86_64/PKGBUILD   |   51 -
 extra-x86_64/gthumb.install |   19 ---
 6 files changed, 140 insertions(+), 140 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-26 22:10:24 UTC (rev 200346)
+++ extra-i686/PKGBUILD 2013-11-26 22:12:15 UTC (rev 200347)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Tobias Kieslich tob...@justdreams.de
-
-pkgname=gthumb
-pkgver=3.2.4
-pkgrel=1
-pkgdesc=Image browser and viewer for the GNOME Desktop
-arch=(i686 x86_64)
-license=(GPL)
-url=http://live.gnome.org/gthumb;
-depends=(desktop-file-utils hicolor-icon-theme dconf librsvg clutter-gtk
- gst-plugins-base-libs gsettings-desktop-schemas libwebp libsecret
- libsoup webkitgtk json-glib)
-makedepends=(intltool libchamplain libopenraw exiv2 itstool brasero librsvg 
libopenraw liboauth docbook-xsl)
-optdepends=('libopenraw: read RAW files'
-'exiv2: metadata support'
-'libchamplain: map viewer'
-'brasero: burn discs'
-'liboauth: web albums')
-options=('!emptydirs')
-install=gthumb.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0b94e7317911334c80fce5116970186963419fd0c25eed4ecca2a4ddcc968177')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-libchamplain --enable-libopenraw
-  
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gthumb/repos/extra-i686/PKGBUILD (from rev 200346, 
gthumb/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-26 22:12:15 UTC (rev 200347)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+
+pkgname=gthumb
+pkgver=3.2.5
+pkgrel=1
+pkgdesc=Image browser and viewer for the GNOME Desktop
+arch=(i686 x86_64)
+license=(GPL)
+url=http://live.gnome.org/gthumb;
+depends=(desktop-file-utils hicolor-icon-theme dconf librsvg clutter-gtk
+ gst-plugins-base-libs gsettings-desktop-schemas libwebp libsecret
+ libsoup webkitgtk json-glib)
+makedepends=(intltool libchamplain libopenraw exiv2 itstool brasero librsvg 
libopenraw liboauth docbook-xsl)
+optdepends=('libopenraw: read RAW files'
+'exiv2: metadata support'
+'libchamplain: map viewer'
+'brasero: burn discs'
+'liboauth: web albums')
+options=('!emptydirs')
+install=gthumb.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4cc37f7d059351e1284cf7c245f30d20b078b443327fa3d87e0b79a325b873ea')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-libchamplain --enable-libopenraw
+  
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


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

2013-11-26 Thread Thomas Bächler
Date: Tuesday, November 26, 2013 @ 23:30:48
  Author: thomas
Revision: 200348

upgpkg: libpcap 1.5.1-1

Modified:
  libpcap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-26 22:12:15 UTC (rev 200347)
+++ PKGBUILD2013-11-26 22:30:48 UTC (rev 200348)
@@ -2,7 +2,7 @@
 # Maintainer: Thomas Bächler tho...@archlinux.org
 
 pkgname=libpcap
-pkgver=1.4.0
+pkgver=1.5.1
 pkgrel=1
 pkgdesc=A system-independent interface for user-level packet capture
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('glibc' 'libnl' 'sh' 'libusbx')
 makedepends=('flex')
 source=(http://www.tcpdump.org/release/libpcap-${pkgver}.tar.gz{,.sig})
-sha256sums=('7c6a2a4f71e8ab09804e6b4fb3aff998c5583108ac42c0e2967eee8e1dbc7406'
+sha256sums=('259db4fe1e9f0b6b9c43a057ec5916dec7d0a821b00d6d6c4dff7db2445fa7e4'
 'SKIP')
 
 build() {
@@ -24,8 +24,6 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   install -d -m755 ${pkgdir}/usr/bin
   make DESTDIR=${pkgdir} install
-  # remove static library
-  rm -rf ${pkgdir}/usr/lib/libpcap.a
   
   # backwards compatibility, programs often look for net/bpf.h
   mkdir -p ${pkgdir}/usr/include/net
@@ -32,6 +30,6 @@
   cd ${pkgdir}/usr/include/net
   ln -s ../pcap-bpf.h bpf.h
 
-  #install the license
+  # install the license
   install -D -m644 ${srcdir}/$pkgname-$pkgver/LICENSE 
${pkgdir}/usr/share/licenses/$pkgname/LICENSE
 }



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

2013-11-26 Thread Thomas Bächler
Date: Tuesday, November 26, 2013 @ 23:30:59
  Author: thomas
Revision: 200349

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

Added:
  libpcap/repos/testing-i686/
  libpcap/repos/testing-i686/PKGBUILD
(from rev 200348, libpcap/trunk/PKGBUILD)
  libpcap/repos/testing-x86_64/
  libpcap/repos/testing-x86_64/PKGBUILD
(from rev 200348, libpcap/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: libpcap/repos/testing-i686/PKGBUILD (from rev 200348, 
libpcap/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-11-26 22:30:59 UTC (rev 200349)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=libpcap
+pkgver=1.5.1
+pkgrel=1
+pkgdesc=A system-independent interface for user-level packet capture
+arch=('i686' 'x86_64')
+url=http://www.tcpdump.org/;
+license=('BSD')
+depends=('glibc' 'libnl' 'sh' 'libusbx')
+makedepends=('flex')
+source=(http://www.tcpdump.org/release/libpcap-${pkgver}.tar.gz{,.sig})
+sha256sums=('259db4fe1e9f0b6b9c43a057ec5916dec7d0a821b00d6d6c4dff7db2445fa7e4'
+'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-ipv6 --with-libnl
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  install -d -m755 ${pkgdir}/usr/bin
+  make DESTDIR=${pkgdir} install
+  
+  # backwards compatibility, programs often look for net/bpf.h
+  mkdir -p ${pkgdir}/usr/include/net
+  cd ${pkgdir}/usr/include/net
+  ln -s ../pcap-bpf.h bpf.h
+
+  # install the license
+  install -D -m644 ${srcdir}/$pkgname-$pkgver/LICENSE 
${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Copied: libpcap/repos/testing-x86_64/PKGBUILD (from rev 200348, 
libpcap/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-11-26 22:30:59 UTC (rev 200349)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=libpcap
+pkgver=1.5.1
+pkgrel=1
+pkgdesc=A system-independent interface for user-level packet capture
+arch=('i686' 'x86_64')
+url=http://www.tcpdump.org/;
+license=('BSD')
+depends=('glibc' 'libnl' 'sh' 'libusbx')
+makedepends=('flex')
+source=(http://www.tcpdump.org/release/libpcap-${pkgver}.tar.gz{,.sig})
+sha256sums=('259db4fe1e9f0b6b9c43a057ec5916dec7d0a821b00d6d6c4dff7db2445fa7e4'
+'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-ipv6 --with-libnl
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  install -d -m755 ${pkgdir}/usr/bin
+  make DESTDIR=${pkgdir} install
+  
+  # backwards compatibility, programs often look for net/bpf.h
+  mkdir -p ${pkgdir}/usr/include/net
+  cd ${pkgdir}/usr/include/net
+  ln -s ../pcap-bpf.h bpf.h
+
+  # install the license
+  install -D -m644 ${srcdir}/$pkgname-$pkgver/LICENSE 
${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}



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

2013-11-26 Thread Alexander Rødseth
Date: Tuesday, November 26, 2013 @ 23:45:06
  Author: arodseth
Revision: 101519

Compiling with jack instead of alsa per request from speps

Modified:
  chuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-26 20:55:38 UTC (rev 101518)
+++ PKGBUILD2013-11-26 22:45:06 UTC (rev 101519)
@@ -8,17 +8,18 @@
 
 pkgname=chuck
 pkgver=1.3.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Concurrent, on-the-fly audio programming language'
 arch=('x86_64' 'i686')
 url='http://chuck.cs.princeton.edu/'
 license=('GPL')
-depends=('gcc-libs' 'libsndfile')
+  depends=('gcc-libs' 'libsndfile' 'jack')
 source=(http://chuck.cs.princeton.edu/release/files/$pkgname-$pkgver.tgz;)
 sha256sums=('ee0c7d94cd4053f9683f84007350992b7e7552fcc190eeba21a66de8deaf3948')
 
 build() {
-  make -C $pkgname-$pkgver/src linux-alsa # linux-jack linux-oss osx win32
+  # Other build alternatives are: linux-alsa linux-oss osx win32
+  make -C $pkgname-$pkgver/src linux-jack
 }
 
 package() {
@@ -25,7 +26,7 @@
   cd $pkgname-$pkgver/src
 
   install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname
-  mkdir -p $pkgdir/usr/share/doc/$pkgname
+  install -d $pkgdir/usr/share/doc/$pkgname
   cp -r ../examples $pkgdir/usr/share/doc/$pkgname
 }
 



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

2013-11-26 Thread Alexander Rødseth
Date: Tuesday, November 26, 2013 @ 23:50:13
  Author: arodseth
Revision: 101520

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-26 22:45:06 UTC (rev 101519)
+++ community-i686/PKGBUILD 2013-11-26 22:50:13 UTC (rev 101520)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Laurent Carlier lordhea...@gmail.com
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Contributor: Jeff Mickey j...@archlinux.org
-# Contributor: tardo ta...@nagi-fanboi.net
-
-pkgname=chuck
-pkgver=1.3.2.0
-pkgrel=1
-pkgdesc='Concurrent, on-the-fly audio programming language'
-arch=('x86_64' 'i686')
-url='http://chuck.cs.princeton.edu/'
-license=('GPL')
-depends=('gcc-libs' 'libsndfile')
-source=(http://chuck.cs.princeton.edu/release/files/$pkgname-$pkgver.tgz;)
-sha256sums=('ee0c7d94cd4053f9683f84007350992b7e7552fcc190eeba21a66de8deaf3948')
-
-build() {
-  make -C $pkgname-$pkgver/src linux-alsa # linux-jack linux-oss osx win32
-}
-
-package() {
-  cd $pkgname-$pkgver/src
-
-  install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname
-  mkdir -p $pkgdir/usr/share/doc/$pkgname
-  cp -r ../examples $pkgdir/usr/share/doc/$pkgname
-}
-
-# vim:set ts=2 sw=2 et:

Copied: chuck/repos/community-i686/PKGBUILD (from rev 101519, 
chuck/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-26 22:50:13 UTC (rev 101520)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Laurent Carlier lordhea...@gmail.com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Contributor: Jeff Mickey j...@archlinux.org
+# Contributor: tardo ta...@nagi-fanboi.net
+
+pkgname=chuck
+pkgver=1.3.2.0
+pkgrel=2
+pkgdesc='Concurrent, on-the-fly audio programming language'
+arch=('x86_64' 'i686')
+url='http://chuck.cs.princeton.edu/'
+license=('GPL')
+  depends=('gcc-libs' 'libsndfile' 'jack')
+source=(http://chuck.cs.princeton.edu/release/files/$pkgname-$pkgver.tgz;)
+sha256sums=('ee0c7d94cd4053f9683f84007350992b7e7552fcc190eeba21a66de8deaf3948')
+
+build() {
+  # Other build alternatives are: linux-alsa linux-oss osx win32
+  make -C $pkgname-$pkgver/src linux-jack
+}
+
+package() {
+  cd $pkgname-$pkgver/src
+
+  install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname
+  install -d $pkgdir/usr/share/doc/$pkgname
+  cp -r ../examples $pkgdir/usr/share/doc/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-26 22:45:06 UTC (rev 101519)
+++ community-x86_64/PKGBUILD   2013-11-26 22:50:13 UTC (rev 101520)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Laurent Carlier lordhea...@gmail.com
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Contributor: Jeff Mickey j...@archlinux.org
-# Contributor: tardo ta...@nagi-fanboi.net
-
-pkgname=chuck
-pkgver=1.3.2.0
-pkgrel=1
-pkgdesc='Concurrent, on-the-fly audio programming language'
-arch=('x86_64' 'i686')
-url='http://chuck.cs.princeton.edu/'
-license=('GPL')
-depends=('gcc-libs' 'libsndfile')
-source=(http://chuck.cs.princeton.edu/release/files/$pkgname-$pkgver.tgz;)
-sha256sums=('ee0c7d94cd4053f9683f84007350992b7e7552fcc190eeba21a66de8deaf3948')
-
-build() {
-  make -C $pkgname-$pkgver/src linux-alsa # linux-jack linux-oss osx win32
-}
-
-package() {
-  cd $pkgname-$pkgver/src
-
-  install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname
-  mkdir -p $pkgdir/usr/share/doc/$pkgname
-  cp -r ../examples $pkgdir/usr/share/doc/$pkgname
-}
-
-# vim:set ts=2 sw=2 et:

Copied: chuck/repos/community-x86_64/PKGBUILD (from rev 101519, 
chuck/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-11-26 22:50:13 UTC (rev 101520)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Laurent Carlier lordhea...@gmail.com
+# Contributor: Brad Fanella 

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

2013-11-26 Thread Maxime Gauduin
Date: Wednesday, November 27, 2013 @ 00:05:03
  Author: alucryd
Revision: 101521

upgpkg: clementine 1.2.1-1

Modified:
  clementine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-26 22:50:13 UTC (rev 101520)
+++ PKGBUILD2013-11-26 23:05:03 UTC (rev 101521)
@@ -5,7 +5,7 @@
 # Contributor: Dany Martineau dany.luc.martin...@gmail.com
 
 pkgname=clementine
-pkgver=1.2.0
+pkgver=1.2.1
 pkgrel=1
 pkgdesc=A music player and library organizer
 url=http://www.clementine-player.org/;
@@ -20,7 +20,7 @@
 'gvfs: Various devices support')
 install=${pkgname}.install
 
source=(http://clementine-player.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('563d00da4e893f7b1966ed137bcab28042151e31ea561cb7076047d3cad96f72')
+sha256sums=('db556e8bf230e2535636f5736a62ffe24ce154481fb05123e8395ab4aa64654e')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2013-11-26 Thread Maxime Gauduin
Date: Wednesday, November 27, 2013 @ 00:05:14
  Author: alucryd
Revision: 101522

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

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

-+
 /PKGBUILD   |   86 ++
 /clementine.install |   30 +++
 community-i686/PKGBUILD |   43 -
 community-i686/clementine.install   |   15 -
 community-x86_64/PKGBUILD   |   43 -
 community-x86_64/clementine.install |   15 -
 6 files changed, 116 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-26 23:05:03 UTC (rev 101521)
+++ community-i686/PKGBUILD 2013-11-26 23:05:14 UTC (rev 101522)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: BlackEagle ike.devol...@gmail.com
-# Contributor: Dany Martineau dany.luc.martin...@gmail.com
-
-pkgname=clementine
-pkgver=1.2.0
-pkgrel=1
-pkgdesc=A music player and library organizer
-url=http://www.clementine-player.org/;
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('chromaprint' 'glew' 'gstreamer0.10-base' 'libcdio' 'libgpod' 
'liblastfm' 'libmtp' 'libmygpo-qt' 'protobuf' 'qca-ossl' 'taglib')
-makedepends=('cmake' 'boost' 'mesa' 'sparsehash')
-optdepends=('gstreamer0.10-base-plugins: Base plugin libraries'
-'gstreamer0.10-good-plugins: Good plugin libraries'
-'gstreamer0.10-bad-plugins: Bad plugin libraries'
-'gstreamer0.10-ugly-plugins: Ugly plugin libraries'
-'gvfs: Various devices support')
-install=${pkgname}.install
-source=(http://clementine-player.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('563d00da4e893f7b1966ed137bcab28042151e31ea561cb7076047d3cad96f72')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build  cd build
-
-  cmake .. -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_BUILD_TYPE='Release'
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/build
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: clementine/repos/community-i686/PKGBUILD (from rev 101521, 
clementine/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-26 23:05:14 UTC (rev 101522)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: BlackEagle ike.devol...@gmail.com
+# Contributor: Dany Martineau dany.luc.martin...@gmail.com
+
+pkgname=clementine
+pkgver=1.2.1
+pkgrel=1
+pkgdesc=A music player and library organizer
+url=http://www.clementine-player.org/;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('chromaprint' 'glew' 'gstreamer0.10-base' 'libcdio' 'libgpod' 
'liblastfm' 'libmtp' 'libmygpo-qt' 'protobuf' 'qca-ossl' 'taglib')
+makedepends=('cmake' 'boost' 'mesa' 'sparsehash')
+optdepends=('gstreamer0.10-base-plugins: Base plugin libraries'
+'gstreamer0.10-good-plugins: Good plugin libraries'
+'gstreamer0.10-bad-plugins: Bad plugin libraries'
+'gstreamer0.10-ugly-plugins: Ugly plugin libraries'
+'gvfs: Various devices support')
+install=${pkgname}.install
+source=(http://clementine-player.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('db556e8bf230e2535636f5736a62ffe24ce154481fb05123e8395ab4aa64654e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+
+  cmake .. -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_BUILD_TYPE='Release'
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/clementine.install
===
--- community-i686/clementine.install   2013-11-26 23:05:03 UTC (rev 101521)
+++ community-i686/clementine.install   2013-11-26 23:05:14 UTC (rev 101522)
@@ -1,15 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
-  update-desktop-database -q
-}
-

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

2013-11-26 Thread Jan Steffens
Date: Wednesday, November 27, 2013 @ 00:07:25
  Author: heftig
Revision: 200350

0.5.7

Modified:
  gstreamer-vaapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-26 22:30:59 UTC (rev 200349)
+++ PKGBUILD2013-11-26 23:07:25 UTC (rev 200350)
@@ -3,54 +3,49 @@
 
 pkgbase=gstreamer-vaapi
 pkgname=(gst-vaapi gstreamer0.10-vaapi)
-pkgver=0.5.6
+pkgver=0.5.7
 pkgrel=1
 pkgdesc=GStreamer Multimedia Framework VA Plugins
 arch=(i686 x86_64)
 license=(LGPL)
 url=http://www.freedesktop.org/software/vaapi/releases/gstreamer-vaapi/;
-makedepends=(gst-plugins-base gst-plugins-bad gstreamer0.10-base-plugins 
gstreamer0.10-bad-plugins libva
- libxrandr)
+makedepends=(gst-plugins-base gst-plugins-bad gstreamer0.10-base-plugins 
gstreamer0.10-bad-plugins
+ libva libxrandr)
 options=(!emptydirs)
 
+#source=(git://gitorious.org/vaapi/${pkgbase}.git#tag=$pkgver)
 source=($url/$pkgbase-${pkgver}.tar.bz2)
-sha1sums=('884a47cc4916f441bec160235927556a79c7ea09')
+sha1sums=('6baa794e5f95a22fbb5e0788ec29c8a78f40b5b3')
 
 prepare() {
-  cd $pkgbase-$pkgver
-  mkdir build-1.0 build-0.10
+  mkdir build build-0.10
+  #cd $pkgbase
+  #NO_CONFIGURE=1 ./autogen.sh
 }
 
-build() {
-  cd $pkgbase-$pkgver/build-1.0
-  ../configure --prefix=/usr --disable-static --with-gstreamer-api=1.0
+_build() (
+  cd $1; shift
+  ../$pkgbase-$pkgver/configure --prefix=/usr --disable-static $@
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
+)
 
-  cd ../build-0.10
-  ../configure --prefix=/usr --disable-static --with-gstreamer-api=0.10 
--disable-wayland
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
+build() {
+  _build build
+  _build build-0.10 --with-gstreamer-api=0.10 --disable-wayland
 }
 
 check() {
-  cd $pkgbase-$pkgver/build-1.0
-  make check
-
-  cd ../build-0.10
-  make check
+  make -C build -k check
+  make -C build-0.10 -k check
 }
 
 package_gst-vaapi() {
   depends=(gst-plugins-base gst-plugins-bad libva libxrandr)
-
-  cd $pkgbase-$pkgver/build-1.0
-  make DESTDIR=$pkgdir install
+  make -C build DESTDIR=$pkgdir install
 }
 
 package_gstreamer0.10-vaapi() {
   depends=(gstreamer0.10-base-plugins gstreamer0.10-bad-plugins libva 
libxrandr)
-
-  cd $pkgbase-$pkgver/build-0.10
-  make DESTDIR=$pkgdir install
+  make -C build-0.10 DESTDIR=$pkgdir install
 }



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

2013-11-26 Thread Jan Steffens
Date: Wednesday, November 27, 2013 @ 00:08:09
  Author: heftig
Revision: 200351

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

Added:
  gstreamer-vaapi/repos/extra-i686/PKGBUILD
(from rev 200350, gstreamer-vaapi/trunk/PKGBUILD)
  gstreamer-vaapi/repos/extra-x86_64/PKGBUILD
(from rev 200350, gstreamer-vaapi/trunk/PKGBUILD)
Deleted:
  gstreamer-vaapi/repos/extra-i686/PKGBUILD
  gstreamer-vaapi/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-26 23:07:25 UTC (rev 200350)
+++ extra-i686/PKGBUILD 2013-11-26 23:08:09 UTC (rev 200351)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgbase=gstreamer-vaapi
-pkgname=(gst-vaapi gstreamer0.10-vaapi)
-pkgver=0.5.6
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework VA Plugins
-arch=(i686 x86_64)
-license=(LGPL)
-url=http://www.freedesktop.org/software/vaapi/releases/gstreamer-vaapi/;
-makedepends=(gst-plugins-base gst-plugins-bad gstreamer0.10-base-plugins 
gstreamer0.10-bad-plugins libva
- libxrandr)
-options=(!emptydirs)
-
-source=($url/$pkgbase-${pkgver}.tar.bz2)
-sha1sums=('884a47cc4916f441bec160235927556a79c7ea09')
-
-prepare() {
-  cd $pkgbase-$pkgver
-  mkdir build-1.0 build-0.10
-}
-
-build() {
-  cd $pkgbase-$pkgver/build-1.0
-  ../configure --prefix=/usr --disable-static --with-gstreamer-api=1.0
-  make
-
-  cd ../build-0.10
-  ../configure --prefix=/usr --disable-static --with-gstreamer-api=0.10 
--disable-wayland
-  make
-}
-
-check() {
-  cd $pkgbase-$pkgver/build-1.0
-  make check
-
-  cd ../build-0.10
-  make check
-}
-
-package_gst-vaapi() {
-  depends=(gst-plugins-base gst-plugins-bad libva libxrandr)
-
-  cd $pkgbase-$pkgver/build-1.0
-  make DESTDIR=$pkgdir install
-}
-
-package_gstreamer0.10-vaapi() {
-  depends=(gstreamer0.10-base-plugins gstreamer0.10-bad-plugins libva 
libxrandr)
-
-  cd $pkgbase-$pkgver/build-0.10
-  make DESTDIR=$pkgdir install
-}

Copied: gstreamer-vaapi/repos/extra-i686/PKGBUILD (from rev 200350, 
gstreamer-vaapi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-26 23:08:09 UTC (rev 200351)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgbase=gstreamer-vaapi
+pkgname=(gst-vaapi gstreamer0.10-vaapi)
+pkgver=0.5.7
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework VA Plugins
+arch=(i686 x86_64)
+license=(LGPL)
+url=http://www.freedesktop.org/software/vaapi/releases/gstreamer-vaapi/;
+makedepends=(gst-plugins-base gst-plugins-bad gstreamer0.10-base-plugins 
gstreamer0.10-bad-plugins
+ libva libxrandr)
+options=(!emptydirs)
+
+#source=(git://gitorious.org/vaapi/${pkgbase}.git#tag=$pkgver)
+source=($url/$pkgbase-${pkgver}.tar.bz2)
+sha1sums=('6baa794e5f95a22fbb5e0788ec29c8a78f40b5b3')
+
+prepare() {
+  mkdir build build-0.10
+  #cd $pkgbase
+  #NO_CONFIGURE=1 ./autogen.sh
+}
+
+_build() (
+  cd $1; shift
+  ../$pkgbase-$pkgver/configure --prefix=/usr --disable-static $@
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+)
+
+build() {
+  _build build
+  _build build-0.10 --with-gstreamer-api=0.10 --disable-wayland
+}
+
+check() {
+  make -C build -k check
+  make -C build-0.10 -k check
+}
+
+package_gst-vaapi() {
+  depends=(gst-plugins-base gst-plugins-bad libva libxrandr)
+  make -C build DESTDIR=$pkgdir install
+}
+
+package_gstreamer0.10-vaapi() {
+  depends=(gstreamer0.10-base-plugins gstreamer0.10-bad-plugins libva 
libxrandr)
+  make -C build-0.10 DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-26 23:07:25 UTC (rev 200350)
+++ extra-x86_64/PKGBUILD   2013-11-26 23:08:09 UTC (rev 200351)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgbase=gstreamer-vaapi
-pkgname=(gst-vaapi gstreamer0.10-vaapi)
-pkgver=0.5.6
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework VA Plugins
-arch=(i686 x86_64)
-license=(LGPL)
-url=http://www.freedesktop.org/software/vaapi/releases/gstreamer-vaapi/;
-makedepends=(gst-plugins-base gst-plugins-bad gstreamer0.10-base-plugins 
gstreamer0.10-bad-plugins libva
- libxrandr)
-options=(!emptydirs)
-
-source=($url/$pkgbase-${pkgver}.tar.bz2)
-sha1sums=('884a47cc4916f441bec160235927556a79c7ea09')
-
-prepare() {
-  cd $pkgbase-$pkgver
-  mkdir build-1.0 build-0.10
-}
-
-build() {
-  cd $pkgbase-$pkgver/build-1.0
-  ../configure --prefix=/usr --disable-static 

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

2013-11-26 Thread Eric Bélanger
Date: Wednesday, November 27, 2013 @ 00:19:29
  Author: eric
Revision: 200352

upgpkg: lirc 1:0.9.0-66

Change libftdi depends to libftdi-compat, Add prepare function

Modified:
  lirc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-26 23:08:09 UTC (rev 200351)
+++ PKGBUILD2013-11-26 23:19:29 UTC (rev 200352)
@@ -4,7 +4,7 @@
 pkgbase=lirc
 pkgname=('lirc' 'lirc-utils')
 pkgver=0.9.0
-pkgrel=65
+pkgrel=66
 epoch=1
 _extramodules=extramodules-3.12-ARCH
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 url=http://www.lirc.org/;
 license=('GPL')
 ### NOTICE don't forget to bump version in depends in package_lirc
-makedepends=('help2man' 'linux=3.12' 'linux3.13' 'linux-headers=3.12' 
'linux-headers3.13' 'alsa-lib' 'libx11' 'libftdi' 'libirman' 'python2')
+makedepends=('help2man' 'linux=3.12' 'linux3.13' 'linux-headers=3.12' 
'linux-headers3.13' 'alsa-lib' 'libx11' 'libftdi-compat' 'libirman' 'python2')
 options=('!makeflags' '!strip')
 
source=(http://prdownloads.sourceforge.net/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2
 lirc_wpc8769l.patch
@@ -24,9 +24,19 @@
 lircm.service 
 irexec.service
 lirc.tmpfiles)
+md5sums=('b232aef26f23fe33ea8305d276637086'
+ '1cce37e18e3f6f46044abab29016d18f'
+ 'b70cc9640505205446ec47b7d4779f38'
+ '1f8b104a2365d9f93404b143f499059b'
+ '087a7d102e1c96bf1179f38db2b0b237'
+ '9ee196bd03ea44af5a752fb0cc6ca96a'
+ '3deb02604b37811d41816e9b4385fcc3'
+ 'a9ab637e7207472e61e55a2fa75dc555'
+ '1847b9997685bc3ad2cf11bea4590a92'
+ '07131d117fcfe9dcd50c453c3a5e9531'
+ 'febf25c154a7d36f01159e84f26c2d9a')
 
-build() {
-  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+prepare() {
   cd ${srcdir}/lirc-${pkgver}
   patch -Np1 -i ${srcdir}/lirc_wpc8769l.patch
   patch -Np1 -i ${srcdir}/lircd-handle-large-config.patch
@@ -45,11 +55,17 @@
   -e 's/@X_LIBS@//g' \
   -e 's/@X_PRE_LIBS@//g' \
   -e 's/@X_EXTRA_LIBS@//g' -i Makefile.am tools/Makefile.am
+
   # fix for new automake #33497
   sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADER/' configure.ac
   libtoolize
   autoreconf
+}
 
+build() {
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+  cd ${srcdir}/lirc-${pkgver}
+
   PYTHON=python2 ./configure --enable-sandboxed --prefix=/usr \
   --with-driver=all --with-kerneldir=/usr/src/linux-${_kernver}/ \
   --with-moduledir=/usr/lib/modules/${_kernver}/kernel/drivers/misc \
@@ -60,7 +76,7 @@
   -e s:lirc_imon:: -e s:lirc_parallel:: -e s:lirc_sasem:: \
   -e s:lirc_serial:: -e s:lirc_sir:: -e s:lirc_ttusbir:: \
   -e s:lirc_atiusb:: -e s:lirc_i2c:: \
-  -i Makefile drivers/Makefile drivers/*/Makefile tools/Makefile 
+  -i Makefile drivers/Makefile drivers/*/Makefile tools/Makefile
   make
 }
 
@@ -81,7 +97,7 @@
 
 package_lirc-utils() {
   pkgdesc=Linux Infrared Remote Control utils
-  depends=('alsa-lib' 'libx11' 'libftdi' 'libirman')
+  depends=('alsa-lib' 'libx11' 'libftdi-compat' 'libirman')
   optdepends=('python2: pronto2lirc utility')
   options=('strip')
   install=lirc-utils.install
@@ -103,14 +119,3 @@
   # remove built modules
   rm -r ${pkgdir}/usr/lib/modules
 }
-md5sums=('b232aef26f23fe33ea8305d276637086'
- '1cce37e18e3f6f46044abab29016d18f'
- 'b70cc9640505205446ec47b7d4779f38'
- '1f8b104a2365d9f93404b143f499059b'
- '087a7d102e1c96bf1179f38db2b0b237'
- '9ee196bd03ea44af5a752fb0cc6ca96a'
- '3deb02604b37811d41816e9b4385fcc3'
- 'a9ab637e7207472e61e55a2fa75dc555'
- '1847b9997685bc3ad2cf11bea4590a92'
- '07131d117fcfe9dcd50c453c3a5e9531'
- 'febf25c154a7d36f01159e84f26c2d9a')



[arch-commits] Commit in lirc/repos (28 files)

2013-11-26 Thread Eric Bélanger
Date: Wednesday, November 27, 2013 @ 00:21:01
  Author: eric
Revision: 200353

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

Added:
  lirc/repos/staging-i686/
  lirc/repos/staging-i686/PKGBUILD
(from rev 200352, lirc/trunk/PKGBUILD)
  lirc/repos/staging-i686/irexec.service
(from rev 200352, lirc/trunk/irexec.service)
  lirc/repos/staging-i686/kernel-2.6.39.patch
(from rev 200352, lirc/trunk/kernel-2.6.39.patch)
  lirc/repos/staging-i686/linux-3.8.patch
(from rev 200352, lirc/trunk/linux-3.8.patch)
  lirc/repos/staging-i686/lirc-utils.install
(from rev 200352, lirc/trunk/lirc-utils.install)
  lirc/repos/staging-i686/lirc.install
(from rev 200352, lirc/trunk/lirc.install)
  lirc/repos/staging-i686/lirc.logrotate
(from rev 200352, lirc/trunk/lirc.logrotate)
  lirc/repos/staging-i686/lirc.service
(from rev 200352, lirc/trunk/lirc.service)
  lirc/repos/staging-i686/lirc.tmpfiles
(from rev 200352, lirc/trunk/lirc.tmpfiles)
  lirc/repos/staging-i686/lirc_atiusb-kfifo.patch
(from rev 200352, lirc/trunk/lirc_atiusb-kfifo.patch)
  lirc/repos/staging-i686/lirc_wpc8769l.patch
(from rev 200352, lirc/trunk/lirc_wpc8769l.patch)
  lirc/repos/staging-i686/lircd-handle-large-config.patch
(from rev 200352, lirc/trunk/lircd-handle-large-config.patch)
  lirc/repos/staging-i686/lircm.service
(from rev 200352, lirc/trunk/lircm.service)
  lirc/repos/staging-x86_64/
  lirc/repos/staging-x86_64/PKGBUILD
(from rev 200352, lirc/trunk/PKGBUILD)
  lirc/repos/staging-x86_64/irexec.service
(from rev 200352, lirc/trunk/irexec.service)
  lirc/repos/staging-x86_64/kernel-2.6.39.patch
(from rev 200352, lirc/trunk/kernel-2.6.39.patch)
  lirc/repos/staging-x86_64/linux-3.8.patch
(from rev 200352, lirc/trunk/linux-3.8.patch)
  lirc/repos/staging-x86_64/lirc-utils.install
(from rev 200352, lirc/trunk/lirc-utils.install)
  lirc/repos/staging-x86_64/lirc.install
(from rev 200352, lirc/trunk/lirc.install)
  lirc/repos/staging-x86_64/lirc.logrotate
(from rev 200352, lirc/trunk/lirc.logrotate)
  lirc/repos/staging-x86_64/lirc.service
(from rev 200352, lirc/trunk/lirc.service)
  lirc/repos/staging-x86_64/lirc.tmpfiles
(from rev 200352, lirc/trunk/lirc.tmpfiles)
  lirc/repos/staging-x86_64/lirc_atiusb-kfifo.patch
(from rev 200352, lirc/trunk/lirc_atiusb-kfifo.patch)
  lirc/repos/staging-x86_64/lirc_wpc8769l.patch
(from rev 200352, lirc/trunk/lirc_wpc8769l.patch)
  lirc/repos/staging-x86_64/lircd-handle-large-config.patch
(from rev 200352, lirc/trunk/lircd-handle-large-config.patch)
  lirc/repos/staging-x86_64/lircm.service
(from rev 200352, lirc/trunk/lircm.service)

+
 staging-i686/PKGBUILD  |  121 +++
 staging-i686/irexec.service|   11 ++
 staging-i686/kernel-2.6.39.patch   |   54 ++
 staging-i686/linux-3.8.patch   |   80 +++
 staging-i686/lirc-utils.install|7 +
 staging-i686/lirc.install  |   16 +++
 staging-i686/lirc.logrotate|5 
 staging-i686/lirc.service  |   12 ++
 staging-i686/lirc.tmpfiles |1 
 staging-i686/lirc_atiusb-kfifo.patch   |   31 +
 staging-i686/lirc_wpc8769l.patch   |   88 
 staging-i686/lircd-handle-large-config.patch   |   39 +++
 staging-i686/lircm.service |   12 ++
 staging-x86_64/PKGBUILD|  121 +++
 staging-x86_64/irexec.service  |   11 ++
 staging-x86_64/kernel-2.6.39.patch |   54 ++
 staging-x86_64/linux-3.8.patch |   80 +++
 staging-x86_64/lirc-utils.install  |7 +
 staging-x86_64/lirc.install|   16 +++
 staging-x86_64/lirc.logrotate  |5 
 staging-x86_64/lirc.service|   12 ++
 staging-x86_64/lirc.tmpfiles   |1 
 staging-x86_64/lirc_atiusb-kfifo.patch |   31 +
 staging-x86_64/lirc_wpc8769l.patch |   88 
 staging-x86_64/lircd-handle-large-config.patch |   39 +++
 staging-x86_64/lircm.service   |   12 ++
 26 files changed, 954 insertions(+)

Copied: lirc/repos/staging-i686/PKGBUILD (from rev 200352, lirc/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-11-26 23:21:01 UTC (rev 200353)
@@ -0,0 +1,121 @@
+# $Id$
+# Maintainer: Paul Mattal p...@archlinux.org
+
+pkgbase=lirc
+pkgname=('lirc' 'lirc-utils')
+pkgver=0.9.0
+pkgrel=66
+epoch=1
+_extramodules=extramodules-3.12-ARCH
+arch=('i686' 'x86_64')
+url=http://www.lirc.org/;
+license=('GPL')
+### NOTICE don't forget to bump version in depends in 

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

2013-11-26 Thread Jan Steffens
Date: Wednesday, November 27, 2013 @ 01:45:53
  Author: heftig
Revision: 200354

3.10.5

Modified:
  gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-26 23:21:01 UTC (rev 200353)
+++ PKGBUILD2013-11-27 00:45:53 UTC (rev 200354)
@@ -3,7 +3,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gtk3
-pkgver=3.10.4
+pkgver=3.10.5
 pkgrel=1
 pkgdesc=GObject-based multi-platform GUI toolkit (v3)
 arch=(i686 x86_64)
@@ -17,7 +17,7 @@
 license=(LGPL)
 
source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver%.*}/gtk+-$pkgver.tar.xz
 settings.ini)
-sha256sums=('4fd411fc6377d969d7f8e99c14d078822e8dbe940a417be299e456a3d2c4a52b'
+sha256sums=('3191f6d8e8cdf0bac1a8ed6388acc67a15acf5e276161c9b93a305938d29ccc7'
 '14369dfd1d325c393e17c105d5d5cc5501663277bd4047ea04a50abb3cfbd119')
 
 prepare() {



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

2013-11-26 Thread Jan Steffens
Date: Wednesday, November 27, 2013 @ 01:49:49
  Author: heftig
Revision: 200355

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

Added:
  gtk3/repos/extra-i686/PKGBUILD
(from rev 200354, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-i686/gtk3.install
(from rev 200354, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-i686/settings.ini
(from rev 200354, gtk3/trunk/settings.ini)
  gtk3/repos/extra-x86_64/PKGBUILD
(from rev 200354, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-x86_64/gtk3.install
(from rev 200354, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-x86_64/settings.ini
(from rev 200354, gtk3/trunk/settings.ini)
Deleted:
  gtk3/repos/extra-i686/PKGBUILD
  gtk3/repos/extra-i686/gtk3.install
  gtk3/repos/extra-i686/settings.ini
  gtk3/repos/extra-x86_64/PKGBUILD
  gtk3/repos/extra-x86_64/gtk3.install
  gtk3/repos/extra-x86_64/settings.ini

---+
 /PKGBUILD |   98 
 /gtk3.install |   32 ++
 /settings.ini |8 +++
 extra-i686/PKGBUILD   |   49 --
 extra-i686/gtk3.install   |   16 ---
 extra-i686/settings.ini   |4 -
 extra-x86_64/PKGBUILD |   49 --
 extra-x86_64/gtk3.install |   16 ---
 extra-x86_64/settings.ini |4 -
 9 files changed, 138 insertions(+), 138 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-27 00:45:53 UTC (rev 200354)
+++ extra-i686/PKGBUILD 2013-11-27 00:49:49 UTC (rev 200355)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=gtk3
-pkgver=3.10.4
-pkgrel=1
-pkgdesc=GObject-based multi-platform GUI toolkit (v3)
-arch=(i686 x86_64)
-url=http://www.gtk.org/;
-install=gtk3.install
-depends=(atk cairo gtk-update-icon-cache libcups libxcursor libxinerama 
libxrandr libxi
- libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk 
wayland libxkbcommon)
-makedepends=(gobject-introspection)
-optdepends=('gnome-themes-standard: Default widget theme'
-'gnome-icon-theme: Default icon theme')
-license=(LGPL)
-source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver%.*}/gtk+-$pkgver.tar.xz
-settings.ini)
-sha256sums=('4fd411fc6377d969d7f8e99c14d078822e8dbe940a417be299e456a3d2c4a52b'
-'14369dfd1d325c393e17c105d5d5cc5501663277bd4047ea04a50abb3cfbd119')
-
-prepare() {
-cd gtk+-$pkgver
-}
-
-build() {
-cd gtk+-$pkgver
-
-CXX=/bin/false ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-gtk2-dependency \
---disable-schemas-compile \
---enable-x11-backend \
---enable-broadway-backend \
---enable-wayland-backend
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=655517
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd gtk+-$pkgver
-make DESTDIR=$pkgdir install
-install -Dm644 ../settings.ini $pkgdir/usr/share/gtk-3.0/settings.ini
-}

Copied: gtk3/repos/extra-i686/PKGBUILD (from rev 200354, gtk3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-27 00:49:49 UTC (rev 200355)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gtk3
+pkgver=3.10.5
+pkgrel=1
+pkgdesc=GObject-based multi-platform GUI toolkit (v3)
+arch=(i686 x86_64)
+url=http://www.gtk.org/;
+install=gtk3.install
+depends=(atk cairo gtk-update-icon-cache libcups libxcursor libxinerama 
libxrandr libxi
+ libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk 
wayland libxkbcommon)
+makedepends=(gobject-introspection)
+optdepends=('gnome-themes-standard: Default widget theme'
+'gnome-icon-theme: Default icon theme')
+license=(LGPL)
+source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver%.*}/gtk+-$pkgver.tar.xz
+settings.ini)
+sha256sums=('3191f6d8e8cdf0bac1a8ed6388acc67a15acf5e276161c9b93a305938d29ccc7'
+'14369dfd1d325c393e17c105d5d5cc5501663277bd4047ea04a50abb3cfbd119')
+
+prepare() {
+cd gtk+-$pkgver
+}
+
+build() {
+cd gtk+-$pkgver
+
+CXX=/bin/false ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-gtk2-dependency \
+--disable-schemas-compile \
+--enable-x11-backend \
+--enable-broadway-backend \
+--enable-wayland-backend
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=655517
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd gtk+-$pkgver
+make DESTDIR=$pkgdir install
+install -Dm644 ../settings.ini 

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

2013-11-26 Thread Felix Yan
Date: Wednesday, November 27, 2013 @ 02:42:05
  Author: fyan
Revision: 101523

upgpkg: boinc 7.2.33-1

Modified:
  boinc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-26 23:05:14 UTC (rev 101522)
+++ PKGBUILD2013-11-27 01:42:05 UTC (rev 101523)
@@ -5,7 +5,7 @@
 
 pkgbase=boinc
 pkgname=(boinc boinc-nox)
-pkgver=7.2.28
+pkgver=7.2.33
 _tag=client_release/7.2/$pkgver
 pkgrel=1
 arch=('i686' 'x86_64')
@@ -75,7 +75,7 @@
   pkgdesc=Berkeley Open Infrastructure for Network Computing for desktop
   depends=(libxss libnotify wxgtk curl sqlite3)
 
-  cd $srcdir/$pkgbase-build
+  cd $pkgbase-build
 
   make DESTDIR=$pkgdir install
 
@@ -101,7 +101,7 @@
   provides=(boinc)
   conflicts=(boinc)
 
-  cd $srcdir/$pkgbase-nox-build
+  cd $pkgbase-nox-build
 
   make DESTDIR=$pkgdir install
 



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

2013-11-26 Thread Felix Yan
Date: Wednesday, November 27, 2013 @ 02:44:21
  Author: fyan
Revision: 101524

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

Added:
  boinc/repos/community-testing-i686/
  boinc/repos/community-testing-i686/PKGBUILD
(from rev 101523, boinc/trunk/PKGBUILD)
  boinc/repos/community-testing-i686/boinc-AM_CONDITIONAL.patch
(from rev 101523, boinc/trunk/boinc-AM_CONDITIONAL.patch)
  boinc/repos/community-testing-i686/boinc.bash
(from rev 101523, boinc/trunk/boinc.bash)
  boinc/repos/community-testing-i686/boinc.desktop
(from rev 101523, boinc/trunk/boinc.desktop)
  boinc/repos/community-testing-i686/boinc.install
(from rev 101523, boinc/trunk/boinc.install)
  boinc/repos/community-testing-i686/boinc.service
(from rev 101523, boinc/trunk/boinc.service)
  boinc/repos/community-testing-x86_64/
  boinc/repos/community-testing-x86_64/PKGBUILD
(from rev 101523, boinc/trunk/PKGBUILD)
  boinc/repos/community-testing-x86_64/boinc-AM_CONDITIONAL.patch
(from rev 101523, boinc/trunk/boinc-AM_CONDITIONAL.patch)
  boinc/repos/community-testing-x86_64/boinc.bash
(from rev 101523, boinc/trunk/boinc.bash)
  boinc/repos/community-testing-x86_64/boinc.desktop
(from rev 101523, boinc/trunk/boinc.desktop)
  boinc/repos/community-testing-x86_64/boinc.install
(from rev 101523, boinc/trunk/boinc.install)
  boinc/repos/community-testing-x86_64/boinc.service
(from rev 101523, boinc/trunk/boinc.service)

-+
 community-testing-i686/PKGBUILD |  122 ++
 community-testing-i686/boinc-AM_CONDITIONAL.patch   |   19 ++
 community-testing-i686/boinc.bash   |   99 ++
 community-testing-i686/boinc.desktop|   16 ++
 community-testing-i686/boinc.install|   23 +++
 community-testing-i686/boinc.service|   10 +
 community-testing-x86_64/PKGBUILD   |  122 ++
 community-testing-x86_64/boinc-AM_CONDITIONAL.patch |   19 ++
 community-testing-x86_64/boinc.bash |   99 ++
 community-testing-x86_64/boinc.desktop  |   16 ++
 community-testing-x86_64/boinc.install  |   23 +++
 community-testing-x86_64/boinc.service  |   10 +
 12 files changed, 578 insertions(+)

Copied: boinc/repos/community-testing-i686/PKGBUILD (from rev 101523, 
boinc/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-11-27 01:44:21 UTC (rev 101524)
@@ -0,0 +1,122 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Michal Krenek mi...@sg1.cz
+
+pkgbase=boinc
+pkgname=(boinc boinc-nox)
+pkgver=7.2.33
+_tag=client_release/7.2/$pkgver
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://boinc.berkeley.edu/;
+license=('LGPL')
+makedepends=('libxslt' 'perl-xml-sax' 'git' 'libxss' 'libnotify' 'wxgtk' 
'sqlite3' 'curl' 'inetutils')
+install=$pkgbase.install
+source=(git://boinc.berkeley.edu/boinc-v2.git#tag=$_tag
+   boinc.bash
+   boinc.desktop
+   boinc.service
+   boinc-AM_CONDITIONAL.patch)
+
+build() {
+  msg Starting make...
+  
+  # Build boinc
+  rm -rf $srcdir/$pkgbase-build
+  git clone $srcdir/$pkgbase-v2 $srcdir/$pkgbase-build
+  cd $srcdir/$pkgbase-build
+  git checkout $_tag
+
+  patch -Np1 -i ${srcdir}/boinc-AM_CONDITIONAL.patch
+
+  ./_autosetup
+
+  LDFLAGS='-lX11' ./configure \
+--prefix=/usr \
+--disable-server \
+--enable-unicode \
+--with-ssl \
+--enable-dynamic-client-linkage \
+--with-wxdir=/usr/lib \
+--with-wx-config=$(which wx-config) \
+--disable-static \
+--enable-client \
+--enable-manager \
+--with-x
+  make
+
+  # Build boinc-nox
+  rm -rf $srcdir/$pkgbase-nox-build
+  git clone $srcdir/$pkgbase-v2 $srcdir/$pkgbase-nox-build
+  cd $srcdir/$pkgbase-nox-build
+  git checkout $_tag
+
+  patch -Np1 -i ${srcdir}/boinc-AM_CONDITIONAL.patch
+
+  ./_autosetup
+
+  PKG_CONFIG=$(which pkg-config) ./configure \
+--prefix=/usr \
+--disable-server \
+--enable-unicode \
+--with-ssl \
+--enable-dynamic-client-linkage \
+--disable-xss \
+--disable-static \
+--enable-client \
+--disable-manager \
+--without-wxdir \
+--without-x
+  make
+}
+
+package_boinc() {
+  pkgdesc=Berkeley Open Infrastructure for Network Computing for desktop
+  depends=(libxss libnotify wxgtk curl sqlite3)
+
+  cd $pkgbase-build
+
+  make DESTDIR=$pkgdir install
+
+  #install systemd unit
+  install -Dm644 ${srcdir}/$pkgbase.service 
${pkgdir}/usr/lib/systemd/system/$pkgbase.service
+
+  #install bash-completion
+  install -Dm644 ${srcdir}/$pkgbase.bash 
${pkgdir}/usr/share/bash-completion/completions/$pkgbase
+
+  #install .desktop File
+  install 

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

2013-11-26 Thread Felix Yan
Date: Wednesday, November 27, 2013 @ 03:28:32
  Author: fyan
Revision: 101528

upgpkg: python2-gevent 1.0-1

Modified:
  python2-gevent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-27 01:52:34 UTC (rev 101527)
+++ PKGBUILD2013-11-27 02:28:32 UTC (rev 101528)
@@ -4,27 +4,33 @@
 # Contributor: Ralf Schmitt r...@systemexit.de
 
 pkgname=python2-gevent
-pkgver=0.13.8
-pkgrel=2
+pkgver=1.0
+pkgrel=1
 arch=('i686' 'x86_64')
-pkgdesc=Python network library that uses greenlet and libevent for easy and 
scalable concurrency
+pkgdesc=Python network library that uses greenlet and libev for easy and 
scalable concurrency
 license=(MIT)
 url=http://www.gevent.org/;
-depends=('libevent' 'python2-greenlet')
-makedepends=('python2-distribute')
+depends=('python2-greenlet')
+makedepends=('git' 'cython2')
+provides=('python2-gevent-beta')
+conflicts=('python2-gevent-beta')
+replaces=('python2-gevent-beta')
+source=(git://github.com/surfly/gevent.git#tag=$pkgver)
 
-source=(http://pypi.python.org/packages/source/g/gevent/gevent-$pkgver.tar.gz)
+build() {
+   cd gevent
 
-build() {
-   cd $srcdir/gevent-$pkgver
+LIBEV_EMBED=1 \
+CARES_EMBED=1 \
+CYTHON=cython2 \
+PYTHON=python2 \
python2 setup.py build
 }
 
 package() {
-   cd $srcdir/gevent-$pkgver
+   cd gevent
python2 setup.py install -O1 --root=$pkgdir
install -Dm0644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-   install -Dm0644 LICENSE.pyevent 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.pyevent
 }
 
-md5sums=('ca9dcaa7880762d8ebbc266b11252960')
+md5sums=('SKIP')



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

2013-11-26 Thread Eric Bélanger
Date: Wednesday, November 27, 2013 @ 03:29:17
  Author: eric
Revision: 101529

upgpkg: dvdisaster 0.72.5-1

Upstream update, Clean up depends, Fix to enable signature checking

Modified:
  dvdisaster/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-27 02:28:32 UTC (rev 101528)
+++ PKGBUILD2013-11-27 02:29:17 UTC (rev 101529)
@@ -2,18 +2,19 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=dvdisaster
-pkgver=0.72.4
-pkgrel=2
+pkgver=0.72.5
+pkgrel=1
 pkgdesc=Provides a margin of safety against data loss on CD and DVD media 
caused by aging or scratches
 arch=('i686' 'x86_64')
 url=http://www.dvdisaster.com/;
 license=('GPL')
-depends=('gtk2' 'hicolor-icon-theme')
+depends=('gtk2')
 options=('!makeflags')
 install=dvdisaster.install
-source=(http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2{,.gpg})
-sha1sums=('2b47fb5a5535d90641f24a599cd8ae8ffd86b972'
-  'SKIP')
+source=(http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2
+
${pkgname}-${pkgver}.tar.bz2.sig::http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2.gpg)
+sha1sums=('cc89c7eaf838ba1a88be4ed1a567276a911f76b0'
+  '7bffbbd282c009986938811ee6bd22d10b1a95f4')
 
 prepare() {
   cd ${pkgname}-${pkgver}



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

2013-11-26 Thread Felix Yan
Date: Wednesday, November 27, 2013 @ 03:29:38
  Author: fyan
Revision: 101530

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

Added:
  python2-gevent/repos/community-testing-i686/
  python2-gevent/repos/community-testing-i686/PKGBUILD
(from rev 101528, python2-gevent/trunk/PKGBUILD)
  python2-gevent/repos/community-testing-x86_64/
  python2-gevent/repos/community-testing-x86_64/PKGBUILD
(from rev 101529, python2-gevent/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   36 
 community-testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: python2-gevent/repos/community-testing-i686/PKGBUILD (from rev 101528, 
python2-gevent/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-11-27 02:29:38 UTC (rev 101530)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 70305 2012-05-04 08:21:08Z mtorromeo $
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Ralf Schmitt r...@systemexit.de
+
+pkgname=python2-gevent
+pkgver=1.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc=Python network library that uses greenlet and libev for easy and 
scalable concurrency
+license=(MIT)
+url=http://www.gevent.org/;
+depends=('python2-greenlet')
+makedepends=('git' 'cython2')
+provides=('python2-gevent-beta')
+conflicts=('python2-gevent-beta')
+replaces=('python2-gevent-beta')
+source=(git://github.com/surfly/gevent.git#tag=$pkgver)
+
+build() {
+   cd gevent
+
+LIBEV_EMBED=1 \
+CARES_EMBED=1 \
+CYTHON=cython2 \
+PYTHON=python2 \
+   python2 setup.py build
+}
+
+package() {
+   cd gevent
+   python2 setup.py install -O1 --root=$pkgdir
+   install -Dm0644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+md5sums=('SKIP')

Copied: python2-gevent/repos/community-testing-x86_64/PKGBUILD (from rev 
101529, python2-gevent/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-11-27 02:29:38 UTC (rev 101530)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 70305 2012-05-04 08:21:08Z mtorromeo $
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Ralf Schmitt r...@systemexit.de
+
+pkgname=python2-gevent
+pkgver=1.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc=Python network library that uses greenlet and libev for easy and 
scalable concurrency
+license=(MIT)
+url=http://www.gevent.org/;
+depends=('python2-greenlet')
+makedepends=('git' 'cython2')
+provides=('python2-gevent-beta')
+conflicts=('python2-gevent-beta')
+replaces=('python2-gevent-beta')
+source=(git://github.com/surfly/gevent.git#tag=$pkgver)
+
+build() {
+   cd gevent
+
+LIBEV_EMBED=1 \
+CARES_EMBED=1 \
+CYTHON=cython2 \
+PYTHON=python2 \
+   python2 setup.py build
+}
+
+package() {
+   cd gevent
+   python2 setup.py install -O1 --root=$pkgdir
+   install -Dm0644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+md5sums=('SKIP')



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

2013-11-26 Thread Eric Bélanger
Date: Wednesday, November 27, 2013 @ 03:32:12
  Author: eric
Revision: 101531

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

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

-+
 /PKGBUILD   |   84 ++
 /dvdisaster.install |   22 
 community-i686/PKGBUILD |   41 
 community-i686/dvdisaster.install   |   11 
 community-x86_64/PKGBUILD   |   41 
 community-x86_64/dvdisaster.install |   11 
 6 files changed, 106 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-27 02:29:38 UTC (rev 101530)
+++ community-i686/PKGBUILD 2013-11-27 02:32:12 UTC (rev 101531)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=dvdisaster
-pkgver=0.72.4
-pkgrel=2
-pkgdesc=Provides a margin of safety against data loss on CD and DVD media 
caused by aging or scratches
-arch=('i686' 'x86_64')
-url=http://www.dvdisaster.com/;
-license=('GPL')
-depends=('gtk2' 'hicolor-icon-theme')
-options=('!makeflags')
-install=dvdisaster.install
-source=(http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2{,.gpg})
-sha1sums=('2b47fb5a5535d90641f24a599cd8ae8ffd86b972'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's/dvdisaster48/dvdisaster/' contrib/dvdisaster.desktop
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---mandir=/usr/share/man --docdir=/usr/share/doc \
---localedir=/usr/share/locale \
---with-nls=yes 
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make BUILDROOT=${pkgdir} install
-  rm -f ${pkgdir}/usr/bin/dvdisaster-uninstall.sh
-  install -D -m 644 contrib/dvdisaster.desktop 
${pkgdir}/usr/share/applications/dvdisaster.desktop
-  for i in 16 24 32 48 64 ; do
-install -D -m 644 contrib/dvdisaster${i}.png 
${pkgdir}/usr/share/icons/hicolor/${i}x${i}/dvdisaster.png
-  done
-}

Copied: dvdisaster/repos/community-i686/PKGBUILD (from rev 101530, 
dvdisaster/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-27 02:32:12 UTC (rev 101531)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=dvdisaster
+pkgver=0.72.5
+pkgrel=1
+pkgdesc=Provides a margin of safety against data loss on CD and DVD media 
caused by aging or scratches
+arch=('i686' 'x86_64')
+url=http://www.dvdisaster.com/;
+license=('GPL')
+depends=('gtk2')
+options=('!makeflags')
+install=dvdisaster.install
+source=(http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2
+
${pkgname}-${pkgver}.tar.bz2.sig::http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2.gpg)
+sha1sums=('cc89c7eaf838ba1a88be4ed1a567276a911f76b0'
+  '7bffbbd282c009986938811ee6bd22d10b1a95f4')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/dvdisaster48/dvdisaster/' contrib/dvdisaster.desktop
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--mandir=/usr/share/man --docdir=/usr/share/doc \
+--localedir=/usr/share/locale \
+--with-nls=yes 
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make BUILDROOT=${pkgdir} install
+  rm -f ${pkgdir}/usr/bin/dvdisaster-uninstall.sh
+  install -D -m 644 contrib/dvdisaster.desktop 
${pkgdir}/usr/share/applications/dvdisaster.desktop
+  for i in 16 24 32 48 64 ; do
+install -D -m 644 contrib/dvdisaster${i}.png 
${pkgdir}/usr/share/icons/hicolor/${i}x${i}/dvdisaster.png
+  done
+}

Deleted: community-i686/dvdisaster.install
===
--- community-i686/dvdisaster.install   2013-11-27 02:29:38 UTC (rev 101530)
+++ community-i686/dvdisaster.install   2013-11-27 02:32:12 UTC (rev 101531)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: dvdisaster/repos/community-i686/dvdisaster.install (from rev 101530, 
dvdisaster/trunk/dvdisaster.install)
===
--- community-i686/dvdisaster.install   

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

2013-11-26 Thread Felix Yan
Date: Wednesday, November 27, 2013 @ 03:53:21
  Author: fyan
Revision: 101533

archrelease: copy trunk to community-testing-any

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

-+
 PKGBUILD|   46 ++
 goagent.install |   22 ++
 goagent.service |   12 
 3 files changed, 80 insertions(+)

Copied: goagent/repos/community-testing-any/PKGBUILD (from rev 101532, 
goagent/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2013-11-27 02:53:21 UTC (rev 101533)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: cuihao cuihao dot leo at gmail dot com
+# Contributor: Guten ywzhai...@gmail.com 
+
+pkgname=goagent
+pkgver=3.0.8
+pkgrel=2
+pkgdesc=A gae proxy forked from gappproxy/wallproxy
+arch=(any)
+url=http://goagent.googlecode.com;
+license=(GPL2)
+depends=('python2' 'python2-pyopenssl')
+conflicts=('python2-gevent0.99')
+optdepends=('python2-gevent0.99: for better performance'
+'python2-crypto: optimization for RC4')
+makedepends=('git')
+source=(git+https://github.com/goagent/goagent.git#tag=v$pkgver;
+$pkgname.service)
+backup=('etc/goagent')
+install=goagent.install
+
+package() {
+  cd $pkgname
+
+  sed -i -e s|^#!/usr/bin/env python|#!/usr/bin/env python2| local/proxy.py
+  
+  install -Dm755 local/proxy.py $pkgdir/usr/share/$pkgname/local/proxy.py
+  install -Dm644 local/proxy.pac $pkgdir/usr/share/$pkgname/local/proxy.pac
+  install -Dm644 local/cacert.pem $pkgdir/usr/share/$pkgname/local/cacert.pem
+  install -Dm644 local/SwitchyOptions.bak 
$pkgdir/usr/share/$pkgname/local/SwitchyOptions.bak
+  install -Dm644 local/SwitchySharp.crx 
$pkgdir/usr/share/$pkgname/local/SwitchySharp_1_9_52.crx
+
+  install -Dm644 local/proxy.ini $pkgdir/etc/goagent
+  ln -sf /etc/goagent ${pkgdir}/usr/share/$pkgname/local/proxy.ini
+  
+  cp -r server $pkgdir/usr/share/$pkgname/
+  rm $pkgdir/usr/share/$pkgname/server/uploader.bat
+
+  # systemd service
+  install -Dm644 ${srcdir}/goagent.service 
${pkgdir}/usr/lib/systemd/system/goagent.service
+}
+
+# vim:set ts=2 sw=2 et:
+sha512sums=('SKIP'
+
'b8f5f6342303edd520a577d0348deef7017ba79aa5c6f43c4e1c368d7b204f6364f4537f2a5e21f3b63a321bdcf3d407e5dea9883211c11a4d11801b057cddc2')

Copied: goagent/repos/community-testing-any/goagent.install (from rev 101532, 
goagent/trunk/goagent.install)
===
--- community-testing-any/goagent.install   (rev 0)
+++ community-testing-any/goagent.install   2013-11-27 02:53:21 UTC (rev 
101533)
@@ -0,0 +1,22 @@
+post_install() {
+echo Please use systemd units to start/stop goagent:
+echo sudo systemctl start/stop goagent
+
+#cd /opt/goagent/local
+#python2 -c 'from proxy import CertUtil; CertUtil.check_ca()'
+chown -R nobody:daemon /usr/share/goagent/local
+}
+
+post_upgrade() {
+post_install
+}
+
+pre_upgrade() {
+rm -rf /opt/goagent/local/certs
+rm -rf /usr/share/goagent/local/certs
+}
+
+pre_remove() {
+rm -rf /opt/goagent/local/certs
+rm -rf /usr/share/goagent/local/certs
+}

Copied: goagent/repos/community-testing-any/goagent.service (from rev 101532, 
goagent/trunk/goagent.service)
===
--- community-testing-any/goagent.service   (rev 0)
+++ community-testing-any/goagent.service   2013-11-27 02:53:21 UTC (rev 
101533)
@@ -0,0 +1,12 @@
+[Unit]
+Description=GoAgent Service
+After=network.target
+
+[Service]
+Type=simple
+User=nobody
+ExecStart=/usr/share/goagent/local/proxy.py
+
+[Install]
+WantedBy=multi-user.target
+



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

2013-11-26 Thread Felix Yan
Date: Wednesday, November 27, 2013 @ 03:52:37
  Author: fyan
Revision: 101532

upgpkg: goagent 3.0.8-2

Modified:
  goagent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-27 02:32:12 UTC (rev 101531)
+++ PKGBUILD2013-11-27 02:52:37 UTC (rev 101532)
@@ -5,7 +5,7 @@
 
 pkgname=goagent
 pkgver=3.0.8
-pkgrel=1
+pkgrel=2
 pkgdesc=A gae proxy forked from gappproxy/wallproxy
 arch=(any)
 url=http://goagent.googlecode.com;
@@ -12,7 +12,7 @@
 license=(GPL2)
 depends=('python2' 'python2-pyopenssl')
 conflicts=('python2-gevent0.99')
-optdepends=('python2-gevent-beta: for better performance'
+optdepends=('python2-gevent0.99: for better performance'
 'python2-crypto: optimization for RC4')
 makedepends=('git')
 source=(git+https://github.com/goagent/goagent.git#tag=v$pkgver;



[arch-commits] Commit in mpd/trunk (PKGBUILD paranoia.patch)

2013-11-26 Thread Gaetan Bisson
Date: Wednesday, November 27, 2013 @ 04:20:13
  Author: bisson
Revision: 200359

proper patch for paranoia header location issue

Added:
  mpd/trunk/paranoia.patch
Modified:
  mpd/trunk/PKGBUILD

+
 PKGBUILD   |5 -
 paranoia.patch |   27 +++
 2 files changed, 31 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-27 01:51:53 UTC (rev 200358)
+++ PKGBUILD2013-11-27 03:20:13 UTC (rev 200359)
@@ -16,9 +16,11 @@
  'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient')
 makedepends=('doxygen')
 
source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
+'paranoia.patch'
 'tmpfiles.d'
 'conf')
 sha1sums=('4078755d77b7de4135458ae7db2518d2e057e745' 'SKIP'
+  '8cd46e2d7782181279660f994d2cd5a941344aea'
   'f4d5922abb69abb739542d8e93f4dfd748acdad7'
   '67c145c046cddd885630d72ce8ebe71f8321ff3b')
 
@@ -27,7 +29,8 @@
 
 prepare() {
cd ${srcdir}/${pkgname}-${pkgver}
-   sed 's:cdio/paranoia.h:cdio/paranoia/paranoia.h:g' -i 
src/input/CdioParanoiaInputPlugin.cxx
+   patch -p1 -i ../paranoia.patch
+   autoconf
 }
 
 build() {

Added: paranoia.patch
===
--- paranoia.patch  (rev 0)
+++ paranoia.patch  2013-11-27 03:20:13 UTC (rev 200359)
@@ -0,0 +1,27 @@
+diff -Naur old/configure.ac new/configure.ac
+--- old/configure.ac   2013-11-23 07:08:24.0 -1000
 new/configure.ac   2013-11-26 17:05:23.108828275 -1000
+@@ -749,6 +749,7 @@
+ if test x$enable_cdio_paranoia = xyes; then
+   AC_DEFINE([ENABLE_CDIO_PARANOIA], 1,
+   [Define to enable libcdio_paranoia support])
++  AC_CHECK_HEADERS(cdio/paranoia/paranoia.h)
+ fi
+ 
+ AM_CONDITIONAL(ENABLE_CDIO_PARANOIA, test x$enable_cdio_paranoia = xyes)
+diff -Naur old/src/input/CdioParanoiaInputPlugin.cxx 
new/src/input/CdioParanoiaInputPlugin.cxx
+--- old/src/input/CdioParanoiaInputPlugin.cxx  2013-11-18 12:50:46.0 
-1000
 new/src/input/CdioParanoiaInputPlugin.cxx  2013-11-26 17:05:35.152212566 
-1000
+@@ -41,7 +41,12 @@
+ #include glib.h
+ #include assert.h
+ 
++#ifdef HAVE_CDIO_PARANOIA_PARANOIA_H
++#include cdio/parannoia/paranoia.h
++#else
+ #include cdio/paranoia.h
++#endif
++
+ #include cdio/cd_types.h
+ 
+ struct CdioParanoiaInputStream {



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

2013-11-26 Thread Thomas Dziedzic
Date: Wednesday, November 27, 2013 @ 07:14:53
  Author: td123
Revision: 200360

upgpkg: ruby 2.0.0_p353-1

bump

Modified:
  ruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-27 03:20:13 UTC (rev 200359)
+++ PKGBUILD2013-11-27 06:14:53 UTC (rev 200360)
@@ -4,8 +4,8 @@
 # Contributor: Jeramy Rutley jrut...@gmail.com
 
 pkgname=('ruby' 'ruby-docs')
-pkgver=2.0.0_p247
-pkgrel=3
+pkgver=2.0.0_p353
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.ruby-lang.org/en/'
 license=('BSD' 'custom')
@@ -13,7 +13,7 @@
 options=('!emptydirs' '!makeflags' 'staticlibs')
 
source=(http://cache.ruby-lang.org/pub/ruby/${pkgver%.*}/ruby-${pkgver//_/-}.tar.bz2;
 'gemrc')
-md5sums=('60913f3eec0c4071f44df42600be2604'
+md5sums=('20eb8f067d20f6b76b7e16cce2a85a55'
  '6fb8e7a09955e0f64be3158fb4a27e7a')
 
 build() {



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

2013-11-26 Thread Thomas Dziedzic
Date: Wednesday, November 27, 2013 @ 07:18:21
  Author: td123
Revision: 200361

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

Added:
  ruby/repos/testing-i686/
  ruby/repos/testing-i686/PKGBUILD
(from rev 200360, ruby/trunk/PKGBUILD)
  ruby/repos/testing-i686/gemrc
(from rev 200360, ruby/trunk/gemrc)
  ruby/repos/testing-i686/ruby.install
(from rev 200360, ruby/trunk/ruby.install)
  ruby/repos/testing-x86_64/
  ruby/repos/testing-x86_64/PKGBUILD
(from rev 200360, ruby/trunk/PKGBUILD)
  ruby/repos/testing-x86_64/gemrc
(from rev 200360, ruby/trunk/gemrc)
  ruby/repos/testing-x86_64/ruby.install
(from rev 200360, ruby/trunk/ruby.install)

-+
 testing-i686/PKGBUILD   |   67 ++
 testing-i686/gemrc  |5 +++
 testing-i686/ruby.install   |   22 +
 testing-x86_64/PKGBUILD |   67 ++
 testing-x86_64/gemrc|5 +++
 testing-x86_64/ruby.install |   22 +
 6 files changed, 188 insertions(+)

Copied: ruby/repos/testing-i686/PKGBUILD (from rev 200360, ruby/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-11-27 06:18:21 UTC (rev 200361)
@@ -0,0 +1,67 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+# Contributor: Jeramy Rutley jrut...@gmail.com
+
+pkgname=('ruby' 'ruby-docs')
+pkgver=2.0.0_p353
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.ruby-lang.org/en/'
+license=('BSD' 'custom')
+makedepends=('gdbm' 'openssl' 'tk' 'libffi' 'doxygen' 'graphviz' 'libyaml')
+options=('!emptydirs' '!makeflags' 'staticlibs')
+source=(http://cache.ruby-lang.org/pub/ruby/${pkgver%.*}/ruby-${pkgver//_/-}.tar.bz2;
+'gemrc')
+md5sums=('20eb8f067d20f6b76b7e16cce2a85a55'
+ '6fb8e7a09955e0f64be3158fb4a27e7a')
+
+build() {
+  cd ruby-${pkgver//_/-}
+
+  PKG_CONFIG=/usr/bin/pkg-config ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-shared \
+--disable-rpath \
+--with-dbm-type=gdbm_compat
+
+  make
+}
+
+check() {
+  cd ruby-${pkgver//_/-}
+
+  make test
+}
+
+package_ruby() {
+  pkgdesc='An object-oriented language for quick and easy programming'
+  depends=('gdbm' 'openssl' 'libffi' 'libyaml')
+  optdepends=('tk: for Ruby/TK'
+  'ruby-docs: Ruby documentation')
+  provides=('rubygems' 'rake')
+  conflicts=('rake')
+  backup=('etc/gemrc')
+  install='ruby.install'
+
+  cd ruby-${pkgver//_/-}
+
+  make DESTDIR=${pkgdir} install-nodoc
+
+  install -D -m644 ${srcdir}/gemrc ${pkgdir}/etc/gemrc
+
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/ruby/LICENSE
+  install -D -m644 BSDL ${pkgdir}/usr/share/licenses/ruby/BSDL
+}
+
+package_ruby-docs() {
+  pkgdesc='Documentation files for ruby'
+
+  cd ruby-${pkgver//_/-}
+
+  make DESTDIR=${pkgdir} install-doc install-capi
+
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/ruby-docs/LICENSE
+  install -D -m644 BSDL ${pkgdir}/usr/share/licenses/ruby-docs/BSDL
+}

Copied: ruby/repos/testing-i686/gemrc (from rev 200360, ruby/trunk/gemrc)
===
--- testing-i686/gemrc  (rev 0)
+++ testing-i686/gemrc  2013-11-27 06:18:21 UTC (rev 200361)
@@ -0,0 +1,5 @@
+# Read about the gemrc format at http://docs.rubygems.org/read/chapter/11
+
+# --user-install is used to install to $HOME/.gem/ by default since we want to 
separate
+#pacman installed gems and gem installed gems
+gem: --user-install

Copied: ruby/repos/testing-i686/ruby.install (from rev 200360, 
ruby/trunk/ruby.install)
===
--- testing-i686/ruby.install   (rev 0)
+++ testing-i686/ruby.install   2013-11-27 06:18:21 UTC (rev 200361)
@@ -0,0 +1,22 @@
+#!/bin/sh
+
+print_gem_default_target() {
+  echo 'The default location of gem installs is $HOME/.gem/ruby'
+  echo 'Add the following line to your PATH if you plan to install using gem'
+  echo '$(ruby -rubygems -e puts Gem.user_dir)/bin'
+  echo 'If you want to install to the system wide location, you must either:'
+  echo 'edit /etc/gemrc or run gem with the --no-user-install flag.'
+}
+
+# arg 1:  the new package version
+post_install() {
+  print_gem_default_target
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  if [ $(vercmp $2 1.9.3_p125-4) -lt 0 ]; then
+print_gem_default_target
+  fi
+}

Copied: ruby/repos/testing-x86_64/PKGBUILD (from rev 200360, 
ruby/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-11-27 06:18:21 UTC (rev 200361)

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

2013-11-26 Thread Jan Steffens
Date: Wednesday, November 27, 2013 @ 07:20:00
  Author: heftig
Revision: 200362

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

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

+
 /PKGBUILD  |   74 +++
 /check.install |   40 +++
 extra-i686/PKGBUILD|   30 -
 extra-i686/check.install   |   20 ---
 extra-x86_64/PKGBUILD  |   30 -
 extra-x86_64/check.install |   20 ---
 6 files changed, 114 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-27 06:18:21 UTC (rev 200361)
+++ extra-i686/PKGBUILD 2013-11-27 06:20:00 UTC (rev 200362)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Jeremy Cowgar jer...@cowgar.com
-
-pkgname=check
-pkgver=0.9.10
-pkgrel=1
-pkgdesc=A unit testing framework for C
-arch=('i686' 'x86_64')
-url=http://check.sourceforge.net/;
-license=('LGPL')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('6d10a8efb9a683467b92b3bce97aeb30')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # get rid of the package's info directory,
-  # install-info adds entries for us at install-time
-  rm $pkgdir/usr/share/info/dir
-}

Copied: check/repos/extra-i686/PKGBUILD (from rev 200361, check/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-27 06:20:00 UTC (rev 200362)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Jeremy Cowgar jer...@cowgar.com
+
+pkgname=check
+pkgver=0.9.11
+pkgrel=1
+pkgdesc=A unit testing framework for C
+arch=('i686' 'x86_64')
+url=http://check.sourceforge.net/;
+license=('LGPL')
+install=$pkgname.install
+depends=('awk')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('fd5a03979bcab9fb80ba005b55f54178')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Extremely long
+  #make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # get rid of the package's info directory,
+  # install-info adds entries for us at install-time
+  rm $pkgdir/usr/share/info/dir
+}

Deleted: extra-i686/check.install
===
--- extra-i686/check.install2013-11-27 06:18:21 UTC (rev 200361)
+++ extra-i686/check.install2013-11-27 06:20:00 UTC (rev 200362)
@@ -1,20 +0,0 @@
-_infodir=/usr/share/info
-_filelist=(check.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${_filelist[@]}; do
-install-info $_infodir/$file $_infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${_filelist[@]}; do
-install-info --delete $_infodir/$file $_infodir/dir 2 /dev/null
-  done
-}

Copied: check/repos/extra-i686/check.install (from rev 200361, 
check/trunk/check.install)
===
--- extra-i686/check.install(rev 0)
+++ extra-i686/check.install2013-11-27 06:20:00 UTC (rev 200362)
@@ -0,0 +1,20 @@
+_infodir=/usr/share/info
+_filelist=(check.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${_filelist[@]}; do
+install-info $_infodir/$file $_infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${_filelist[@]}; do
+install-info --delete $_infodir/$file $_infodir/dir 2 /dev/null
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-27 06:18:21 UTC (rev 200361)
+++ extra-x86_64/PKGBUILD   2013-11-27 06:20:00 UTC (rev 200362)
@@ -1,30 +0,0 @@
-# 

[arch-commits] Commit in (5 files)

2013-11-26 Thread Ángel Velásquez
Date: Wednesday, November 27, 2013 @ 07:58:38
  Author: angvp
Revision: 101534

Add python-ecdsa (dependency of python-paramiko)

Added:
  python-ecdsa/
  python-ecdsa/repos/
  python-ecdsa/trunk/
  python-ecdsa/trunk/LICENSE
  python-ecdsa/trunk/PKGBUILD

--+
 LICENSE  |   24 
 PKGBUILD |   35 +++
 2 files changed, 59 insertions(+)

Added: python-ecdsa/trunk/LICENSE
===
--- python-ecdsa/trunk/LICENSE  (rev 0)
+++ python-ecdsa/trunk/LICENSE  2013-11-27 06:58:38 UTC (rev 101534)
@@ -0,0 +1,24 @@
+python-ecdsa Copyright (c) 2010 Brian Warner
+
+Portions written in 2005 by Peter Pearson and placed in the public domain.
+
+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.

Added: python-ecdsa/trunk/PKGBUILD
===
--- python-ecdsa/trunk/PKGBUILD (rev 0)
+++ python-ecdsa/trunk/PKGBUILD 2013-11-27 06:58:38 UTC (rev 101534)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org  
+pkgbase=python-ecdsa
+pkgname=('python-ecdsa' 'python2-ecdsa')
+pkgver=0.10
+pkgrel=1
+pkgdesc=Implementation of ECDSA in Python
+arch=('any')
+url=https://github.com/warner/python-ecdsa;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+options=(!emptydirs)
+source=(http://pypi.python.org/packages/source/e/ecdsa/ecdsa-$pkgver.tar.gz; 
LICENSE)
+md5sums=('e95941b3bcbf1726472bb724d7478551'
+ '66ffc5e30f76cbb5358fe54b645e5a1d')
+
+build() {
+  cp -R $srcdir/ecdsa-$pkgver $srcdir/ecdsa-$pkgver-py2
+  cd $srcdir/ecdsa-$pkgver-py2
+  sed -ie 's#/usr/bin/env python#/usr/bin/env python2#' ecdsa/*.py
+}
+
+package_python-ecdsa() {
+  depends=('python')
+  cd $srcdir/ecdsa-$pkgver
+  python setup.py install --root=$pkgdir/ --optimize=1
+  install -D -m644 $srcdir/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-ecdsa() {
+  depends=('python2')
+  cd $srcdir/ecdsa-$pkgver-py2
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+  install -D -m644 $srcdir/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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


[arch-commits] Commit in python-ecdsa/repos (3 files)

2013-11-26 Thread Ángel Velásquez
Date: Wednesday, November 27, 2013 @ 08:00:18
  Author: angvp
Revision: 101535

archrelease: copy trunk to community-any

Added:
  python-ecdsa/repos/community-any/
  python-ecdsa/repos/community-any/LICENSE
(from rev 101534, python-ecdsa/trunk/LICENSE)
  python-ecdsa/repos/community-any/PKGBUILD
(from rev 101534, python-ecdsa/trunk/PKGBUILD)

--+
 LICENSE  |   24 
 PKGBUILD |   35 +++
 2 files changed, 59 insertions(+)

Copied: python-ecdsa/repos/community-any/LICENSE (from rev 101534, 
python-ecdsa/trunk/LICENSE)
===
--- community-any/LICENSE   (rev 0)
+++ community-any/LICENSE   2013-11-27 07:00:18 UTC (rev 101535)
@@ -0,0 +1,24 @@
+python-ecdsa Copyright (c) 2010 Brian Warner
+
+Portions written in 2005 by Peter Pearson and placed in the public domain.
+
+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: python-ecdsa/repos/community-any/PKGBUILD (from rev 101534, 
python-ecdsa/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2013-11-27 07:00:18 UTC (rev 101535)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org  
+pkgbase=python-ecdsa
+pkgname=('python-ecdsa' 'python2-ecdsa')
+pkgver=0.10
+pkgrel=1
+pkgdesc=Implementation of ECDSA in Python
+arch=('any')
+url=https://github.com/warner/python-ecdsa;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+options=(!emptydirs)
+source=(http://pypi.python.org/packages/source/e/ecdsa/ecdsa-$pkgver.tar.gz; 
LICENSE)
+md5sums=('e95941b3bcbf1726472bb724d7478551'
+ '66ffc5e30f76cbb5358fe54b645e5a1d')
+
+build() {
+  cp -R $srcdir/ecdsa-$pkgver $srcdir/ecdsa-$pkgver-py2
+  cd $srcdir/ecdsa-$pkgver-py2
+  sed -ie 's#/usr/bin/env python#/usr/bin/env python2#' ecdsa/*.py
+}
+
+package_python-ecdsa() {
+  depends=('python')
+  cd $srcdir/ecdsa-$pkgver
+  python setup.py install --root=$pkgdir/ --optimize=1
+  install -D -m644 $srcdir/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-ecdsa() {
+  depends=('python2')
+  cd $srcdir/ecdsa-$pkgver-py2
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+  install -D -m644 $srcdir/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



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

2013-11-26 Thread Ángel Velásquez
Date: Wednesday, November 27, 2013 @ 08:32:00
  Author: angvp
Revision: 101536

upgpkg: python-paramiko 1.12.0-1

Version bump to 1.12.0

Modified:
  python-paramiko/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-27 07:00:18 UTC (rev 101535)
+++ PKGBUILD2013-11-27 07:32:00 UTC (rev 101536)
@@ -5,15 +5,15 @@
 
 pkgbase=python-paramiko
 pkgname=python2-paramiko
-pkgver=1.11.0
+pkgver=1.12.0
 pkgrel=1
 pkgdesc=Python module that implements the SSH2 protocol
 url=https://github.com/paramiko/paramiko/;
 license=('LGPL')
 arch=('any')
-depends=('python2-crypto')
+depends=('python2-crypto' 'python2-ecdsa')
 
source=(http://pypi.python.org/packages/source/p/paramiko/paramiko-$pkgver.tar.gz;)
-md5sums=('a2c55dc04904bd08d984533703177084')
+md5sums=('4187f77b1a5a313c83930e30c321')
 
 check() {
 cd $srcdir/paramiko-$pkgver



[arch-commits] Commit in python-paramiko/repos (3 files)

2013-11-26 Thread Ángel Velásquez
Date: Wednesday, November 27, 2013 @ 08:32:41
  Author: angvp
Revision: 101537

archrelease: copy trunk to community-any

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

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

Copied: python-paramiko/repos/community-any/PKGBUILD (from rev 94977, 
python-paramiko/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2013-11-27 07:32:41 UTC (rev 101537)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org 
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Contributor: Mario Danic mario.da...@gmail.com
+
+pkgbase=python-paramiko
+pkgname=python2-paramiko
+pkgver=1.11.0
+pkgrel=1
+pkgdesc=Python module that implements the SSH2 protocol
+url=https://github.com/paramiko/paramiko/;
+license=('LGPL')
+arch=('any')
+depends=('python2-crypto')
+source=(http://pypi.python.org/packages/source/p/paramiko/paramiko-$pkgver.tar.gz;)
+md5sums=('a2c55dc04904bd08d984533703177084')
+
+check() {
+cd $srcdir/paramiko-$pkgver
+python2 test.py
+}
+
+package_python2-paramiko() {
+  cd $srcdir/paramiko-$pkgver
+
+  python2 setup.py install --root=$pkgdir --optimize=1
+  install -Dm644 README $pkgdir/usr/share/doc/$pkgname/README
+  install -dm755 $pkgdir/usr/share/doc/$pkgname/demos
+  install -m644 demos/* $pkgdir/usr/share/doc/$pkgname/demos
+  chmod 755 $pkgdir/usr/share/doc/$pkgname/demos/*.py
+
+  find $pkgdir -name '*.py' -print0 |xargs -0 \
+sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/env python2,' \
+-e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
+}



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

2013-11-26 Thread Ángel Velásquez
Date: Wednesday, November 27, 2013 @ 08:36:20
  Author: angvp
Revision: 101538

archrelease: copy trunk to community-any

Modified:
  python-paramiko/repos/community-any/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-27 07:32:41 UTC (rev 101537)
+++ PKGBUILD2013-11-27 07:36:20 UTC (rev 101538)
@@ -5,15 +5,15 @@
 
 pkgbase=python-paramiko
 pkgname=python2-paramiko
-pkgver=1.11.0
+pkgver=1.12.0
 pkgrel=1
 pkgdesc=Python module that implements the SSH2 protocol
 url=https://github.com/paramiko/paramiko/;
 license=('LGPL')
 arch=('any')
-depends=('python2-crypto')
+depends=('python2-crypto' 'python2-ecdsa')
 
source=(http://pypi.python.org/packages/source/p/paramiko/paramiko-$pkgver.tar.gz;)
-md5sums=('a2c55dc04904bd08d984533703177084')
+md5sums=('4187f77b1a5a313c83930e30c321')
 
 check() {
 cd $srcdir/paramiko-$pkgver



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

2013-11-26 Thread Ángel Velásquez
Date: Wednesday, November 27, 2013 @ 08:43:39
  Author: angvp
Revision: 200363

upgpkg: mythes-es 1:0.7-1

Version bump to 0.7

Modified:
  mythes-es/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-27 06:20:00 UTC (rev 200362)
+++ PKGBUILD2013-11-27 07:43:39 UTC (rev 200363)
@@ -1,8 +1,9 @@
 # $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Angel Velasquez an...@archlinux.org 
+# Contributor: AndyRTR andy...@archlinux.org
 
 pkgname=mythes-es
-pkgver=0.6
+pkgver=0.7
 pkgrel=1
 epoch=1
 pkgdesc=Spanish thesaurus



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

2013-11-26 Thread Ángel Velásquez
Date: Wednesday, November 27, 2013 @ 08:44:20
  Author: angvp
Revision: 200364

archrelease: copy trunk to extra-any

Added:
  mythes-es/repos/extra-any/PKGBUILD
(from rev 200363, mythes-es/trunk/PKGBUILD)
Deleted:
  mythes-es/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-27 07:43:39 UTC (rev 200363)
+++ PKGBUILD2013-11-27 07:44:20 UTC (rev 200364)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-
-pkgname=mythes-es
-pkgver=0.6
-pkgrel=1
-epoch=1
-pkgdesc=Spanish thesaurus
-arch=(any)
-url=https://forja.rediris.es/projects/rla-es/;
-license=('LGPL3')
-optdepends=('libmythes: offers thesaurus library functions')
-noextract=('es_ANY.oxt')
-source=('http://forja.rediris.es/frs/download.php/2618/es_ANY.oxt')
-md5sums=('9676e94487e4a09a1c7adb8e2357774d')
-
-package() {
-  cd $srcdir
-  LANG=en_US.utf8 bsdtar -xf es_ANY.oxt
-  install -dm755 ${pkgdir}/usr/share/mythes
-  install -m644 th_es_ES_v2.* $pkgdir/usr/share/mythes
-
-  pushd $pkgdir/usr/share/mythes/
-  es_ES_aliases=es_AR es_BO es_CL es_CO es_CR es_CU es_DO es_EC es_GT es_HN 
es_MX es_NI es_PA es_PE es_PR es_SV es_UY es_VE
-  for lang in $es_ES_aliases; do
-ln -s th_es_ES_v2.idx th_$lang_v2.idx
-ln -s th_es_ES_v2.dat th_$lang_v2.dat
-  done
-  popd
-
-  # the symlinks
-  install -dm755 ${pkgdir}/usr/share/myspell/dicts
-  pushd $pkgdir/usr/share/myspell/dicts
-  for file in $pkgdir/usr/share/mythes/*; do
-ln -sv /usr/share/mythes/$(basename $file) .
-  done
-  popd
-  
-  # docs
-  install -Dm644 README_th_es_ES.txt 
${pkgdir}/usr/share/doc/$pkgname/README_th_es_ES.txt
-}

Copied: mythes-es/repos/extra-any/PKGBUILD (from rev 200363, 
mythes-es/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-27 07:44:20 UTC (rev 200364)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org 
+# Contributor: AndyRTR andy...@archlinux.org
+
+pkgname=mythes-es
+pkgver=0.7
+pkgrel=1
+epoch=1
+pkgdesc=Spanish thesaurus
+arch=(any)
+url=https://forja.rediris.es/projects/rla-es/;
+license=('LGPL3')
+optdepends=('libmythes: offers thesaurus library functions')
+noextract=('es_ANY.oxt')
+source=('http://forja.rediris.es/frs/download.php/2618/es_ANY.oxt')
+md5sums=('9676e94487e4a09a1c7adb8e2357774d')
+
+package() {
+  cd $srcdir
+  LANG=en_US.utf8 bsdtar -xf es_ANY.oxt
+  install -dm755 ${pkgdir}/usr/share/mythes
+  install -m644 th_es_ES_v2.* $pkgdir/usr/share/mythes
+
+  pushd $pkgdir/usr/share/mythes/
+  es_ES_aliases=es_AR es_BO es_CL es_CO es_CR es_CU es_DO es_EC es_GT es_HN 
es_MX es_NI es_PA es_PE es_PR es_SV es_UY es_VE
+  for lang in $es_ES_aliases; do
+ln -s th_es_ES_v2.idx th_$lang_v2.idx
+ln -s th_es_ES_v2.dat th_$lang_v2.dat
+  done
+  popd
+
+  # the symlinks
+  install -dm755 ${pkgdir}/usr/share/myspell/dicts
+  pushd $pkgdir/usr/share/myspell/dicts
+  for file in $pkgdir/usr/share/mythes/*; do
+ln -sv /usr/share/mythes/$(basename $file) .
+  done
+  popd
+  
+  # docs
+  install -Dm644 README_th_es_ES.txt 
${pkgdir}/usr/share/doc/$pkgname/README_th_es_ES.txt
+}