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

2013-03-29 Thread Bartłomiej Piotrowski
Date: Friday, March 29, 2013 @ 10:42:26
  Author: bpiotrowski
Revision: 87258

upgpkg: nodejs 0.10.2-1

upstream release

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-29 03:36:41 UTC (rev 87257)
+++ PKGBUILD2013-03-29 09:42:26 UTC (rev 87258)
@@ -8,17 +8,17 @@
 # Contributor: TIanyi Cui tianyi...@gmail.com
 
 pkgname=nodejs
-pkgver=0.10.1
+pkgver=0.10.2
 pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')
 url='http://nodejs.org/'
 license=('MIT')
 depends=('openssl' 'python2')
-checkdepends=('curl') # curl used for check()
+checkdepends=('curl')
 options=('!emptydirs')
 source=(http://nodejs.org/dist/v${pkgver}/node-v${pkgver}.tar.gz)
-sha256sums=('2628dbf42fb3ec3927e595dc66f2f96e3c23455990dea690e300296d92afe4d3')
+sha256sums=('4eb642897fdb945b49720f2604afc493587aec7a9ff1537e882df659e4dd8aa2')
 
 build() {
   cd node-v${pkgver}



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

2013-03-29 Thread Bartłomiej Piotrowski
Date: Friday, March 29, 2013 @ 10:42:40
  Author: bpiotrowski
Revision: 87259

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-29 09:42:26 UTC (rev 87258)
+++ community-i686/PKGBUILD 2013-03-29 09:42:40 UTC (rev 87259)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: James Campos james.r.cam...@gmail.com
-# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Dongsheng Cai dongsheng at moodle dot com
-# Contributor: Masutu Subric masutu.arch at googlemail dot com
-# Contributor: TIanyi Cui tianyi...@gmail.com
-
-pkgname=nodejs
-pkgver=0.10.1
-pkgrel=1
-pkgdesc='Evented I/O for V8 javascript'
-arch=('i686' 'x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl' 'python2')
-checkdepends=('curl') # curl used for check()
-options=('!emptydirs')
-source=(http://nodejs.org/dist/v${pkgver}/node-v${pkgver}.tar.gz)
-sha256sums=('2628dbf42fb3ec3927e595dc66f2f96e3c23455990dea690e300296d92afe4d3')
-
-build() {
-  cd node-v${pkgver}
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_2_' \
--e s_'python'_'python2'_ -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-  export PYTHON=python2
-
-  ./configure \
---prefix=/usr \
---shared-openssl
-
-  make
-}
-
-check() {
-  cd node-v${pkgver}
-  make test || true
-}
-
-package() {
-  cd node-v${pkgver}
-
-  make DESTDIR=$pkgdir install
-
-  # install docs as per user request
-  install -d $pkgdir/usr/share/doc/nodejs
-  cp -r doc/api/*.html \
-$pkgdir/usr/share/doc/nodejs
-
-  install -D -m644 LICENSE \
-$pkgdir/usr/share/licenses/nodejs/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-i686/PKGBUILD (from rev 87258, 
nodejs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-29 09:42:40 UTC (rev 87259)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: James Campos james.r.cam...@gmail.com
+# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Dongsheng Cai dongsheng at moodle dot com
+# Contributor: Masutu Subric masutu.arch at googlemail dot com
+# Contributor: TIanyi Cui tianyi...@gmail.com
+
+pkgname=nodejs
+pkgver=0.10.2
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript'
+arch=('i686' 'x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl' 'python2')
+checkdepends=('curl')
+options=('!emptydirs')
+source=(http://nodejs.org/dist/v${pkgver}/node-v${pkgver}.tar.gz)
+sha256sums=('4eb642897fdb945b49720f2604afc493587aec7a9ff1537e882df659e4dd8aa2')
+
+build() {
+  cd node-v${pkgver}
+
+  msg 'Fixing for python2 name'
+  find -type f -exec sed \
+-e 's_^#!/usr/bin/env python$_2_' \
+-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+-e 's_^#!/usr/bin/python$_2_' \
+-e s_'python'_'python2'_ -i {} \;
+  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+  export PYTHON=python2
+
+  ./configure \
+--prefix=/usr \
+--shared-openssl
+
+  make
+}
+
+check() {
+  cd node-v${pkgver}
+  make test || true
+}
+
+package() {
+  cd node-v${pkgver}
+
+  make DESTDIR=$pkgdir install
+
+  # install docs as per user request
+  install -d $pkgdir/usr/share/doc/nodejs
+  cp -r doc/api/*.html \
+$pkgdir/usr/share/doc/nodejs
+
+  install -D -m644 LICENSE \
+$pkgdir/usr/share/licenses/nodejs/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-29 09:42:26 UTC (rev 87258)
+++ community-x86_64/PKGBUILD   2013-03-29 09:42:40 UTC (rev 87259)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: James Campos james.r.cam...@gmail.com
-# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Dongsheng Cai dongsheng at moodle dot com
-# 

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

2013-03-29 Thread Andreas Radke
Date: Friday, March 29, 2013 @ 11:06:10
  Author: andyrtr
Revision: 180977

upgpkg: nx 3.5.0.20-1

upstream update 3.5.0.20

Modified:
  nx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-29 02:55:03 UTC (rev 180976)
+++ PKGBUILD2013-03-29 10:06:10 UTC (rev 180977)
@@ -3,7 +3,7 @@
 
 pkgbase=nx
 pkgname=('libxcomp' 'nxproxy' 'nx-x11' 'nx-xcompext' 'nxagent' 'x2go-agent' 
'nx-headers')
-pkgver=3.5.0.19
+pkgver=3.5.0.20
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://wiki.x2go.org/;
@@ -14,7 +14,7 @@
  )
 
source=(http://code.x2go.org/releases/source/nx-libs/nx-libs-$pkgver-full.tar.gz
 keyboard_rule.diff)
-md5sums=('6343c8bfee72e9b0bc2686c7785d1b0f'
+md5sums=('9dd4b22579cf048c14c9c75302553f18'
  'f681bc66827cd7ddff4b81b983c20401')
 
 build() {



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

2013-03-29 Thread Andreas Radke
Date: Friday, March 29, 2013 @ 11:06:34
  Author: andyrtr
Revision: 180978

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

Added:
  nx/repos/extra-i686/PKGBUILD
(from rev 180977, nx/trunk/PKGBUILD)
  nx/repos/extra-i686/keyboard_rule.diff
(from rev 180977, nx/trunk/keyboard_rule.diff)
  nx/repos/extra-x86_64/PKGBUILD
(from rev 180977, nx/trunk/PKGBUILD)
  nx/repos/extra-x86_64/keyboard_rule.diff
(from rev 180977, nx/trunk/keyboard_rule.diff)
Deleted:
  nx/repos/extra-i686/PKGBUILD
  nx/repos/extra-i686/keyboard_rule.diff
  nx/repos/extra-x86_64/PKGBUILD
  nx/repos/extra-x86_64/keyboard_rule.diff

-+
 /PKGBUILD   |  302 ++
 /keyboard_rule.diff |   22 ++
 extra-i686/PKGBUILD |  151 ---
 extra-i686/keyboard_rule.diff   |   11 -
 extra-x86_64/PKGBUILD   |  151 ---
 extra-x86_64/keyboard_rule.diff |   11 -
 6 files changed, 324 insertions(+), 324 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-29 10:06:10 UTC (rev 180977)
+++ extra-i686/PKGBUILD 2013-03-29 10:06:34 UTC (rev 180978)
@@ -1,151 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgbase=nx
-pkgname=('libxcomp' 'nxproxy' 'nx-x11' 'nx-xcompext' 'nxagent' 'x2go-agent' 
'nx-headers')
-pkgver=3.5.0.19
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://wiki.x2go.org/;
-license=('GPL')
-#options=('!makeflags') # '!strip')
-makedepends=('libjpeg-turbo' 'libpng' 'bash' 'perl' 'libxml2' # runtime 
dependencies from subpackages
- 'xproto' 'freetype2' 'libxaw' 'libxrender' 'libxp' 'libxpm' 
'libxdamage' 'libxrandr' 'libxcomposite' 'libxtst' 'xorg-sessreg' # makedepends
- )
-source=(http://code.x2go.org/releases/source/nx-libs/nx-libs-$pkgver-full.tar.gz
-keyboard_rule.diff)
-md5sums=('6343c8bfee72e9b0bc2686c7785d1b0f'
- 'f681bc66827cd7ddff4b81b983c20401')
-
-build() {
-  cd ${srcdir}/nx-libs-$pkgver
-  
-  # fix keyboard layout with xkeyboard-config = 2.6 - doesn't solve proper 
layout detection
-  # upstream needs to do much more work in that area
-  patch -Np1 -i ${srcdir}/keyboard_rule.diff
-  
-  # debug flags
-#  export CFLAGS=-march=x86-64 -O1 -g -pipe
-#  export CXXFLAGS=-march=x86-64 -O1 -g -pipe
-
-  # honour CFLAGS in X11 build - upstream fixed so far only the other libs
-  # From xorg-x11-6.9.0-r3.ebuild
-  pushd ${srcdir}/nx-libs-$pkgver/nx-X11
-
-  HOSTCONF=config/cf/host.def
-  echo #define OptimizedCDebugFlags ${CFLAGS} GccAliasingArgs  ${HOSTCONF}
-  echo #define OptimizedCplusplusDebugFlags ${CXXFLAGS} GccAliasingArgs  
${HOSTCONF}
-  # Respect LDFLAGS
-  echo #define ExtraLoadFlags ${LDFLAGS}  ${HOSTCONF}
-  echo #define SharedLibraryLoadFlags -shared ${LDFLAGS}  ${HOSTCONF}
-  popd
-
-  # fix a broken Makefiles
-  sed -i s:-o root -g root :: nxcompshad/Makefile.in
-
-  make \
-PREFIX=/usr \
-CONFIGURE=./configure --prefix=/usr --libdir=/usr/lib 
--libexecdir=/usr/lib --includedir=/usr/include
-
-  # fake install
-  mkdir $srcdir/fakeinstall
-  make PREFIX=/usr DESTDIR=$srcdir/fakeinstall install
-}
-
-package_libxcomp() {
-  
-  pkgdesc=NX X compression library
-  depends=('libjpeg-turbo' 'libpng' 'gcc-libs')
-   
-  install -dm755 ${pkgdir}/usr/lib/nx
-  cp -a ${srcdir}/fakeinstall/usr/lib/nx/libXcomp.so* ${pkgdir}/usr/lib/nx
-  # symlinks
-  cd ${pkgdir}/usr/lib/
-  ln -sv /usr/lib/nx/libXcomp.so{,.3,.3.5.0} .
-}
-
-package_nxproxy() {
-
-  pkgdesc=NX proxy
-  depends=('libxcomp')
-  
-  install -dm755 ${pkgdir}/usr/{bin,share/man/man1,lib/nx/bin}
-  cp -a ${srcdir}/fakeinstall/usr/lib/nx/bin/nxproxy 
${pkgdir}/usr/lib/nx/bin/nxproxy
-  cp -a ${srcdir}/fakeinstall/usr/share/man/man1/nxproxy.1 
${pkgdir}/usr/share/man/man1
-  # the wrapper
-  cp -a ${srcdir}/fakeinstall/usr/bin/nxproxy ${pkgdir}/usr/bin
-}
-
-package_nx-xcompext() {
-  
-  pkgdesc=Xcompext/Xcompshad library for NX
-  depends=('libxcomp' 'nx-x11')
-   
-  install -dm755 ${pkgdir}/usr/lib/nx
-  cp -a ${srcdir}/fakeinstall/usr/lib/nx/libXcompext.so* ${pkgdir}/usr/lib/nx
-  #cp -a ${srcdir}/fakeinstall/usr/lib/nx/libXcompshad.so* ${pkgdir}/usr/lib/nx
-
-  # symlinks
-  cd ${pkgdir}/usr/lib/
-  ln -sv /usr/lib/nx/libXcompext.so{,.3,.3.5.0} .
-  #ln -sv /usr/lib/nx/libXcompshad.so{,.3,.3.5.0} .
-}
-
-package_nx-x11() {
- 
-  pkgdesc=NX-X11 lib for the NX framework
-  depends=('libxcomp')
-   
-  install -dm755 ${pkgdir}/{usr/bin,usr/lib/nx/{X11,bin}}
-  cp -aR ${srcdir}/fakeinstall/usr/lib/nx/X11/* ${pkgdir}/usr/lib/nx/X11
-  # nxauth
-  cp -a ${srcdir}/fakeinstall/usr/lib/nx/bin/nxauth ${pkgdir}/usr/lib/nx/bin
-  # the wrapper
-  cp -a ${srcdir}/fakeinstall/usr/bin/nxauth ${pkgdir}/usr/bin
-}
-
-package_nxagent() {
-  
-  pkgdesc=NX X server based on Xnest
-  depends=('nx-xcompext' 'libxml2')
-   
-  install -dm755 

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

2013-03-29 Thread Jelle van der Waa
Date: Friday, March 29, 2013 @ 11:38:09
  Author: jelle
Revision: 87260

update to 1.3.1

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-29 09:42:40 UTC (rev 87259)
+++ PKGBUILD2013-03-29 10:38:09 UTC (rev 87260)
@@ -4,8 +4,8 @@
 
 pkgname='frogatto'
 arch=('i686' 'x86_64')
-pkgver=1.2
-pkgrel=8
+pkgver=1.3.1
+pkgrel=1
 pkgdesc=An old-school 2d platformer game, starring a certain quixotic frog
 url=http://www.frogatto.com;
 license=('GPL')
@@ -14,7 +14,7 @@
 
source=(frogatto-$pkgver.tar.gz::https://github.com/frogatto/frogatto/archive/$pkgver.tar.gz;
 frogatto
 frogatto.desktop)
-md5sums=('57da96f06a28b064ff5d9c988cb4bdfe'
+md5sums=('f3206fbe1395ea2878092fbd4ed2c591'
  '9ed2c9ea59e95fe3c0b3ad49e58f8890'
  'e31563b04748a39292a59aaad633ff58')
 



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2013-03-29 Thread Andreas Radke
Date: Friday, March 29, 2013 @ 11:54:31
  Author: andyrtr
Revision: 180979

upgpkg: linux-lts 3.0.71-1

upstream update 3.0.71

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |4 ++--
 linux-lts.install |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-29 10:06:34 UTC (rev 180978)
+++ PKGBUILD2013-03-29 10:54:31 UTC (rev 180979)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.70
+pkgver=3.0.71
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -24,7 +24,7 @@
 'module-symbol-waiting-3.0.patch'
 'module-init-wait-3.0.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- '617c8e29b86efc412496584b4a6b909c'
+ '33df614a5ee70e5aa2d39fc8afd16a1d'
  'a8c2f7618f3cc6689e1bea32692b72f5'
  '4925d736212481eb1f7b318ef9e8b95f'
  '232b52576a62c7a333e9fe7a1e1ca359'

Modified: linux-lts.install
===
--- linux-lts.install   2013-03-29 10:06:34 UTC (rev 180978)
+++ linux-lts.install   2013-03-29 10:54:31 UTC (rev 180979)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.70-1-lts
+KERNEL_VERSION=3.0.71-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



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

2013-03-29 Thread Andreas Radke
Date: Friday, March 29, 2013 @ 11:55:25
  Author: andyrtr
Revision: 180980

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

Added:
  linux-lts/repos/testing-i686/
  linux-lts/repos/testing-i686/3.0.54-ptrace-i686-build.patch
(from rev 180979, linux-lts/trunk/3.0.54-ptrace-i686-build.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 180979, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 180979, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 180979, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 180979, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/ext4-options.patch
(from rev 180979, linux-lts/trunk/ext4-options.patch)
  linux-lts/repos/testing-i686/i915-fix-ghost-tv-output.patch
(from rev 180979, linux-lts/trunk/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 180979, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 180979, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-i686/module-init-wait-3.0.patch
(from rev 180979, linux-lts/trunk/module-init-wait-3.0.patch)
  linux-lts/repos/testing-i686/module-symbol-waiting-3.0.patch
(from rev 180979, linux-lts/trunk/module-symbol-waiting-3.0.patch)
  linux-lts/repos/testing-x86_64/
  linux-lts/repos/testing-x86_64/3.0.54-ptrace-i686-build.patch
(from rev 180979, linux-lts/trunk/3.0.54-ptrace-i686-build.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 180979, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 180979, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 180979, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 180979, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/ext4-options.patch
(from rev 180979, linux-lts/trunk/ext4-options.patch)
  linux-lts/repos/testing-x86_64/i915-fix-ghost-tv-output.patch
(from rev 180979, linux-lts/trunk/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 180979, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 180979, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/module-init-wait-3.0.patch
(from rev 180979, linux-lts/trunk/module-init-wait-3.0.patch)
  linux-lts/repos/testing-x86_64/module-symbol-waiting-3.0.patch
(from rev 180979, linux-lts/trunk/module-symbol-waiting-3.0.patch)

--+
 testing-i686/3.0.54-ptrace-i686-build.patch  |   41 
 testing-i686/PKGBUILD|  317 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 5575 +
 testing-i686/config.x86_64   | 5330 
 testing-i686/ext4-options.patch  |   49 
 testing-i686/i915-fix-ghost-tv-output.patch  |   26 
 testing-i686/linux-lts.install   |   65 
 testing-i686/linux-lts.preset|   14 
 testing-i686/module-init-wait-3.0.patch  |   77 
 testing-i686/module-symbol-waiting-3.0.patch |   66 
 testing-x86_64/3.0.54-ptrace-i686-build.patch|   41 
 testing-x86_64/PKGBUILD  |  317 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 5575 +
 testing-x86_64/config.x86_64 | 5330 
 testing-x86_64/ext4-options.patch|   49 
 testing-x86_64/i915-fix-ghost-tv-output.patch|   26 
 testing-x86_64/linux-lts.install |   65 
 testing-x86_64/linux-lts.preset  |   14 
 testing-x86_64/module-init-wait-3.0.patch|   77 
 testing-x86_64/module-symbol-waiting-3.0.patch   |   66 
 22 files changed, 23144 insertions(+)

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


[arch-commits] Commit in samba/trunk (smbd@.service)

2013-03-29 Thread Tobias Powalowski
Date: Friday, March 29, 2013 @ 12:25:21
  Author: tpowa
Revision: 180981

fix #34504 socket activation

Modified:
  samba/trunk/smbd@.service

---+
 smbd@.service |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: smbd@.service
===
--- smbd@.service   2013-03-29 10:55:25 UTC (rev 180980)
+++ smbd@.service   2013-03-29 11:25:21 UTC (rev 180981)
@@ -4,6 +4,6 @@
 [Service]
 Type=forking
 PIDFile=/var/run/smbd.pid
-ExecStart=/usr/sbin/smbd -D 
+ExecStart=/usr/sbin/smbd -F
 ExecReload=/bin/kill -HUP $MAINPID
 StandardInput=socket



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

2013-03-29 Thread Sergej Pupykin
Date: Friday, March 29, 2013 @ 12:57:43
  Author: spupykin
Revision: 87261

upgpkg: gsoap 2.8.14-1

upd

Modified:
  gsoap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-29 10:38:09 UTC (rev 87260)
+++ PKGBUILD2013-03-29 11:57:43 UTC (rev 87261)
@@ -4,7 +4,7 @@
 # Contributor: Lee.MaRS leem...@gmail.com
 
 pkgname=gsoap
-pkgver=2.8.13
+pkgver=2.8.14
 pkgrel=1
 pkgdesc=Offers an XML language binding to ease the development of SOAP/XML 
Web services in C and C/C++
 url=http://www.cs.fsu.edu/~engelen/soap.html;
@@ -14,7 +14,7 @@
 makedepends=('autoconf' 'automake')
 source=(http://prdownloads.sourceforge.net/gsoap2/${pkgname}_${pkgver}.zip
LICENSE)
-md5sums=('55324ce514886d336511407b440b8bc5'
+md5sums=('a032616b7c3b613ce67260a89db9df74'
  '27aaa3f5166db94d44044c11a7b2c37b')
 
 build() {



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

2013-03-29 Thread Sergej Pupykin
Date: Friday, March 29, 2013 @ 12:58:05
  Author: spupykin
Revision: 87262

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

Added:
  gsoap/repos/community-i686/LICENSE
(from rev 87261, gsoap/trunk/LICENSE)
  gsoap/repos/community-i686/PKGBUILD
(from rev 87261, gsoap/trunk/PKGBUILD)
  gsoap/repos/community-x86_64/LICENSE
(from rev 87261, gsoap/trunk/LICENSE)
  gsoap/repos/community-x86_64/PKGBUILD
(from rev 87261, 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 |   68 +
 community-i686/LICENSE|  163 --
 community-i686/PKGBUILD   |   34 
 community-x86_64/LICENSE  |  163 --
 community-x86_64/PKGBUILD |   34 
 6 files changed, 394 insertions(+), 394 deletions(-)

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


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

2013-03-29 Thread Sergej Pupykin
Date: Friday, March 29, 2013 @ 12:58:11
  Author: spupykin
Revision: 87263

upgpkg: python2-migrate 0.7.2-2

upd

Modified:
  python2-migrate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-29 11:58:05 UTC (rev 87262)
+++ PKGBUILD2013-03-29 11:58:11 UTC (rev 87263)
@@ -4,7 +4,7 @@
 
 pkgname=python2-migrate
 pkgver=0.7.2
-pkgrel=1
+pkgrel=2
 pkgdesc=provides a way to deal with database schema changes in SQLAlchemy 
projects
 arch=(any)
 url=http://sqlalchemy-migrate.googlecode.com/;



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

2013-03-29 Thread Sergej Pupykin
Date: Friday, March 29, 2013 @ 12:58:24
  Author: spupykin
Revision: 87264

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-29 11:58:11 UTC (rev 87263)
+++ PKGBUILD2013-03-29 11:58:24 UTC (rev 87264)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Roberto Alsina rals...@kde.org
-
-pkgname=python2-migrate
-pkgver=0.7.2
-pkgrel=1
-pkgdesc=provides a way to deal with database schema changes in SQLAlchemy 
projects
-arch=(any)
-url=http://sqlalchemy-migrate.googlecode.com/;
-depends=('python2' 'python2-sqlalchemy' 'python2-decorator' 'python2-tempita')
-makedepends=('python2-distribute')
-license=('MIT')
-source=(http://sqlalchemy-migrate.googlecode.com/files/sqlalchemy-migrate-$pkgver.tar.gz)
-md5sums=('10382fda16f056491e671b5307dd6713')
-
-build() {
-  cd $srcdir/sqlalchemy-migrate-$pkgver
-  python2 setup.py install --root=$pkgdir
-}

Copied: python2-migrate/repos/community-any/PKGBUILD (from rev 87263, 
python2-migrate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-29 11:58:24 UTC (rev 87264)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Roberto Alsina rals...@kde.org
+
+pkgname=python2-migrate
+pkgver=0.7.2
+pkgrel=2
+pkgdesc=provides a way to deal with database schema changes in SQLAlchemy 
projects
+arch=(any)
+url=http://sqlalchemy-migrate.googlecode.com/;
+depends=('python2' 'python2-sqlalchemy' 'python2-decorator' 'python2-tempita')
+makedepends=('python2-distribute')
+license=('MIT')
+source=(http://sqlalchemy-migrate.googlecode.com/files/sqlalchemy-migrate-$pkgver.tar.gz)
+md5sums=('10382fda16f056491e671b5307dd6713')
+
+package() {
+  cd $srcdir/sqlalchemy-migrate-$pkgver
+  python2 setup.py install --root=$pkgdir
+}



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

2013-03-29 Thread Andrea Scarpino
Date: Friday, March 29, 2013 @ 13:07:23
  Author: andrea
Revision: 180982

upgpkg: libbluedevil 1.9.3-1

Upstream release

Modified:
  libbluedevil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-29 11:25:21 UTC (rev 180981)
+++ PKGBUILD2013-03-29 12:07:23 UTC (rev 180982)
@@ -2,8 +2,8 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libbluedevil
-pkgver=1.9.2
-pkgrel=2
+pkgver=1.9.3
+pkgrel=1
 pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
 arch=('i686' 'x86_64')
 url=https://projects.kde.org/projects/playground/libs/libbluedevil;
@@ -11,11 +11,9 @@
 depends=('qt4' 'bluez')
 makedepends=('cmake')
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('b492db1825b239e5185c543badb21c26')
+md5sums=('fcb1480feba45dcd076b3ee54150bdf5')
 
 build() {
-  . /etc/profile.d/qt4.sh
-
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \



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

2013-03-29 Thread Andrea Scarpino
Date: Friday, March 29, 2013 @ 13:07:34
  Author: andrea
Revision: 180983

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-29 12:07:23 UTC (rev 180982)
+++ extra-i686/PKGBUILD 2013-03-29 12:07:34 UTC (rev 180983)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libbluedevil
-pkgver=1.9.2
-pkgrel=2
-pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
-arch=('i686' 'x86_64')
-url=https://projects.kde.org/projects/playground/libs/libbluedevil;
-license=('GPL')
-depends=('qt4' 'bluez')
-makedepends=('cmake')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('b492db1825b239e5185c543badb21c26')
-
-build() {
-  . /etc/profile.d/qt4.sh
-
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libbluedevil/repos/extra-i686/PKGBUILD (from rev 180982, 
libbluedevil/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-29 12:07:34 UTC (rev 180983)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libbluedevil
+pkgver=1.9.3
+pkgrel=1
+pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/playground/libs/libbluedevil;
+license=('GPL')
+depends=('qt4' 'bluez')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('fcb1480feba45dcd076b3ee54150bdf5')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-29 12:07:23 UTC (rev 180982)
+++ extra-x86_64/PKGBUILD   2013-03-29 12:07:34 UTC (rev 180983)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libbluedevil
-pkgver=1.9.2
-pkgrel=2
-pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
-arch=('i686' 'x86_64')
-url=https://projects.kde.org/projects/playground/libs/libbluedevil;
-license=('GPL')
-depends=('qt4' 'bluez')
-makedepends=('cmake')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('b492db1825b239e5185c543badb21c26')
-
-build() {
-  . /etc/profile.d/qt4.sh
-
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libbluedevil/repos/extra-x86_64/PKGBUILD (from rev 180982, 
libbluedevil/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-03-29 12:07:34 UTC (rev 180983)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libbluedevil
+pkgver=1.9.3
+pkgrel=1
+pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/playground/libs/libbluedevil;
+license=('GPL')
+depends=('qt4' 'bluez')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('fcb1480feba45dcd076b3ee54150bdf5')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2013-03-29 Thread Andrea Scarpino
Date: Friday, March 29, 2013 @ 13:10:13
  Author: andrea
Revision: 180984

upgpkg: bluedevil 1.3.1-1

Upstream release

Modified:
  bluedevil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-29 12:07:34 UTC (rev 180983)
+++ PKGBUILD2013-03-29 12:10:13 UTC (rev 180984)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=bluedevil
-pkgver=1.3
+pkgver=1.3.1
 pkgrel=1
 pkgdesc='KDE bluetooth framework'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('3a90e8826eb9f464084bbdafa549bf3e')
+md5sums=('d21ad78030ffd892bb2ae5c78aa37919')
 
 build(){
   mkdir build



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

2013-03-29 Thread Andrea Scarpino
Date: Friday, March 29, 2013 @ 13:10:22
  Author: andrea
Revision: 180985

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

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

+
 /PKGBUILD  |   58 +++
 /bluedevil.install |   24 
 extra-i686/PKGBUILD|   29 ---
 extra-i686/bluedevil.install   |   12 
 extra-x86_64/PKGBUILD  |   29 ---
 extra-x86_64/bluedevil.install |   12 
 6 files changed, 82 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-29 12:10:13 UTC (rev 180984)
+++ extra-i686/PKGBUILD 2013-03-29 12:10:22 UTC (rev 180985)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=bluedevil
-pkgver=1.3
-pkgrel=1
-pkgdesc='KDE bluetooth framework'
-arch=('i686' 'x86_64')
-url=https://projects.kde.org/projects/extragear/base/bluedevil;
-license=('GPL')
-depends=('kdebase-workspace' 'libbluedevil' 'obex-data-server' 'obexd-client')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('3a90e8826eb9f464084bbdafa549bf3e')
-
-build(){
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: bluedevil/repos/extra-i686/PKGBUILD (from rev 180984, 
bluedevil/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-29 12:10:22 UTC (rev 180985)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=bluedevil
+pkgver=1.3.1
+pkgrel=1
+pkgdesc='KDE bluetooth framework'
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/extragear/base/bluedevil;
+license=('GPL')
+depends=('kdebase-workspace' 'libbluedevil' 'obex-data-server' 'obexd-client')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('d21ad78030ffd892bb2ae5c78aa37919')
+
+build(){
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/bluedevil.install
===
--- extra-i686/bluedevil.install2013-03-29 12:10:13 UTC (rev 180984)
+++ extra-i686/bluedevil.install2013-03-29 12:10:22 UTC (rev 180985)
@@ -1,12 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime  /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: bluedevil/repos/extra-i686/bluedevil.install (from rev 180984, 
bluedevil/trunk/bluedevil.install)
===
--- extra-i686/bluedevil.install(rev 0)
+++ extra-i686/bluedevil.install2013-03-29 12:10:22 UTC (rev 180985)
@@ -0,0 +1,12 @@
+post_install() {
+  update-mime-database usr/share/mime  /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-29 12:10:13 UTC (rev 180984)
+++ extra-x86_64/PKGBUILD   2013-03-29 12:10:22 UTC (rev 180985)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=bluedevil
-pkgver=1.3
-pkgrel=1
-pkgdesc='KDE bluetooth framework'
-arch=('i686' 'x86_64')
-url=https://projects.kde.org/projects/extragear/base/bluedevil;
-license=('GPL')
-depends=('kdebase-workspace' 'libbluedevil' 'obex-data-server' 'obexd-client')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('3a90e8826eb9f464084bbdafa549bf3e')
-
-build(){
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-

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

2013-03-29 Thread Jelle van der Waa
Date: Friday, March 29, 2013 @ 13:32:04
  Author: jelle
Revision: 87265

upgpkg: calibre 0.9.25-1, add python2-six as new dep

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-29 11:58:24 UTC (rev 87264)
+++ PKGBUILD2013-03-29 12:32:04 UTC (rev 87265)
@@ -5,13 +5,13 @@
 # Contributor: Larry Hajali larryh...@gmail.com
 
 pkgname=calibre
-pkgver=0.9.24
+pkgver=0.9.25
 pkgrel=1
 pkgdesc=Ebook management application
 arch=('i686' 'x86_64') 
 url=http://calibre-ebook.com/;
 license=('GPL3')
-depends=('python2-dateutil' 'python2-cssutils' 'python2-cherrypy' 
+depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 
'python2-cherrypy' 
  'python2-mechanize' 'podofo' 'libwmf' 'python2-beautifulsoup3' 
  'imagemagick' 'poppler-qt' 'chmlib' 'python2-lxml' 'libusbx' 
  'python2-imaging' 'shared-mime-info' 'python2-dnspython' 
@@ -23,7 +23,7 @@
 source=(http://calibre-ebook.googlecode.com/files/${pkgname}-${pkgver}.tar.xz;
 'desktop_integration.patch'
 'calibre-mount-helper')
-md5sums=('62e976dcf0bdc9e2c7150c298d5df73f'
+md5sums=('5a6d9a94cde6233a233ab1be41d3459d'
  '8353d1878c5a498b3e49eddef473605f'
  '675cd87d41342119827ef706055491e7')
 



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

2013-03-29 Thread Jelle van der Waa
Date: Friday, March 29, 2013 @ 13:33:55
  Author: jelle
Revision: 87266

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

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

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

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


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

2013-03-29 Thread Jan de Groot
Date: Friday, March 29, 2013 @ 13:51:12
  Author: jgc
Revision: 180986

upgpkg: dnsutils 9.9.2.P2-1

Security update

Modified:
  dnsutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-29 12:10:22 UTC (rev 180985)
+++ PKGBUILD2013-03-29 12:51:12 UTC (rev 180986)
@@ -1,10 +1,11 @@
 # $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Gaetan Bisson bis...@archlinux.org
 # Contributor: kevin ke...@archlinux.org
 # Contributor: mario mario_v...@hotmail.com
 
 pkgname=dnsutils
-_pkgver=9.9.2-P1
+_pkgver=9.9.2-P2
 pkgver=${_pkgver//-/.}
 pkgrel=1
 pkgdesc='DNS utilities: dig host nslookup'
@@ -15,7 +16,7 @@
 depends=('openssl' 'krb5' 'idnkit' 'dnssec-anchors')
 source=(http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz;
 'remove-bind.patch')
-sha1sums=('9d56db2a86dde8167f7adfb200beee0f51d771a5'
+sha1sums=('3aadeaf64164a31a1cf22737ff2eea706792b68d'
   'bb13bd54134e4d787469be25461a3cc3f5cb57f4')
 
 replaces=('bind-tools' 'host')



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

2013-03-29 Thread Jan de Groot
Date: Friday, March 29, 2013 @ 13:51:19
  Author: jgc
Revision: 180987

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

Added:
  dnsutils/repos/extra-i686/PKGBUILD
(from rev 180986, dnsutils/trunk/PKGBUILD)
  dnsutils/repos/extra-i686/remove-bind.patch
(from rev 180986, dnsutils/trunk/remove-bind.patch)
  dnsutils/repos/extra-x86_64/PKGBUILD
(from rev 180986, dnsutils/trunk/PKGBUILD)
  dnsutils/repos/extra-x86_64/remove-bind.patch
(from rev 180986, dnsutils/trunk/remove-bind.patch)
Deleted:
  dnsutils/repos/extra-i686/PKGBUILD
  dnsutils/repos/extra-i686/remove-bind.patch
  dnsutils/repos/extra-x86_64/PKGBUILD
  dnsutils/repos/extra-x86_64/remove-bind.patch

+
 /PKGBUILD  |  100 +++
 /remove-bind.patch |   50 +++
 extra-i686/PKGBUILD|   49 ---
 extra-i686/remove-bind.patch   |   25 -
 extra-x86_64/PKGBUILD  |   49 ---
 extra-x86_64/remove-bind.patch |   25 -
 6 files changed, 150 insertions(+), 148 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-29 12:51:12 UTC (rev 180986)
+++ extra-i686/PKGBUILD 2013-03-29 12:51:19 UTC (rev 180987)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: kevin ke...@archlinux.org
-# Contributor: mario mario_v...@hotmail.com
-
-pkgname=dnsutils
-_pkgver=9.9.2-P1
-pkgver=${_pkgver//-/.}
-pkgrel=1
-pkgdesc='DNS utilities: dig host nslookup'
-url='http://www.isc.org/software/bind/'
-license=('custom:ISC')
-arch=('i686' 'x86_64')
-options=('!makeflags')
-depends=('openssl' 'krb5' 'idnkit' 'dnssec-anchors')
-source=(http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz;
-'remove-bind.patch')
-sha1sums=('9d56db2a86dde8167f7adfb200beee0f51d771a5'
-  'bb13bd54134e4d787469be25461a3cc3f5cb57f4')
-
-replaces=('bind-tools' 'host')
-
-build() {
-   cd ${srcdir}/bind-${_pkgver}
-
-   patch -p1 -i ../remove-bind.patch
-   export STD_CDEFINES='-DDIG_SIGCHASE'
-
-   # hack to remove unused bloat from the binaries
-   CFLAGS+=' -fdata-sections -ffunction-sections'
-   LDFLAGS+=' -Wl,--gc-sections'
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --disable-static \
-   --disable-linux-caps \
-   --with-openssl \
-   --with-idn \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/bind-${_pkgver}
-   install -Dm644 COPYRIGHT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   cd bin; make DESTDIR=${pkgdir} install
-}

Copied: dnsutils/repos/extra-i686/PKGBUILD (from rev 180986, 
dnsutils/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-29 12:51:19 UTC (rev 180987)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Gaetan Bisson bis...@archlinux.org
+# Contributor: kevin ke...@archlinux.org
+# Contributor: mario mario_v...@hotmail.com
+
+pkgname=dnsutils
+_pkgver=9.9.2-P2
+pkgver=${_pkgver//-/.}
+pkgrel=1
+pkgdesc='DNS utilities: dig host nslookup'
+url='http://www.isc.org/software/bind/'
+license=('custom:ISC')
+arch=('i686' 'x86_64')
+options=('!makeflags')
+depends=('openssl' 'krb5' 'idnkit' 'dnssec-anchors')
+source=(http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz;
+'remove-bind.patch')
+sha1sums=('3aadeaf64164a31a1cf22737ff2eea706792b68d'
+  'bb13bd54134e4d787469be25461a3cc3f5cb57f4')
+
+replaces=('bind-tools' 'host')
+
+build() {
+   cd ${srcdir}/bind-${_pkgver}
+
+   patch -p1 -i ../remove-bind.patch
+   export STD_CDEFINES='-DDIG_SIGCHASE'
+
+   # hack to remove unused bloat from the binaries
+   CFLAGS+=' -fdata-sections -ffunction-sections'
+   LDFLAGS+=' -Wl,--gc-sections'
+
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --disable-static \
+   --disable-linux-caps \
+   --with-openssl \
+   --with-idn \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/bind-${_pkgver}
+   install -Dm644 COPYRIGHT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   cd bin; make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/remove-bind.patch
===
--- extra-i686/remove-bind.patch2013-03-29 12:51:12 UTC (rev 180986)
+++ extra-i686/remove-bind.patch2013-03-29 12:51:19 UTC (rev 180987)
@@ -1,25 +0,0 @@
-diff -aur old/bin/Makefile.in new/bin/Makefile.in
 old/bin/Makefile.in2009-10-05 05:07:08.0 -0700
-+++ new/bin/Makefile.in   

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

2013-03-29 Thread Sergej Pupykin
Date: Friday, March 29, 2013 @ 13:55:28
  Author: spupykin
Revision: 87267

upgpkg: gcc-docs 4.8.0-1

upd

Modified:
  gcc-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-29 12:33:55 UTC (rev 87266)
+++ PKGBUILD2013-03-29 12:55:28 UTC (rev 87267)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=gcc-docs
-pkgver=4.7.2
+pkgver=4.8.0
 pkgrel=1
 pkgdesc=Set of HTML documentation for GCC
 arch=('any')
@@ -13,7 +13,7 @@
 depends=()
 options=('docs' '!strip')
 
source=($pkgname-$pkgver.tar.gz::http://gcc.gnu.org/onlinedocs/gcc-${pkgver}/gcc-html.tar.gz;)
-md5sums=('fdfb28dc131e76e578e34dd945ca30d2')
+md5sums=('87765b7003afce13b3f122f9f5f0fe8d')
 
 package() {
   cd $srcdir/gcc



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

2013-03-29 Thread Sergej Pupykin
Date: Friday, March 29, 2013 @ 13:55:42
  Author: spupykin
Revision: 87268

archrelease: copy trunk to community-any

Added:
  gcc-docs/repos/community-any/PKGBUILD
(from rev 87267, gcc-docs/trunk/PKGBUILD)
Deleted:
  gcc-docs/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-29 12:55:28 UTC (rev 87267)
+++ PKGBUILD2013-03-29 12:55:42 UTC (rev 87268)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Hilton Medeiros medeiros.hil...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=gcc-docs
-pkgver=4.7.2
-pkgrel=1
-pkgdesc=Set of HTML documentation for GCC
-arch=('any')
-url=http://gcc.gnu.org;
-license=('GPL')
-depends=()
-options=('docs' '!strip')
-source=($pkgname-$pkgver.tar.gz::http://gcc.gnu.org/onlinedocs/gcc-${pkgver}/gcc-html.tar.gz;)
-md5sums=('fdfb28dc131e76e578e34dd945ca30d2')
-
-package() {
-  cd $srcdir/gcc
-  install -d $pkgdir/usr/share/doc/gcc
-  cp -rf * $pkgdir/usr/share/doc/gcc
-}

Copied: gcc-docs/repos/community-any/PKGBUILD (from rev 87267, 
gcc-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-29 12:55:42 UTC (rev 87268)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Hilton Medeiros medeiros.hil...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=gcc-docs
+pkgver=4.8.0
+pkgrel=1
+pkgdesc=Set of HTML documentation for GCC
+arch=('any')
+url=http://gcc.gnu.org;
+license=('GPL')
+depends=()
+options=('docs' '!strip')
+source=($pkgname-$pkgver.tar.gz::http://gcc.gnu.org/onlinedocs/gcc-${pkgver}/gcc-html.tar.gz;)
+md5sums=('87765b7003afce13b3f122f9f5f0fe8d')
+
+package() {
+  cd $srcdir/gcc
+  install -d $pkgdir/usr/share/doc/gcc
+  cp -rf * $pkgdir/usr/share/doc/gcc
+}



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

2013-03-29 Thread Federico Cinelli
Date: Friday, March 29, 2013 @ 13:56:58
  Author: cinelli
Revision: 87269

rebuild for boost soname

Modified:
  pokerth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-29 12:55:42 UTC (rev 87268)
+++ PKGBUILD2013-03-29 12:56:58 UTC (rev 87269)
@@ -2,11 +2,12 @@
 # Maintainer:  Mateusz Herych heni...@gmail.com
 # Maintainer:  Bartłomiej Piotrowski barthal...@gmail.com
 # Contributor: Vasco Costa vasco.co...@meiodigital.com
+# Contributor: Federico Cinelli cine...@aur.archlinux.org
 
 pkgname=pokerth
 _realname=PokerTH
 pkgver=1.0
-pkgrel=4
+pkgrel=5
 pkgdesc=Poker game written in C++/QT4
 arch=('i686' 'x86_64')
 url=http://www.pokerth.net/;
@@ -14,7 +15,7 @@
 depends=('curl' 'boost-libs' 'gsasl' 'gnutls' 'protobuf'
  'qt4' 'sdl_mixer' 'libircclient' 'tinyxml')
 makedepends=('boost')
-source=(http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2)
+source=(http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2;)
 md5sums=('1d8686b8968475cfc76e873a17a53efc')
 
 build() {
@@ -22,7 +23,7 @@
 
   sed -i '31 i #include libircclient/libirc_rfcnumeric.h' 
src/net/common/ircthread.cpp
 
-  qmake $pkgname.pro
+  /usr/lib/qt4/bin/qmake $pkgname.pro
   make
 }
 



[arch-commits] Commit in avogadro/trunk (PKGBUILD boost153.patch)

2013-03-29 Thread Andrea Scarpino
Date: Friday, March 29, 2013 @ 13:57:15
  Author: andrea
Revision: 180988

boost rebuild

Added:
  avogadro/trunk/boost153.patch
Modified:
  avogadro/trunk/PKGBUILD

+
 PKGBUILD   |   12 ---
 boost153.patch |   60 +++
 2 files changed, 69 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-29 12:51:19 UTC (rev 180987)
+++ PKGBUILD2013-03-29 12:57:15 UTC (rev 180988)
@@ -5,7 +5,7 @@
 
 pkgname=avogadro
 pkgver=1.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc=An advanced molecular editor based on Qt
 arch=('i686' 'x86_64')
 url=http://avogadro.openmolecules.net/wiki/Main_Page;
@@ -13,10 +13,16 @@
 depends=('eigen2' 'openbabel' 'python2-pyqt' 'boost-libs' 'glew' 
'python2-numpy')
 makedepends=('cmake' 'boost' 'doxygen' 'mesa-libgl')
 install=avogadro.install
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('f4fbef5ffc69cc312b2316426c36a78d')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
+'boost153.patch')
+md5sums=('f4fbef5ffc69cc312b2316426c36a78d'
+ 'aa2573f78d5dbd85b3cb79e08acde8ab')
 
 build() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/boost153.patch
+  cd ../
+
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \

Added: boost153.patch
===
--- boost153.patch  (rev 0)
+++ boost153.patch  2013-03-29 12:57:15 UTC (rev 180988)
@@ -0,0 +1,60 @@
+--- avogadro-1.1.0/libavogadro/src/pythonengine_p.h~   2013-03-29 
12:46:16.306165881 +
 avogadro-1.1.0/libavogadro/src/pythonengine_p.h2013-03-29 
12:45:43.123089622 +
+@@ -27,7 +27,9 @@
+ 
+ #include avogadro/global.h
+ #include avogadro/engine.h
++#ifndef Q_MOC_RUN
+ #include boost/python.hpp
++#endif
+ 
+ namespace Avogadro {
+ 
+--- avogadro-1.1.0/libavogadro/src/pythonextension_p.h~2013-03-29 
12:46:32.156043085 +
 avogadro-1.1.0/libavogadro/src/pythonextension_p.h 2013-03-29 
12:47:07.265771087 +
+@@ -29,7 +29,9 @@
+ #include avogadro/extension.h
+ #include avogadro/primitive.h
+ #include avogadro/glwidget.h
++#ifndef Q_MOC_RUN
+ #include boost/python.hpp
++#endif
+ 
+ #include QWidget
+ #include QList
+--- avogadro-1.1.0/libavogadro/src/pythontool_p.h~ 2013-03-29 
12:47:33.335569185 +
 avogadro-1.1.0/libavogadro/src/pythontool_p.h  2013-03-29 
12:47:50.732101147 +
+@@ -27,7 +27,9 @@
+ 
+ #include avogadro/global.h
+ #include avogadro/tool.h
++#ifndef Q_MOC_RUN
+ #include boost/python.hpp
++#endif
+ 
+ #include QObject
+ #include QAction
+--- avogadro-1.1.0/libavogadro/src/pythoninterpreter.h~2013-03-29 
12:50:46.550738652 +
 avogadro-1.1.0/libavogadro/src/pythoninterpreter.h 2013-03-29 
12:51:00.853961341 +
+@@ -26,7 +26,9 @@
+ #define PYTHONINTERPRETER_H
+ 
+ #include avogadro/global.h
++#ifndef Q_MOC_RUN
+ #include boost/python.hpp
++#endif
+ #include avogadro/primitive.h
+ #include QString
+ 
+--- avogadro-1.1.0/libavogadro/src/pythonscript.h~ 2013-03-29 
12:52:00.723488935 +
 avogadro-1.1.0/libavogadro/src/pythonscript.h  2013-03-29 
12:52:11.676745364 +
+@@ -27,7 +27,9 @@
+ #define PYTHONSCRIPT_H
+ 
+ #include avogadro/global.h
++#ifndef Q_MOC_RUN
+ #include boost/python.hpp
++#endif
+ 
+ #include pythonerror.h
+ 



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

2013-03-29 Thread Federico Cinelli
Date: Friday, March 29, 2013 @ 14:01:59
  Author: cinelli
Revision: 87270

adjusted to use qmake-qt4 

Modified:
  pokerth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-29 12:56:58 UTC (rev 87269)
+++ PKGBUILD2013-03-29 13:01:59 UTC (rev 87270)
@@ -23,7 +23,7 @@
 
   sed -i '31 i #include libircclient/libirc_rfcnumeric.h' 
src/net/common/ircthread.cpp
 
-  /usr/lib/qt4/bin/qmake $pkgname.pro
+  qmake-qt4 $pkgname.pro
   make
 }
 



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

2013-03-29 Thread Andrea Scarpino
Date: Friday, March 29, 2013 @ 14:02:32
  Author: andrea
Revision: 180989

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

Added:
  avogadro/repos/staging-i686/
  avogadro/repos/staging-i686/PKGBUILD
(from rev 180988, avogadro/trunk/PKGBUILD)
  avogadro/repos/staging-i686/avogadro.install
(from rev 180988, avogadro/trunk/avogadro.install)
  avogadro/repos/staging-i686/boost153.patch
(from rev 180988, avogadro/trunk/boost153.patch)
  avogadro/repos/staging-x86_64/
  avogadro/repos/staging-x86_64/PKGBUILD
(from rev 180988, avogadro/trunk/PKGBUILD)
  avogadro/repos/staging-x86_64/avogadro.install
(from rev 180988, avogadro/trunk/avogadro.install)
  avogadro/repos/staging-x86_64/boost153.patch
(from rev 180988, avogadro/trunk/boost153.patch)

-+
 staging-i686/PKGBUILD   |   39 
 staging-i686/avogadro.install   |   11 ++
 staging-i686/boost153.patch |   60 ++
 staging-x86_64/PKGBUILD |   39 
 staging-x86_64/avogadro.install |   11 ++
 staging-x86_64/boost153.patch   |   60 ++
 6 files changed, 220 insertions(+)

Copied: avogadro/repos/staging-i686/PKGBUILD (from rev 180988, 
avogadro/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-03-29 13:02:32 UTC (rev 180989)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Nick B Shirakawasuna at gmail _dot_com
+
+pkgname=avogadro
+pkgver=1.1.0
+pkgrel=4
+pkgdesc=An advanced molecular editor based on Qt
+arch=('i686' 'x86_64')
+url=http://avogadro.openmolecules.net/wiki/Main_Page;
+license=('GPL2')
+depends=('eigen2' 'openbabel' 'python2-pyqt' 'boost-libs' 'glew' 
'python2-numpy')
+makedepends=('cmake' 'boost' 'doxygen' 'mesa-libgl')
+install=avogadro.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
+'boost153.patch')
+md5sums=('f4fbef5ffc69cc312b2316426c36a78d'
+ 'aa2573f78d5dbd85b3cb79e08acde8ab')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/boost153.patch
+  cd ../
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DQT_MKSPECS_RELATIVE=share/qt4/mkspecs
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: avogadro/repos/staging-i686/avogadro.install (from rev 180988, 
avogadro/trunk/avogadro.install)
===
--- staging-i686/avogadro.install   (rev 0)
+++ staging-i686/avogadro.install   2013-03-29 13:02:32 UTC (rev 180989)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: avogadro/repos/staging-i686/boost153.patch (from rev 180988, 
avogadro/trunk/boost153.patch)
===
--- staging-i686/boost153.patch (rev 0)
+++ staging-i686/boost153.patch 2013-03-29 13:02:32 UTC (rev 180989)
@@ -0,0 +1,60 @@
+--- avogadro-1.1.0/libavogadro/src/pythonengine_p.h~   2013-03-29 
12:46:16.306165881 +
 avogadro-1.1.0/libavogadro/src/pythonengine_p.h2013-03-29 
12:45:43.123089622 +
+@@ -27,7 +27,9 @@
+ 
+ #include avogadro/global.h
+ #include avogadro/engine.h
++#ifndef Q_MOC_RUN
+ #include boost/python.hpp
++#endif
+ 
+ namespace Avogadro {
+ 
+--- avogadro-1.1.0/libavogadro/src/pythonextension_p.h~2013-03-29 
12:46:32.156043085 +
 avogadro-1.1.0/libavogadro/src/pythonextension_p.h 2013-03-29 
12:47:07.265771087 +
+@@ -29,7 +29,9 @@
+ #include avogadro/extension.h
+ #include avogadro/primitive.h
+ #include avogadro/glwidget.h
++#ifndef Q_MOC_RUN
+ #include boost/python.hpp
++#endif
+ 
+ #include QWidget
+ #include QList
+--- avogadro-1.1.0/libavogadro/src/pythontool_p.h~ 2013-03-29 
12:47:33.335569185 +
 avogadro-1.1.0/libavogadro/src/pythontool_p.h  2013-03-29 
12:47:50.732101147 +
+@@ -27,7 +27,9 @@
+ 
+ #include avogadro/global.h
+ #include avogadro/tool.h
++#ifndef Q_MOC_RUN
+ #include boost/python.hpp
++#endif
+ 
+ #include QObject
+ #include QAction
+--- avogadro-1.1.0/libavogadro/src/pythoninterpreter.h~2013-03-29 
12:50:46.550738652 +
 avogadro-1.1.0/libavogadro/src/pythoninterpreter.h 2013-03-29 
12:51:00.853961341 +
+@@ -26,7 +26,9 @@
+ #define PYTHONINTERPRETER_H
+ 
+ #include avogadro/global.h
++#ifndef Q_MOC_RUN
+ #include boost/python.hpp
++#endif
+ #include avogadro/primitive.h
+ #include QString
+ 
+--- avogadro-1.1.0/libavogadro/src/pythonscript.h~ 2013-03-29 

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

2013-03-29 Thread Jan de Groot
Date: Friday, March 29, 2013 @ 14:13:27
  Author: jgc
Revision: 180990

upgpkg: gnome-contacts 3.8.0-1

Modified:
  gnome-contacts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-29 13:02:32 UTC (rev 180989)
+++ PKGBUILD2013-03-29 13:13:27 UTC (rev 180990)
@@ -2,18 +2,18 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=gnome-contacts
-pkgver=3.6.2
+pkgver=3.8.0
 pkgrel=1
 pkgdesc=Contacts Manager for GNOME
 arch=(i686 x86_64)
 url=http://www.gnome.org;
 license=('GPL2')
-groups=(gnome-extra)
+groups=(gnome)
 depends=('gtk3' 'folks' 'libnotify' 'gnome-desktop' 'dconf' 
'gnome-online-accounts' 'libgee' 'telepathy-glib' 'cheese')
-makedepends=('intltool' 'vala')
+makedepends=('intltool' 'vala' 'gobject-introspection')
 install=$pkgname.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7d1b6a8e395b15bf150062f332348549cf9deb38dfa3aad9994f70e71d8449fa')
+sha256sums=('cf4e183b0daff0b1644ea1f6043b9f3f1ce1703d74c313a5154c78fd7fd7365e')
 
 build() {
   cd $pkgname-$pkgver



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

2013-03-29 Thread Jan de Groot
Date: Friday, March 29, 2013 @ 14:13:34
  Author: jgc
Revision: 180991

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-contacts/repos/gnome-unstable-i686/
  gnome-contacts/repos/gnome-unstable-i686/PKGBUILD
(from rev 180990, gnome-contacts/trunk/PKGBUILD)
  gnome-contacts/repos/gnome-unstable-i686/gnome-contacts.install
(from rev 180990, gnome-contacts/trunk/gnome-contacts.install)
  gnome-contacts/repos/gnome-unstable-x86_64/
  gnome-contacts/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 180990, gnome-contacts/trunk/PKGBUILD)
  gnome-contacts/repos/gnome-unstable-x86_64/gnome-contacts.install
(from rev 180990, gnome-contacts/trunk/gnome-contacts.install)

--+
 gnome-unstable-i686/PKGBUILD |   29 +
 gnome-unstable-i686/gnome-contacts.install   |   11 +
 gnome-unstable-x86_64/PKGBUILD   |   29 +
 gnome-unstable-x86_64/gnome-contacts.install |   11 +
 4 files changed, 80 insertions(+)

Copied: gnome-contacts/repos/gnome-unstable-i686/PKGBUILD (from rev 180990, 
gnome-contacts/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-29 13:13:34 UTC (rev 180991)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gnome-contacts
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Contacts Manager for GNOME
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=('GPL2')
+groups=(gnome)
+depends=('gtk3' 'folks' 'libnotify' 'gnome-desktop' 'dconf' 
'gnome-online-accounts' 'libgee' 'telepathy-glib' 'cheese')
+makedepends=('intltool' 'vala' 'gobject-introspection')
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('cf4e183b0daff0b1644ea1f6043b9f3f1ce1703d74c313a5154c78fd7fd7365e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/gnome-contacts
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-contacts/repos/gnome-unstable-i686/gnome-contacts.install (from 
rev 180990, gnome-contacts/trunk/gnome-contacts.install)
===
--- gnome-unstable-i686/gnome-contacts.install  (rev 0)
+++ gnome-unstable-i686/gnome-contacts.install  2013-03-29 13:13:34 UTC (rev 
180991)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-contacts/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180990, 
gnome-contacts/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-29 13:13:34 UTC (rev 180991)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gnome-contacts
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Contacts Manager for GNOME
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=('GPL2')
+groups=(gnome)
+depends=('gtk3' 'folks' 'libnotify' 'gnome-desktop' 'dconf' 
'gnome-online-accounts' 'libgee' 'telepathy-glib' 'cheese')
+makedepends=('intltool' 'vala' 'gobject-introspection')
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('cf4e183b0daff0b1644ea1f6043b9f3f1ce1703d74c313a5154c78fd7fd7365e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/gnome-contacts
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-contacts/repos/gnome-unstable-x86_64/gnome-contacts.install (from 
rev 180990, gnome-contacts/trunk/gnome-contacts.install)
===
--- gnome-unstable-x86_64/gnome-contacts.install
(rev 0)
+++ gnome-unstable-x86_64/gnome-contacts.install2013-03-29 13:13:34 UTC 
(rev 180991)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in gnome-system-monitor/trunk (PKGBUILD)

2013-03-29 Thread Jan de Groot
Date: Friday, March 29, 2013 @ 14:27:01
  Author: jgc
Revision: 180992

upgpkg: gnome-system-monitor 3.8.0-1

Modified:
  gnome-system-monitor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-29 13:13:34 UTC (rev 180991)
+++ PKGBUILD2013-03-29 13:27:01 UTC (rev 180992)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-system-monitor
-pkgver=3.6.0
+pkgver=3.8.0
 pkgrel=1
 pkgdesc=A system monitor for GNOME
 arch=(i686 x86_64)
@@ -12,14 +12,14 @@
 makedepends=('itstool' 'docbook-xsl' 'intltool')
 options=(!emptydirs)
 url=http://www.gnome.org;
-groups=('gnome-extra')
+groups=('gnome')
 install=gnome-system-monitor.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5e427d6c7dbe3cfb87afe3feb93882485f79ce71556e5b855152055d8a6080ab')
+sha256sums=('2d5bdd81c19bc34f83c0ccfde998007df9ef517f5e4bfb5e36513a76c21dce86')
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/gnome-system-monitor
   make
 }
 



[arch-commits] Commit in gnome-system-monitor/repos (6 files)

2013-03-29 Thread Jan de Groot
Date: Friday, March 29, 2013 @ 14:27:07
  Author: jgc
Revision: 180993

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-system-monitor/repos/gnome-unstable-i686/
  gnome-system-monitor/repos/gnome-unstable-i686/PKGBUILD
(from rev 180992, gnome-system-monitor/trunk/PKGBUILD)
  gnome-system-monitor/repos/gnome-unstable-i686/gnome-system-monitor.install
(from rev 180992, gnome-system-monitor/trunk/gnome-system-monitor.install)
  gnome-system-monitor/repos/gnome-unstable-x86_64/
  gnome-system-monitor/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 180992, gnome-system-monitor/trunk/PKGBUILD)
  gnome-system-monitor/repos/gnome-unstable-x86_64/gnome-system-monitor.install
(from rev 180992, gnome-system-monitor/trunk/gnome-system-monitor.install)

+
 gnome-unstable-i686/PKGBUILD   |   29 +++
 gnome-unstable-i686/gnome-system-monitor.install   |   11 +++
 gnome-unstable-x86_64/PKGBUILD |   29 +++
 gnome-unstable-x86_64/gnome-system-monitor.install |   11 +++
 4 files changed, 80 insertions(+)

Copied: gnome-system-monitor/repos/gnome-unstable-i686/PKGBUILD (from rev 
180992, gnome-system-monitor/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-29 13:27:07 UTC (rev 180993)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-system-monitor
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=A system monitor for GNOME
+arch=(i686 x86_64)
+license=('GPL')
+depends=('libwnck3' 'libgtop' 'gtkmm3' 'librsvg' 'gnome-icon-theme' 
'libsystemd')
+makedepends=('itstool' 'docbook-xsl' 'intltool')
+options=(!emptydirs)
+url=http://www.gnome.org;
+groups=('gnome')
+install=gnome-system-monitor.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('2d5bdd81c19bc34f83c0ccfde998007df9ef517f5e4bfb5e36513a76c21dce86')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/gnome-system-monitor
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: 
gnome-system-monitor/repos/gnome-unstable-i686/gnome-system-monitor.install 
(from rev 180992, gnome-system-monitor/trunk/gnome-system-monitor.install)
===
--- gnome-unstable-i686/gnome-system-monitor.install
(rev 0)
+++ gnome-unstable-i686/gnome-system-monitor.install2013-03-29 13:27:07 UTC 
(rev 180993)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: gnome-system-monitor/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
180992, gnome-system-monitor/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-29 13:27:07 UTC (rev 180993)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-system-monitor
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=A system monitor for GNOME
+arch=(i686 x86_64)
+license=('GPL')
+depends=('libwnck3' 'libgtop' 'gtkmm3' 'librsvg' 'gnome-icon-theme' 
'libsystemd')
+makedepends=('itstool' 'docbook-xsl' 'intltool')
+options=(!emptydirs)
+url=http://www.gnome.org;
+groups=('gnome')
+install=gnome-system-monitor.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('2d5bdd81c19bc34f83c0ccfde998007df9ef517f5e4bfb5e36513a76c21dce86')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/gnome-system-monitor
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: 
gnome-system-monitor/repos/gnome-unstable-x86_64/gnome-system-monitor.install 
(from rev 180992, gnome-system-monitor/trunk/gnome-system-monitor.install)
===
--- gnome-unstable-x86_64/gnome-system-monitor.install  
(rev 0)
+++ gnome-unstable-x86_64/gnome-system-monitor.install  2013-03-29 13:27:07 UTC 
(rev 180993)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



[arch-commits] Commit in gnome-font-viewer/trunk (PKGBUILD)

2013-03-29 Thread Jan de Groot
Date: Friday, March 29, 2013 @ 14:32:14
  Author: jgc
Revision: 180994

upgpkg: gnome-font-viewer 3.8.0-1

Modified:
  gnome-font-viewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-29 13:27:07 UTC (rev 180993)
+++ PKGBUILD2013-03-29 13:32:14 UTC (rev 180994)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-font-viewer
-pkgver=3.6.2
+pkgver=3.8.0
 pkgrel=1
 pkgdesc=GNOME font viewer and thumbnailer
 arch=(i686 x86_64)
@@ -11,10 +11,10 @@
 makedepends=('intltool')
 options=('!libtool' '!emptydirs')
 url=http://www.gnome.org;
-groups=('gnome-extra')
+groups=('gnome')
 install=gnome-font-viewer.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('216a1f1a54cf662533b7a793b250bb01bafb98319bfdbe814f66be54fbefe145')
+sha256sums=('d34f17f026b7c41d8de5c255070c79c938ce69030b3429444e7fb8f2275ff819')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gnome-font-viewer/repos (6 files)

2013-03-29 Thread Jan de Groot
Date: Friday, March 29, 2013 @ 14:32:19
  Author: jgc
Revision: 180995

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-font-viewer/repos/gnome-unstable-i686/
  gnome-font-viewer/repos/gnome-unstable-i686/PKGBUILD
(from rev 180994, gnome-font-viewer/trunk/PKGBUILD)
  gnome-font-viewer/repos/gnome-unstable-i686/gnome-font-viewer.install
(from rev 180994, gnome-font-viewer/trunk/gnome-font-viewer.install)
  gnome-font-viewer/repos/gnome-unstable-x86_64/
  gnome-font-viewer/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 180994, gnome-font-viewer/trunk/PKGBUILD)
  gnome-font-viewer/repos/gnome-unstable-x86_64/gnome-font-viewer.install
(from rev 180994, gnome-font-viewer/trunk/gnome-font-viewer.install)

-+
 gnome-unstable-i686/PKGBUILD|   28 ++
 gnome-unstable-i686/gnome-font-viewer.install   |   11 
 gnome-unstable-x86_64/PKGBUILD  |   28 ++
 gnome-unstable-x86_64/gnome-font-viewer.install |   11 
 4 files changed, 78 insertions(+)

Copied: gnome-font-viewer/repos/gnome-unstable-i686/PKGBUILD (from rev 180994, 
gnome-font-viewer/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-29 13:32:19 UTC (rev 180995)
@@ -0,0 +1,28 @@
+#  $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-font-viewer
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=GNOME font viewer and thumbnailer
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gtk3' 'desktop-file-utils' 'gnome-desktop')
+makedepends=('intltool')
+options=('!libtool' '!emptydirs')
+url=http://www.gnome.org;
+groups=('gnome')
+install=gnome-font-viewer.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('d34f17f026b7c41d8de5c255070c79c938ce69030b3429444e7fb8f2275ff819')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-font-viewer/repos/gnome-unstable-i686/gnome-font-viewer.install 
(from rev 180994, gnome-font-viewer/trunk/gnome-font-viewer.install)
===
--- gnome-unstable-i686/gnome-font-viewer.install   
(rev 0)
+++ gnome-unstable-i686/gnome-font-viewer.install   2013-03-29 13:32:19 UTC 
(rev 180995)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-font-viewer/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
180994, gnome-font-viewer/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-29 13:32:19 UTC (rev 180995)
@@ -0,0 +1,28 @@
+#  $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-font-viewer
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=GNOME font viewer and thumbnailer
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gtk3' 'desktop-file-utils' 'gnome-desktop')
+makedepends=('intltool')
+options=('!libtool' '!emptydirs')
+url=http://www.gnome.org;
+groups=('gnome')
+install=gnome-font-viewer.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('d34f17f026b7c41d8de5c255070c79c938ce69030b3429444e7fb8f2275ff819')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-font-viewer/repos/gnome-unstable-x86_64/gnome-font-viewer.install 
(from rev 180994, gnome-font-viewer/trunk/gnome-font-viewer.install)
===
--- gnome-unstable-x86_64/gnome-font-viewer.install 
(rev 0)
+++ gnome-unstable-x86_64/gnome-font-viewer.install 2013-03-29 13:32:19 UTC 
(rev 180995)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in gnome-user-share/trunk (PKGBUILD)

2013-03-29 Thread Jan de Groot
Date: Friday, March 29, 2013 @ 14:46:02
  Author: jgc
Revision: 180996

upgpkg: gnome-user-share 3.8.0-1

Modified:
  gnome-user-share/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-29 13:32:19 UTC (rev 180995)
+++ PKGBUILD2013-03-29 13:46:02 UTC (rev 180996)
@@ -2,18 +2,19 @@
 # Maintainer: Roman Kyrylych ro...@archlinux.org
 
 pkgname=gnome-user-share
-pkgver=3.0.4
+pkgver=3.8.0
 pkgrel=1
 pkgdesc=Easy to use user-level file sharing for GNOME.
 arch=('i686' 'x86_64')
 url=http://ftp.gnome.org/pub/GNOME/sources/gnome-user-share/;
 license=('GPL')
-depends=('mod_dnssd' 'dconf' 'gtk3' 'hicolor-icon-theme' 'libnotify' 
'gnome-bluetooth' 'libcanberra')
-makedepends=('intltool' 'nautilus' 'itstool' 'docbook-xsl')
+depends=('mod_dnssd' 'dconf' 'gtk3' 'hicolor-icon-theme' 'libnotify' 
'gnome-bluetooth' 'libcanberra' 'dbus-glib')
+makedepends=('intltool' 'libnautilus-extension' 'itstool' 'docbook-xsl')
 options=('!emptydirs' '!libtool')
+groups=('gnome')
 install=gnome-user-share.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('e1c8ca73163bf77ce7ca1b92db94cd9c4680a24b940d620996c9331ab79edeb8')
+sha256sums=('ae0638a24cf306b6615639a8706c9b48e8961ae26d7f8b5d65eb26955ca4cc3f')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in gnome-user-share/repos (6 files)

2013-03-29 Thread Jan de Groot
Date: Friday, March 29, 2013 @ 14:46:08
  Author: jgc
Revision: 180997

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-user-share/repos/gnome-unstable-i686/
  gnome-user-share/repos/gnome-unstable-i686/PKGBUILD
(from rev 180996, gnome-user-share/trunk/PKGBUILD)
  gnome-user-share/repos/gnome-unstable-i686/gnome-user-share.install
(from rev 180996, gnome-user-share/trunk/gnome-user-share.install)
  gnome-user-share/repos/gnome-unstable-x86_64/
  gnome-user-share/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 180996, gnome-user-share/trunk/PKGBUILD)
  gnome-user-share/repos/gnome-unstable-x86_64/gnome-user-share.install
(from rev 180996, gnome-user-share/trunk/gnome-user-share.install)

+
 gnome-unstable-i686/PKGBUILD   |   30 +++
 gnome-unstable-i686/gnome-user-share.install   |   12 +
 gnome-unstable-x86_64/PKGBUILD |   30 +++
 gnome-unstable-x86_64/gnome-user-share.install |   12 +
 4 files changed, 84 insertions(+)

Copied: gnome-user-share/repos/gnome-unstable-i686/PKGBUILD (from rev 180996, 
gnome-user-share/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-29 13:46:08 UTC (rev 180997)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Roman Kyrylych ro...@archlinux.org
+
+pkgname=gnome-user-share
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Easy to use user-level file sharing for GNOME.
+arch=('i686' 'x86_64')
+url=http://ftp.gnome.org/pub/GNOME/sources/gnome-user-share/;
+license=('GPL')
+depends=('mod_dnssd' 'dconf' 'gtk3' 'hicolor-icon-theme' 'libnotify' 
'gnome-bluetooth' 'libcanberra' 'dbus-glib')
+makedepends=('intltool' 'libnautilus-extension' 'itstool' 'docbook-xsl')
+options=('!emptydirs' '!libtool')
+groups=('gnome')
+install=gnome-user-share.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('ae0638a24cf306b6615639a8706c9b48e8961ae26d7f8b5d65eb26955ca4cc3f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/gnome-user-share \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gnome-user-share/repos/gnome-unstable-i686/gnome-user-share.install 
(from rev 180996, gnome-user-share/trunk/gnome-user-share.install)
===
--- gnome-unstable-i686/gnome-user-share.install
(rev 0)
+++ gnome-unstable-i686/gnome-user-share.install2013-03-29 13:46:08 UTC 
(rev 180997)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-user-share/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180996, 
gnome-user-share/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-29 13:46:08 UTC (rev 180997)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Roman Kyrylych ro...@archlinux.org
+
+pkgname=gnome-user-share
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Easy to use user-level file sharing for GNOME.
+arch=('i686' 'x86_64')
+url=http://ftp.gnome.org/pub/GNOME/sources/gnome-user-share/;
+license=('GPL')
+depends=('mod_dnssd' 'dconf' 'gtk3' 'hicolor-icon-theme' 'libnotify' 
'gnome-bluetooth' 'libcanberra' 'dbus-glib')
+makedepends=('intltool' 'libnautilus-extension' 'itstool' 'docbook-xsl')
+options=('!emptydirs' '!libtool')
+groups=('gnome')
+install=gnome-user-share.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('ae0638a24cf306b6615639a8706c9b48e8961ae26d7f8b5d65eb26955ca4cc3f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/gnome-user-share \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gnome-user-share/repos/gnome-unstable-x86_64/gnome-user-share.install 
(from rev 180996, gnome-user-share/trunk/gnome-user-share.install)
===
--- gnome-unstable-x86_64/gnome-user-share.install  
(rev 0)
+++ gnome-unstable-x86_64/gnome-user-share.install  2013-03-29 13:46:08 UTC 
(rev 180997)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}

[arch-commits] Commit in gnome-user-docs/trunk (PKGBUILD)

2013-03-29 Thread Jan de Groot
Date: Friday, March 29, 2013 @ 14:52:39
  Author: jgc
Revision: 180998

upgpkg: gnome-user-docs 3.8.0-1

Modified:
  gnome-user-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-29 13:46:08 UTC (rev 180997)
+++ PKGBUILD2013-03-29 13:52:39 UTC (rev 180998)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=gnome-user-docs
-pkgver=3.6.2
+pkgver=3.8.0
 pkgrel=1
 pkgdesc=User documentation for GNOME
 arch=(any)
@@ -12,7 +12,7 @@
 url=http://www.gnome.org;
 groups=('gnome')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('9c13bda8d2690760699456d5d91d241455af51e21a732689d68f15cbf3664152')
+sha256sums=('91a93ab79ac852e2a5ec7b7b0feb154a25fffb61bbf3a6ba1313c1759c531f0b')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gnome-user-docs/repos (2 files)

2013-03-29 Thread Jan de Groot
Date: Friday, March 29, 2013 @ 14:52:45
  Author: jgc
Revision: 180999

archrelease: copy trunk to gnome-unstable-any

Added:
  gnome-user-docs/repos/gnome-unstable-any/
  gnome-user-docs/repos/gnome-unstable-any/PKGBUILD
(from rev 180998, gnome-user-docs/trunk/PKGBUILD)

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

Copied: gnome-user-docs/repos/gnome-unstable-any/PKGBUILD (from rev 180998, 
gnome-user-docs/trunk/PKGBUILD)
===
--- gnome-unstable-any/PKGBUILD (rev 0)
+++ gnome-unstable-any/PKGBUILD 2013-03-29 13:52:45 UTC (rev 180999)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gnome-user-docs
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=User documentation for GNOME
+arch=(any)
+license=('FDL')
+depends=('yelp')
+makedepends=('yelp-tools')
+url=http://www.gnome.org;
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('91a93ab79ac852e2a5ec7b7b0feb154a25fffb61bbf3a6ba1313c1759c531f0b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-03-29 Thread Federico Cinelli
Date: Friday, March 29, 2013 @ 14:58:18
  Author: cinelli
Revision: 87271

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-29 13:01:59 UTC (rev 87270)
+++ community-i686/PKGBUILD 2013-03-29 13:58:18 UTC (rev 87271)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Mateusz Herych heni...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski barthal...@gmail.com
-# Contributor: Vasco Costa vasco.co...@meiodigital.com
-
-pkgname=pokerth
-_realname=PokerTH
-pkgver=1.0
-pkgrel=4
-pkgdesc=Poker game written in C++/QT4
-arch=('i686' 'x86_64')
-url=http://www.pokerth.net/;
-license=('GPL' 'custom')
-depends=('curl' 'boost-libs' 'gsasl' 'gnutls' 'protobuf'
- 'qt4' 'sdl_mixer' 'libircclient' 'tinyxml')
-makedepends=('boost')
-source=(http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2)
-md5sums=('1d8686b8968475cfc76e873a17a53efc')
-
-build() {
-  cd $srcdir/$_realname-$pkgver-src
-
-  sed -i '31 i #include libircclient/libirc_rfcnumeric.h' 
src/net/common/ircthread.cpp
-
-  qmake $pkgname.pro
-  make
-}
-
-package() {
-  cd $srcdir/$_realname-$pkgver-src
-
-  make INSTALL_ROOT=$pkgdir install
-
-  install -D -m644 docs/pokerth.1 $pkgdir/usr/share/man/man1/pokerth.1
-  install -D -m644 data/data-copyright.txt 
$pkgdir/usr/share/licenses/pokerth/data-copyright.txt
-}

Copied: pokerth/repos/community-i686/PKGBUILD (from rev 87270, 
pokerth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-29 13:58:18 UTC (rev 87271)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Mateusz Herych heni...@gmail.com
+# Maintainer:  Bartłomiej Piotrowski barthal...@gmail.com
+# Contributor: Vasco Costa vasco.co...@meiodigital.com
+# Contributor: Federico Cinelli cine...@aur.archlinux.org
+
+pkgname=pokerth
+_realname=PokerTH
+pkgver=1.0
+pkgrel=5
+pkgdesc=Poker game written in C++/QT4
+arch=('i686' 'x86_64')
+url=http://www.pokerth.net/;
+license=('GPL' 'custom')
+depends=('curl' 'boost-libs' 'gsasl' 'gnutls' 'protobuf'
+ 'qt4' 'sdl_mixer' 'libircclient' 'tinyxml')
+makedepends=('boost')
+source=(http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2;)
+md5sums=('1d8686b8968475cfc76e873a17a53efc')
+
+build() {
+  cd $srcdir/$_realname-$pkgver-src
+
+  sed -i '31 i #include libircclient/libirc_rfcnumeric.h' 
src/net/common/ircthread.cpp
+
+  qmake-qt4 $pkgname.pro
+  make
+}
+
+package() {
+  cd $srcdir/$_realname-$pkgver-src
+
+  make INSTALL_ROOT=$pkgdir install
+
+  install -D -m644 docs/pokerth.1 $pkgdir/usr/share/man/man1/pokerth.1
+  install -D -m644 data/data-copyright.txt 
$pkgdir/usr/share/licenses/pokerth/data-copyright.txt
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-29 13:01:59 UTC (rev 87270)
+++ community-x86_64/PKGBUILD   2013-03-29 13:58:18 UTC (rev 87271)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Mateusz Herych heni...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski barthal...@gmail.com
-# Contributor: Vasco Costa vasco.co...@meiodigital.com
-
-pkgname=pokerth
-_realname=PokerTH
-pkgver=1.0
-pkgrel=4
-pkgdesc=Poker game written in C++/QT4
-arch=('i686' 'x86_64')
-url=http://www.pokerth.net/;
-license=('GPL' 'custom')
-depends=('curl' 'boost-libs' 'gsasl' 'gnutls' 'protobuf'
- 'qt4' 'sdl_mixer' 'libircclient' 'tinyxml')
-makedepends=('boost')
-source=(http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2)
-md5sums=('1d8686b8968475cfc76e873a17a53efc')
-
-build() {
-  cd $srcdir/$_realname-$pkgver-src
-
-  sed -i '31 i #include libircclient/libirc_rfcnumeric.h' 
src/net/common/ircthread.cpp
-
-  qmake $pkgname.pro
-  make
-}
-
-package() {
-  cd $srcdir/$_realname-$pkgver-src
-
-  make INSTALL_ROOT=$pkgdir install
-
-  install -D -m644 docs/pokerth.1 $pkgdir/usr/share/man/man1/pokerth.1
-  install -D -m644 data/data-copyright.txt 
$pkgdir/usr/share/licenses/pokerth/data-copyright.txt
-}

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

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

2013-03-29 Thread Jan de Groot
Date: Friday, March 29, 2013 @ 15:16:05
  Author: jgc
Revision: 181000

upgpkg: totem 3.8.0-1

Modified:
  totem/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-29 13:52:45 UTC (rev 180999)
+++ PKGBUILD2013-03-29 14:16:05 UTC (rev 181000)
@@ -4,20 +4,20 @@
 
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
-pkgver=3.6.3
-pkgrel=2
+pkgver=3.8.0
+pkgrel=1
 pkgdesc=GNOME3 movie player based on GStreamer
 url=http://www.gnome.org;
 arch=(i686 x86_64)
 license=(GPL2 custom)
 depends=(gst-plugins-base gst-plugins-good totem-plparser desktop-file-utils 
iso-codes libpeas
- hicolor-icon-theme gnome-icon-theme-symbolic 
gsettings-desktop-schemas dconf clutter-gst
+ hicolor-icon-theme gnome-icon-theme gsettings-desktop-schemas dconf 
clutter-gst
  clutter-gtk python2-gobject gst-plugins-bad)
-makedepends=(intltool gnome-doc-utils nautilus lirc-utils vala grilo pylint 
dbus-glib libzeitgeist)
+makedepends=(intltool libnautilus-extension lirc-utils vala grilo pylint 
dbus-glib libzeitgeist itstool docbook-xsl)
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz
 browser-plugins.ini)
-sha256sums=('ad9f2ff207c8a965975670e262394953b37b2dc25cff7ee59f138f961f88ce60'
+sha256sums=('74c73a5decb69572cb182005b144493c2f6e7f48d4c57851e6da33e8e76fb039'
 'a50a3bbf35f0535f7e8e20af1893446a2e5711015484f9ae6d1ff91af3b23c4e')
 
 build() {
@@ -33,10 +33,10 @@
 }
 
 package_totem() {
-  groups=(gnome-extra)
+  groups=(gnome)
   install=totem.install
   optdepends=('gst-plugins-ugly: Extra media codecs'
-  'gst-ffmpeg: Extra media codecs'
+  'gst-libav: Extra media codecs'
   'lirc-utils: Infrared Remote Control plugin'
   'grilo-plugins: Browse sidebar (remote media)'
   'pyxdg: opensubtitles plugin'



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

2013-03-29 Thread Jan de Groot
Date: Friday, March 29, 2013 @ 15:16:12
  Author: jgc
Revision: 181001

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  totem/repos/gnome-unstable-i686/
  totem/repos/gnome-unstable-i686/PKGBUILD
(from rev 181000, totem/trunk/PKGBUILD)
  totem/repos/gnome-unstable-i686/browser-plugins.ini
(from rev 181000, totem/trunk/browser-plugins.ini)
  totem/repos/gnome-unstable-i686/totem.install
(from rev 181000, totem/trunk/totem.install)
  totem/repos/gnome-unstable-x86_64/
  totem/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 181000, totem/trunk/PKGBUILD)
  totem/repos/gnome-unstable-x86_64/browser-plugins.ini
(from rev 181000, totem/trunk/browser-plugins.ini)
  totem/repos/gnome-unstable-x86_64/totem.install
(from rev 181000, totem/trunk/totem.install)

---+
 gnome-unstable-i686/PKGBUILD  |   71 
 gnome-unstable-i686/browser-plugins.ini   |2 
 gnome-unstable-i686/totem.install |   13 +
 gnome-unstable-x86_64/PKGBUILD|   71 
 gnome-unstable-x86_64/browser-plugins.ini |2 
 gnome-unstable-x86_64/totem.install   |   13 +
 6 files changed, 172 insertions(+)

Copied: totem/repos/gnome-unstable-i686/PKGBUILD (from rev 181000, 
totem/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-29 14:16:12 UTC (rev 181001)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgbase=totem
+pkgname=('totem' 'totem-plugin')
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=GNOME3 movie player based on GStreamer
+url=http://www.gnome.org;
+arch=(i686 x86_64)
+license=(GPL2 custom)
+depends=(gst-plugins-base gst-plugins-good totem-plparser desktop-file-utils 
iso-codes libpeas
+ hicolor-icon-theme gnome-icon-theme gsettings-desktop-schemas dconf 
clutter-gst
+ clutter-gtk python2-gobject gst-plugins-bad)
+makedepends=(intltool libnautilus-extension lirc-utils vala grilo pylint 
dbus-glib libzeitgeist itstool docbook-xsl)
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz
+browser-plugins.ini)
+sha256sums=('74c73a5decb69572cb182005b144493c2f6e7f48d4c57851e6da33e8e76fb039'
+'a50a3bbf35f0535f7e8e20af1893446a2e5711015484f9ae6d1ff91af3b23c4e')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/totem \
+--localstatedir=/var \
+--disable-static \
+--enable-python \
+--enable-nautilus
+  make
+}
+
+package_totem() {
+  groups=(gnome)
+  install=totem.install
+  optdepends=('gst-plugins-ugly: Extra media codecs'
+  'gst-libav: Extra media codecs'
+  'lirc-utils: Infrared Remote Control plugin'
+  'grilo-plugins: Browse sidebar (remote media)'
+  'pyxdg: opensubtitles plugin'
+  'libzeitgeist: Zeitgeist plugin')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=${pkgdir} install
+
+  rm -r $pkgdir/usr/lib/mozilla
+  rm $pkgdir/usr/lib/totem/totem-plugin-viewer
+
+  sed -i s|#!/usr/bin/python$|#!/usr/bin/python2| \
+$pkgdir/usr/lib/totem/totem/totem-bugreport.py
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/totem/COPYING
+}
+
+package_totem-plugin() {
+  pkgdesc=Totem plugin for web browsers
+  depends=(totem=$pkgver dbus-glib)
+  backup=(etc/totem/browser-plugins.ini)
+
+  cd $pkgbase-$pkgver
+  make -C browser-plugin \
+plugindir=/usr/lib/mozilla/plugins \
+xptdir=/usr/lib/mozilla/plugins \
+DESTDIR=$pkgdir install
+  
+  install -Dm644 ../browser-plugins.ini $pkgdir/etc/totem/browser-plugins.ini
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/totem-plugin/COPYING
+}

Copied: totem/repos/gnome-unstable-i686/browser-plugins.ini (from rev 181000, 
totem/trunk/browser-plugins.ini)
===
--- gnome-unstable-i686/browser-plugins.ini (rev 0)
+++ gnome-unstable-i686/browser-plugins.ini 2013-03-29 14:16:12 UTC (rev 
181001)
@@ -0,0 +1,2 @@
+[Plugins]
+application/x-shockwave-flash.disabled=true

Copied: totem/repos/gnome-unstable-i686/totem.install (from rev 181000, 
totem/trunk/totem.install)
===
--- gnome-unstable-i686/totem.install   (rev 0)
+++ gnome-unstable-i686/totem.install   2013-03-29 14:16:12 UTC (rev 181001)
@@ -0,0 +1,13 @@
+post_install() {
+  /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  

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

2013-03-29 Thread Federico Cinelli
Date: Friday, March 29, 2013 @ 16:06:40
  Author: cinelli
Revision: 87272

updated pkg 

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-29 13:58:18 UTC (rev 87271)
+++ PKGBUILD2013-03-29 15:06:40 UTC (rev 87272)
@@ -1,5 +1,6 @@
 # $Id$
 # Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Federico CInelli cine...@aur.archlinux.org
 # Contributor: Tom Wambold tom5...@gmail.com
 
 pkgname='frogatto'
@@ -10,7 +11,7 @@
 url=http://www.frogatto.com;
 license=('GPL')
 depends=('glew' 'sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'libpng' 'boost-libs' 
'frogatto-data')
-makedepends=('mesa' 'boost')
+makedepends=('mesa-libgl' 'boost')
 
source=(frogatto-$pkgver.tar.gz::https://github.com/frogatto/frogatto/archive/$pkgver.tar.gz;
 frogatto
 frogatto.desktop)
@@ -34,14 +35,11 @@
 package() {
   cd $srcdir/$pkgname-$pkgver
 
-  install -D -m755 game $pkgdir/opt/frogatto/game
-  install -D -m755 server $pkgdir/opt/frogatto/server
-
-  install -D -m644 src/LICENSE $pkgdir/usr/share/licenses/frogatto/LICENSE
-
-  cd $srcdir
-  install -DT -m755 frogatto $pkgdir/usr/bin/frogatto
-  install -D -m644 frogatto.desktop 
$pkgdir/usr/share/applications/frogatto.desktop
+  install -Dm 755 game $pkgdir/opt/frogatto/game
+  install -Dm 755 server $pkgdir/opt/frogatto/server
+  install -Dm 644 src/LICENSE $pkgdir/usr/share/licenses/frogatto/LICENSE
+  install -Dm 755 $srcdir/frogatto $pkgdir/usr/bin/frogatto
+  install -Dm 644 $srcdir/frogatto.desktop 
$pkgdir/usr/share/applications/frogatto.desktop
 }
 
 # vim:set ts=2 sw=2 et:



[arch-commits] Commit in gnome-themes-standard/trunk (PKGBUILD)

2013-03-29 Thread Jan de Groot
Date: Friday, March 29, 2013 @ 16:26:26
  Author: jgc
Revision: 181003

upgpkg: gnome-themes-standard 3.8.0-1

Modified:
  gnome-themes-standard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-29 15:14:37 UTC (rev 181002)
+++ PKGBUILD2013-03-29 15:26:26 UTC (rev 181003)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-themes-standard
-pkgver=3.6.5
+pkgver=3.8.0
 pkgrel=1
 pkgdesc=Default themes for the GNOME desktop
 arch=(i686 x86_64)
@@ -14,9 +14,9 @@
 groups=(gnome)
 replaces=(gnome-themes)
 conflicts=(gnome-themes)
-options=('!libtool')
+options=('!libtool' '!emptydirs')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e39129063b2edcad19370e06b46bbe7fb61fcb4a0c5901eaa9e0d08080097a3c')
+sha256sums=('d544f3df574eb956059a77d0ee9cd766858ccd1b086d975909c07e444aaf931b')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gnome-themes-standard/repos (4 files)

2013-03-29 Thread Jan de Groot
Date: Friday, March 29, 2013 @ 16:26:32
  Author: jgc
Revision: 181004

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-themes-standard/repos/gnome-unstable-i686/
  gnome-themes-standard/repos/gnome-unstable-i686/PKGBUILD
(from rev 181003, gnome-themes-standard/trunk/PKGBUILD)
  gnome-themes-standard/repos/gnome-unstable-x86_64/
  gnome-themes-standard/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 181003, gnome-themes-standard/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   32 
 gnome-unstable-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: gnome-themes-standard/repos/gnome-unstable-i686/PKGBUILD (from rev 
181003, gnome-themes-standard/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-29 15:26:32 UTC (rev 181004)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-themes-standard
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Default themes for the GNOME desktop
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=(GPL2)
+depends=(cantarell-fonts ttf-dejavu librsvg)
+makedepends=(intltool gtk2 gtk3)
+optdepends=('gtk-engines: HighContrast GTK2 theme')
+groups=(gnome)
+replaces=(gnome-themes)
+conflicts=(gnome-themes)
+options=('!libtool' '!emptydirs')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d544f3df574eb956059a77d0ee9cd766858ccd1b086d975909c07e444aaf931b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-themes-standard/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
181003, gnome-themes-standard/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-29 15:26:32 UTC (rev 181004)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-themes-standard
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Default themes for the GNOME desktop
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=(GPL2)
+depends=(cantarell-fonts ttf-dejavu librsvg)
+makedepends=(intltool gtk2 gtk3)
+optdepends=('gtk-engines: HighContrast GTK2 theme')
+groups=(gnome)
+replaces=(gnome-themes)
+conflicts=(gnome-themes)
+options=('!libtool' '!emptydirs')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d544f3df574eb956059a77d0ee9cd766858ccd1b086d975909c07e444aaf931b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-03-29 Thread Bartłomiej Piotrowski
Date: Friday, March 29, 2013 @ 16:51:41
  Author: bpiotrowski
Revision: 181005

upgpkg: bind 9.9.2.P2-1

upstream release; fixes CVE-2013-2266

Modified:
  bind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-29 15:26:32 UTC (rev 181004)
+++ PKGBUILD2013-03-29 15:51:41 UTC (rev 181005)
@@ -4,7 +4,7 @@
 # Contributor: Mario Vazquez mario_v...@hotmail.com
 
 pkgname=bind
-_pkgver=9.9.2-P1
+_pkgver=9.9.2-P2
 pkgver=${_pkgver//-/.}
 pkgrel=1
 pkgdesc='Berkeley Internet Name Daemon is the reference implementation of the 
DNS protocols'
@@ -24,8 +24,8 @@
 'named.logrotate'
 'localhost.zone'
 '127.0.0.zone')
-sha1sums=('9d56db2a86dde8167f7adfb200beee0f51d771a5'
-  'cbdecd1ea8e7b612b33b63d66bc57273795d1f54'
+sha1sums=('3aadeaf64164a31a1cf22737ff2eea706792b68d'
+  '029f89c49550c40ec7a95116b6a33f0e5a041094'
   '14264affa71bcfe7703d0fb7c3556c4c47efaa8b'
   'c5a2bcd9b0f009ae71f3a03fbdbe012196962a11'
   '47f9ac4f6f70bc9167c1cf7859a298531197ad20'
@@ -35,7 +35,6 @@
   '3fe1f0b5c1a51dc1db9ebe5e173d18c52c97169b'
   '76a0d4cd1b913db177a5a375bebc47e5956866ec'
   '53be0f1437ebe595240d8dbdd819939582b97fb9')
-
 provides=('dns-server')
 
 install=install



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

2013-03-29 Thread Bartłomiej Piotrowski
Date: Friday, March 29, 2013 @ 16:52:14
  Author: bpiotrowski
Revision: 181006

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

Added:
  bind/repos/extra-i686/127.0.0.zone
(from rev 181005, bind/trunk/127.0.0.zone)
  bind/repos/extra-i686/PKGBUILD
(from rev 181005, bind/trunk/PKGBUILD)
  bind/repos/extra-i686/install
(from rev 181005, bind/trunk/install)
  bind/repos/extra-i686/localhost.zone
(from rev 181005, bind/trunk/localhost.zone)
  bind/repos/extra-i686/named
(from rev 181005, bind/trunk/named)
  bind/repos/extra-i686/named.conf
(from rev 181005, bind/trunk/named.conf)
  bind/repos/extra-i686/named.conf.d
(from rev 181005, bind/trunk/named.conf.d)
  bind/repos/extra-i686/named.logrotate
(from rev 181005, bind/trunk/named.logrotate)
  bind/repos/extra-i686/named.service
(from rev 181005, bind/trunk/named.service)
  bind/repos/extra-i686/remove-tools.patch
(from rev 181005, bind/trunk/remove-tools.patch)
  bind/repos/extra-i686/tmpfiles.d
(from rev 181005, bind/trunk/tmpfiles.d)
  bind/repos/extra-x86_64/127.0.0.zone
(from rev 181005, bind/trunk/127.0.0.zone)
  bind/repos/extra-x86_64/PKGBUILD
(from rev 181005, bind/trunk/PKGBUILD)
  bind/repos/extra-x86_64/install
(from rev 181005, bind/trunk/install)
  bind/repos/extra-x86_64/localhost.zone
(from rev 181005, bind/trunk/localhost.zone)
  bind/repos/extra-x86_64/named
(from rev 181005, bind/trunk/named)
  bind/repos/extra-x86_64/named.conf
(from rev 181005, bind/trunk/named.conf)
  bind/repos/extra-x86_64/named.conf.d
(from rev 181005, bind/trunk/named.conf.d)
  bind/repos/extra-x86_64/named.logrotate
(from rev 181005, bind/trunk/named.logrotate)
  bind/repos/extra-x86_64/named.service
(from rev 181005, bind/trunk/named.service)
  bind/repos/extra-x86_64/remove-tools.patch
(from rev 181005, bind/trunk/remove-tools.patch)
  bind/repos/extra-x86_64/tmpfiles.d
(from rev 181005, bind/trunk/tmpfiles.d)
Deleted:
  bind/repos/extra-i686/127.0.0.zone
  bind/repos/extra-i686/PKGBUILD
  bind/repos/extra-i686/install
  bind/repos/extra-i686/localhost.zone
  bind/repos/extra-i686/named
  bind/repos/extra-i686/named.conf
  bind/repos/extra-i686/named.conf.d
  bind/repos/extra-i686/named.logrotate
  bind/repos/extra-i686/named.service
  bind/repos/extra-i686/remove-tools.patch
  bind/repos/extra-i686/tmpfiles.d
  bind/repos/extra-x86_64/127.0.0.zone
  bind/repos/extra-x86_64/PKGBUILD
  bind/repos/extra-x86_64/install
  bind/repos/extra-x86_64/localhost.zone
  bind/repos/extra-x86_64/named
  bind/repos/extra-x86_64/named.conf
  bind/repos/extra-x86_64/named.conf.d
  bind/repos/extra-x86_64/named.logrotate
  bind/repos/extra-x86_64/named.service
  bind/repos/extra-x86_64/remove-tools.patch
  bind/repos/extra-x86_64/tmpfiles.d

-+
 /127.0.0.zone   |   22 
 /PKGBUILD   |  170 ++
 /install|   42 +
 /localhost.zone |   20 
 /named  |   98 +
 /named.conf |  128 
 /named.conf.d   |8 +
 /named.logrotate|   12 ++
 /named.service  |   22 
 /remove-tools.patch |   24 +
 /tmpfiles.d |2 
 extra-i686/127.0.0.zone |   11 --
 extra-i686/PKGBUILD |   86 ---
 extra-i686/install  |   21 
 extra-i686/localhost.zone   |   10 --
 extra-i686/named|   49 --
 extra-i686/named.conf   |   64 --
 extra-i686/named.conf.d |4 
 extra-i686/named.logrotate  |6 -
 extra-i686/named.service|   11 --
 extra-i686/remove-tools.patch   |   12 --
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/127.0.0.zone   |   11 --
 extra-x86_64/PKGBUILD   |   86 ---
 extra-x86_64/install|   21 
 extra-x86_64/localhost.zone |   10 --
 extra-x86_64/named  |   49 --
 extra-x86_64/named.conf |   64 --
 extra-x86_64/named.conf.d   |4 
 extra-x86_64/named.logrotate|6 -
 extra-x86_64/named.service  |   11 --
 extra-x86_64/remove-tools.patch |   12 --
 extra-x86_64/tmpfiles.d |1 
 33 files changed, 548 insertions(+), 550 deletions(-)

Deleted: extra-i686/127.0.0.zone
===
--- extra-i686/127.0.0.zone 2013-03-29 15:51:41 UTC (rev 181005)
+++ extra-i686/127.0.0.zone 2013-03-29 15:52:14 UTC (rev 181006)
@@ -1,11 +0,0 @@
-$ORIGIN 0.0.127.in-addr.arpa.
-
-@  1D IN SOA   localhost. root.localhost. (
-   42  ; serial (mmdd##)
-   3H  ; refresh
-

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

2013-03-29 Thread Federico Cinelli
Date: Friday, March 29, 2013 @ 17:17:43
  Author: cinelli
Revision: 87273

reverted to build against staging

Modified:
  pokerth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-29 15:06:40 UTC (rev 87272)
+++ PKGBUILD2013-03-29 16:17:43 UTC (rev 87273)
@@ -2,12 +2,11 @@
 # Maintainer:  Mateusz Herych heni...@gmail.com
 # Maintainer:  Bartłomiej Piotrowski barthal...@gmail.com
 # Contributor: Vasco Costa vasco.co...@meiodigital.com
-# Contributor: Federico Cinelli cine...@aur.archlinux.org
 
 pkgname=pokerth
 _realname=PokerTH
 pkgver=1.0
-pkgrel=5
+pkgrel=4
 pkgdesc=Poker game written in C++/QT4
 arch=('i686' 'x86_64')
 url=http://www.pokerth.net/;
@@ -15,7 +14,7 @@
 depends=('curl' 'boost-libs' 'gsasl' 'gnutls' 'protobuf'
  'qt4' 'sdl_mixer' 'libircclient' 'tinyxml')
 makedepends=('boost')
-source=(http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2;)
+source=(http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2)
 md5sums=('1d8686b8968475cfc76e873a17a53efc')
 
 build() {
@@ -23,7 +22,7 @@
 
   sed -i '31 i #include libircclient/libirc_rfcnumeric.h' 
src/net/common/ircthread.cpp
 
-  qmake-qt4 $pkgname.pro
+  qmake $pkgname.pro
   make
 }
 



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

2013-03-29 Thread Bartłomiej Piotrowski
Date: Friday, March 29, 2013 @ 18:31:45
  Author: bpiotrowski
Revision: 181007

upgpkg: systemd 200-1

Modified:
  systemd/trunk/PKGBUILD
Deleted:
  systemd/trunk/0001-build-sys-fix-HAVE-ENABLE_FIRMWARE.patch

---+
 0001-build-sys-fix-HAVE-ENABLE_FIRMWARE.patch |  102 
 PKGBUILD  |   11 --
 2 files changed, 3 insertions(+), 110 deletions(-)

Deleted: 0001-build-sys-fix-HAVE-ENABLE_FIRMWARE.patch
===
--- 0001-build-sys-fix-HAVE-ENABLE_FIRMWARE.patch   2013-03-29 15:52:14 UTC 
(rev 181006)
+++ 0001-build-sys-fix-HAVE-ENABLE_FIRMWARE.patch   2013-03-29 17:31:45 UTC 
(rev 181007)
@@ -1,102 +0,0 @@
-From d8d4bee76cf3b40ea923bc57d44aa0815ca9b5ff Mon Sep 17 00:00:00 2001
-From: Kay Sievers k...@vrfy.org
-Date: Thu, 28 Mar 2013 15:28:10 +0100
-Subject: [PATCH] build-sys: fix HAVE/ENABLE_FIRMWARE
-
-https://bugs.freedesktop.org/show_bug.cgi?id=62864

- configure.ac| 2 +-
- src/udev/udev-builtin.c | 2 +-
- src/udev/udev.h | 4 ++--
- src/udev/udevd.c| 6 +++---
- 4 files changed, 7 insertions(+), 7 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 5b88bcf..e73cd5c 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -728,6 +728,7 @@ for i in $with_firmware_path; do
- done
- IFS=$OLD_IFS
- AC_SUBST(FIRMWARE_PATH)
-+AS_IF([test x${FIRMWARE_PATH} != x], [ AC_DEFINE(HAVE_FIRMWARE, 1, 
[Define if FIRMWARE is available]) ])
- AM_CONDITIONAL(ENABLE_FIRMWARE, [test x${FIRMWARE_PATH} != x])
- 
- # 
--
-@@ -736,7 +737,6 @@ AC_ARG_ENABLE([gudev],
-[], [enable_gudev=yes])
- AS_IF([test x$enable_gudev = xyes], [ PKG_CHECK_MODULES([GLIB], [glib-2.0 
= 2.22.0 gobject-2.0 = 2.22.0 gio-2.0]) ])
- AM_CONDITIONAL([ENABLE_GUDEV], [test x$enable_gudev = xyes])
--
- AS_IF([test x$enable_gudev = xyes], [ AC_DEFINE(HAVE_GLIB, 1, [Define if 
glib is available]) ])
- 
- # 
--
-diff --git a/src/udev/udev-builtin.c b/src/udev/udev-builtin.c
-index 13922d3..c7d4319 100644
 a/src/udev/udev-builtin.c
-+++ b/src/udev/udev-builtin.c
-@@ -34,7 +34,7 @@ static const struct udev_builtin *builtins[] = {
- [UDEV_BUILTIN_BLKID] = udev_builtin_blkid,
- #endif
- [UDEV_BUILTIN_BTRFS] = udev_builtin_btrfs,
--#ifdef ENABLE_FIRMWARE
-+#ifdef HAVE_FIRMWARE
- [UDEV_BUILTIN_FIRMWARE] = udev_builtin_firmware,
- #endif
- [UDEV_BUILTIN_HWDB] = udev_builtin_hwdb,
-diff --git a/src/udev/udev.h b/src/udev/udev.h
-index aa2edbe..906dfba 100644
 a/src/udev/udev.h
-+++ b/src/udev/udev.h
-@@ -140,7 +140,7 @@ enum udev_builtin_cmd {
- UDEV_BUILTIN_BLKID,
- #endif
- UDEV_BUILTIN_BTRFS,
--#ifdef ENABLE_FIRMWARE
-+#ifdef HAVE_FIRMWARE
- UDEV_BUILTIN_FIRMWARE,
- #endif
- UDEV_BUILTIN_HWDB,
-@@ -169,7 +169,7 @@ struct udev_builtin {
- extern const struct udev_builtin udev_builtin_blkid;
- #endif
- extern const struct udev_builtin udev_builtin_btrfs;
--#ifdef ENABLE_FIRMWARE
-+#ifdef HAVE_FIRMWARE
- extern const struct udev_builtin udev_builtin_firmware;
- #endif
- extern const struct udev_builtin udev_builtin_hwdb;
-diff --git a/src/udev/udevd.c b/src/udev/udevd.c
-index b30bedf..2ad7388 100644
 a/src/udev/udevd.c
-+++ b/src/udev/udevd.c
-@@ -98,7 +98,7 @@ struct event {
- dev_t devnum;
- int ifindex;
- bool is_block;
--#ifdef ENABLE_FIRMWARE
-+#ifdef HAVE_FIRMWARE
- bool nodelay;
- #endif
- };
-@@ -444,7 +444,7 @@ static int event_queue_insert(struct udev_device *dev)
- event-devnum = udev_device_get_devnum(dev);
- event-is_block = streq(block, udev_device_get_subsystem(dev));
- event-ifindex = udev_device_get_ifindex(dev);
--#ifdef ENABLE_FIRMWARE
-+#ifdef HAVE_FIRMWARE
- if (streq(udev_device_get_subsystem(dev), firmware))
- event-nodelay = true;
- #endif
-@@ -527,7 +527,7 @@ static bool is_devpath_busy(struct event *event)
- return true;
- }
- 
--#ifdef ENABLE_FIRMWARE
-+#ifdef HAVE_FIRMWARE
- /* allow to bypass the dependency tracking */
- if (event-nodelay)
- continue;
--- 
-1.8.2
-

Modified: PKGBUILD
===
--- PKGBUILD2013-03-29 15:52:14 UTC (rev 181006)
+++ PKGBUILD2013-03-29 17:31:45 UTC (rev 181007)
@@ -3,8 +3,8 @@
 
 pkgbase=systemd
 pkgname=('systemd' 'systemd-sysvcompat')
-pkgver=199
-pkgrel=2
+pkgver=200
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.freedesktop.org/wiki/Software/systemd;
 license=('GPL2' 'LGPL2.1' 'MIT')
@@ -16,13 +16,11 @@
 'initcpio-hook-udev'
 'initcpio-install-udev'
 'initcpio-install-timestamp'
-

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

2013-03-29 Thread Bartłomiej Piotrowski
Date: Friday, March 29, 2013 @ 18:32:14
  Author: bpiotrowski
Revision: 181008

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

Added:
  systemd/repos/testing-i686/PKGBUILD
(from rev 181007, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 181007, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-timestamp
(from rev 181007, systemd/trunk/initcpio-install-timestamp)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 181007, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/systemd.install
(from rev 181007, systemd/trunk/systemd.install)
  systemd/repos/testing-i686/use-split-usr-path.patch
(from rev 181007, systemd/trunk/use-split-usr-path.patch)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 181007, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 181007, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-timestamp
(from rev 181007, systemd/trunk/initcpio-install-timestamp)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 181007, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/systemd.install
(from rev 181007, systemd/trunk/systemd.install)
  systemd/repos/testing-x86_64/use-split-usr-path.patch
(from rev 181007, systemd/trunk/use-split-usr-path.patch)
Deleted:
  systemd/repos/testing-i686/0001-build-sys-fix-HAVE-ENABLE_FIRMWARE.patch
  systemd/repos/testing-i686/PKGBUILD
  systemd/repos/testing-i686/initcpio-hook-udev
  systemd/repos/testing-i686/initcpio-install-timestamp
  systemd/repos/testing-i686/initcpio-install-udev
  systemd/repos/testing-i686/systemd.install
  systemd/repos/testing-i686/use-split-usr-path.patch
  systemd/repos/testing-x86_64/0001-build-sys-fix-HAVE-ENABLE_FIRMWARE.patch
  systemd/repos/testing-x86_64/PKGBUILD
  systemd/repos/testing-x86_64/initcpio-hook-udev
  systemd/repos/testing-x86_64/initcpio-install-timestamp
  systemd/repos/testing-x86_64/initcpio-install-udev
  systemd/repos/testing-x86_64/systemd.install
  systemd/repos/testing-x86_64/use-split-usr-path.patch

--+
 /PKGBUILD|  268 ++
 /initcpio-hook-udev  |   40 +
 /initcpio-install-timestamp  |   28 +
 /initcpio-install-udev   |   56 ++
 /systemd.install |  174 ++
 /use-split-usr-path.patch|   28 +
 testing-i686/0001-build-sys-fix-HAVE-ENABLE_FIRMWARE.patch   |  102 ---
 testing-i686/PKGBUILD|  139 -
 testing-i686/initcpio-hook-udev  |   20 
 testing-i686/initcpio-install-timestamp  |   14 
 testing-i686/initcpio-install-udev   |   28 -
 testing-i686/systemd.install |   87 ---
 testing-i686/use-split-usr-path.patch|   14 
 testing-x86_64/0001-build-sys-fix-HAVE-ENABLE_FIRMWARE.patch |  102 ---
 testing-x86_64/PKGBUILD  |  139 -
 testing-x86_64/initcpio-hook-udev|   20 
 testing-x86_64/initcpio-install-timestamp|   14 
 testing-x86_64/initcpio-install-udev |   28 -
 testing-x86_64/systemd.install   |   87 ---
 testing-x86_64/use-split-usr-path.patch  |   14 
 20 files changed, 594 insertions(+), 808 deletions(-)

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


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

2013-03-29 Thread Dan McGee
Date: Friday, March 29, 2013 @ 19:27:46
  Author: dan
Revision: 181009

upgpkg: django 1.5.1-1

Modified:
  django/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-29 17:32:14 UTC (rev 181008)
+++ PKGBUILD2013-03-29 18:27:46 UTC (rev 181009)
@@ -4,16 +4,16 @@
 
 pkgbase=django
 pkgname=('python-django' 'python2-django')
-pkgver=1.5
-pkgrel=2
+pkgver=1.5.1
+pkgrel=1
 pkgdesc=A high-level Python Web framework that encourages rapid development 
and clean design
 arch=('any')
 license=('BSD')
 url=http://www.djangoproject.com/;
 makedepends=('python2' 'python2-distribute' 'python' 'python-distribute')
 
source=(https://www.djangoproject.com/m/releases/${pkgver:0:3}/Django-$pkgver.tar.gz;)
-md5sums=('fac09e1e0f11bb83bb187d652a9be967')
-sha256sums=('078bf8f8ab025ed79e41ed5cee145a64dffea638eb5c2928c8cd106720824416')
+md5sums=('7465f6383264ba167a9a031d6b058bff')
+sha256sums=('885fadcbb8963c0ccda5d9d2cca792970b0289b4e662406b2de2b736ff46123d')
 
 build() {
   cd $srcdir/Django-$pkgver



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

2013-03-29 Thread Dan McGee
Date: Friday, March 29, 2013 @ 19:27:55
  Author: dan
Revision: 181010

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-29 18:27:46 UTC (rev 181009)
+++ PKGBUILD2013-03-29 18:27:55 UTC (rev 181010)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-# Contributor: Shahar Weiss swei...@gmx.net
-
-pkgbase=django
-pkgname=('python-django' 'python2-django')
-pkgver=1.5
-pkgrel=2
-pkgdesc=A high-level Python Web framework that encourages rapid development 
and clean design
-arch=('any')
-license=('BSD')
-url=http://www.djangoproject.com/;
-makedepends=('python2' 'python2-distribute' 'python' 'python-distribute')
-source=(https://www.djangoproject.com/m/releases/${pkgver:0:3}/Django-$pkgver.tar.gz;)
-md5sums=('fac09e1e0f11bb83bb187d652a9be967')
-sha256sums=('078bf8f8ab025ed79e41ed5cee145a64dffea638eb5c2928c8cd106720824416')
-
-build() {
-  cd $srcdir/Django-$pkgver
-  python2 setup.py build
-}
-
-package_python-django() {
-  depends=('python')
-  optdepends=('python-psycopg2: for PostgreSQL backend')
-  cd $srcdir/Django-$pkgver
-  python setup.py install --root=$pkgdir --optimize=1
-
-  mv $pkgdir/usr/bin/django-admin.py $pkgdir/usr/bin/django-admin3.py
-  install -Dm644 extras/django_bash_completion \
-$pkgdir/usr/share/bash-completion/completions/django-admin3.py
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-django() {
-  depends=('python2')
-  optdepends=('mysql-python: for MySQL backend'
-  'python2-psycopg2: for PostgreSQL backend')
-  replaces=('django')
-  conflicts=('django')
-  cd $srcdir/Django-$pkgver
-  python2 setup.py install --root=$pkgdir --optimize=1
-
-  ln -s django-admin.py $pkgdir/usr/bin/django-admin2.py
-  install -Dm644 extras/django_bash_completion \
-$pkgdir/usr/share/bash-completion/completions/django-admin.py
-  ln -s django-admin.py \
-$pkgdir/usr/share/bash-completion/completions/manage.py
-
-  find $pkgdir/usr/lib/python2.7/site-packages/django/ -name '*.py' | \
-xargs sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2|
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: django/repos/extra-any/PKGBUILD (from rev 181009, django/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-29 18:27:55 UTC (rev 181010)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Shahar Weiss swei...@gmx.net
+
+pkgbase=django
+pkgname=('python-django' 'python2-django')
+pkgver=1.5.1
+pkgrel=1
+pkgdesc=A high-level Python Web framework that encourages rapid development 
and clean design
+arch=('any')
+license=('BSD')
+url=http://www.djangoproject.com/;
+makedepends=('python2' 'python2-distribute' 'python' 'python-distribute')
+source=(https://www.djangoproject.com/m/releases/${pkgver:0:3}/Django-$pkgver.tar.gz;)
+md5sums=('7465f6383264ba167a9a031d6b058bff')
+sha256sums=('885fadcbb8963c0ccda5d9d2cca792970b0289b4e662406b2de2b736ff46123d')
+
+build() {
+  cd $srcdir/Django-$pkgver
+  python2 setup.py build
+}
+
+package_python-django() {
+  depends=('python')
+  optdepends=('python-psycopg2: for PostgreSQL backend')
+  cd $srcdir/Django-$pkgver
+  python setup.py install --root=$pkgdir --optimize=1
+
+  mv $pkgdir/usr/bin/django-admin.py $pkgdir/usr/bin/django-admin3.py
+  install -Dm644 extras/django_bash_completion \
+$pkgdir/usr/share/bash-completion/completions/django-admin3.py
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-django() {
+  depends=('python2')
+  optdepends=('mysql-python: for MySQL backend'
+  'python2-psycopg2: for PostgreSQL backend')
+  replaces=('django')
+  conflicts=('django')
+  cd $srcdir/Django-$pkgver
+  python2 setup.py install --root=$pkgdir --optimize=1
+
+  ln -s django-admin.py $pkgdir/usr/bin/django-admin2.py
+  install -Dm644 extras/django_bash_completion \
+$pkgdir/usr/share/bash-completion/completions/django-admin.py
+  ln -s django-admin.py \
+$pkgdir/usr/share/bash-completion/completions/manage.py
+
+  find $pkgdir/usr/lib/python2.7/site-packages/django/ -name '*.py' | \
+xargs sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2|
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



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

2013-03-29 Thread Federico Cinelli
Date: Friday, March 29, 2013 @ 19:44:55
  Author: cinelli
Revision: 87274

Boost 1.53 rebuild.

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-29 16:17:43 UTC (rev 87273)
+++ PKGBUILD2013-03-29 18:44:55 UTC (rev 87274)
@@ -25,6 +25,7 @@
   sed -i 's/ccache //g' Makefile
   sed -i 's/-lprofiler//g' Makefile
   sed -i 's/\.io_service/\.get_io_service/g' src/server.cpp
+  sed -i 's/\%lu\\n/\%zu\\n/g' src/server.cpp
   sed -i 's/-lboost_regex-mt/-lboost_regex/g' Makefile
   sed -i 's/-lboost_system-mt/-lboost_system/g' Makefile
   sed -i 's/-lboost_thread-mt/-lboost_thread/g' Makefile



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

2013-03-29 Thread Federico Cinelli
Date: Friday, March 29, 2013 @ 19:48:30
  Author: cinelli
Revision: 87275

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

Added:
  frogatto/repos/community-staging-i686/
  frogatto/repos/community-staging-i686/PKGBUILD
(from rev 87274, frogatto/trunk/PKGBUILD)
  frogatto/repos/community-staging-i686/frogatto
(from rev 87274, frogatto/trunk/frogatto)
  frogatto/repos/community-staging-i686/frogatto.desktop
(from rev 87274, frogatto/trunk/frogatto.desktop)
  frogatto/repos/community-staging-x86_64/
  frogatto/repos/community-staging-x86_64/PKGBUILD
(from rev 87274, frogatto/trunk/PKGBUILD)
  frogatto/repos/community-staging-x86_64/frogatto
(from rev 87274, frogatto/trunk/frogatto)
  frogatto/repos/community-staging-x86_64/frogatto.desktop
(from rev 87274, frogatto/trunk/frogatto.desktop)

---+
 community-staging-i686/PKGBUILD   |   46 
 community-staging-i686/frogatto   |3 +
 community-staging-i686/frogatto.desktop   |   11 ++
 community-staging-x86_64/PKGBUILD |   46 
 community-staging-x86_64/frogatto |3 +
 community-staging-x86_64/frogatto.desktop |   11 ++
 6 files changed, 120 insertions(+)

Copied: frogatto/repos/community-staging-i686/PKGBUILD (from rev 87274, 
frogatto/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-29 18:48:30 UTC (rev 87275)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Federico CInelli cine...@aur.archlinux.org
+# Contributor: Tom Wambold tom5...@gmail.com
+
+pkgname='frogatto'
+arch=('i686' 'x86_64')
+pkgver=1.3.1
+pkgrel=1
+pkgdesc=An old-school 2d platformer game, starring a certain quixotic frog
+url=http://www.frogatto.com;
+license=('GPL')
+depends=('glew' 'sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'libpng' 'boost-libs' 
'frogatto-data')
+makedepends=('mesa-libgl' 'boost')
+source=(frogatto-$pkgver.tar.gz::https://github.com/frogatto/frogatto/archive/$pkgver.tar.gz;
+frogatto
+frogatto.desktop)
+md5sums=('f3206fbe1395ea2878092fbd4ed2c591'
+ '9ed2c9ea59e95fe3c0b3ad49e58f8890'
+ 'e31563b04748a39292a59aaad633ff58')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  sed -i 's/ccache //g' Makefile
+  sed -i 's/-lprofiler//g' Makefile
+  sed -i 's/\.io_service/\.get_io_service/g' src/server.cpp
+  sed -i 's/\%lu\\n/\%zu\\n/g' src/server.cpp
+  sed -i 's/-lboost_regex-mt/-lboost_regex/g' Makefile
+  sed -i 's/-lboost_system-mt/-lboost_system/g' Makefile
+  sed -i 's/-lboost_thread-mt/-lboost_thread/g' Makefile
+  sed -i 's/-lboost_iostreams-mt/-lboost_iostreams/g' Makefile
+  make game server
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  install -Dm 755 game $pkgdir/opt/frogatto/game
+  install -Dm 755 server $pkgdir/opt/frogatto/server
+  install -Dm 644 src/LICENSE $pkgdir/usr/share/licenses/frogatto/LICENSE
+  install -Dm 755 $srcdir/frogatto $pkgdir/usr/bin/frogatto
+  install -Dm 644 $srcdir/frogatto.desktop 
$pkgdir/usr/share/applications/frogatto.desktop
+}
+
+# vim:set ts=2 sw=2 et:

Copied: frogatto/repos/community-staging-i686/frogatto (from rev 87274, 
frogatto/trunk/frogatto)
===
--- community-staging-i686/frogatto (rev 0)
+++ community-staging-i686/frogatto 2013-03-29 18:48:30 UTC (rev 87275)
@@ -0,0 +1,3 @@
+#!/bin/sh
+cd /opt/frogatto
+exec /opt/frogatto/game $*

Copied: frogatto/repos/community-staging-i686/frogatto.desktop (from rev 87274, 
frogatto/trunk/frogatto.desktop)
===
--- community-staging-i686/frogatto.desktop (rev 0)
+++ community-staging-i686/frogatto.desktop 2013-03-29 18:48:30 UTC (rev 
87275)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Frogatto
+GenericName=Old-school 2D platformer
+Comment=Old-school 2D platformer
+Exec=/usr/bin/frogatto
+Terminal=false
+MultipleArgs=false
+Type=Application
+Icon=/opt/frogatto/images/window-icon.png
+Categories=Game;ArcadeGame

Copied: frogatto/repos/community-staging-x86_64/PKGBUILD (from rev 87274, 
frogatto/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-03-29 18:48:30 UTC (rev 87275)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Federico CInelli cine...@aur.archlinux.org
+# Contributor: Tom Wambold tom5...@gmail.com
+
+pkgname='frogatto'
+arch=('i686' 'x86_64')
+pkgver=1.3.1
+pkgrel=1
+pkgdesc=An old-school 2d platformer game, starring a certain quixotic frog

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

2013-03-29 Thread Federico Cinelli
Date: Friday, March 29, 2013 @ 19:50:32
  Author: cinelli
Revision: 87276

upgpkg: pokerth 1.0-5

Modified:
  pokerth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-29 18:48:30 UTC (rev 87275)
+++ PKGBUILD2013-03-29 18:50:32 UTC (rev 87276)
@@ -2,11 +2,12 @@
 # Maintainer:  Mateusz Herych heni...@gmail.com
 # Maintainer:  Bartłomiej Piotrowski barthal...@gmail.com
 # Contributor: Vasco Costa vasco.co...@meiodigital.com
+# Contributor: Federico Cinelli cine...@aur.archlinux.org
 
 pkgname=pokerth
 _realname=PokerTH
 pkgver=1.0
-pkgrel=4
+pkgrel=5
 pkgdesc=Poker game written in C++/QT4
 arch=('i686' 'x86_64')
 url=http://www.pokerth.net/;
@@ -22,7 +23,7 @@
 
   sed -i '31 i #include libircclient/libirc_rfcnumeric.h' 
src/net/common/ircthread.cpp
 
-  qmake $pkgname.pro
+  qmake-qt4 $pkgname.pro
   make
 }
 
@@ -31,6 +32,6 @@
 
   make INSTALL_ROOT=$pkgdir install
 
-  install -D -m644 docs/pokerth.1 $pkgdir/usr/share/man/man1/pokerth.1
-  install -D -m644 data/data-copyright.txt 
$pkgdir/usr/share/licenses/pokerth/data-copyright.txt
+  install -Dm644 docs/pokerth.1 $pkgdir/usr/share/man/man1/pokerth.1
+  install -Dm644 data/data-copyright.txt 
$pkgdir/usr/share/licenses/pokerth/data-copyright.txt
 }



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

2013-03-29 Thread Federico Cinelli
Date: Friday, March 29, 2013 @ 19:53:13
  Author: cinelli
Revision: 87277

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-29 18:50:32 UTC (rev 87276)
+++ community-i686/PKGBUILD 2013-03-29 18:53:13 UTC (rev 87277)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:  Mateusz Herych heni...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski barthal...@gmail.com
-# Contributor: Vasco Costa vasco.co...@meiodigital.com
-# Contributor: Federico Cinelli cine...@aur.archlinux.org
-
-pkgname=pokerth
-_realname=PokerTH
-pkgver=1.0
-pkgrel=5
-pkgdesc=Poker game written in C++/QT4
-arch=('i686' 'x86_64')
-url=http://www.pokerth.net/;
-license=('GPL' 'custom')
-depends=('curl' 'boost-libs' 'gsasl' 'gnutls' 'protobuf'
- 'qt4' 'sdl_mixer' 'libircclient' 'tinyxml')
-makedepends=('boost')
-source=(http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2;)
-md5sums=('1d8686b8968475cfc76e873a17a53efc')
-
-build() {
-  cd $srcdir/$_realname-$pkgver-src
-
-  sed -i '31 i #include libircclient/libirc_rfcnumeric.h' 
src/net/common/ircthread.cpp
-
-  qmake-qt4 $pkgname.pro
-  make
-}
-
-package() {
-  cd $srcdir/$_realname-$pkgver-src
-
-  make INSTALL_ROOT=$pkgdir install
-
-  install -D -m644 docs/pokerth.1 $pkgdir/usr/share/man/man1/pokerth.1
-  install -D -m644 data/data-copyright.txt 
$pkgdir/usr/share/licenses/pokerth/data-copyright.txt
-}

Copied: pokerth/repos/community-i686/PKGBUILD (from rev 87276, 
pokerth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-29 18:53:13 UTC (rev 87277)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Mateusz Herych heni...@gmail.com
+# Maintainer:  Bartłomiej Piotrowski barthal...@gmail.com
+# Contributor: Vasco Costa vasco.co...@meiodigital.com
+# Contributor: Federico Cinelli cine...@aur.archlinux.org
+
+pkgname=pokerth
+_realname=PokerTH
+pkgver=1.0
+pkgrel=5
+pkgdesc=Poker game written in C++/QT4
+arch=('i686' 'x86_64')
+url=http://www.pokerth.net/;
+license=('GPL' 'custom')
+depends=('curl' 'boost-libs' 'gsasl' 'gnutls' 'protobuf'
+ 'qt4' 'sdl_mixer' 'libircclient' 'tinyxml')
+makedepends=('boost')
+source=(http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2)
+md5sums=('1d8686b8968475cfc76e873a17a53efc')
+
+build() {
+  cd $srcdir/$_realname-$pkgver-src
+
+  sed -i '31 i #include libircclient/libirc_rfcnumeric.h' 
src/net/common/ircthread.cpp
+
+  qmake-qt4 $pkgname.pro
+  make
+}
+
+package() {
+  cd $srcdir/$_realname-$pkgver-src
+
+  make INSTALL_ROOT=$pkgdir install
+
+  install -Dm644 docs/pokerth.1 $pkgdir/usr/share/man/man1/pokerth.1
+  install -Dm644 data/data-copyright.txt 
$pkgdir/usr/share/licenses/pokerth/data-copyright.txt
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-29 18:50:32 UTC (rev 87276)
+++ community-x86_64/PKGBUILD   2013-03-29 18:53:13 UTC (rev 87277)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:  Mateusz Herych heni...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski barthal...@gmail.com
-# Contributor: Vasco Costa vasco.co...@meiodigital.com
-# Contributor: Federico Cinelli cine...@aur.archlinux.org
-
-pkgname=pokerth
-_realname=PokerTH
-pkgver=1.0
-pkgrel=5
-pkgdesc=Poker game written in C++/QT4
-arch=('i686' 'x86_64')
-url=http://www.pokerth.net/;
-license=('GPL' 'custom')
-depends=('curl' 'boost-libs' 'gsasl' 'gnutls' 'protobuf'
- 'qt4' 'sdl_mixer' 'libircclient' 'tinyxml')
-makedepends=('boost')
-source=(http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2;)
-md5sums=('1d8686b8968475cfc76e873a17a53efc')
-
-build() {
-  cd $srcdir/$_realname-$pkgver-src
-
-  sed -i '31 i #include libircclient/libirc_rfcnumeric.h' 
src/net/common/ircthread.cpp
-
-  qmake-qt4 $pkgname.pro
-  make
-}
-
-package() {
-  cd $srcdir/$_realname-$pkgver-src
-
-  make INSTALL_ROOT=$pkgdir install
-
-  install -D -m644 docs/pokerth.1 $pkgdir/usr/share/man/man1/pokerth.1
-  install -D -m644 data/data-copyright.txt 
$pkgdir/usr/share/licenses/pokerth/data-copyright.txt
-}

Copied: pokerth/repos/community-x86_64/PKGBUILD (from rev 87276, 
pokerth/trunk/PKGBUILD)

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

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:14:32
  Author: stephane
Revision: 181011

db-move: moved akonadi from [staging] to [testing] (i686, x86_64)

Added:
  akonadi/repos/testing-i686/
  akonadi/repos/testing-i686/PKGBUILD
(from rev 181010, akonadi/repos/staging-i686/PKGBUILD)
  akonadi/repos/testing-i686/akonadi.install
(from rev 181010, akonadi/repos/staging-i686/akonadi.install)
  akonadi/repos/testing-x86_64/
  akonadi/repos/testing-x86_64/PKGBUILD
(from rev 181010, akonadi/repos/staging-x86_64/PKGBUILD)
  akonadi/repos/testing-x86_64/akonadi.install
(from rev 181010, akonadi/repos/staging-x86_64/akonadi.install)
Deleted:
  akonadi/repos/staging-i686/
  akonadi/repos/staging-x86_64/

+
 testing-i686/PKGBUILD  |   32 
 testing-i686/akonadi.install   |   11 +++
 testing-x86_64/PKGBUILD|   32 
 testing-x86_64/akonadi.install |   11 +++
 4 files changed, 86 insertions(+)

Copied: akonadi/repos/testing-i686/PKGBUILD (from rev 181010, 
akonadi/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-29 19:14:32 UTC (rev 181011)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=akonadi
+pkgver=1.9.1
+pkgrel=3
+pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
+arch=('i686' 'x86_64')
+url='http://community.kde.org/KDE_PIM/Akonadi'
+license=('LGPL')
+depends=('shared-mime-info' 'boost-libs' 'mariadb' 'soprano')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('f150d5e9b4776d683d0b1d64316f0276')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: akonadi/repos/testing-i686/akonadi.install (from rev 181010, 
akonadi/repos/staging-i686/akonadi.install)
===
--- testing-i686/akonadi.install(rev 0)
+++ testing-i686/akonadi.install2013-03-29 19:14:32 UTC (rev 181011)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: akonadi/repos/testing-x86_64/PKGBUILD (from rev 181010, 
akonadi/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-03-29 19:14:32 UTC (rev 181011)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=akonadi
+pkgver=1.9.1
+pkgrel=3
+pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
+arch=('i686' 'x86_64')
+url='http://community.kde.org/KDE_PIM/Akonadi'
+license=('LGPL')
+depends=('shared-mime-info' 'boost-libs' 'mariadb' 'soprano')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('f150d5e9b4776d683d0b1d64316f0276')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: akonadi/repos/testing-x86_64/akonadi.install (from rev 181010, 
akonadi/repos/staging-x86_64/akonadi.install)
===
--- testing-x86_64/akonadi.install  (rev 0)
+++ testing-x86_64/akonadi.install  2013-03-29 19:14:32 UTC (rev 181011)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:14:33
  Author: stephane
Revision: 181012

db-move: moved avogadro from [staging] to [testing] (i686, x86_64)

Added:
  avogadro/repos/testing-i686/
  avogadro/repos/testing-i686/PKGBUILD
(from rev 181010, avogadro/repos/staging-i686/PKGBUILD)
  avogadro/repos/testing-i686/avogadro.install
(from rev 181010, avogadro/repos/staging-i686/avogadro.install)
  avogadro/repos/testing-i686/boost153.patch
(from rev 181010, avogadro/repos/staging-i686/boost153.patch)
  avogadro/repos/testing-x86_64/
  avogadro/repos/testing-x86_64/PKGBUILD
(from rev 181010, avogadro/repos/staging-x86_64/PKGBUILD)
  avogadro/repos/testing-x86_64/avogadro.install
(from rev 181010, avogadro/repos/staging-x86_64/avogadro.install)
  avogadro/repos/testing-x86_64/boost153.patch
(from rev 181010, avogadro/repos/staging-x86_64/boost153.patch)
Deleted:
  avogadro/repos/staging-i686/
  avogadro/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   39 
 testing-i686/avogadro.install   |   11 ++
 testing-i686/boost153.patch |   60 ++
 testing-x86_64/PKGBUILD |   39 
 testing-x86_64/avogadro.install |   11 ++
 testing-x86_64/boost153.patch   |   60 ++
 6 files changed, 220 insertions(+)

Copied: avogadro/repos/testing-i686/PKGBUILD (from rev 181010, 
avogadro/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-29 19:14:33 UTC (rev 181012)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Nick B Shirakawasuna at gmail _dot_com
+
+pkgname=avogadro
+pkgver=1.1.0
+pkgrel=4
+pkgdesc=An advanced molecular editor based on Qt
+arch=('i686' 'x86_64')
+url=http://avogadro.openmolecules.net/wiki/Main_Page;
+license=('GPL2')
+depends=('eigen2' 'openbabel' 'python2-pyqt' 'boost-libs' 'glew' 
'python2-numpy')
+makedepends=('cmake' 'boost' 'doxygen' 'mesa-libgl')
+install=avogadro.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
+'boost153.patch')
+md5sums=('f4fbef5ffc69cc312b2316426c36a78d'
+ 'aa2573f78d5dbd85b3cb79e08acde8ab')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/boost153.patch
+  cd ../
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DQT_MKSPECS_RELATIVE=share/qt4/mkspecs
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: avogadro/repos/testing-i686/avogadro.install (from rev 181010, 
avogadro/repos/staging-i686/avogadro.install)
===
--- testing-i686/avogadro.install   (rev 0)
+++ testing-i686/avogadro.install   2013-03-29 19:14:33 UTC (rev 181012)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: avogadro/repos/testing-i686/boost153.patch (from rev 181010, 
avogadro/repos/staging-i686/boost153.patch)
===
--- testing-i686/boost153.patch (rev 0)
+++ testing-i686/boost153.patch 2013-03-29 19:14:33 UTC (rev 181012)
@@ -0,0 +1,60 @@
+--- avogadro-1.1.0/libavogadro/src/pythonengine_p.h~   2013-03-29 
12:46:16.306165881 +
 avogadro-1.1.0/libavogadro/src/pythonengine_p.h2013-03-29 
12:45:43.123089622 +
+@@ -27,7 +27,9 @@
+ 
+ #include avogadro/global.h
+ #include avogadro/engine.h
++#ifndef Q_MOC_RUN
+ #include boost/python.hpp
++#endif
+ 
+ namespace Avogadro {
+ 
+--- avogadro-1.1.0/libavogadro/src/pythonextension_p.h~2013-03-29 
12:46:32.156043085 +
 avogadro-1.1.0/libavogadro/src/pythonextension_p.h 2013-03-29 
12:47:07.265771087 +
+@@ -29,7 +29,9 @@
+ #include avogadro/extension.h
+ #include avogadro/primitive.h
+ #include avogadro/glwidget.h
++#ifndef Q_MOC_RUN
+ #include boost/python.hpp
++#endif
+ 
+ #include QWidget
+ #include QList
+--- avogadro-1.1.0/libavogadro/src/pythontool_p.h~ 2013-03-29 
12:47:33.335569185 +
 avogadro-1.1.0/libavogadro/src/pythontool_p.h  2013-03-29 
12:47:50.732101147 +
+@@ -27,7 +27,9 @@
+ 
+ #include avogadro/global.h
+ #include avogadro/tool.h
++#ifndef Q_MOC_RUN
+ #include boost/python.hpp
++#endif
+ 
+ #include QObject
+ #include QAction
+--- avogadro-1.1.0/libavogadro/src/pythoninterpreter.h~2013-03-29 
12:50:46.550738652 +
 avogadro-1.1.0/libavogadro/src/pythoninterpreter.h 2013-03-29 
12:51:00.853961341 +
+@@ -26,7 +26,9 @@
+ #define PYTHONINTERPRETER_H
+ 
+ 

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

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:14:34
  Author: stephane
Revision: 181013

db-move: moved boost from [staging] to [testing] (i686, x86_64)

Added:
  boost/repos/testing-i686/
  boost/repos/testing-i686/PKGBUILD
(from rev 181010, boost/repos/staging-i686/PKGBUILD)
  boost/repos/testing-i686/boost-1.53.0-python3.patch
(from rev 181010, boost/repos/staging-i686/boost-1.53.0-python3.patch)
  boost/repos/testing-x86_64/
  boost/repos/testing-x86_64/PKGBUILD
(from rev 181010, boost/repos/staging-x86_64/PKGBUILD)
  boost/repos/testing-x86_64/boost-1.53.0-python3.patch
(from rev 181010, boost/repos/staging-x86_64/boost-1.53.0-python3.patch)
Deleted:
  boost/repos/staging-i686/
  boost/repos/staging-x86_64/

---+
 testing-i686/PKGBUILD |  107 
 testing-i686/boost-1.53.0-python3.patch   |   96 +
 testing-x86_64/PKGBUILD   |  107 
 testing-x86_64/boost-1.53.0-python3.patch |   96 +
 4 files changed, 406 insertions(+)

Copied: boost/repos/testing-i686/PKGBUILD (from rev 181010, 
boost/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-29 19:14:34 UTC (rev 181013)
@@ -0,0 +1,107 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: kevin ke...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Kritoke krit...@gamebox.net
+# Contributor: Luca Roccia little_r...@users.sourceforge.net
+
+pkgbase=boost
+pkgname=('boost-libs' 'boost')
+pkgver=1.53.0
+_boostver=${pkgver//./_}
+pkgrel=2
+url=http://www.boost.org/;
+arch=('i686' 'x86_64')
+license=('custom')
+makedepends=('icu=51.1' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
+source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}_${_boostver}.tar.gz
+boost-1.53.0-python3.patch)
+sha1sums=('0e4ef26cc7780c6bbc63987ef2f29be920e2395b'
+  '34026072a7cb2534164f20e77bb71a5c75093307')
+
+_stagedir=${srcdir}/stagedir
+
+build() {
+   local JOBS=$(sed -e 's/.*\(-j *[0-9]\+\).*/\1/'  ${MAKEFLAGS})
+
+   cd ${srcdir}/${pkgbase}_${_boostver}
+
+   # Fix build errors with python 3
+   sed -i /PYTHON_ROOT/s/print sys.prefix/print(sys.prefix)/g bootstrap.sh
+   patch -Np1 -i ../boost-1.53.0-python3.patch
+
+   # Shut up strict aliasing warnings
+   echo using gcc : : : compileflags-fno-strict-aliasing ;  
./tools/build/v2/user-config.jam
+   # Add an extra python version. This does not replace anything and python 
2.x need to be the default.
+   echo using python : 3.3 : /usr/bin/python3 : /usr/include/python3.3m : 
/usr/lib ;  ./tools/build/v2/user-config.jam
+   # Support for OpenMPI
+   echo using mpi ;  ./tools/build/v2/user-config.jam
+
+   ./bootstrap.sh --with-toolset=gcc --with-icu --with-python=/usr/bin/python2
+
+   _bindir=bin.linuxx86
+   [ ${CARCH} = x86_64 ]  _bindir=bin.linuxx86_64
+
+   install -d -m 755 ${_stagedir}/bin
+   install 
${srcdir}/${pkgbase}_${_boostver}/tools/build/v2/engine/${_bindir}/bjam 
${_stagedir}/bin/bjam
+
+   pushd tools
+   for _tool in bcp inspect quickbook compiler_status process_jam_log wave; do
+  ${_stagedir}/bin/bjam --toolset=gcc $_tool
+   done
+   ${_stagedir}/bin/bjam --toolset=gcc cflags=-std=gnu++11 library_status
+   popd
+   cp -a dist/bin/* ${_stagedir}/bin
+
+   #boostbook is needed by quickbook
+   install -d -m 755 ${_stagedir}/share/boostbook
+   cp -a tools/boostbook/{xsl,dtd} ${_stagedir}/share/boostbook/
+
+   # default minimal install: release link=shared,static
+   # runtime-link=shared threading=single,multi
+   # --layout=tagged will add the -mt suffix for multithreaded libraries
+   # and installs includes in /usr/include/boost.
+   # --layout=system no longer adds the -mt suffix for multi-threaded libs.
+   # install to ${_stagedir} in preparation for split packaging
+   ${_stagedir}/bin/bjam \
+  variant=release \
+  debug-symbols=off \
+  threading=multi \
+  runtime-link=shared \
+  link=shared \
+  toolset=gcc \
+  python=2.7 \
+  --layout=system \
+  --prefix=${_stagedir} \
+  ${JOBS} \
+  install
+
+   find ${_stagedir} -name \*.a -exec rm -f {} \;
+}
+
+package_boost() {
+   pkgdesc=Free peer-reviewed portable C++ source libraries - Development
+   depends=(boost-libs=${pkgver})
+   optdepends=('python: for python bindings'
+   'python2: for python2 bindings'
+   'boost-build: to use boost jam for building your project.')
+
+   install -d -m 755 ${pkgdir}/usr
+   cp -a ${_stagedir}/{bin,include,share} ${pkgdir}/usr
+
+   install -D -m 644 ${srcdir}/${pkgbase}_${_boostver}/LICENSE_1_0.txt \
+  ${pkgdir}/usr/share/licenses/boost/LICENSE_1_0.txt
+}
+

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

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:14:35
  Author: stephane
Revision: 181014

db-move: moved ekiga from [staging] to [testing] (i686, x86_64)

Added:
  ekiga/repos/testing-i686/
  ekiga/repos/testing-i686/PKGBUILD
(from rev 181010, ekiga/repos/staging-i686/PKGBUILD)
  ekiga/repos/testing-i686/ekiga.install
(from rev 181010, ekiga/repos/staging-i686/ekiga.install)
  ekiga/repos/testing-x86_64/
  ekiga/repos/testing-x86_64/PKGBUILD
(from rev 181010, ekiga/repos/staging-x86_64/PKGBUILD)
  ekiga/repos/testing-x86_64/ekiga.install
(from rev 181010, ekiga/repos/staging-x86_64/ekiga.install)
Deleted:
  ekiga/repos/staging-i686/
  ekiga/repos/staging-x86_64/

--+
 testing-i686/PKGBUILD|   36 
 testing-i686/ekiga.install   |   22 ++
 testing-x86_64/PKGBUILD  |   36 
 testing-x86_64/ekiga.install |   22 ++
 4 files changed, 116 insertions(+)

Copied: ekiga/repos/testing-i686/PKGBUILD (from rev 181010, 
ekiga/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-29 19:14:35 UTC (rev 181014)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tom K t...@runbox.com
+
+pkgname=ekiga
+pkgver=4.0.1
+pkgrel=2
+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)
+groups=('gnome-extra')
+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/testing-i686/ekiga.install (from rev 181010, 
ekiga/repos/staging-i686/ekiga.install)
===
--- testing-i686/ekiga.install  (rev 0)
+++ testing-i686/ekiga.install  2013-03-29 19:14:35 UTC (rev 181014)
@@ -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/testing-x86_64/PKGBUILD (from rev 181010, 
ekiga/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-03-29 19:14:35 UTC (rev 181014)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tom K t...@runbox.com
+
+pkgname=ekiga
+pkgver=4.0.1
+pkgrel=2
+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)
+groups=('gnome-extra')
+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: 

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

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:14:36
  Author: stephane
Revision: 181015

db-move: moved enblend-enfuse from [staging] to [testing] (i686, x86_64)

Added:
  enblend-enfuse/repos/testing-i686/
  enblend-enfuse/repos/testing-i686/PKGBUILD
(from rev 181010, enblend-enfuse/repos/staging-i686/PKGBUILD)
  enblend-enfuse/repos/testing-i686/enblend-4.0-libpng15.patch
(from rev 181010, 
enblend-enfuse/repos/staging-i686/enblend-4.0-libpng15.patch)
  enblend-enfuse/repos/testing-i686/enblend-enfuse.install
(from rev 181010, enblend-enfuse/repos/staging-i686/enblend-enfuse.install)
  enblend-enfuse/repos/testing-i686/libpng-1.4.patch
(from rev 181010, enblend-enfuse/repos/staging-i686/libpng-1.4.patch)
  enblend-enfuse/repos/testing-x86_64/
  enblend-enfuse/repos/testing-x86_64/PKGBUILD
(from rev 181010, enblend-enfuse/repos/staging-x86_64/PKGBUILD)
  enblend-enfuse/repos/testing-x86_64/enblend-4.0-libpng15.patch
(from rev 181010, 
enblend-enfuse/repos/staging-x86_64/enblend-4.0-libpng15.patch)
  enblend-enfuse/repos/testing-x86_64/enblend-enfuse.install
(from rev 181010, 
enblend-enfuse/repos/staging-x86_64/enblend-enfuse.install)
  enblend-enfuse/repos/testing-x86_64/libpng-1.4.patch
(from rev 181010, enblend-enfuse/repos/staging-x86_64/libpng-1.4.patch)
Deleted:
  enblend-enfuse/repos/staging-i686/
  enblend-enfuse/repos/staging-x86_64/

---+
 testing-i686/PKGBUILD |   39 
 testing-i686/enblend-4.0-libpng15.patch   |  220 
 testing-i686/enblend-enfuse.install   |   22 ++
 testing-i686/libpng-1.4.patch |   14 +
 testing-x86_64/PKGBUILD   |   39 
 testing-x86_64/enblend-4.0-libpng15.patch |  220 
 testing-x86_64/enblend-enfuse.install |   22 ++
 testing-x86_64/libpng-1.4.patch   |   14 +
 8 files changed, 590 insertions(+)

Copied: enblend-enfuse/repos/testing-i686/PKGBUILD (from rev 181010, 
enblend-enfuse/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-29 19:14:36 UTC (rev 181015)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: tobias tob...@archlinux.org
+# Contributor: Dominik Ryba domr...@post.pl
+
+pkgname=enblend-enfuse
+pkgver=4.0
+pkgrel=10
+pkgdesc=Intelligent blend tool for overlapping picture
+arch=(i686 x86_64)
+license=('GPL')
+url=http://enblend.sourceforge.net;
+depends=('openexr' 'glew' 'libxmi' 'freeglut' 'lcms' 'libpng' 'boost-libs')
+makedepends=('boost' 'mesa')
+replaces=('enblend')
+conflicts=('enblend')
+provides=('enblend')
+install=${pkgname}.install
+source=(http://downloads.sourceforge.net/sourceforge/enblend/${pkgname}-${pkgver}.tar.gz{,.asc}
 \
+libpng-1.4.patch enblend-4.0-libpng15.patch)
+sha1sums=('34c3a5ce11c6ef0ef520d8a15a3cb6a94a567033'
+  'aac6364b29b0a9d6c61c3db0982f52ce1579e934'
+  'eae6cf48ea082865130302d0b4d1ca0b884a563b'
+  '71e961d90be842eafe9d473d8d70b04b29077036')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}-753b534c819d
+  sed -i 's/info.arith_code = TRUE/info.arith_code = FALSE/' 
src/vigra_impex/jpeg.cxx
+  patch -p1 -i ../libpng-1.4.patch
+  patch -p0 -i ../enblend-4.0-libpng15.patch
+  LIBS=-lboost_system ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}-753b534c819d
+  make DESTDIR=${pkgdir} install
+  install -D -m644 doc/enblend.info ${pkgdir}/usr/share/info/enblend.info
+  install -D -m644 doc/enfuse.info ${pkgdir}/usr/share/info/enfuse.info
+}

Copied: enblend-enfuse/repos/testing-i686/enblend-4.0-libpng15.patch (from rev 
181010, enblend-enfuse/repos/staging-i686/enblend-4.0-libpng15.patch)
===
--- testing-i686/enblend-4.0-libpng15.patch (rev 0)
+++ testing-i686/enblend-4.0-libpng15.patch 2013-03-29 19:14:36 UTC (rev 
181015)
@@ -0,0 +1,220 @@
+--- src/vigra_impex/png.cxx
 src/vigra_impex/png.cxx
+@@ -81,7 +81,7 @@
+ static void PngError( png_structp png_ptr, png_const_charp error_msg )
+ {
+ png_error_message = std::string(error_msg);
+-longjmp( png_ptr-jmpbuf, 1 );
++longjmp( png_jmpbuf( png_ptr ), 1 );
+ }
+ 
+ // called on non-fatal errors
+@@ -213,7 +213,7 @@
+ vigra_postcondition( png != 0, could not create the read struct. );
+ 
+ // create info struct
+-if (setjmp(png-jmpbuf)) {
++if (setjmp(png_jmpbuf( png ))) {
+ png_destroy_read_struct( png, info, NULL );
+ vigra_postcondition( false, png_error_message.insert(0, error in 
png_create_info_struct(): ).c_str() );
+ }
+@@ -221,14 +221,14 @@
+ vigra_postcondition( info != 0, could not create the info struct. );
+ 
+ // init png i/o
+-if (setjmp(png-jmpbuf)) {
++if 

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

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:14:43
  Author: stephane
Revision: 181022

db-move: moved lyx from [staging] to [testing] (i686, x86_64)

Added:
  lyx/repos/testing-i686/
  lyx/repos/testing-i686/PKGBUILD
(from rev 181010, lyx/repos/staging-i686/PKGBUILD)
  lyx/repos/testing-i686/lyx.desktop
(from rev 181010, lyx/repos/staging-i686/lyx.desktop)
  lyx/repos/testing-i686/lyx.install
(from rev 181010, lyx/repos/staging-i686/lyx.install)
  lyx/repos/testing-i686/lyxrc.dist
(from rev 181010, lyx/repos/staging-i686/lyxrc.dist)
  lyx/repos/testing-x86_64/
  lyx/repos/testing-x86_64/PKGBUILD
(from rev 181010, lyx/repos/staging-x86_64/PKGBUILD)
  lyx/repos/testing-x86_64/lyx.desktop
(from rev 181010, lyx/repos/staging-x86_64/lyx.desktop)
  lyx/repos/testing-x86_64/lyx.install
(from rev 181010, lyx/repos/staging-x86_64/lyx.install)
  lyx/repos/testing-x86_64/lyxrc.dist
(from rev 181010, lyx/repos/staging-x86_64/lyxrc.dist)
Deleted:
  lyx/repos/staging-i686/
  lyx/repos/staging-x86_64/

+
 testing-i686/PKGBUILD  |   50 +++
 testing-i686/lyx.desktop   |   14 
 testing-i686/lyx.install   |   14 
 testing-i686/lyxrc.dist|   14 
 testing-x86_64/PKGBUILD|   50 +++
 testing-x86_64/lyx.desktop |   14 
 testing-x86_64/lyx.install |   14 
 testing-x86_64/lyxrc.dist  |   14 
 8 files changed, 184 insertions(+)

Copied: lyx/repos/testing-i686/PKGBUILD (from rev 181010, 
lyx/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-29 19:14:43 UTC (rev 181022)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Jason Chu ja...@archlinux.org
+
+pkgname=lyx
+pkgver=2.0.5.1
+pkgrel=3
+pkgdesc=An advanced WYSIWYM document processor  LaTeX front-end
+arch=('i686' 'x86_64')
+url=http://www.lyx.org;
+depends=('qt4' 'texlive-core' 'python2' 'imagemagick' 'enchant' 'boost-libs' 
'libmythes')
+makedepends=('boost')
+optdepends=('rcs: built-in version control system'
+'texlive-latexextra: float wrap support')
+license=('GPL')
+backup=('etc/lyx/lyxrc.dist')
+install=lyx.install
+options=('emptydirs')
+source=(ftp://ftp.lip6.fr/pub/lyx/stable/2.0.x/$pkgname-$pkgver.tar.xz
+lyx.desktop lyxrc.dist)
+sha1sums=('a822e99484c1652c4df5df717819dd7048fcff75'
+  'e2b8f6d6cdeec41e1d5795167f5557e4a6ea28ad'
+  '56416642cc3da2a13b87b84e6b87c1a239f3d09a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  find . -type f -exec sed -i 's|#!.*python|#!/usr/bin/env python2|' {} +
+  sed -i 's|python|python2|' lib/configure.py src/support/os.cpp
+  export CXXFLAGS=$CXXFLAGS -fpermissive
+  ./configure --prefix=/usr \
+--with-frontend=qt4 --without-included-boost \
+--without-included-mythes
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  # install desktop entry
+  install -Dm644 ${srcdir}/lyx.desktop \
+${pkgdir}/usr/share/applications/lyx.desktop
+  install -Dm644 lib/images/lyx.png \
+${pkgdir}/usr/share/pixmaps/lyx.png
+
+  # install default config file
+  install -Dm644 ${srcdir}/lyxrc.dist ${pkgdir}/etc/lyx/lyxrc.dist
+  ln -sf /etc/lyx/lyxrc.dist ${pkgdir}/usr/share/lyx/lyxrc.dist
+}

Copied: lyx/repos/testing-i686/lyx.desktop (from rev 181010, 
lyx/repos/staging-i686/lyx.desktop)
===
--- testing-i686/lyx.desktop(rev 0)
+++ testing-i686/lyx.desktop2013-03-29 19:14:43 UTC (rev 181022)
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=LyX Document Processor
+GenericName=Document Processor
+Comment=High level LaTeX frontend
+Exec=lyx %F
+TryExec=lyx
+Icon=lyx
+StartupNotify=false
+StartupWMClass=Lyx
+Terminal=false
+Categories=Office;WordProcessor;Qt;
+MimeType=text/x-lyx;application/x-lyx;

Copied: lyx/repos/testing-i686/lyx.install (from rev 181010, 
lyx/repos/staging-i686/lyx.install)
===
--- testing-i686/lyx.install(rev 0)
+++ testing-i686/lyx.install2013-03-29 19:14:43 UTC (rev 181022)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove () {
+  post_install
+}
+
+
+

Copied: lyx/repos/testing-i686/lyxrc.dist (from rev 181010, 
lyx/repos/staging-i686/lyxrc.dist)
===
--- testing-i686/lyxrc.dist (rev 0)
+++ testing-i686/lyxrc.dist 2013-03-29 19:14:43 UTC (rev 181022)
@@ -0,0 +1,14 @@
+### This file is part of
+### 

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

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:14:44
  Author: stephane
Revision: 181023

db-move: moved mkvtoolnix from [staging] to [testing] (i686, x86_64)

Added:
  mkvtoolnix/repos/testing-i686/
  mkvtoolnix/repos/testing-i686/PKGBUILD
(from rev 181010, mkvtoolnix/repos/staging-i686/PKGBUILD)
  mkvtoolnix/repos/testing-i686/mkvtoolnix.install
(from rev 181010, mkvtoolnix/repos/staging-i686/mkvtoolnix.install)
  mkvtoolnix/repos/testing-x86_64/
  mkvtoolnix/repos/testing-x86_64/PKGBUILD
(from rev 181010, mkvtoolnix/repos/staging-x86_64/PKGBUILD)
  mkvtoolnix/repos/testing-x86_64/mkvtoolnix.install
(from rev 181010, mkvtoolnix/repos/staging-x86_64/mkvtoolnix.install)
Deleted:
  mkvtoolnix/repos/staging-i686/
  mkvtoolnix/repos/staging-x86_64/

---+
 testing-i686/PKGBUILD |   84 
 testing-i686/mkvtoolnix.install   |   14 ++
 testing-x86_64/PKGBUILD   |   84 
 testing-x86_64/mkvtoolnix.install |   14 ++
 4 files changed, 196 insertions(+)

Copied: mkvtoolnix/repos/testing-i686/PKGBUILD (from rev 181010, 
mkvtoolnix/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-29 19:14:44 UTC (rev 181023)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: xduugu xdu...@gmx.com
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
+pkgver=6.1.0
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;
+makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
+ 'boost-libs' 'lzo2' 'xdg-utils' 'boost' 'ruby')
+source=(http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.xz;)
+md5sums=('171e241756eb3b6f2e506f8539331fd9')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  # Disable automagic curl dep used for online update checking
+  sed -i -e '/curl/d' configure.in
+  export CURL_CFLAGS= CURL_LIBS=
+
+  export CFLAGS=${CFLAGS} -DBOOST_FILESYSTEM_VERSION=3
+  export CXXFLAGS=${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=3
+
+  autoreconf
+
+  ./configure --prefix=/usr \
+  --with-boost-libdir=/usr/lib \
+  --disable-gui
+  rake
+
+  mv src/mkvinfo{,-cli}
+
+  ./configure --prefix=/usr \
+  --with-boost-libdir=/usr/lib
+  rake
+}
+
+package_mkvtoolnix-cli() {
+  pkgdesc=Set of tools to create, edit and inspect Matroska files - CLI 
version
+  depends=('libmatroska' 'expat' 'flac' 'libvorbis' 'file' 'boost-libs' 'lzo2')
+  provides=('mkvtoolnix')
+  conflicts=('mkvtoolnix')
+  replaces=('mkvtoolnix')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  rake DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/bin/mkvinfo
+  install -Dm755 src/mkvinfo-cli ${pkgdir}/usr/bin/mkvinfo
+
+  rm -rf ${pkgdir}/usr/bin/mmg
+  rm -rf ${pkgdir}/usr/share/man/ja/man1/mmg.1
+  rm -rf ${pkgdir}/usr/share/man/man1/mmg.1
+  rm -rf ${pkgdir}/usr/share/man/nl/man1/mmg.1
+  rm -rf ${pkgdir}/usr/share/man/zh_CN/man1/mmg.1
+  rm -rf ${pkgdir}/usr/share/man/uk/man1/mmg.1
+  rm -rf ${pkgdir}/usr/share/applications
+  rm -rf ${pkgdir}/usr/share/icons
+  rm -rf ${pkgdir}/usr/share/mime
+}
+
+package_mkvtoolnix-gtk() {
+  pkgdesc=Set of tools to create, edit and inspect Matroska files - wxGTK GUI
+  depends=(mkvtoolnix-cli=${pkgver} 'wxgtk' 'xdg-utils')
+  install=mkvtoolnix.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  rake DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/bin/mkv*
+  install -Dm755 src/mkvinfo ${pkgdir}/usr/bin/mkvinfo-gtk
+  sed -ri 's/^(Exec=mkvinfo)/\1-gtk/' 
${pkgdir}/usr/share/applications/mkvinfo.desktop
+
+  rm -rf ${pkgdir}/usr/share/doc
+  rm -rf ${pkgdir}/usr/share/locale
+  rm -rf ${pkgdir}/usr/share/man/ja/man1/mkv*
+  rm -rf ${pkgdir}/usr/share/man/man1/mkv*
+  rm -rf ${pkgdir}/usr/share/man/nl/man1/mkv*
+  rm -rf ${pkgdir}/usr/share/man/zh_CN/man1/mkv*
+  rm -rf ${pkgdir}/usr/share/man/uk/man1/mkv*
+}

Copied: mkvtoolnix/repos/testing-i686/mkvtoolnix.install (from rev 181010, 
mkvtoolnix/repos/staging-i686/mkvtoolnix.install)
===
--- testing-i686/mkvtoolnix.install (rev 0)
+++ testing-i686/mkvtoolnix.install 2013-03-29 19:14:44 UTC (rev 181023)
@@ -0,0 +1,14 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   if [ -f usr/bin/update-mime-database ]; then
+  update-mime-database usr/share/mime  /dev/null
+   fi
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+   post_install
+}

Copied: mkvtoolnix/repos/testing-x86_64/PKGBUILD (from rev 181010, 
mkvtoolnix/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 

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

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:14:42
  Author: stephane
Revision: 181021

db-move: moved licq from [staging] to [testing] (i686, x86_64)

Added:
  licq/repos/testing-i686/
  licq/repos/testing-i686/PKGBUILD
(from rev 181010, licq/repos/staging-i686/PKGBUILD)
  licq/repos/testing-x86_64/
  licq/repos/testing-x86_64/PKGBUILD
(from rev 181010, licq/repos/staging-x86_64/PKGBUILD)
Deleted:
  licq/repos/staging-i686/
  licq/repos/staging-x86_64/

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

Copied: licq/repos/testing-i686/PKGBUILD (from rev 181010, 
licq/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-29 19:14:42 UTC (rev 181021)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=licq
+pkgver=1.7.1
+pkgrel=3
+pkgdesc=Advanced graphical ICQ clone and more for Unix 
+arch=('i686' 'x86_64')
+url=http://www.licq.org;
+license=('GPL')
+depends=('boost-libs' 'gpgme' 'libxss' 'qt4')
+makedepends=('cmake' 'boost')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2)
+md5sums=('701e57efedc2b7ece64c3d2d2e9f9e16')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # licq
+  mkdir build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr  ..
+  make
+
+  # qt4-gui
+  cd ../plugins/qt4-gui
+  mkdir build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_MODULE_PATH=${srcdir}/${pkgname}-${pkgver}/cmake  ..
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}/build
+  make DESTDIR=${pkgdir} install
+
+  cd ../plugins/qt4-gui/build
+  make DESTDIR=${pkgdir} install
+}

Copied: licq/repos/testing-x86_64/PKGBUILD (from rev 181010, 
licq/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-03-29 19:14:42 UTC (rev 181021)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=licq
+pkgver=1.7.1
+pkgrel=3
+pkgdesc=Advanced graphical ICQ clone and more for Unix 
+arch=('i686' 'x86_64')
+url=http://www.licq.org;
+license=('GPL')
+depends=('boost-libs' 'gpgme' 'libxss' 'qt4')
+makedepends=('cmake' 'boost')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2)
+md5sums=('701e57efedc2b7ece64c3d2d2e9f9e16')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # licq
+  mkdir build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr  ..
+  make
+
+  # qt4-gui
+  cd ../plugins/qt4-gui
+  mkdir build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_MODULE_PATH=${srcdir}/${pkgname}-${pkgver}/cmake  ..
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}/build
+  make DESTDIR=${pkgdir} install
+
+  cd ../plugins/qt4-gui/build
+  make DESTDIR=${pkgdir} install
+}



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

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:14:45
  Author: stephane
Revision: 181024

db-move: moved source-highlight from [staging] to [testing] (i686, x86_64)

Added:
  source-highlight/repos/testing-i686/
  source-highlight/repos/testing-i686/PKGBUILD
(from rev 181010, source-highlight/repos/staging-i686/PKGBUILD)
  source-highlight/repos/testing-i686/source-highlight.install
(from rev 181010, 
source-highlight/repos/staging-i686/source-highlight.install)
  source-highlight/repos/testing-x86_64/
  source-highlight/repos/testing-x86_64/PKGBUILD
(from rev 181010, source-highlight/repos/staging-x86_64/PKGBUILD)
  source-highlight/repos/testing-x86_64/source-highlight.install
(from rev 181010, 
source-highlight/repos/staging-x86_64/source-highlight.install)
Deleted:
  source-highlight/repos/staging-i686/
  source-highlight/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   32 ++
 testing-i686/source-highlight.install   |   18 
 testing-x86_64/PKGBUILD |   32 ++
 testing-x86_64/source-highlight.install |   18 
 4 files changed, 100 insertions(+)

Copied: source-highlight/repos/testing-i686/PKGBUILD (from rev 181010, 
source-highlight/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-29 19:14:45 UTC (rev 181024)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=source-highlight
+pkgver=3.1.7
+pkgrel=5
+pkgdesc=Convert source code to syntax highlighted document
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/src-highlite/;
+license=('GPL')
+depends=('bash' 'boost-libs')
+makedepends=('ctags' 'boost')
+options=('!libtool')
+install=$pkgname.install
+source=(ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('0ff81588d3536b4c4e571122ba940595')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --with-bash-completion=/usr/share/bash-completion/completions
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=${pkgdir}/usr 
bash_completiondir=${pkgdir}/usr/share/bash-completion/completions install
+}

Copied: source-highlight/repos/testing-i686/source-highlight.install (from rev 
181010, source-highlight/repos/staging-i686/source-highlight.install)
===
--- testing-i686/source-highlight.install   (rev 0)
+++ testing-i686/source-highlight.install   2013-03-29 19:14:45 UTC (rev 
181024)
@@ -0,0 +1,18 @@
+info_dir=usr/share/info
+info_files=(source-highlight.info source-highlight-lib.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}

Copied: source-highlight/repos/testing-x86_64/PKGBUILD (from rev 181010, 
source-highlight/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-03-29 19:14:45 UTC (rev 181024)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=source-highlight
+pkgver=3.1.7
+pkgrel=5
+pkgdesc=Convert source code to syntax highlighted document
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/src-highlite/;
+license=('GPL')
+depends=('bash' 'boost-libs')
+makedepends=('ctags' 'boost')
+options=('!libtool')
+install=$pkgname.install
+source=(ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('0ff81588d3536b4c4e571122ba940595')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --with-bash-completion=/usr/share/bash-completion/completions
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=${pkgdir}/usr 
bash_completiondir=${pkgdir}/usr/share/bash-completion/completions install
+}

Copied: source-highlight/repos/testing-x86_64/source-highlight.install (from 
rev 181010, source-highlight/repos/staging-x86_64/source-highlight.install)
===
--- testing-x86_64/source-highlight.install (rev 0)
+++ testing-x86_64/source-highlight.install 2013-03-29 19:14:45 UTC (rev 
181024)
@@ -0,0 +1,18 @@
+info_dir=usr/share/info

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

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:14:38
  Author: stephane
Revision: 181017

db-move: moved kdeedu-kig from [staging] to [testing] (i686, x86_64)

Added:
  kdeedu-kig/repos/testing-i686/
  kdeedu-kig/repos/testing-i686/PKGBUILD
(from rev 181010, kdeedu-kig/repos/staging-i686/PKGBUILD)
  kdeedu-kig/repos/testing-i686/kdeedu-kig.install
(from rev 181010, kdeedu-kig/repos/staging-i686/kdeedu-kig.install)
  kdeedu-kig/repos/testing-x86_64/
  kdeedu-kig/repos/testing-x86_64/PKGBUILD
(from rev 181010, kdeedu-kig/repos/staging-x86_64/PKGBUILD)
  kdeedu-kig/repos/testing-x86_64/kdeedu-kig.install
(from rev 181010, kdeedu-kig/repos/staging-x86_64/kdeedu-kig.install)
Deleted:
  kdeedu-kig/repos/staging-i686/
  kdeedu-kig/repos/staging-x86_64/

---+
 testing-i686/PKGBUILD |   34 ++
 testing-i686/kdeedu-kig.install   |   12 
 testing-x86_64/PKGBUILD   |   34 ++
 testing-x86_64/kdeedu-kig.install |   12 
 4 files changed, 92 insertions(+)

Copied: kdeedu-kig/repos/testing-i686/PKGBUILD (from rev 181010, 
kdeedu-kig/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-29 19:14:38 UTC (rev 181017)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kig
+pkgver=4.10.1
+pkgrel=2
+pkgdesc=Interactive Geometry
+url=http://kde.org/applications/education/kig/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kig-${pkgver}.tar.xz;)
+sha1sums=('44b6c9d6585d42cb1b5d9970fd6a43c9c0610ca1')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kig-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Use the python2 executable
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
${pkgdir}/usr/bin/pykig.py
+}

Copied: kdeedu-kig/repos/testing-i686/kdeedu-kig.install (from rev 181010, 
kdeedu-kig/repos/staging-i686/kdeedu-kig.install)
===
--- testing-i686/kdeedu-kig.install (rev 0)
+++ testing-i686/kdeedu-kig.install 2013-03-29 19:14:38 UTC (rev 181017)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-kig/repos/testing-x86_64/PKGBUILD (from rev 181010, 
kdeedu-kig/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-03-29 19:14:38 UTC (rev 181017)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kig
+pkgver=4.10.1
+pkgrel=2
+pkgdesc=Interactive Geometry
+url=http://kde.org/applications/education/kig/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kig-${pkgver}.tar.xz;)
+sha1sums=('44b6c9d6585d42cb1b5d9970fd6a43c9c0610ca1')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kig-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Use the python2 executable
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
${pkgdir}/usr/bin/pykig.py
+}

Copied: kdeedu-kig/repos/testing-x86_64/kdeedu-kig.install (from rev 181010, 
kdeedu-kig/repos/staging-x86_64/kdeedu-kig.install)
===
--- testing-x86_64/kdeedu-kig.install   (rev 0)
+++ testing-x86_64/kdeedu-kig.install   2013-03-29 19:14:38 UTC (rev 181017)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:14:39
  Author: stephane
Revision: 181018

db-move: moved libkolabxml from [staging] to [testing] (i686, x86_64)

Added:
  libkolabxml/repos/testing-i686/
  libkolabxml/repos/testing-i686/PKGBUILD
(from rev 181010, libkolabxml/repos/staging-i686/PKGBUILD)
  libkolabxml/repos/testing-x86_64/
  libkolabxml/repos/testing-x86_64/PKGBUILD
(from rev 181010, libkolabxml/repos/staging-x86_64/PKGBUILD)
Deleted:
  libkolabxml/repos/staging-i686/
  libkolabxml/repos/staging-x86_64/

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

Copied: libkolabxml/repos/testing-i686/PKGBUILD (from rev 181010, 
libkolabxml/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-29 19:14:39 UTC (rev 181018)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkolabxml
+pkgver=0.8.3
+pkgrel=2
+pkgdesc=Kolab XML Format Schema Definitions Library
+url='http://git.kolab.org/libkolabxml/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('xerces-c' 'boost-libs')
+makedepends=('cmake' 'boost' 'xsd' 'qt4')
+source=(http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz{,.gpg})
+md5sums=('38ded7003255decf9cd46c6a3f442e6b'
+ '493a9fcca56a244fc7403e4131cf7d5f')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkolabxml/repos/testing-x86_64/PKGBUILD (from rev 181010, 
libkolabxml/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-03-29 19:14:39 UTC (rev 181018)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkolabxml
+pkgver=0.8.3
+pkgrel=2
+pkgdesc=Kolab XML Format Schema Definitions Library
+url='http://git.kolab.org/libkolabxml/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('xerces-c' 'boost-libs')
+makedepends=('cmake' 'boost' 'xsd' 'qt4')
+source=(http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz{,.gpg})
+md5sums=('38ded7003255decf9cd46c6a3f442e6b'
+ '493a9fcca56a244fc7403e4131cf7d5f')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:14:40
  Author: stephane
Revision: 181019

db-move: moved libpst from [staging] to [testing] (i686, x86_64)

Added:
  libpst/repos/testing-i686/
  libpst/repos/testing-i686/PKGBUILD
(from rev 181010, libpst/repos/staging-i686/PKGBUILD)
  libpst/repos/testing-x86_64/
  libpst/repos/testing-x86_64/PKGBUILD
(from rev 181010, libpst/repos/staging-x86_64/PKGBUILD)
Deleted:
  libpst/repos/staging-i686/
  libpst/repos/staging-x86_64/

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

Copied: libpst/repos/testing-i686/PKGBUILD (from rev 181010, 
libpst/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-29 19:14:40 UTC (rev 181019)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=libpst
+pkgname=('libpst' 'libpst-docs')
+pkgver=0.6.54
+pkgrel=4
+arch=('i686' 'x86_64')
+url=http://www.five-ten-sg.com/libpst/;
+license=('GPL')
+makedepends=('python2' 'boost')
+source=(http://www.five-ten-sg.com/libpst/packages/${pkgbase}-${pkgver}.tar.gz)
+sha1sums=('a4713b87e330556acb0786b4efa975a3c739cd84')
+
+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')
+  optdepends=('boost-libs: for libpst python interface')
+  options=('!libtool' '!docs')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+package_libpst-docs() {
+  pkgdesc=Documentation for Outlook .pst file converter
+  options=('!libtool')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install-htmlDATA
+  cd ${srcdir}/${pkgbase}-${pkgver}/html
+  make DESTDIR=${pkgdir} install-htmldevelDATA
+}

Copied: libpst/repos/testing-x86_64/PKGBUILD (from rev 181010, 
libpst/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-03-29 19:14:40 UTC (rev 181019)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=libpst
+pkgname=('libpst' 'libpst-docs')
+pkgver=0.6.54
+pkgrel=4
+arch=('i686' 'x86_64')
+url=http://www.five-ten-sg.com/libpst/;
+license=('GPL')
+makedepends=('python2' 'boost')
+source=(http://www.five-ten-sg.com/libpst/packages/${pkgbase}-${pkgver}.tar.gz)
+sha1sums=('a4713b87e330556acb0786b4efa975a3c739cd84')
+
+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')
+  optdepends=('boost-libs: for libpst python interface')
+  options=('!libtool' '!docs')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+package_libpst-docs() {
+  pkgdesc=Documentation for Outlook .pst file converter
+  options=('!libtool')
+
+  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/repos (6 files)

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:14:41
  Author: stephane
Revision: 181020

db-move: moved libtorrent-rasterbar from [staging] to [testing] (i686, x86_64)

Added:
  libtorrent-rasterbar/repos/testing-i686/
  libtorrent-rasterbar/repos/testing-i686/PKGBUILD
(from rev 181010, libtorrent-rasterbar/repos/staging-i686/PKGBUILD)
  libtorrent-rasterbar/repos/testing-x86_64/
  libtorrent-rasterbar/repos/testing-x86_64/PKGBUILD
(from rev 181010, libtorrent-rasterbar/repos/staging-x86_64/PKGBUILD)
Deleted:
  libtorrent-rasterbar/repos/staging-i686/
  libtorrent-rasterbar/repos/staging-x86_64/

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

Copied: libtorrent-rasterbar/repos/testing-i686/PKGBUILD (from rev 181010, 
libtorrent-rasterbar/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-29 19:14:41 UTC (rev 181020)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=libtorrent-rasterbar
+pkgver=0.16.9
+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=('!libtool' '!emptydirs')
+source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('4335c8b275f041d6d34a493b21f2d7234ffca34b')
+
+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/testing-x86_64/PKGBUILD (from rev 181010, 
libtorrent-rasterbar/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-03-29 19:14:41 UTC (rev 181020)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=libtorrent-rasterbar
+pkgver=0.16.9
+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=('!libtool' '!emptydirs')
+source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('4335c8b275f041d6d34a493b21f2d7234ffca34b')
+
+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 xsd/repos (8 files)

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:14:47
  Author: stephane
Revision: 181026

db-move: moved xsd from [staging] to [testing] (i686, x86_64)

Added:
  xsd/repos/testing-i686/
  xsd/repos/testing-i686/PKGBUILD
(from rev 181010, xsd/repos/staging-i686/PKGBUILD)
  xsd/repos/testing-i686/xsdcxx.patch
(from rev 181010, xsd/repos/staging-i686/xsdcxx.patch)
  xsd/repos/testing-x86_64/
  xsd/repos/testing-x86_64/PKGBUILD
(from rev 181010, xsd/repos/staging-x86_64/PKGBUILD)
  xsd/repos/testing-x86_64/xsdcxx.patch
(from rev 181010, xsd/repos/staging-x86_64/xsdcxx.patch)
Deleted:
  xsd/repos/staging-i686/
  xsd/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   34 +++
 testing-i686/xsdcxx.patch   |  128 ++
 testing-x86_64/PKGBUILD |   34 +++
 testing-x86_64/xsdcxx.patch |  128 ++
 4 files changed, 324 insertions(+)

Copied: xsd/repos/testing-i686/PKGBUILD (from rev 181010, 
xsd/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-29 19:14:47 UTC (rev 181026)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: kevku ke...@gmx.com
+
+pkgname=xsd
+pkgver=3.3.0
+_pkgver=3.3.0-2+dep
+pkgrel=8
+pkgdesc=An open-source, cross-platform W3C XML Schema to C++ data binding 
compiler
+arch=('i686' 'x86_64')
+url=http://www.codesynthesis.com/products/xsd;
+license=('GPL2')
+depends=('boost-libs' 'xerces-c')
+makedepends=('boost')
+source=(http://www.codesynthesis.com/download/${pkgname}/3.3/${pkgname}-${_pkgver}.tar.bz2;
+xsdcxx.patch)
+sha1sums=('1c9de9271f589b8ecf2be18f2e9ac87330fc8281'
+  '8f7ca8bf0440b30d8f5823e0f528db19810706f2')
+
+build() {
+  cd ${pkgname}-${_pkgver}
+  patch -p0 -i ${srcdir}/xsdcxx.patch
+
+  make CXXFLAGS=${CXXFLAGS}
+}
+
+package() {
+  cd ${pkgname}-${_pkgver}
+  make install_prefix=$pkgdir/usr install
+
+  # Fix conflicts with mono
+  mv ${pkgdir}/usr/bin/xsd{,cxx}
+  mv ${pkgdir}/usr/share/man/man1/xsd{,cxx}.1
+}

Copied: xsd/repos/testing-i686/xsdcxx.patch (from rev 181010, 
xsd/repos/staging-i686/xsdcxx.patch)
===
--- testing-i686/xsdcxx.patch   (rev 0)
+++ testing-i686/xsdcxx.patch   2013-03-29 19:14:47 UTC (rev 181026)
@@ -0,0 +1,128 @@
+diff -up xsd/documentation/xsd.1.rename xsd/documentation/xsd.1
+--- xsd/documentation/xsd.1.rename 2010-06-20 15:45:31.0 +0300
 xsd/documentation/xsd.12010-06-20 15:46:24.0 +0300
+@@ -1,16 +1,16 @@
+ .\ Process this file with
+-.\ groff -man -Tascii xsd.1
++.\ groff -man -Tascii xsdcxx.1
+ .\
+ .TH XSD 1 April 2010 XSD 3.3.0
+ .SH NAME
+-xsd \- W3C XML Schema to C++ Compiler
++xsdcxx \- W3C XML Schema to C++ Compiler
+ .\
+ .\
+ .\
+ .\
+ .SH SYNOPSIS
+ .\
+-.B xsd
++.B xsdcxx
+ .I command
+ .B [
+ .I options
+@@ -20,19 +20,19 @@ xsd \- W3C XML Schema to C++ Compiler
+ .I file
+ .B ...]
+ .in
+-.B xsd help
++.B xsdcxx help
+ .B [
+ .I command
+ .B ]
+ .in
+-.B xsd version
++.B xsdcxx version
+ .\
+ .\
+ .\
+ .\
+ .SH DESCRIPTION
+ .\
+-.B xsd
++.B xsdcxx
+ generates vocabulary-specific, statically-typed C++ mapping from W3C XML
+ Schema definitions. Particular mapping to produce is selected by a
+ .IR command .
+@@ -96,7 +96,7 @@ Print usage information and exit. Use
+ .PP
+ .RS
+ .RS 3
+-.B xsd help
++.B xsdcxx help
+ .I command
+ .RE
+ .PP
+@@ -203,7 +203,7 @@ For example, if you have file
+ with namespace
+ .B http://example.com/hello
+ and you run
+-.B xsd
++.B xsdcxx
+ on this file, then the string in question will be:
+ 
+ .B hello.xsd. http://example.com/hello
+@@ -1877,7 +1877,7 @@ option. With this approach you don't nee
+ .\
+ .SH DIAGNOSTICS
+ If the input file is not a valid W3C XML Schema definition,
+-.B xsd
++.B xsdcxx
+ will issue diagnostic messages to
+ .B STDERR
+ and exit with non-zero exit code.
+diff -up xsd/documentation/xsd.xhtml.rename xsd/documentation/xsd.xhtml
+--- xsd/documentation/xsd.xhtml.rename 2010-06-20 15:47:29.0 +0300
 xsd/documentation/xsd.xhtml2010-06-20 15:47:30.0 +0300
+@@ -50,19 +50,19 @@
+ 
+   h1NAME/h1
+ 
+-  pxsd - W3C XML Schema to C++ Compiler/p
++  pxsdcxx - W3C XML Schema to C++ Compiler/p
+ 
+   h1SYNOPSIS/h1
+ 
+   dl id=synopsis
+-dtcodebxsd/b icommand/i [ioptions/i] ifile/i 
[ifile/i ...]/code/dt
+-dtcodebxsd help/b [icommand/i]/code/dt
+-dtcodebxsd version/b/code/dt
++dtcodebxsdcxx/b icommand/i [ioptions/i] ifile/i 
[ifile/i ...]/code/dt
++dtcodebxsdcxx help/b 

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

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:14:37
  Author: stephane
Revision: 181016

db-move: moved hugin from [staging] to [testing] (i686, x86_64)

Added:
  hugin/repos/testing-i686/
  hugin/repos/testing-i686/PKGBUILD
(from rev 181010, hugin/repos/staging-i686/PKGBUILD)
  hugin/repos/testing-i686/install
(from rev 181010, hugin/repos/staging-i686/install)
  hugin/repos/testing-x86_64/
  hugin/repos/testing-x86_64/PKGBUILD
(from rev 181010, hugin/repos/staging-x86_64/PKGBUILD)
  hugin/repos/testing-x86_64/install
(from rev 181010, hugin/repos/staging-x86_64/install)
Deleted:
  hugin/repos/staging-i686/
  hugin/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   37 +
 testing-i686/install|   13 +
 testing-x86_64/PKGBUILD |   37 +
 testing-x86_64/install  |   13 +
 4 files changed, 100 insertions(+)

Copied: hugin/repos/testing-i686/PKGBUILD (from rev 181010, 
hugin/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-29 19:14:37 UTC (rev 181016)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Kieslich tob...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Dominik Ryba domr...@post.pl
+
+pkgname=hugin
+pkgver=2012.0.0
+pkgrel=4
+pkgdesc='Panorama photo stitcher'
+url='http://hugin.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'autopano-sift-c'
+ 'lensfun' 'lapack' 'make' 'perl-image-exiftool' 'desktop-file-utils')
+makedepends=('cmake' 'boost' 'tclap' 'mesa')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('53f97d030716e66dc5a49c7e786686a9d5262b8d')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   export CXXFLAGS+= -fpermissive 
+   cmake . \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_EXE_LINKER_FLAGS=-lpthread \
+   -DENABLE_LAPACK=yes \
+   -DBUILD_HSI=no
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Copied: hugin/repos/testing-i686/install (from rev 181010, 
hugin/repos/staging-i686/install)
===
--- testing-i686/install(rev 0)
+++ testing-i686/install2013-03-29 19:14:37 UTC (rev 181016)
@@ -0,0 +1,13 @@
+post_upgrade() {
+   gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+   update-desktop-database -q
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_install() {
+   post_upgrade
+}
+
+post_remove() {
+   post_upgrade
+}

Copied: hugin/repos/testing-x86_64/PKGBUILD (from rev 181010, 
hugin/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-03-29 19:14:37 UTC (rev 181016)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Kieslich tob...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Dominik Ryba domr...@post.pl
+
+pkgname=hugin
+pkgver=2012.0.0
+pkgrel=4
+pkgdesc='Panorama photo stitcher'
+url='http://hugin.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'autopano-sift-c'
+ 'lensfun' 'lapack' 'make' 'perl-image-exiftool' 'desktop-file-utils')
+makedepends=('cmake' 'boost' 'tclap' 'mesa')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('53f97d030716e66dc5a49c7e786686a9d5262b8d')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   export CXXFLAGS+= -fpermissive 
+   cmake . \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_EXE_LINKER_FLAGS=-lpthread \
+   -DENABLE_LAPACK=yes \
+   -DBUILD_HSI=no
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Copied: hugin/repos/testing-x86_64/install (from rev 181010, 
hugin/repos/staging-x86_64/install)
===
--- testing-x86_64/install  (rev 0)
+++ testing-x86_64/install  2013-03-29 19:14:37 UTC (rev 181016)
@@ -0,0 +1,13 @@
+post_upgrade() {
+   gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+   

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

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:14:46
  Author: stephane
Revision: 181025

db-move: moved vigra from [staging] to [testing] (i686, x86_64)

Added:
  vigra/repos/testing-i686/
  vigra/repos/testing-i686/PKGBUILD
(from rev 181010, vigra/repos/staging-i686/PKGBUILD)
  vigra/repos/testing-i686/vigra-1.7.1.gcc460.patch
(from rev 181010, vigra/repos/staging-i686/vigra-1.7.1.gcc460.patch)
  vigra/repos/testing-x86_64/
  vigra/repos/testing-x86_64/PKGBUILD
(from rev 181010, vigra/repos/staging-x86_64/PKGBUILD)
  vigra/repos/testing-x86_64/vigra-1.7.1.gcc460.patch
(from rev 181010, vigra/repos/staging-x86_64/vigra-1.7.1.gcc460.patch)
Deleted:
  vigra/repos/staging-i686/
  vigra/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   64 ++
 testing-i686/vigra-1.7.1.gcc460.patch   |   33 +++
 testing-x86_64/PKGBUILD |   64 ++
 testing-x86_64/vigra-1.7.1.gcc460.patch |   33 +++
 4 files changed, 194 insertions(+)

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

Copied: vigra/repos/testing-i686/vigra-1.7.1.gcc460.patch (from rev 181010, 
vigra/repos/staging-i686/vigra-1.7.1.gcc460.patch)
===
--- testing-i686/vigra-1.7.1.gcc460.patch   (rev 0)
+++ testing-i686/vigra-1.7.1.gcc460.patch   2013-03-29 19:14:46 UTC (rev 
181025)
@@ -0,0 +1,33 @@
+diff -baur vigra-1.7.1.old/include/vigra/random_forest.hxx 
vigra-1.7.1/include/vigra/random_forest.hxx
+--- vigra-1.7.1.old/include/vigra/random_forest.hxx2010-12-03 
17:40:34.0 +
 vigra-1.7.1/include/vigra/random_forest.hxx2011-01-28 
00:16:32.0 +
+@@ -43,6 +43,7 @@
+ #include set
+ #include list
+ #include numeric
++#include stddef.h
+ #include mathutil.hxx
+ #include array_vector.hxx
+ #include sized_int.hxx
+diff -baur vigra-1.7.1.old/include/vigra/sifImport.hxx 
vigra-1.7.1/include/vigra/sifImport.hxx
+--- vigra-1.7.1.old/include/vigra/sifImport.hxx2010-12-03 
17:40:34.0 +
 vigra-1.7.1/include/vigra/sifImport.hxx2011-01-28 00:23:31.0 
+
+@@ -57,6 +57,7 @@
+ #include fstream
+ #include cstring
+ #include vector 
++#include stddef.h
+ #include vigra/multi_array.hxx
+ 
+ namespace vigra {
+diff -baur vigra-1.7.1.old/include/vigra/multi_iterator.hxx 
vigra-1.7.1/include/vigra/multi_iterator.hxx
+--- vigra-1.7.1.old/include/vigra/multi_iterator.hxx   2010-12-03 
17:40:34.0 +
 vigra-1.7.1/include/vigra/multi_iterator.hxx   2011-01-28 
00:23:31.0 +
+@@ -41,6 +41,7 @@
+ #define VIGRA_MULTI_ITERATOR_HXX
+ 
+ #include sys/types.h
++#include stddef.h
+ #include tinyvector.hxx
+ #include iteratortags.hxx
+ 


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

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:31:59
  Author: stephane
Revision: 87278

db-move: moved 0ad from [community-staging] to [community-testing] (i686, 
x86_64)

Added:
  0ad/repos/community-testing-i686/
  0ad/repos/community-testing-i686/PKGBUILD
(from rev 87277, 0ad/repos/community-staging-i686/PKGBUILD)
  0ad/repos/community-testing-i686/boost-1.50.patch
(from rev 87277, 0ad/repos/community-staging-i686/boost-1.50.patch)
  0ad/repos/community-testing-x86_64/
  0ad/repos/community-testing-x86_64/PKGBUILD
(from rev 87277, 0ad/repos/community-staging-x86_64/PKGBUILD)
  0ad/repos/community-testing-x86_64/boost-1.50.patch
(from rev 87277, 0ad/repos/community-staging-x86_64/boost-1.50.patch)
Deleted:
  0ad/repos/community-staging-i686/
  0ad/repos/community-staging-x86_64/

---+
 community-testing-i686/PKGBUILD   |   43 
 community-testing-i686/boost-1.50.patch   |   39 +
 community-testing-x86_64/PKGBUILD |   43 
 community-testing-x86_64/boost-1.50.patch |   39 +
 4 files changed, 164 insertions(+)

Copied: 0ad/repos/community-testing-i686/PKGBUILD (from rev 87277, 
0ad/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-29 19:31:59 UTC (rev 87278)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: t3ddy  t3ddy1988 at gmail {dot} com
+# Contributor: Adrián Chaves Fernández (Gallaecio) adriyeticha...@gmail.com
+pkgname=0ad
+pkgver=a12
+_pkgver=0.0.12-alpha
+pkgrel=3
+pkgdesc=Cross-platform, 3D and historically-based real-time strategy game
+arch=('i686' 'x86_64')
+url=http://play0ad.com/;
+license=('GPL2' 'CCPL')
+depends=('binutils' 'boost-libs' 'curl' 'enet=1.3' 'libogg' 'libpng' 
'libvorbis' 'libxml2' 'openal' 'sdl' 'wxgtk' 'zlib' 'libgl' '0ad-data' 'glu')
+makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2')
+source=(http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz;)
+md5sums=('0ff92fb2b22b5384067cdd88b89e5450')
+
+build() {
+  cd $srcdir/$pkgname-$_pkgver/build/workspaces
+
+  sed -i 's/unix_names = { boost_filesystem-mt, boost_system-mt 
},/unix_names = { boost_filesystem, boost_system },/g' 
${srcdir}/${pkgname}-${_pkgver}/build/premake/extern_libs4.lua
+  sed -i 's/unix_names = { boost_signals-mt },/unix_names = { 
boost_signals },/g' 
${srcdir}/${pkgname}-${_pkgver}/build/premake/extern_libs4.lua
+
+  ./update-workspaces.sh \
+  --with-system-enet \
+  --bindir=/usr/bin \
+  --libdir=/usr/lib \
+  --datadir=/usr/share/${pkgname}/data
+
+  cd $srcdir/$pkgname-$_pkgver/build/workspaces/gcc
+
+  make CONFIG=Release
+}
+
+package() {
+  install -d ${pkgdir}/usr/{bin,lib}
+  install -Dm755 ${srcdir}/${pkgname}-${_pkgver}/binaries/system/pyrogenesis 
${pkgdir}/usr/bin
+  install -Dm755 ${srcdir}/${pkgname}-${_pkgver}/binaries/system/*.so{,.1.0} 
${pkgdir}/usr/lib
+
+  install -Dm755 
${srcdir}/${pkgname}-${_pkgver}/build/resources/${pkgname}.sh 
${pkgdir}/usr/bin/${pkgname}
+  install -Dm644 
${srcdir}/$pkgname-$_pkgver/build/resources/${pkgname}.desktop 
${pkgdir}/usr/share/applications/${pkgname}.desktop
+  install -Dm644 ${srcdir}/$pkgname-$_pkgver/build/resources/${pkgname}.png 
${pkgdir}/usr/share/pixmaps/${pkgname}.png
+}

Copied: 0ad/repos/community-testing-i686/boost-1.50.patch (from rev 87277, 
0ad/repos/community-staging-i686/boost-1.50.patch)
===
--- community-testing-i686/boost-1.50.patch (rev 0)
+++ community-testing-i686/boost-1.50.patch 2013-03-29 19:31:59 UTC (rev 
87278)
@@ -0,0 +1,39 @@
+diff -ru 0ad-r11863-alpha/source/graphics/TextureManager.cpp 
0ad-r11863-alpha-patched/source/graphics/TextureManager.cpp
+--- 0ad-r11863-alpha/source/graphics/TextureManager.cpp2012-02-19 
04:30:59.0 +0100
 0ad-r11863-alpha-patched/source/graphics/TextureManager.cpp
2012-07-10 21:00:52.753251312 +0200
+@@ -425,9 +425,9 @@
+   CTextureConverter::SettingsFile* f = 
GetSettingsFile(settingsPath);
+   if (f)
+   files.push_back(f);
+-  p = p / *it;
++  p = p / it-wstring();
+   }
+-  return m_TextureConverter.ComputeSettings(srcPath.leaf(), 
files);
++  return 
m_TextureConverter.ComputeSettings(srcPath.leaf().wstring(), files);
+   }
+ 
+   /**
+diff -ru 0ad-r11863-alpha/source/lib/pch/pch_boost.h 
0ad-r11863-alpha-patched/source/lib/pch/pch_boost.h
+--- 0ad-r11863-alpha/source/lib/pch/pch_boost.h2012-02-16 
19:01:10.0 +0100
 0ad-r11863-alpha-patched/source/lib/pch/pch_boost.h

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

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:32:00
  Author: stephane
Revision: 87279

db-move: moved bitcoin from [community-staging] to [community-testing] (i686, 
x86_64)

Added:
  bitcoin/repos/community-testing-i686/
  bitcoin/repos/community-testing-i686/PKGBUILD
(from rev 87277, bitcoin/repos/community-staging-i686/PKGBUILD)
  bitcoin/repos/community-testing-i686/bitcoin-qt.install
(from rev 87277, bitcoin/repos/community-staging-i686/bitcoin-qt.install)
  bitcoin/repos/community-testing-x86_64/
  bitcoin/repos/community-testing-x86_64/PKGBUILD
(from rev 87277, bitcoin/repos/community-staging-x86_64/PKGBUILD)
  bitcoin/repos/community-testing-x86_64/bitcoin-qt.install
(from rev 87277, bitcoin/repos/community-staging-x86_64/bitcoin-qt.install)
Deleted:
  bitcoin/repos/community-staging-i686/
  bitcoin/repos/community-staging-x86_64/

-+
 community-testing-i686/PKGBUILD |   57 ++
 community-testing-i686/bitcoin-qt.install   |   11 +
 community-testing-x86_64/PKGBUILD   |   57 ++
 community-testing-x86_64/bitcoin-qt.install |   11 +
 4 files changed, 136 insertions(+)

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

Copied: bitcoin/repos/community-testing-i686/bitcoin-qt.install (from rev 
87277, bitcoin/repos/community-staging-i686/bitcoin-qt.install)
===
--- community-testing-i686/bitcoin-qt.install   (rev 0)
+++ community-testing-i686/bitcoin-qt.install   2013-03-29 19:32:00 UTC (rev 
87279)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install $1
+}
+
+post_remove() {
+post_install $1
+}

Copied: bitcoin/repos/community-testing-x86_64/PKGBUILD (from rev 87277, 
bitcoin/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-03-29 19:32:00 UTC (rev 87279)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: shahid hellla...@gmail.com
+
+pkgbase=bitcoin
+pkgname=('bitcoin-daemon' 'bitcoin-qt')
+pkgver=0.8.1
+pkgrel=2
+arch=('i686' 'x86_64')
+url=http://www.bitcoin.org/;
+makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc')
+license=('MIT')
+source=(http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-$pkgver/bitcoin-$pkgver-linux.tar.gz)
+sha256sums=('6d7f023a9df1a436c51de83f7cd751f162be9b4fb1c06da05545f9fba7cb2a98')
+
+build() {
+  cd $srcdir/$pkgbase-$pkgver-linux/src
+
+  # and make qt gui
+  qmake-qt4 USE_QRCODE=1
+  make
+
+  # make bitcoind
+  

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

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:32:02
  Author: stephane
Revision: 87280

db-move: moved blender from [community-staging] to [community-testing] (i686, 
x86_64)

Added:
  blender/repos/community-testing-i686/
  blender/repos/community-testing-i686/PKGBUILD
(from rev 87277, blender/repos/community-staging-i686/PKGBUILD)
  blender/repos/community-testing-i686/blender.install
(from rev 87277, blender/repos/community-staging-i686/blender.install)
  blender/repos/community-testing-x86_64/
  blender/repos/community-testing-x86_64/PKGBUILD
(from rev 87277, blender/repos/community-staging-x86_64/PKGBUILD)
  blender/repos/community-testing-x86_64/blender.install
(from rev 87277, blender/repos/community-staging-x86_64/blender.install)
Deleted:
  blender/repos/community-staging-i686/
  blender/repos/community-staging-x86_64/

--+
 community-testing-i686/PKGBUILD  |  102 +
 community-testing-i686/blender.install   |   13 +++
 community-testing-x86_64/PKGBUILD|  102 +
 community-testing-x86_64/blender.install |   13 +++
 4 files changed, 230 insertions(+)

Copied: blender/repos/community-testing-i686/PKGBUILD (from rev 87277, 
blender/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-29 19:32:02 UTC (rev 87280)
@@ -0,0 +1,102 @@
+# $Id$
+# Contributor: John Sowiak j...@archlinux.org
+# Contributor: tobias tob...@archlinux.org
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+# Sometimes blender.org takes some time to release patch releases and because 
Arch users
+# are impatient, we sometimes need to build from svn directly.
+
+_svn=false
+
+pkgname=blender
+true  pkgver=2.66a # Hack for svn
+true  pkgrel=2
+epoch=7
+pkgdesc=A fully integrated 3D graphics creation suite
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.blender.org;
+depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils'
+ 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew'
+ 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada'
+ 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage')
+makedepends=('cmake' 'boost' 'cuda' 'subversion' 'mesa')
+optdepends=('cuda: cycles renderer cuda support')
+options=(!strip)
+install=blender.install
+if [[ $_svn = false ]]; then
+  source=(http://download.blender.org/source/$pkgname-$pkgver.tar.gz)
+  md5sums=('dde8211818e35b00a1c01a11efef4533')
+else
+  source=()
+  md5sums=()
+fi
+
+_svntrunk=https://svn.blender.org/svnroot/bf-blender/trunk/blender;
+_svnmod=blender
+
+build() {
+if [[ $_svn = true ]]; then
+  cd $srcdir
+  msg Connecting to SVN server
+
+  if [[ -d $_svnmod/.svn ]]; then
+(cd $_svnmod  svn up )
+  else
+svn co $_svntrunk --config-dir ./ $_svnmod
+  fi
+
+  msg SVN checkout done or server timeout
+  msg Starting build...
+
+  rm -rf $srcdir/$_svnmod-build
+  cp -r $srcdir/$_svnmod $srcdir/$_svnmod-build
+  cd $srcdir/$_svnmod-build
+else
+  cd $srcdir/$pkgname-$pkgver
+fi
+
+  mkdir build
+  cd build
+
+  [[ $CARCH == i686 ]]  ENABLESSE2=-DSUPPORT_SSE2_BUILD=OFF
+  [[ $CARCH == i686 ]]  BUILDCUDA=OFF || BUILDCUDA=ON
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_INSTALL_PORTABLE=OFF \
+-DWITH_PYTHON_INSTALL=OFF \
+-DWITH_OPENCOLLADA=ON \
+-DOPENIMAGEIO_ROOT_DIR=/usr \
+-DWITH_GAMEENGINE=ON \
+-DWITH_JACK=ON \
+-DWITH_PLAYER=ON \
+-DWITH_CODEC_FFMPEG=ON \
+-DWITH_CODEC_SNDFILE=ON \
+-DWITH_CYCLES=ON \
+-DWITH_CYCLES_CUDA_BINARIES=$BUILDCUDA \
+-DWITH_CYCLES_OSL=ON \
+-DCUDA_TOOLKIT_ROOT_DIR=/opt/cuda/ \
+-DWITH_FFTW3=ON \
+-DWITH_MOD_OCEANSIM=ON \
+-DPYTHON_VERSION=3.3 \
+-DPYTHON_LIBPATH=/usr/lib \
+-DPYTHON_LIBRARY=python3.3m \
+-DPYTHON_INCLUDE_DIRS=/usr/include/python3.3m \
+$ENABLESSE2
+
+  make $MAKEFLAGS
+
+  make
+}
+
+package() {
+  if [[ $_svn = true ]]; then
+cd $srcdir/$_svnmod-build/build
+  else
+cd $srcdir/$pkgname-$pkgver/build
+  fi
+  make DESTDIR=${pkgdir} install
+  python -m compileall ${pkgdir}/usr/share/blender
+}

Copied: blender/repos/community-testing-i686/blender.install (from rev 87277, 
blender/repos/community-staging-i686/blender.install)
===
--- community-testing-i686/blender.install  (rev 0)
+++ community-testing-i686/blender.install  2013-03-29 19:32:02 UTC (rev 
87280)
@@ -0,0 +1,13 @@
+post_install() {
+  update-desktop-database -q
+  update-mime-database usr/share/mime  /dev/null
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: 

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

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:32:04
  Author: stephane
Revision: 87282

db-move: moved cegui from [community-staging] to [community-testing] (i686, 
x86_64)

Added:
  cegui/repos/community-testing-i686/
  cegui/repos/community-testing-i686/PKGBUILD
(from rev 87277, cegui/repos/community-staging-i686/PKGBUILD)
  cegui/repos/community-testing-i686/cegui-0.7.6-python-detection.patch
(from rev 87277, 
cegui/repos/community-staging-i686/cegui-0.7.6-python-detection.patch)
  cegui/repos/community-testing-x86_64/
  cegui/repos/community-testing-x86_64/PKGBUILD
(from rev 87277, cegui/repos/community-staging-x86_64/PKGBUILD)
  cegui/repos/community-testing-x86_64/cegui-0.7.6-python-detection.patch
(from rev 87277, 
cegui/repos/community-staging-x86_64/cegui-0.7.6-python-detection.patch)
Deleted:
  cegui/repos/community-staging-i686/
  cegui/repos/community-staging-x86_64/

-+
 community-testing-i686/PKGBUILD |   56 ++
 community-testing-i686/cegui-0.7.6-python-detection.patch   |   11 +
 community-testing-x86_64/PKGBUILD   |   56 ++
 community-testing-x86_64/cegui-0.7.6-python-detection.patch |   11 +
 4 files changed, 134 insertions(+)

Copied: cegui/repos/community-testing-i686/PKGBUILD (from rev 87277, 
cegui/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-29 19:32:04 UTC (rev 87282)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Juergen Hoetzel juer...@archlinux.org 
+# Contributor: William Rea sillywi...@gmail.com, 
+# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
+
+pkgbase=cegui
+pkgname=('cegui' 'cegui-docs')
+pkgver=0.7.9
+pkgrel=2
+pkgdesc=A free library providing windowing and widgets for graphics 
APIs/engines
+arch=('i686' 'x86_64')
+url=http://crayzedsgui.sourceforge.net;
+#options=('!libtool')
+license=(MIT)
+depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 
'lua51' 'silly')
+makedepends=('python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz')
+optdepends=(python2: python bindings
+ogre: ogre module
+gtk2: gtk2 module)
+#irrlicht: irrlicht module) maybe again at some point
+options=(!libtool)
+source=(http://downloads.sourceforge.net/crayzedsgui/CEGUI-$pkgver.tar.gz)
+md5sums=('a8b682daf82e383edc169c2e6eb2b321')
+
+build() {
+  cd $srcdir/CEGUI-${pkgver}
+
+  ./bootstrap
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--enable-null-renderer \
+--with-gtk2
+
+  make
+}
+
+package_cegui() {
+  cd $srcdir/CEGUI-${pkgver}
+ 
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 doc/COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_cegui-docs() {
+  pkgdesc=Documentation for cegui
+  depends=()
+
+  cd $srcdir/CEGUI-${pkgver}
+
+  cd doc/doxygen  doxygen
+  cd ..  make DESTDIR=${pkgdir} install-html
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Copied: cegui/repos/community-testing-i686/cegui-0.7.6-python-detection.patch 
(from rev 87277, 
cegui/repos/community-staging-i686/cegui-0.7.6-python-detection.patch)
===
--- community-testing-i686/cegui-0.7.6-python-detection.patch   
(rev 0)
+++ community-testing-i686/cegui-0.7.6-python-detection.patch   2013-03-29 
19:32:04 UTC (rev 87282)
@@ -0,0 +1,11 @@
+--- acinclude.m4.original  2012-01-24 10:42:16.066632295 +0100
 acinclude.m4   2012-01-24 10:43:15.800274030 +0100
+@@ -1411,7 +1411,7 @@
+ if test x$ax_python_bin != x; then
+AC_CHECK_LIB($ax_python_bin, main, ax_python_lib=$ax_python_bin, 
ax_python_lib=no)
+AC_CHECK_HEADER([$ax_python_bin/Python.h],
+-   [[ax_python_header=`locate $ax_python_bin/Python.h | sed -e 
s,/Python.h,,`]],
++   [[ax_python_header=/usr/include/$ax_python_bin]],
+ax_python_header=no)
+if test x$ax_python_lib != xno; then
+  if test x$ax_python_header != xno; then

Copied: cegui/repos/community-testing-x86_64/PKGBUILD (from rev 87277, 
cegui/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-03-29 19:32:04 UTC (rev 87282)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Juergen Hoetzel juer...@archlinux.org 
+# Contributor: William Rea sillywi...@gmail.com, 
+# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
+
+pkgbase=cegui
+pkgname=('cegui' 'cegui-docs')
+pkgver=0.7.9
+pkgrel=2
+pkgdesc=A free library providing windowing and widgets for graphics 
APIs/engines
+arch=('i686' 'x86_64')

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

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:32:02
  Author: stephane
Revision: 87281

db-move: moved cclive from [community-staging] to [community-testing] (i686, 
x86_64)

Added:
  cclive/repos/community-testing-i686/
  cclive/repos/community-testing-i686/PKGBUILD
(from rev 87277, cclive/repos/community-staging-i686/PKGBUILD)
  cclive/repos/community-testing-x86_64/
  cclive/repos/community-testing-x86_64/PKGBUILD
(from rev 87277, cclive/repos/community-staging-x86_64/PKGBUILD)
Deleted:
  cclive/repos/community-staging-i686/
  cclive/repos/community-staging-x86_64/

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

Copied: cclive/repos/community-testing-i686/PKGBUILD (from rev 87277, 
cclive/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-29 19:32:02 UTC (rev 87281)
@@ -0,0 +1,30 @@
+# $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.7.12
+pkgrel=2
+pkgdesc='Commandline downloader for popular video websites.'
+arch=('i686' 'x86_64')
+url='http://cclive.sourceforge.net/'
+license=('GPL3')
+depends=('boost-libs' 'pcre' 'curl' 'libquvi')
+makedepends=('boost')
+source=(http://downloads.sourceforge.net/project/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('f35a6fb3a9a08d59da7170c1330a24ce')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}

Copied: cclive/repos/community-testing-x86_64/PKGBUILD (from rev 87277, 
cclive/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-03-29 19:32:02 UTC (rev 87281)
@@ -0,0 +1,30 @@
+# $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.7.12
+pkgrel=2
+pkgdesc='Commandline downloader for popular video websites.'
+arch=('i686' 'x86_64')
+url='http://cclive.sourceforge.net/'
+license=('GPL3')
+depends=('boost-libs' 'pcre' 'curl' 'libquvi')
+makedepends=('boost')
+source=(http://downloads.sourceforge.net/project/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('f35a6fb3a9a08d59da7170c1330a24ce')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}



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

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:32:07
  Author: stephane
Revision: 87285

db-move: moved encfs from [community-staging] to [community-testing] (i686, 
x86_64)

Added:
  encfs/repos/community-testing-i686/
  encfs/repos/community-testing-i686/PKGBUILD
(from rev 87277, encfs/repos/community-staging-i686/PKGBUILD)
  encfs/repos/community-testing-x86_64/
  encfs/repos/community-testing-x86_64/PKGBUILD
(from rev 87277, encfs/repos/community-staging-x86_64/PKGBUILD)
Deleted:
  encfs/repos/community-staging-i686/
  encfs/repos/community-staging-x86_64/

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

Copied: encfs/repos/community-testing-i686/PKGBUILD (from rev 87277, 
encfs/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-29 19:32:07 UTC (rev 87285)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+# Contributor: Sven Kauber, cel...@gmail.com
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=encfs
+pkgver=1.7.4
+pkgrel=10
+pkgdesc='Encrypted filesystem in user-space'
+arch=('i686' 'x86_64')
+url='http://www.arg0.net/encfs'
+license=('GPL')
+depends=('rlog' 'openssl' 'fuse' 'boost-libs')
+makedepends=('boost')
+options=('!libtool')
+source=(http://encfs.googlecode.com/files/${pkgname}-${pkgver}.tgz;)
+md5sums=('ac90cc10b2e9fc7e72765de88321d617')
+
+build(){
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+--prefix=/usr
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Copied: encfs/repos/community-testing-x86_64/PKGBUILD (from rev 87277, 
encfs/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-03-29 19:32:07 UTC (rev 87285)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+# Contributor: Sven Kauber, cel...@gmail.com
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=encfs
+pkgver=1.7.4
+pkgrel=10
+pkgdesc='Encrypted filesystem in user-space'
+arch=('i686' 'x86_64')
+url='http://www.arg0.net/encfs'
+license=('GPL')
+depends=('rlog' 'openssl' 'fuse' 'boost-libs')
+makedepends=('boost')
+options=('!libtool')
+source=(http://encfs.googlecode.com/files/${pkgname}-${pkgver}.tgz;)
+md5sums=('ac90cc10b2e9fc7e72765de88321d617')
+
+build(){
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+--prefix=/usr
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}



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

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:32:06
  Author: stephane
Revision: 87284

db-move: moved electricsheep from [community-staging] to [community-testing] 
(i686, x86_64)

Added:
  electricsheep/repos/community-testing-i686/
  electricsheep/repos/community-testing-i686/PKGBUILD
(from rev 87277, electricsheep/repos/community-staging-i686/PKGBUILD)
  electricsheep/repos/community-testing-x86_64/
  electricsheep/repos/community-testing-x86_64/PKGBUILD
(from rev 87277, electricsheep/repos/community-staging-x86_64/PKGBUILD)
Deleted:
  electricsheep/repos/community-staging-i686/
  electricsheep/repos/community-staging-x86_64/

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

Copied: electricsheep/repos/community-testing-i686/PKGBUILD (from rev 87277, 
electricsheep/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-29 19:32:06 UTC (rev 87284)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=electricsheep
+pkgver=2.7b33
+pkgrel=7
+pkgdesc=A screensaver that realize the collective dream of sleeping computers 
from all over the internet
+arch=('i686' 'x86_64')
+url=http://community.electricsheep.org/;
+license=('GPL')
+depends=('curl' 'flam3' 'ffmpeg' 'wxgtk2.9' 'lua51' 'libgtop' 'boost-libs' 
'freeglut' 'glee')
+makedepends=('boost' 'mesa' 'glu' 'tinyxml')
+optdepends=('xscreensaver: to use electricsheep with xscreensaver')
+options=('!emptydirs')
+source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('d86607d97accad8519df2a21d67253abe45f5fdd'
+  'fda3aae435507d03973f0c4d1ed3509067657f06')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/svn ]] || (echo svn not found. Install subversion.  
return 1)
+  _svnver=r125
+  _svntrunk=http://electricsheep.googlecode.com/svn/trunk/client_generic;
+  _svnmod=${pkgname}-${pkgver}
+  mkdir ${pkgname}-${pkgver}
+  pushd ${pkgname}-${pkgver}
+  svn co ${_svntrunk} --config-dir ./ -r ${_svnver} ${_svnmod}
+  find . -depth -type d -name .svn -exec rm -rf {} \;
+  (cd ${pkgname}-${pkgver} ; rm -r boost Build_guides curlTest ffmpeg 
InstallerMSVC \
+Launcher libpng libxml lua5.1 MacBuild RuntimeMSVC wxConfig)
+  tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  popd
+  rm -r ${pkgname}-${pkgver}
+  gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's/wx-config/wx-config-2.9/g' configure.ac
+  sed -i -e 's/AM_PROG_CC_STDC/AC_PROG_CC/' configure.ac
+  sed -i '12 i\
+#include cstdio' Common/Singleton.h
+  mkdir m4
+  ./autogen.sh
+  CPPFLAGS+=-I/usr/include/lua5.1 ./configure --prefix=/usr
+  sed -i 's|-I /usr/include/libavutil||' MSVC/SettingsGUI/Makefile 
+  make CXXFLAGS+=-DUSE_NEW_FFMPEG_API=1 GLEE_LIBS=-lGLee 
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 menu-entries/ElectricSheep.desktop.kde 
${pkgdir}/usr/share/kde4/services/ScreenSavers/electricsheep.desktop
+  install -D -m644 Runtime/logo.png 
${pkgdir}/usr/share/icons/electricsheep.png
+}

Copied: electricsheep/repos/community-testing-x86_64/PKGBUILD (from rev 87277, 
electricsheep/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-03-29 19:32:06 UTC (rev 87284)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=electricsheep
+pkgver=2.7b33
+pkgrel=7
+pkgdesc=A screensaver that realize the collective dream of sleeping computers 
from all over the internet
+arch=('i686' 'x86_64')
+url=http://community.electricsheep.org/;
+license=('GPL')
+depends=('curl' 'flam3' 'ffmpeg' 'wxgtk2.9' 'lua51' 'libgtop' 'boost-libs' 
'freeglut' 'glee')
+makedepends=('boost' 'mesa' 'glu' 'tinyxml')
+optdepends=('xscreensaver: to use electricsheep with xscreensaver')
+options=('!emptydirs')
+source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('d86607d97accad8519df2a21d67253abe45f5fdd'
+  'fda3aae435507d03973f0c4d1ed3509067657f06')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/svn ]] || (echo svn not found. Install subversion.  
return 1)
+  _svnver=r125
+  _svntrunk=http://electricsheep.googlecode.com/svn/trunk/client_generic;
+  _svnmod=${pkgname}-${pkgver}
+  mkdir ${pkgname}-${pkgver}
+  pushd ${pkgname}-${pkgver}
+  svn co ${_svntrunk} --config-dir ./ -r ${_svnver} ${_svnmod}
+  find . -depth -type d -name .svn -exec rm -rf {} 

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

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:32:05
  Author: stephane
Revision: 87283

db-move: moved easystroke from [community-staging] to [community-testing] 
(i686, x86_64)

Added:
  easystroke/repos/community-testing-i686/
  easystroke/repos/community-testing-i686/PKGBUILD
(from rev 87277, easystroke/repos/community-staging-i686/PKGBUILD)
  easystroke/repos/community-testing-i686/easystroke.install
(from rev 87277, easystroke/repos/community-staging-i686/easystroke.install)
  easystroke/repos/community-testing-x86_64/
  easystroke/repos/community-testing-x86_64/PKGBUILD
(from rev 87277, easystroke/repos/community-staging-x86_64/PKGBUILD)
  easystroke/repos/community-testing-x86_64/easystroke.install
(from rev 87277, 
easystroke/repos/community-staging-x86_64/easystroke.install)
Deleted:
  easystroke/repos/community-staging-i686/
  easystroke/repos/community-staging-x86_64/

-+
 community-testing-i686/PKGBUILD |   31 ++
 community-testing-i686/easystroke.install   |   13 ++
 community-testing-x86_64/PKGBUILD   |   31 ++
 community-testing-x86_64/easystroke.install |   13 ++
 4 files changed, 88 insertions(+)

Copied: easystroke/repos/community-testing-i686/PKGBUILD (from rev 87277, 
easystroke/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-29 19:32:05 UTC (rev 87283)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Kevin Sullivan ksulli...@archlinux.us
+
+pkgname=easystroke
+pkgver=0.5.6
+pkgrel=3
+pkgdesc='Use mouse gestures to initiate commands and hotkeys.'
+arch=('i686' 'x86_64')
+url='http://easystroke.sourceforge.net/'
+license=('custom:ISC')
+depends=('gtkmm' 'boost-libs' 'libxtst' 'dbus-glib' 'xorg-server')
+makedepends=('boost' 'inputproto' 'intltool' 'gettext' 'xorg-server-devel' 
'help2man')
+install=easystroke.install
+source=(http://downloads.sourceforge.net/easystroke/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('a9f06576a47deaf6f612bb993685af0f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make
+  make man
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make PREFIX=/usr DESTDIR=${pkgdir} install
+
+  install -Dm0644 ${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1
+  install -Dm0644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: easystroke/repos/community-testing-i686/easystroke.install (from rev 
87277, easystroke/repos/community-staging-i686/easystroke.install)
===
--- community-testing-i686/easystroke.install   (rev 0)
+++ community-testing-i686/easystroke.install   2013-03-29 19:32:05 UTC (rev 
87283)
@@ -0,0 +1,13 @@
+pkgname=easystroke
+
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: easystroke/repos/community-testing-x86_64/PKGBUILD (from rev 87277, 
easystroke/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-03-29 19:32:05 UTC (rev 87283)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Kevin Sullivan ksulli...@archlinux.us
+
+pkgname=easystroke
+pkgver=0.5.6
+pkgrel=3
+pkgdesc='Use mouse gestures to initiate commands and hotkeys.'
+arch=('i686' 'x86_64')
+url='http://easystroke.sourceforge.net/'
+license=('custom:ISC')
+depends=('gtkmm' 'boost-libs' 'libxtst' 'dbus-glib' 'xorg-server')
+makedepends=('boost' 'inputproto' 'intltool' 'gettext' 'xorg-server-devel' 
'help2man')
+install=easystroke.install
+source=(http://downloads.sourceforge.net/easystroke/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('a9f06576a47deaf6f612bb993685af0f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make
+  make man
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make PREFIX=/usr DESTDIR=${pkgdir} install
+
+  install -Dm0644 ${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1
+  install -Dm0644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: easystroke/repos/community-testing-x86_64/easystroke.install (from rev 
87277, easystroke/repos/community-staging-x86_64/easystroke.install)
===
--- community-testing-x86_64/easystroke.install (rev 0)
+++ community-testing-x86_64/easystroke.install 2013-03-29 19:32:05 UTC (rev 
87283)
@@ -0,0 +1,13 @@
+pkgname=easystroke
+
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+

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

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:32:09
  Author: stephane
Revision: 87287

db-move: moved freeorion from [community-staging] to [community-testing] (i686, 
x86_64)

Added:
  freeorion/repos/community-testing-i686/
  freeorion/repos/community-testing-i686/PKGBUILD
(from rev 87277, freeorion/repos/community-staging-i686/PKGBUILD)
  freeorion/repos/community-testing-i686/cmake_python.patch
(from rev 87277, freeorion/repos/community-staging-i686/cmake_python.patch)
  freeorion/repos/community-testing-i686/freeorion.install
(from rev 87277, freeorion/repos/community-staging-i686/freeorion.install)
  freeorion/repos/community-testing-i686/freeorion.sh
(from rev 87277, freeorion/repos/community-staging-i686/freeorion.sh)
  freeorion/repos/community-testing-x86_64/
  freeorion/repos/community-testing-x86_64/PKGBUILD
(from rev 87277, freeorion/repos/community-staging-x86_64/PKGBUILD)
  freeorion/repos/community-testing-x86_64/cmake_python.patch
(from rev 87277, 
freeorion/repos/community-staging-x86_64/cmake_python.patch)
  freeorion/repos/community-testing-x86_64/freeorion.install
(from rev 87277, freeorion/repos/community-staging-x86_64/freeorion.install)
  freeorion/repos/community-testing-x86_64/freeorion.sh
(from rev 87277, freeorion/repos/community-staging-x86_64/freeorion.sh)
Deleted:
  freeorion/repos/community-staging-i686/
  freeorion/repos/community-staging-x86_64/

-+
 community-testing-i686/PKGBUILD |  121 ++
 community-testing-i686/cmake_python.patch   |   23 
 community-testing-i686/freeorion.install|   13 ++
 community-testing-i686/freeorion.sh |  143 ++
 community-testing-x86_64/PKGBUILD   |  121 ++
 community-testing-x86_64/cmake_python.patch |   23 
 community-testing-x86_64/freeorion.install  |   13 ++
 community-testing-x86_64/freeorion.sh   |  143 ++
 8 files changed, 600 insertions(+)

Copied: freeorion/repos/community-testing-i686/PKGBUILD (from rev 87277, 
freeorion/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-29 19:32:09 UTC (rev 87287)
@@ -0,0 +1,121 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Elmo Todurov todu...@gmail.com
+# Contributor: guini sidt...@googlemail.com
+# Contributor: Forrest Loomis cyberc...@gmail.com
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: fana-m gemi...@gmx.net
+
+pkgname=freeorion
+pkgver=0.4.2
+pkgrel=4
+pkgdesc='Turn-based galactic conquest game inspired by Master of Orion'
+arch=('x86_64' 'i686')
+url='http://www.freeorion.org/'
+license=('GPL')
+if [ $CARCH == x86_64 ]
+then
+  depends=('lib32-nvidia-cg-toolkit')
+else
+  depends=('nvidia-cg-toolkit')
+fi
+depends=('bullet' 'freealut' 'libvorbis' 'python2' 'gigi' 'desktop-file-utils' 
'libgl')
+makedepends=('boost' 'ogre=1.8.1-4' 'sdl' 'gigi0.8.0-18' 'graphviz' 
'mesa-libgl'
+ 'desktop-file-utils' 'setconf' 'cmake' 'gendesk' 'subversion' 
'libogg')
+options=('!strip' '!emptydirs')
+install=$pkgname.install
+source=($pkgname.sh
+
$pkgname.png::https://a.fsdn.com/con/icons/fr/freeor...@sf.net/FO_Icon_256x256.png;
+cmake_python.patch)
+sha256sums=('111532e460aec847ff455ee67dd64f46e2fa5ceba39a0349d25a84b69c646eaf'
+'a6a253eed31b77b00bf4f721f4b1c6bbd95505b9e4b38b736101e551dd12ff5f'
+'3dbe8df9c3a4a0d6451f42727ebf9bcb21fed41a08d1181d1cf77ef4ab5ee81a')
+_svnrepo='https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/'
+_pyversion=2.7
+_revision=5771
+
+build() {
+  cd $srcdir
+  gendesk -n
+
+  #msg2 'Looking up revision from version number...'
+  #_releaserevision=`curl --progress-bar -o- ${url}index.php/Compile | grep 
$pkgver | cut -d':' -f2 | cut -d' ' -f10 | tail -1`
+  #msg2 'The revision for the latest official release is $_releaserevision
+  ## _revision=$_releaserevision
+  #msg2 Compiling with revision $_revision
+
+  msg2 Checking out svn revision $_revision...
+  if [[ -d $pkgname/.svn ]]; then
+(cd $pkgname  svn up -r $_revision)
+  else
+svn co $_svnrepo --config-dir ./ -r $_revision $pkgname
+  fi
+
+  msg2 'Setting up build directory...'
+  rm -rf $srcdir/$pkgname-build
+  cp -r $srcdir/$pkgname $srcdir/$pkgname-build
+  cd $srcdir/$pkgname-build
+
+  msg2 'CMake/Python fix...'
+  patch -N -p1 -i $srcdir/cmake_python.patch
+
+  msg2 'Generating makefiles...'
+  cmake \
+-DPYTHON_INCLUDE_DIR:PATH=/usr/include/python$_pyversion \
+-DPYTHON_LIBRARY:FILEPATH=/usr/lib/libpython$_pyversion.so \
+-G Unix Makefiles
+  
+  msg2 'GLU fix...'
+  if [ $CARCH == x86_64 ]
+  then
+setconf CMakeCache.txt CMAKE_CXX_FLAGS:STRING \
+  '-march=native -mtune=generic -O2 

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

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:32:10
  Author: stephane
Revision: 87288

db-move: moved gigi from [community-staging] to [community-testing] (i686, 
x86_64)

Added:
  gigi/repos/community-testing-i686/
  gigi/repos/community-testing-i686/PKGBUILD
(from rev 87277, gigi/repos/community-staging-i686/PKGBUILD)
  gigi/repos/community-testing-x86_64/
  gigi/repos/community-testing-x86_64/PKGBUILD
(from rev 87277, gigi/repos/community-staging-x86_64/PKGBUILD)
Deleted:
  gigi/repos/community-staging-i686/
  gigi/repos/community-staging-x86_64/

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

Copied: gigi/repos/community-testing-i686/PKGBUILD (from rev 87277, 
gigi/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-29 19:32:10 UTC (rev 87288)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: fana-m gemi...@gmx.net
+# Contributor: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Manuel Gaul inka...@hotmail.com
+
+pkgname=gigi
+pkgver=0.8.0
+pkgrel=19
+_fixedrevision=5780 #5407
+pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion 
fork)'
+#url='http://gigi.sourceforge.net/'
+url='http://freeorion.svn.sourceforge.net/viewvc/freeorion/trunk/FreeOrion/GG/'
+arch=('x86_64' 'i686')
+license=('LGPL')
+depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
+makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa-libgl')
+
+build() {
+  cd $srcdir
+
+  msg2 'Fetching files...'
+  if [ -d gigi/.svn ]; then
+(cd gigi  svn up -r $_fixedrevision)
+  else
+#svn co https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/ \
+svn co 
https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/ \
+  --config-dir ./ -r $_fixedrevision gigi
+  fi
+
+  rm -rf gigi-build
+  svn export gigi gigi-build
+  cd gigi-build
+
+  msg2 'Configuring...'
+  setconf cmake/GiGiOgre.pc.in prefix /usr
+  setconf cmake/GiGi.pc.in prefix /usr
+  setconf cmake/GiGiSDL.pc.in prefix /usr
+  # It would be better if CMAKE_INSTALL_PREFIX or the resulting Makefiles
+  # could be re-configured in the package() function, but this works too.
+  cmake \
+-D CMAKE_INSTALL_PREFIX=$srcdir/pkg/usr \
+-D BUILD_TUTORIALS=OFF \
+-D CPACK_GENERATOR=GiGiDevel \
+-D CMAKE_C_FLAGS_RELEASE='-DNDEBUG' \
+.
+
+  msg2 'Building documentation...'
+  cd doc
+  doxygen
+  cd ..
+
+  msg2 'Compiling...'
+  make -j1
+}
+
+package() {
+  cd $srcdir/gigi-build
+
+  msg2 'Packaging files...'
+  make install
+
+  msg2 'Moving files to the right location...'
+  mv -v $srcdir/pkg/usr $pkgdir/
+
+  msg2 'Fixing documentation...'
+  mkdir -p $pkgdir/usr/share/doc
+  mv $pkgdir/usr/doc $pkgdir/usr/share/doc/$pkgname
+
+  for f in `find $pkgdir/usr/share/doc -name dir_*.html`; do
+sed -i s:$srcdir:/:g $f
+  done
+
+  msg2 'Python 3 fix...'
+  for f in `find $pkgdir/usr -name *.py`; do
+sed -i s:/env python:/python3:g $f
+  done
+
+  msg2 'Packaging license...'
+  install -Dm644 COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gigi/repos/community-testing-x86_64/PKGBUILD (from rev 87277, 
gigi/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-03-29 19:32:10 UTC (rev 87288)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: fana-m gemi...@gmx.net
+# Contributor: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Manuel Gaul inka...@hotmail.com
+
+pkgname=gigi
+pkgver=0.8.0
+pkgrel=19
+_fixedrevision=5780 #5407
+pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion 
fork)'
+#url='http://gigi.sourceforge.net/'
+url='http://freeorion.svn.sourceforge.net/viewvc/freeorion/trunk/FreeOrion/GG/'
+arch=('x86_64' 'i686')
+license=('LGPL')
+depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
+makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa-libgl')
+
+build() {
+  cd $srcdir
+
+  msg2 'Fetching files...'
+  if [ -d gigi/.svn ]; then
+(cd gigi  svn up -r $_fixedrevision)
+  else
+#svn co https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/ \
+svn co 
https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/ \
+  --config-dir ./ -r $_fixedrevision gigi
+  fi
+
+  rm -rf gigi-build
+  svn export gigi gigi-build
+  cd gigi-build
+
+  msg2 'Configuring...'
+  setconf 

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

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:32:11
  Author: stephane
Revision: 87289

db-move: moved glob2 from [community-staging] to [community-testing] (i686, 
x86_64)

Added:
  glob2/repos/community-testing-i686/
  glob2/repos/community-testing-i686/PKGBUILD
(from rev 87277, glob2/repos/community-staging-i686/PKGBUILD)
  glob2/repos/community-testing-i686/glob2-0.9.4.1-gcc44.patch
(from rev 87277, 
glob2/repos/community-staging-i686/glob2-0.9.4.1-gcc44.patch)
  glob2/repos/community-testing-i686/glob2.install
(from rev 87277, glob2/repos/community-staging-i686/glob2.install)
  glob2/repos/community-testing-x86_64/
  glob2/repos/community-testing-x86_64/PKGBUILD
(from rev 87277, glob2/repos/community-staging-x86_64/PKGBUILD)
  glob2/repos/community-testing-x86_64/glob2-0.9.4.1-gcc44.patch
(from rev 87277, 
glob2/repos/community-staging-x86_64/glob2-0.9.4.1-gcc44.patch)
  glob2/repos/community-testing-x86_64/glob2.install
(from rev 87277, glob2/repos/community-staging-x86_64/glob2.install)
Deleted:
  glob2/repos/community-staging-i686/
  glob2/repos/community-staging-x86_64/

+
 community-testing-i686/PKGBUILD|   38 
 community-testing-i686/glob2-0.9.4.1-gcc44.patch   |   87 +++
 community-testing-i686/glob2.install   |   13 ++
 community-testing-x86_64/PKGBUILD  |   38 
 community-testing-x86_64/glob2-0.9.4.1-gcc44.patch |   87 +++
 community-testing-x86_64/glob2.install |   13 ++
 6 files changed, 276 insertions(+)

Copied: glob2/repos/community-testing-i686/PKGBUILD (from rev 87277, 
glob2/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-29 19:32:11 UTC (rev 87289)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+# Contributor: Roman Kyrylych roman.kyryl...@gmail.com
+
+pkgname=glob2
+pkgver=0.9.4.4
+pkgrel=17
+pkgdesc='RTS game which minimizes micro-management by automatically assigning 
tasks to units'
+arch=('x86_64' 'i686')
+url='http://www.globulation2.org/'
+license=('GPL3')
+depends=('boost-libs' 'sdl_net' 'sdl_image' 'sdl_ttf' 'libvorbis' 'speex' 'glu'
+ 'fribidi' 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 
'libgl')
+makedepends=('scons' 'boost' 'mesa-libgl')
+install=$pkgname.install
+source=(http://dl.sv.nongnu.org/releases/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.gz;
+$pkgname-${pkgver%.*}.1-gcc44.patch)
+sha256sums=('0f4d898ec6b05ce27b4a12ef242cc26571304b90d2509932a4743c71311314b8'
+'3a0cfc06696d1aaf2d7948b5f6a09a8ce96492767039dc09bfc25182b92d7b7a')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  patch -Np0 -i $srcdir/$pkgname-${pkgver%.*}.1-gcc44.patch
+  scons LINKFLAGS=-lboost_system
+}
+
+package () {
+  cd $srcdir/$pkgname-$pkgver
+
+  scons install BINDIR=$pkgdir/usr/bin INSTALLDIR=$pkgdir/usr/share
+  find $pkgdir/usr/share -type f -exec chmod 644 '{}' \;
+  install -Dm644 data/icons/$pkgname-icon-48x48.png \
+$pkgdir/usr/share/pixmaps/$pkgname-icon-48x48.png
+}
+
+# vim:set ts=2 sw=2 et:

Copied: glob2/repos/community-testing-i686/glob2-0.9.4.1-gcc44.patch (from rev 
87277, glob2/repos/community-staging-i686/glob2-0.9.4.1-gcc44.patch)
===
--- community-testing-i686/glob2-0.9.4.1-gcc44.patch
(rev 0)
+++ community-testing-i686/glob2-0.9.4.1-gcc44.patch2013-03-29 19:32:11 UTC 
(rev 87289)
@@ -0,0 +1,87 @@
+diff -up libgag/include/StreamBackend.h.orig libgag/include/StreamBackend.h
+--- libgag/include/StreamBackend.h.orig2009-03-18 03:46:47.0 
+0100
 libgag/include/StreamBackend.h 2009-06-20 14:21:10.0 +0200
+@@ -43,7 +43,7 @@ namespace GAGCore
+   virtual void flush(void) = 0;
+   virtual void read(void *data, size_t size) = 0;
+   virtual void putc(int c) = 0;
+-  virtual int getc(void) = 0;
++  virtual int get_c(void) = 0;
+   virtual void seekFromStart(int displacement) = 0;
+   virtual void seekFromEnd(int displacement) = 0;
+   virtual void seekRelative(int displacement) = 0;
+@@ -67,7 +67,7 @@ namespace GAGCore
+   virtual void flush(void) { assert(fp); fflush(fp); }
+   virtual void read(void *data, size_t size) { assert(fp); 
fread(data, size, 1, fp); }
+   virtual void putc(int c) { assert(fp); fputc(c, fp); }
+-  virtual int getc(void) { assert(fp); return fgetc(fp); }
++  virtual int get_c(void) { assert(fp); return fgetc(fp); }
+   virtual void seekFromStart(int displacement) { assert(fp); 

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

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:32:13
  Author: stephane
Revision: 87290

db-move: moved glom from [community-staging] to [community-testing] (i686, 
x86_64)

Added:
  glom/repos/community-testing-i686/
  glom/repos/community-testing-i686/PKGBUILD
(from rev 87277, glom/repos/community-staging-i686/PKGBUILD)
  glom/repos/community-testing-i686/glom.install
(from rev 87277, glom/repos/community-staging-i686/glom.install)
  glom/repos/community-testing-x86_64/
  glom/repos/community-testing-x86_64/PKGBUILD
(from rev 87277, glom/repos/community-staging-x86_64/PKGBUILD)
  glom/repos/community-testing-x86_64/glom.install
(from rev 87277, glom/repos/community-staging-x86_64/glom.install)
Deleted:
  glom/repos/community-staging-i686/
  glom/repos/community-staging-x86_64/

---+
 community-testing-i686/PKGBUILD   |   37 
 community-testing-i686/glom.install   |   13 +++
 community-testing-x86_64/PKGBUILD |   37 
 community-testing-x86_64/glom.install |   13 +++
 4 files changed, 100 insertions(+)

Copied: glom/repos/community-testing-i686/PKGBUILD (from rev 87277, 
glom/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-29 19:32:13 UTC (rev 87290)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Roman Kyrylych roman.kyryl...@gmail.com
+# Contributor: William Rea sillywi...@gmail.com
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+
+pkgname=glom
+pkgver=1.22.0
+pkgrel=5
+pkgdesc=An easy-to-use database designer and user interface
+arch=('i686' 'x86_64')
+url=http://www.glom.org/;
+license=('GPL')
+depends=('gettext' 'boost-libs' 'libgdamm' 'libxml++' 'python2-gobject' 
'libepc' 'goocanvasmm' 'gtksourceviewmm' 'evince' 'postgresql')
+makedepends=('intltool' 'gnome-doc-utils' 'python-sphinx' 'boost')
+options=('!libtool')
+install=$pkgname.install
+source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('e6ce1b0c76cec8c85beba4900a80f257de3cc23a2c65908262fd8be87c2e546a')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--with-postgres-utils=/usr/bin \
+--disable-scrollkeeper \
+--disable-update-mime-database \
+--disable-static \
+PYTHON=python2
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}

Copied: glom/repos/community-testing-i686/glom.install (from rev 87277, 
glom/repos/community-staging-i686/glom.install)
===
--- community-testing-i686/glom.install (rev 0)
+++ community-testing-i686/glom.install 2013-03-29 19:32:13 UTC (rev 87290)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+  update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: glom/repos/community-testing-x86_64/PKGBUILD (from rev 87277, 
glom/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-03-29 19:32:13 UTC (rev 87290)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Roman Kyrylych roman.kyryl...@gmail.com
+# Contributor: William Rea sillywi...@gmail.com
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+
+pkgname=glom
+pkgver=1.22.0
+pkgrel=5
+pkgdesc=An easy-to-use database designer and user interface
+arch=('i686' 'x86_64')
+url=http://www.glom.org/;
+license=('GPL')
+depends=('gettext' 'boost-libs' 'libgdamm' 'libxml++' 'python2-gobject' 
'libepc' 'goocanvasmm' 'gtksourceviewmm' 'evince' 'postgresql')
+makedepends=('intltool' 'gnome-doc-utils' 'python-sphinx' 'boost')
+options=('!libtool')
+install=$pkgname.install
+source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('e6ce1b0c76cec8c85beba4900a80f257de3cc23a2c65908262fd8be87c2e546a')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--with-postgres-utils=/usr/bin \
+--disable-scrollkeeper \
+--disable-update-mime-database \
+--disable-static \
+PYTHON=python2
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}

Copied: glom/repos/community-testing-x86_64/glom.install (from rev 87277, 
glom/repos/community-staging-x86_64/glom.install)
===
--- community-testing-x86_64/glom.install

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

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:32:14
  Author: stephane
Revision: 87291

db-move: moved gnash from [community-staging] to [community-testing] (i686, 
x86_64)

Added:
  gnash/repos/community-testing-i686/
  gnash/repos/community-testing-i686/PKGBUILD
(from rev 87277, gnash/repos/community-staging-i686/PKGBUILD)
  gnash/repos/community-testing-i686/gnash-0.8.10-boost-1.50.patch
(from rev 87277, 
gnash/repos/community-staging-i686/gnash-0.8.10-boost-1.50.patch)
  gnash/repos/community-testing-i686/gnash-gtk.install
(from rev 87277, gnash/repos/community-staging-i686/gnash-gtk.install)
  gnash/repos/community-testing-i686/nodebug.patch
(from rev 87277, gnash/repos/community-staging-i686/nodebug.patch)
  gnash/repos/community-testing-x86_64/
  gnash/repos/community-testing-x86_64/PKGBUILD
(from rev 87277, gnash/repos/community-staging-x86_64/PKGBUILD)
  gnash/repos/community-testing-x86_64/gnash-0.8.10-boost-1.50.patch
(from rev 87277, 
gnash/repos/community-staging-x86_64/gnash-0.8.10-boost-1.50.patch)
  gnash/repos/community-testing-x86_64/gnash-gtk.install
(from rev 87277, gnash/repos/community-staging-x86_64/gnash-gtk.install)
  gnash/repos/community-testing-x86_64/nodebug.patch
(from rev 87277, gnash/repos/community-staging-x86_64/nodebug.patch)
Deleted:
  gnash/repos/community-staging-i686/
  gnash/repos/community-staging-x86_64/

+
 community-testing-i686/PKGBUILD|   86 +++
 community-testing-i686/gnash-0.8.10-boost-1.50.patch   |   12 ++
 community-testing-i686/gnash-gtk.install   |   22 +++
 community-testing-i686/nodebug.patch   |   48 
 community-testing-x86_64/PKGBUILD  |   86 +++
 community-testing-x86_64/gnash-0.8.10-boost-1.50.patch |   12 ++
 community-testing-x86_64/gnash-gtk.install |   22 +++
 community-testing-x86_64/nodebug.patch |   48 
 8 files changed, 336 insertions(+)

Copied: gnash/repos/community-testing-i686/PKGBUILD (from rev 87277, 
gnash/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-29 19:32:14 UTC (rev 87291)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgbase=gnash
+pkgname=(gnash-common gnash-gtk)
+pkgver=0.8.10
+pkgrel=7
+arch=(i686 x86_64)
+url=http://www.gnu.org/software/gnash/;
+license=(GPL3)
+makedepends=(curl giflib libldap sdl agg libjpeg libpng libtool mesa glu
+ speex fontconfig
+ gstreamer0.10-base
+ gtk2 libldap xulrunner hicolor-icon-theme desktop-file-utils 
gconf gtkglext
+ pkgconfig boost)
+options=(!libtool !emptydirs)
+source=(http://ftp.gnu.org/gnu/gnash/${pkgver}/gnash-${pkgver}.tar.bz2
+nodebug.patch gnash-0.8.10-boost-1.50.patch)
+sha256sums=('9625072e45df92baa2c28fcd4e2deb66bc827530baedfad2e4e2292d1224'
+'0ebb104a7632af997c7e6b268755949fa0c1eea5e32015b95a22d63d0e431551'
+'ac3e7dbcb2ea30b8a263168462e739aa07706e0e3cdc672410a42a4357dbf54c')
+
+build() {
+  cd gnash-$pkgver
+
+  # Disable very, very verbose debugging (gigabytes of logs)
+  patch -Np1 -i ../nodebug.patch
+
+  # Link to libboost_system.so
+  patch -Np1 -i ../gnash-0.8.10-boost-1.50.patch
+
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--with-plugins-install=system \
+--with-npapi-plugindir=/usr/lib/mozilla/plugins \
+--enable-gui=sdl,gtk,dump \
+--enable-media=gst \
+--enable-renderer=all \
+--enable-device=x11
+
+  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
+}
+
+package_gnash-common() {
+  pkgdesc=A GNU Flash movie player
+  depends=(curl giflib sdl agg libjpeg libpng libltdl libgl glu
+   speex fontconfig cairo
+   gstreamer0.10-base
+   boost-libs)
+  backup=(etc/gnashrc etc/gnashthumbnailrc)
+
+  cd gnash-$pkgver
+
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install
+
+  # Split gnash-gtk
+  mkdir -p $srcdir/gtk/{etc,usr/{bin,share/man/man1}}
+  mv $pkgdir/usr/bin/{gtk-gnash,gnash-gtk-launcher} \
+$srcdir/gtk/usr/bin/
+  mv $pkgdir/usr/share/man/man1/{gtk-gnash,gnash-gtk-launcher}.1 \
+$srcdir/gtk/usr/share/man/man1/
+  mv $pkgdir/usr/share/{applications,icons} $srcdir/gtk/usr/share/
+  mv $pkgdir/etc/gnashpluginrc $srcdir/gtk/etc/
+}
+
+package_gnash-gtk() {
+  pkgdesc=A GNU Flash movie player
+  depends=(gnash-common=$pkgver
+gtk2 libldap hicolor-icon-theme desktop-file-utils gconf gtkglext)
+  

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

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:32:15
  Author: stephane
Revision: 87292

db-move: moved gource from [community-staging] to [community-testing] (i686, 
x86_64)

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

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

Copied: gource/repos/community-testing-i686/PKGBUILD (from rev 87277, 
gource/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-29 19:32:15 UTC (rev 87292)
@@ -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.39
+pkgrel=2
+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=('31d2d34f3f6a0c044243f477e925b8b4')
+
+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-testing-x86_64/PKGBUILD (from rev 87277, 
gource/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-03-29 19:32:15 UTC (rev 87292)
@@ -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.39
+pkgrel=2
+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=('31d2d34f3f6a0c044243f477e925b8b4')
+
+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 gpsdrive/repos (8 files)

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:32:16
  Author: stephane
Revision: 87293

db-move: moved gpsdrive from [community-staging] to [community-testing] (i686, 
x86_64)

Added:
  gpsdrive/repos/community-testing-i686/
  gpsdrive/repos/community-testing-i686/PKGBUILD
(from rev 87277, gpsdrive/repos/community-staging-i686/PKGBUILD)
  gpsdrive/repos/community-testing-i686/gpsdrive.install
(from rev 87277, gpsdrive/repos/community-staging-i686/gpsdrive.install)
  gpsdrive/repos/community-testing-x86_64/
  gpsdrive/repos/community-testing-x86_64/PKGBUILD
(from rev 87277, gpsdrive/repos/community-staging-x86_64/PKGBUILD)
  gpsdrive/repos/community-testing-x86_64/gpsdrive.install
(from rev 87277, gpsdrive/repos/community-staging-x86_64/gpsdrive.install)
Deleted:
  gpsdrive/repos/community-staging-i686/
  gpsdrive/repos/community-staging-x86_64/

---+
 community-testing-i686/PKGBUILD   |   65 
 community-testing-i686/gpsdrive.install   |4 +
 community-testing-x86_64/PKGBUILD |   65 
 community-testing-x86_64/gpsdrive.install |4 +
 4 files changed, 138 insertions(+)

Copied: gpsdrive/repos/community-testing-i686/PKGBUILD (from rev 87277, 
gpsdrive/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-29 19:32:16 UTC (rev 87293)
@@ -0,0 +1,65 @@
+# $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=17
+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')
+
+build() {
+  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
+
+  rm -rf build
+  mkdir build
+  cd build
+
+  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
+
+  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 \
+$srcdir/gpsdrive-${_pkgver}
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: gpsdrive/repos/community-testing-i686/gpsdrive.install (from rev 87277, 
gpsdrive/repos/community-staging-i686/gpsdrive.install)
===
--- community-testing-i686/gpsdrive.install (rev 0)
+++ community-testing-i686/gpsdrive.install 2013-03-29 19:32:16 UTC (rev 
87293)
@@ -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-testing-x86_64/PKGBUILD (from rev 87277, 
gpsdrive/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-03-29 19:32:16 UTC (rev 87293)
@@ -0,0 +1,65 @@
+# $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=17
+pkgdesc=A car (bike, ship, plane) navigation system
+arch=(i686 

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

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:32:17
  Author: stephane
Revision: 87294

db-move: moved librime from [community-staging] to [community-testing] (i686, 
x86_64)

Added:
  librime/repos/community-testing-i686/
  librime/repos/community-testing-i686/PKGBUILD
(from rev 87277, librime/repos/community-staging-i686/PKGBUILD)
  librime/repos/community-testing-x86_64/
  librime/repos/community-testing-x86_64/PKGBUILD
(from rev 87277, librime/repos/community-staging-x86_64/PKGBUILD)
Deleted:
  librime/repos/community-staging-i686/
  librime/repos/community-staging-x86_64/

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

Copied: librime/repos/community-testing-i686/PKGBUILD (from rev 87277, 
librime/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-29 19:32:17 UTC (rev 87294)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: GONG Chen chen dot sst at gmail dot com
+# Contributor: 網軍總司令
+
+pkgname=librime
+pkgver=0.9.8
+pkgrel=2
+pkgdesc=Rime input method engine
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/rimeime/;
+license=('GPL3')
+depends=('boost' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp')
+optdepends=('brise: Rime schema repository')
+makedepends=('cmake')
+source=(http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
+
+build() {
+  cd ${srcdir}/$pkgname
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname
+  make DESTDIR=$pkgdir install
+}
+
+md5sums=('2ef61458bd5b08652ae0ca190af072ba')

Copied: librime/repos/community-testing-x86_64/PKGBUILD (from rev 87277, 
librime/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-03-29 19:32:17 UTC (rev 87294)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: GONG Chen chen dot sst at gmail dot com
+# Contributor: 網軍總司令
+
+pkgname=librime
+pkgver=0.9.8
+pkgrel=2
+pkgdesc=Rime input method engine
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/rimeime/;
+license=('GPL3')
+depends=('boost' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp')
+optdepends=('brise: Rime schema repository')
+makedepends=('cmake')
+source=(http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
+
+build() {
+  cd ${srcdir}/$pkgname
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname
+  make DESTDIR=$pkgdir install
+}
+
+md5sums=('2ef61458bd5b08652ae0ca190af072ba')



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

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:32:18
  Author: stephane
Revision: 87295

db-move: moved luxrays from [community-staging] to [community-testing] (i686, 
x86_64)

Added:
  luxrays/repos/community-testing-i686/
  luxrays/repos/community-testing-i686/PKGBUILD
(from rev 87277, luxrays/repos/community-staging-i686/PKGBUILD)
  luxrays/repos/community-testing-x86_64/
  luxrays/repos/community-testing-x86_64/PKGBUILD
(from rev 87277, luxrays/repos/community-staging-x86_64/PKGBUILD)
Deleted:
  luxrays/repos/community-staging-i686/
  luxrays/repos/community-staging-x86_64/

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

Copied: luxrays/repos/community-testing-i686/PKGBUILD (from rev 87277, 
luxrays/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-29 19:32:18 UTC (rev 87295)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=luxrays
+pkgver=1.2
+_pkgver=475fbf15f0ca
+pkgrel=2
+pkgdesc=Accelerate the ray intersection process by using GPUs
+arch=('i686' 'x86_64')
+url=http://www.luxrender.net/;
+license=('GPL')
+depends=('freeimage' 'libcl' 'libgl')
+optdepends=('glew: demos (SmallLuxGPU etc.)' 'freeglut: demos (SmallLuxGPU 
etc.)'
+'boost-libs: demos (SmallLuxGPU etc.)')
+makedepends=('cmake' 'boost' 'mesa' 'opencl-headers' 'glew' 'freeglut')
+source=(https://bitbucket.org/luxrender/luxrays/get/$_pkgver.tar.bz2)
+md5sums=('ac98e9a42ecc20d97d4c12dcdf17e315')
+
+build() {
+  cd $srcdir/luxrender-$pkgname-$_pkgver
+
+  export CXXFLAGS=$CXXFLAGS -lpthread
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DLUXRAYS_DISABLE_OPENCL=OFF \
+.
+  make
+}
+
+package() {
+  cd $srcdir/luxrender-$pkgname-$_pkgver
+
+  install -d -m755 $pkgdir/usr/{bin,include,lib}
+  install -m755 bin/* $pkgdir/usr/bin
+  install -m644 lib/* $pkgdir/usr/lib
+  cp -a include/luxrays $pkgdir/usr/include
+}
+
+# vim:set ts=2 sw=2 et:

Copied: luxrays/repos/community-testing-x86_64/PKGBUILD (from rev 87277, 
luxrays/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-03-29 19:32:18 UTC (rev 87295)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=luxrays
+pkgver=1.2
+_pkgver=475fbf15f0ca
+pkgrel=2
+pkgdesc=Accelerate the ray intersection process by using GPUs
+arch=('i686' 'x86_64')
+url=http://www.luxrender.net/;
+license=('GPL')
+depends=('freeimage' 'libcl' 'libgl')
+optdepends=('glew: demos (SmallLuxGPU etc.)' 'freeglut: demos (SmallLuxGPU 
etc.)'
+'boost-libs: demos (SmallLuxGPU etc.)')
+makedepends=('cmake' 'boost' 'mesa' 'opencl-headers' 'glew' 'freeglut')
+source=(https://bitbucket.org/luxrender/luxrays/get/$_pkgver.tar.bz2)
+md5sums=('ac98e9a42ecc20d97d4c12dcdf17e315')
+
+build() {
+  cd $srcdir/luxrender-$pkgname-$_pkgver
+
+  export CXXFLAGS=$CXXFLAGS -lpthread
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DLUXRAYS_DISABLE_OPENCL=OFF \
+.
+  make
+}
+
+package() {
+  cd $srcdir/luxrender-$pkgname-$_pkgver
+
+  install -d -m755 $pkgdir/usr/{bin,include,lib}
+  install -m755 bin/* $pkgdir/usr/bin
+  install -m644 lib/* $pkgdir/usr/lib
+  cp -a include/luxrays $pkgdir/usr/include
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:32:20
  Author: stephane
Revision: 87297

db-move: moved mapnik from [community-staging] to [community-testing] (i686, 
x86_64)

Added:
  mapnik/repos/community-testing-i686/
  mapnik/repos/community-testing-i686/PKGBUILD
(from rev 87277, mapnik/repos/community-staging-i686/PKGBUILD)
  
mapnik/repos/community-testing-i686/mapnik-2.1.0-compile-fix-for-boost-1.53.patch
(from rev 87277, 
mapnik/repos/community-staging-i686/mapnik-2.1.0-compile-fix-for-boost-1.53.patch)
  mapnik/repos/community-testing-i686/mapnik.install
(from rev 87277, mapnik/repos/community-staging-i686/mapnik.install)
  mapnik/repos/community-testing-x86_64/
  mapnik/repos/community-testing-x86_64/PKGBUILD
(from rev 87277, mapnik/repos/community-staging-x86_64/PKGBUILD)
  
mapnik/repos/community-testing-x86_64/mapnik-2.1.0-compile-fix-for-boost-1.53.patch
(from rev 87277, 
mapnik/repos/community-staging-x86_64/mapnik-2.1.0-compile-fix-for-boost-1.53.patch)
  mapnik/repos/community-testing-x86_64/mapnik.install
(from rev 87277, mapnik/repos/community-staging-x86_64/mapnik.install)
Deleted:
  mapnik/repos/community-staging-i686/
  mapnik/repos/community-staging-x86_64/

+
 community-testing-i686/PKGBUILD|   51 
++
 community-testing-i686/mapnik-2.1.0-compile-fix-for-boost-1.53.patch   |   36 
+++
 community-testing-i686/mapnik.install  |   11 
++
 community-testing-x86_64/PKGBUILD  |   51 
++
 community-testing-x86_64/mapnik-2.1.0-compile-fix-for-boost-1.53.patch |   36 
+++
 community-testing-x86_64/mapnik.install|   11 
++
 6 files changed, 196 insertions(+)

Copied: mapnik/repos/community-testing-i686/PKGBUILD (from rev 87277, 
mapnik/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-29 19:32:20 UTC (rev 87297)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: David Dent thewi...@gmail.com
+# Contributor: orbisvicis orbisvi...@gmail.com
+
+pkgname=mapnik
+pkgver=2.1.0
+pkgrel=9
+pkgdesc=Free Toolkit for developing mapping applications. Above all Mapnik is 
about rendering beautiful maps
+arch=('i686' 'x86_64')
+url=http://mapnik.org/;
+license=('LGPL')
+depends=('boost-libs' 'icu' 'libpng' 'libjpeg' 'libtiff' 'freetype2'
+'libxml2' 'python2' 'proj' 'cairo' 'cairomm' 'pycairo'
+'postgresql-libs' 'postgis' 'gdal' 'curl' 'libltdl')
+optdepends=('libxslt: Web Map Service'
+'python2-lxml:Web Map Service'
+'python-imaging:  Web Map Service'
+'python-nose: Web Map Service'
+'apache:  Web Map Service'
+'mod_fastcgi: Web Map Service - or:'
+'mod_fcgid:   Web Map Service - or:'
+'mod_wsgi2:   Web Map Service')
+makedepends=('scons' 'boost')
+install=mapnik.install
+source=(https://github.com/downloads/mapnik/mapnik/mapnik-v$pkgver.tar.bz2;
+mapnik-2.1.0-compile-fix-for-boost-1.53.patch)
+md5sums=('d580c558a957444873bec9e24526b0a0'
+ 'fb456216b052742319428f65f1c979d6')
+
+build() {
+  cd $srcdir/$pkgname-v$pkgver
+
+  # https://github.com/mapnik/mapnik/issues/1658
+  patch -Np1 -i $srcdir/mapnik-2.1.0-compile-fix-for-boost-1.53.patch
+
+  sed -i 's|lib64|lib|g' SConstruct
+  sed -i 's|python|python2|' \
+   utils/performance/mapnik-speed-check \
+   utils/upgrade_map_xml/*.py
+  scons configure \
+PREFIX=/usr \
+INPUT_PLUGINS=all \
+DESTDIR=$pkgdir
+  scons $MAKEFLAGS
+}
+
+package(){
+  cd $srcdir/$pkgname-v$pkgver
+  scons install
+}

Copied: 
mapnik/repos/community-testing-i686/mapnik-2.1.0-compile-fix-for-boost-1.53.patch
 (from rev 87277, 
mapnik/repos/community-staging-i686/mapnik-2.1.0-compile-fix-for-boost-1.53.patch)
===
--- community-testing-i686/mapnik-2.1.0-compile-fix-for-boost-1.53.patch
(rev 0)
+++ community-testing-i686/mapnik-2.1.0-compile-fix-for-boost-1.53.patch
2013-03-29 19:32:20 UTC (rev 87297)
@@ -0,0 +1,36 @@
+From cf70b9959a45b9ab6af4a34824a5e4e80ce1d05c Mon Sep 17 00:00:00 2001
+From: Dane Springmeyer d...@dbsgeo.com
+Date: Sun, 10 Feb 2013 07:24:35 -0800
+Subject: [PATCH] fix compile of json feature_collection grammar when building
+ against = boost 1.52 - refs #1658 and #1716
+
+---
+ src/json/feature_collection_parser.cpp | 7 ++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+diff --git a/src/json/feature_collection_parser.cpp 
b/src/json/feature_collection_parser.cpp
+index 3faeda7..51ad824 100644
+--- 

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

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:32:19
  Author: stephane
Revision: 87296

db-move: moved luxrender from [community-staging] to [community-testing] (i686, 
x86_64)

Added:
  luxrender/repos/community-testing-i686/
  luxrender/repos/community-testing-i686/PKGBUILD
(from rev 87277, luxrender/repos/community-staging-i686/PKGBUILD)
  
luxrender/repos/community-testing-i686/boost-1.53-shared_array_constructor.diff
(from rev 87277, 
luxrender/repos/community-staging-i686/boost-1.53-shared_array_constructor.diff)
  luxrender/repos/community-testing-x86_64/
  luxrender/repos/community-testing-x86_64/PKGBUILD
(from rev 87277, luxrender/repos/community-staging-x86_64/PKGBUILD)
  
luxrender/repos/community-testing-x86_64/boost-1.53-shared_array_constructor.diff
(from rev 87277, 
luxrender/repos/community-staging-x86_64/boost-1.53-shared_array_constructor.diff)
Deleted:
  luxrender/repos/community-staging-i686/
  luxrender/repos/community-staging-x86_64/

---+
 community-testing-i686/PKGBUILD   |   54 

 community-testing-i686/boost-1.53-shared_array_constructor.diff   |   62 
++
 community-testing-x86_64/PKGBUILD |   54 

 community-testing-x86_64/boost-1.53-shared_array_constructor.diff |   62 
++
 4 files changed, 232 insertions(+)

Copied: luxrender/repos/community-testing-i686/PKGBUILD (from rev 87277, 
luxrender/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-29 19:32:19 UTC (rev 87296)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+# Contributor: flixie 69...@gmx.net
+# Contributor: Imanol Celaya ornitorrin...@archlinux-es.org
+pkgname=luxrender
+pkgver=1.2.1
+_pkgver=3066b2161439
+pkgrel=1
+pkgdesc=Rendering system for physically correct, unbiased image synthesis
+arch=('i686' 'x86_64')
+url=http://www.luxrender.net/;
+license=('GPL')
+depends=('boost-libs' 'freeimage' 'openexr' 'libcl' 'libgl')
+optdepends=('luxblend25: Blender exporter' 'qt4: Qt GUI' \
+'python: Python interface (pylux)'
+'nvidia-utils: OpenCL support for nVidia GPUs' \
+'amdstream: OpenCL support for AMD GPUs' \
+'intel-opencl-sdk: OpenCL support for Intel CPUs')
+makedepends=('cmake' 'boost' 'mesa' 'qt4' luxrays=1.2 'python' 
'opencl-headers')
+source=(https://bitbucket.org/luxrender/lux/get/$_pkgver.tar.bz2 \
+boost-1.53-shared_array_constructor.diff)
+md5sums=('87958798c164ad14f92fb4af2595d332'
+ 'dd19c7ac2ba8c9b703018a176ef77f98')
+
+build() {
+  cd $srcdir/luxrender-lux-$_pkgver
+
+  # fix the installation
+  sed -i '/.*wxgui.*/ d' CMakeLists.txt
+  # fix for boost 1.53
+  patch -Np1  $srcdir/boost-1.53-shared_array_constructor.diff || true
+
+  export CXXFLAGS=$CXXFLAGS -lpthread
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DLUXRAYS_DISABLE_OPENCL=OFF \
+-DPYTHON_CUSTOM=ON \
+-DPYTHON_LIBRARIES=/usr/lib/libpython3.3m.so \
+-DPYTHON_INCLUDE_PATH=/usr/include/python3.3m/ \
+.
+  make
+}
+
+package() {
+  cd $srcdir/luxrender-lux-$_pkgver
+  make DESTDIR=$pkgdir install
+
+  # fix library path on x86_64
+  [ $CARCH = x86_64 ]  mv $pkgdir/usr/lib64 $pkgdir/usr/lib
+
+  #install pylux
+  install -D -m644 pylux.so $pkgdir/usr/lib/python3.3/pylux.so
+}
+
+# vim:set ts=2 sw=2 et:

Copied: 
luxrender/repos/community-testing-i686/boost-1.53-shared_array_constructor.diff 
(from rev 87277, 
luxrender/repos/community-staging-i686/boost-1.53-shared_array_constructor.diff)
===
--- community-testing-i686/boost-1.53-shared_array_constructor.diff 
(rev 0)
+++ community-testing-i686/boost-1.53-shared_array_constructor.diff 
2013-03-29 19:32:19 UTC (rev 87296)
@@ -0,0 +1,62 @@
+diff -rup luxrender-lux-3066b2161439/cmake/luxrender.cmake 
luxrender-lux-3066b2161439.new/cmake/luxrender.cmake
+--- luxrender-lux-3066b2161439/cmake/luxrender.cmake   2013-03-16 
19:32:24.0 +
 luxrender-lux-3066b2161439.new/cmake/luxrender.cmake   2013-03-26 
18:26:46.194520697 +
+@@ -98,7 +98,7 @@ IF(QT4_FOUND)
+ 
+   QT4_ADD_RESOURCES( LUXQTGUI_RC_SRCS ${LUXQTGUI_RCS})
+   QT4_WRAP_UI( LUXQTGUI_UI_HDRS ${LUXQTGUI_UIS} )
+-  QT4_WRAP_CPP( LUXQTGUI_MOC_SRCS ${LUXQTGUI_MOC} )
++  QT4_WRAP_CPP( LUXQTGUI_MOC_SRCS ${LUXQTGUI_MOC} OPTIONS 
-DBOOST_TT_HAS_OPERATOR_HPP_INCLUDED -DBOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION 
)
+ 
+   #file (GLOB TRANSLATIONS_FILES qtgui/translations/*.ts)
+   #qt4_create_translation(QM_FILES ${FILES_TO_TRANSLATE} 
${TRANSLATIONS_FILES})
+diff -rup luxrender-lux-3066b2161439/core/film.cpp 
luxrender-lux-3066b2161439.new/core/film.cpp
+--- 

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

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:32:23
  Author: stephane
Revision: 87300

db-move: moved ogre from [community-staging] to [community-testing] (i686, 
x86_64)

Added:
  ogre/repos/community-testing-i686/
  ogre/repos/community-testing-i686/PKGBUILD
(from rev 87277, ogre/repos/community-staging-i686/PKGBUILD)
  ogre/repos/community-testing-i686/ogre.install
(from rev 87277, ogre/repos/community-staging-i686/ogre.install)
  ogre/repos/community-testing-x86_64/
  ogre/repos/community-testing-x86_64/PKGBUILD
(from rev 87277, ogre/repos/community-staging-x86_64/PKGBUILD)
  ogre/repos/community-testing-x86_64/ogre.install
(from rev 87277, ogre/repos/community-staging-x86_64/ogre.install)
Deleted:
  ogre/repos/community-staging-i686/
  ogre/repos/community-staging-x86_64/

---+
 community-testing-i686/PKGBUILD   |   89 
 community-testing-i686/ogre.install   |4 +
 community-testing-x86_64/PKGBUILD |   89 
 community-testing-x86_64/ogre.install |4 +
 4 files changed, 186 insertions(+)

Copied: ogre/repos/community-testing-i686/PKGBUILD (from rev 87277, 
ogre/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-29 19:32:23 UTC (rev 87300)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgbase=ogre
+pkgname=('ogre' 'ogre-docs')
+pkgver=1.8.1
+pkgrel=4
+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-testing-i686/ogre.install (from rev 87277, 
ogre/repos/community-staging-i686/ogre.install)
===
--- community-testing-i686/ogre.install (rev 0)
+++ community-testing-i686/ogre.install 2013-03-29 19:32:23 UTC (rev 87300)
@@ -0,0 +1,4 @@
+post_install() {
+echo To view the OGRE samples just run OgreSampleBrowser or launch
+echo it directly in /opt/OGRE/samples/
+}

Copied: ogre/repos/community-testing-x86_64/PKGBUILD (from rev 87277, 
ogre/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-03-29 19:32:23 UTC (rev 87300)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com

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

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:32:25
  Author: stephane
Revision: 87301

db-move: moved openimageio from [community-staging] to [community-testing] 
(i686, x86_64)

Added:
  openimageio/repos/community-testing-i686/
  openimageio/repos/community-testing-i686/PKGBUILD
(from rev 87277, openimageio/repos/community-staging-i686/PKGBUILD)
  openimageio/repos/community-testing-i686/fix32bit-fail.patch
(from rev 87277, 
openimageio/repos/community-staging-i686/fix32bit-fail.patch)
  openimageio/repos/community-testing-x86_64/
  openimageio/repos/community-testing-x86_64/PKGBUILD
(from rev 87277, openimageio/repos/community-staging-x86_64/PKGBUILD)
  openimageio/repos/community-testing-x86_64/fix32bit-fail.patch
(from rev 87277, 
openimageio/repos/community-staging-x86_64/fix32bit-fail.patch)
Deleted:
  openimageio/repos/community-staging-i686/
  openimageio/repos/community-staging-x86_64/

--+
 community-testing-i686/PKGBUILD  |   43 +
 community-testing-i686/fix32bit-fail.patch   |   13 +++
 community-testing-x86_64/PKGBUILD|   43 +
 community-testing-x86_64/fix32bit-fail.patch |   13 +++
 4 files changed, 112 insertions(+)

Copied: openimageio/repos/community-testing-i686/PKGBUILD (from rev 87277, 
openimageio/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-29 19:32:25 UTC (rev 87301)
@@ -0,0 +1,43 @@
+# $Id$
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=openimageio
+pkgver=1.1.8
+pkgrel=1
+pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
+arch=(i686 x86_64)
+url=http://www.openimageio.org/;
+license=('custom')
+depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
+makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa')
+optdepends=('qt4: iv image viewer'
+'python2: bindings support')
+source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver)
+md5sums=('2d816e0ff48f12dfc0491d39a4918456')
+
+build() {
+  cd $srcdir/$_pkgname*
+
+  cd src
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
+  -DUSE_EXTERNAL_TBB=ON \
+  ..
+  make
+}
+
+package() {
+  cd $srcdir/$_pkgname*/src/build
+
+  make DESTDIR=$pkgdir install
+
+  # license
+  cd ../..
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: openimageio/repos/community-testing-i686/fix32bit-fail.patch (from rev 
87277, openimageio/repos/community-staging-i686/fix32bit-fail.patch)
===
--- community-testing-i686/fix32bit-fail.patch  (rev 0)
+++ community-testing-i686/fix32bit-fail.patch  2013-03-29 19:32:25 UTC (rev 
87301)
@@ -0,0 +1,13 @@
+--- orig/src/libutil/SHA1.cpp  2012-11-17 01:02:42.0 +0200
 fixed/src/libutil/SHA1.cpp 2012-12-14 14:37:37.552042793 +0200
+@@ -8,9 +8,9 @@
+ 
+ // If compiling with MFC, you might want to add #include StdAfx.h
+ 
++#include SHA1.h
+ #include hash.h
+ #include dassert.h
+-#include SHA1.h
+ 
+ #ifdef SHA1_UTILITY_FUNCTIONS
+ #define SHA1_MAX_FILE_BUFFER 8000

Copied: openimageio/repos/community-testing-x86_64/PKGBUILD (from rev 87277, 
openimageio/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-03-29 19:32:25 UTC (rev 87301)
@@ -0,0 +1,43 @@
+# $Id$
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=openimageio
+pkgver=1.1.8
+pkgrel=1
+pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
+arch=(i686 x86_64)
+url=http://www.openimageio.org/;
+license=('custom')
+depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
+makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa')
+optdepends=('qt4: iv image viewer'
+'python2: bindings support')
+source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver)
+md5sums=('2d816e0ff48f12dfc0491d39a4918456')
+
+build() {
+  cd $srcdir/$_pkgname*
+
+  cd src
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
+  -DUSE_EXTERNAL_TBB=ON \
+  ..
+  make
+}
+
+package() {
+  cd $srcdir/$_pkgname*/src/build
+
+  make DESTDIR=$pkgdir install
+
+  # license
+  cd ../..
+  install -Dm644 LICENSE 

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

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:32:26
  Author: stephane
Revision: 87302

db-move: moved openshadinglanguage from [community-staging] to 
[community-testing] (i686, x86_64)

Added:
  openshadinglanguage/repos/community-testing-i686/
  openshadinglanguage/repos/community-testing-i686/PKGBUILD
(from rev 87277, openshadinglanguage/repos/community-staging-i686/PKGBUILD)
  openshadinglanguage/repos/community-testing-i686/llvm32.patch
(from rev 87277, 
openshadinglanguage/repos/community-staging-i686/llvm32.patch)
  openshadinglanguage/repos/community-testing-x86_64/
  openshadinglanguage/repos/community-testing-x86_64/PKGBUILD
(from rev 87277, 
openshadinglanguage/repos/community-staging-x86_64/PKGBUILD)
  openshadinglanguage/repos/community-testing-x86_64/llvm32.patch
(from rev 87277, 
openshadinglanguage/repos/community-staging-x86_64/llvm32.patch)
Deleted:
  openshadinglanguage/repos/community-staging-i686/
  openshadinglanguage/repos/community-staging-x86_64/

---+
 community-testing-i686/PKGBUILD   |   42 ++
 community-testing-i686/llvm32.patch   |   71 
 community-testing-x86_64/PKGBUILD |   42 ++
 community-testing-x86_64/llvm32.patch |   71 
 4 files changed, 226 insertions(+)

Copied: openshadinglanguage/repos/community-testing-i686/PKGBUILD (from rev 
87277, openshadinglanguage/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-29 19:32:26 UTC (rev 87302)
@@ -0,0 +1,42 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=openshadinglanguage
+pkgver=1.3.0
+pkgrel=3
+pkgdesc=Advanced shading language for production GI renderers
+arch=(i686 x86_64)
+url=http://code.google.com/p/openshadinglanguage/;
+license=('custom')
+depends=('boost-libs' 'openimageio' 'openexr' 'llvm' 'intel-tbb' 'freetype2' 
'libpng' 'libtiff')
+makedepends=('boost' 'cmake' 'clang')
+source=(https://github.com/imageworks/OpenShadingLanguage/archive/Release-${pkgver}.tar.gz)
+md5sums=('1e8c47475cb092cec0aada843b2893ed')
+
+build() {
+  cd OpenShadingLanguage-Release-$pkgver/src
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  # TODO: Remove LLVM_STATIC with llvm 3.3 when we'll have shared libs
+  # Check blender for crash with llvm pipe (run LIBGL_ALWAYS_SOFTWARE=1 
blender)
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLLVM_STATIC=ON \
+..
+  make
+}
+
+package() {
+  cd OpenShadingLanguage-Release-$pkgver/src/build
+
+  make DESTDIR=$pkgdir/ install
+
+  mkdir -p $pkgdir/usr/share/OSL/
+  mkdir -p $pkgdir/usr/share/licenses/$pkgname
+  mv $pkgdir/usr/LICENSE $pkgdir/usr/share/licenses/$pkgname # TODO: Tell 
upstream about this shit
+  mv $pkgdir/usr/{CHANGES,README.md,INSTALL} $pkgdir/usr/share/OSL/
+  mv $pkgdir/usr/doc $pkgdir/usr/share/OSL/doc
+  mv $pkgdir/usr/shaders $pkgdir/usr/share/OSL/shaders
+}
+
+# vim:set ts=2 sw=2 et:

Copied: openshadinglanguage/repos/community-testing-i686/llvm32.patch (from rev 
87277, openshadinglanguage/repos/community-staging-i686/llvm32.patch)
===
--- community-testing-i686/llvm32.patch (rev 0)
+++ community-testing-i686/llvm32.patch 2013-03-29 19:32:26 UTC (rev 87302)
@@ -0,0 +1,71 @@
+commit c391ceb1936459b70147d6f8ac389ded26a7e028
+Author: Sven-Hendrik Haase s...@lutzhaase.com
+Date:   Fri Dec 28 09:00:33 2012 +0100
+
+Fix for LLVM 3.2
+
+diff --git a/src/liboslexec/llvm_headers.h b/src/liboslexec/llvm_headers.h
+index 41a7a11..5ff4384 100644
+--- a/src/liboslexec/llvm_headers.h
 b/src/liboslexec/llvm_headers.h
+@@ -45,10 +45,18 @@ namespace llvm = LLVM_NAMESPACE;
+ #include llvm/LLVMContext.h
+ #include llvm/Module.h
+ #include llvm/PassManager.h
++#if OSL_LLVM_VERSION = 32
++#include llvm/IRBuilder.h
++#else
+ #include llvm/Support/IRBuilder.h
++#endif
+ #include llvm/Support/ManagedStatic.h
+ #include llvm/Support/MemoryBuffer.h
+ #include llvm/Support/raw_ostream.h
++#if OSL_LLVM_VERSION = 32
++#include llvm/DataLayout.h
++#else
+ #include llvm/Target/TargetData.h
++#endif
+ 
+ #endif /* OSL_LLVM_HEADERS_H */
+diff --git a/src/liboslexec/llvm_instance.cpp 
b/src/liboslexec/llvm_instance.cpp
+index 8709c8b..3e42557 100644
+--- a/src/liboslexec/llvm_instance.cpp
 b/src/liboslexec/llvm_instance.cpp
+@@ -1273,13 +1273,21 @@ RuntimeOptimizer::llvm_setup_optimization_passes ()
+ //
+ m_llvm_func_passes = new llvm::FunctionPassManager(llvm_module());
+ llvm::FunctionPassManager fpm (*m_llvm_func_passes);
++#if OSL_LLVM_VERSION = 32
++fpm.add (new llvm::DataLayout(llvm_module()));
++#else
+ fpm.add (new llvm::TargetData(llvm_module()));
++#endif
+ 
+ // Specify module-wide (interprocedural optimization) 

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

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:32:27
  Author: stephane
Revision: 87303

db-move: moved pdns from [community-staging] to [community-testing] (i686, 
x86_64)

Added:
  pdns/repos/community-testing-i686/
  pdns/repos/community-testing-i686/PKGBUILD
(from rev 87277, pdns/repos/community-staging-i686/PKGBUILD)
  pdns/repos/community-testing-i686/pdns.conf
(from rev 87277, pdns/repos/community-staging-i686/pdns.conf)
  pdns/repos/community-testing-i686/pdns.install
(from rev 87277, pdns/repos/community-staging-i686/pdns.install)
  pdns/repos/community-testing-i686/pdns.rc
(from rev 87277, pdns/repos/community-staging-i686/pdns.rc)
  pdns/repos/community-testing-i686/pdns.service
(from rev 87277, pdns/repos/community-staging-i686/pdns.service)
  pdns/repos/community-testing-x86_64/
  pdns/repos/community-testing-x86_64/PKGBUILD
(from rev 87277, pdns/repos/community-staging-x86_64/PKGBUILD)
  pdns/repos/community-testing-x86_64/pdns.conf
(from rev 87277, pdns/repos/community-staging-x86_64/pdns.conf)
  pdns/repos/community-testing-x86_64/pdns.install
(from rev 87277, pdns/repos/community-staging-x86_64/pdns.install)
  pdns/repos/community-testing-x86_64/pdns.rc
(from rev 87277, pdns/repos/community-staging-x86_64/pdns.rc)
  pdns/repos/community-testing-x86_64/pdns.service
(from rev 87277, pdns/repos/community-staging-x86_64/pdns.service)
Deleted:
  pdns/repos/community-staging-i686/
  pdns/repos/community-staging-x86_64/

---+
 community-testing-i686/PKGBUILD   |   59 ++
 community-testing-i686/pdns.conf  |  281 
 community-testing-i686/pdns.install   |   11 +
 community-testing-i686/pdns.rc|   35 +++
 community-testing-i686/pdns.service   |   12 +
 community-testing-x86_64/PKGBUILD |   59 ++
 community-testing-x86_64/pdns.conf|  281 
 community-testing-x86_64/pdns.install |   11 +
 community-testing-x86_64/pdns.rc  |   35 +++
 community-testing-x86_64/pdns.service |   12 +
 10 files changed, 796 insertions(+)

Copied: pdns/repos/community-testing-i686/PKGBUILD (from rev 87277, 
pdns/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-29 19:32:27 UTC (rev 87303)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Kevin Mihelich ke...@archlinuxarm.org
+
+pkgname=pdns
+pkgver=3.2
+pkgrel=5
+pkgdesc='Modern, advanced and high performance authoritative-only nameserver'
+arch=('x86_64' 'i686')
+url='http://www.powerdns.com/'
+license=('GPL')
+depends=('boost-libs' 'gcc-libs' 'postgresql-libs' 'libmariadbclient' 'sqlite' 
'libldap' 'lua51')
+makedepends=('boost')
+provides=('pdns-ldap' 'pdns-mysql' 'pdns-sqlite' 'pdns-pgsql')
+replaces=('pdns-ldap' 'pdns-mysql' 'pdns-sqlite' 'pdns-pgsql')
+conflicts=('pdns-ldap' 'pdns-mysql' 'pdns-sqlite' 'pdns-pgsql')
+install=$pkgname.install
+options=('!makeflags' '!libtool')
+backup=('etc/powerdns/pdns.conf')
+source=(http://downloads.powerdns.com/releases/$pkgname-$pkgver.tar.gz;
+'pdns.service'
+'pdns.rc'
+'pdns.conf')
+sha256sums=('d1895aba065446dc68e5d7cc792d5303626c71759f61a455531ed65d59c06572'
+'2a60c4407bcfe19026ae77d3e3b7b477d5a0c6323c0bc78892e9d907003b442a'
+'0457ffa2baa40518a03393e4f76964d9452c16aebbcb925582814f88367d62c2'
+'91c8889f41fe9d6bc9478c3ad53a10f6725e36e10f05e8e9257f9d35c9e2bab6')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  touch AUTHORS NEWS
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc/powerdns \
+--libexecdir=/usr/lib \
+--libdir=/usr/lib/powerdns \
+--mandir=/usr/share/man \
+--with-modules= \
+--with-dynmodules=ldap pipe gmysql gpgsql gsqlite3 geo \
+--disable-recursor \
+--disable-static
+  make  
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  install -m755 -d $pkgdir/etc/rc.d
+  install -m644 $srcdir/pdns.conf $pkgdir/etc/powerdns/
+  install -m755 $srcdir/pdns.rc $pkgdir/etc/rc.d/pdns
+  install -Dm644 $srcdir/pdns.service \
+$pkgdir/usr/lib/systemd/system/pdns.service
+  rm $pkgdir/etc/powerdns/pdns.conf-dist
+}
+
+# vim:set ts=2 sw=2 et:

Copied: pdns/repos/community-testing-i686/pdns.conf (from rev 87277, 
pdns/repos/community-staging-i686/pdns.conf)
===
--- community-testing-i686/pdns.conf(rev 0)
+++ community-testing-i686/pdns.conf2013-03-29 19:32:27 UTC (rev 87303)
@@ -0,0 +1,281 @@
+# Autogenerated configuration file template
+#
+# allow-axfr-ips   If disabled, DO allow zonetransfers from these IP 
addresses
+#
+# allow-axfr-ips=
+

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

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:32:29
  Author: stephane
Revision: 87304

db-move: moved performous from [community-staging] to [community-testing] 
(i686, x86_64)

Added:
  performous/repos/community-testing-i686/
  performous/repos/community-testing-i686/PKGBUILD
(from rev 87277, performous/repos/community-staging-i686/PKGBUILD)
  performous/repos/community-testing-i686/performous-0.7.0-cmake.patch
(from rev 87277, 
performous/repos/community-staging-i686/performous-0.7.0-cmake.patch)
  performous/repos/community-testing-x86_64/
  performous/repos/community-testing-x86_64/PKGBUILD
(from rev 87277, performous/repos/community-staging-x86_64/PKGBUILD)
  performous/repos/community-testing-x86_64/performous-0.7.0-cmake.patch
(from rev 87277, 
performous/repos/community-staging-x86_64/performous-0.7.0-cmake.patch)
Deleted:
  performous/repos/community-staging-i686/
  performous/repos/community-staging-x86_64/

---+
 community-testing-i686/PKGBUILD   |   38 +++
 community-testing-i686/performous-0.7.0-cmake.patch   |  155 
 community-testing-x86_64/PKGBUILD |   38 +++
 community-testing-x86_64/performous-0.7.0-cmake.patch |  155 
 4 files changed, 386 insertions(+)

Copied: performous/repos/community-testing-i686/PKGBUILD (from rev 87277, 
performous/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-29 19:32:29 UTC (rev 87304)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer : Laurent Carlier lordhea...@gmail.com
+# Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org
+
+pkgname=performous
+pkgver=0.7.0
+pkgrel=5
+pkgdesc='A free game like Singstar, Rockband or Stepmania'
+arch=('i686' 'x86_64')
+url=http://performous.org/;
+license=('GPL')
+depends=('boost-libs' 'imagemagick' 'glew' 'libxml++' 'portaudio' 'portmidi' 
'librsvg' 'ffmpeg') # opencv
+makedepends=('cmake' 'pkgconfig' 'help2man' 'boost' 'mesa')
+optdepends=('performous-freesongs: free songs for performous')
+source=(http://sourceforge.net/projects/$pkgname/files/$pkgname/$pkgver/performous-$pkgver.tar.bz2
+performous-0.7.0-cmake.patch)
+md5sums=('60f3f72b51a630a4aa996484aedb9526'
+ '7da8aef3f4dd28e19f95957ae9ac2bb1')
+
+build() {
+  cd performous-${pkgver}
+
+  patch -Np0 -i ../performous-0.7.0-cmake.patch
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr ..
+
+  make
+}
+
+package() {
+  cd performous-${pkgver}/build
+
+  make DESTDIR=$pkgdir install
+}

Copied: performous/repos/community-testing-i686/performous-0.7.0-cmake.patch 
(from rev 87277, 
performous/repos/community-staging-i686/performous-0.7.0-cmake.patch)
===
--- community-testing-i686/performous-0.7.0-cmake.patch 
(rev 0)
+++ community-testing-i686/performous-0.7.0-cmake.patch 2013-03-29 19:32:29 UTC 
(rev 87304)
@@ -0,0 +1,155 @@
+From: Julian Ospald hasuf...@gentoo.org
+Date: Thu Jan 24 13:13:50 UTC 2013
+Subject: build system
+
+   - fix opencv module to prefer pkg-config results
+   - fix some module and macro names and try to use
+   system modules as much as possible (ALSA Boost Gettext Jpeg Png Tiff Z)
+
+--- cmake/Modules/FindOpenCV.cmake
 cmake/Modules/FindOpenCV.cmake
+@@ -57,13 +57,21 @@
+ include(FindPkgConfig)
+ if(PKG_CONFIG_FOUND)
+   pkg_check_modules(OPENCV_PKGCONF opencv)
+-  set(OpenCV_DIR ${OPENCV_PKGCONF_PREFIX})
+-  if(EXISTS ${OpenCV_DIR})
+-  set(OpenCV_configScript_DIR ${OpenCV_DIR}/share/opencv)
+-  if(EXISTS ${OpenCV_configScript_DIR})
+-set(OpenCV_configScript 
${OpenCV_configScript_DIR}/OpenCVConfig.cmake)
+-  endif(EXISTS ${OpenCV_configScript_DIR})
+-  endif(EXISTS ${OpenCV_DIR})
++  # prefer pkg-config values
++  if(OPENCV_PKGCONF_FOUND)
++set(OpenCV_LIBS ${OPENCV_PKGCONF_LDFLAGS})
++  set(OpenCV_FOUND true)
++  set(OpenCV_INCLUDE_DIR ${OPENCV_PKGCONF_INCLUDE_DIRS})
++  set(OpenCV_VERSION ${OPENCV_PKGCONF_VERSION})
++  else(OPENCV_PKGCONF_FOUND)
++set(OpenCV_DIR ${OPENCV_PKGCONF_PREFIX})
++if(EXISTS ${OpenCV_DIR})
++set(OpenCV_configScript_DIR ${OpenCV_DIR}/share/opencv)
++if(EXISTS ${OpenCV_configScript_DIR})
++  set(OpenCV_configScript 
${OpenCV_configScript_DIR}/OpenCVConfig.cmake)
++endif(EXISTS ${OpenCV_configScript_DIR})
++endif(EXISTS ${OpenCV_DIR})
++  endif(OPENCV_PKGCONF_FOUND)
+ endif(PKG_CONFIG_FOUND)
+   endif(NOT WIN32)
+ endif(NOT EXISTS ${OpenCV_DIR})
+@@ -72,7 +80,7 @@
+ ##
+ ## Find OpenCV libraries
+ ##

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

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:32:30
  Author: stephane
Revision: 87305

db-move: moved pingus from [community-staging] to [community-testing] (i686, 
x86_64)

Added:
  pingus/repos/community-testing-i686/
  pingus/repos/community-testing-i686/ChangeLog
(from rev 87277, pingus/repos/community-staging-i686/ChangeLog)
  pingus/repos/community-testing-i686/PKGBUILD
(from rev 87277, pingus/repos/community-staging-i686/PKGBUILD)
  pingus/repos/community-testing-i686/pingus-0.7.6-gcc470-udl.patch
(from rev 87277, 
pingus/repos/community-staging-i686/pingus-0.7.6-gcc470-udl.patch)
  pingus/repos/community-testing-i686/pingus.desktop
(from rev 87277, pingus/repos/community-staging-i686/pingus.desktop)
  pingus/repos/community-testing-x86_64/
  pingus/repos/community-testing-x86_64/ChangeLog
(from rev 87277, pingus/repos/community-staging-x86_64/ChangeLog)
  pingus/repos/community-testing-x86_64/PKGBUILD
(from rev 87277, pingus/repos/community-staging-x86_64/PKGBUILD)
  pingus/repos/community-testing-x86_64/pingus-0.7.6-gcc470-udl.patch
(from rev 87277, 
pingus/repos/community-staging-x86_64/pingus-0.7.6-gcc470-udl.patch)
  pingus/repos/community-testing-x86_64/pingus.desktop
(from rev 87277, pingus/repos/community-staging-x86_64/pingus.desktop)
Deleted:
  pingus/repos/community-staging-i686/
  pingus/repos/community-staging-x86_64/

+
 community-testing-i686/ChangeLog   |   21 
 community-testing-i686/PKGBUILD|   36 +++
 community-testing-i686/pingus-0.7.6-gcc470-udl.patch   |   22 +
 community-testing-i686/pingus.desktop  |9 +++
 community-testing-x86_64/ChangeLog |   21 
 community-testing-x86_64/PKGBUILD  |   36 +++
 community-testing-x86_64/pingus-0.7.6-gcc470-udl.patch |   22 +
 community-testing-x86_64/pingus.desktop|9 +++
 8 files changed, 176 insertions(+)

Copied: pingus/repos/community-testing-i686/ChangeLog (from rev 87277, 
pingus/repos/community-staging-i686/ChangeLog)
===
--- community-testing-i686/ChangeLog(rev 0)
+++ community-testing-i686/ChangeLog2013-03-29 19:32:30 UTC (rev 87305)
@@ -0,0 +1,21 @@
+2010-03-18  Jaroslav Lichtblau  dragonl...@aur.archlinux.org
+
+* pingus 0.7.2-8
+* Rebuilt against boost 1.41.0
+
+2010-02-23  Eric Belanger  e...@archlinux.org
+
+   * pingus 0.7.2-7
+   * Rebuilt against boost 1.42.0
+
+2010-01-20  Eric Belanger  e...@archlinux.org
+
+   * pingus 0.7.2-6
+   * Rebuilt against libpng 1.4/libjpeg 8
+
+2009-07-13  Eric Belanger  e...@archlinux.org
+
+   * pingus 0.7.2-2
+   * Rebuilt against boost 1.39
+   * Added gcc 4.4 patch
+   * Added ChangeLog

Copied: pingus/repos/community-testing-i686/PKGBUILD (from rev 87277, 
pingus/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-29 19:32:30 UTC (rev 87305)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Eric Belanger e...@archlinux.org
+
+pkgname=pingus
+pkgver=0.7.6
+pkgrel=7
+pkgdesc=A Lemmings clone, i.e. a level-based puzzle game.
+arch=('i686' 'x86_64')
+url=http://pingus.seul.org;
+license=('GPL')
+depends=('sdl_image' 'sdl_mixer' 'libgl' 'boost-libs=1.49')
+makedepends=('scons' 'boost=1.49' 'mesa' 'glu')
+source=(http://pingus.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2;
+'pingus.desktop'
+'pingus-0.7.6-gcc470-udl.patch')
+sha1sums=('b5f5a25d71beb197c9466fb8928018a377f56487'
+  '579a1144f161ce89e6e024cea37210149b89c0c0'
+  '143dd9969e8d100d29ed4f5b2039dde627afeb06')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # fedora patch to fix error due to new standards
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51282
+  patch -Np0 -i ${srcdir}/pingus-0.7.6-gcc470-udl.patch
+
+  scons prefix=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make install DESTDIR=${pkgdir} PREFIX=/usr
+
+  install -D -m644 ${srcdir}/pingus.desktop 
${pkgdir}/usr/share/applications/pingus.desktop
+}

Copied: pingus/repos/community-testing-i686/pingus-0.7.6-gcc470-udl.patch (from 
rev 87277, pingus/repos/community-staging-i686/pingus-0.7.6-gcc470-udl.patch)
===
--- community-testing-i686/pingus-0.7.6-gcc470-udl.patch
(rev 0)
+++ community-testing-i686/pingus-0.7.6-gcc470-udl.patch2013-03-29 
19:32:30 UTC (rev 87305)
@@ -0,0 +1,22 @@
+--- src/pingus/pingus_main.cpp~2011-12-24 15:46:47.0 -0600
 src/pingus/pingus_main.cpp 2012-01-03 13:13:03.034195720 -0600
+@@ -465,7 +465,7 @@
+ void
+ 

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

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:32:31
  Author: stephane
Revision: 87306

db-move: moved pinot from [community-staging] to [community-testing] (i686, 
x86_64)

Added:
  pinot/repos/community-testing-i686/
  pinot/repos/community-testing-i686/PKGBUILD
(from rev 87277, pinot/repos/community-staging-i686/PKGBUILD)
  pinot/repos/community-testing-i686/pinot.changelog
(from rev 87277, pinot/repos/community-staging-i686/pinot.changelog)
  pinot/repos/community-testing-i686/pinot.install
(from rev 87277, pinot/repos/community-staging-i686/pinot.install)
  pinot/repos/community-testing-x86_64/
  pinot/repos/community-testing-x86_64/PKGBUILD
(from rev 87277, pinot/repos/community-staging-x86_64/PKGBUILD)
  pinot/repos/community-testing-x86_64/pinot.changelog
(from rev 87277, pinot/repos/community-staging-x86_64/pinot.changelog)
  pinot/repos/community-testing-x86_64/pinot.install
(from rev 87277, pinot/repos/community-staging-x86_64/pinot.install)
Deleted:
  pinot/repos/community-staging-i686/
  pinot/repos/community-staging-x86_64/

--+
 community-testing-i686/PKGBUILD  |   60 +
 community-testing-i686/pinot.changelog   |   14 ++
 community-testing-i686/pinot.install |   15 +++
 community-testing-x86_64/PKGBUILD|   60 +
 community-testing-x86_64/pinot.changelog |   14 ++
 community-testing-x86_64/pinot.install   |   15 +++
 6 files changed, 178 insertions(+)

Copied: pinot/repos/community-testing-i686/PKGBUILD (from rev 87277, 
pinot/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-29 19:32:31 UTC (rev 87306)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: William Rea sillywi...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Alexander Rødseth rods...@gmail.com
+
+pkgname=pinot
+pkgver=1.03
+pkgrel=2
+pkgdesc='Personal search and metasearch tool'
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/pinot-search/'
+license=('GPL')
+depends=('gtkmm3' 'xapian-core' 'libtextcat' 'sqlite' 'libxml++' 'curl' 
'gmime' 
+ 'dbus-glib' 'shared-mime-info' 'libexif' 'taglib' 
'hicolor-icon-theme' 
+ 'cairo' 'exiv2' 'boost-libs')
+makedepends=('boost' 'desktop-file-utils')
+optdepends=('unzip: ZIP files extraction'
+'poppler: PDF to text conversion'
+'catdvi: DVI to text conversion'
+'djvulibre: DjVu text extraction'
+'unrtf: RTF to HTML conversion'
+'antiword: MS Word to text conversion'
+'catdoc: XLS and PPT to text conversion')
+options=('!emptydirs')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://pinot-search.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha256sums=('1fb0087fb67a58e45f9fd6e1e4c3aa048e51811d7853ee3e89fca6259cd9c202')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  x='/usr/share/libtextcat/'
+  sed -i 's|/LM/russian.lm|/LM/russian-windows1251.lm|' textcat_conf.txt
+  sed -i s|$x|${x}LM/| \
+textcat_conf.txt \
+textcat3_conf.txt \
+textcat31_conf.txt \
+textcat32_conf.txt
+  sed -i -e s|.*russian$|${x}LM/russian-iso8859_5.lm   russian-iso8859_5\n\
+${x}LM/russian-koi8_r.lm  russian-koi8_r\n\
+${x}LM/russian-windows1251.lm russian-windows1251| textcat3_conf.txt
+
+  LIBS=-lboost_system ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--enable-gtkmm3=yes \
+--enable-mempool=no
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: pinot/repos/community-testing-i686/pinot.changelog (from rev 87277, 
pinot/repos/community-staging-i686/pinot.changelog)
===
--- community-testing-i686/pinot.changelog  (rev 0)
+++ community-testing-i686/pinot.changelog  2013-03-29 19:32:31 UTC (rev 
87306)
@@ -0,0 +1,14 @@
+2012-09-29 Alexander Rødseth rods...@gmail.com
+   * fix FS#31510, adding --enable-mempool=no
+
+2012-09-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * pinot 1.01-1
+
+2012-07-31  Eric Belanger  e...@archlinux.org
+   * pinot 1.0-2 : Rebuild against exiv2 0.23, Add boost-libs depends
+
+2012-07-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * pinot 1.0-1
+
+2011-12-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * pinot 0.98-1

Copied: pinot/repos/community-testing-i686/pinot.install (from rev 87277, 
pinot/repos/community-staging-i686/pinot.install)
===
--- 

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

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:32:08
  Author: stephane
Revision: 87286

db-move: moved fatrat from [community-staging] to [community-testing] (i686, 
x86_64)

Added:
  fatrat/repos/community-testing-i686/
  fatrat/repos/community-testing-i686/PKGBUILD
(from rev 87277, fatrat/repos/community-staging-i686/PKGBUILD)
  fatrat/repos/community-testing-i686/QTBUG-22829-workaround.diff
(from rev 87277, 
fatrat/repos/community-staging-i686/QTBUG-22829-workaround.diff)
  fatrat/repos/community-testing-x86_64/
  fatrat/repos/community-testing-x86_64/PKGBUILD
(from rev 87277, fatrat/repos/community-staging-x86_64/PKGBUILD)
  fatrat/repos/community-testing-x86_64/QTBUG-22829-workaround.diff
(from rev 87277, 
fatrat/repos/community-staging-x86_64/QTBUG-22829-workaround.diff)
Deleted:
  fatrat/repos/community-staging-i686/
  fatrat/repos/community-staging-x86_64/

--+
 community-testing-i686/PKGBUILD  |   39 +
 community-testing-i686/QTBUG-22829-workaround.diff   |   12 +
 community-testing-x86_64/PKGBUILD|   39 +
 community-testing-x86_64/QTBUG-22829-workaround.diff |   12 +
 4 files changed, 102 insertions(+)

Copied: fatrat/repos/community-testing-i686/PKGBUILD (from rev 87277, 
fatrat/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-29 19:32:08 UTC (rev 87286)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=fatrat
+pkgver=1.2.0_beta2
+pkgrel=6
+pkgdesc=QT4 based download manager with support for HTTP, FTP, SFTP, 
BitTorrent, rapidshare and more
+arch=('i686' 'x86_64')
+url=http://fatrat.dolezel.info/;
+license=('GPL')
+depends=('gloox' 'libtorrent-rasterbar' 'pion' 'qtwebkit' 'curl')
+optdepends=('geoip: GeoIP support' 'java-runtime: Java plugins')
+makedepends=('boost' 'cmake' 'java-environment')
+source=(http://www.dolezel.info/download/data/fatrat/fatrat-$pkgver.tar.xz \
+QTBUG-22829-workaround.diff)
+md5sums=('ad823d2a81f0583316ece815b928c71b'
+ '9c017f227437b8a72e92219ee6d58578')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # workaround the moc bug (QTBUG-22829) with new boost
+  patch -Np1  $srcdir/QTBUG-22829-workaround.diff || true
+  # fix help generation with qt4
+  sed -s 's|qcollectiongenerator|qcollectiongenerator-qt4|' -i CMakeLists.txt
+
+  cmake \
+-DWITH_EVERYTHING=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+.
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: fatrat/repos/community-testing-i686/QTBUG-22829-workaround.diff (from 
rev 87277, fatrat/repos/community-staging-i686/QTBUG-22829-workaround.diff)
===
--- community-testing-i686/QTBUG-22829-workaround.diff  
(rev 0)
+++ community-testing-i686/QTBUG-22829-workaround.diff  2013-03-29 19:32:08 UTC 
(rev 87286)
@@ -0,0 +1,12 @@
+diff -rup fatrat-1.2.0_beta2/CMakeLists.txt 
fatrat-1.2.0_beta2.new/CMakeLists.txt
+--- fatrat-1.2.0_beta2/CMakeLists.txt  2012-07-14 11:44:27.0 +
 fatrat-1.2.0_beta2.new/CMakeLists.txt  2013-03-25 16:21:03.143596960 
+
+@@ -552,7 +552,7 @@ if(WITH_DOCUMENTATION)
+   )
+ endif(WITH_DOCUMENTATION)
+ 
+-qt4_wrap_cpp(fatrat_MOC_SRCS ${fatrat_MOC_HDRS})
++qt4_wrap_cpp(fatrat_MOC_SRCS ${fatrat_MOC_HDRS} OPTIONS 
-DBOOST_TT_HAS_OPERATOR_HPP_INCLUDED -DBOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION)
+ 
+ set(fatrat_RCS
+   gfx/resources.qrc

Copied: fatrat/repos/community-testing-x86_64/PKGBUILD (from rev 87277, 
fatrat/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-03-29 19:32:08 UTC (rev 87286)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=fatrat
+pkgver=1.2.0_beta2
+pkgrel=6
+pkgdesc=QT4 based download manager with support for HTTP, FTP, SFTP, 
BitTorrent, rapidshare and more
+arch=('i686' 'x86_64')
+url=http://fatrat.dolezel.info/;
+license=('GPL')
+depends=('gloox' 'libtorrent-rasterbar' 'pion' 'qtwebkit' 'curl')
+optdepends=('geoip: GeoIP support' 'java-runtime: Java plugins')
+makedepends=('boost' 'cmake' 'java-environment')
+source=(http://www.dolezel.info/download/data/fatrat/fatrat-$pkgver.tar.xz \
+QTBUG-22829-workaround.diff)
+md5sums=('ad823d2a81f0583316ece815b928c71b'
+ '9c017f227437b8a72e92219ee6d58578')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # workaround the moc bug (QTBUG-22829) with new boost
+  patch -Np1  $srcdir/QTBUG-22829-workaround.diff || true
+  # fix help generation with qt4
+  sed 

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

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:32:21
  Author: stephane
Revision: 87298

db-move: moved mongodb from [community-staging] to [community-testing] (i686, 
x86_64)

Added:
  mongodb/repos/community-testing-i686/
  mongodb/repos/community-testing-i686/PKGBUILD
(from rev 87277, mongodb/repos/community-staging-i686/PKGBUILD)
  mongodb/repos/community-testing-i686/SConscript.client.patch
(from rev 87277, 
mongodb/repos/community-staging-i686/SConscript.client.patch)
  mongodb/repos/community-testing-i686/mongodb.conf
(from rev 87277, mongodb/repos/community-staging-i686/mongodb.conf)
  mongodb/repos/community-testing-i686/mongodb.install
(from rev 87277, mongodb/repos/community-staging-i686/mongodb.install)
  mongodb/repos/community-testing-i686/mongodb.service
(from rev 87277, mongodb/repos/community-staging-i686/mongodb.service)
  mongodb/repos/community-testing-i686/removeWerror.patch
(from rev 87277, mongodb/repos/community-staging-i686/removeWerror.patch)
  mongodb/repos/community-testing-x86_64/
  mongodb/repos/community-testing-x86_64/PKGBUILD
(from rev 87277, mongodb/repos/community-staging-x86_64/PKGBUILD)
  mongodb/repos/community-testing-x86_64/SConscript.client.patch
(from rev 87277, 
mongodb/repos/community-staging-x86_64/SConscript.client.patch)
  mongodb/repos/community-testing-x86_64/mongodb.conf
(from rev 87277, mongodb/repos/community-staging-x86_64/mongodb.conf)
  mongodb/repos/community-testing-x86_64/mongodb.install
(from rev 87277, mongodb/repos/community-staging-x86_64/mongodb.install)
  mongodb/repos/community-testing-x86_64/mongodb.service
(from rev 87277, mongodb/repos/community-staging-x86_64/mongodb.service)
  mongodb/repos/community-testing-x86_64/removeWerror.patch
(from rev 87277, mongodb/repos/community-staging-x86_64/removeWerror.patch)
Deleted:
  mongodb/repos/community-staging-i686/
  mongodb/repos/community-staging-x86_64/

--+
 community-testing-i686/PKGBUILD  |   71 +
 community-testing-i686/SConscript.client.patch   |   13 +++
 community-testing-i686/mongodb.conf  |8 ++
 community-testing-i686/mongodb.install   |   32 +
 community-testing-i686/mongodb.service   |   10 ++
 community-testing-i686/removeWerror.patch|   11 +++
 community-testing-x86_64/PKGBUILD|   71 +
 community-testing-x86_64/SConscript.client.patch |   13 +++
 community-testing-x86_64/mongodb.conf|8 ++
 community-testing-x86_64/mongodb.install |   32 +
 community-testing-x86_64/mongodb.service |   10 ++
 community-testing-x86_64/removeWerror.patch  |   11 +++
 12 files changed, 290 insertions(+)

Copied: mongodb/repos/community-testing-i686/PKGBUILD (from rev 87277, 
mongodb/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-29 19:32:21 UTC (rev 87298)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Mathias Stearn math...@10gen.com
+# Contributor: Alec Thomas
+
+pkgname=mongodb
+pkgver=2.4.1
+pkgrel=2
+pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
+arch=('i686' 'x86_64')
+url='http://www.mongodb.org'
+license=('AGPL3')
+depends=('boost-libs')
+makedepends=('scons' 'boost' 'libpcap')
+checkdepends=('python2-pymongo')
+optdepends=('libpcap: needed for mongosniff')
+backup=('etc/mongodb.conf')
+install=mongodb.install
+source=(http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz;
+'mongodb.conf' 'mongodb.service' 'SConscript.client.patch'
+'removeWerror.patch')
+
+build() {
+  # fucking mongo aint no fun to package
+  export SCONSFLAGS=$MAKEFLAGS
+
+  cd mongodb-src-r${pkgver}
+
+  # fix https://jira.mongodb.org/browse/SERVER-5575
+  patch -Np1 -i ${srcdir}/SConscript.client.patch
+
+  # failed to build with -Werror since 2.4.0
+  patch -Np1 -i $srcdir/removeWerror.patch
+
+  scons all --use-system-boost # --sharedclient currently fails
+}
+
+COMMENT
+check() {
+  export SCONSFLAGS=$MAKEFLAGS
+
+  cd mongodb-src-r${pkgver}
+
+  scons smokeAll --smokedbprefix=$srcdir
+}
+COMMENT
+
+package() {
+  export SCONSFLAGS=$MAKEFLAGS
+
+  cd mongodb-src-r${pkgver}
+
+  scons install --use-system-boost --full --prefix=$pkgdir/usr # 
--sharedclient currently fails
+
+  install -Dm644 $srcdir/mongodb.conf $pkgdir/etc/mongodb.conf
+  [[ -f $pkgdir/usr/lib ]]  rm $pkgdir/usr/lib # wtf mongo
+  install -Dm644 $srcdir/mongodb.service 
$pkgdir/usr/lib/systemd/system/mongodb.service
+  install -dm700 $pkgdir/var/lib/mongodb
+  install -dm755 $pkgdir/var/log/mongodb
+
+  # the earlier 

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

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:32:22
  Author: stephane
Revision: 87299

db-move: moved mygui from [community-staging] to [community-testing] (i686, 
x86_64)

Added:
  mygui/repos/community-testing-i686/
  mygui/repos/community-testing-i686/PKGBUILD
(from rev 87277, mygui/repos/community-staging-i686/PKGBUILD)
  mygui/repos/community-testing-i686/mygui.install
(from rev 87277, mygui/repos/community-staging-i686/mygui.install)
  mygui/repos/community-testing-x86_64/
  mygui/repos/community-testing-x86_64/PKGBUILD
(from rev 87277, mygui/repos/community-staging-x86_64/PKGBUILD)
  mygui/repos/community-testing-x86_64/mygui.install
(from rev 87277, mygui/repos/community-staging-x86_64/mygui.install)
Deleted:
  mygui/repos/community-staging-i686/
  mygui/repos/community-staging-x86_64/

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

Copied: mygui/repos/community-testing-i686/PKGBUILD (from rev 87277, 
mygui/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-29 19:32:22 UTC (rev 87299)
@@ -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=5
+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-testing-i686/mygui.install (from rev 87277, 
mygui/repos/community-staging-i686/mygui.install)
===
--- community-testing-i686/mygui.install(rev 0)
+++ community-testing-i686/mygui.install2013-03-29 19:32:22 UTC (rev 
87299)
@@ -0,0 +1,3 @@
+post_install() {
+echo To view the MyGUI samples, go to /opt/MYGUI/ and run the samples 
individually
+}

Copied: mygui/repos/community-testing-x86_64/PKGBUILD (from rev 87277, 
mygui/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-03-29 19:32:22 UTC (rev 87299)
@@ -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=5
+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 

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

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:32:32
  Author: stephane
Revision: 87307

db-move: moved pion from [community-staging] to [community-testing] (i686, 
x86_64)

Added:
  pion/repos/community-testing-i686/
  pion/repos/community-testing-i686/PKGBUILD
(from rev 87277, pion/repos/community-staging-i686/PKGBUILD)
  pion/repos/community-testing-x86_64/
  pion/repos/community-testing-x86_64/PKGBUILD
(from rev 87277, pion/repos/community-staging-x86_64/PKGBUILD)
Deleted:
  pion/repos/community-staging-i686/
  pion/repos/community-staging-x86_64/

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

Copied: pion/repos/community-testing-i686/PKGBUILD (from rev 87277, 
pion/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-29 19:32:32 UTC (rev 87307)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=pion
+pkgver=4.0.13.1
+# use the git snapshot until a new version is out
+_pkgver=dddce5e02d8a60f958e466e690d38eee924475b0
+pkgrel=4
+pkgdesc=A C++ development library for implementing lightweight HTTP 
interfaces
+url=http://www.cloudmeter.com/pion/support/;
+arch=('i686' 'x86_64')
+license=('custom:Boost')
+depends=('boost-libs' 'openssl' 'log4cpp')
+makedepends=('boost')
+provides=('pion-net')
+conflicts=('pion-net')
+replaces=('pion-net')
+source=(https://github.com/cloudmeter/pion/archive/${_pkgver}.zip)
+md5sums=('4b312452058a6f2580b5d88b03321457')
+
+build() {
+  cd $srcdir/$pkgname-$_pkgver
+
+  sh autogen.sh
+
+  # override configure bug (forces debug even when nobody asked for it)
+  sed -i s/ -ggdb//g configure
+  # override Makefile bug
+  sed -i /docs:/ s/doxygen-doc// Makefile.in
+
+  ./configure --prefix=/usr --disable-doxygen-doc
+
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$_pkgver
+  make -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$_pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license
+  install -D -m0755 COPYING $pkgdir/usr/share/licenses/$pkgname/Boost
+}

Copied: pion/repos/community-testing-x86_64/PKGBUILD (from rev 87277, 
pion/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-03-29 19:32:32 UTC (rev 87307)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=pion
+pkgver=4.0.13.1
+# use the git snapshot until a new version is out
+_pkgver=dddce5e02d8a60f958e466e690d38eee924475b0
+pkgrel=4
+pkgdesc=A C++ development library for implementing lightweight HTTP 
interfaces
+url=http://www.cloudmeter.com/pion/support/;
+arch=('i686' 'x86_64')
+license=('custom:Boost')
+depends=('boost-libs' 'openssl' 'log4cpp')
+makedepends=('boost')
+provides=('pion-net')
+conflicts=('pion-net')
+replaces=('pion-net')
+source=(https://github.com/cloudmeter/pion/archive/${_pkgver}.zip)
+md5sums=('4b312452058a6f2580b5d88b03321457')
+
+build() {
+  cd $srcdir/$pkgname-$_pkgver
+
+  sh autogen.sh
+
+  # override configure bug (forces debug even when nobody asked for it)
+  sed -i s/ -ggdb//g configure
+  # override Makefile bug
+  sed -i /docs:/ s/doxygen-doc// Makefile.in
+
+  ./configure --prefix=/usr --disable-doxygen-doc
+
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$_pkgver
+  make -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$_pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license
+  install -D -m0755 COPYING $pkgdir/usr/share/licenses/$pkgname/Boost
+}



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

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:32:33
  Author: stephane
Revision: 87308

db-move: moved povray from [community-staging] to [community-testing] (i686, 
x86_64)

Added:
  povray/repos/community-testing-i686/
  povray/repos/community-testing-i686/LICENSE
(from rev 87277, povray/repos/community-staging-i686/LICENSE)
  povray/repos/community-testing-i686/PKGBUILD
(from rev 87277, povray/repos/community-staging-i686/PKGBUILD)
  povray/repos/community-testing-i686/distribution-license.txt
(from rev 87277, 
povray/repos/community-staging-i686/distribution-license.txt)
  povray/repos/community-testing-i686/povray3.7.0_rc3-user-conf.patch
(from rev 87277, 
povray/repos/community-staging-i686/povray3.7.0_rc3-user-conf.patch)
  povray/repos/community-testing-i686/source-license.txt
(from rev 87277, povray/repos/community-staging-i686/source-license.txt)
  povray/repos/community-testing-x86_64/
  povray/repos/community-testing-x86_64/LICENSE
(from rev 87277, povray/repos/community-staging-x86_64/LICENSE)
  povray/repos/community-testing-x86_64/PKGBUILD
(from rev 87277, povray/repos/community-staging-x86_64/PKGBUILD)
  povray/repos/community-testing-x86_64/distribution-license.txt
(from rev 87277, 
povray/repos/community-staging-x86_64/distribution-license.txt)
  povray/repos/community-testing-x86_64/povray3.7.0_rc3-user-conf.patch
(from rev 87277, 
povray/repos/community-staging-x86_64/povray3.7.0_rc3-user-conf.patch)
  povray/repos/community-testing-x86_64/source-license.txt
(from rev 87277, povray/repos/community-staging-x86_64/source-license.txt)
Deleted:
  povray/repos/community-staging-i686/
  povray/repos/community-staging-x86_64/

--+
 community-testing-i686/LICENSE   |  237 +
 community-testing-i686/PKGBUILD  |   65 +
 community-testing-i686/distribution-license.txt  |  532 +
 community-testing-i686/povray3.7.0_rc3-user-conf.patch   |   27 
 community-testing-i686/source-license.txt|  360 
 community-testing-x86_64/LICENSE |  237 +
 community-testing-x86_64/PKGBUILD|   65 +
 community-testing-x86_64/distribution-license.txt|  532 +
 community-testing-x86_64/povray3.7.0_rc3-user-conf.patch |   27 
 community-testing-x86_64/source-license.txt  |  360 
 10 files changed, 2442 insertions(+)

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


  1   2   >