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

2013-03-28 Thread Andrea Scarpino
Date: Thursday, March 28, 2013 @ 07:13:56
  Author: andrea
Revision: 180918

upgpkg: sip 4.14.5-1

Upstream release

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 02:20:12 UTC (rev 180917)
+++ PKGBUILD2013-03-28 06:13:56 UTC (rev 180918)
@@ -5,14 +5,14 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.14.4
+pkgver=4.14.5
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.riverbankcomputing.com/software/sip/;
 license=('custom:sip')
 makedepends=('python' 'python2')
 source=(http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('ae2d73ef43b8b0f7a9913561e9651706')
+md5sums=('51757771c204e9fbad359f372a0b8256')
 
 build() {
   cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver}



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

2013-03-28 Thread Andrea Scarpino
Date: Thursday, March 28, 2013 @ 07:14:07
  Author: andrea
Revision: 180919

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-28 06:13:56 UTC (rev 180918)
+++ extra-i686/PKGBUILD 2013-03-28 06:14:07 UTC (rev 180919)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-# Contributor: riai r...@bigfoot.com, Ben b...@benmazer.net
-
-pkgbase=sip
-pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.14.4
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://www.riverbankcomputing.com/software/sip/;
-license=('custom:sip')
-makedepends=('python' 'python2')
-source=(http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('ae2d73ef43b8b0f7a9913561e9651706')
-
-build() {
-  cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver}
-
-  cd ${pkgbase}-${pkgver}
-  python configure.py CFLAGS=${CFLAGS} LFLAGS=${LDFLAGS}
-  make
-  
-  ### Python2 version ###
-  cd ../python2-${pkgbase}-${pkgver}
-  python2 configure.py CFLAGS=${CFLAGS} LFLAGS=${LDFLAGS}
-  make
-}
-
-package_sip() {
-  pkgdesc=A tool that makes it easy to create Python bindings for C and C++ 
libraries
-  depends=('glibc')
-
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR=${pkgdir} install -C sipgen
-
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python-sip() {
-  pkgdesc=Python 3.x SIP bindings for C and C++ libraries
-  depends=('sip' 'python')
-
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR=${pkgdir} install -C siplib
-  
-  install -Dm644 sipconfig.py 
${pkgdir}/usr/lib/python3.3/site-packages/sipconfig.py
-  install -Dm644 sipdistutils.py 
${pkgdir}/usr/lib/python3.3/site-packages/sipdistutils.py
-  
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python2-sip() {
-  pkgdesc=Python 2.x SIP bindings for C and C++ libraries
-  depends=('sip' 'python2')
-
-  cd python2-${pkgbase}-${pkgver}
-  make DESTDIR=${pkgdir} install -C siplib
-  
-  install -Dm644 sipconfig.py 
${pkgdir}/usr/lib/python2.7/site-packages/sipconfig.py
-  install -Dm644 sipdistutils.py 
${pkgdir}/usr/lib/python2.7/site-packages/sipdistutils.py
-  
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: sip/repos/extra-i686/PKGBUILD (from rev 180918, sip/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-28 06:14:07 UTC (rev 180919)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Contributor: riai r...@bigfoot.com, Ben b...@benmazer.net
+
+pkgbase=sip
+pkgname=('sip' 'python-sip' 'python2-sip')
+pkgver=4.14.5
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://www.riverbankcomputing.com/software/sip/;
+license=('custom:sip')
+makedepends=('python' 'python2')
+source=(http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz;)
+md5sums=('51757771c204e9fbad359f372a0b8256')
+
+build() {
+  cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver}
+
+  cd ${pkgbase}-${pkgver}
+  python configure.py CFLAGS=${CFLAGS} LFLAGS=${LDFLAGS}
+  make
+  
+  ### Python2 version ###
+  cd ../python2-${pkgbase}-${pkgver}
+  python2 configure.py CFLAGS=${CFLAGS} LFLAGS=${LDFLAGS}
+  make
+}
+
+package_sip() {
+  pkgdesc=A tool that makes it easy to create Python bindings for C and C++ 
libraries
+  depends=('glibc')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install -C sipgen
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python-sip() {
+  pkgdesc=Python 3.x SIP bindings for C and C++ libraries
+  depends=('sip' 'python')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install -C siplib
+  
+  install -Dm644 sipconfig.py 
${pkgdir}/usr/lib/python3.3/site-packages/sipconfig.py
+  install -Dm644 sipdistutils.py 
${pkgdir}/usr/lib/python3.3/site-packages/sipdistutils.py
+  
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-sip() {
+  pkgdesc=Python 2.x SIP bindings for C and C++ libraries
+  depends=('sip' 'python2')
+
+  cd python2-${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install -C siplib
+  
+  install -Dm644 sipconfig.py 

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

2013-03-28 Thread Bartłomiej Piotrowski
Date: Thursday, March 28, 2013 @ 07:41:44
  Author: bpiotrowski
Revision: 87146

upgpkg: geogebra 4.2.28.0-1

upstream release

Modified:
  geogebra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 02:16:35 UTC (rev 87145)
+++ PKGBUILD2013-03-28 06:41:44 UTC (rev 87146)
@@ -4,16 +4,16 @@
 # Contributor: moostik mooostik_at_gmail.com
 
 pkgname=geogebra
-pkgver=4.2.25.0
+pkgver=4.2.28.0
 pkgrel=1
 pkgdesc='Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet'
 arch=('any')
 url='http://www.geogebra.org/'
 license=('GPL3' 'CCPL:by-sa')
 depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'xdg-utils')
-install='geogebra.install'
+install=geogebra.install
 
source=(http://$pkgname.googlecode.com/files/GeoGebra-Unixlike-Installer-$pkgver.tar.gz)
-sha256sums=('2d0e1a6e2e7b40ef743f078ec74fed335851548b284eca4e54eafdcf6fd7650d')
+sha256sums=('672d560d90dee9d48ff36b1c1e6de6cf1cb5975cfb51c0d8887ba77b7e43e982')
 
 package() {
   install -dm755 $pkgdir/usr/bin \



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

2013-03-28 Thread Bartłomiej Piotrowski
Date: Thursday, March 28, 2013 @ 07:41:54
  Author: bpiotrowski
Revision: 87147

archrelease: copy trunk to community-any

Added:
  geogebra/repos/community-any/PKGBUILD
(from rev 87146, geogebra/trunk/PKGBUILD)
  geogebra/repos/community-any/geogebra.install
(from rev 87146, geogebra/trunk/geogebra.install)
Deleted:
  geogebra/repos/community-any/PKGBUILD
  geogebra/repos/community-any/geogebra.install

--+
 PKGBUILD |   58 ++---
 geogebra.install |   28 -
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-28 06:41:44 UTC (rev 87146)
+++ PKGBUILD2013-03-28 06:41:54 UTC (rev 87147)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Felipe Hommen felibank at gmail dot com
-# Contributor: moostik mooostik_at_gmail.com
-
-pkgname=geogebra
-pkgver=4.2.25.0
-pkgrel=1
-pkgdesc='Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet'
-arch=('any')
-url='http://www.geogebra.org/'
-license=('GPL3' 'CCPL:by-sa')
-depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'xdg-utils')
-install='geogebra.install'
-source=(http://$pkgname.googlecode.com/files/GeoGebra-Unixlike-Installer-$pkgver.tar.gz)
-sha256sums=('2d0e1a6e2e7b40ef743f078ec74fed335851548b284eca4e54eafdcf6fd7650d')
-
-package() {
-  install -dm755 $pkgdir/usr/bin \
- $pkgdir/usr/share/applications \
- $pkgdir/usr/share/geogebra
-
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's/\/usr/\$\{pkgdir\}\/usr/g' install.sh
-  source install.sh
-  install -Dm644 _license.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  rm -rf $pkgdir/usr/share/mime/
-}

Copied: geogebra/repos/community-any/PKGBUILD (from rev 87146, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-28 06:41:54 UTC (rev 87147)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Felipe Hommen felibank at gmail dot com
+# Contributor: moostik mooostik_at_gmail.com
+
+pkgname=geogebra
+pkgver=4.2.28.0
+pkgrel=1
+pkgdesc='Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet'
+arch=('any')
+url='http://www.geogebra.org/'
+license=('GPL3' 'CCPL:by-sa')
+depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'xdg-utils')
+install=geogebra.install
+source=(http://$pkgname.googlecode.com/files/GeoGebra-Unixlike-Installer-$pkgver.tar.gz)
+sha256sums=('672d560d90dee9d48ff36b1c1e6de6cf1cb5975cfb51c0d8887ba77b7e43e982')
+
+package() {
+  install -dm755 $pkgdir/usr/bin \
+ $pkgdir/usr/share/applications \
+ $pkgdir/usr/share/geogebra
+
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's/\/usr/\$\{pkgdir\}\/usr/g' install.sh
+  source install.sh
+  install -Dm644 _license.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  rm -rf $pkgdir/usr/share/mime/
+}

Deleted: geogebra.install
===
--- geogebra.install2013-03-28 06:41:44 UTC (rev 87146)
+++ geogebra.install2013-03-28 06:41:54 UTC (rev 87147)
@@ -1,14 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime/  /dev/null
-  update-desktop-database -q
-  xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
-}
-
-post_upgrade() {
-  post_install 
-}
-
-post_remove() {
-  post_install $1
-}
-

Copied: geogebra/repos/community-any/geogebra.install (from rev 87146, 
geogebra/trunk/geogebra.install)
===
--- geogebra.install(rev 0)
+++ geogebra.install2013-03-28 06:41:54 UTC (rev 87147)
@@ -0,0 +1,14 @@
+post_install() {
+  update-mime-database usr/share/mime/  /dev/null
+  update-desktop-database -q
+  xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
+}
+
+post_upgrade() {
+  post_install 
+}
+
+post_remove() {
+  post_install $1
+}
+



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

2013-03-28 Thread Maxime Gauduin
Date: Thursday, March 28, 2013 @ 08:09:42
  Author: alucryd
Revision: 87148

upgpkg: lib32-libtheora 1.1.1-8

Modified:
  lib32-libtheora/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 06:41:54 UTC (rev 87147)
+++ PKGBUILD2013-03-28 07:09:42 UTC (rev 87148)
@@ -6,7 +6,7 @@
 
 pkgname=lib32-libtheora
 pkgver=1.1.1
-pkgrel=7
+pkgrel=8
 pkgdesc=An open video codec developed by the Xiph.org
 arch=('x86_64')
 url=http://www.xiph.org;



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

2013-03-28 Thread Maxime Gauduin
Date: Thursday, March 28, 2013 @ 08:09:50
  Author: alucryd
Revision: 87149

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-28 07:09:42 UTC (rev 87148)
+++ PKGBUILD2013-03-28 07:09:50 UTC (rev 87149)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Nicky726 nicky...@gmail.com
-# Contributor: Tom Killian t...@archlinux.org
-# Contributor: Rémy Oudompheng remyoudomph...@gmail.com
-
-pkgname=lib32-libtheora
-pkgver=1.1.1
-pkgrel=7
-pkgdesc=An open video codec developed by the Xiph.org
-arch=('x86_64')
-url=http://www.xiph.org;
-license=('BSD')
-depends=('lib32-libogg' ${pkgname#*-})
-makedepends=('gcc-multilib' 'lib32-libvorbis')
-options=('!libtool')
-source=(http://downloads.xiph.org/releases/theora/${pkgname#*-}-${pkgver}.tar.bz2;)
-sha256sums=('b6ae1ee2fa3d42ac489287d3ec34c5885730b1296f0801ae577a35193d3affbc')
-
-build() {
-  cd ${srcdir}/${pkgname#*-}-${pkgver}
-
-# Patch
-  sed -i 's|AC_DEFINE(\[OC_X86_64_ASM\]|#AC_DEFINE(\[OC_X86_64_ASM\]|
-  s|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|' configure.ac
-
-# Multilib
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-# Build
-  ./autogen.sh --prefix=/usr --libdir=/usr/lib32 --disable-{examples,static} 
--with-pic
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname#*-}-${pkgver}
-
-# Install
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/{include,share}
-
-# License
-  install -dm 755 ${pkgdir}/usr/share/licenses
-  ln -s ${pkgname#*-} ${pkgdir}/usr/share/licenses/${pkgname}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libtheora/repos/multilib-x86_64/PKGBUILD (from rev 87148, 
lib32-libtheora/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-28 07:09:50 UTC (rev 87149)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Nicky726 nicky...@gmail.com
+# Contributor: Tom Killian t...@archlinux.org
+# Contributor: Rémy Oudompheng remyoudomph...@gmail.com
+
+pkgname=lib32-libtheora
+pkgver=1.1.1
+pkgrel=8
+pkgdesc=An open video codec developed by the Xiph.org
+arch=('x86_64')
+url=http://www.xiph.org;
+license=('BSD')
+depends=('lib32-libogg' ${pkgname#*-})
+makedepends=('gcc-multilib' 'lib32-libvorbis')
+options=('!libtool')
+source=(http://downloads.xiph.org/releases/theora/${pkgname#*-}-${pkgver}.tar.bz2;)
+sha256sums=('b6ae1ee2fa3d42ac489287d3ec34c5885730b1296f0801ae577a35193d3affbc')
+
+build() {
+  cd ${srcdir}/${pkgname#*-}-${pkgver}
+
+# Patch
+  sed -i 's|AC_DEFINE(\[OC_X86_64_ASM\]|#AC_DEFINE(\[OC_X86_64_ASM\]|
+  s|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|' configure.ac
+
+# Multilib
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+# Build
+  ./autogen.sh --prefix=/usr --libdir=/usr/lib32 --disable-{examples,static} 
--with-pic
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname#*-}-${pkgver}
+
+# Install
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/{include,share}
+
+# License
+  install -dm 755 ${pkgdir}/usr/share/licenses
+  ln -s ${pkgname#*-} ${pkgdir}/usr/share/licenses/${pkgname}
+}
+
+# vim: ts=2 sw=2 et:



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

2013-03-28 Thread Allan McRae
Date: Thursday, March 28, 2013 @ 08:15:00
  Author: allan
Revision: 180920

fix some more file locations

Modified:
  gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 06:14:07 UTC (rev 180919)
+++ PKGBUILD2013-03-28 07:15:00 UTC (rev 180920)
@@ -132,14 +132,14 @@
   # unfortunately it is much, much easier to install the lot and clean-up the 
mess...
   rm $pkgdir/usr/bin/{{$CHOST-,}gfortran,{$CHOST-,}gccgo,gnat*}
   rm $pkgdir/usr/lib/*.so*
-  rm $pkgdir/usr/lib/lib{atomic,ffi,gfortran,go{,begin},objc,quadmath}.a
+  rm $pkgdir/usr/lib/lib{atomic,ffi,gfortran,go{,begin},iberty,objc}.a
   rm $pkgdir/usr/lib/libgfortran.spec
   rm -r 
$pkgdir/usr/lib/gcc/$CHOST/${pkgver}/{ada{include,lib},finclude,include/objc}
   rm $pkgdir/usr/lib/gcc/$CHOST/${pkgver}/include/ffi{,target}.h
   rm $pkgdir/usr/lib/gcc/$CHOST/${pkgver}/{cc1obj{,plus},f951,gnat1,go1}
   rm $pkgdir/usr/lib/gcc/$CHOST/${pkgver}/{libcaf_single,libgfortranbegin}.a
   rm -r $pkgdir/usr/lib/go
-  rm 
$pkgdir/usr/share/info/{gccgo,gfortran,gnat*,libgomp,libquadmath,libitm}.info
+  rm 
$pkgdir/usr/share/info/{gccgo,gfortran,gnat*,libffi,libgomp,libquadmath,libitm}.info
   rm $pkgdir/usr/share/locale/{de,fr}/LC_MESSAGES/libstdc++.mo
   rm $pkgdir/usr/share/man/man1/{gccgo,gfortran}.1
   rm $pkgdir/usr/share/man/man3/ffi*
@@ -201,10 +201,11 @@
   ln -s gfortran ${pkgdir}/usr/bin/f95
 
   # remove files included in gcc-libs or gcc
-  rm ${pkgdir}/usr/lib/lib{gfortran,quadmath,gcc_s}.so*
+  rm ${pkgdir}/usr/lib/lib{gfortran,gcc_s}.so*
+  rm ${pkgdir}/usr/lib/libquadmath.{a,so}
   rm ${pkgdir}/usr/lib/gcc/$CHOST/${pkgver}/{*.o,libgc*}
   rm ${pkgdir}/usr/share/info/libquadmath.info
-  rm -r $pkgdir/usr/lib/gcc/$CHOST/${pkgver}/include
+  rm -r ${pkgdir}/usr/lib/gcc/$CHOST/${pkgver}/include
 
   # Install Runtime Library Exception
   install -Dm644 ${srcdir}/${_basedir}/COPYING.RUNTIME \



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

2013-03-28 Thread Alexander Rødseth
Date: Thursday, March 28, 2013 @ 09:35:38
  Author: arodseth
Revision: 87150

Ready for the Boost 1.53.0 rebuild TODO, just waiting for Ogre

Modified:
  freeorion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 07:09:50 UTC (rev 87149)
+++ PKGBUILD2013-03-28 08:35:38 UTC (rev 87150)
@@ -8,7 +8,7 @@
 
 pkgname=freeorion
 pkgver=0.4.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Turn-based galactic conquest game inspired by Master of Orion'
 arch=('x86_64' 'i686')
 url='http://www.freeorion.org/'
@@ -19,8 +19,8 @@
 else
   depends=('nvidia-cg-toolkit')
 fi
-depends=('bullet=2.81' 'freealut' 'libvorbis' 'python2' 'gigi' 
'desktop-file-utils' 'libgl')
-makedepends=('boost=1.49.0' 'ogre' 'sdl' 'gigi=0.8.0-12' 'graphviz' 
'mesa-libgl'
+depends=('bullet' 'freealut' 'libvorbis' 'python2' 'gigi' 'desktop-file-utils' 
'libgl')
+makedepends=('boost' 'ogre1.8.1-3' 'sdl' 'gigi0.8.0-18' 'graphviz' 
'mesa-libgl'
  'desktop-file-utils' 'setconf' 'cmake' 'gendesk' 'subversion' 
'libogg')
 options=('!strip' '!emptydirs')
 install=$pkgname.install
@@ -66,12 +66,12 @@
 -G Unix Makefiles
   
   msg2 'GLU fix...'
-  setconf CMakeCache.txt CMAKE_CXX_FLAGS:STRING \
-'-march=x86-64 -mtune=generic -O2 -fno-var-tracking -pipe 
-fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -lGL -lGLU '
+  if [ $CARCH == x86_64 ]
+  then
+setconf CMakeCache.txt CMAKE_CXX_FLAGS:STRING \
+  '-march=native -mtune=generic -O2 -fno-var-tracking -pipe 
-fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -lGL -lGLU 
-rpath=/usr/lib '
+  fi
 
-  #msg2 'Boost fix...'
-  #sed -i 's:TIME_UTC:TIME_UTC_:' util/MultiplayerCommon.cpp
-  
   msg2 'Compiling...'
   make -j1
 



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

2013-03-28 Thread Peter Lewis
Date: Thursday, March 28, 2013 @ 09:48:12
  Author: plewis
Revision: 87151

upgpkg: ruby-highline 1.6.16-1

Modified:
  ruby-highline/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 08:35:38 UTC (rev 87150)
+++ PKGBUILD2013-03-28 08:48:12 UTC (rev 87151)
@@ -3,8 +3,8 @@
 
 pkgname=ruby-highline
 _gemname=highline
-pkgver=1.6.15
-pkgrel=2
+pkgver=1.6.16
+pkgrel=1
 pkgdesc=A high-level text user interface toolkit for Ruby
 arch=('any')
 url=http://highline.rubyforge.org/;
@@ -13,7 +13,7 @@
 makedepends=('rubygems')
 source=(http://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
 noextract=(${_gemname}-${pkgver}.gem)
-sha256sums=('a1925472c2395c897354e66334891b9347887886181a6e5b6a55a44dfda39cc6')
+sha256sums=('f1bf165128a5e93fd76041ba832f3f4d001ceada81700c113bcf676892be2ded')
 
 package() {
   cd ${srcdir}



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

2013-03-28 Thread Peter Lewis
Date: Thursday, March 28, 2013 @ 09:48:20
  Author: plewis
Revision: 87152

archrelease: copy trunk to community-any

Added:
  ruby-highline/repos/community-any/PKGBUILD
(from rev 87151, ruby-highline/trunk/PKGBUILD)
Deleted:
  ruby-highline/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-28 08:48:12 UTC (rev 87151)
+++ PKGBUILD2013-03-28 08:48:20 UTC (rev 87152)
@@ -1,23 +0,0 @@
-# Maintainer: Peter Richard Lewis ple...@aur.archlinux.org
-# Contributor: Emiliano Vavassori syntaxerror...@gmail.com
-
-pkgname=ruby-highline
-_gemname=highline
-pkgver=1.6.15
-pkgrel=2
-pkgdesc=A high-level text user interface toolkit for Ruby
-arch=('any')
-url=http://highline.rubyforge.org/;
-license=('GPL2' 'RUBY')
-depends=('ruby')
-makedepends=('rubygems')
-source=(http://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
-noextract=(${_gemname}-${pkgver}.gem)
-sha256sums=('a1925472c2395c897354e66334891b9347887886181a6e5b6a55a44dfda39cc6')
-
-package() {
-  cd ${srcdir}
-  local _gemdir=$(env ruby -rubygems -e 'puts Gem.default_dir')
-
-  gem install --no-user-install -f -i ${pkgdir}${_gemdir} 
--ignore-dependencies ${_gemname}-${pkgver}.gem
-}

Copied: ruby-highline/repos/community-any/PKGBUILD (from rev 87151, 
ruby-highline/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-28 08:48:20 UTC (rev 87152)
@@ -0,0 +1,23 @@
+# Maintainer: Peter Richard Lewis ple...@aur.archlinux.org
+# Contributor: Emiliano Vavassori syntaxerror...@gmail.com
+
+pkgname=ruby-highline
+_gemname=highline
+pkgver=1.6.16
+pkgrel=1
+pkgdesc=A high-level text user interface toolkit for Ruby
+arch=('any')
+url=http://highline.rubyforge.org/;
+license=('GPL2' 'RUBY')
+depends=('ruby')
+makedepends=('rubygems')
+source=(http://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
+noextract=(${_gemname}-${pkgver}.gem)
+sha256sums=('f1bf165128a5e93fd76041ba832f3f4d001ceada81700c113bcf676892be2ded')
+
+package() {
+  cd ${srcdir}
+  local _gemdir=$(env ruby -rubygems -e 'puts Gem.default_dir')
+
+  gem install --no-user-install -f -i ${pkgdir}${_gemdir} 
--ignore-dependencies ${_gemname}-${pkgver}.gem
+}



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

2013-03-28 Thread Florian Pritz
Date: Thursday, March 28, 2013 @ 10:49:30
  Author: bluewind
Revision: 87153

upgpkg: lib32-harfbuzz 0.9.14-1

upstream update

Modified:
  lib32-harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 08:48:20 UTC (rev 87152)
+++ PKGBUILD2013-03-28 09:49:30 UTC (rev 87153)
@@ -2,8 +2,8 @@
 
 _pkgbasename=harfbuzz
 pkgname=lib32-$_pkgbasename
-pkgver=0.9.9
-pkgrel=2
+pkgver=0.9.14
+pkgrel=1
 pkgdesc=OpenType text shaping engine. (32-bit)
 arch=('i686' 'x86_64')
 url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
@@ -13,7 +13,7 @@
 options=(!libtool)
 
source=(http://www.freedesktop.org/software/harfbuzz/release/${_pkgbasename}-${pkgver}.tar.bz2
 remove-graphite.patch)
-sha256sums=('3d8dd4ebbc38da011485ef181f8ff072b4b0d7e305bbda19b355f217d25169cf'
+sha256sums=('d07c0ffdbbbfdfbb6c65e73fe9c76466e87dbf04b094cbd0abf5fd7d571a4004'
 'bf89c8387b94638cd8f371931f8101a7c32b744023df252e1a0b67f4e82e9df4')
 
 build() {
@@ -25,7 +25,9 @@
 
   patch -p0 -i $srcdir/remove-graphite.patch
 
-  ./autogen.sh --prefix=/usr --libdir=/usr/lib32 --disable-silent-rules
+  # work around autogen.sh requiring ragel
+  autoreconf --force --install --verbose
+  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-silent-rules
   make
 }
 



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

2013-03-28 Thread Florian Pritz
Date: Thursday, March 28, 2013 @ 10:49:36
  Author: bluewind
Revision: 87154

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-28 09:49:30 UTC (rev 87153)
+++ PKGBUILD2013-03-28 09:49:36 UTC (rev 87154)
@@ -1,40 +0,0 @@
-# Maintainer: Florian Pritz bluew...@xinu.at
-
-_pkgbasename=harfbuzz
-pkgname=lib32-$_pkgbasename
-pkgver=0.9.9
-pkgrel=2
-pkgdesc=OpenType text shaping engine. (32-bit)
-arch=('i686' 'x86_64')
-url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
-license=('MIT')
-depends=('lib32-icu' 'lib32-glib2' 'lib32-freetype2' $_pkgbasename)
-makedepends=('gcc-multilib')
-options=(!libtool)
-source=(http://www.freedesktop.org/software/harfbuzz/release/${_pkgbasename}-${pkgver}.tar.bz2
-remove-graphite.patch)
-sha256sums=('3d8dd4ebbc38da011485ef181f8ff072b4b0d7e305bbda19b355f217d25169cf'
-'bf89c8387b94638cd8f371931f8101a7c32b744023df252e1a0b67f4e82e9df4')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  patch -p0 -i $srcdir/remove-graphite.patch
-
-  ./autogen.sh --prefix=/usr --libdir=/usr/lib32 --disable-silent-rules
-  make
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/usr/{include,share,bin}
-  mkdir -p $pkgdir/usr/share/licenses
-  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
-}

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

Deleted: remove-graphite.patch
===
--- remove-graphite.patch   2013-03-28 09:49:30 UTC (rev 87153)
+++ remove-graphite.patch   2013-03-28 09:49:36 UTC (rev 87154)
@@ -1,15 +0,0 @@
 configure_2012-11-21_104449.ac 2012-11-21 10:44:49.577069798 +0100
-+++ configure.ac   2012-11-21 10:51:47.620933574 +0100
-@@ -185,11 +185,7 @@
- 
- dnl ==
- 
--PKG_CHECK_MODULES(GRAPHITE2, graphite2, have_graphite=true, 
have_graphite=false)
--if $have_graphite; then
--AC_DEFINE(HAVE_GRAPHITE2, 1, [Have Graphite library])
--fi
--AM_CONDITIONAL(HAVE_GRAPHITE2, $have_graphite)
-+AM_CONDITIONAL(HAVE_GRAPHITE2, 0)
- 
- dnl ==
- 

Copied: lib32-harfbuzz/repos/multilib-x86_64/remove-graphite.patch (from rev 
87153, lib32-harfbuzz/trunk/remove-graphite.patch)
===
--- remove-graphite.patch   (rev 0)
+++ remove-graphite.patch   2013-03-28 09:49:36 UTC (rev 87154)
@@ -0,0 +1,15 @@
+--- configure_2012-11-21_104449.ac 2012-11-21 10:44:49.577069798 +0100
 configure.ac   2012-11-21 10:51:47.620933574 +0100
+@@ 

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

2013-03-28 Thread Florian Pritz
Date: Thursday, March 28, 2013 @ 10:52:46
  Author: bluewind
Revision: 87155

upgpkg: lib32-icu 51.1-1

upstream update

Modified:
  lib32-icu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 09:49:36 UTC (rev 87154)
+++ PKGBUILD2013-03-28 09:52:46 UTC (rev 87155)
@@ -1,7 +1,7 @@
 # Maintainer: josephgbr rafael.f...@gmail.com
 
 pkgname=lib32-icu
-pkgver=50.1.2
+pkgver=51.1
 pkgrel=1
 pkgdesc=International Components for Unicode library (32 bit)
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('gcc-multilib')
 
source=(http://download.icu-project.org/files/icu4c/${pkgver}/icu4c-${pkgver//./_}-src.tgz
 'icu.8198.revert.icu5431.patch')
-md5sums=('beb98aa972219c9fcd9c8a71314943c9'
+md5sums=('6eef33b229d0239d654983028c9c7053'
  'ebd5470fc969c75e52baf4af94a9ee82')
 
 build() {



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

2013-03-28 Thread Florian Pritz
Date: Thursday, March 28, 2013 @ 10:52:53
  Author: bluewind
Revision: 87156

archrelease: copy trunk to multilib-x86_64

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

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

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

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

Deleted: changeset_32780.diff
===
--- changeset_32780.diff2013-03-28 09:52:46 UTC (rev 87155)
+++ changeset_32780.diff2013-03-28 09:52:53 UTC (rev 87156)
@@ -1,67 +0,0 @@
-Index: /icu/trunk/source/test/intltest/strtest.cpp
-===
 /icu/trunk/source/test/intltest/strtest.cpp(revision 32779)
-+++ /icu/trunk/source/test/intltest/strtest.cpp(revision 32780)
-@@ -1,5 +1,5 @@
- /
-  * COPYRIGHT: 
-- * Copyright (c) 1997-2011, International Business Machines Corporation and
-+ * Copyright (c) 1997-2012, International Business Machines Corporation and
-  * others. All Rights Reserved.
-  /
-@@ -95,5 +95,5 @@
- StringTest::Test_U_STRING() {
- 

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

2013-03-28 Thread Laurent Carlier
Date: Thursday, March 28, 2013 @ 11:31:12
  Author: lcarlier
Revision: 87157

upgpkg: smc 1.9-20

boost 1.53.0 rebuild

Modified:
  smc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 09:52:53 UTC (rev 87156)
+++ PKGBUILD2013-03-28 10:31:12 UTC (rev 87157)
@@ -5,7 +5,7 @@
 
 pkgname=smc
 pkgver=1.9
-pkgrel=19
+pkgrel=20
 pkgdesc=Secret Maryo Chronicles
 arch=('i686' 'x86_64')
 url=http://www.secretmaryo.org/;



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

2013-03-28 Thread Laurent Carlier
Date: Thursday, March 28, 2013 @ 11:31:24
  Author: lcarlier
Revision: 87158

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

Added:
  smc/repos/community-staging-i686/
  smc/repos/community-staging-i686/PKGBUILD
(from rev 87157, smc/trunk/PKGBUILD)
  smc/repos/community-staging-i686/boost_filesystem3.diff
(from rev 87157, smc/trunk/boost_filesystem3.diff)
  smc/repos/community-staging-i686/smc-for-cegui-v0-7.diff
(from rev 87157, smc/trunk/smc-for-cegui-v0-7.diff)
  smc/repos/community-staging-i686/smc.desktop
(from rev 87157, smc/trunk/smc.desktop)
  smc/repos/community-staging-i686/smc.png
(from rev 87157, smc/trunk/smc.png)
  smc/repos/community-staging-x86_64/
  smc/repos/community-staging-x86_64/PKGBUILD
(from rev 87157, smc/trunk/PKGBUILD)
  smc/repos/community-staging-x86_64/boost_filesystem3.diff
(from rev 87157, smc/trunk/boost_filesystem3.diff)
  smc/repos/community-staging-x86_64/smc-for-cegui-v0-7.diff
(from rev 87157, smc/trunk/smc-for-cegui-v0-7.diff)
  smc/repos/community-staging-x86_64/smc.desktop
(from rev 87157, smc/trunk/smc.desktop)
  smc/repos/community-staging-x86_64/smc.png
(from rev 87157, smc/trunk/smc.png)

--+
 community-staging-i686/PKGBUILD  |   50 ++
 community-staging-i686/boost_filesystem3.diff|   48 ++
 community-staging-i686/smc-for-cegui-v0-7.diff   |  437 +
 community-staging-i686/smc.desktop   |9 
 community-staging-x86_64/PKGBUILD|   50 ++
 community-staging-x86_64/boost_filesystem3.diff  |   48 ++
 community-staging-x86_64/smc-for-cegui-v0-7.diff |  437 +
 community-staging-x86_64/smc.desktop |9 
 8 files changed, 1088 insertions(+)

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


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

2013-03-28 Thread Sergej Pupykin
Date: Thursday, March 28, 2013 @ 11:51:59
  Author: spupykin
Revision: 87159

upgpkg: roundcubemail 0.8.6-1

upd

Modified:
  roundcubemail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 10:31:24 UTC (rev 87158)
+++ PKGBUILD2013-03-28 10:51:59 UTC (rev 87159)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=roundcubemail
-pkgver=0.8.5
+pkgver=0.8.6
 pkgrel=1
 pkgdesc=A PHP web-based mail client
 arch=('any')
@@ -17,7 +17,7 @@
 options=('!strip')
 
source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver}.tar.gz
apache.conf)
-md5sums=('10bbe9bbf5e4ff50109d200c0484728b'
+md5sums=('d8fc9958e45dccea0b016e84fde288aa'
  '88d8ef3ae01ec84cc09b35bcb100dccb')
 
 package() {



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

2013-03-28 Thread Sergej Pupykin
Date: Thursday, March 28, 2013 @ 11:52:15
  Author: spupykin
Revision: 87160

archrelease: copy trunk to community-any

Added:
  roundcubemail/repos/community-any/PKGBUILD
(from rev 87159, roundcubemail/trunk/PKGBUILD)
  roundcubemail/repos/community-any/apache.conf
(from rev 87159, roundcubemail/trunk/apache.conf)
  roundcubemail/repos/community-any/roundcubemail.install
(from rev 87159, roundcubemail/trunk/roundcubemail.install)
Deleted:
  roundcubemail/repos/community-any/PKGBUILD
  roundcubemail/repos/community-any/apache.conf
  roundcubemail/repos/community-any/roundcubemail.install

---+
 PKGBUILD  |   87 +++-
 apache.conf   |   16 
 roundcubemail.install |   22 ++--
 3 files changed, 62 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-28 10:51:59 UTC (rev 87159)
+++ PKGBUILD2013-03-28 10:52:15 UTC (rev 87160)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=roundcubemail
-pkgver=0.8.5
-pkgrel=1
-pkgdesc=A PHP web-based mail client
-arch=('any')
-url=http://www.roundcube.net;
-license=('GPL')
-depends=('php')
-optdepends=('python2')
-backup=('etc/webapps/roundcubemail/.htaccess'
-   'etc/webapps/roundcubemail/apache.conf'
-   
'usr/share/webapps/roundcubemail/skins/default/images/roundcube_logo.png')
-install=roundcubemail.install
-options=('!strip')
-source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver}.tar.gz
-   apache.conf)
-md5sums=('10bbe9bbf5e4ff50109d200c0484728b'
- '88d8ef3ae01ec84cc09b35bcb100dccb')
-
-build() {
-  mkdir -p ${pkgdir}/etc/webapps/roundcubemail
-  mkdir -p ${pkgdir}/usr/share/webapps
-  mkdir -p ${pkgdir}/var/log
-  cd ${pkgdir}/usr/share/webapps
-  cp -ra ${srcdir}/roundcubemail-${pkgver} roundcubemail
-  cd roundcubemail
-
-  mv installer xinstallerx
-
-  sed -i 1,1ideny from all .htaccess
-  mv .htaccess $pkgdir/etc/webapps/roundcubemail/
-  ln -s /etc/webapps/roundcubemail/.htaccess .htaccess
-
-  mv config $pkgdir/etc/webapps/roundcubemail/
-  ln -s /etc/webapps/roundcubemail/config config
-
-  mv logs $pkgdir/var/log/roundcubemail
-  ln -s /var/log/roundcubemail logs
-
-  install -Dm0644 $srcdir/apache.conf 
$pkgdir/etc/webapps/roundcubemail/apache.conf
-}

Copied: roundcubemail/repos/community-any/PKGBUILD (from rev 87159, 
roundcubemail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-28 10:52:15 UTC (rev 87160)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=roundcubemail
+pkgver=0.8.6
+pkgrel=1
+pkgdesc=A PHP web-based mail client
+arch=('any')
+url=http://www.roundcube.net;
+license=('GPL')
+depends=('php')
+optdepends=('python2')
+backup=('etc/webapps/roundcubemail/.htaccess'
+   'etc/webapps/roundcubemail/apache.conf'
+   
'usr/share/webapps/roundcubemail/skins/default/images/roundcube_logo.png')
+install=roundcubemail.install
+options=('!strip')
+source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver}.tar.gz
+   apache.conf)
+md5sums=('d8fc9958e45dccea0b016e84fde288aa'
+ '88d8ef3ae01ec84cc09b35bcb100dccb')
+
+package() {
+  mkdir -p ${pkgdir}/etc/webapps/roundcubemail
+  mkdir -p ${pkgdir}/usr/share/webapps
+  mkdir -p ${pkgdir}/var/log
+  cd ${pkgdir}/usr/share/webapps
+  cp -ra ${srcdir}/roundcubemail-${pkgver} roundcubemail
+  cd roundcubemail
+
+  mv installer xinstallerx
+
+  mv .htaccess $pkgdir/etc/webapps/roundcubemail/
+  ln -s /etc/webapps/roundcubemail/.htaccess .htaccess
+
+  mv config $pkgdir/etc/webapps/roundcubemail/
+  ln -s /etc/webapps/roundcubemail/config config
+
+  mv logs $pkgdir/var/log/roundcubemail
+  ln -s /var/log/roundcubemail logs
+
+  install -Dm0644 $srcdir/apache.conf 
$pkgdir/etc/webapps/roundcubemail/apache.conf
+}

Deleted: apache.conf
===
--- apache.conf 2013-03-28 10:51:59 UTC (rev 87159)
+++ apache.conf 2013-03-28 10:52:15 UTC (rev 87160)
@@ -1,8 +0,0 @@
-Alias /roundcube /usr/share/webapps/roundcubemail
-Directory /usr/share/webapps/roundcubemail
-AllowOverride All
-Options FollowSymlinks
-Order allow,deny
-Allow from all
-php_admin_value open_basedir 
/tmp/:/usr/share/webapps/roundcubemail:/etc/webapps/roundcubemail:/usr/share/pear/:/var/log/roundcubemail
-/Directory

Copied: roundcubemail/repos/community-any/apache.conf (from rev 87159, 
roundcubemail/trunk/apache.conf)
===
--- apache.conf (rev 0)
+++ apache.conf 2013-03-28 10:52:15 UTC (rev 87160)
@@ -0,0 +1,8 @@
+Alias /roundcube /usr/share/webapps/roundcubemail
+Directory 

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

2013-03-28 Thread Laurent Carlier
Date: Thursday, March 28, 2013 @ 11:57:47
  Author: lcarlier
Revision: 87161

upgpkg: pingus 0.7.6-7

boost 1.53.0 rebuild

Modified:
  pingus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 10:52:15 UTC (rev 87160)
+++ PKGBUILD2013-03-28 10:57:47 UTC (rev 87161)
@@ -3,7 +3,7 @@
 
 pkgname=pingus
 pkgver=0.7.6
-pkgrel=6
+pkgrel=7
 pkgdesc=A Lemmings clone, i.e. a level-based puzzle game.
 arch=('i686' 'x86_64')
 url=http://pingus.seul.org;



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

2013-03-28 Thread Laurent Carlier
Date: Thursday, March 28, 2013 @ 11:57:58
  Author: lcarlier
Revision: 87162

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

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

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

Copied: pingus/repos/community-staging-i686/ChangeLog (from rev 87161, 
pingus/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2013-03-28 10:57:58 UTC (rev 87162)
@@ -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-staging-i686/PKGBUILD (from rev 87161, 
pingus/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-28 10:57:58 UTC (rev 87162)
@@ -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-staging-i686/pingus-0.7.6-gcc470-udl.patch (from 
rev 87161, pingus/trunk/pingus-0.7.6-gcc470-udl.patch)
===
--- community-staging-i686/pingus-0.7.6-gcc470-udl.patch
(rev 0)
+++ community-staging-i686/pingus-0.7.6-gcc470-udl.patch2013-03-28 
10:57:58 UTC (rev 87162)
@@ -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
+ PingusMain::print_greeting_message()
+ {
+-  std::string greeting = Welcome to Pingus VERSION;
++  std::string greeting = Welcome to Pingus  VERSION;
+   greeting += !;
+   std::cout   greeting  std::endl;
+   for (unsigned int i = 0; i  greeting.length(); ++i)
+--- src/pingus/screens/pingus_menu.cpp~2011-12-24 15:46:47.0 
-0600
 

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

2013-03-28 Thread Sven-Hendrik Haase
Date: Thursday, March 28, 2013 @ 13:24:54
  Author: svenstaro
Revision: 87163

upgpkg: 0ad a12-3

Boost 1.53.0 rebuild

Modified:
  0ad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 10:57:58 UTC (rev 87162)
+++ PKGBUILD2013-03-28 12:24:54 UTC (rev 87163)
@@ -5,7 +5,7 @@
 pkgname=0ad
 pkgver=a12
 _pkgver=0.0.12-alpha
-pkgrel=2
+pkgrel=3
 pkgdesc=Cross-platform, 3D and historically-based real-time strategy game
 arch=('i686' 'x86_64')
 url=http://play0ad.com/;



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

2013-03-28 Thread Sven-Hendrik Haase
Date: Thursday, March 28, 2013 @ 13:25:10
  Author: svenstaro
Revision: 87164

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

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

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

Copied: 0ad/repos/community-staging-i686/PKGBUILD (from rev 87163, 
0ad/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-28 12:25:10 UTC (rev 87164)
@@ -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-staging-i686/boost-1.50.patch (from rev 87163, 
0ad/trunk/boost-1.50.patch)
===
--- community-staging-i686/boost-1.50.patch (rev 0)
+++ community-staging-i686/boost-1.50.patch 2013-03-28 12:25:10 UTC (rev 
87164)
@@ -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.h2012-07-10 
19:51:38.413009623 +0200
+@@ -25,7 +25,7 @@
+ 
+ // the following boost libraries have been included in TR1 and are
+ // thus deemed usable:
+-#define BOOST_FILESYSTEM_VERSION 2
++#define BOOST_FILESYSTEM_VERSION 3
+ 

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

2013-03-28 Thread Evangelos Foutras
Date: Thursday, March 28, 2013 @ 13:31:19
  Author: foutrelis
Revision: 87165

upgpkg: sigil 0.7.1-2

Boost 1.53 rebuild.

Modified:
  sigil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 12:25:10 UTC (rev 87164)
+++ PKGBUILD2013-03-28 12:31:19 UTC (rev 87165)
@@ -4,9 +4,9 @@
 
 pkgname=sigil
 pkgver=0.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc=WYSIWYG ebook editor
-arch=('i686' 'x86_64') 
+arch=('i686' 'x86_64')
 url=http://code.google.com/p/sigil/;
 license=('GPL3')
 depends=('qt5-webkit' 'boost-libs')



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

2013-03-28 Thread Evangelos Foutras
Date: Thursday, March 28, 2013 @ 13:31:30
  Author: foutrelis
Revision: 87166

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

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

+
 community-staging-i686/PKGBUILD|   49 +++
 community-staging-i686/sigil.install   |   12 +++
 community-staging-x86_64/PKGBUILD  |   49 +++
 community-staging-x86_64/sigil.install |   12 +++
 4 files changed, 122 insertions(+)

Copied: sigil/repos/community-staging-i686/PKGBUILD (from rev 87165, 
sigil/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-28 12:31:30 UTC (rev 87166)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Larry Hajali larryhaja [at] gmail [dot] com
+
+pkgname=sigil
+pkgver=0.7.1
+pkgrel=2
+pkgdesc=WYSIWYG ebook editor
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/sigil/;
+license=('GPL3')
+depends=('qt5-webkit' 'boost-libs')
+makedepends=('qt5-tools' 'qt5-svg' 'cmake' 'gendesk' 'boost')
+install=sigil.install
+source=(http://sigil.googlecode.com/files/Sigil-${pkgver}-Code.zip;)
+md5sums=('e6c281b6702a8f9d79cc85703dc8d3ea')
+
+build() {
+  cd ${srcdir}
+  gendesk -n
+
+  mkdir build
+  cd build
+
+  cmake -G Unix Makefiles \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_C_FLAGS:STRING=${CFLAGS} \
+-DCMAKE_CXX_FLAGS:STRING=${CXXFLAGS} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON ..
+
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make install DESTDIR=${pkgdir}
+
+  install -d -m 0755 ${pkgdir}/usr/share/applications
+  install -m 0644 ${srcdir}/${pkgname}.desktop \
+${pkgdir}/usr/share/applications
+
+  for _pic in 16 32 48 128 256; do
+install -D -m 0644 ../src/Sigil/Resource_Files/icon/app_icon_${_pic}.png \
+  ${pkgdir}/usr/share/icons/hicolor/${_pic}x${_pic}/apps/${pkgname}.png
+  done
+  install -Dm644 ../src/Sigil/Resource_Files/icon/app_icon_128.png \
+$pkgdir/usr/share/pixmaps/$pkgname.png
+}

Copied: sigil/repos/community-staging-i686/sigil.install (from rev 87165, 
sigil/trunk/sigil.install)
===
--- community-staging-i686/sigil.install(rev 0)
+++ community-staging-i686/sigil.install2013-03-28 12:31:30 UTC (rev 
87166)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: sigil/repos/community-staging-x86_64/PKGBUILD (from rev 87165, 
sigil/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-03-28 12:31:30 UTC (rev 87166)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Larry Hajali larryhaja [at] gmail [dot] com
+
+pkgname=sigil
+pkgver=0.7.1
+pkgrel=2
+pkgdesc=WYSIWYG ebook editor
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/sigil/;
+license=('GPL3')
+depends=('qt5-webkit' 'boost-libs')
+makedepends=('qt5-tools' 'qt5-svg' 'cmake' 'gendesk' 'boost')
+install=sigil.install
+source=(http://sigil.googlecode.com/files/Sigil-${pkgver}-Code.zip;)
+md5sums=('e6c281b6702a8f9d79cc85703dc8d3ea')
+
+build() {
+  cd ${srcdir}
+  gendesk -n
+
+  mkdir build
+  cd build
+
+  cmake -G Unix Makefiles \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_C_FLAGS:STRING=${CFLAGS} \
+-DCMAKE_CXX_FLAGS:STRING=${CXXFLAGS} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON ..
+
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make install DESTDIR=${pkgdir}
+
+  install -d -m 0755 ${pkgdir}/usr/share/applications
+  install -m 0644 ${srcdir}/${pkgname}.desktop \
+${pkgdir}/usr/share/applications
+
+  for _pic in 16 32 48 128 256; do
+install -D -m 0644 ../src/Sigil/Resource_Files/icon/app_icon_${_pic}.png \
+  ${pkgdir}/usr/share/icons/hicolor/${_pic}x${_pic}/apps/${pkgname}.png
+  done
+  install -Dm644 ../src/Sigil/Resource_Files/icon/app_icon_128.png \
+$pkgdir/usr/share/pixmaps/$pkgname.png
+}

Copied: sigil/repos/community-staging-x86_64/sigil.install (from rev 87165, 
sigil/trunk/sigil.install)

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

2013-03-28 Thread Sergej Pupykin
Date: Thursday, March 28, 2013 @ 13:31:31
  Author: spupykin
Revision: 87167

upgpkg: roundcubemail 0.9rc2-1

upd

Modified:
  roundcubemail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 12:31:30 UTC (rev 87166)
+++ PKGBUILD2013-03-28 12:31:31 UTC (rev 87167)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=roundcubemail
-pkgver=0.8.6
+pkgver=0.9rc2
 pkgrel=1
 pkgdesc=A PHP web-based mail client
 arch=('any')
@@ -11,13 +11,12 @@
 depends=('php')
 optdepends=('python2')
 backup=('etc/webapps/roundcubemail/.htaccess'
-   'etc/webapps/roundcubemail/apache.conf'
-   
'usr/share/webapps/roundcubemail/skins/default/images/roundcube_logo.png')
+   'etc/webapps/roundcubemail/apache.conf')
 install=roundcubemail.install
 options=('!strip')
-source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver}.tar.gz
+source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
apache.conf)
-md5sums=('d8fc9958e45dccea0b016e84fde288aa'
+md5sums=('71b4d81da7d9bfd74210775022f0f2a0'
  '88d8ef3ae01ec84cc09b35bcb100dccb')
 
 package() {
@@ -25,7 +24,7 @@
   mkdir -p ${pkgdir}/usr/share/webapps
   mkdir -p ${pkgdir}/var/log
   cd ${pkgdir}/usr/share/webapps
-  cp -ra ${srcdir}/roundcubemail-${pkgver} roundcubemail
+  cp -ra ${srcdir}/roundcubemail-${pkgver/rc/-rc} roundcubemail
   cd roundcubemail
 
   mv installer xinstallerx



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

2013-03-28 Thread Sergej Pupykin
Date: Thursday, March 28, 2013 @ 13:31:44
  Author: spupykin
Revision: 87168

archrelease: copy trunk to community-any

Added:
  roundcubemail/repos/community-any/PKGBUILD
(from rev 87167, roundcubemail/trunk/PKGBUILD)
  roundcubemail/repos/community-any/apache.conf
(from rev 87167, roundcubemail/trunk/apache.conf)
  roundcubemail/repos/community-any/roundcubemail.install
(from rev 87167, roundcubemail/trunk/roundcubemail.install)
Deleted:
  roundcubemail/repos/community-any/PKGBUILD
  roundcubemail/repos/community-any/apache.conf
  roundcubemail/repos/community-any/roundcubemail.install

---+
 PKGBUILD  |   85 +++-
 apache.conf   |   16 -
 roundcubemail.install |   22 ++--
 3 files changed, 61 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-28 12:31:31 UTC (rev 87167)
+++ PKGBUILD2013-03-28 12:31:44 UTC (rev 87168)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=roundcubemail
-pkgver=0.8.6
-pkgrel=1
-pkgdesc=A PHP web-based mail client
-arch=('any')
-url=http://www.roundcube.net;
-license=('GPL')
-depends=('php')
-optdepends=('python2')
-backup=('etc/webapps/roundcubemail/.htaccess'
-   'etc/webapps/roundcubemail/apache.conf'
-   
'usr/share/webapps/roundcubemail/skins/default/images/roundcube_logo.png')
-install=roundcubemail.install
-options=('!strip')
-source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver}.tar.gz
-   apache.conf)
-md5sums=('d8fc9958e45dccea0b016e84fde288aa'
- '88d8ef3ae01ec84cc09b35bcb100dccb')
-
-package() {
-  mkdir -p ${pkgdir}/etc/webapps/roundcubemail
-  mkdir -p ${pkgdir}/usr/share/webapps
-  mkdir -p ${pkgdir}/var/log
-  cd ${pkgdir}/usr/share/webapps
-  cp -ra ${srcdir}/roundcubemail-${pkgver} roundcubemail
-  cd roundcubemail
-
-  mv installer xinstallerx
-
-  mv .htaccess $pkgdir/etc/webapps/roundcubemail/
-  ln -s /etc/webapps/roundcubemail/.htaccess .htaccess
-
-  mv config $pkgdir/etc/webapps/roundcubemail/
-  ln -s /etc/webapps/roundcubemail/config config
-
-  mv logs $pkgdir/var/log/roundcubemail
-  ln -s /var/log/roundcubemail logs
-
-  install -Dm0644 $srcdir/apache.conf 
$pkgdir/etc/webapps/roundcubemail/apache.conf
-}

Copied: roundcubemail/repos/community-any/PKGBUILD (from rev 87167, 
roundcubemail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-28 12:31:44 UTC (rev 87168)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=roundcubemail
+pkgver=0.9rc2
+pkgrel=1
+pkgdesc=A PHP web-based mail client
+arch=('any')
+url=http://www.roundcube.net;
+license=('GPL')
+depends=('php')
+optdepends=('python2')
+backup=('etc/webapps/roundcubemail/.htaccess'
+   'etc/webapps/roundcubemail/apache.conf')
+install=roundcubemail.install
+options=('!strip')
+source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
+   apache.conf)
+md5sums=('71b4d81da7d9bfd74210775022f0f2a0'
+ '88d8ef3ae01ec84cc09b35bcb100dccb')
+
+package() {
+  mkdir -p ${pkgdir}/etc/webapps/roundcubemail
+  mkdir -p ${pkgdir}/usr/share/webapps
+  mkdir -p ${pkgdir}/var/log
+  cd ${pkgdir}/usr/share/webapps
+  cp -ra ${srcdir}/roundcubemail-${pkgver/rc/-rc} roundcubemail
+  cd roundcubemail
+
+  mv installer xinstallerx
+
+  mv .htaccess $pkgdir/etc/webapps/roundcubemail/
+  ln -s /etc/webapps/roundcubemail/.htaccess .htaccess
+
+  mv config $pkgdir/etc/webapps/roundcubemail/
+  ln -s /etc/webapps/roundcubemail/config config
+
+  mv logs $pkgdir/var/log/roundcubemail
+  ln -s /var/log/roundcubemail logs
+
+  install -Dm0644 $srcdir/apache.conf 
$pkgdir/etc/webapps/roundcubemail/apache.conf
+}

Deleted: apache.conf
===
--- apache.conf 2013-03-28 12:31:31 UTC (rev 87167)
+++ apache.conf 2013-03-28 12:31:44 UTC (rev 87168)
@@ -1,8 +0,0 @@
-Alias /roundcube /usr/share/webapps/roundcubemail
-Directory /usr/share/webapps/roundcubemail
-AllowOverride All
-Options FollowSymlinks
-Order allow,deny
-Allow from all
-php_admin_value open_basedir 
/tmp/:/usr/share/webapps/roundcubemail:/etc/webapps/roundcubemail:/usr/share/pear/:/var/log/roundcubemail
-/Directory

Copied: roundcubemail/repos/community-any/apache.conf (from rev 87167, 
roundcubemail/trunk/apache.conf)
===
--- apache.conf (rev 0)
+++ apache.conf 2013-03-28 12:31:44 UTC (rev 87168)
@@ -0,0 +1,8 @@
+Alias /roundcube /usr/share/webapps/roundcubemail
+Directory /usr/share/webapps/roundcubemail
+AllowOverride All
+Options FollowSymlinks
+Order allow,deny
+Allow from 

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

2013-03-28 Thread Evangelos Foutras
Date: Thursday, March 28, 2013 @ 13:39:18
  Author: foutrelis
Revision: 87169

upgpkg: performous 0.7.0-5

Boost 1.53 rebuild.

Modified:
  performous/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 12:31:44 UTC (rev 87168)
+++ PKGBUILD2013-03-28 12:39:18 UTC (rev 87169)
@@ -4,7 +4,7 @@
 
 pkgname=performous
 pkgver=0.7.0
-pkgrel=4
+pkgrel=5
 pkgdesc='A free game like Singstar, Rockband or Stepmania'
 arch=('i686' 'x86_64')
 url=http://performous.org/;



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

2013-03-28 Thread Evangelos Foutras
Date: Thursday, March 28, 2013 @ 13:39:29
  Author: foutrelis
Revision: 87170

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

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

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

Copied: performous/repos/community-staging-i686/PKGBUILD (from rev 87169, 
performous/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-28 12:39:29 UTC (rev 87170)
@@ -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-staging-i686/performous-0.7.0-cmake.patch 
(from rev 87169, performous/trunk/performous-0.7.0-cmake.patch)
===
--- community-staging-i686/performous-0.7.0-cmake.patch 
(rev 0)
+++ community-staging-i686/performous-0.7.0-cmake.patch 2013-03-28 12:39:29 UTC 
(rev 87170)
@@ -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
+ ##
+-if(EXISTS ${OpenCV_DIR})
++if(EXISTS ${OpenCV_DIR} AND NOT OpenCV_FOUND)
+ 
+   #When its possible to use the Config script use it.
+   if(EXISTS ${OpenCV_configScript})
+@@ -257,9 +265,9 @@
+   endif(${OpenCV_VERSION} VERSION_GREATER 2.1.0)
+ 
+ 

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

2013-03-28 Thread Ionuț Mircea Bîru
Date: Thursday, March 28, 2013 @ 13:42:33
  Author: ioni
Revision: 180921

updatE

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 07:15:00 UTC (rev 180920)
+++ PKGBUILD2013-03-28 12:42:33 UTC (rev 180921)
@@ -3,7 +3,7 @@
 # Contributor: Hugo Doria h...@archlinux.org
 
 pkgname=libtorrent-rasterbar
-pkgver=0.16.8
+pkgver=0.16.9
 pkgrel=1
 epoch=1
 pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
@@ -14,7 +14,7 @@
 makedepends=('boost')
 options=('!libtool' '!emptydirs')
 source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('483689787cb64e7cf4abefda4058b912ec406709')
+sha1sums=('4335c8b275f041d6d34a493b21f2d7234ffca34b')
 
 build() {
   cd $pkgname-$pkgver



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

2013-03-28 Thread Ionuț Mircea Bîru
Date: Thursday, March 28, 2013 @ 13:43:45
  Author: ioni
Revision: 180922

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

Added:
  libtorrent-rasterbar/repos/extra-i686/PKGBUILD
(from rev 180921, libtorrent-rasterbar/trunk/PKGBUILD)
  libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD
(from rev 180921, libtorrent-rasterbar/trunk/PKGBUILD)
Deleted:
  libtorrent-rasterbar/repos/extra-i686/PKGBUILD
  libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-28 12:42:33 UTC (rev 180921)
+++ extra-i686/PKGBUILD 2013-03-28 12:43:45 UTC (rev 180922)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgname=libtorrent-rasterbar
-pkgver=0.16.8
-pkgrel=1
-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=('483689787cb64e7cf4abefda4058b912ec406709')
-
-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/extra-i686/PKGBUILD (from rev 180921, 
libtorrent-rasterbar/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-28 12:43:45 UTC (rev 180922)
@@ -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=1
+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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-28 12:42:33 UTC (rev 180921)
+++ extra-x86_64/PKGBUILD   2013-03-28 12:43:45 UTC (rev 180922)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgname=libtorrent-rasterbar
-pkgver=0.16.8
-pkgrel=1
-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=('483689787cb64e7cf4abefda4058b912ec406709')
-
-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/extra-x86_64/PKGBUILD (from rev 180921, 
libtorrent-rasterbar/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-03-28 12:43:45 UTC (rev 180922)
@@ -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=1
+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')

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

2013-03-28 Thread Allan McRae
Date: Thursday, March 28, 2013 @ 13:49:46
  Author: allan
Revision: 180923

upgpkg: libtool 2.4.2-8

gcc-4.8 rebuild

Modified:
  libtool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 12:43:45 UTC (rev 180922)
+++ PKGBUILD2013-03-28 12:49:46 UTC (rev 180923)
@@ -6,7 +6,7 @@
 
 pkgname=('libtool' 'libltdl')
 pkgver=2.4.2
-pkgrel=7
+pkgrel=8
 pkgdesc=A generic library support script
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/libtool;
@@ -28,7 +28,7 @@
 }
 
 package_libtool() {
-  depends=('sh' libltdl=$pkgver 'tar' 'gcc=4.7.2')
+  depends=('sh' libltdl=$pkgver 'tar' 'gcc=4.8.0')
   groups=('base-devel')
   install=libtool.install
 



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

2013-03-28 Thread Allan McRae
Date: Thursday, March 28, 2013 @ 13:50:54
  Author: allan
Revision: 180924

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

Added:
  libtool/repos/testing-i686/
  libtool/repos/testing-i686/PKGBUILD
(from rev 180923, libtool/trunk/PKGBUILD)
  libtool/repos/testing-i686/libtool.install
(from rev 180923, libtool/trunk/libtool.install)
  libtool/repos/testing-x86_64/
  libtool/repos/testing-x86_64/PKGBUILD
(from rev 180923, libtool/trunk/PKGBUILD)
  libtool/repos/testing-x86_64/libtool.install
(from rev 180923, libtool/trunk/libtool.install)

+
 testing-i686/PKGBUILD  |   49 +++
 testing-i686/libtool.install   |   20 +++
 testing-x86_64/PKGBUILD|   49 +++
 testing-x86_64/libtool.install |   20 +++
 4 files changed, 138 insertions(+)

Copied: libtool/repos/testing-i686/PKGBUILD (from rev 180923, 
libtool/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-28 12:50:54 UTC (rev 180924)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+# NOTE: requires rebuilt with each new gcc version
+
+pkgname=('libtool' 'libltdl')
+pkgver=2.4.2
+pkgrel=8
+pkgdesc=A generic library support script
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/libtool;
+license=('GPL')
+options=('!libtool')
+source=(ftp://ftp.gnu.org/pub/gnu/libtool/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('2ec8997e0c07249eb4cbd072417d70fe'
+ '1e6ba57420c82c663c85e745d11c7eed')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make check
+}
+
+package_libtool() {
+  depends=('sh' libltdl=$pkgver 'tar' 'gcc=4.8.0')
+  groups=('base-devel')
+  install=libtool.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  
+  make DESTDIR=${pkgdir} install-binSCRIPTS install-man install-info \
+ install-data-local
+  rm -rf ${pkgdir}/usr/share/libtool/libltdl/
+}
+
+package_libltdl() {
+  pkgdesc=A system independent dlopen wrapper for GNU libtool
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install-libLTLIBRARIES install-includeHEADERS \
+ install-ltdlincludeHEADERS install-data-local
+  rm -rf ${pkgdir}/usr/share/{aclocal,libtool/config}
+}

Copied: libtool/repos/testing-i686/libtool.install (from rev 180923, 
libtool/trunk/libtool.install)
===
--- testing-i686/libtool.install(rev 0)
+++ testing-i686/libtool.install2013-03-28 12:50:54 UTC (rev 180924)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(libtool.info  libtool.info-1  libtool.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}

Copied: libtool/repos/testing-x86_64/PKGBUILD (from rev 180923, 
libtool/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-03-28 12:50:54 UTC (rev 180924)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+# NOTE: requires rebuilt with each new gcc version
+
+pkgname=('libtool' 'libltdl')
+pkgver=2.4.2
+pkgrel=8
+pkgdesc=A generic library support script
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/libtool;
+license=('GPL')
+options=('!libtool')
+source=(ftp://ftp.gnu.org/pub/gnu/libtool/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('2ec8997e0c07249eb4cbd072417d70fe'
+ '1e6ba57420c82c663c85e745d11c7eed')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make check
+}
+
+package_libtool() {
+  depends=('sh' libltdl=$pkgver 'tar' 'gcc=4.8.0')
+  groups=('base-devel')
+  install=libtool.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  
+  make DESTDIR=${pkgdir} install-binSCRIPTS install-man install-info \
+ install-data-local
+  rm -rf ${pkgdir}/usr/share/libtool/libltdl/
+}
+
+package_libltdl() {
+  pkgdesc=A system independent dlopen wrapper for GNU libtool
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install-libLTLIBRARIES install-includeHEADERS \
+ install-ltdlincludeHEADERS install-data-local
+  rm -rf 

[arch-commits] Commit in linux-api-headers/repos (4 files)

2013-03-28 Thread Allan McRae
Date: Thursday, March 28, 2013 @ 13:52:20
  Author: allan
Revision: 180925

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

Added:
  linux-api-headers/repos/testing-i686/
  linux-api-headers/repos/testing-i686/PKGBUILD
(from rev 180924, linux-api-headers/trunk/PKGBUILD)
  linux-api-headers/repos/testing-x86_64/
  linux-api-headers/repos/testing-x86_64/PKGBUILD
(from rev 180924, linux-api-headers/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   39 +++
 testing-x86_64/PKGBUILD |   39 +++
 2 files changed, 78 insertions(+)

Copied: linux-api-headers/repos/testing-i686/PKGBUILD (from rev 180924, 
linux-api-headers/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-28 12:52:20 UTC (rev 180925)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+
+pkgname=linux-api-headers
+pkgver=3.8.4
+_basever=3.8
+pkgrel=1
+pkgdesc=Kernel headers sanitized for use in userspace
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/libc;
+license=('GPL2')
+source=(http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.xz
+http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz)
+# NOTE: signatures are not automatically verified by makepkg
+#http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.sign
+#http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.sign
+md5sums=('1c738edfc54e7c65faeb90c436104e2f'
+ '40ab82996ff4b49ad3f4e19cf729dcab')
+
+build() {
+  cd ${srcdir}/linux-${_basever}
+  [[ $pkgver != $_basever ]]  patch -p1 -i ${srcdir}/patch-${pkgver}
+
+  make mrproper
+  make headers_check
+}
+
+package() {
+  cd ${srcdir}/linux-${_basever}
+  make INSTALL_HDR_PATH=${pkgdir}/usr headers_install
+
+  # use headers from libdrm
+  rm -r ${pkgdir}/usr/include/drm
+  
+  # clean-up unnecessary files generated during install
+  find ${pkgdir} \( -name .install -o -name ..install.cmd \) -delete
+}

Copied: linux-api-headers/repos/testing-x86_64/PKGBUILD (from rev 180924, 
linux-api-headers/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-03-28 12:52:20 UTC (rev 180925)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+
+pkgname=linux-api-headers
+pkgver=3.8.4
+_basever=3.8
+pkgrel=1
+pkgdesc=Kernel headers sanitized for use in userspace
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/libc;
+license=('GPL2')
+source=(http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.xz
+http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz)
+# NOTE: signatures are not automatically verified by makepkg
+#http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.sign
+#http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.sign
+md5sums=('1c738edfc54e7c65faeb90c436104e2f'
+ '40ab82996ff4b49ad3f4e19cf729dcab')
+
+build() {
+  cd ${srcdir}/linux-${_basever}
+  [[ $pkgver != $_basever ]]  patch -p1 -i ${srcdir}/patch-${pkgver}
+
+  make mrproper
+  make headers_check
+}
+
+package() {
+  cd ${srcdir}/linux-${_basever}
+  make INSTALL_HDR_PATH=${pkgdir}/usr headers_install
+
+  # use headers from libdrm
+  rm -r ${pkgdir}/usr/include/drm
+  
+  # clean-up unnecessary files generated during install
+  find ${pkgdir} \( -name .install -o -name ..install.cmd \) -delete
+}



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

2013-03-28 Thread Allan McRae
Date: Thursday, March 28, 2013 @ 13:55:07
  Author: allan
Revision: 180926

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

Added:
  glibc/repos/testing-i686/
  glibc/repos/testing-i686/PKGBUILD
(from rev 180925, glibc/trunk/PKGBUILD)
  glibc/repos/testing-i686/glibc-2.17-sync-with-linux37.patch
(from rev 180925, glibc/trunk/glibc-2.17-sync-with-linux37.patch)
  glibc/repos/testing-i686/glibc.install
(from rev 180925, glibc/trunk/glibc.install)
  glibc/repos/testing-i686/locale-gen
(from rev 180925, glibc/trunk/locale-gen)
  glibc/repos/testing-i686/locale.gen.txt
(from rev 180925, glibc/trunk/locale.gen.txt)
  glibc/repos/testing-i686/nscd.service
(from rev 180925, glibc/trunk/nscd.service)
  glibc/repos/testing-i686/nscd.tmpfiles
(from rev 180925, glibc/trunk/nscd.tmpfiles)
  glibc/repos/testing-x86_64/
  glibc/repos/testing-x86_64/PKGBUILD
(from rev 180925, glibc/trunk/PKGBUILD)
  glibc/repos/testing-x86_64/glibc-2.17-sync-with-linux37.patch
(from rev 180925, glibc/trunk/glibc-2.17-sync-with-linux37.patch)
  glibc/repos/testing-x86_64/glibc.install
(from rev 180925, glibc/trunk/glibc.install)
  glibc/repos/testing-x86_64/locale-gen
(from rev 180925, glibc/trunk/locale-gen)
  glibc/repos/testing-x86_64/locale.gen.txt
(from rev 180925, glibc/trunk/locale.gen.txt)
  glibc/repos/testing-x86_64/nscd.service
(from rev 180925, glibc/trunk/nscd.service)
  glibc/repos/testing-x86_64/nscd.tmpfiles
(from rev 180925, glibc/trunk/nscd.tmpfiles)

---+
 testing-i686/PKGBUILD |  142 
 testing-i686/glibc-2.17-sync-with-linux37.patch   |  130 ++
 testing-i686/glibc.install|   19 ++
 testing-i686/locale-gen   |   42 +
 testing-i686/locale.gen.txt   |   23 +++
 testing-i686/nscd.service |   17 ++
 testing-i686/nscd.tmpfiles|1 
 testing-x86_64/PKGBUILD   |  142 
 testing-x86_64/glibc-2.17-sync-with-linux37.patch |  130 ++
 testing-x86_64/glibc.install  |   19 ++
 testing-x86_64/locale-gen |   42 +
 testing-x86_64/locale.gen.txt |   23 +++
 testing-x86_64/nscd.service   |   17 ++
 testing-x86_64/nscd.tmpfiles  |1 
 14 files changed, 748 insertions(+)

Copied: glibc/repos/testing-i686/PKGBUILD (from rev 180925, 
glibc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-28 12:55:07 UTC (rev 180926)
@@ -0,0 +1,142 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+# NOTE: valgrind requires rebuilt with each major glibc version
+
+pkgname=glibc
+pkgver=2.17
+pkgrel=4
+pkgdesc=GNU C Library
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/libc;
+license=('GPL' 'LGPL')
+groups=('base')
+depends=('linux-api-headers=3.7' 'tzdata' 'filesystem=2013.01')
+makedepends=('gcc=4.7')
+backup=(etc/gai.conf
+etc/locale.gen
+etc/nscd.conf)
+options=('!strip')
+install=glibc.install
+source=(http://ftp.gnu.org/gnu/libc/${pkgname}-${pkgver}.tar.xz{,.sig}
+glibc-2.17-sync-with-linux37.patch
+nscd.service
+nscd.tmpfiles
+locale.gen.txt
+locale-gen)
+md5sums=('87bf675c8ee523ebda4803e8e1cec638'
+ '6db4d1661cf34282755dc90330465f6d'
+ 'fb99380d94598cc76d793deebf630022'
+ 'c1e07c0bec0fe89791bfd9d13fc85edf'
+ 'bccbe5619e75cf1d97312ec3681c605c'
+ '07ac979b6ab5eeb778d55f041529d623'
+ '476e9113489f93b348b21e144b6a8fcf')
+
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # combination of upstream commits 318cd0b, b540704 and fc1abbe
+  patch -p1 -i ${srcdir}/glibc-2.17-sync-with-linux37.patch
+
+  cd ${srcdir}
+  mkdir glibc-build
+  cd glibc-build
+
+  if [[ ${CARCH} = i686 ]]; then
+# Hack to fix NPTL issues with Xen, only required on 32bit platforms
+# TODO: make separate glibc-xen package for i686
+export CFLAGS=${CFLAGS} -mno-tls-direct-seg-refs
+  fi
+
+  echo slibdir=/usr/lib  configparms
+
+  # remove hardening options from CFLAGS for building libraries
+  CFLAGS=${CFLAGS/-fstack-protector/}
+  CFLAGS=${CFLAGS/-D_FORTIFY_SOURCE=2/}
+
+  ${srcdir}/${pkgname}-${pkgver}/configure --prefix=/usr \
+  --libdir=/usr/lib --libexecdir=/usr/lib \
+  --with-headers=/usr/include \
+  --with-bugurl=https://bugs.archlinux.org/ \
+  --enable-add-ons=nptl,libidn \
+  --enable-obsolete-rpc \
+  --enable-kernel=2.6.32 \
+  --enable-bind-now --disable-profile \
+  --enable-stackguard-randomization \
+  

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

2013-03-28 Thread Allan McRae
Date: Thursday, March 28, 2013 @ 13:57:12
  Author: allan
Revision: 180927

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

Added:
  binutils/repos/testing-i686/
  binutils/repos/testing-i686/PKGBUILD
(from rev 180926, binutils/trunk/PKGBUILD)
  binutils/repos/testing-i686/binutils-2.23.2-texinfo-5.0.patch
(from rev 180926, binutils/trunk/binutils-2.23.2-texinfo-5.0.patch)
  binutils/repos/testing-i686/binutils.install
(from rev 180926, binutils/trunk/binutils.install)
  binutils/repos/testing-x86_64/
  binutils/repos/testing-x86_64/PKGBUILD
(from rev 180926, binutils/trunk/PKGBUILD)
  binutils/repos/testing-x86_64/binutils-2.23.2-texinfo-5.0.patch
(from rev 180926, binutils/trunk/binutils-2.23.2-texinfo-5.0.patch)
  binutils/repos/testing-x86_64/binutils.install
(from rev 180926, binutils/trunk/binutils.install)

--+
 testing-i686/PKGBUILD|   73 +
 testing-i686/binutils-2.23.2-texinfo-5.0.patch   |  162 +
 testing-i686/binutils.install|   17 ++
 testing-x86_64/PKGBUILD  |   73 +
 testing-x86_64/binutils-2.23.2-texinfo-5.0.patch |  162 +
 testing-x86_64/binutils.install  |   17 ++
 6 files changed, 504 insertions(+)

Copied: binutils/repos/testing-i686/PKGBUILD (from rev 180926, 
binutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-28 12:57:12 UTC (rev 180927)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+
+pkgname=binutils
+pkgver=2.23.2
+pkgrel=1
+pkgdesc=A set of programs to assemble and manipulate binary and object files
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/binutils/;
+license=('GPL')
+groups=('base-devel')
+depends=('glibc=2.17' 'zlib')
+checkdepends=('dejagnu' 'bc')
+options=('!libtool' '!distcc' '!ccache')
+install=binutils.install
+source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2{,.sig}
+binutils-2.23.2-texinfo-5.0.patch)
+md5sums=('4f8fa651e35ef262edc01d60fb45702e'
+ 'dfde4428f08d91f309cdcfe92bf28d08'
+ '34e439ce23213a91e2af872dfbb5094c')
+
+build() {
+  cd ${srcdir}/binutils-${pkgver}
+
+  # http://sourceware.org/git/?p=binutils.git;a=patch;h=e02bf935
+  # http://sourceware.org/git/?p=binutils.git;a=patch;h=935f8542
+  patch -p1 -i ${srcdir}/binutils-2.23.2-texinfo-5.0.patch
+
+  cd ${srcdir}
+  mkdir binutils-build  cd binutils-build
+
+  ${srcdir}/binutils-${pkgver}/configure --prefix=/usr \
+--with-lib-path=/usr/lib:/usr/local/lib \
+--with-bugurl=https://bugs.archlinux.org/ \
+--enable-ld=default --enable-gold \
+--enable-plugins --enable-threads \
+--with-pic --enable-shared \
+--disable-werror --disable-multilib
+
+  # check the host environment and makes sure all the necessary tools are 
available
+  make configure-host
+
+  make tooldir=/usr
+}
+
+check() {
+  cd ${srcdir}/binutils-build
+  
+  # unset LDFLAGS as testsuite makes assumptions about which ones are active
+  # do not abort on errors - manually check log files
+  make LDFLAGS= -k check || true
+}
+
+package() {
+  cd ${srcdir}/binutils-build
+  make prefix=${pkgdir}/usr tooldir=${pkgdir}/usr install
+  
+  # Add some useful headers
+  install -m644 ${srcdir}/binutils-${pkgver}/include/libiberty.h 
${pkgdir}/usr/include
+  install -m644 ${srcdir}/binutils-${pkgver}/include/demangle.h 
${pkgdir}/usr/include
+
+  # Install PIC libiberty.a
+  install -m644 libiberty/pic/libiberty.a ${pkgdir}/usr/lib
+
+  # Remove unwanted files
+  rm ${pkgdir}/usr/share/man/man1/{dlltool,nlmconv,windres,windmc}*
+  rm ${pkgdir}/usr/share/info/{configure,standards}.info
+
+  # No shared linking to these files outside binutils
+  rm ${pkgdir}/usr/lib/lib{bfd,opcodes}.so
+}

Copied: binutils/repos/testing-i686/binutils-2.23.2-texinfo-5.0.patch (from rev 
180926, binutils/trunk/binutils-2.23.2-texinfo-5.0.patch)
===
--- testing-i686/binutils-2.23.2-texinfo-5.0.patch  
(rev 0)
+++ testing-i686/binutils-2.23.2-texinfo-5.0.patch  2013-03-28 12:57:12 UTC 
(rev 180927)
@@ -0,0 +1,162 @@
+diff --git a/bfd/doc/bfd.texinfo b/bfd/doc/bfd.texinfo
+index 45ffa73..3aa3300 100644
+--- a/bfd/doc/bfd.texinfo
 b/bfd/doc/bfd.texinfo
+@@ -322,7 +324,7 @@ All of BFD lives in one directory.
+ @printindex cp
+ 
+ @tex
+-% I think something like @colophon should be in texinfo.  In the
++% I think something like @@colophon should be in texinfo.  In the
+ % meantime:
+ \long\def\colophon{\hbox to0pt{}\vfill
+ \centerline{The body of this manual is set in}
+@@ -333,7 +335,7 @@ All of BFD lives in one directory.
+ 

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

2013-03-28 Thread Ionuț Mircea Bîru
Date: Thursday, March 28, 2013 @ 13:59:18
  Author: ioni
Revision: 180928

boost 1.53

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 12:57:12 UTC (rev 180927)
+++ PKGBUILD2013-03-28 12:59:18 UTC (rev 180928)
@@ -4,7 +4,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=0.16.9
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
 url=http://www.rasterbar.com/products/libtorrent/;



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

2013-03-28 Thread Ionuț Mircea Bîru
Date: Thursday, March 28, 2013 @ 14:00:06
  Author: ioni
Revision: 180929

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

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

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

Copied: libtorrent-rasterbar/repos/staging-x86_64/PKGBUILD (from rev 180928, 
libtorrent-rasterbar/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-03-28 13:00:06 UTC (rev 180929)
@@ -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 libtorrent-rasterbar/repos (3 files)

2013-03-28 Thread Ionuț Mircea Bîru
Date: Thursday, March 28, 2013 @ 14:00:50
  Author: ioni
Revision: 180930

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

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

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

Copied: libtorrent-rasterbar/repos/staging-i686/PKGBUILD (from rev 180929, 
libtorrent-rasterbar/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-03-28 13:00:50 UTC (rev 180930)
@@ -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
+}

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2013-03-28 13:00:06 UTC (rev 180929)
+++ staging-x86_64/PKGBUILD 2013-03-28 13:00:50 UTC (rev 180930)
@@ -1,31 +0,0 @@
-# $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/staging-x86_64/PKGBUILD (from rev 180929, 
libtorrent-rasterbar/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-03-28 13:00:50 UTC (rev 180930)
@@ -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 gcc/repos (16 files)

2013-03-28 Thread Allan McRae
Date: Thursday, March 28, 2013 @ 14:02:08
  Author: allan
Revision: 180931

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

Added:
  gcc/repos/testing-i686/
  gcc/repos/testing-i686/PKGBUILD
(from rev 180929, gcc/trunk/PKGBUILD)
  gcc/repos/testing-i686/gcc-4.7.1-libgo-write.patch
(from rev 180929, gcc/trunk/gcc-4.7.1-libgo-write.patch)
  gcc/repos/testing-i686/gcc-ada.install
(from rev 180929, gcc/trunk/gcc-ada.install)
  gcc/repos/testing-i686/gcc-fortran.install
(from rev 180929, gcc/trunk/gcc-fortran.install)
  gcc/repos/testing-i686/gcc-go.install
(from rev 180929, gcc/trunk/gcc-go.install)
  gcc/repos/testing-i686/gcc-libs.install
(from rev 180929, gcc/trunk/gcc-libs.install)
  gcc/repos/testing-i686/gcc.install
(from rev 180929, gcc/trunk/gcc.install)
  gcc/repos/testing-x86_64/
  gcc/repos/testing-x86_64/PKGBUILD
(from rev 180930, gcc/trunk/PKGBUILD)
  gcc/repos/testing-x86_64/gcc-4.7.1-libgo-write.patch
(from rev 180930, gcc/trunk/gcc-4.7.1-libgo-write.patch)
  gcc/repos/testing-x86_64/gcc-ada.install
(from rev 180930, gcc/trunk/gcc-ada.install)
  gcc/repos/testing-x86_64/gcc-fortran.install
(from rev 180930, gcc/trunk/gcc-fortran.install)
  gcc/repos/testing-x86_64/gcc-go.install
(from rev 180930, gcc/trunk/gcc-go.install)
  gcc/repos/testing-x86_64/gcc-libs.install
(from rev 180930, gcc/trunk/gcc-libs.install)
  gcc/repos/testing-x86_64/gcc.install
(from rev 180930, gcc/trunk/gcc.install)

+
 testing-i686/PKGBUILD  |  266 +++
 testing-i686/gcc-4.7.1-libgo-write.patch   |   13 +
 testing-i686/gcc-ada.install   |   20 ++
 testing-i686/gcc-fortran.install   |   16 +
 testing-i686/gcc-go.install|   20 ++
 testing-i686/gcc-libs.install  |   16 +
 testing-i686/gcc.install   |   20 ++
 testing-x86_64/PKGBUILD|  266 +++
 testing-x86_64/gcc-4.7.1-libgo-write.patch |   13 +
 testing-x86_64/gcc-ada.install |   20 ++
 testing-x86_64/gcc-fortran.install |   16 +
 testing-x86_64/gcc-go.install  |   20 ++
 testing-x86_64/gcc-libs.install|   16 +
 testing-x86_64/gcc.install |   20 ++
 14 files changed, 742 insertions(+)

Copied: gcc/repos/testing-i686/PKGBUILD (from rev 180929, gcc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-28 13:02:08 UTC (rev 180931)
@@ -0,0 +1,266 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+# NOTE: libtool requires rebuilt with each new gcc version
+
+pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go')
+pkgver=4.8.0
+pkgrel=1
+#_snapshot=4.7-20120721
+pkgdesc=The GNU Compiler Collection
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL' 'custom')
+url=http://gcc.gnu.org;
+makedepends=('binutils=2.23' 'libmpc' 'cloog' 'gcc-ada' 'doxygen')
+checkdepends=('dejagnu')
+options=('!libtool' '!emptydirs')
+source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2)
+   
#ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
+md5sums=('e6040024eb9e761c3bea348d1fa5abb0')
+
+
+if [ -n ${_snapshot} ]; then
+  _basedir=gcc-${_snapshot}
+else
+  _basedir=gcc-${pkgver}
+fi
+
+build() {
+  cd ${srcdir}/${_basedir}
+
+  # Do not run fixincludes
+  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
+
+  # Arch Linux installs x86_64 libraries /lib
+  [[ $CARCH == x86_64 ]]  sed -i '/m64=/s/lib64/lib/' 
gcc/config/i386/t-linux64
+
+  echo ${pkgver}  gcc/BASE-VER
+
+  # using -pipe causes spurious test-suite failures
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565
+  CFLAGS=${CFLAGS/-pipe/}
+  CXXFLAGS=${CXXFLAGS/-pipe/}
+
+  cd ${srcdir}
+  mkdir gcc-build  cd gcc-build
+
+  ${srcdir}/${_basedir}/configure --prefix=/usr \
+  --libdir=/usr/lib --libexecdir=/usr/lib \
+  --mandir=/usr/share/man --infodir=/usr/share/info \
+  --with-bugurl=https://bugs.archlinux.org/ \
+  --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ \
+  --enable-shared --enable-threads=posix \
+  --with-system-zlib --enable-__cxa_atexit \
+  --disable-libunwind-exceptions --enable-clocale=gnu \
+  --disable-libstdcxx-pch \
+  --enable-gnu-unique-object --enable-linker-build-id \
+  --enable-cloog-backend=isl --disable-cloog-version-check \
+  --enable-lto --enable-gold --enable-ld=default \
+  --enable-plugin --with-plugin-ld=ld.gold \
+  --with-linker-hash-style=gnu --disable-install-libiberty \
+  --disable-multilib --disable-libssp --disable-werror \
+  --enable-checking=release
+  make
+  
+  # make documentation
+  cd $CHOST/libstdc++-v3
+  make 

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

2013-03-28 Thread Evangelos Foutras
Date: Thursday, March 28, 2013 @ 14:06:40
  Author: foutrelis
Revision: 87171

upgpkg: glob2 0.9.4.4-17

Boost 1.53 rebuild.

Modified:
  glob2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 12:39:29 UTC (rev 87170)
+++ PKGBUILD2013-03-28 13:06:40 UTC (rev 87171)
@@ -5,7 +5,7 @@
 
 pkgname=glob2
 pkgver=0.9.4.4
-pkgrel=16
+pkgrel=17
 pkgdesc='RTS game which minimizes micro-management by automatically assigning 
tasks to units'
 arch=('x86_64' 'i686')
 url='http://www.globulation2.org/'



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

2013-03-28 Thread Evangelos Foutras
Date: Thursday, March 28, 2013 @ 14:06:54
  Author: foutrelis
Revision: 87172

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

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

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

Copied: glob2/repos/community-staging-i686/PKGBUILD (from rev 87171, 
glob2/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-28 13:06:54 UTC (rev 87172)
@@ -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-staging-i686/glob2-0.9.4.1-gcc44.patch (from rev 
87171, glob2/trunk/glob2-0.9.4.1-gcc44.patch)
===
--- community-staging-i686/glob2-0.9.4.1-gcc44.patch
(rev 0)
+++ community-staging-i686/glob2-0.9.4.1-gcc44.patch2013-03-28 13:06:54 UTC 
(rev 87172)
@@ -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); 
fseek(fp, displacement, SEEK_SET); }
+   virtual void seekFromEnd(int displacement) { assert(fp); 
fseek(fp, displacement, SEEK_END); }
+   virtual void seekRelative(int displacement) { assert(fp); 
fseek(fp, displacement, SEEK_CUR); }
+@@ -92,7 +92,7 @@ namespace 

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

2013-03-28 Thread Guillaume Alaux
Date: Thursday, March 28, 2013 @ 14:10:27
  Author: guillaume
Revision: 180932

Upstream release

Modified:
  tomcat7/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 13:02:08 UTC (rev 180931)
+++ PKGBUILD2013-03-28 13:10:27 UTC (rev 180932)
@@ -1,7 +1,7 @@
 # Maintainer: Guillaume ALAUX guilla...@archlinux.org
 pkgbase=tomcat7
 pkgname=('java-servlet3.0-tomcat' 'java-jsp2.2-tomcat' 'tomcat7')
-pkgver=7.0.37
+pkgver=7.0.39
 pkgrel=1
 arch=('any')
 url='http://tomcat.apache.org/'
@@ -13,8 +13,8 @@
 systemd_tmpfiles.d_tomcat7.conf
 tomcat7.install)
 
-sha256sums=('eb9d3e6b6ff5024bb6865a8bab57d3f01e221f4e8761c07a894e067f8ca63c0c'
-'4955fc8ca6ee20886d078360f0f169c0490949556044d96542750428e814d9aa'
+sha256sums=('d9b4daceb2040bff84dbc37ea07d442cf6b0a608b2d161f15740147fac76101d'
+'0b56c2c6cb70ba017b2b72c4354ca1f7cb935421eca911395aff03d195ab8a96'
 '6b3d9711319165c331b827cba40cb788c0d1ea60fd181a56b8da4ca41e2d2930'
 '4bfeb2f4462547bf15cb2b72db545c0531c70f8640fa79344d520ceea6812a93'
 '4db469bcbcfb043c63ce3db0412997552861ea0f9c09d8825808570ed75aa27b')



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

2013-03-28 Thread Evangelos Foutras
Date: Thursday, March 28, 2013 @ 14:14:21
  Author: foutrelis
Revision: 87173

upgpkg: encfs 1.7.4-10

Boost 1.53 rebuild.

Modified:
  encfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 13:06:54 UTC (rev 87172)
+++ PKGBUILD2013-03-28 13:14:21 UTC (rev 87173)
@@ -6,7 +6,7 @@
 
 pkgname=encfs
 pkgver=1.7.4
-pkgrel=9
+pkgrel=10
 pkgdesc='Encrypted filesystem in user-space'
 arch=('i686' 'x86_64')
 url='http://www.arg0.net/encfs'



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

2013-03-28 Thread Evangelos Foutras
Date: Thursday, March 28, 2013 @ 14:14:30
  Author: foutrelis
Revision: 87174

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

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

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

Copied: encfs/repos/community-staging-i686/PKGBUILD (from rev 87173, 
encfs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-28 13:14:30 UTC (rev 87174)
@@ -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-staging-x86_64/PKGBUILD (from rev 87173, 
encfs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-03-28 13:14:30 UTC (rev 87174)
@@ -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 wesnoth/trunk (PKGBUILD)

2013-03-28 Thread Sven-Hendrik Haase
Date: Thursday, March 28, 2013 @ 14:17:42
  Author: svenstaro
Revision: 87175

upgpkg: wesnoth 1.10.6-2

Boost 1.53.0 rebuild

Modified:
  wesnoth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 13:14:30 UTC (rev 87174)
+++ PKGBUILD2013-03-28 13:17:42 UTC (rev 87175)
@@ -7,7 +7,7 @@
 
 pkgname=wesnoth
 pkgver=1.10.6
-pkgrel=1
+pkgrel=2
 pkgdesc=A turn-based strategy game on a fantasy world
 arch=('i686' 'x86_64')
 license=('GPL')



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

2013-03-28 Thread Sven-Hendrik Haase
Date: Thursday, March 28, 2013 @ 14:17:59
  Author: svenstaro
Revision: 87176

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

Added:
  wesnoth/repos/community-staging-i686/
  wesnoth/repos/community-staging-i686/PKGBUILD
(from rev 87175, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-staging-i686/wesnoth.install
(from rev 87175, wesnoth/trunk/wesnoth.install)
  wesnoth/repos/community-staging-i686/wesnoth.tmpfiles.conf
(from rev 87175, wesnoth/trunk/wesnoth.tmpfiles.conf)
  wesnoth/repos/community-staging-i686/wesnothd.rc.d
(from rev 87175, wesnoth/trunk/wesnothd.rc.d)
  wesnoth/repos/community-staging-i686/wesnothd.service
(from rev 87175, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-staging-i686/wesnothd.tmpfiles.conf
(from rev 87175, wesnoth/trunk/wesnothd.tmpfiles.conf)
  wesnoth/repos/community-staging-x86_64/
  wesnoth/repos/community-staging-x86_64/PKGBUILD
(from rev 87175, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-staging-x86_64/wesnoth.install
(from rev 87175, wesnoth/trunk/wesnoth.install)
  wesnoth/repos/community-staging-x86_64/wesnoth.tmpfiles.conf
(from rev 87175, wesnoth/trunk/wesnoth.tmpfiles.conf)
  wesnoth/repos/community-staging-x86_64/wesnothd.rc.d
(from rev 87175, wesnoth/trunk/wesnothd.rc.d)
  wesnoth/repos/community-staging-x86_64/wesnothd.service
(from rev 87175, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-staging-x86_64/wesnothd.tmpfiles.conf
(from rev 87175, wesnoth/trunk/wesnothd.tmpfiles.conf)

-+
 community-staging-i686/PKGBUILD |   54 ++
 community-staging-i686/wesnoth.install  |   14 +
 community-staging-i686/wesnoth.tmpfiles.conf|1 
 community-staging-i686/wesnothd.rc.d|   40 
 community-staging-i686/wesnothd.service |9 +++
 community-staging-i686/wesnothd.tmpfiles.conf   |1 
 community-staging-x86_64/PKGBUILD   |   54 ++
 community-staging-x86_64/wesnoth.install|   14 +
 community-staging-x86_64/wesnoth.tmpfiles.conf  |1 
 community-staging-x86_64/wesnothd.rc.d  |   40 
 community-staging-x86_64/wesnothd.service   |9 +++
 community-staging-x86_64/wesnothd.tmpfiles.conf |1 
 12 files changed, 238 insertions(+)

Copied: wesnoth/repos/community-staging-i686/PKGBUILD (from rev 87175, 
wesnoth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-28 13:17:59 UTC (rev 87176)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: Jacobo Arvelo unix4...@ya.com
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=wesnoth
+pkgver=1.10.6
+pkgrel=2
+pkgdesc=A turn-based strategy game on a fantasy world
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.wesnoth.org/;
+depends=('sdl_ttf' 'sdl_net' 'sdl_mixer' 'sdl_image' 'fribidi' 'boost-libs' 
'pango' 'lua' wesnoth-data=$pkgver 'dbus-core' 'python2')
+makedepends=('boost' 'cmake')
+install=wesnoth.install
+options=(!emptydirs)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
+wesnothd.tmpfiles.conf
+wesnothd.rc.d
+wesnothd.service)
+md5sums=('547e3489bbfa778912b11dbee612c380'
+ '2d2fea6b3d86dfd589f5ad35a3be1f97'
+ '85659b47d22dfdf4e4d046556973fc3e'
+ 'd1b6bf1d3dc05086ee6a370adff0ae4a')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  mkdir build  cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DENABLE_OMP=ON \
+  -DENABLE_TOOLS=ON \
+  -DMANDIR=share/man
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  cd build
+  make DESTDIR=$pkgdir install
+
+  rm -r $pkgdir/usr/share/applications
+  rm -r $pkgdir/usr/share/doc
+  rm -r $pkgdir/usr/share/pixmaps
+  rm -r $pkgdir/usr/share/wesnoth
+
+  install -Dm644 $srcdir/wesnothd.tmpfiles.conf 
$pkgdir/usr/lib/tmpfiles.d/wesnothd.conf
+  install -Dm644 $srcdir/wesnothd.service 
$pkgdir/usr/lib/systemd/system/wesnothd.service
+  install -Dm755 $srcdir/wesnothd.rc.d $pkgdir/etc/rc.d/wesnothd
+}

Copied: wesnoth/repos/community-staging-i686/wesnoth.install (from rev 87175, 
wesnoth/trunk/wesnoth.install)
===
--- community-staging-i686/wesnoth.install  (rev 0)
+++ community-staging-i686/wesnoth.install  2013-03-28 13:17:59 UTC (rev 
87176)
@@ -0,0 +1,14 @@
+# arg 1:  the new package version
+post_install() {
+systemd-tmpfiles --create wesnothd.conf
+cat  EOF
+Note:
+== If you experience sound problems try setting your 

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

2013-03-28 Thread Evangelos Foutras
Date: Thursday, March 28, 2013 @ 14:23:09
  Author: foutrelis
Revision: 87177

upgpkg: easystroke 0.5.6-3

Boost 1.53 rebuild.

Modified:
  easystroke/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 13:17:59 UTC (rev 87176)
+++ PKGBUILD2013-03-28 13:23:09 UTC (rev 87177)
@@ -3,7 +3,7 @@
 
 pkgname=easystroke
 pkgver=0.5.6
-pkgrel=2
+pkgrel=3
 pkgdesc='Use mouse gestures to initiate commands and hotkeys.'
 arch=('i686' 'x86_64')
 url='http://easystroke.sourceforge.net/'



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

2013-03-28 Thread Evangelos Foutras
Date: Thursday, March 28, 2013 @ 14:23:20
  Author: foutrelis
Revision: 87178

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

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

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

Copied: easystroke/repos/community-staging-i686/PKGBUILD (from rev 87177, 
easystroke/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-28 13:23:20 UTC (rev 87178)
@@ -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-staging-i686/easystroke.install (from rev 
87177, easystroke/trunk/easystroke.install)
===
--- community-staging-i686/easystroke.install   (rev 0)
+++ community-staging-i686/easystroke.install   2013-03-28 13:23:20 UTC (rev 
87178)
@@ -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-staging-x86_64/PKGBUILD (from rev 87177, 
easystroke/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-03-28 13:23:20 UTC (rev 87178)
@@ -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-staging-x86_64/easystroke.install (from rev 
87177, easystroke/trunk/easystroke.install)
===
--- community-staging-x86_64/easystroke.install (rev 0)
+++ community-staging-x86_64/easystroke.install 2013-03-28 13:23:20 UTC (rev 
87178)
@@ -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
+}



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

2013-03-28 Thread Evangelos Foutras
Date: Thursday, March 28, 2013 @ 14:32:02
  Author: foutrelis
Revision: 87179

upgpkg: bitcoin 0.8.1-2

Boost 1.53 rebuild.

Modified:
  bitcoin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 13:23:20 UTC (rev 87178)
+++ PKGBUILD2013-03-28 13:32:02 UTC (rev 87179)
@@ -5,7 +5,7 @@
 pkgbase=bitcoin
 pkgname=('bitcoin-daemon' 'bitcoin-qt')
 pkgver=0.8.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://www.bitcoin.org/;
 makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc')



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

2013-03-28 Thread Evangelos Foutras
Date: Thursday, March 28, 2013 @ 14:32:13
  Author: foutrelis
Revision: 87180

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

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

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

Copied: bitcoin/repos/community-staging-i686/PKGBUILD (from rev 87179, 
bitcoin/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-28 13:32:13 UTC (rev 87180)
@@ -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-staging-i686/bitcoin-qt.install (from rev 
87179, bitcoin/trunk/bitcoin-qt.install)
===
--- community-staging-i686/bitcoin-qt.install   (rev 0)
+++ community-staging-i686/bitcoin-qt.install   2013-03-28 13:32:13 UTC (rev 
87180)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install $1
+}
+
+post_remove() {
+post_install $1
+}

Copied: bitcoin/repos/community-staging-x86_64/PKGBUILD (from rev 87179, 
bitcoin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-03-28 13:32:13 UTC (rev 87180)
@@ -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 

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

2013-03-28 Thread Alexander Rødseth
Date: Thursday, March 28, 2013 @ 14:42:24
  Author: arodseth
Revision: 87181

upgpkg: ruby-cairo 1.12.2-7

Modified:
  ruby-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 13:32:13 UTC (rev 87180)
+++ PKGBUILD2013-03-28 13:42:24 UTC (rev 87181)
@@ -5,7 +5,7 @@
 
 pkgname=ruby-cairo
 pkgver=1.12.2
-pkgrel=6
+pkgrel=7
 pkgdesc='Ruby bindings for cairo'
 arch=('x86_64' 'i686')
 url='http://cairographics.org/rcairo/'
@@ -27,7 +27,7 @@
 
   make DESTDIR=$pkgdir install
   install -Dm644 ext/cairo/cairo.so \
-$pkgdir/usr/lib/ruby/vendor_ruby/2.0.0/$arch-linux/cairo.so
+$pkgdir/usr/lib/ruby/vendor_ruby/2.0.0/$CARCH-linux/cairo.so
 }
 
 # vim:set ts=2 sw=2 et:



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

2013-03-28 Thread Alexander Rødseth
Date: Thursday, March 28, 2013 @ 14:42:37
  Author: arodseth
Revision: 87182

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

Added:
  ruby-cairo/repos/community-i686/PKGBUILD
(from rev 87181, ruby-cairo/trunk/PKGBUILD)
  ruby-cairo/repos/community-x86_64/PKGBUILD
(from rev 87181, ruby-cairo/trunk/PKGBUILD)
Deleted:
  ruby-cairo/repos/community-i686/PKGBUILD
  ruby-cairo/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-28 13:42:24 UTC (rev 87181)
+++ community-i686/PKGBUILD 2013-03-28 13:42:37 UTC (rev 87182)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Jeremy reebydobal...@yahoo.ca
-
-pkgname=ruby-cairo
-pkgver=1.12.2
-pkgrel=6
-pkgdesc='Ruby bindings for cairo'
-arch=('x86_64' 'i686')
-url='http://cairographics.org/rcairo/'
-license=('GPL')
-depends=('ruby' 'cairo')
-makedepends=('ruby-pkgconfig')
-source=(http://cairographics.org/releases/rcairo-$pkgver.tar.gz;)
-sha256sums=('f071d6ccb12cb6dc1fc91eb086d6150ce779930fe5af38a6987e378c809362c5')
-
-build() {
-  cd $srcdir/rcairo-$pkgver
-
-  ruby extconf.rb --vendor
-  make
-}
-
-package() {
-  cd $srcdir/rcairo-$pkgver
-
-  make DESTDIR=$pkgdir install
-  install -Dm644 ext/cairo/cairo.so \
-$pkgdir/usr/lib/ruby/vendor_ruby/2.0.0/$arch-linux/cairo.so
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ruby-cairo/repos/community-i686/PKGBUILD (from rev 87181, 
ruby-cairo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-28 13:42:37 UTC (rev 87182)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Jeremy reebydobal...@yahoo.ca
+
+pkgname=ruby-cairo
+pkgver=1.12.2
+pkgrel=7
+pkgdesc='Ruby bindings for cairo'
+arch=('x86_64' 'i686')
+url='http://cairographics.org/rcairo/'
+license=('GPL')
+depends=('ruby' 'cairo')
+makedepends=('ruby-pkgconfig')
+source=(http://cairographics.org/releases/rcairo-$pkgver.tar.gz;)
+sha256sums=('f071d6ccb12cb6dc1fc91eb086d6150ce779930fe5af38a6987e378c809362c5')
+
+build() {
+  cd $srcdir/rcairo-$pkgver
+
+  ruby extconf.rb --vendor
+  make
+}
+
+package() {
+  cd $srcdir/rcairo-$pkgver
+
+  make DESTDIR=$pkgdir install
+  install -Dm644 ext/cairo/cairo.so \
+$pkgdir/usr/lib/ruby/vendor_ruby/2.0.0/$CARCH-linux/cairo.so
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-28 13:42:24 UTC (rev 87181)
+++ community-x86_64/PKGBUILD   2013-03-28 13:42:37 UTC (rev 87182)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Jeremy reebydobal...@yahoo.ca
-
-pkgname=ruby-cairo
-pkgver=1.12.2
-pkgrel=6
-pkgdesc='Ruby bindings for cairo'
-arch=('x86_64' 'i686')
-url='http://cairographics.org/rcairo/'
-license=('GPL')
-depends=('ruby' 'cairo')
-makedepends=('ruby-pkgconfig')
-source=(http://cairographics.org/releases/rcairo-$pkgver.tar.gz;)
-sha256sums=('f071d6ccb12cb6dc1fc91eb086d6150ce779930fe5af38a6987e378c809362c5')
-
-build() {
-  cd $srcdir/rcairo-$pkgver
-
-  ruby extconf.rb --vendor
-  make
-}
-
-package() {
-  cd $srcdir/rcairo-$pkgver
-
-  make DESTDIR=$pkgdir install
-  install -Dm644 ext/cairo/cairo.so \
-$pkgdir/usr/lib/ruby/vendor_ruby/2.0.0/$arch-linux/cairo.so
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ruby-cairo/repos/community-x86_64/PKGBUILD (from rev 87181, 
ruby-cairo/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-28 13:42:37 UTC (rev 87182)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Jeremy reebydobal...@yahoo.ca
+
+pkgname=ruby-cairo
+pkgver=1.12.2
+pkgrel=7
+pkgdesc='Ruby bindings for cairo'
+arch=('x86_64' 'i686')
+url='http://cairographics.org/rcairo/'
+license=('GPL')
+depends=('ruby' 'cairo')
+makedepends=('ruby-pkgconfig')
+source=(http://cairographics.org/releases/rcairo-$pkgver.tar.gz;)
+sha256sums=('f071d6ccb12cb6dc1fc91eb086d6150ce779930fe5af38a6987e378c809362c5')
+
+build() {
+  cd $srcdir/rcairo-$pkgver
+
+  ruby extconf.rb --vendor
+  make
+}
+
+package() {
+  cd $srcdir/rcairo-$pkgver
+
+  make DESTDIR=$pkgdir 

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

2013-03-28 Thread Evangelos Foutras
Date: Thursday, March 28, 2013 @ 14:43:52
  Author: foutrelis
Revision: 87183

upgpkg: glom 1.22.0-5

Boost 1.53 rebuild.

Modified:
  glom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 13:42:37 UTC (rev 87182)
+++ PKGBUILD2013-03-28 13:43:52 UTC (rev 87183)
@@ -6,7 +6,7 @@
 
 pkgname=glom
 pkgver=1.22.0
-pkgrel=4
+pkgrel=5
 pkgdesc=An easy-to-use database designer and user interface
 arch=('i686' 'x86_64')
 url=http://www.glom.org/;



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

2013-03-28 Thread Evangelos Foutras
Date: Thursday, March 28, 2013 @ 14:44:03
  Author: foutrelis
Revision: 87184

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

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

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

Copied: glom/repos/community-staging-i686/PKGBUILD (from rev 87183, 
glom/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-28 13:44:03 UTC (rev 87184)
@@ -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-staging-i686/glom.install (from rev 87183, 
glom/trunk/glom.install)
===
--- community-staging-i686/glom.install (rev 0)
+++ community-staging-i686/glom.install 2013-03-28 13:44:03 UTC (rev 87184)
@@ -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-staging-x86_64/PKGBUILD (from rev 87183, 
glom/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-03-28 13:44:03 UTC (rev 87184)
@@ -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-staging-x86_64/glom.install (from rev 87183, 
glom/trunk/glom.install)
===
--- community-staging-x86_64/glom.install   (rev 0)
+++ community-staging-x86_64/glom.install   2013-03-28 13:44:03 UTC (rev 
87184)
@@ -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
+}
+

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

2013-03-28 Thread Evangelos Foutras
Date: Thursday, March 28, 2013 @ 14:45:23
  Author: foutrelis
Revision: 87185

upgpkg: cclive 0.7.12-2

Boost 1.53 rebuild.

Modified:
  cclive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 13:44:03 UTC (rev 87184)
+++ PKGBUILD2013-03-28 13:45:23 UTC (rev 87185)
@@ -5,7 +5,7 @@
 
 pkgname=cclive
 pkgver=0.7.12
-pkgrel=1
+pkgrel=2
 pkgdesc='Commandline downloader for popular video websites.'
 arch=('i686' 'x86_64')
 url='http://cclive.sourceforge.net/'



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

2013-03-28 Thread Evangelos Foutras
Date: Thursday, March 28, 2013 @ 14:45:33
  Author: foutrelis
Revision: 87186

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

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

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

Copied: cclive/repos/community-staging-i686/PKGBUILD (from rev 87185, 
cclive/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-28 13:45:33 UTC (rev 87186)
@@ -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-staging-x86_64/PKGBUILD (from rev 87185, 
cclive/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-03-28 13:45:33 UTC (rev 87186)
@@ -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 mosh/trunk (PKGBUILD)

2013-03-28 Thread Alexander Rødseth
Date: Thursday, March 28, 2013 @ 14:48:49
  Author: arodseth
Revision: 87187

upgpkg: mosh 1.2.4-1

Modified:
  mosh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 13:45:33 UTC (rev 87186)
+++ PKGBUILD2013-03-28 13:48:49 UTC (rev 87187)
@@ -4,15 +4,15 @@
 # Contributor: Thomas Weißschuh thomas_weissschuh lavabit.com
 
 pkgname=mosh
-pkgver=1.2.3
-pkgrel=5
+pkgver=1.2.4
+pkgrel=1
 pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
 arch=('x86_64' 'i686')
 url='http://mosh.mit.edu/'
 license=('GPL3')
 depends=('protobuf' 'ncurses' 'zlib' 'openssh' 'perl' 'perl-io-tty' 
'libutempter')
-source=(https://github.com/downloads/keithw/mosh/$pkgname-$pkgver.tar.gz;)
-sha256sums=('93f09fda77e57f05485a61f3ac679bf9f3f359a9b0b93c216ddd53cd124a768f')
+source=(http://$pkgname.mit.edu/$pkgname-$pkgver.tar.gz;)
+sha256sums=('e74d0d323226046e402dd469a176075fc2013b69b0e67cea49762c957175df46')
 optdepends=('ufw-extras')
 options=('!emptydirs')
 



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

2013-03-28 Thread Alexander Rødseth
Date: Thursday, March 28, 2013 @ 14:49:01
  Author: arodseth
Revision: 87188

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-28 13:48:49 UTC (rev 87187)
+++ community-i686/PKGBUILD 2013-03-28 13:49:01 UTC (rev 87188)
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Christian Neukirchen chneukirc...@gmail.com
-# Contributor: Thomas Weißschuh thomas_weissschuh lavabit.com
-
-pkgname=mosh
-pkgver=1.2.3
-pkgrel=5
-pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
-arch=('x86_64' 'i686')
-url='http://mosh.mit.edu/'
-license=('GPL3')
-depends=('protobuf' 'ncurses' 'zlib' 'openssh' 'perl' 'perl-io-tty' 
'libutempter')
-source=(https://github.com/downloads/keithw/mosh/$pkgname-$pkgver.tar.gz;)
-sha256sums=('93f09fda77e57f05485a61f3ac679bf9f3f359a9b0b93c216ddd53cd124a768f')
-optdepends=('ufw-extras')
-options=('!emptydirs')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-  install -Dm644 conf/bash_completion.d/$pkgname \
-$pkgdir/usr/share/bash-completion/completions/$pkgname
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mosh/repos/community-i686/PKGBUILD (from rev 87187, mosh/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-28 13:49:01 UTC (rev 87188)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Christian Neukirchen chneukirc...@gmail.com
+# Contributor: Thomas Weißschuh thomas_weissschuh lavabit.com
+
+pkgname=mosh
+pkgver=1.2.4
+pkgrel=1
+pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
+arch=('x86_64' 'i686')
+url='http://mosh.mit.edu/'
+license=('GPL3')
+depends=('protobuf' 'ncurses' 'zlib' 'openssh' 'perl' 'perl-io-tty' 
'libutempter')
+source=(http://$pkgname.mit.edu/$pkgname-$pkgver.tar.gz;)
+sha256sums=('e74d0d323226046e402dd469a176075fc2013b69b0e67cea49762c957175df46')
+optdepends=('ufw-extras')
+options=('!emptydirs')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  install -Dm644 conf/bash_completion.d/$pkgname \
+$pkgdir/usr/share/bash-completion/completions/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-28 13:48:49 UTC (rev 87187)
+++ community-x86_64/PKGBUILD   2013-03-28 13:49:01 UTC (rev 87188)
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Christian Neukirchen chneukirc...@gmail.com
-# Contributor: Thomas Weißschuh thomas_weissschuh lavabit.com
-
-pkgname=mosh
-pkgver=1.2.3
-pkgrel=5
-pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
-arch=('x86_64' 'i686')
-url='http://mosh.mit.edu/'
-license=('GPL3')
-depends=('protobuf' 'ncurses' 'zlib' 'openssh' 'perl' 'perl-io-tty' 
'libutempter')
-source=(https://github.com/downloads/keithw/mosh/$pkgname-$pkgver.tar.gz;)
-sha256sums=('93f09fda77e57f05485a61f3ac679bf9f3f359a9b0b93c216ddd53cd124a768f')
-optdepends=('ufw-extras')
-options=('!emptydirs')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-  install -Dm644 conf/bash_completion.d/$pkgname \
-$pkgdir/usr/share/bash-completion/completions/$pkgname
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mosh/repos/community-x86_64/PKGBUILD (from rev 87187, 
mosh/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-28 13:49:01 UTC (rev 87188)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: 

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

2013-03-28 Thread Evangelos Foutras
Date: Thursday, March 28, 2013 @ 14:51:14
  Author: foutrelis
Revision: 87189

upgpkg: pinot 1.03-2

Boost 1.53 rebuild.

Modified:
  pinot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 13:49:01 UTC (rev 87188)
+++ PKGBUILD2013-03-28 13:51:14 UTC (rev 87189)
@@ -7,7 +7,7 @@
 
 pkgname=pinot
 pkgver=1.03
-pkgrel=1
+pkgrel=2
 pkgdesc='Personal search and metasearch tool'
 arch=('i686' 'x86_64')
 url='http://code.google.com/p/pinot-search/'



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

2013-03-28 Thread Evangelos Foutras
Date: Thursday, March 28, 2013 @ 14:51:29
  Author: foutrelis
Revision: 87190

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

Added:
  pinot/repos/community-staging-i686/
  pinot/repos/community-staging-i686/PKGBUILD
(from rev 87189, pinot/trunk/PKGBUILD)
  pinot/repos/community-staging-i686/pinot.changelog
(from rev 87189, pinot/trunk/pinot.changelog)
  pinot/repos/community-staging-i686/pinot.install
(from rev 87189, pinot/trunk/pinot.install)
  pinot/repos/community-staging-x86_64/
  pinot/repos/community-staging-x86_64/PKGBUILD
(from rev 87189, pinot/trunk/PKGBUILD)
  pinot/repos/community-staging-x86_64/pinot.changelog
(from rev 87189, pinot/trunk/pinot.changelog)
  pinot/repos/community-staging-x86_64/pinot.install
(from rev 87189, pinot/trunk/pinot.install)

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

Copied: pinot/repos/community-staging-i686/PKGBUILD (from rev 87189, 
pinot/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-28 13:51:29 UTC (rev 87190)
@@ -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-staging-i686/pinot.changelog (from rev 87189, 
pinot/trunk/pinot.changelog)
===
--- community-staging-i686/pinot.changelog  (rev 0)
+++ community-staging-i686/pinot.changelog  2013-03-28 13:51:29 UTC (rev 
87190)
@@ -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-staging-i686/pinot.install (from rev 87189, 
pinot/trunk/pinot.install)
===
--- community-staging-i686/pinot.install(rev 0)
+++ community-staging-i686/pinot.install2013-03-28 13:51:29 UTC (rev 
87190)
@@ -0,0 +1,15 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  echo Starting with 0.63, the service is auto-started. 
+  echo The file that 

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

2013-03-28 Thread Sven-Hendrik Haase
Date: Thursday, March 28, 2013 @ 14:57:31
  Author: svenstaro
Revision: 87191

upgpkg: openimageio 1.1.8-1

Boost 1.53.0 rebuild

Modified:
  openimageio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 13:51:29 UTC (rev 87190)
+++ PKGBUILD2013-03-28 13:57:31 UTC (rev 87191)
@@ -3,8 +3,8 @@
 # Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 
 pkgname=openimageio
-pkgver=1.1.7
-pkgrel=2
+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/;
@@ -14,7 +14,7 @@
 optdepends=('qt4: iv image viewer'
 'python2: bindings support')
 source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver)
-md5sums=('5fafac9b5f9f7edc9bd0507477c12e0d')
+md5sums=('2d816e0ff48f12dfc0491d39a4918456')
 
 build() {
   cd $srcdir/$_pkgname*



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

2013-03-28 Thread Sven-Hendrik Haase
Date: Thursday, March 28, 2013 @ 14:57:40
  Author: svenstaro
Revision: 87192

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

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

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

Copied: openimageio/repos/community-staging-i686/PKGBUILD (from rev 87191, 
openimageio/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-28 13:57:40 UTC (rev 87192)
@@ -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-staging-i686/fix32bit-fail.patch (from rev 
87191, openimageio/trunk/fix32bit-fail.patch)
===
--- community-staging-i686/fix32bit-fail.patch  (rev 0)
+++ community-staging-i686/fix32bit-fail.patch  2013-03-28 13:57:40 UTC (rev 
87192)
@@ -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-staging-x86_64/PKGBUILD (from rev 87191, 
openimageio/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-03-28 13:57:40 UTC (rev 87192)
@@ -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-staging-x86_64/fix32bit-fail.patch (from 
rev 87191, openimageio/trunk/fix32bit-fail.patch)
===
--- community-staging-x86_64/fix32bit-fail.patch

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

2013-03-28 Thread Sven-Hendrik Haase
Date: Thursday, March 28, 2013 @ 15:01:43
  Author: svenstaro
Revision: 87193

upgpkg: gource 0.39-2

Boost 1.53.0 rebuild

Modified:
  gource/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 13:57:40 UTC (rev 87192)
+++ PKGBUILD2013-03-28 14:01:43 UTC (rev 87193)
@@ -4,7 +4,7 @@
 # Contributor: Olivier Ramonat olivier at ramonat dot fr
 pkgname=gource
 pkgver=0.39
-pkgrel=1
+pkgrel=2
 pkgdesc=software version control visualization
 license=(GPL3)
 arch=(i686 x86_64)



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

2013-03-28 Thread Sven-Hendrik Haase
Date: Thursday, March 28, 2013 @ 15:01:53
  Author: svenstaro
Revision: 87194

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

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

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

Copied: gource/repos/community-staging-i686/PKGBUILD (from rev 87193, 
gource/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-28 14:01:53 UTC (rev 87194)
@@ -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-staging-x86_64/PKGBUILD (from rev 87193, 
gource/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-03-28 14:01:53 UTC (rev 87194)
@@ -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 mfs/trunk (5 files)

2013-03-28 Thread Alexander Rødseth
Date: Thursday, March 28, 2013 @ 15:09:05
  Author: arodseth
Revision: 87195

Removing obsolete rc.d scripts

Modified:
  mfs/trunk/PKGBUILD
Deleted:
  mfs/trunk/mfscgiserv
  mfs/trunk/mfschunkserver
  mfs/trunk/mfsmaster
  mfs/trunk/mfsmetalogger

+
 PKGBUILD   |   24 
 mfscgiserv |   36 
 mfschunkserver |   38 --
 mfsmaster  |   39 ---
 mfsmetalogger  |   39 ---
 5 files changed, 8 insertions(+), 168 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 14:01:53 UTC (rev 87194)
+++ PKGBUILD2013-03-28 14:09:05 UTC (rev 87195)
@@ -4,24 +4,20 @@
 
 pkgbase=mfs
 pkgname=('mfs-master' 'mfs-chunkserver' 'mfs-client')
-pkgver=1.6.26
+pkgver=1.6.27
 pkgrel=1
 pkgdesc='MooseFS, fault tolerant, network distributed file system'
+url='http://www.moosefs.com/'
+arch=('x86_64' 'i686')
 license=('GPL3')
-arch=('x86_64' 'i686')
+depends=('zlib' 'fuse' 'python2' 'bash' 'xfsprogs')
+install=$pkgname.install
 options=('!libtool')
-depends=('zlib' 'fuse' 'python2' 'bash' 'xfsprogs')
-url='http://www.moosefs.com/'
-install=mfs.install
-source=(http://www.moosefs.org/tl_files/mfscode/mfs-$pkgver.tar.gz;
+source=(http://www.moosefs.org/tl_files/${pkgbase}code/$pkgbase-$pkgver.tar.gz;
 'mfsmaster.service'
 'mfschunkserver.service'
 'mfsmetalogger.service'
-'mfscgiserv.service'
-'mfsmaster'
-'mfschunkserver'
-'mfsmetalogger'
-'mfscgiserv')
+'mfscgiserv.service')
 sha256sums=('f250f97c6f2a229277fdbf9fe96036873fd6c95a38f484f06e6b87a404c01885'
 'b24fc4f699e7d11fcda00d83a1feb45aa0e6f4f448e675a1857edcf315427fe0'
 '19262bde4dbefb1d3eba09ba7d507595aed9647328a0a7822bbc1915ae3201a7'
@@ -98,9 +94,6 @@
   install -Dm644 $srcdir/mfschunkserver.service \
 $pkgdir/usr/lib/systemd/system/mfschunkserver.service
 
-  msg2 'Packaging initscript...'
-  install -Dm755 $srcdir/mfschunkserver $pkgdir/etc/rc.d/mfschunkserver
-
   msg2 'Cleaning up...'
   rm -rf $pkgdir/usr/share/man/man7
   rmdir $pkgdir/usr/share/man/man1
@@ -120,9 +113,8 @@
   install -Dm644 NEWS $pkgdir/usr/share/doc/$pkgbase/NEWS
   install -Dm644 UPGRADE $pkgdir/usr/share/doc/$pkgbase/UPGRADE
 
-  msg2 'Packaging Systemd services and initscripts...'
+  msg2 'Packaging Systemd services...'
   for fn in master metalogger cgiserv; do
-install -Dm755 $srcdir/mfs$fn $pkgdir/etc/rc.d/mfs$fn
 install -Dm644 $srcdir/mfs$fn.service \
   $pkgdir/usr/lib/systemd/system/mfs$fn.service
   done

Deleted: mfscgiserv
===
--- mfscgiserv  2013-03-28 14:01:53 UTC (rev 87194)
+++ mfscgiserv  2013-03-28 14:09:05 UTC (rev 87195)
@@ -1,36 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-PID=$(ps aux | grep -v grep | grep /usr/bin/mfscgiserv | awk '{print $2}')
-case $1 in
-  start)
-stat_busy Starting MooseFS CGI Web Frontend Daemon
-[ -z $PID ]  /usr/bin/mfscgiserv  /dev/null
-if [ $? = 0 ]; then
-  add_daemon mfscgiserv
-  stat_done
-else
-  stat_fail
-  exit 1
-fi
-;;
-  stop)
-stat_busy Stopping MooseFS CGI Web Frontend Daemon
-[ ! -z $PID ]   kill $PID  /dev/null
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  rm_daemon mfscgiserv
-  stat_done
-fi
-;;
-  restart)
-$0 stop
-sleep 1
-$0 start
-;;
-  *)
-echo usage: $0 {start|stop|restart}  
-esac

Deleted: mfschunkserver
===
--- mfschunkserver  2013-03-28 14:01:53 UTC (rev 87194)
+++ mfschunkserver  2013-03-28 14:09:05 UTC (rev 87195)
@@ -1,38 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-PID=`pidof -o %PPID /usr/bin/mfschunkserver`
-case $1 in
-  start)
-stat_busy Starting MooseFS Chunkserver Daemon
-if [ -z $PID ]; then 
-   /usr/bin/mfschunkserver start
-fi
-if [ ! -z $PID -o $? -gt 0 ]; then
-  stat_fail
-else
-  PID=`pidof -o %PPID /usr/bin/mfschunkserver`
-  echo $PID  /var/run/mfsmetalogger.pid
-  add_daemon mfschunkserver
-  stat_done
-fi
-;;
-  stop)
-stat_busy Stopping MooseFS Chunkserver Daemon
-[ ! -z $PID ]   /usr/bin/mfschunkserver stop  /dev/null
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  rm_daemon mfschunkserver
-  stat_done
-fi
-;;
-  restart)
-$0 stop
-$0 start
-;;
-  *)
-echo usage: $0 {start|stop|restart}  
-esac

Deleted: mfsmaster
===
--- mfsmaster   2013-03-28 14:01:53 UTC (rev 87194)
+++ mfsmaster   2013-03-28 14:09:05 UTC (rev 87195)
@@ -1,39 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-

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

2013-03-28 Thread Alexander Rødseth
Date: Thursday, March 28, 2013 @ 15:15:16
  Author: arodseth
Revision: 87196

Pixmap handling

Added:
  glob2/trunk/glob2.install
Modified:
  glob2/trunk/PKGBUILD
Deleted:
  glob2/trunk/glob2.install

---+
 PKGBUILD  |4 ++--
 glob2.install |   26 +-
 2 files changed, 15 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 14:09:05 UTC (rev 87195)
+++ PKGBUILD2013-03-28 14:15:16 UTC (rev 87196)
@@ -5,13 +5,13 @@
 
 pkgname=glob2
 pkgver=0.9.4.4
-pkgrel=17
+pkgrel=18
 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')
+ 'fribidi' 'xdg-utils' 'libgl')
 makedepends=('scons' 'boost' 'mesa-libgl')
 install=$pkgname.install
 
source=(http://dl.sv.nongnu.org/releases/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.gz;

Deleted: glob2.install
===
--- glob2.install   2013-03-28 14:09:05 UTC (rev 87195)
+++ glob2.install   2013-03-28 14:15:16 UTC (rev 87196)
@@ -1,13 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-

Added: glob2.install
===
--- glob2.install   (rev 0)
+++ glob2.install   2013-03-28 14:15:16 UTC (rev 87196)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+  xdg-icon-resource forceupdate
+}
+
+post_remove() {
+  xdg-icon-resource forceupdate
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-03-28 Thread Alexander Rødseth
Date: Thursday, March 28, 2013 @ 15:23:07
  Author: arodseth
Revision: 87197

upgpkg: ogre 1.8.1-4

Modified:
  ogre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 14:15:16 UTC (rev 87196)
+++ PKGBUILD2013-03-28 14:23:07 UTC (rev 87197)
@@ -3,8 +3,8 @@
 pkgbase=ogre
 pkgname=('ogre' 'ogre-docs')
 pkgver=1.8.1
-pkgrel=3
-pkgdesc=A scene-oriented, flexible 3D engine written in C++
+pkgrel=4
+pkgdesc='Scene-oriented, flexible 3D engine written in C++'
 arch=('i686' 'x86_64')
 url='http://www.ogre3d.org'
 license=('custom:MIT')



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

2013-03-28 Thread Alexander Rødseth
Date: Thursday, March 28, 2013 @ 15:23:17
  Author: arodseth
Revision: 87198

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

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

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

Copied: ogre/repos/community-staging-i686/PKGBUILD (from rev 87197, 
ogre/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-28 14:23:17 UTC (rev 87198)
@@ -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-staging-i686/ogre.install (from rev 87197, 
ogre/trunk/ogre.install)
===
--- community-staging-i686/ogre.install (rev 0)
+++ community-staging-i686/ogre.install 2013-03-28 14:23:17 UTC (rev 87198)
@@ -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-staging-x86_64/PKGBUILD (from rev 87197, 
ogre/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-03-28 14:23:17 UTC (rev 87198)
@@ -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' 

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

2013-03-28 Thread Sergej Pupykin
Date: Thursday, March 28, 2013 @ 15:26:44
  Author: spupykin
Revision: 87199

upgpkg: opendkim 2.8.2-1

upd

Modified:
  opendkim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 14:23:17 UTC (rev 87198)
+++ PKGBUILD2013-03-28 14:26:44 UTC (rev 87199)
@@ -3,7 +3,7 @@
 # Maintainer: Thomas Jost schno...@schnouki.net
 
 pkgname=opendkim
-pkgver=2.8.1
+pkgver=2.8.2
 pkgrel=1
 pkgdesc=An open source implementation of the DKIM sender authentication 
system. Based on a fork of dkim-milter.
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
opendkim.conf
opendkim.rc
opendkim.service)
-md5sums=('6c9810e343414f49ad7fee313f02a0a7'
+md5sums=('62d7b22f3b15049e3692caa28bcc801e'
  '3e2bb1058ac0662f01e675aa6ac7ee8f'
  '093f5c098a45cc68753f97e45a5b374c'
  'bc1b73856bc1941faaa4842e00437cb5')



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

2013-03-28 Thread Sergej Pupykin
Date: Thursday, March 28, 2013 @ 15:27:14
  Author: spupykin
Revision: 87200

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

Added:
  opendkim/repos/community-i686/PKGBUILD
(from rev 87199, opendkim/trunk/PKGBUILD)
  opendkim/repos/community-i686/opendkim.conf
(from rev 87199, opendkim/trunk/opendkim.conf)
  opendkim/repos/community-i686/opendkim.install
(from rev 87199, opendkim/trunk/opendkim.install)
  opendkim/repos/community-i686/opendkim.rc
(from rev 87199, opendkim/trunk/opendkim.rc)
  opendkim/repos/community-i686/opendkim.service
(from rev 87199, opendkim/trunk/opendkim.service)
  opendkim/repos/community-x86_64/PKGBUILD
(from rev 87199, opendkim/trunk/PKGBUILD)
  opendkim/repos/community-x86_64/opendkim.conf
(from rev 87199, opendkim/trunk/opendkim.conf)
  opendkim/repos/community-x86_64/opendkim.install
(from rev 87199, opendkim/trunk/opendkim.install)
  opendkim/repos/community-x86_64/opendkim.rc
(from rev 87199, opendkim/trunk/opendkim.rc)
  opendkim/repos/community-x86_64/opendkim.service
(from rev 87199, opendkim/trunk/opendkim.service)
Deleted:
  opendkim/repos/community-i686/PKGBUILD
  opendkim/repos/community-i686/opendkim.conf
  opendkim/repos/community-i686/opendkim.install
  opendkim/repos/community-i686/opendkim.rc
  opendkim/repos/community-i686/opendkim.service
  opendkim/repos/community-x86_64/PKGBUILD
  opendkim/repos/community-x86_64/opendkim.conf
  opendkim/repos/community-x86_64/opendkim.install
  opendkim/repos/community-x86_64/opendkim.rc
  opendkim/repos/community-x86_64/opendkim.service

---+
 /PKGBUILD |  118 
 /opendkim.conf|2 
 /opendkim.install |   22 ++
 /opendkim.rc  |   78 +++
 /opendkim.service |   22 ++
 community-i686/PKGBUILD   |   59 --
 community-i686/opendkim.conf  |1 
 community-i686/opendkim.install   |   11 ---
 community-i686/opendkim.rc|   39 ---
 community-i686/opendkim.service   |   11 ---
 community-x86_64/PKGBUILD |   59 --
 community-x86_64/opendkim.conf|1 
 community-x86_64/opendkim.install |   11 ---
 community-x86_64/opendkim.rc  |   39 ---
 community-x86_64/opendkim.service |   11 ---
 15 files changed, 242 insertions(+), 242 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-28 14:26:44 UTC (rev 87199)
+++ community-i686/PKGBUILD 2013-03-28 14:27:14 UTC (rev 87200)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Thomas Jost schno...@schnouki.net
-
-pkgname=opendkim
-pkgver=2.8.1
-pkgrel=1
-pkgdesc=An open source implementation of the DKIM sender authentication 
system. Based on a fork of dkim-milter.
-arch=(i686 x86_64)
-url=http://www.opendkim.org/;
-license=('BSD' 'custom:Sendmail')
-depends=(db openssl)
-makedepends=(libmilter)
-options=(!libtool !emptydirs)
-backup=(etc/conf.d/opendkim)
-install=opendkim.install
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz
-   opendkim.conf
-   opendkim.rc
-   opendkim.service)
-md5sums=('6c9810e343414f49ad7fee313f02a0a7'
- '3e2bb1058ac0662f01e675aa6ac7ee8f'
- '093f5c098a45cc68753f97e45a5b374c'
- 'bc1b73856bc1941faaa4842e00437cb5')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-db
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-
-  # Sample configuration
-  mkdir -p $pkgdir/etc/opendkim
-  mv $pkgdir/usr/share/doc/opendkim/opendkim.conf.sample 
$pkgdir/etc/opendkim/opendkim.conf.sample
-  chmod 0700 $pkgdir/etc/opendkim
-  chmod 0600 $pkgdir/etc/opendkim/opendkim.conf.sample
-
-  # Init script
-  install -Dm644 $srcdir/opendkim.conf $pkgdir/etc/conf.d/opendkim
-  install -Dm755 $srcdir/opendkim.rc $pkgdir/etc/rc.d/opendkim
-
-  # License
-  mkdir -p $pkgdir/usr/share/licenses/opendkim
-  for f in LICENSE LICENSE.Sendmail; do
-ln -s ../../doc/opendkim/$f $pkgdir/usr/share/licenses/opendkim/$f
-  done
-
-  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-}

Copied: opendkim/repos/community-i686/PKGBUILD (from rev 87199, 
opendkim/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-28 14:27:14 UTC (rev 87200)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Thomas Jost schno...@schnouki.net
+
+pkgname=opendkim
+pkgver=2.8.2
+pkgrel=1
+pkgdesc=An open source implementation of the DKIM 

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

2013-03-28 Thread Sven-Hendrik Haase
Date: Thursday, March 28, 2013 @ 15:39:37
  Author: svenstaro
Revision: 87201

upgpkg: openshadinglanguage 1.3.0-3

Boost 1.53.0 rebuild

Modified:
  openshadinglanguage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 14:27:14 UTC (rev 87200)
+++ PKGBUILD2013-03-28 14:39:37 UTC (rev 87201)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 pkgname=openshadinglanguage
 pkgver=1.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc=Advanced shading language for production GI renderers
 arch=(i686 x86_64)
 url=http://code.google.com/p/openshadinglanguage/;



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

2013-03-28 Thread Sven-Hendrik Haase
Date: Thursday, March 28, 2013 @ 15:39:47
  Author: svenstaro
Revision: 87202

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

Added:
  openshadinglanguage/repos/community-staging-i686/
  openshadinglanguage/repos/community-staging-i686/PKGBUILD
(from rev 87201, openshadinglanguage/trunk/PKGBUILD)
  openshadinglanguage/repos/community-staging-i686/llvm32.patch
(from rev 87201, openshadinglanguage/trunk/llvm32.patch)
  openshadinglanguage/repos/community-staging-x86_64/
  openshadinglanguage/repos/community-staging-x86_64/PKGBUILD
(from rev 87201, openshadinglanguage/trunk/PKGBUILD)
  openshadinglanguage/repos/community-staging-x86_64/llvm32.patch
(from rev 87201, openshadinglanguage/trunk/llvm32.patch)

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

Copied: openshadinglanguage/repos/community-staging-i686/PKGBUILD (from rev 
87201, openshadinglanguage/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-28 14:39:47 UTC (rev 87202)
@@ -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-staging-i686/llvm32.patch (from rev 
87201, openshadinglanguage/trunk/llvm32.patch)
===
--- community-staging-i686/llvm32.patch (rev 0)
+++ community-staging-i686/llvm32.patch 2013-03-28 14:39:47 UTC (rev 87202)
@@ -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) passes
+ //
+ m_llvm_passes = new llvm::PassManager;
+ llvm::PassManager passes (*m_llvm_passes);
++#if OSL_LLVM_VERSION = 32
++passes.add (new llvm::DataLayout(llvm_module()));
++#else
+ passes.add (new llvm::TargetData(llvm_module()));
++#endif
+ 
+ if 

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

2013-03-28 Thread Dave Reisner
Date: Thursday, March 28, 2013 @ 16:15:41
  Author: dreisner
Revision: 180933

upgpkg: systemd 199-1

Modified:
  systemd/trunk/PKGBUILD
Deleted:
  systemd/trunk/0001-Fix-vacuum-logic-error.patch
  systemd/trunk/0001-journal-pass-the-pid-to-sd_pid_get_owner_uid.patch
  systemd/trunk/0001-rules-move-builtin-calls-before-the-permissions-sect.patch
  systemd/trunk/0001-strv-fix-STRV_FOREACH_PAIR-macro-definition.patch

-+
 0001-Fix-vacuum-logic-error.patch   |   40 ---
 0001-journal-pass-the-pid-to-sd_pid_get_owner_uid.patch |   25 
 0001-rules-move-builtin-calls-before-the-permissions-sect.patch |   57 
--
 0001-strv-fix-STRV_FOREACH_PAIR-macro-definition.patch  |   25 
 PKGBUILD|   30 -
 5 files changed, 5 insertions(+), 172 deletions(-)

Deleted: 0001-Fix-vacuum-logic-error.patch
===
--- 0001-Fix-vacuum-logic-error.patch   2013-03-28 13:10:27 UTC (rev 180932)
+++ 0001-Fix-vacuum-logic-error.patch   2013-03-28 15:15:41 UTC (rev 180933)
@@ -1,40 +0,0 @@
-From 6c142648aaced56ab681fcc97a71b06d588122a9 Mon Sep 17 00:00:00 2001
-From: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-Date: Wed, 20 Mar 2013 21:32:05 +0100
-Subject: [PATCH] Fix vacuum logic error
-
-The vacuum code used to stop vacuuming after one deletion, even
-when max_use was still exceeded.
-
-Also make usage a uint64_t, as the code already pretends it is one.
-
-Signed-off-by: Jan Alexander Steffens (heftig) jan.steff...@gmail.com

- src/journal/journal-vacuum.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/journal/journal-vacuum.c b/src/journal/journal-vacuum.c
-index 731f6c7..4a3a5a9 100644
 a/src/journal/journal-vacuum.c
-+++ b/src/journal/journal-vacuum.c
-@@ -36,7 +36,7 @@
- #include util.h
- 
- struct vacuum_info {
--off_t usage;
-+uint64_t usage;
- char *filename;
- 
- uint64_t realtime;
-@@ -293,7 +293,7 @@ int journal_directory_vacuum(
- if (unlinkat(dirfd(d), list[i].filename, 0) = 0) {
- log_debug(Deleted archived journal %s/%s., 
directory, list[i].filename);
- 
--if ((uint64_t) list[i].usage  sum)
-+if (list[i].usage  sum)
- sum -= list[i].usage;
- else
- sum = 0;
--- 
-1.8.2
-

Deleted: 0001-journal-pass-the-pid-to-sd_pid_get_owner_uid.patch
===
--- 0001-journal-pass-the-pid-to-sd_pid_get_owner_uid.patch 2013-03-28 
13:10:27 UTC (rev 180932)
+++ 0001-journal-pass-the-pid-to-sd_pid_get_owner_uid.patch 2013-03-28 
15:15:41 UTC (rev 180933)
@@ -1,25 +0,0 @@
-From 83d7d83bcc6c462ecbb4c8003e3a8b41f3b88d46 Mon Sep 17 00:00:00 2001
-From: Kay Sievers k...@vrfy.org
-Date: Sat, 16 Mar 2013 16:10:22 +0100
-Subject: [PATCH] journal: pass the *pid* to sd_pid_get_owner_uid()
-

- src/journal/journald-server.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/journal/journald-server.c b/src/journal/journald-server.c
-index ac565c7..364ab0f 100644
 a/src/journal/journald-server.c
-+++ b/src/journal/journald-server.c
-@@ -593,7 +593,7 @@ static void dispatch_message_real(
- IOVEC_SET_STRING(iovec[n++], session);
- }
- 
--if (sd_pid_get_owner_uid(ucred-uid, owner) = 0) {
-+if (sd_pid_get_owner_uid(ucred-pid, owner) = 0) {
- owner_valid = true;
- if (asprintf(owner_uid, _SYSTEMD_OWNER_UID=%lu, 
(unsigned long) owner) = 0)
- IOVEC_SET_STRING(iovec[n++], owner_uid);
--- 
-1.8.2
-

Deleted: 0001-rules-move-builtin-calls-before-the-permissions-sect.patch
===
--- 0001-rules-move-builtin-calls-before-the-permissions-sect.patch 
2013-03-28 13:10:27 UTC (rev 180932)
+++ 0001-rules-move-builtin-calls-before-the-permissions-sect.patch 
2013-03-28 15:15:41 UTC (rev 180933)
@@ -1,57 +0,0 @@
-From 34b99a8bf7b769b31ad59ff0d60f8572bd0adab5 Mon Sep 17 00:00:00 2001
-From: Kay Sievers k...@vrfy.org
-Date: Wed, 20 Mar 2013 01:26:17 +0100
-Subject: [PATCH] rules: move builtin calls before the permissions section
-
-heftig kay: systemd commit 22582bb broke cups usb printing for me
-heftig because the lp group isn't applied anymore
-heftig SUBSYSTEM==usb, ENV{DEVTYPE}==usb_device, 
ENV{ID_USB_INTERFACES}==*:0701??:*, GROUP=lp
-heftig moving this line to the end of 50-udev-default.rules restores correct 
behavior, as it's after usb_id
-
-Conflicts:
-   rules/50-udev-default.rules

- rules/50-udev-default.rules | 17 

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

2013-03-28 Thread Dave Reisner
Date: Thursday, March 28, 2013 @ 16:16:06
  Author: dreisner
Revision: 180934

upgpkg: systemd 199-1

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 15:15:41 UTC (rev 180933)
+++ PKGBUILD2013-03-28 15:16:06 UTC (rev 180934)
@@ -45,8 +45,7 @@
 }
 
 check() {
-  # make -C $pkgname-$pkgver check
-  :
+  make -C $pkgname-$pkgver check
 }
 
 package_systemd() {



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

2013-03-28 Thread Dave Reisner
Date: Thursday, March 28, 2013 @ 16:21:03
  Author: dreisner
Revision: 180935

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

Added:
  systemd/repos/testing-i686/
  systemd/repos/testing-i686/PKGBUILD
(from rev 180934, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 180934, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-timestamp
(from rev 180934, systemd/trunk/initcpio-install-timestamp)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 180934, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/systemd.install
(from rev 180934, systemd/trunk/systemd.install)
  systemd/repos/testing-i686/use-split-usr-path.patch
(from rev 180934, systemd/trunk/use-split-usr-path.patch)
  systemd/repos/testing-x86_64/
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 180934, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 180934, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-timestamp
(from rev 180934, systemd/trunk/initcpio-install-timestamp)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 180934, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/systemd.install
(from rev 180934, systemd/trunk/systemd.install)
  systemd/repos/testing-x86_64/use-split-usr-path.patch
(from rev 180934, systemd/trunk/use-split-usr-path.patch)

---+
 testing-i686/PKGBUILD |  133 
 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/PKGBUILD   |  133 
 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 ++
 12 files changed, 592 insertions(+)

Copied: systemd/repos/testing-i686/PKGBUILD (from rev 180934, 
systemd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-28 15:21:03 UTC (rev 180935)
@@ -0,0 +1,133 @@
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Maintainer: Tom Gundersen t...@jklm.no
+
+pkgbase=systemd
+pkgname=('systemd' 'systemd-sysvcompat')
+pkgver=199
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://www.freedesktop.org/wiki/Software/systemd;
+license=('GPL2' 'LGPL2.1' 'MIT')
+makedepends=('acl' 'cryptsetup' 'dbus-core' 'docbook-xsl' 
'gobject-introspection' 'gperf'
+ 'gtk-doc' 'intltool' 'kmod' 'libcap' 'libgcrypt'  'libmicrohttpd' 
'libxslt'
+ 'linux-api-headers' 'pam' 'python' 'quota-tools' 'xz')
+options=('!libtool')
+source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz;
+'initcpio-hook-udev'
+'initcpio-install-udev'
+'initcpio-install-timestamp'
+'use-split-usr-path.patch')
+md5sums=('4bb13f84ce211e93f0141774a90a2322'
+ 'e99e9189aa2f6084ac28b8ddf605aeb8'
+ 'fb37e34ea006c79be1c54cbb0f803414'
+ 'df69615503ad293c9ddf9d8b7755282d'
+ '76bf83fe34c5b40533abc5dc940576a6')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # hang onto this until we do the /{,s}bin merge
+  patch -Np1 $srcdir/use-split-usr-path.patch
+
+  ./configure \
+  --enable-static \
+  --libexecdir=/usr/lib \
+  --localstatedir=/var \
+  --sysconfdir=/etc \
+  --enable-introspection \
+  --enable-gtk-doc \
+  --disable-audit \
+  --disable-ima \
+  --with-sysvinit-path= \
+  --with-sysvrcnd-path=
+
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package_systemd() {
+  pkgdesc=system and service manager
+  depends=('acl' 'bash' 'dbus-core' 'glib2' 'kbd' 'kmod' 'hwids' 'libcap' 
'libgcrypt'
+   'pam' 'util-linux' 'xz')
+  provides=(libsystemd=$pkgver 'nss-myhostname' systemd-tools=$pkgver 
udev=$pkgver)
+  replaces=('libsystemd' 'nss-myhostname' 'systemd-tools' 'udev')
+  conflicts=('libsystemd' 'nss-myhostname' 'systemd-tools' 'udev')
+  optdepends=('cryptsetup: required for encrypted block devices'
+  'libmicrohttpd: systemd-journal-gatewayd'
+  'quota-tools: kernel-level quota management'
+  'python: systemd library bindings'
+  'systemd-sysvcompat: symlink package to provide sysvinit 
binaries')
+  backup=(etc/dbus-1/system.d/org.freedesktop.systemd1.conf
+  etc/dbus-1/system.d/org.freedesktop.hostname1.conf
+  

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

2013-03-28 Thread Lukas Jirkovsky
Date: Thursday, March 28, 2013 @ 16:44:53
  Author: stativ
Revision: 87203

upgpkg: fatrat 1.2.0_beta2-6

boost 1.53 rebuild, fix building of documentation after qt-qt4 rename, add 
dependency on curl

Modified:
  fatrat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 14:39:47 UTC (rev 87202)
+++ PKGBUILD2013-03-28 15:44:53 UTC (rev 87203)
@@ -7,8 +7,8 @@
 arch=('i686' 'x86_64')
 url=http://fatrat.dolezel.info/;
 license=('GPL')
-depends=('gloox' 'libtorrent-rasterbar' 'pion' 'qtwebkit')
-optdepends=('geoip: GeoIP support')
+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)
@@ -20,6 +20,8 @@
 
   # 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 \



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

2013-03-28 Thread Lukas Jirkovsky
Date: Thursday, March 28, 2013 @ 16:45:00
  Author: stativ
Revision: 87204

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

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

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

Copied: fatrat/repos/community-staging-i686/PKGBUILD (from rev 87203, 
fatrat/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-28 15:45:00 UTC (rev 87204)
@@ -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-staging-i686/QTBUG-22829-workaround.diff (from 
rev 87203, fatrat/trunk/QTBUG-22829-workaround.diff)
===
--- community-staging-i686/QTBUG-22829-workaround.diff  
(rev 0)
+++ community-staging-i686/QTBUG-22829-workaround.diff  2013-03-28 15:45:00 UTC 
(rev 87204)
@@ -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-staging-x86_64/PKGBUILD (from rev 87203, 
fatrat/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-03-28 15:45:00 UTC (rev 87204)
@@ -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 

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

2013-03-28 Thread Alexander Rødseth
Date: Thursday, March 28, 2013 @ 16:52:46
  Author: arodseth
Revision: 87205

upgpkg: mfs 1.6.27_1-1

Modified:
  mfs/trunk/PKGBUILD
  mfs/trunk/mfs.install

-+
 PKGBUILD|   26 +++---
 mfs.install |3 +--
 2 files changed, 12 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 15:45:00 UTC (rev 87204)
+++ PKGBUILD2013-03-28 15:52:46 UTC (rev 87205)
@@ -4,36 +4,32 @@
 
 pkgbase=mfs
 pkgname=('mfs-master' 'mfs-chunkserver' 'mfs-client')
-pkgver=1.6.27
+pkgver=1.6.27_1
 pkgrel=1
 pkgdesc='MooseFS, fault tolerant, network distributed file system'
 url='http://www.moosefs.com/'
 arch=('x86_64' 'i686')
 license=('GPL3')
 depends=('zlib' 'fuse' 'python2' 'bash' 'xfsprogs')
-install=$pkgname.install
+install=$pkgbase.install
 options=('!libtool')
-source=(http://www.moosefs.org/tl_files/${pkgbase}code/$pkgbase-$pkgver.tar.gz;
+source=(http://www.moosefs.org/tl_files/${pkgbase}code/$pkgbase-${pkgver/_/-}.tar.gz;
 'mfsmaster.service'
 'mfschunkserver.service'
 'mfsmetalogger.service'
 'mfscgiserv.service')
-sha256sums=('f250f97c6f2a229277fdbf9fe96036873fd6c95a38f484f06e6b87a404c01885'
+sha256sums=('dfe682f0b184ed13e602274825148cd9a7ddfe4f0894e1ab9c1823f66208cb28'
 'b24fc4f699e7d11fcda00d83a1feb45aa0e6f4f448e675a1857edcf315427fe0'
 '19262bde4dbefb1d3eba09ba7d507595aed9647328a0a7822bbc1915ae3201a7'
 'bf92e93be68308d53f649de84dc5bbb0fb433e33306b8d0c303be6c6c3e59a55'
-'6725a732c6294ee8817be6c24e3811481bf05e97a0a64108908e2312d7687f1a'
-'7c307f7be520644ac5d9c71e39ff7ec7e26800aa77c8a18c51a2d0087e5b2f48'
-'2d07e544f4bfeb497c24276936d3a8ce9f906597d6b9c898dc491426b21e74e0'
-'d9c072cbb9d9645e5131d08b08628ccc2a2bef0a4e9c6fd8c3c33e50efce39f3'
-'a2e195187e928e68a3a010047fa3528182e93c086e4addb5abc14ea72c3b')
+'6725a732c6294ee8817be6c24e3811481bf05e97a0a64108908e2312d7687f1a')
 
 build() {
   cd $srcdir
 
   msg2 'Building client...'
-  cp -r $pkgbase-$pkgver $pkgbase-client
-  cd $pkgbase-client
+  cp -r $pkgbase-${pkgver%_1} $pkgbase-client
+  cd $pkgbase-client
   ./configure \
   --prefix=/usr \
   --sysconfdir=/etc/mfs \
@@ -46,8 +42,8 @@
   cd ..
   
   msg2 'Building chunkserver...'
-  cp -r $pkgbase-$pkgver $pkgbase-chunk
-  cd $pkgbase-chunk
+  cp -r $pkgbase-${pkgver%_1} $pkgbase-chunk
+  cd $pkgbase-chunk
   ./configure \
   --prefix=/usr \
   --sysconfdir=/etc/mfs \
@@ -60,8 +56,8 @@
   cd ..
   
   msg2 'Building master...'
-  cp -r $pkgbase-$pkgver $pkgbase-master
-  cd $pkgbase-master
+  cp -r $pkgbase-${pkgver%_1} $pkgbase-master
+  cd $pkgbase-master
   ./configure \
   --prefix=/usr \
   --sysconfdir=/etc/mfs \

Modified: mfs.install
===
--- mfs.install 2013-03-28 15:45:00 UTC (rev 87204)
+++ mfs.install 2013-03-28 15:52:46 UTC (rev 87205)
@@ -17,8 +17,7 @@
   echo 'To troubleshoot a service, like mfschunkserver, just running'
   echo '/usr/bin/mfschunkserver start can be helpful.'
   echo
-  echo 'systemctl enable mfschunkserver can be used to enable a service'
-  echo at boot, if you're using systemd.
+  echo 'Systemd is supported for starting services at boot.'
   echo
 }
 



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

2013-03-28 Thread Alexander Rødseth
Date: Thursday, March 28, 2013 @ 16:53:12
  Author: arodseth
Revision: 87206

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

Added:
  mfs/repos/community-i686/PKGBUILD
(from rev 87205, mfs/trunk/PKGBUILD)
  mfs/repos/community-i686/mfs.install
(from rev 87205, mfs/trunk/mfs.install)
  mfs/repos/community-i686/mfscgiserv.service
(from rev 87205, mfs/trunk/mfscgiserv.service)
  mfs/repos/community-i686/mfschunkserver.service
(from rev 87205, mfs/trunk/mfschunkserver.service)
  mfs/repos/community-i686/mfsmaster.service
(from rev 87205, mfs/trunk/mfsmaster.service)
  mfs/repos/community-i686/mfsmetalogger.service
(from rev 87205, mfs/trunk/mfsmetalogger.service)
  mfs/repos/community-x86_64/PKGBUILD
(from rev 87205, mfs/trunk/PKGBUILD)
  mfs/repos/community-x86_64/mfs.install
(from rev 87205, mfs/trunk/mfs.install)
  mfs/repos/community-x86_64/mfscgiserv.service
(from rev 87205, mfs/trunk/mfscgiserv.service)
  mfs/repos/community-x86_64/mfschunkserver.service
(from rev 87205, mfs/trunk/mfschunkserver.service)
  mfs/repos/community-x86_64/mfsmaster.service
(from rev 87205, mfs/trunk/mfsmaster.service)
  mfs/repos/community-x86_64/mfsmetalogger.service
(from rev 87205, mfs/trunk/mfsmetalogger.service)
Deleted:
  mfs/repos/community-i686/PKGBUILD
  mfs/repos/community-i686/mfs.install
  mfs/repos/community-i686/mfscgiserv
  mfs/repos/community-i686/mfscgiserv.service
  mfs/repos/community-i686/mfschunkserver
  mfs/repos/community-i686/mfschunkserver.service
  mfs/repos/community-i686/mfsmaster
  mfs/repos/community-i686/mfsmaster.service
  mfs/repos/community-i686/mfsmetalogger
  mfs/repos/community-i686/mfsmetalogger.service
  mfs/repos/community-x86_64/PKGBUILD
  mfs/repos/community-x86_64/mfs.install
  mfs/repos/community-x86_64/mfscgiserv
  mfs/repos/community-x86_64/mfscgiserv.service
  mfs/repos/community-x86_64/mfschunkserver
  mfs/repos/community-x86_64/mfschunkserver.service
  mfs/repos/community-x86_64/mfsmaster
  mfs/repos/community-x86_64/mfsmaster.service
  mfs/repos/community-x86_64/mfsmetalogger
  mfs/repos/community-x86_64/mfsmetalogger.service

-+
 /PKGBUILD   |  258 ++
 /mfs.install|   48 +
 /mfscgiserv.service |   26 +++
 /mfschunkserver.service |   28 +++
 /mfsmaster.service  |   26 +++
 /mfsmetalogger.service  |   26 +++
 community-i686/PKGBUILD |  141 
 community-i686/mfs.install  |   25 --
 community-i686/mfscgiserv   |   36 
 community-i686/mfscgiserv.service   |   13 -
 community-i686/mfschunkserver   |   38 
 community-i686/mfschunkserver.service   |   14 -
 community-i686/mfsmaster|   39 
 community-i686/mfsmaster.service|   13 -
 community-i686/mfsmetalogger|   39 
 community-i686/mfsmetalogger.service|   13 -
 community-x86_64/PKGBUILD   |  141 
 community-x86_64/mfs.install|   25 --
 community-x86_64/mfscgiserv |   36 
 community-x86_64/mfscgiserv.service |   13 -
 community-x86_64/mfschunkserver |   38 
 community-x86_64/mfschunkserver.service |   14 -
 community-x86_64/mfsmaster  |   39 
 community-x86_64/mfsmaster.service  |   13 -
 community-x86_64/mfsmetalogger  |   39 
 community-x86_64/mfsmetalogger.service  |   13 -
 26 files changed, 412 insertions(+), 742 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-28 15:52:46 UTC (rev 87205)
+++ community-i686/PKGBUILD 2013-03-28 15:53:12 UTC (rev 87206)
@@ -1,141 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Thomas S Hatch thatc...@gmail.com
-
-pkgbase=mfs
-pkgname=('mfs-master' 'mfs-chunkserver' 'mfs-client')
-pkgver=1.6.26
-pkgrel=1
-pkgdesc='MooseFS, fault tolerant, network distributed file system'
-license=('GPL3')
-arch=('x86_64' 'i686')
-options=('!libtool')
-depends=('zlib' 'fuse' 'python2' 'bash' 'xfsprogs')
-url='http://www.moosefs.com/'
-install=mfs.install
-source=(http://www.moosefs.org/tl_files/mfscode/mfs-$pkgver.tar.gz;
-'mfsmaster.service'
-'mfschunkserver.service'
-'mfsmetalogger.service'
-'mfscgiserv.service'
-'mfsmaster'
-'mfschunkserver'
-'mfsmetalogger'
-'mfscgiserv')
-sha256sums=('f250f97c6f2a229277fdbf9fe96036873fd6c95a38f484f06e6b87a404c01885'
-'b24fc4f699e7d11fcda00d83a1feb45aa0e6f4f448e675a1857edcf315427fe0'
-'19262bde4dbefb1d3eba09ba7d507595aed9647328a0a7822bbc1915ae3201a7'
-'bf92e93be68308d53f649de84dc5bbb0fb433e33306b8d0c303be6c6c3e59a55'
-

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

2013-03-28 Thread Jelle van der Waa
Date: Thursday, March 28, 2013 @ 17:01:46
  Author: jelle
Revision: 87207

upgpkg: freeorion 0.4.2-4

Modified:
  freeorion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 15:53:12 UTC (rev 87206)
+++ PKGBUILD2013-03-28 16:01:46 UTC (rev 87207)
@@ -8,7 +8,7 @@
 
 pkgname=freeorion
 pkgver=0.4.2
-pkgrel=3
+pkgrel=4
 pkgdesc='Turn-based galactic conquest game inspired by Master of Orion'
 arch=('x86_64' 'i686')
 url='http://www.freeorion.org/'
@@ -20,7 +20,7 @@
   depends=('nvidia-cg-toolkit')
 fi
 depends=('bullet' 'freealut' 'libvorbis' 'python2' 'gigi' 'desktop-file-utils' 
'libgl')
-makedepends=('boost' 'ogre1.8.1-3' 'sdl' 'gigi0.8.0-18' 'graphviz' 
'mesa-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



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

2013-03-28 Thread Jelle van der Waa
Date: Thursday, March 28, 2013 @ 17:04:19
  Author: jelle
Revision: 87208

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

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

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

Copied: freeorion/repos/community-staging-i686/PKGBUILD (from rev 87207, 
freeorion/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-28 16:04:19 UTC (rev 87208)
@@ -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 -fno-var-tracking -pipe 
-fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -lGL -lGLU 
-rpath=/usr/lib '
+  fi
+
+  msg2 'Compiling...'
+  make -j1
+
+  msg2 'OGRE fix...'
+  sed -i 's:PluginFolder=.:PluginFolder=/usr/lib/OGRE/:g' \
+$srcdir/$pkgname-build/ogre_plugins.cfg
+}
+
+package() {
+  cd 

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

2013-03-28 Thread Sven-Hendrik Haase
Date: Thursday, March 28, 2013 @ 17:08:18
  Author: svenstaro
Revision: 87209

upgpkg: blender 7:2.66a-2

Boost 1.53.0 rebuild

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 16:04:19 UTC (rev 87208)
+++ PKGBUILD2013-03-28 16:08:18 UTC (rev 87209)
@@ -10,7 +10,7 @@
 
 pkgname=blender
 true  pkgver=2.66a # Hack for svn
-true  pkgrel=1
+true  pkgrel=2
 epoch=7
 pkgdesc=A fully integrated 3D graphics creation suite
 arch=('i686' 'x86_64')



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

2013-03-28 Thread Sven-Hendrik Haase
Date: Thursday, March 28, 2013 @ 17:08:29
  Author: svenstaro
Revision: 87210

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

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

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

Copied: blender/repos/community-staging-i686/PKGBUILD (from rev 87209, 
blender/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-28 16:08:29 UTC (rev 87210)
@@ -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-staging-i686/blender.install (from rev 87209, 
blender/trunk/blender.install)
===
--- community-staging-i686/blender.install  (rev 0)
+++ community-staging-i686/blender.install  2013-03-28 16:08:29 UTC (rev 
87210)
@@ -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: blender/repos/community-staging-x86_64/PKGBUILD (from rev 87209, 
blender/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ 

[arch-commits] Commit in lib32-systemd/trunk (PKGBUILD use-split-usr-path.patch)

2013-03-28 Thread Laurent Carlier
Date: Thursday, March 28, 2013 @ 17:10:53
  Author: lcarlier
Revision: 87211

upgpkg: lib32-systemd 199-1

Sync with testing

Added:
  lib32-systemd/trunk/use-split-usr-path.patch
Modified:
  lib32-systemd/trunk/PKGBUILD

--+
 PKGBUILD |   64 -
 use-split-usr-path.patch |   14 +
 2 files changed, 49 insertions(+), 29 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 16:08:29 UTC (rev 87210)
+++ PKGBUILD2013-03-28 16:10:53 UTC (rev 87211)
@@ -4,7 +4,7 @@
 
 pkgname=lib32-systemd
 _pkgbasename=systemd
-pkgver=198
+pkgver=199
 pkgrel=1
 pkgdesc=system and service manager (32-bit)
 arch=('x86_64')
@@ -13,42 +13,48 @@
 makedepends=('lib32-gcc-libs' 'gcc-multilib' 'lib32-dbus-core' 'lib32-libcap' 
'lib32-acl' 
  'lib32-libgcrypt' 'lib32-glib2' 'lib32-xz' 'intltool' 'gperf')
 options=('!libtool')
-source=(http://www.freedesktop.org/software/$_pkgbasename/$_pkgbasename-$pkgver.tar.xz;)
-md5sums=('26a75e2a310f8c1c1ea9ec26ddb171c5')
+source=(http://www.freedesktop.org/software/$_pkgbasename/$_pkgbasename-$pkgver.tar.xz;
+use-split-usr-path.patch)
+md5sums=('4bb13f84ce211e93f0141774a90a2322')
 
 build() {
-export CC=gcc -m32
-export CXX=g++ -m32
-export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
 
-cd ${srcdir}/systemd-${pkgver}
+  cd ${srcdir}/systemd-${pkgver}
 
-./configure \
-  --enable-static \
-  --libexecdir=/usr/lib32 \
-  --libdir=/usr/lib32 \
-  --localstatedir=/var \
-  --sysconfdir=/etc \
-  --disable-audit \
-  --disable-ima \
-  --disable-pam \
-  --disable-kmod \
-  --disable-blkid \
-  --without-python \
-  --disable-libcryptsetup \
-  --with-sysvinit-path= \
-  --with-sysvrcnd-path=
+  # hang onto this until we do the /{,s}bin merge
+  patch -Np1 $srcdir/use-split-usr-path.patch
 
-make
+  ./configure \
+--enable-static \
+--libexecdir=/usr/lib32 \
+--libdir=/usr/lib32 \
+--localstatedir=/var \
+--sysconfdir=/etc \
+--disable-audit \
+--disable-ima \
+--disable-pam \
+--disable-kmod \
+--disable-blkid \
+--without-python \
+--disable-libcryptsetup \
+--with-sysvinit-path= \
+--with-sysvrcnd-path=
+
+  make
 }
 
 package() {
-depends=('lib32-glib2' 'lib32-libgcrypt' 'lib32-xz' 'systemd')
-cd ${srcdir}/systemd-${pkgver}
+  depends=('lib32-glib2' 'lib32-libgcrypt' 'lib32-xz' 'systemd')
+  cd ${srcdir}/systemd-${pkgver}
 
-make DESTDIR=$pkgdir install
+  make DESTDIR=$pkgdir install
 
-rm -rf ${pkgdir}/{etc,var}
-rm -rf ${pkgdir}/usr/{bin,include,lib,share}
-rm -rf ${pkgdir}/usr/lib32/libnss*
+  rm -rf ${pkgdir}/{etc,var}
+  rm -rf ${pkgdir}/usr/{bin,include,lib,share}
+  rm -rf ${pkgdir}/usr/lib32/libnss*
 }
+md5sums=('4bb13f84ce211e93f0141774a90a2322'
+ '76bf83fe34c5b40533abc5dc940576a6')

Added: use-split-usr-path.patch
===
--- use-split-usr-path.patch(rev 0)
+++ use-split-usr-path.patch2013-03-28 16:10:53 UTC (rev 87211)
@@ -0,0 +1,14 @@
+--- a/src/core/main.c  2012-09-20 23:02:54.0 -0400
 b/src/core/main.c  2012-09-20 23:03:13.0 -0400
+@@ -1487,11 +1487,7 @@ int main(int argc, char *argv[]) {
+ 
+ /* Set up PATH unless it is already set */
+ setenv(PATH,
+-#ifdef HAVE_SPLIT_USR
+/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin,
+-#else
+-   /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin,
+-#endif
+arg_running_as == SYSTEMD_SYSTEM);
+ 
+ if (arg_running_as == SYSTEMD_SYSTEM) {



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

2013-03-28 Thread Laurent Carlier
Date: Thursday, March 28, 2013 @ 17:11:00
  Author: lcarlier
Revision: 87212

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-systemd/repos/multilib-testing-x86_64/
  lib32-systemd/repos/multilib-testing-x86_64/PKGBUILD
(from rev 87211, lib32-systemd/trunk/PKGBUILD)
  lib32-systemd/repos/multilib-testing-x86_64/use-split-usr-path.patch
(from rev 87211, lib32-systemd/trunk/use-split-usr-path.patch)

--+
 PKGBUILD |   60 +
 use-split-usr-path.patch |   14 ++
 2 files changed, 74 insertions(+)

Copied: lib32-systemd/repos/multilib-testing-x86_64/PKGBUILD (from rev 87211, 
lib32-systemd/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2013-03-28 16:11:00 UTC (rev 87212)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Maintainer: Tom Gundersen t...@jklm.no
+
+pkgname=lib32-systemd
+_pkgbasename=systemd
+pkgver=199
+pkgrel=1
+pkgdesc=system and service manager (32-bit)
+arch=('x86_64')
+url=http://www.freedesktop.org/wiki/Software/systemd;
+license=('GPL2' 'LGPL2.1' 'MIT')
+makedepends=('lib32-gcc-libs' 'gcc-multilib' 'lib32-dbus-core' 'lib32-libcap' 
'lib32-acl' 
+ 'lib32-libgcrypt' 'lib32-glib2' 'lib32-xz' 'intltool' 'gperf')
+options=('!libtool')
+source=(http://www.freedesktop.org/software/$_pkgbasename/$_pkgbasename-$pkgver.tar.xz;
+use-split-usr-path.patch)
+md5sums=('4bb13f84ce211e93f0141774a90a2322')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/systemd-${pkgver}
+
+  # hang onto this until we do the /{,s}bin merge
+  patch -Np1 $srcdir/use-split-usr-path.patch
+
+  ./configure \
+--enable-static \
+--libexecdir=/usr/lib32 \
+--libdir=/usr/lib32 \
+--localstatedir=/var \
+--sysconfdir=/etc \
+--disable-audit \
+--disable-ima \
+--disable-pam \
+--disable-kmod \
+--disable-blkid \
+--without-python \
+--disable-libcryptsetup \
+--with-sysvinit-path= \
+--with-sysvrcnd-path=
+
+  make
+}
+
+package() {
+  depends=('lib32-glib2' 'lib32-libgcrypt' 'lib32-xz' 'systemd')
+  cd ${srcdir}/systemd-${pkgver}
+
+  make DESTDIR=$pkgdir install
+
+  rm -rf ${pkgdir}/{etc,var}
+  rm -rf ${pkgdir}/usr/{bin,include,lib,share}
+  rm -rf ${pkgdir}/usr/lib32/libnss*
+}
+md5sums=('4bb13f84ce211e93f0141774a90a2322'
+ '76bf83fe34c5b40533abc5dc940576a6')

Copied: lib32-systemd/repos/multilib-testing-x86_64/use-split-usr-path.patch 
(from rev 87211, lib32-systemd/trunk/use-split-usr-path.patch)
===
--- multilib-testing-x86_64/use-split-usr-path.patch
(rev 0)
+++ multilib-testing-x86_64/use-split-usr-path.patch2013-03-28 16:11:00 UTC 
(rev 87212)
@@ -0,0 +1,14 @@
+--- a/src/core/main.c  2012-09-20 23:02:54.0 -0400
 b/src/core/main.c  2012-09-20 23:03:13.0 -0400
+@@ -1487,11 +1487,7 @@ int main(int argc, char *argv[]) {
+ 
+ /* Set up PATH unless it is already set */
+ setenv(PATH,
+-#ifdef HAVE_SPLIT_USR
+/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin,
+-#else
+-   /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin,
+-#endif
+arg_running_as == SYSTEMD_SYSTEM);
+ 
+ if (arg_running_as == SYSTEMD_SYSTEM) {



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

2013-03-28 Thread Sven-Hendrik Haase
Date: Thursday, March 28, 2013 @ 17:29:56
  Author: svenstaro
Revision: 87213

upgpkg: wt 3.2.3-6

Boost 1.53.0 rebuild

Modified:
  wt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 16:11:00 UTC (rev 87212)
+++ PKGBUILD2013-03-28 16:29:56 UTC (rev 87213)
@@ -6,7 +6,7 @@
 pkgname=wt
 pkgver=3.2.3
 _pkgver=3.2.3
-pkgrel=5
+pkgrel=6
 pkgdesc=a C++ library and application server for developing and deploying web 
applications
 arch=('i686' 'x86_64')
 url=http://www.webtoolkit.eu/;



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

2013-03-28 Thread Sven-Hendrik Haase
Date: Thursday, March 28, 2013 @ 17:30:09
  Author: svenstaro
Revision: 87214

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

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

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

Copied: wt/repos/community-staging-i686/PKGBUILD (from rev 87213, 
wt/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-28 16:30:09 UTC (rev 87214)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Denis Martinez deuns.marti...@gmail.com
+
+pkgname=wt
+pkgver=3.2.3
+_pkgver=3.2.3
+pkgrel=6
+pkgdesc=a C++ library and application server for developing and deploying web 
applications
+arch=('i686' 'x86_64')
+url=http://www.webtoolkit.eu/;
+license=('GPL')
+depends=('boost-libs' 'libharu')
+makedepends=('boost' 'cmake=2.8' 'postgresql-libs' 'zlib' 'fcgi' 'sqlite' 
'graphicsmagick' 'pango' 'mysql++' 'qt5-base')
+optdepends=('openssl: for SSL support in built-in webserver'
+   'zlib: for compression in HTTP protocol'
+   'fcgi: for FastCGI support'
+   'postgresql-libs: for PostgreSQL Dbo support'
+   'sqlite: for Sqlite Dbo support'
+   'graphicsmagick: for raster image support (WRasterImage)'
+   'pango: for advanced font rendering (WRasterImage)'
+   'mysql++: for the hangman example'
+   'qt: for the Wt/Qt interopability example (wtwithqt)')
+backup=('etc/wt/wt_config.xml')
+source=(http://downloads.sourceforge.net/witty/$pkgname-${_pkgver}.tar.gz)
+md5sums=('58922ba5d68104880adbe2e022132fb5')
+
+build() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+
+  [[ -d build ]]  rm -r build
+  mkdir -p build  cd build
+  cmake \
+  -DCONNECTOR_HTTP=ON \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DWEBUSER=http \
+  -DWEBGROUP=http \
+  -DUSE_SYSTEM_SQLITE3=ON \
+  -DINSTALL_EXAMPLES=ON \
+  ..
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${_pkgver}/build
+  make DESTDIR=${pkgdir} install
+
+  mkdir -p ${pkgdir}/usr/share/cmake-2.8/Modules
+  mv ${pkgdir}/usr/cmake/FindWt.cmake ${pkgdir}/usr/share/cmake-2.8/Modules/
+  rm -r ${pkgdir}/usr/cmake
+  rm -rf $pkgdir/var/run
+}

Copied: wt/repos/community-staging-x86_64/PKGBUILD (from rev 87213, 
wt/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-03-28 16:30:09 UTC (rev 87214)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Denis Martinez deuns.marti...@gmail.com
+
+pkgname=wt
+pkgver=3.2.3
+_pkgver=3.2.3
+pkgrel=6
+pkgdesc=a C++ library and application server for developing and deploying web 
applications
+arch=('i686' 'x86_64')
+url=http://www.webtoolkit.eu/;
+license=('GPL')
+depends=('boost-libs' 'libharu')
+makedepends=('boost' 'cmake=2.8' 'postgresql-libs' 'zlib' 'fcgi' 'sqlite' 
'graphicsmagick' 'pango' 'mysql++' 'qt5-base')
+optdepends=('openssl: for SSL support in built-in webserver'
+   'zlib: for compression in HTTP protocol'
+   'fcgi: for FastCGI support'
+   'postgresql-libs: for PostgreSQL Dbo support'
+   'sqlite: for Sqlite Dbo support'
+   'graphicsmagick: for raster image support (WRasterImage)'
+   'pango: for advanced font rendering (WRasterImage)'
+   'mysql++: for the hangman example'
+   'qt: for the Wt/Qt interopability example (wtwithqt)')
+backup=('etc/wt/wt_config.xml')
+source=(http://downloads.sourceforge.net/witty/$pkgname-${_pkgver}.tar.gz)
+md5sums=('58922ba5d68104880adbe2e022132fb5')
+
+build() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+
+  [[ -d build ]]  rm -r build
+  mkdir -p build  cd build
+  cmake \
+  -DCONNECTOR_HTTP=ON \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DWEBUSER=http \
+  -DWEBGROUP=http \
+  -DUSE_SYSTEM_SQLITE3=ON \
+  -DINSTALL_EXAMPLES=ON \
+  ..
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${_pkgver}/build
+  make DESTDIR=${pkgdir} install
+
+  mkdir -p ${pkgdir}/usr/share/cmake-2.8/Modules
+  mv ${pkgdir}/usr/cmake/FindWt.cmake ${pkgdir}/usr/share/cmake-2.8/Modules/
+  rm -r ${pkgdir}/usr/cmake
+  rm -rf $pkgdir/var/run
+}



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

2013-03-28 Thread Sven-Hendrik Haase
Date: Thursday, March 28, 2013 @ 18:58:16
  Author: svenstaro
Revision: 87216

upgpkg: springlobby 0.169-1

Boost 1.53.0 rebuild

Modified:
  springlobby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 16:43:47 UTC (rev 87215)
+++ PKGBUILD2013-03-28 17:58:16 UTC (rev 87216)
@@ -3,7 +3,7 @@
 # Contributor: DuGi d...@irc.pl
 
 pkgname=springlobby
-pkgver=0.168
+pkgver=0.169
 pkgrel=1
 pkgdesc=A free cross-platform lobby client for the Spring RTS project.
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('boost' 'asio' 'cmake')
 install=springlobby.install
 source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('e8ab284a3ec1036b126676ed866dc4a3')
+md5sums=('1eb265268ac39d9b7e8fec90df92ff3d')
 
 build() {
   cd $srcdir/${pkgname}-$pkgver



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

2013-03-28 Thread Sven-Hendrik Haase
Date: Thursday, March 28, 2013 @ 18:58:27
  Author: svenstaro
Revision: 87217

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

Added:
  springlobby/repos/community-staging-i686/
  springlobby/repos/community-staging-i686/PKGBUILD
(from rev 87216, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-staging-i686/springlobby.desktop
(from rev 87216, springlobby/trunk/springlobby.desktop)
  springlobby/repos/community-staging-i686/springlobby.install
(from rev 87216, springlobby/trunk/springlobby.install)
  springlobby/repos/community-staging-i686/springlobby.png
(from rev 87216, springlobby/trunk/springlobby.png)
  springlobby/repos/community-staging-x86_64/
  springlobby/repos/community-staging-x86_64/PKGBUILD
(from rev 87216, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-staging-x86_64/springlobby.desktop
(from rev 87216, springlobby/trunk/springlobby.desktop)
  springlobby/repos/community-staging-x86_64/springlobby.install
(from rev 87216, springlobby/trunk/springlobby.install)
  springlobby/repos/community-staging-x86_64/springlobby.png
(from rev 87216, springlobby/trunk/springlobby.png)

--+
 community-staging-i686/PKGBUILD  |   33 +
 community-staging-i686/springlobby.desktop   |   10 +++
 community-staging-i686/springlobby.install   |   11 
 community-staging-x86_64/PKGBUILD|   33 +
 community-staging-x86_64/springlobby.desktop |   10 +++
 community-staging-x86_64/springlobby.install |   11 
 6 files changed, 108 insertions(+)

Copied: springlobby/repos/community-staging-i686/PKGBUILD (from rev 87216, 
springlobby/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-28 17:58:27 UTC (rev 87217)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: DuGi d...@irc.pl
+
+pkgname=springlobby
+pkgver=0.169
+pkgrel=1
+pkgdesc=A free cross-platform lobby client for the Spring RTS project.
+arch=('i686' 'x86_64')
+url=http://springlobby.info/;
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs' 'alure')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
+makedepends=('boost' 'asio' 'cmake')
+install=springlobby.install
+source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('1eb265268ac39d9b7e8fec90df92ff3d')
+
+build() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:

Copied: springlobby/repos/community-staging-i686/springlobby.desktop (from rev 
87216, springlobby/trunk/springlobby.desktop)
===
--- community-staging-i686/springlobby.desktop  (rev 0)
+++ community-staging-i686/springlobby.desktop  2013-03-28 17:58:27 UTC (rev 
87217)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name=SpringLobby
+Comment=Lobby for Spring. An open source RTS with similar gameplay to TA
+Exec=springlobby
+Icon=springlobby.png
+Terminal=false
+Type=Application
+Categories=Application;Game;StrategyGame;

Copied: springlobby/repos/community-staging-i686/springlobby.install (from rev 
87216, springlobby/trunk/springlobby.install)
===
--- community-staging-i686/springlobby.install  (rev 0)
+++ community-staging-i686/springlobby.install  2013-03-28 17:58:27 UTC (rev 
87217)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: springlobby/repos/community-staging-i686/springlobby.png (from rev 
87216, springlobby/trunk/springlobby.png)
===
(Binary files differ)

Copied: springlobby/repos/community-staging-x86_64/PKGBUILD (from rev 87216, 
springlobby/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-03-28 17:58:27 UTC (rev 87217)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: DuGi d...@irc.pl
+
+pkgname=springlobby
+pkgver=0.169
+pkgrel=1
+pkgdesc=A free cross-platform lobby client for the Spring RTS project.
+arch=('i686' 'x86_64')
+url=http://springlobby.info/;
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs' 'alure')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 

[arch-commits] Commit in xf86-video-openchrome/trunk (3 files)

2013-03-28 Thread Andreas Radke
Date: Thursday, March 28, 2013 @ 19:10:27
  Author: andyrtr
Revision: 180936

upgpkg: xf86-video-openchrome 0.3.2-1

upstream update 0.3.2

Modified:
  xf86-video-openchrome/trunk/PKGBUILD
Deleted:
  xf86-video-openchrome/trunk/fix_system_lock.diff
  xf86-video-openchrome/trunk/no-mibstore.patch

--+
 PKGBUILD |   18 --
 fix_system_lock.diff |   59 -
 no-mibstore.patch|   11 -
 3 files changed, 5 insertions(+), 83 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 15:21:03 UTC (rev 180935)
+++ PKGBUILD2013-03-28 18:10:27 UTC (rev 180936)
@@ -3,31 +3,23 @@
 # Maintainer: Juergen Hoetzel juer...@hoetzel.info
 
 pkgname=xf86-video-openchrome
-pkgver=0.3.1
-pkgrel=5
+pkgver=0.3.2
+pkgrel=1
 pkgdesc=X.Org Openchrome drivers
 arch=(i686 x86_64)
 license=('custom')
 url=http://www.openchrome.org;
-depends=('libdrm' 'libxvmc')
+depends=('libdrm' 'libxvmc' 'systemd')
 makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=14' 'resourceproto' 
'scrnsaverproto')
 conflicts=('xorg-server1.14.0' 'X-ABI-VIDEODRV_VERSION14' 
'X-ABI-VIDEODRV_VERSION=15' 'xf86-video-via' 'xf86-video-unichrome' 
'openchrome' 'unichrome-dri')
 replaces=('openchrome' 'xf86-video-via')
 groups=('xorg-drivers' 'xorg')
 options=('!libtool' '!emptydirs' '!makeflags')
-source=(http://xorg.freedesktop.org/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2
-fix_system_lock.diff
-no-mibstore.patch)
-sha1sums=('89e56dcfe851345f72c61a95b4fa5ab6ad7e0d83'
-  '539ba65df1755af97799f49410e4091b8d222eca'
-  'af0d7cace699b105e4405e48abc2f433032a7483')
+source=(http://xorg.freedesktop.org/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('e5be9a8200410b3e3e66349bab4c8acd1ead4402')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  # https://bugs.freedesktop.org/show_bug.cgi?id=53307
-  patch -Np1 -i ${srcdir}/fix_system_lock.diff
-  # https://bugs.freedesktop.org/show_bug.cgi?id=62112
-  patch -Np1 -i ../no-mibstore.patch
   ./configure --prefix=/usr
   make
 }

Deleted: fix_system_lock.diff
===
--- fix_system_lock.diff2013-03-28 15:21:03 UTC (rev 180935)
+++ fix_system_lock.diff2013-03-28 18:10:27 UTC (rev 180936)
@@ -1,59 +0,0 @@
-From 76515c8a369346d76864e55610a6a747d9b152d8 Mon Sep 17 00:00:00 2001
-From: James Simmons jsimm...@infradead.org
-Date: Sat, 12 Jan 2013 21:02:12 +
-Subject: As the comment suggested in via_outputs.c probing the 3rd i2c bug 
locks up the P4M900. So we re-enable the via_card_id handling of what outputs 
to test for to get around this problem.
-

-diff --git a/src/via_display.c b/src/via_display.c
-index 97473f0..aaf4267 100644
 a/src/via_display.c
-+++ b/src/via_display.c
-@@ -395,7 +395,7 @@ ViaFirstCRTCSetMode(ScrnInfoPtr pScrn, DisplayModePtr mode)
- hwp-writeCrtc(hwp, 0x18, 0xFF);
- ViaCrtcMask(hwp, 0x07, 0x10, 0x10);
- ViaCrtcMask(hwp, 0x09, 0x40, 0x40);
--ViaCrtcMask(hwp, 0x33, 0x07, 0x06);
-+ViaCrtcMask(hwp, 0x33, 0x06, 0x07);
- ViaCrtcMask(hwp, 0x35, 0x10, 0x10);
- 
- /* zero Maximum scan line */
-diff --git a/src/via_id.c b/src/via_id.c
-index 7764782..7321b26 100644
 a/src/via_id.c
-+++ b/src/via_id.c
-@@ -297,6 +297,7 @@ ViaCheckCardId(ScrnInfoPtr pScrn)
- (Id-Vendor == SUBVENDOR_ID(pVia-PciInfo)) 
- (Id-Device == SUBSYS_ID(pVia-PciInfo))) {
- xf86DrvMsg(pScrn-scrnIndex, X_PROBED, Detected %s. Card-Ids 
(%4X|%4X)\n, Id-String, SUBVENDOR_ID(pVia-PciInfo), 
SUBSYS_ID(pVia-PciInfo));
-+pVia-ActiveDevice = Id-Outputs;
- pVia-Id = Id;
- return;
- }
-diff --git a/src/via_outputs.c b/src/via_outputs.c
-index 808e570..c07b1d2 100644
 a/src/via_outputs.c
-+++ b/src/via_outputs.c
-@@ -873,10 +873,10 @@ ViaOutputsDetect(ScrnInfoPtr pScrn)
- /*
-  * FIXME: xf86I2CProbeAddress(pVia-pI2CBus3, 0x40)
-  * disables the panel on P4M900
-- * See via_tv_detect.
-  */
- /* TV encoder */
--via_tv_init(pScrn);
-+if (pVia-ActiveDevice  VIA_DEVICE_TV)
-+via_tv_init(pScrn);
- 
- if (pVia-ActiveDevice  VIA_DEVICE_DFP) {
- switch (pVia-Chipset) {
-@@ -1195,7 +1195,7 @@ ViaModePrimaryLegacy(xf86CrtcPtr crtc, DisplayModePtr 
mode)
- /* Enable MMIO  PCI burst (1 wait state) */
- ViaSeqMask(hwp, 0x1A, 0x06, 0x06);
- 
--  if (pBIOSInfo-analog-status == XF86OutputStatusConnected)
-+if (pBIOSInfo-analog-status == XF86OutputStatusConnected)
- ViaCrtcMask(hwp, 0x36, 0x30, 0x30);
- else
- ViaSeqMask(hwp, 0x16, 0x00, 0x40);
---
-cgit v0.9.0.2-2-gbebe

Deleted: no-mibstore.patch
===
--- no-mibstore.patch   2013-03-28 15:21:03 UTC (rev 180935)
+++ no-mibstore.patch 

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

2013-03-28 Thread Andreas Radke
Date: Thursday, March 28, 2013 @ 19:10:47
  Author: andyrtr
Revision: 180937

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

Added:
  xf86-video-openchrome/repos/extra-i686/PKGBUILD
(from rev 180936, xf86-video-openchrome/trunk/PKGBUILD)
  xf86-video-openchrome/repos/extra-x86_64/PKGBUILD
(from rev 180936, xf86-video-openchrome/trunk/PKGBUILD)
Deleted:
  xf86-video-openchrome/repos/extra-i686/PKGBUILD
  xf86-video-openchrome/repos/extra-i686/fix_system_lock.diff
  xf86-video-openchrome/repos/extra-i686/no-mibstore.patch
  xf86-video-openchrome/repos/extra-x86_64/PKGBUILD
  xf86-video-openchrome/repos/extra-x86_64/fix_system_lock.diff
  xf86-video-openchrome/repos/extra-x86_64/no-mibstore.patch

---+
 /PKGBUILD |   64 
 extra-i686/PKGBUILD   |   40 --
 extra-i686/fix_system_lock.diff   |   59 -
 extra-i686/no-mibstore.patch  |   11 --
 extra-x86_64/PKGBUILD |   40 --
 extra-x86_64/fix_system_lock.diff |   59 -
 extra-x86_64/no-mibstore.patch|   11 --
 7 files changed, 64 insertions(+), 220 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-28 18:10:27 UTC (rev 180936)
+++ extra-i686/PKGBUILD 2013-03-28 18:10:47 UTC (rev 180937)
@@ -1,40 +0,0 @@
-# $Id$
-# Contributor: Paul Mattal p...@mattal.com
-# Maintainer: Juergen Hoetzel juer...@hoetzel.info
-
-pkgname=xf86-video-openchrome
-pkgver=0.3.1
-pkgrel=5
-pkgdesc=X.Org Openchrome drivers
-arch=(i686 x86_64)
-license=('custom')
-url=http://www.openchrome.org;
-depends=('libdrm' 'libxvmc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=14' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server1.14.0' 'X-ABI-VIDEODRV_VERSION14' 
'X-ABI-VIDEODRV_VERSION=15' 'xf86-video-via' 'xf86-video-unichrome' 
'openchrome' 'unichrome-dri')
-replaces=('openchrome' 'xf86-video-via')
-groups=('xorg-drivers' 'xorg')
-options=('!libtool' '!emptydirs' '!makeflags')
-source=(http://xorg.freedesktop.org/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2
-fix_system_lock.diff
-no-mibstore.patch)
-sha1sums=('89e56dcfe851345f72c61a95b4fa5ab6ad7e0d83'
-  '539ba65df1755af97799f49410e4091b8d222eca'
-  'af0d7cace699b105e4405e48abc2f433032a7483')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  # https://bugs.freedesktop.org/show_bug.cgi?id=53307
-  patch -Np1 -i ${srcdir}/fix_system_lock.diff
-  # https://bugs.freedesktop.org/show_bug.cgi?id=62112
-  patch -Np1 -i ../no-mibstore.patch
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xf86-video-openchrome/repos/extra-i686/PKGBUILD (from rev 180936, 
xf86-video-openchrome/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-28 18:10:47 UTC (rev 180937)
@@ -0,0 +1,32 @@
+# $Id$
+# Contributor: Paul Mattal p...@mattal.com
+# Maintainer: Juergen Hoetzel juer...@hoetzel.info
+
+pkgname=xf86-video-openchrome
+pkgver=0.3.2
+pkgrel=1
+pkgdesc=X.Org Openchrome drivers
+arch=(i686 x86_64)
+license=('custom')
+url=http://www.openchrome.org;
+depends=('libdrm' 'libxvmc' 'systemd')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=14' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.14.0' 'X-ABI-VIDEODRV_VERSION14' 
'X-ABI-VIDEODRV_VERSION=15' 'xf86-video-via' 'xf86-video-unichrome' 
'openchrome' 'unichrome-dri')
+replaces=('openchrome' 'xf86-video-via')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool' '!emptydirs' '!makeflags')
+source=(http://xorg.freedesktop.org/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('e5be9a8200410b3e3e66349bab4c8acd1ead4402')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-i686/fix_system_lock.diff
===
--- extra-i686/fix_system_lock.diff 2013-03-28 18:10:27 UTC (rev 180936)
+++ extra-i686/fix_system_lock.diff 2013-03-28 18:10:47 UTC (rev 180937)
@@ -1,59 +0,0 @@
-From 76515c8a369346d76864e55610a6a747d9b152d8 Mon Sep 17 00:00:00 2001
-From: James Simmons jsimm...@infradead.org
-Date: Sat, 12 Jan 2013 21:02:12 +
-Subject: As the comment suggested in via_outputs.c probing the 3rd i2c bug 
locks up the P4M900. So we 

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

2013-03-28 Thread Alexander Rødseth
Date: Thursday, March 28, 2013 @ 19:39:30
  Author: arodseth
Revision: 87218

upgpkg: stuntrally 1.9-3

Modified:
  stuntrally/trunk/PKGBUILD
  stuntrally/trunk/stuntrally.install

+
 PKGBUILD   |   25 +
 stuntrally.install |8 +---
 2 files changed, 18 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 17:58:27 UTC (rev 87217)
+++ PKGBUILD2013-03-28 18:39:30 UTC (rev 87218)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 # Contributor: Sven Schneider archlinux.sandm...@googlemail.com
 # Contributor: Jason Melton jason.mel...@gmail.com
@@ -4,31 +5,31 @@
 
 pkgname=stuntrally
 pkgver=1.9
-pkgrel=2
-pkgdesc=Stunt Rally game with track editor, based on VDrift
-arch=('i686' 'x86_64')
+pkgrel=3
+pkgdesc='Stunt Rally game with track editor, based on VDrift'
+arch=('x86_64' 'i686')
 license=('GPL3')
-url=http://code.google.com/p/vdrift-ogre;
+url='http://code.google.com/p/vdrift-ogre'
 depends=('libvorbis' 'mygui' 'sdl' 'enet' 'hicolor-icon-theme' 'libxcursor' 
'stuntrally-data')
 makedepends=('cmake' 'boost')
 install=stuntrally.install
-source=(src_${pkgver}.tar.gz::https://nodeload.github.com/${pkgname}/stuntrally/tar.gz/${pkgver})
-md5sums=('3253c5a64a6d3f4fc4b756ea431286de')
+source=($pkgname-$pkgver.tar.gz::https://nodeload.github.com/$pkgname/$pkgname/tar.gz/$pkgver;)
+sha256sums=('651d10aa00cf73b275198f08b0360a34ff98e6b520013041863854babeb20da7')
 
 build() {
-  cd ${srcdir}/stuntrally-${pkgver}/
+  cd $srcdir/stuntrally-$pkgver/
 
   rm -rf build
   mkdir build  cd build
-
   cmake -DCMAKE_INSTALL_PREFIX=/usr -DSHARE_INSTALL=share/stuntrally ..
   make
 }
 
 package() {
-  cd ${srcdir}/stuntrally-${pkgver}/build/
+  cd $srcdir/stuntrally-$pkgver/build/
 
-  make DESTDIR=${pkgdir} install
+  make DESTDIR=$pkgdir install
+  rm -rf $pkgdir/usr/share/stuntrally/
+}
 
-  rm -rf ${pkgdir}/usr/share/stuntrally/
-}
+# vim:set ts=2 sw=2 et:

Modified: stuntrally.install
===
--- stuntrally.install  2013-03-28 17:58:27 UTC (rev 87217)
+++ stuntrally.install  2013-03-28 18:39:30 UTC (rev 87218)
@@ -1,11 +1,13 @@
 post_install() {
-   gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
 }
 
 post_upgrade() {
-   post_install
+  post_install
 }
 
 post_remove() {
-   post_install
+ post_install
 }
+
+# vim:set ts=2 sw=2 et:



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

2013-03-28 Thread Alexander Rødseth
Date: Thursday, March 28, 2013 @ 19:39:38
  Author: arodseth
Revision: 87219

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

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

-+
 community-staging-i686/PKGBUILD |   35 ++
 community-staging-i686/stuntrally.install   |   13 +
 community-staging-x86_64/PKGBUILD   |   35 ++
 community-staging-x86_64/stuntrally.install |   13 +
 4 files changed, 96 insertions(+)

Copied: stuntrally/repos/community-staging-i686/PKGBUILD (from rev 87218, 
stuntrally/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-28 18:39:38 UTC (rev 87219)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Sven Schneider archlinux.sandm...@googlemail.com
+# Contributor: Jason Melton jason.mel...@gmail.com
+
+pkgname=stuntrally
+pkgver=1.9
+pkgrel=3
+pkgdesc='Stunt Rally game with track editor, based on VDrift'
+arch=('x86_64' 'i686')
+license=('GPL3')
+url='http://code.google.com/p/vdrift-ogre'
+depends=('libvorbis' 'mygui' 'sdl' 'enet' 'hicolor-icon-theme' 'libxcursor' 
'stuntrally-data')
+makedepends=('cmake' 'boost')
+install=stuntrally.install
+source=($pkgname-$pkgver.tar.gz::https://nodeload.github.com/$pkgname/$pkgname/tar.gz/$pkgver;)
+sha256sums=('651d10aa00cf73b275198f08b0360a34ff98e6b520013041863854babeb20da7')
+
+build() {
+  cd $srcdir/stuntrally-$pkgver/
+
+  rm -rf build
+  mkdir build  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DSHARE_INSTALL=share/stuntrally ..
+  make
+}
+
+package() {
+  cd $srcdir/stuntrally-$pkgver/build/
+
+  make DESTDIR=$pkgdir install
+  rm -rf $pkgdir/usr/share/stuntrally/
+}
+
+# vim:set ts=2 sw=2 et:

Copied: stuntrally/repos/community-staging-i686/stuntrally.install (from rev 
87218, stuntrally/trunk/stuntrally.install)
===
--- community-staging-i686/stuntrally.install   (rev 0)
+++ community-staging-i686/stuntrally.install   2013-03-28 18:39:38 UTC (rev 
87219)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+ post_install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: stuntrally/repos/community-staging-x86_64/PKGBUILD (from rev 87218, 
stuntrally/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-03-28 18:39:38 UTC (rev 87219)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Sven Schneider archlinux.sandm...@googlemail.com
+# Contributor: Jason Melton jason.mel...@gmail.com
+
+pkgname=stuntrally
+pkgver=1.9
+pkgrel=3
+pkgdesc='Stunt Rally game with track editor, based on VDrift'
+arch=('x86_64' 'i686')
+license=('GPL3')
+url='http://code.google.com/p/vdrift-ogre'
+depends=('libvorbis' 'mygui' 'sdl' 'enet' 'hicolor-icon-theme' 'libxcursor' 
'stuntrally-data')
+makedepends=('cmake' 'boost')
+install=stuntrally.install
+source=($pkgname-$pkgver.tar.gz::https://nodeload.github.com/$pkgname/$pkgname/tar.gz/$pkgver;)
+sha256sums=('651d10aa00cf73b275198f08b0360a34ff98e6b520013041863854babeb20da7')
+
+build() {
+  cd $srcdir/stuntrally-$pkgver/
+
+  rm -rf build
+  mkdir build  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DSHARE_INSTALL=share/stuntrally ..
+  make
+}
+
+package() {
+  cd $srcdir/stuntrally-$pkgver/build/
+
+  make DESTDIR=$pkgdir install
+  rm -rf $pkgdir/usr/share/stuntrally/
+}
+
+# vim:set ts=2 sw=2 et:

Copied: stuntrally/repos/community-staging-x86_64/stuntrally.install (from rev 
87218, stuntrally/trunk/stuntrally.install)
===
--- community-staging-x86_64/stuntrally.install (rev 0)
+++ community-staging-x86_64/stuntrally.install 2013-03-28 18:39:38 UTC (rev 
87219)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+ post_install
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-03-28 Thread Andreas Radke
Date: Thursday, March 28, 2013 @ 19:39:52
  Author: andyrtr
Revision: 180938

upgpkg: nx 3.5.0.19-1

upstream update 3.5.0.19

Modified:
  nx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 18:10:47 UTC (rev 180937)
+++ PKGBUILD2013-03-28 18:39:52 UTC (rev 180938)
@@ -3,8 +3,8 @@
 
 pkgbase=nx
 pkgname=('libxcomp' 'nxproxy' 'nx-x11' 'nx-xcompext' 'nxagent' 'x2go-agent' 
'nx-headers')
-pkgver=3.5.0.18
-pkgrel=2
+pkgver=3.5.0.19
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://wiki.x2go.org/;
 license=('GPL')
@@ -14,7 +14,7 @@
  )
 
source=(http://code.x2go.org/releases/source/nx-libs/nx-libs-$pkgver-full.tar.gz
 keyboard_rule.diff)
-md5sums=('cb321b520c3e157619e4ed5315c9e44c'
+md5sums=('6343c8bfee72e9b0bc2686c7785d1b0f'
  'f681bc66827cd7ddff4b81b983c20401')
 
 build() {



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

2013-03-28 Thread Andreas Radke
Date: Thursday, March 28, 2013 @ 19:40:16
  Author: andyrtr
Revision: 180939

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

Added:
  nx/repos/extra-i686/PKGBUILD
(from rev 180938, nx/trunk/PKGBUILD)
  nx/repos/extra-i686/keyboard_rule.diff
(from rev 180938, nx/trunk/keyboard_rule.diff)
  nx/repos/extra-x86_64/PKGBUILD
(from rev 180938, nx/trunk/PKGBUILD)
  nx/repos/extra-x86_64/keyboard_rule.diff
(from rev 180938, 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-28 18:39:52 UTC (rev 180938)
+++ extra-i686/PKGBUILD 2013-03-28 18:40:16 UTC (rev 180939)
@@ -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.18
-pkgrel=2
-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=('cb321b520c3e157619e4ed5315c9e44c'
- '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 (12 files)

2013-03-28 Thread Maxime Gauduin
Date: Thursday, March 28, 2013 @ 19:40:45
  Author: alucryd
Revision: 87220

Add cairo-dock{,-plugins}

Added:
  cairo-dock-plugins/
  cairo-dock-plugins/repos/
  cairo-dock-plugins/trunk/
  cairo-dock-plugins/trunk/PKGBUILD
  cairo-dock-plugins/trunk/alsa-mixer-applet.patch
  cairo-dock-plugins/trunk/applet-host-ias.patch
  cairo-dock/
  cairo-dock/.lock
  cairo-dock/repos/
  cairo-dock/trunk/
  cairo-dock/trunk/PKGBUILD
  cairo-dock/trunk/gldit-rpath.patch

--+
 cairo-dock-plugins/trunk/PKGBUILD|   67 +
 cairo-dock-plugins/trunk/alsa-mixer-applet.patch |   10 +++
 cairo-dock-plugins/trunk/applet-host-ias.patch   |   17 +
 cairo-dock/.lock |1 
 cairo-dock/trunk/PKGBUILD|   44 +
 cairo-dock/trunk/gldit-rpath.patch   |   13 
 6 files changed, 152 insertions(+)

Index: cairo-dock/.lock
===
--- cairo-dock/.lock2013-03-28 18:39:38 UTC (rev 87219)
+++ cairo-dock/.lock2013-03-28 18:40:45 UTC (rev 87220)

Property changes on: cairo-dock/.lock
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: cairo-dock/trunk/PKGBUILD
===
--- cairo-dock/trunk/PKGBUILD   (rev 0)
+++ cairo-dock/trunk/PKGBUILD   2013-03-28 18:40:45 UTC (rev 87220)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Tofe chris.chap...@gmail.com
+# Contributor: erm67 er...@yahoo.it
+
+pkgname=cairo-dock
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=Light eye-candy fully themable animated dock
+arch=('i686' 'x86_64')
+url=https://launchpad.net/cairo-dock-core;
+license=('GPL')
+groups=('cairo-dock')
+depends=('curl' 'dbus-glib' 'gtk3' 'gtkglext' 'librsvg')
+makedepends=('cmake' 'curl' 'dbus-glib' 'gtk3' 'gtkglext' 'inputproto' 
'librsvg')
+options=('!libtool')
+source=(http://launchpad.net/${pkgname}-core/3.2/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz;
 'gldit-rpath.patch')
+sha256sums=('69d57dab16e70bb0683ba91f1dfd19a9ee0de0b1642ca6480fef9dacbb9c2fd2'
+'5a5fbc67aaa210387ef4410701747fe741942c99c4bd84ae771b96a3bdd1c4cc')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+# Patch
+  patch -Np1 -i ../gldit-rpath.patch
+  sed -i 's|themes3.2|themes|' CMakeLists.txt
+
+# Build
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_cairo-dock() {
+  cd ${srcdir}/${pkgname}-${pkgver}/build
+
+# Install
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: cairo-dock/trunk/PKGBUILD
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: cairo-dock/trunk/gldit-rpath.patch
===
--- cairo-dock/trunk/gldit-rpath.patch  (rev 0)
+++ cairo-dock/trunk/gldit-rpath.patch  2013-03-28 18:40:45 UTC (rev 87220)
@@ -0,0 +1,13 @@
+--- a/src/gldit/CMakeLists.txt 2013-03-23 16:55:12.0 +0100
 b/src/gldit/CMakeLists.txt 2013-03-26 11:57:14.159200918 +0100
+@@ -82,9 +82,7 @@ link_directories(
+   ${GTK_LIBRARY_DIRS}
+   ${XEXTEND_LIBRARY_DIRS}
+   ${XINERAMA_LIBRARY_DIRS}
+-  ${CMAKE_SOURCE_DIR}/src/gldit
+-  ${CMAKE_SOURCE_DIR}/src/icon-factory
+-  ${CMAKE_SOURCE_DIR}/src/implementations)
++  )
+ 
+ # Define the library
+ add_library (gldi SHARED ${core_lib_SRCS})


Property changes on: cairo-dock/trunk/gldit-rpath.patch
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: cairo-dock-plugins/trunk/PKGBUILD
===
--- cairo-dock-plugins/trunk/PKGBUILD   (rev 0)
+++ cairo-dock-plugins/trunk/PKGBUILD   2013-03-28 18:40:45 UTC (rev 87220)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Tofe chris.chap...@gmail.com
+# Contributor: zhuqin zhuqi...@gmail.com
+# Contributor: tri1976 tri...@gmail.com
+# Contributor: snoopy33 snoop...@no-log.org
+
+pkgname=cairo-dock-plugins
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=Plugins for Cairo-Dock
+url=https://launchpad.net/cairo-dock;
+license=('GPL')
+arch=('i686' 'x86_64')
+groups=('cairo-dock')
+depends=('cairo-dock')
+makedepends=('cmake' 'alsa-lib' 'fftw' 'gnome-menus' 'gtk-sharp-2' 'gvfs' 
'libetpan' 'libexif' 'libical' 'libpulse' 'libxklavier' 'libxxf86vm' 
'libzeitgeist' 'lm_sensors' 'ndesk-dbus-glib' 'python' 'ruby' 'upower' 'vala' 
'vte3' 'webkitgtk3')

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

2013-03-28 Thread Maxime Gauduin
Date: Thursday, March 28, 2013 @ 19:43:22
  Author: alucryd
Revision: 87221

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

Added:
  cairo-dock/repos/community-i686/
  cairo-dock/repos/community-i686/PKGBUILD
(from rev 87220, cairo-dock/trunk/PKGBUILD)
  cairo-dock/repos/community-i686/gldit-rpath.patch
(from rev 87220, cairo-dock/trunk/gldit-rpath.patch)
  cairo-dock/repos/community-x86_64/
  cairo-dock/repos/community-x86_64/PKGBUILD
(from rev 87220, cairo-dock/trunk/PKGBUILD)
  cairo-dock/repos/community-x86_64/gldit-rpath.patch
(from rev 87220, cairo-dock/trunk/gldit-rpath.patch)

+
 community-i686/PKGBUILD|   44 +++
 community-i686/gldit-rpath.patch   |   13 ++
 community-x86_64/PKGBUILD  |   44 +++
 community-x86_64/gldit-rpath.patch |   13 ++
 4 files changed, 114 insertions(+)

Copied: cairo-dock/repos/community-i686/PKGBUILD (from rev 87220, 
cairo-dock/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-28 18:43:22 UTC (rev 87221)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Tofe chris.chap...@gmail.com
+# Contributor: erm67 er...@yahoo.it
+
+pkgname=cairo-dock
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=Light eye-candy fully themable animated dock
+arch=('i686' 'x86_64')
+url=https://launchpad.net/cairo-dock-core;
+license=('GPL')
+groups=('cairo-dock')
+depends=('curl' 'dbus-glib' 'gtk3' 'gtkglext' 'librsvg')
+makedepends=('cmake' 'curl' 'dbus-glib' 'gtk3' 'gtkglext' 'inputproto' 
'librsvg')
+options=('!libtool')
+source=(http://launchpad.net/${pkgname}-core/3.2/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz;
 'gldit-rpath.patch')
+sha256sums=('69d57dab16e70bb0683ba91f1dfd19a9ee0de0b1642ca6480fef9dacbb9c2fd2'
+'5a5fbc67aaa210387ef4410701747fe741942c99c4bd84ae771b96a3bdd1c4cc')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+# Patch
+  patch -Np1 -i ../gldit-rpath.patch
+  sed -i 's|themes3.2|themes|' CMakeLists.txt
+
+# Build
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_cairo-dock() {
+  cd ${srcdir}/${pkgname}-${pkgver}/build
+
+# Install
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Copied: cairo-dock/repos/community-i686/gldit-rpath.patch (from rev 87220, 
cairo-dock/trunk/gldit-rpath.patch)
===
--- community-i686/gldit-rpath.patch(rev 0)
+++ community-i686/gldit-rpath.patch2013-03-28 18:43:22 UTC (rev 87221)
@@ -0,0 +1,13 @@
+--- a/src/gldit/CMakeLists.txt 2013-03-23 16:55:12.0 +0100
 b/src/gldit/CMakeLists.txt 2013-03-26 11:57:14.159200918 +0100
+@@ -82,9 +82,7 @@ link_directories(
+   ${GTK_LIBRARY_DIRS}
+   ${XEXTEND_LIBRARY_DIRS}
+   ${XINERAMA_LIBRARY_DIRS}
+-  ${CMAKE_SOURCE_DIR}/src/gldit
+-  ${CMAKE_SOURCE_DIR}/src/icon-factory
+-  ${CMAKE_SOURCE_DIR}/src/implementations)
++  )
+ 
+ # Define the library
+ add_library (gldi SHARED ${core_lib_SRCS})

Copied: cairo-dock/repos/community-x86_64/PKGBUILD (from rev 87220, 
cairo-dock/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-28 18:43:22 UTC (rev 87221)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Tofe chris.chap...@gmail.com
+# Contributor: erm67 er...@yahoo.it
+
+pkgname=cairo-dock
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=Light eye-candy fully themable animated dock
+arch=('i686' 'x86_64')
+url=https://launchpad.net/cairo-dock-core;
+license=('GPL')
+groups=('cairo-dock')
+depends=('curl' 'dbus-glib' 'gtk3' 'gtkglext' 'librsvg')
+makedepends=('cmake' 'curl' 'dbus-glib' 'gtk3' 'gtkglext' 'inputproto' 
'librsvg')
+options=('!libtool')
+source=(http://launchpad.net/${pkgname}-core/3.2/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz;
 'gldit-rpath.patch')
+sha256sums=('69d57dab16e70bb0683ba91f1dfd19a9ee0de0b1642ca6480fef9dacbb9c2fd2'
+'5a5fbc67aaa210387ef4410701747fe741942c99c4bd84ae771b96a3bdd1c4cc')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+# Patch
+  patch -Np1 -i ../gldit-rpath.patch
+  sed -i 's|themes3.2|themes|' CMakeLists.txt
+
+# Build
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_cairo-dock() {
+  cd ${srcdir}/${pkgname}-${pkgver}/build
+
+# Install
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Copied: cairo-dock/repos/community-x86_64/gldit-rpath.patch (from rev 87220, 
cairo-dock/trunk/gldit-rpath.patch)

[arch-commits] Commit in cairo-dock-plugins/repos (8 files)

2013-03-28 Thread Maxime Gauduin
Date: Thursday, March 28, 2013 @ 19:48:03
  Author: alucryd
Revision: 87222

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

Added:
  cairo-dock-plugins/repos/community-i686/
  cairo-dock-plugins/repos/community-i686/PKGBUILD
(from rev 87221, cairo-dock-plugins/trunk/PKGBUILD)
  cairo-dock-plugins/repos/community-i686/alsa-mixer-applet.patch
(from rev 87221, cairo-dock-plugins/trunk/alsa-mixer-applet.patch)
  cairo-dock-plugins/repos/community-i686/applet-host-ias.patch
(from rev 87221, cairo-dock-plugins/trunk/applet-host-ias.patch)
  cairo-dock-plugins/repos/community-x86_64/
  cairo-dock-plugins/repos/community-x86_64/PKGBUILD
(from rev 87221, cairo-dock-plugins/trunk/PKGBUILD)
  cairo-dock-plugins/repos/community-x86_64/alsa-mixer-applet.patch
(from rev 87221, cairo-dock-plugins/trunk/alsa-mixer-applet.patch)
  cairo-dock-plugins/repos/community-x86_64/applet-host-ias.patch
(from rev 87221, cairo-dock-plugins/trunk/applet-host-ias.patch)

--+
 community-i686/PKGBUILD  |   67 +
 community-i686/alsa-mixer-applet.patch   |   10 
 community-i686/applet-host-ias.patch |   17 +++
 community-x86_64/PKGBUILD|   67 +
 community-x86_64/alsa-mixer-applet.patch |   10 
 community-x86_64/applet-host-ias.patch   |   17 +++
 6 files changed, 188 insertions(+)

Copied: cairo-dock-plugins/repos/community-i686/PKGBUILD (from rev 87221, 
cairo-dock-plugins/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-28 18:48:03 UTC (rev 87222)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Tofe chris.chap...@gmail.com
+# Contributor: zhuqin zhuqi...@gmail.com
+# Contributor: tri1976 tri...@gmail.com
+# Contributor: snoopy33 snoop...@no-log.org
+
+pkgname=cairo-dock-plugins
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=Plugins for Cairo-Dock
+url=https://launchpad.net/cairo-dock;
+license=('GPL')
+arch=('i686' 'x86_64')
+groups=('cairo-dock')
+depends=('cairo-dock')
+makedepends=('cmake' 'alsa-lib' 'fftw' 'gnome-menus' 'gtk-sharp-2' 'gvfs' 
'libetpan' 'libexif' 'libical' 'libpulse' 'libxklavier' 'libxxf86vm' 
'libzeitgeist' 'lm_sensors' 'ndesk-dbus-glib' 'python' 'ruby' 'upower' 'vala' 
'vte3' 'webkitgtk3')
+optdepends=('alsa-lib: Alsa-Mixer applet'
+'gnome-menus: GMenu applet'
+'fftw: Impulse applet'
+'libpulse: Impulse applet'
+'libxklavier: Keyboard-indicator applet'
+'libetpan: Mail applet'
+'libzeitgeist: Recent-Events applet'
+'vte3: Terminal applet'
+'webkitgtk3: Weblets applet'
+'libxxf86vm: XGamma applet'
+'gvfs: GVFS integration'
+'lm_sensors: Sensors support'
+'upower: UPower support'
+'libical: iCal support'
+'libexif: exif support'
+'python: Python interface'
+'gtk-sharp-2: Mono interface'
+'ndesk-dbus-glib: Mono interface'
+'ruby: Ruby interface'
+'vala: Vala interface')
+options=('!libtool')
+source=(http://launchpad.net/cairo-dock-plug-ins/3.2/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz;
 'alsa-mixer-applet.patch' 'applet-host-ias.patch')
+sha256sums=('e407e1c0d54ae37815726d0f2a66f12ec8263499df99198646bcecccfc688b5c'
+'e474314037fe85dfb9e90c17b18f87936a911699d97fee5470ccd812ff6697c1'
+'28be6144e9006f5c166d8f0119de1747ee2caf8e13072177a8d0dab23fd964b3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+# Patch
+  patch -Np1 -i ../alsa-mixer-applet.patch
+  patch -Np1 -i ../applet-host-ias.patch
+
+# Build
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}/build
+
+# Install
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Copied: cairo-dock-plugins/repos/community-i686/alsa-mixer-applet.patch (from 
rev 87221, cairo-dock-plugins/trunk/alsa-mixer-applet.patch)
===
--- community-i686/alsa-mixer-applet.patch  (rev 0)
+++ community-i686/alsa-mixer-applet.patch  2013-03-28 18:48:03 UTC (rev 
87222)
@@ -0,0 +1,10 @@
+--- a/alsaMixer/src/applet-struct.h2013-03-23 16:55:27.0 +0100
 b/alsaMixer/src/applet-struct.h2013-03-28 18:56:15.981944400 +0100
+@@ -19,6 +19,7 @@
+ 
+ #ifndef __CD_APPLET_STRUCT__
+ #define  __CD_APPLET_STRUCT__
++#include sys/types.h
+ 
+ #include sys/types.h
+ #include alsa/asoundlib.h

Copied: cairo-dock-plugins/repos/community-i686/applet-host-ias.patch (from rev 
87221, cairo-dock-plugins/trunk/applet-host-ias.patch)

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

2013-03-28 Thread Dave Reisner
Date: Thursday, March 28, 2013 @ 19:49:27
  Author: dreisner
Revision: 180940

upgpkg: systemd 199-2

- restore firmware loading for older kernels

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

---+
 0001-build-sys-fix-HAVE-ENABLE_FIRMWARE.patch |  102 
 PKGBUILD  |   16 ++-
 2 files changed, 113 insertions(+), 5 deletions(-)

Added: 0001-build-sys-fix-HAVE-ENABLE_FIRMWARE.patch
===
--- 0001-build-sys-fix-HAVE-ENABLE_FIRMWARE.patch   
(rev 0)
+++ 0001-build-sys-fix-HAVE-ENABLE_FIRMWARE.patch   2013-03-28 18:49:27 UTC 
(rev 180940)
@@ -0,0 +1,102 @@
+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-28 18:40:16 UTC (rev 180939)
+++ PKGBUILD2013-03-28 18:49:27 UTC (rev 180940)
@@ -4,7 +4,7 @@
 pkgbase=systemd
 pkgname=('systemd' 'systemd-sysvcompat')
 pkgver=199
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://www.freedesktop.org/wiki/Software/systemd;
 license=('GPL2' 'LGPL2.1' 'MIT')
@@ -16,11 +16,13 @@
 'initcpio-hook-udev'
 'initcpio-install-udev'
 'initcpio-install-timestamp'
+  

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

2013-03-28 Thread Dave Reisner
Date: Thursday, March 28, 2013 @ 19:50:17
  Author: dreisner
Revision: 180941

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

Added:
  systemd/repos/testing-i686/0001-build-sys-fix-HAVE-ENABLE_FIRMWARE.patch
(from rev 180940, 
systemd/trunk/0001-build-sys-fix-HAVE-ENABLE_FIRMWARE.patch)
  systemd/repos/testing-i686/PKGBUILD
(from rev 180940, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 180940, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-timestamp
(from rev 180940, systemd/trunk/initcpio-install-timestamp)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 180940, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/systemd.install
(from rev 180940, systemd/trunk/systemd.install)
  systemd/repos/testing-i686/use-split-usr-path.patch
(from rev 180940, systemd/trunk/use-split-usr-path.patch)
  systemd/repos/testing-x86_64/0001-build-sys-fix-HAVE-ENABLE_FIRMWARE.patch
(from rev 180940, 
systemd/trunk/0001-build-sys-fix-HAVE-ENABLE_FIRMWARE.patch)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 180940, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 180940, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-timestamp
(from rev 180940, systemd/trunk/initcpio-install-timestamp)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 180940, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/systemd.install
(from rev 180940, systemd/trunk/systemd.install)
  systemd/repos/testing-x86_64/use-split-usr-path.patch
(from rev 180940, systemd/trunk/use-split-usr-path.patch)
Deleted:
  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/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|  278 ++
 /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|  133 
 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  |  133 
 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, 808 insertions(+), 592 deletions(-)

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


  1   2   >