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

2013-03-27 Thread Jelle van der Waa
Date: Wednesday, March 27, 2013 @ 08:08:11
  Author: jelle
Revision: 87098

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

Added:
  haskell-syb/repos/community-i686/PKGBUILD
(from rev 87097, haskell-syb/repos/community-testing-i686/PKGBUILD)
  haskell-syb/repos/community-i686/haskell-syb.install
(from rev 87097, 
haskell-syb/repos/community-testing-i686/haskell-syb.install)
  haskell-syb/repos/community-x86_64/PKGBUILD
(from rev 87097, haskell-syb/repos/community-testing-x86_64/PKGBUILD)
  haskell-syb/repos/community-x86_64/haskell-syb.install
(from rev 87097, 
haskell-syb/repos/community-testing-x86_64/haskell-syb.install)
Deleted:
  haskell-syb/repos/community-i686/PKGBUILD
  haskell-syb/repos/community-i686/haskell-syb.install
  haskell-syb/repos/community-testing-i686/
  haskell-syb/repos/community-testing-x86_64/
  haskell-syb/repos/community-x86_64/PKGBUILD
  haskell-syb/repos/community-x86_64/haskell-syb.install

--+
 /PKGBUILD|   74 +
 /haskell-syb.install |   36 
 community-i686/PKGBUILD  |   37 
 community-i686/haskell-syb.install   |   18 
 community-x86_64/PKGBUILD|   37 
 community-x86_64/haskell-syb.install |   18 
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-27 02:25:04 UTC (rev 87097)
+++ community-i686/PKGBUILD 2013-03-27 07:08:11 UTC (rev 87098)
@@ -1,37 +0,0 @@
-# Maintainer: Rémy Oudompheng r...@archlinux.org
-# Contributor: Arch Haskell Team arch-hask...@haskell.org
-_hkgname=syb
-pkgname=haskell-syb
-pkgver=0.3.7
-pkgrel=2
-pkgdesc=A library for client-side HTTP
-url=http://hackage.haskell.org/package/${_hkgname};
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('ghc=7.6.2-1' sh)
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-install=${pkgname}.install
-md5sums=('fa653976a4ee43918cc7546089f94b60')
-
-build() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr --docdir=/usr/share/doc/${pkgname}
-runhaskell Setup build
-runhaskell Setup haddock
-runhaskell Setup register   --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}
-

Copied: haskell-syb/repos/community-i686/PKGBUILD (from rev 87097, 
haskell-syb/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-27 07:08:11 UTC (rev 87098)
@@ -0,0 +1,37 @@
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+_hkgname=syb
+pkgname=haskell-syb
+pkgver=0.4.0
+pkgrel=1
+pkgdesc=A library for client-side HTTP
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.2-1' sh)
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('ec2719d444a6561b2424dcef10b4fe34')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr --docdir=/usr/share/doc/${pkgname}
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE 

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

2013-03-27 Thread Jelle van der Waa
Date: Wednesday, March 27, 2013 @ 08:08:12
  Author: jelle
Revision: 87099

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

Added:
  haskell-x11/repos/community-i686/PKGBUILD
(from rev 87097, haskell-x11/repos/community-testing-i686/PKGBUILD)
  haskell-x11/repos/community-i686/hsmod.install
(from rev 87097, haskell-x11/repos/community-testing-i686/hsmod.install)
  haskell-x11/repos/community-x86_64/PKGBUILD
(from rev 87097, haskell-x11/repos/community-testing-x86_64/PKGBUILD)
  haskell-x11/repos/community-x86_64/hsmod.install
(from rev 87097, haskell-x11/repos/community-testing-x86_64/hsmod.install)
Deleted:
  haskell-x11/repos/community-i686/PKGBUILD
  haskell-x11/repos/community-i686/hsmod.install
  haskell-x11/repos/community-testing-i686/
  haskell-x11/repos/community-testing-x86_64/
  haskell-x11/repos/community-x86_64/PKGBUILD
  haskell-x11/repos/community-x86_64/hsmod.install

+
 /PKGBUILD  |   82 +++
 /hsmod.install |   36 +
 community-i686/PKGBUILD|   41 ---
 community-i686/hsmod.install   |   18 
 community-x86_64/PKGBUILD  |   41 ---
 community-x86_64/hsmod.install |   18 
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-27 07:08:11 UTC (rev 87098)
+++ community-i686/PKGBUILD 2013-03-27 07:08:12 UTC (rev 87099)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: shild s...@bk.ru
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-
-_hkgname=X11
-pkgname=haskell-x11
-pkgver=1.6.1.1
-pkgrel=1
-pkgdesc=A Haskell binding to the X11 graphics library.
-arch=(i686 x86_64)
-url=http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11;
-license=('custom:BSD3')
-options=('strip')
-depends=(ghc=7.6.2-1 haskell-syb=0.3.7-2 'libx11' 'libxinerama' 
'libxrandr' 'haskell-data-default')
-conflicts=(haskell-x11-extras)
-install=hsmod.install
-source=(http://hackage.haskell.org/packages/archive/X11/$pkgver/X11-$pkgver.tar.gz)
-md5sums=('80638b99238f72d4cc351b4fbd7274fc')
-
-build() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
-  --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock
-runhaskell Setup register   --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}

Copied: haskell-x11/repos/community-i686/PKGBUILD (from rev 87097, 
haskell-x11/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-27 07:08:12 UTC (rev 87099)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: shild s...@bk.ru
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+
+_hkgname=X11
+pkgname=haskell-x11
+pkgver=1.6.1.1
+pkgrel=2
+pkgdesc=A Haskell binding to the X11 graphics library.
+arch=(i686 x86_64)
+url=http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11;
+license=('custom:BSD3')
+options=('strip')
+depends=(ghc=7.6.2-1 libx11 libxinerama libxrandr 
haskell-data-default)
+conflicts=(haskell-x11-extras)
+install=hsmod.install
+source=(http://hackage.haskell.org/packages/archive/X11/$pkgver/X11-$pkgver.tar.gz)
+md5sums=('80638b99238f72d4cc351b4fbd7274fc')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+  --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 

[arch-commits] Commit in haskell-x11-xft/repos (10 files)

2013-03-27 Thread Jelle van der Waa
Date: Wednesday, March 27, 2013 @ 08:08:13
  Author: jelle
Revision: 87100

db-move: moved haskell-x11-xft from [community-testing] to [community] (i686, 
x86_64)

Added:
  haskell-x11-xft/repos/community-i686/PKGBUILD
(from rev 87097, haskell-x11-xft/repos/community-testing-i686/PKGBUILD)
  haskell-x11-xft/repos/community-i686/haskell-x11-xft.install
(from rev 87097, 
haskell-x11-xft/repos/community-testing-i686/haskell-x11-xft.install)
  haskell-x11-xft/repos/community-x86_64/PKGBUILD
(from rev 87097, haskell-x11-xft/repos/community-testing-x86_64/PKGBUILD)
  haskell-x11-xft/repos/community-x86_64/haskell-x11-xft.install
(from rev 87097, 
haskell-x11-xft/repos/community-testing-x86_64/haskell-x11-xft.install)
Deleted:
  haskell-x11-xft/repos/community-i686/PKGBUILD
  haskell-x11-xft/repos/community-i686/haskell-x11-xft.install
  haskell-x11-xft/repos/community-testing-i686/
  haskell-x11-xft/repos/community-testing-x86_64/
  haskell-x11-xft/repos/community-x86_64/PKGBUILD
  haskell-x11-xft/repos/community-x86_64/haskell-x11-xft.install

--+
 /PKGBUILD|   76 +
 /haskell-x11-xft.install |   36 +
 community-i686/PKGBUILD  |   38 --
 community-i686/haskell-x11-xft.install   |   18 --
 community-x86_64/PKGBUILD|   38 --
 community-x86_64/haskell-x11-xft.install |   18 --
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-27 07:08:12 UTC (rev 87099)
+++ community-i686/PKGBUILD 2013-03-27 07:08:13 UTC (rev 87100)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-_hkgname=X11-xft
-pkgname=haskell-x11-xft
-pkgver=0.3.1
-pkgrel=7
-pkgdesc=Bindings to the Xft, X Free Type interface library, and some Xrender 
parts
-url=http://hackage.haskell.org/package/${_hkgname};
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('ghc=7.6.2-1' 'haskell-x11=1.6.0.2-2' 'haskell-utf8-string=0.3.7-4' 
'libxft')
-options=('strip')
-install=haskell-x11-xft.install
-source=(http://hackage.haskell.org/packages/archive/X11-xft/$pkgver/X11-xft-$pkgver.tar.gz)
-md5sums=('ad885150a59f63de328e73abe5ffc79e')
-
-build() {
-  cd ${srcdir}/${_hkgname}-${pkgver}
-  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
---prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
-  runhaskell Setup build
-  runhaskell Setup haddock
-  runhaskell Setup register   --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-  cd ${srcdir}/${_hkgname}-${pkgver}
-  install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-  install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-  install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-  ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-  runhaskell Setup copy --destdir=${pkgdir}
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}

Copied: haskell-x11-xft/repos/community-i686/PKGBUILD (from rev 87097, 
haskell-x11-xft/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-27 07:08:13 UTC (rev 87100)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+_hkgname=X11-xft
+pkgname=haskell-x11-xft
+pkgver=0.3.1
+pkgrel=8
+pkgdesc=Bindings to the Xft, X Free Type interface library, and some Xrender 
parts
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.2-1' 'haskell-x11=1.6.1.1-2' 'haskell-utf8-string=0.3.7-4' 
'libxft')
+options=('strip')
+install=haskell-x11-xft.install
+source=(http://hackage.haskell.org/packages/archive/X11-xft/$pkgver/X11-xft-$pkgver.tar.gz)
+md5sums=('ad885150a59f63de328e73abe5ffc79e')
+
+build() {
+  cd ${srcdir}/${_hkgname}-${pkgver}
+  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+  cd ${srcdir}/${_hkgname}-${pkgver}
+  install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+  install-m744 unregister.sh 

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

2013-03-27 Thread Jelle van der Waa
Date: Wednesday, March 27, 2013 @ 08:08:15
  Author: jelle
Revision: 87101

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

Added:
  xmonad/repos/community-i686/PKGBUILD
(from rev 87097, xmonad/repos/community-testing-i686/PKGBUILD)
  xmonad/repos/community-i686/xmonad-gnome-session.session
(from rev 87097, 
xmonad/repos/community-testing-i686/xmonad-gnome-session.session)
  xmonad/repos/community-i686/xmonad.install
(from rev 87097, xmonad/repos/community-testing-i686/xmonad.install)
  xmonad/repos/community-i686/xmonad.svg
(from rev 87097, xmonad/repos/community-testing-i686/xmonad.svg)
  xmonad/repos/community-x86_64/PKGBUILD
(from rev 87097, xmonad/repos/community-testing-x86_64/PKGBUILD)
  xmonad/repos/community-x86_64/xmonad-gnome-session.session
(from rev 87097, 
xmonad/repos/community-testing-x86_64/xmonad-gnome-session.session)
  xmonad/repos/community-x86_64/xmonad.install
(from rev 87097, xmonad/repos/community-testing-x86_64/xmonad.install)
  xmonad/repos/community-x86_64/xmonad.svg
(from rev 87097, xmonad/repos/community-testing-x86_64/xmonad.svg)
Deleted:
  xmonad/repos/community-i686/PKGBUILD
  xmonad/repos/community-i686/xmonad-gnome-session.session
  xmonad/repos/community-i686/xmonad.install
  xmonad/repos/community-i686/xmonad.svg
  xmonad/repos/community-testing-i686/
  xmonad/repos/community-testing-x86_64/
  xmonad/repos/community-x86_64/PKGBUILD
  xmonad/repos/community-x86_64/xmonad-gnome-session.session
  xmonad/repos/community-x86_64/xmonad.install
  xmonad/repos/community-x86_64/xmonad.svg

---+
 /PKGBUILD |  100 +++
 /xmonad-gnome-session.session |   12 +
 /xmonad.install   |   44 ++
 /xmonad.svg   |  154 
 community-i686/PKGBUILD   |   50 ---
 community-i686/xmonad-gnome-session.session   |6 
 community-i686/xmonad.install |   22 ---
 community-i686/xmonad.svg |   77 
 community-x86_64/PKGBUILD |   50 ---
 community-x86_64/xmonad-gnome-session.session |6 
 community-x86_64/xmonad.install   |   22 ---
 community-x86_64/xmonad.svg   |   77 
 12 files changed, 310 insertions(+), 310 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-27 07:08:13 UTC (rev 87100)
+++ community-i686/PKGBUILD 2013-03-27 07:08:15 UTC (rev 87101)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-# Contributor: shild shi...@gmail.com
-
-pkgname=xmonad
-pkgver=0.11
-pkgrel=4
-pkgdesc=Lightweight X11 tiled window manager written in Haskell
-arch=('i686' 'x86_64')
-url=http://xmonad.org/;
-license=('BSD')
-depends=('ghc=7.6.2-1' 'gmp' 'haskell-x11=1.6.1.1-1' 'sh' 
'haskell-mtl=2.1.2-2' 'haskell-utf8-string=0.3.7-4' 
'haskell-extensible-exceptions=0.1.1.4-4')
-makedepends=('gendesk')
-optdepends=('xorg-xmessage: for displaying visual error messages')
-install='xmonad.install'
-source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;
-'xmonad.svg')
-md5sums=('5ac9dc1dae5e85dcbdfb9f70cbe312c1'
- '72bfa5e62e4e44fe7fa59b6a7593d993')
-
-build() {
-  cd $srcdir
-  ghc-pkg list
-  gendesk
-
-  cd $srcdir/$pkgname-$pkgver
-
-  runhaskell Setup.lhs configure --ghc --enable-shared --enable-split-objs 
--prefix=/usr \
- --libsubdir=\$compiler/site-local/\$pkgid
-  runhaskell Setup build
-  runhaskell Setup register --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  install -D -m744 register.sh $pkgdir/usr/share/haskell/$pkgname/register.sh
-  install -m744 unregister.sh $pkgdir/usr/share/haskell/$pkgname/unregister.sh
-  runhaskell Setup.lhs copy --destdir=$pkgdir
-
-  #runhaskell util/GenerateManpage.hs
-
-  install -D -m644 man/xmonad.1 $pkgdir/usr/share/man/man1/xmonad.1
-
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/xmonad/LICENSE
-
-  install -D -m644 $srcdir/xmonad.svg $pkgdir/usr/share/pixmaps/xmonad.svg
-}

Copied: xmonad/repos/community-i686/PKGBUILD (from rev 87097, 
xmonad/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-27 07:08:15 UTC (rev 87101)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: shild shi...@gmail.com
+
+pkgname=xmonad
+pkgver=0.11
+pkgrel=5
+pkgdesc=Lightweight 

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

2013-03-27 Thread Jelle van der Waa
Date: Wednesday, March 27, 2013 @ 08:08:16
  Author: jelle
Revision: 87102

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

Added:
  xmonad-contrib/repos/community-i686/PKGBUILD
(from rev 87097, xmonad-contrib/repos/community-testing-i686/PKGBUILD)
  xmonad-contrib/repos/community-i686/xmonad-contrib-remove-getatomname.patch
(from rev 87097, 
xmonad-contrib/repos/community-testing-i686/xmonad-contrib-remove-getatomname.patch)
  xmonad-contrib/repos/community-i686/xmonad-contrib.install
(from rev 87097, 
xmonad-contrib/repos/community-testing-i686/xmonad-contrib.install)
  xmonad-contrib/repos/community-x86_64/PKGBUILD
(from rev 87097, xmonad-contrib/repos/community-testing-x86_64/PKGBUILD)
  xmonad-contrib/repos/community-x86_64/xmonad-contrib-remove-getatomname.patch
(from rev 87097, 
xmonad-contrib/repos/community-testing-x86_64/xmonad-contrib-remove-getatomname.patch)
  xmonad-contrib/repos/community-x86_64/xmonad-contrib.install
(from rev 87097, 
xmonad-contrib/repos/community-testing-x86_64/xmonad-contrib.install)
Deleted:
  xmonad-contrib/repos/community-i686/PKGBUILD
  xmonad-contrib/repos/community-i686/xmonad-contrib-remove-getatomname.patch
  xmonad-contrib/repos/community-i686/xmonad-contrib.install
  xmonad-contrib/repos/community-testing-i686/
  xmonad-contrib/repos/community-testing-x86_64/
  xmonad-contrib/repos/community-x86_64/PKGBUILD
  xmonad-contrib/repos/community-x86_64/xmonad-contrib-remove-getatomname.patch
  xmonad-contrib/repos/community-x86_64/xmonad-contrib.install

--+
 /PKGBUILD|   74 +
 /xmonad-contrib-remove-getatomname.patch |   38 ++
 /xmonad-contrib.install  |   34 +
 community-i686/PKGBUILD  |   37 --
 community-i686/xmonad-contrib-remove-getatomname.patch   |   19 ---
 community-i686/xmonad-contrib.install|   17 --
 community-x86_64/PKGBUILD|   37 --
 community-x86_64/xmonad-contrib-remove-getatomname.patch |   19 ---
 community-x86_64/xmonad-contrib.install  |   17 --
 9 files changed, 146 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-27 07:08:15 UTC (rev 87101)
+++ community-i686/PKGBUILD 2013-03-27 07:08:16 UTC (rev 87102)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-# Contributor: orbisvicis gmail.com
-
-pkgname=xmonad-contrib
-pkgver=0.11
-pkgrel=5
-pkgdesc=Add-ons for xmonad
-arch=('i686' 'x86_64')
-url=http://xmonad.org/;
-license=('BSD')
-depends=('ghc=7.6.2-1' 'xmonad=0.11-4' 'sh' 'haskell-x11=1.6.1.1-1' 
'haskell-x11-xft=0.3.1' 'haskell-utf8-string=0.3.7-4' 
'haskell-random=1.0.1.1-4')
-install='xmonad-contrib.install'
-source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz
 xmonad-contrib-remove-getatomname.patch)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -Np1 -i $srcdir/xmonad-contrib-remove-getatomname.patch
-
-  runhaskell Setup.lhs configure --ghc --enable-shared --enable-split-objs 
--prefix=/usr -fuse_xft \
- --libsubdir=\$compiler/site-local/\$pkgid
-  runhaskell Setup build
-  runhaskell Setup register --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  install -D -m744 register.sh $pkgdir/usr/share/haskell/$pkgname/register.sh
-  install -m744 unregister.sh $pkgdir/usr/share/haskell/$pkgname/unregister.sh
-  runhaskell Setup.lhs copy --destdir=$pkgdir
-  install -D LICENSE $pkgdir/usr/share/licenses/xmonad-contrib/LICENSE
-}
-md5sums=('05fba258ac6063e49b50786a0869bd1f'
- '1d1fab94ae24b2a8f6a5dcd9cd6d9548')

Copied: xmonad-contrib/repos/community-i686/PKGBUILD (from rev 87097, 
xmonad-contrib/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-27 07:08:16 UTC (rev 87102)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: orbisvicis gmail.com
+
+pkgname=xmonad-contrib
+pkgver=0.11
+pkgrel=6
+pkgdesc=Add-ons for xmonad
+arch=('i686' 'x86_64')
+url=http://xmonad.org/;
+license=('BSD')
+depends=('ghc=7.6.2-1' 'xmonad=0.11-5' 'sh' 'haskell-x11=1.6.1.1-2' 
'haskell-x11-xft=0.3.1' 'haskell-utf8-string=0.3.7-4' 
'haskell-random=1.0.1.1-4')
+install='xmonad-contrib.install'
+source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz
 

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

2013-03-27 Thread Massimiliano Torromeo
Date: Wednesday, March 27, 2013 @ 09:05:53
  Author: mtorromeo
Revision: 87103

upgpkg: python-oauthlib 0.4.0-1

Updated to version 0.4.0

Modified:
  python-oauthlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-27 07:08:16 UTC (rev 87102)
+++ PKGBUILD2013-03-27 08:05:53 UTC (rev 87103)
@@ -3,7 +3,7 @@
 
 pkgbase=python-oauthlib
 pkgname=(python-oauthlib python2-oauthlib)
-pkgver=0.3.8
+pkgver=0.4.0
 pkgrel=1
 _libname=oauthlib
 pkgdesc=A generic, spec-compliant, thorough implementation of the OAuth 
request-signing logic
@@ -41,4 +41,4 @@
install -m0644 -D LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
-sha256sums=('ab77b6bc5737d09d7c8a9c9e6e85354470b7fe8d173bb932889dd796e811b7a2')
+sha256sums=('9fa2f6ecc03529b12e9c9445e9a29ca72fecdebfe1f7f5ccc9242ba7a9c4e996')



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

2013-03-27 Thread Massimiliano Torromeo
Date: Wednesday, March 27, 2013 @ 09:08:02
  Author: mtorromeo
Revision: 87104

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-27 08:05:53 UTC (rev 87103)
+++ PKGBUILD2013-03-27 08:08:02 UTC (rev 87104)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgbase=python-oauthlib
-pkgname=(python-oauthlib python2-oauthlib)
-pkgver=0.3.8
-pkgrel=1
-_libname=oauthlib
-pkgdesc=A generic, spec-compliant, thorough implementation of the OAuth 
request-signing logic
-arch=(any)
-url=https://github.com/idan/oauthlib;
-license=('BSD')
-source=(http://pypi.python.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz)
-makedepends=(python-distribute python2-distribute)
-
-build() {
-   cd $srcdir/$_libname-$pkgver
-   
-   rm -rf ../buildpy3; mkdir ../buildpy3
-   python setup.py build -b ../buildpy3
-   
-   rm -rf ../buildpy2; mkdir ../buildpy2
-   python2 setup.py build -b ../buildpy2
-}
-
-package_python-oauthlib() {
-   depends=(python-crypto)
-   
-   cd $srcdir/$_libname-$pkgver
-   rm -rf build; ln -s ../buildpy3 build
-   python setup.py install --skip-build -O1 --root=$pkgdir
-   install -m0644 -D LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-oauthlib() {
-   depends=(python2-crypto)
-   
-   cd $srcdir/$_libname-$pkgver
-   rm -rf build; ln -s ../buildpy2 build
-   python2 setup.py install --skip-build -O1 --root=$pkgdir
-   install -m0644 -D LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-sha256sums=('ab77b6bc5737d09d7c8a9c9e6e85354470b7fe8d173bb932889dd796e811b7a2')

Copied: python-oauthlib/repos/community-any/PKGBUILD (from rev 87103, 
python-oauthlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-27 08:08:02 UTC (rev 87104)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgbase=python-oauthlib
+pkgname=(python-oauthlib python2-oauthlib)
+pkgver=0.4.0
+pkgrel=1
+_libname=oauthlib
+pkgdesc=A generic, spec-compliant, thorough implementation of the OAuth 
request-signing logic
+arch=(any)
+url=https://github.com/idan/oauthlib;
+license=('BSD')
+source=(http://pypi.python.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz)
+makedepends=(python-distribute python2-distribute)
+
+build() {
+   cd $srcdir/$_libname-$pkgver
+   
+   rm -rf ../buildpy3; mkdir ../buildpy3
+   python setup.py build -b ../buildpy3
+   
+   rm -rf ../buildpy2; mkdir ../buildpy2
+   python2 setup.py build -b ../buildpy2
+}
+
+package_python-oauthlib() {
+   depends=(python-crypto)
+   
+   cd $srcdir/$_libname-$pkgver
+   rm -rf build; ln -s ../buildpy3 build
+   python setup.py install --skip-build -O1 --root=$pkgdir
+   install -m0644 -D LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-oauthlib() {
+   depends=(python2-crypto)
+   
+   cd $srcdir/$_libname-$pkgver
+   rm -rf build; ln -s ../buildpy2 build
+   python2 setup.py install --skip-build -O1 --root=$pkgdir
+   install -m0644 -D LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+sha256sums=('9fa2f6ecc03529b12e9c9445e9a29ca72fecdebfe1f7f5ccc9242ba7a9c4e996')



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

2013-03-27 Thread Jelle van der Waa
Date: Wednesday, March 27, 2013 @ 12:04:41
  Author: jelle
Revision: 87105

upgpkg: python-sqlalchemy 0.8.0-1

Modified:
  python-sqlalchemy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-27 08:08:02 UTC (rev 87104)
+++ PKGBUILD2013-03-27 11:04:41 UTC (rev 87105)
@@ -4,14 +4,14 @@
 
 pkgbase=python-sqlalchemy
 pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
-pkgver=0.7.9
+pkgver=0.8.0
 pkgrel=1
 arch=('i686' 'x86_64') # python2 package contain .so
 url=http://www.sqlalchemy.org/;
 license=('custom: MIT')
 makedepends=('python' 'python2' 'python-distribute' 'python2-distribute' 
'python-nose' 'python2-nose')
 
source=(http://downloads.sourceforge.net/sourceforge/sqlalchemy/SQLAlchemy-$pkgver.tar.gz;)
-md5sums=('c4852d586d95a59fbc9358f4467875d5')
+md5sums=('3fb0b62e5d6ef4a022414f4233519ee2')
 
 build() {
   cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver
@@ -21,6 +21,13 @@
   python2 setup.py build
 }
 
+check() {
+  cd SQLAlchemy-${pkgver}
+  python setup.py check
+  python2 setup.py check
+
+}
+
 package_python-sqlalchemy() {
   pkgdesc='Python SQL toolkit and Object Relational Mapper'
   depends=('python')



[arch-commits] Commit in python-sqlalchemy/repos/community-x86_64 (PKGBUILD PKGBUILD)

2013-03-27 Thread Jelle van der Waa
Date: Wednesday, March 27, 2013 @ 12:05:17
  Author: jelle
Revision: 87106

archrelease: copy trunk to community-x86_64

Added:
  python-sqlalchemy/repos/community-x86_64/PKGBUILD
(from rev 87105, python-sqlalchemy/trunk/PKGBUILD)
Deleted:
  python-sqlalchemy/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-27 11:04:41 UTC (rev 87105)
+++ PKGBUILD2013-03-27 11:05:17 UTC (rev 87106)
@@ -1,44 +0,0 @@
-# $Id$ 
-# Maintainer: Angel Velasquez an...@archlinux.org 
-# Contributor: Sébastien Luttringer se...@aur.archlinux.org
-
-pkgbase=python-sqlalchemy
-pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
-pkgver=0.7.9
-pkgrel=1
-arch=('i686' 'x86_64') # python2 package contain .so
-url=http://www.sqlalchemy.org/;
-license=('custom: MIT')
-makedepends=('python' 'python2' 'python-distribute' 'python2-distribute' 
'python-nose' 'python2-nose')
-source=(http://downloads.sourceforge.net/sourceforge/sqlalchemy/SQLAlchemy-$pkgver.tar.gz;)
-md5sums=('c4852d586d95a59fbc9358f4467875d5')
-
-build() {
-  cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver
-  cd SQLAlchemy-$pkgver
-  python setup.py build
-  cd ../SQLAlchemy2-$pkgver
-  python2 setup.py build
-}
-
-package_python-sqlalchemy() {
-  pkgdesc='Python SQL toolkit and Object Relational Mapper'
-  depends=('python')
-
-  cd SQLAlchemy-${pkgver}
-  python setup.py install --root=${pkgdir}
-  install -D -m644 LICENSE \
- $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-sqlalchemy() {
-  pkgdesc='Python 2 SQL toolkit and Object Relational Mapper'
-  depends=('python2')
-
-  cd SQLAlchemy2-$pkgver
-  python2 setup.py install --root=$pkgdir
-  install -D -m644 LICENSE \
- $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: python-sqlalchemy/repos/community-x86_64/PKGBUILD (from rev 87105, 
python-sqlalchemy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-27 11:05:17 UTC (rev 87106)
@@ -0,0 +1,51 @@
+# $Id$ 
+# Maintainer: Angel Velasquez an...@archlinux.org 
+# Contributor: Sébastien Luttringer se...@aur.archlinux.org
+
+pkgbase=python-sqlalchemy
+pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
+pkgver=0.8.0
+pkgrel=1
+arch=('i686' 'x86_64') # python2 package contain .so
+url=http://www.sqlalchemy.org/;
+license=('custom: MIT')
+makedepends=('python' 'python2' 'python-distribute' 'python2-distribute' 
'python-nose' 'python2-nose')
+source=(http://downloads.sourceforge.net/sourceforge/sqlalchemy/SQLAlchemy-$pkgver.tar.gz;)
+md5sums=('3fb0b62e5d6ef4a022414f4233519ee2')
+
+build() {
+  cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver
+  cd SQLAlchemy-$pkgver
+  python setup.py build
+  cd ../SQLAlchemy2-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd SQLAlchemy-${pkgver}
+  python setup.py check
+  python2 setup.py check
+
+}
+
+package_python-sqlalchemy() {
+  pkgdesc='Python SQL toolkit and Object Relational Mapper'
+  depends=('python')
+
+  cd SQLAlchemy-${pkgver}
+  python setup.py install --root=${pkgdir}
+  install -D -m644 LICENSE \
+ $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-sqlalchemy() {
+  pkgdesc='Python 2 SQL toolkit and Object Relational Mapper'
+  depends=('python2')
+
+  cd SQLAlchemy2-$pkgver
+  python2 setup.py install --root=$pkgdir
+  install -D -m644 LICENSE \
+ $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 ft=sh et:



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

2013-03-27 Thread Jelle van der Waa
Date: Wednesday, March 27, 2013 @ 12:07:21
  Author: jelle
Revision: 87107

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

Added:
  python-sqlalchemy/repos/community-i686/PKGBUILD
(from rev 87106, python-sqlalchemy/trunk/PKGBUILD)
  python-sqlalchemy/repos/community-x86_64/PKGBUILD
(from rev 87106, python-sqlalchemy/trunk/PKGBUILD)
Deleted:
  python-sqlalchemy/repos/community-i686/PKGBUILD
  python-sqlalchemy/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  102 
 community-i686/PKGBUILD   |   44 --
 community-x86_64/PKGBUILD |   51 --
 3 files changed, 102 insertions(+), 95 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-27 11:05:17 UTC (rev 87106)
+++ community-i686/PKGBUILD 2013-03-27 11:07:21 UTC (rev 87107)
@@ -1,44 +0,0 @@
-# $Id$ 
-# Maintainer: Angel Velasquez an...@archlinux.org 
-# Contributor: Sébastien Luttringer se...@aur.archlinux.org
-
-pkgbase=python-sqlalchemy
-pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
-pkgver=0.7.9
-pkgrel=1
-arch=('i686' 'x86_64') # python2 package contain .so
-url=http://www.sqlalchemy.org/;
-license=('custom: MIT')
-makedepends=('python' 'python2' 'python-distribute' 'python2-distribute' 
'python-nose' 'python2-nose')
-source=(http://downloads.sourceforge.net/sourceforge/sqlalchemy/SQLAlchemy-$pkgver.tar.gz;)
-md5sums=('c4852d586d95a59fbc9358f4467875d5')
-
-build() {
-  cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver
-  cd SQLAlchemy-$pkgver
-  python setup.py build
-  cd ../SQLAlchemy2-$pkgver
-  python2 setup.py build
-}
-
-package_python-sqlalchemy() {
-  pkgdesc='Python SQL toolkit and Object Relational Mapper'
-  depends=('python')
-
-  cd SQLAlchemy-${pkgver}
-  python setup.py install --root=${pkgdir}
-  install -D -m644 LICENSE \
- $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-sqlalchemy() {
-  pkgdesc='Python 2 SQL toolkit and Object Relational Mapper'
-  depends=('python2')
-
-  cd SQLAlchemy2-$pkgver
-  python2 setup.py install --root=$pkgdir
-  install -D -m644 LICENSE \
- $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: python-sqlalchemy/repos/community-i686/PKGBUILD (from rev 87106, 
python-sqlalchemy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-27 11:07:21 UTC (rev 87107)
@@ -0,0 +1,51 @@
+# $Id$ 
+# Maintainer: Angel Velasquez an...@archlinux.org 
+# Contributor: Sébastien Luttringer se...@aur.archlinux.org
+
+pkgbase=python-sqlalchemy
+pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
+pkgver=0.8.0
+pkgrel=1
+arch=('i686' 'x86_64') # python2 package contain .so
+url=http://www.sqlalchemy.org/;
+license=('custom: MIT')
+makedepends=('python' 'python2' 'python-distribute' 'python2-distribute' 
'python-nose' 'python2-nose')
+source=(http://downloads.sourceforge.net/sourceforge/sqlalchemy/SQLAlchemy-$pkgver.tar.gz;)
+md5sums=('3fb0b62e5d6ef4a022414f4233519ee2')
+
+build() {
+  cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver
+  cd SQLAlchemy-$pkgver
+  python setup.py build
+  cd ../SQLAlchemy2-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd SQLAlchemy-${pkgver}
+  python setup.py check
+  python2 setup.py check
+
+}
+
+package_python-sqlalchemy() {
+  pkgdesc='Python SQL toolkit and Object Relational Mapper'
+  depends=('python')
+
+  cd SQLAlchemy-${pkgver}
+  python setup.py install --root=${pkgdir}
+  install -D -m644 LICENSE \
+ $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-sqlalchemy() {
+  pkgdesc='Python 2 SQL toolkit and Object Relational Mapper'
+  depends=('python2')
+
+  cd SQLAlchemy2-$pkgver
+  python2 setup.py install --root=$pkgdir
+  install -D -m644 LICENSE \
+ $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-27 11:05:17 UTC (rev 87106)
+++ community-x86_64/PKGBUILD   2013-03-27 11:07:21 UTC (rev 87107)
@@ -1,51 +0,0 @@
-# $Id$ 
-# Maintainer: Angel Velasquez an...@archlinux.org 
-# Contributor: Sébastien Luttringer se...@aur.archlinux.org
-
-pkgbase=python-sqlalchemy
-pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
-pkgver=0.8.0
-pkgrel=1
-arch=('i686' 'x86_64') # python2 package contain .so
-url=http://www.sqlalchemy.org/;
-license=('custom: MIT')
-makedepends=('python' 'python2' 'python-distribute' 'python2-distribute' 
'python-nose' 'python2-nose')
-source=(http://downloads.sourceforge.net/sourceforge/sqlalchemy/SQLAlchemy-$pkgver.tar.gz;)
-md5sums=('3fb0b62e5d6ef4a022414f4233519ee2')
-
-build() {
-  cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver

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

2013-03-27 Thread Allan McRae
Date: Wednesday, March 27, 2013 @ 12:11:06
  Author: allan
Revision: 180856

remove --enable-libstdcxx-time - breaks ABI

Modified:
  gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-27 05:34:48 UTC (rev 180855)
+++ PKGBUILD2013-03-27 11:11:06 UTC (rev 180856)
@@ -53,7 +53,7 @@
   --enable-shared --enable-threads=posix \
   --with-system-zlib --enable-__cxa_atexit \
   --disable-libunwind-exceptions --enable-clocale=gnu \
-  --disable-libstdcxx-pch --enable-libstdcxx-time \
+  --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 \



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

2013-03-27 Thread Allan McRae
Date: Wednesday, March 27, 2013 @ 12:11:40
  Author: allan
Revision: 180857

gcc-4.8 rebuild, upstream update

Modified:
  linux-api-headers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-27 11:11:06 UTC (rev 180856)
+++ PKGBUILD2013-03-27 11:11:40 UTC (rev 180857)
@@ -4,8 +4,8 @@
 # toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
 
 pkgname=linux-api-headers
-pkgver=3.7.4
-_basever=3.7
+pkgver=3.8.4
+_basever=3.8
 pkgrel=1
 pkgdesc=Kernel headers sanitized for use in userspace
 arch=('i686' 'x86_64')
@@ -16,8 +16,8 @@
 # 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=('21223369d682bcf44bcdfe1521095983'
- '87640faf7264639e1300829d1b292076')
+md5sums=('1c738edfc54e7c65faeb90c436104e2f'
+ '40ab82996ff4b49ad3f4e19cf729dcab')
 
 build() {
   cd ${srcdir}/linux-${_basever}



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

2013-03-27 Thread Allan McRae
Date: Wednesday, March 27, 2013 @ 12:12:12
  Author: allan
Revision: 180858

gcc-4.8 rebuild

Modified:
  glibc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-27 11:11:40 UTC (rev 180857)
+++ PKGBUILD2013-03-27 11:12:12 UTC (rev 180858)
@@ -6,7 +6,7 @@
 
 pkgname=glibc
 pkgver=2.17
-pkgrel=3
+pkgrel=4
 pkgdesc=GNU C Library
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/libc;



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

2013-03-27 Thread Sergej Pupykin
Date: Wednesday, March 27, 2013 @ 12:16:07
  Author: spupykin
Revision: 87108

upgpkg: tmux 1.8-1

upd

Modified:
  tmux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-27 11:07:21 UTC (rev 87107)
+++ PKGBUILD2013-03-27 11:16:07 UTC (rev 87108)
@@ -4,7 +4,7 @@
 # Contributor: Grigorios Bouzakis grbzks[at]gmail[dot]com
 
 pkgname=tmux
-pkgver=1.7
+pkgver=1.8
 pkgrel=1
 pkgdesc='A terminal multiplexer'
 url='http://tmux.sourceforge.net/'
@@ -13,7 +13,7 @@
 depends=('ncurses' 'libevent')
 source=(http://downloads.sourceforge.net/tmux/tmux-$pkgver.tar.gz
LICENSE)
-md5sums=('2c48fb9beb22eedba7a5de3b78dd0c03'
+md5sums=('b9477de2fe660244cbc6e6d7e668ea0e'
  '71601bc37fa44e4395580b321963018e')
 
 build() {



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

2013-03-27 Thread Sergej Pupykin
Date: Wednesday, March 27, 2013 @ 12:16:29
  Author: spupykin
Revision: 87109

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

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

---+
 /LICENSE  |   26 +++
 /PKGBUILD |   72 
 community-i686/LICENSE|   13 ---
 community-i686/PKGBUILD   |   36 --
 community-x86_64/LICENSE  |   13 ---
 community-x86_64/PKGBUILD |   36 --
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2013-03-27 11:16:07 UTC (rev 87108)
+++ community-i686/LICENSE  2013-03-27 11:16:29 UTC (rev 87109)
@@ -1,13 +0,0 @@
-Copyright (c) 2007 Nicholas Marriott n...@users.sourceforge.net
-
-Permission to use, copy, modify, and distribute this software for any
-purpose with or without fee is hereby granted, provided that the above
-copyright notice and this permission notice appear in all copies.
-
-THE SOFTWARE IS PROVIDED AS IS AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-WHATSOEVER RESULTING FROM LOSS OF MIND, USE, DATA OR PROFITS, WHETHER
-IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
-OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Copied: tmux/repos/community-i686/LICENSE (from rev 87108, tmux/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2013-03-27 11:16:29 UTC (rev 87109)
@@ -0,0 +1,13 @@
+Copyright (c) 2007 Nicholas Marriott n...@users.sourceforge.net
+
+Permission to use, copy, modify, and distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED AS IS AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF MIND, USE, DATA OR PROFITS, WHETHER
+IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
+OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-27 11:16:07 UTC (rev 87108)
+++ community-i686/PKGBUILD 2013-03-27 11:16:29 UTC (rev 87109)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer:  TDY t...@gmx.com
-# Contributor: Grigorios Bouzakis grbzks[at]gmail[dot]com
-
-pkgname=tmux
-pkgver=1.7
-pkgrel=1
-pkgdesc='A terminal multiplexer'
-url='http://tmux.sourceforge.net/'
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('ncurses' 'libevent')
-source=(http://downloads.sourceforge.net/tmux/tmux-$pkgver.tar.gz
-   LICENSE)
-md5sums=('2c48fb9beb22eedba7a5de3b78dd0c03'
- '71601bc37fa44e4395580b321963018e')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make install DESTDIR=$pkgdir
-   install -Dm644 ../LICENSE $pkgdir/usr/share/licenses/tmux/LICENSE
-
-   install -dm755 $pkgdir/usr/share/tmux/
-   install -m644 examples/* $pkgdir/usr/share/tmux/
-   install -Dm644 examples/tmux.vim 
$pkgdir/usr/share/vim/vimfiles/syntax/tmux.vim
-
-   install -d $pkgdir/usr/share/bash-completion/completions/
-   mv $pkgdir/usr/share/tmux/bash_completion_tmux.sh 
$pkgdir/usr/share/bash-completion/completions/tmux
-}

Copied: tmux/repos/community-i686/PKGBUILD (from rev 87108, tmux/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-27 11:16:29 UTC (rev 87109)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer:  TDY t...@gmx.com
+# Contributor: Grigorios Bouzakis 

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

2013-03-27 Thread Allan McRae
Date: Wednesday, March 27, 2013 @ 12:17:24
  Author: allan
Revision: 180859

gcc-4.8 rebuild, upstream update

Modified:
  binutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-27 11:12:12 UTC (rev 180858)
+++ PKGBUILD2013-03-27 11:17:24 UTC (rev 180859)
@@ -4,8 +4,8 @@
 # toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
 
 pkgname=binutils
-pkgver=2.23.1
-pkgrel=3
+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/;
@@ -16,8 +16,8 @@
 options=('!libtool' '!distcc' '!ccache')
 install=binutils.install
 source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2{,.sig})
-md5sums=('33adb18c3048d057ac58d07a3f1adb38'
- '1869b37216e7d7eff7e335a69e0882fd')
+md5sums=('4f8fa651e35ef262edc01d60fb45702e'
+ 'dfde4428f08d91f309cdcfe92bf28d08')
 
 build() {
   cd ${srcdir}



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

2013-03-27 Thread Alexander Rødseth
Date: Wednesday, March 27, 2013 @ 12:45:04
  Author: arodseth
Revision: 87110

upgpkg: ruby-cairo 1.12.2-6

Modified:
  ruby-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-27 11:16:29 UTC (rev 87109)
+++ PKGBUILD2013-03-27 11:45:04 UTC (rev 87110)
@@ -1,13 +1,13 @@
 # $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=5
+pkgrel=6
 pkgdesc='Ruby bindings for cairo'
 arch=('x86_64' 'i686')
-# http://cairographics.org/releases/
 url='http://cairographics.org/rcairo/'
 license=('GPL')
 depends=('ruby' 'cairo')
@@ -26,6 +26,8 @@
   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:



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

2013-03-27 Thread Alexander Rødseth
Date: Wednesday, March 27, 2013 @ 12:45:17
  Author: arodseth
Revision: 87111

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-27 11:45:04 UTC (rev 87110)
+++ community-i686/PKGBUILD 2013-03-27 11:45:17 UTC (rev 87111)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Brad Fanella bradfane...@archlinux.us
-
-pkgname=ruby-cairo
-pkgver=1.12.2
-pkgrel=5
-pkgdesc='Ruby bindings for cairo'
-arch=('x86_64' 'i686')
-# http://cairographics.org/releases/
-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
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ruby-cairo/repos/community-i686/PKGBUILD (from rev 87110, 
ruby-cairo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-27 11:45:17 UTC (rev 87111)
@@ -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=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:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-27 11:45:04 UTC (rev 87110)
+++ community-x86_64/PKGBUILD   2013-03-27 11:45:17 UTC (rev 87111)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Brad Fanella bradfane...@archlinux.us
-
-pkgname=ruby-cairo
-pkgver=1.12.2
-pkgrel=5
-pkgdesc='Ruby bindings for cairo'
-arch=('x86_64' 'i686')
-# http://cairographics.org/releases/
-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
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ruby-cairo/repos/community-x86_64/PKGBUILD (from rev 87110, 
ruby-cairo/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-27 11:45:17 UTC (rev 87111)
@@ -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=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:



[arch-commits] Commit in binutils/trunk (PKGBUILD binutils-2.23.2-texinfo-5.0.patch)

2013-03-27 Thread Allan McRae
Date: Wednesday, March 27, 2013 @ 13:36:17
  Author: allan
Revision: 180860

fix build with texinfo-5.0

Added:
  binutils/trunk/binutils-2.23.2-texinfo-5.0.patch
Modified:
  binutils/trunk/PKGBUILD

---+
 PKGBUILD  |   12 ++
 binutils-2.23.2-texinfo-5.0.patch |  162 
 2 files changed, 172 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-27 11:17:24 UTC (rev 180859)
+++ PKGBUILD2013-03-27 12:36:17 UTC (rev 180860)
@@ -15,11 +15,19 @@
 checkdepends=('dejagnu' 'bc')
 options=('!libtool' '!distcc' '!ccache')
 install=binutils.install
-source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2{,.sig})
+source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2{,.sig}
+binutils-2.23.2-texinfo-5.0.patch)
 md5sums=('4f8fa651e35ef262edc01d60fb45702e'
- 'dfde4428f08d91f309cdcfe92bf28d08')
+ '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
 

Added: binutils-2.23.2-texinfo-5.0.patch
===
--- binutils-2.23.2-texinfo-5.0.patch   (rev 0)
+++ binutils-2.23.2-texinfo-5.0.patch   2013-03-27 12:36:17 UTC (rev 180860)
@@ -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.
+ \centerline{{\sl\fontname\tensl\/}}
+ \centerline{are used for emphasis.}\vfill}
+ \page\colophon
+-% Blame: d...@cygnus.com, 28mar91.
++% Blame: doc@@cygnus.com, 28mar91.
+ @end tex
+ 
+ @bye
+diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi
+index 56a0510..fb1802b 100644
+--- a/binutils/doc/binutils.texi
 b/binutils/doc/binutils.texi
+@@ -148,18 +148,18 @@ in the section entitled ``GNU Free Documentation 
License''.
+ * objcopy::   Copy and translate object files
+ * objdump:: Display information from object files
+ * ranlib::  Generate index to archive contents
+-* readelf:: Display the contents of ELF format files
+ * size::List section sizes and total size
+ * strings:: List printable strings from files
+ * strip::   Discard symbols
+-* elfedit:: Update the ELF header of ELF files
+ * c++filt::   Filter to demangle encoded C++ symbols
+ * cxxfilt: c++filt. MS-DOS name for c++filt
+ * addr2line:: Convert addresses to file and line
+ * nlmconv:: Converts object code into an NLM
+-* windres::   Manipulate Windows resources
+ * windmc::Generator for Windows message resources
++* windres::   Manipulate Windows resources
+ * dlltool::   Create files needed to build and use DLLs
++* readelf:: Display the contents of ELF format files
++* elfedit:: Update the ELF header of ELF files
+ * Common Options::  Command-line options for all utilities
+ * Selecting the Target System:: How these utilities determine the target
+ * Reporting Bugs::  Reporting Bugs
+@@ -2907,7 +2907,7 @@ the Info entries for @file{binutils}.
+ @c man end
+ @end ignore
+ 
+-@node c++filt, addr2line, elfedit, Top
++@node c++filt, addr2line, strip, Top
+ @chapter c++filt
+ 
+ @kindex c++filt
+@@ -4384,7 +4384,7 @@ equivalent. At least one of the @option{--output-mach},
+ 
+ @table @env
+ 
+-@itemx --input-mach=@var{machine}
++@item --input-mach=@var{machine}
+ Set the matching input ELF machine type to @var{machine}.  If
+ @option{--input-mach} isn't specified, it will match any ELF
+ machine types.
+@@ -4392,21 +4392,21 @@ machine types.
+ The supported ELF machine types are, @var{L1OM}, @var{K1OM} and
+ @var{x86-64}.
+ 
+-@itemx --output-mach=@var{machine}
++@item --output-mach=@var{machine}
+ Change the ELF machine type in the ELF header to @var{machine}.  The
+ supported ELF machine types are the same as @option{--input-mach}.
+ 
+-@itemx --input-type=@var{type}
++@item --input-type=@var{type}
+ Set 

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

2013-03-27 Thread Alexander Rødseth
Date: Wednesday, March 27, 2013 @ 14:19:08
  Author: arodseth
Revision: 87112

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

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

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

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


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

2013-03-27 Thread Stéphane Gaudreault
Date: Wednesday, March 27, 2013 @ 14:29:26
  Author: stephane
Revision: 180861

upgpkg: boost 1.52.0-3

Fix FS#34478 for 1.52.0

Added:
  boost/trunk/boost-1.52.0-python3.patch
(from rev 180859, boost/trunk/boost-1.53.0-python3.patch)
Modified:
  boost/trunk/PKGBUILD
Deleted:
  boost/trunk/boost-1.53.0-python3.patch

+
 PKGBUILD   |   13 +++--
 boost-1.52.0-python3.patch |   96 +++
 boost-1.53.0-python3.patch |   96 ---
 3 files changed, 103 insertions(+), 102 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-27 12:36:17 UTC (rev 180860)
+++ PKGBUILD2013-03-27 13:29:26 UTC (rev 180861)
@@ -8,16 +8,16 @@
 
 pkgbase=boost
 pkgname=('boost-libs' 'boost')
-pkgver=1.53.0
+pkgver=1.52.0
 _boostver=${pkgver//./_}
-pkgrel=1
+pkgrel=3
 url=http://www.boost.org/;
 arch=('i686' 'x86_64')
 license=('custom')
 makedepends=('icu=51.1' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
 
source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}_${_boostver}.tar.gz
-boost-1.53.0-python3.patch)
-sha1sums=('0e4ef26cc7780c6bbc63987ef2f29be920e2395b'
+boost-1.52.0-python3.patch)
+sha1sums=('1120430030315b0a94b6d63fc04662960db2444c'
   '34026072a7cb2534164f20e77bb71a5c75093307')
 
 _stagedir=${srcdir}/stagedir
@@ -29,7 +29,7 @@
 
# Fix build errors with python 3
sed -i /PYTHON_ROOT/s/print sys.prefix/print(sys.prefix)/g bootstrap.sh
-   patch -Np1 -i ../boost-1.53.0-python3.patch
+   patch -Np1 -i ../boost-1.52.0-python3.patch
 
# Shut up strict aliasing warnings
echo using gcc : : : compileflags-fno-strict-aliasing ;  
./tools/build/v2/user-config.jam
@@ -65,12 +65,13 @@
# --layout=system no longer adds the -mt suffix for multi-threaded libs.
# install to ${_stagedir} in preparation for split packaging
${_stagedir}/bin/bjam \
-  release \
+  variant=release \
   debug-symbols=off \
   threading=multi \
   runtime-link=shared \
   link=shared \
   toolset=gcc \
+  python=2.7 \
   --layout=system \
   --prefix=${_stagedir} \
   ${JOBS} \

Copied: boost/trunk/boost-1.52.0-python3.patch (from rev 180859, 
boost/trunk/boost-1.53.0-python3.patch)
===
--- boost-1.52.0-python3.patch  (rev 0)
+++ boost-1.52.0-python3.patch  2013-03-27 13:29:26 UTC (rev 180861)
@@ -0,0 +1,96 @@
+diff -Naur boost_1_53_0.ori/libs/mpi/src/python/datatypes.cpp 
boost_1_53_0/libs/mpi/src/python/datatypes.cpp
+--- boost_1_53_0.ori/libs/mpi/src/python/datatypes.cpp 2007-11-25 
13:38:02.0 -0500
 boost_1_53_0/libs/mpi/src/python/datatypes.cpp 2013-03-11 
20:59:57.171732691 -0400
+@@ -13,6 +13,10 @@
+ #include boost/mpi/python/serialize.hpp
+ #include boost/mpi.hpp
+ 
++#if PY_MAJOR_VERSION = 3
++#define PyInt_Type PyLong_Type
++#endif
++
+ namespace boost { namespace mpi { namespace python {
+ 
+ void export_datatypes()
+diff -Naur boost_1_53_0.ori/libs/mpi/src/python/py_environment.cpp 
boost_1_53_0/libs/mpi/src/python/py_environment.cpp
+--- boost_1_53_0.ori/libs/mpi/src/python/py_environment.cpp2007-11-25 
13:38:02.0 -0500
 boost_1_53_0/libs/mpi/src/python/py_environment.cpp2013-03-11 
21:02:12.961737401 -0400
+@@ -11,6 +11,9 @@
+  *  This file reflects the Boost.MPI environment class into Python
+  *  methods at module level.
+  */
++
++#include locale
++#include string
+ #include boost/python.hpp
+ #include boost/mpi.hpp
+ 
+@@ -50,11 +53,65 @@
+ 
+   // If anything changed, convert C-style argc/argv into Python argv
+   if (mpi_argv != my_argv)
++  {
++#if PY_MAJOR_VERSION = 3
++// Code stolen from py3k/Modules/python.c.
++
++wchar_t **argv_copy = (wchar_t **)PyMem_Malloc(sizeof(wchar_t*)*mpi_argc);
++/* We need a second copies, as Python might modify the first one. */
++wchar_t **argv_copy2 = (wchar_t 
**)PyMem_Malloc(sizeof(wchar_t*)*mpi_argc);
++
++if (!argv_copy || !argv_copy2) {
++  fprintf(stderr, out of memory\n);
++  return false;
++}
++
++std::locale mylocale;
++mbstate_t mystate;
++
++const std::codecvtchar, wchar_t, mbstate_t myfacet =
++  std::use_facetstd::codecvtchar, wchar_t, mbstate_t (mylocale);
++
++for (int i = 0; i  mpi_argc; i++) 
++{
++  size_t length = strlen(mpi_argv[i]);
++
++  wchar_t *dest = (wchar_t *) PyMem_Malloc(sizeof(wchar_t) * (length + 
1));
++
++  const char *from_next;
++  wchar_t *to_next;
++
++  std::codecvtwchar_t,char,mbstate_t::result myresult = 
++myfacet.out(mystate,
++mpi_argv[i], mpi_argv[i] + length + 1, from_next,
++dest, dest+length+1, to_next);
++
++  if (myresult != std::codecvtwchar_t,char,mbstate_t::ok )
++  {
++fprintf(stderr, failure translating 

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

2013-03-27 Thread Stéphane Gaudreault
Date: Wednesday, March 27, 2013 @ 14:30:16
  Author: stephane
Revision: 180862

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

Added:
  boost/repos/extra-i686/PKGBUILD
(from rev 180861, boost/trunk/PKGBUILD)
  boost/repos/extra-i686/boost-1.52.0-python3.patch
(from rev 180861, boost/trunk/boost-1.52.0-python3.patch)
  boost/repos/extra-x86_64/PKGBUILD
(from rev 180861, boost/trunk/PKGBUILD)
  boost/repos/extra-x86_64/boost-1.52.0-python3.patch
(from rev 180861, boost/trunk/boost-1.52.0-python3.patch)
Deleted:
  boost/repos/extra-i686/PKGBUILD
  boost/repos/extra-i686/boost-1.52.0-python3.patch
  boost/repos/extra-x86_64/PKGBUILD
  boost/repos/extra-x86_64/boost-1.52.0-python3.patch

-+
 /PKGBUILD   |  214 ++
 /boost-1.52.0-python3.patch |  192 ++
 extra-i686/PKGBUILD |  106 --
 extra-i686/boost-1.52.0-python3.patch   |   96 -
 extra-x86_64/PKGBUILD   |  106 --
 extra-x86_64/boost-1.52.0-python3.patch |   96 -
 6 files changed, 406 insertions(+), 404 deletions(-)

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

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

2013-03-27 Thread Stéphane Gaudreault
Date: Wednesday, March 27, 2013 @ 14:33:46
  Author: stephane
Revision: 180863

upgpkg: boost 1.53.0-2

Fix FS#34478 for 1.53.0

Added:
  boost/trunk/boost-1.53.0-python3.patch
(from rev 180862, boost/trunk/boost-1.52.0-python3.patch)
Modified:
  boost/trunk/PKGBUILD
Deleted:
  boost/trunk/boost-1.52.0-python3.patch

+
 PKGBUILD   |   10 ++--
 boost-1.52.0-python3.patch |   96 ---
 boost-1.53.0-python3.patch |   96 +++
 3 files changed, 101 insertions(+), 101 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-27 13:30:16 UTC (rev 180862)
+++ PKGBUILD2013-03-27 13:33:46 UTC (rev 180863)
@@ -8,16 +8,16 @@
 
 pkgbase=boost
 pkgname=('boost-libs' 'boost')
-pkgver=1.52.0
+pkgver=1.53.0
 _boostver=${pkgver//./_}
-pkgrel=3
+pkgrel=2
 url=http://www.boost.org/;
 arch=('i686' 'x86_64')
 license=('custom')
 makedepends=('icu=51.1' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
 
source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}_${_boostver}.tar.gz
-boost-1.52.0-python3.patch)
-sha1sums=('1120430030315b0a94b6d63fc04662960db2444c'
+boost-1.53.0-python3.patch)
+sha1sums=('0e4ef26cc7780c6bbc63987ef2f29be920e2395b'
   '34026072a7cb2534164f20e77bb71a5c75093307')
 
 _stagedir=${srcdir}/stagedir
@@ -29,7 +29,7 @@
 
# Fix build errors with python 3
sed -i /PYTHON_ROOT/s/print sys.prefix/print(sys.prefix)/g bootstrap.sh
-   patch -Np1 -i ../boost-1.52.0-python3.patch
+   patch -Np1 -i ../boost-1.53.0-python3.patch
 
# Shut up strict aliasing warnings
echo using gcc : : : compileflags-fno-strict-aliasing ;  
./tools/build/v2/user-config.jam

Deleted: boost-1.52.0-python3.patch
===
--- boost-1.52.0-python3.patch  2013-03-27 13:30:16 UTC (rev 180862)
+++ boost-1.52.0-python3.patch  2013-03-27 13:33:46 UTC (rev 180863)
@@ -1,96 +0,0 @@
-diff -Naur boost_1_53_0.ori/libs/mpi/src/python/datatypes.cpp 
boost_1_53_0/libs/mpi/src/python/datatypes.cpp
 boost_1_53_0.ori/libs/mpi/src/python/datatypes.cpp 2007-11-25 
13:38:02.0 -0500
-+++ boost_1_53_0/libs/mpi/src/python/datatypes.cpp 2013-03-11 
20:59:57.171732691 -0400
-@@ -13,6 +13,10 @@
- #include boost/mpi/python/serialize.hpp
- #include boost/mpi.hpp
- 
-+#if PY_MAJOR_VERSION = 3
-+#define PyInt_Type PyLong_Type
-+#endif
-+
- namespace boost { namespace mpi { namespace python {
- 
- void export_datatypes()
-diff -Naur boost_1_53_0.ori/libs/mpi/src/python/py_environment.cpp 
boost_1_53_0/libs/mpi/src/python/py_environment.cpp
 boost_1_53_0.ori/libs/mpi/src/python/py_environment.cpp2007-11-25 
13:38:02.0 -0500
-+++ boost_1_53_0/libs/mpi/src/python/py_environment.cpp2013-03-11 
21:02:12.961737401 -0400
-@@ -11,6 +11,9 @@
-  *  This file reflects the Boost.MPI environment class into Python
-  *  methods at module level.
-  */
-+
-+#include locale
-+#include string
- #include boost/python.hpp
- #include boost/mpi.hpp
- 
-@@ -50,11 +53,65 @@
- 
-   // If anything changed, convert C-style argc/argv into Python argv
-   if (mpi_argv != my_argv)
-+  {
-+#if PY_MAJOR_VERSION = 3
-+// Code stolen from py3k/Modules/python.c.
-+
-+wchar_t **argv_copy = (wchar_t **)PyMem_Malloc(sizeof(wchar_t*)*mpi_argc);
-+/* We need a second copies, as Python might modify the first one. */
-+wchar_t **argv_copy2 = (wchar_t 
**)PyMem_Malloc(sizeof(wchar_t*)*mpi_argc);
-+
-+if (!argv_copy || !argv_copy2) {
-+  fprintf(stderr, out of memory\n);
-+  return false;
-+}
-+
-+std::locale mylocale;
-+mbstate_t mystate;
-+
-+const std::codecvtchar, wchar_t, mbstate_t myfacet =
-+  std::use_facetstd::codecvtchar, wchar_t, mbstate_t (mylocale);
-+
-+for (int i = 0; i  mpi_argc; i++) 
-+{
-+  size_t length = strlen(mpi_argv[i]);
-+
-+  wchar_t *dest = (wchar_t *) PyMem_Malloc(sizeof(wchar_t) * (length + 
1));
-+
-+  const char *from_next;
-+  wchar_t *to_next;
-+
-+  std::codecvtwchar_t,char,mbstate_t::result myresult = 
-+myfacet.out(mystate,
-+mpi_argv[i], mpi_argv[i] + length + 1, from_next,
-+dest, dest+length+1, to_next);
-+
-+  if (myresult != std::codecvtwchar_t,char,mbstate_t::ok )
-+  {
-+fprintf(stderr, failure translating argv\n);
-+return 1;
-+  }
-+
-+  argv_copy2[i] = argv_copy[i] = dest;
-+  if (!argv_copy[i])
-+  return false;
-+}
-+
-+PySys_SetArgv(mpi_argc, argv_copy);
-+
-+for (int i = 0; i  mpi_argc; i++) {
-+PyMem_Free(argv_copy2[i]);
-+}
-+PyMem_Free(argv_copy);
-+PyMem_Free(argv_copy2);
-+#else
- PySys_SetArgv(mpi_argc, mpi_argv);
-+#endif
-+  }
- 
--  for (int arg = 0; arg  my_argc; ++arg)
--free(my_argv[arg]);
--  delete [] my_argv;
-+  for (int arg = 

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

2013-03-27 Thread Stéphane Gaudreault
Date: Wednesday, March 27, 2013 @ 14:34:26
  Author: stephane
Revision: 180864

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

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

---+
 /PKGBUILD |  214 
 /boost-1.53.0-python3.patch   |  192 +
 staging-i686/PKGBUILD |  106 -
 staging-i686/boost-1.53.0-python3.patch   |   96 
 staging-x86_64/PKGBUILD   |  106 -
 staging-x86_64/boost-1.53.0-python3.patch |   96 
 6 files changed, 406 insertions(+), 404 deletions(-)

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

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

2013-03-27 Thread Thorsten Töpper
Date: Wednesday, March 27, 2013 @ 14:46:13
  Author: ttoepper
Revision: 87113

upgpkg: libdbi 0.9.0-1

Modified:
  libdbi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-27 13:19:08 UTC (rev 87112)
+++ PKGBUILD2013-03-27 13:46:13 UTC (rev 87113)
@@ -3,8 +3,8 @@
 # Contributor: Carl Flippin ca...@photocarl.org
 
 pkgname=libdbi
-pkgver=0.8.4
-pkgrel=2
+pkgver=0.9.0
+pkgrel=1
 pkgdesc=A database independant abstraction layer for C
 url=http://libdbi.sourceforge.net;
 license=('LGPL')
@@ -13,7 +13,7 @@
 options=(!libtool)
 install=libdbi.install
 
source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('c5f15407ef7b07ba854cd8c9b15b88ff')
+sha1sums=('6c1ecfb78f43a921d5f914299304bd6c82cb0e23')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-03-27 Thread Thorsten Töpper
Date: Wednesday, March 27, 2013 @ 14:46:18
  Author: ttoepper
Revision: 87114

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

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

-+
 /PKGBUILD   |   58 ++
 /libdbi.install |   26 +
 community-i686/PKGBUILD |   29 ---
 community-i686/libdbi.install   |   13 
 community-x86_64/PKGBUILD   |   29 ---
 community-x86_64/libdbi.install |   13 
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-27 13:46:13 UTC (rev 87113)
+++ community-i686/PKGBUILD 2013-03-27 13:46:18 UTC (rev 87114)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-# Contributor: Carl Flippin ca...@photocarl.org
-
-pkgname=libdbi
-pkgver=0.8.4
-pkgrel=2
-pkgdesc=A database independant abstraction layer for C
-url=http://libdbi.sourceforge.net;
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('glibc')
-options=(!libtool)
-install=libdbi.install
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('c5f15407ef7b07ba854cd8c9b15b88ff')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make CFLAGS=-fno-fast-math
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libdbi/repos/community-i686/PKGBUILD (from rev 87113, 
libdbi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-27 13:46:18 UTC (rev 87114)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+# Contributor: Carl Flippin ca...@photocarl.org
+
+pkgname=libdbi
+pkgver=0.9.0
+pkgrel=1
+pkgdesc=A database independant abstraction layer for C
+url=http://libdbi.sourceforge.net;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('glibc')
+options=(!libtool)
+install=libdbi.install
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('6c1ecfb78f43a921d5f914299304bd6c82cb0e23')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make CFLAGS=-fno-fast-math
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/libdbi.install
===
--- community-i686/libdbi.install   2013-03-27 13:46:13 UTC (rev 87113)
+++ community-i686/libdbi.install   2013-03-27 13:46:18 UTC (rev 87114)
@@ -1,13 +0,0 @@
-post_install() {
-  ldconfig
-}
-
-post_upgrade() {
-  ldconfig
-}
-
-post_remove() {
-  ldconfig
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libdbi/repos/community-i686/libdbi.install (from rev 87113, 
libdbi/trunk/libdbi.install)
===
--- community-i686/libdbi.install   (rev 0)
+++ community-i686/libdbi.install   2013-03-27 13:46:18 UTC (rev 87114)
@@ -0,0 +1,13 @@
+post_install() {
+  ldconfig
+}
+
+post_upgrade() {
+  ldconfig
+}
+
+post_remove() {
+  ldconfig
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-27 13:46:13 UTC (rev 87113)
+++ community-x86_64/PKGBUILD   2013-03-27 13:46:18 UTC (rev 87114)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-# Contributor: Carl Flippin ca...@photocarl.org
-
-pkgname=libdbi
-pkgver=0.8.4
-pkgrel=2
-pkgdesc=A database independant abstraction layer for C
-url=http://libdbi.sourceforge.net;
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('glibc')
-options=(!libtool)
-install=libdbi.install
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('c5f15407ef7b07ba854cd8c9b15b88ff')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make CFLAGS=-fno-fast-math
-}
-
-package() {
-  cd 

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

2013-03-27 Thread Tobias Powalowski
Date: Wednesday, March 27, 2013 @ 15:03:57
  Author: tpowa
Revision: 180865

newpkg: depend for samba 4.x

Added:
  tevent/
  tevent/repos/
  tevent/trunk/
  tevent/trunk/PKGBUILD

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

Added: tevent/trunk/PKGBUILD
===
--- tevent/trunk/PKGBUILD   (rev 0)
+++ tevent/trunk/PKGBUILD   2013-03-27 14:03:57 UTC (rev 180865)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Christian Hesse m...@eworm.de
+# Contributor: Marco A Rojas marquicus at gmail dot com
+# Contributor: Ng Oon-Ee ngoonee.t...@gmail.com
+# Contributor: Thomas Burdick thomas.burd...@gmail.com
+
+pkgname=tevent
+pkgver=0.9.18
+pkgrel=1
+pkgdesc=An event system based on the talloc memory management library
+arch=('i686' 'x86_64')
+url=https://tevent.samba.org/;
+source=(http://samba.org/ftp/tevent/${pkgname}-${pkgver}.tar.gz;)
+license=('GPL3')
+depends=('talloc')
+makedepends=('python2')
+optdepends=('python2: for python bindings')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   # change to use python2
+   sed -i -e s|/usr/bin/env python$|/usr/bin/env python2| 
buildtools/bin/waf
+   export PYTHON=/usr/bin/python2
+
+   ./configure --prefix=/usr
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   
+   make
+   make DESTDIR=${pkgdir}/ install
+}
+md5sums=('952535f0bcf002eee5a8db68deb6374b')


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


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

2013-03-27 Thread Tobias Powalowski
Date: Wednesday, March 27, 2013 @ 15:04:17
  Author: tpowa
Revision: 180866

newpkg: depend for samba 4.x

Added:
  ldb/
  ldb/repos/
  ldb/trunk/
  ldb/trunk/PKGBUILD

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

Added: ldb/trunk/PKGBUILD
===
--- ldb/trunk/PKGBUILD  (rev 0)
+++ ldb/trunk/PKGBUILD  2013-03-27 14:04:17 UTC (rev 180866)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Christian Hesse m...@eworm.de
+# Contributor: Marco A Rojas marquicus at gmail dot com
+
+pkgname=ldb
+pkgver=1.1.15
+pkgrel=1
+pkgdesc=A schema-less, ldap like, API and database
+arch=('i686' 'x86_64')
+url=http://ldb.samba.org/;
+source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+license=('GPL3')
+depends=('talloc' 'tevent' 'tdb' 'popt')
+makedepends=('python2')
+optdepends=('python2: for python bindings')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   # change to use python2
+   sed -i -e s|/usr/bin/env python$|/usr/bin/env python2| 
buildtools/bin/waf
+   export PYTHON=/usr/bin/python2
+
+   ./configure --prefix=/usr \
+   --disable-rpath \
+   --disable-rpath-install \
+   --bundled-libraries=NONE \
+   --builtin-libraries=replace \
+--with-modulesdir=/usr/lib/ldb/modules \
+--with-privatelibdir=/usr/lib/ldb
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir}/ install
+}
+md5sums=('97ee9b455f6a547fb2b3b5a7836c41d7')


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


[arch-commits] Commit in tevent/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2013-03-27 Thread Tobias Powalowski
Date: Wednesday, March 27, 2013 @ 15:07:02
  Author: tpowa
Revision: 180867

archrelease: copy trunk to testing-x86_64

Added:
  tevent/repos/testing-x86_64/
  tevent/repos/testing-x86_64/PKGBUILD
(from rev 180866, tevent/trunk/PKGBUILD)

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

Copied: tevent/repos/testing-x86_64/PKGBUILD (from rev 180866, 
tevent/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-03-27 14:07:02 UTC (rev 180867)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Christian Hesse m...@eworm.de
+# Contributor: Marco A Rojas marquicus at gmail dot com
+# Contributor: Ng Oon-Ee ngoonee.t...@gmail.com
+# Contributor: Thomas Burdick thomas.burd...@gmail.com
+
+pkgname=tevent
+pkgver=0.9.18
+pkgrel=1
+pkgdesc=An event system based on the talloc memory management library
+arch=('i686' 'x86_64')
+url=https://tevent.samba.org/;
+source=(http://samba.org/ftp/tevent/${pkgname}-${pkgver}.tar.gz;)
+license=('GPL3')
+depends=('talloc')
+makedepends=('python2')
+optdepends=('python2: for python bindings')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   # change to use python2
+   sed -i -e s|/usr/bin/env python$|/usr/bin/env python2| 
buildtools/bin/waf
+   export PYTHON=/usr/bin/python2
+
+   ./configure --prefix=/usr
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   
+   make
+   make DESTDIR=${pkgdir}/ install
+}
+md5sums=('952535f0bcf002eee5a8db68deb6374b')



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

2013-03-27 Thread Tobias Powalowski
Date: Wednesday, March 27, 2013 @ 15:23:10
  Author: tpowa
Revision: 180869

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

Added:
  tevent/repos/testing-i686/
  tevent/repos/testing-i686/PKGBUILD
(from rev 180868, tevent/trunk/PKGBUILD)
  tevent/repos/testing-x86_64/PKGBUILD
(from rev 180868, tevent/trunk/PKGBUILD)
Deleted:
  tevent/repos/testing-x86_64/PKGBUILD

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

Copied: tevent/repos/testing-i686/PKGBUILD (from rev 180868, 
tevent/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-27 14:23:10 UTC (rev 180869)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Christian Hesse m...@eworm.de
+# Contributor: Marco A Rojas marquicus at gmail dot com
+# Contributor: Ng Oon-Ee ngoonee.t...@gmail.com
+# Contributor: Thomas Burdick thomas.burd...@gmail.com
+
+pkgname=tevent
+pkgver=0.9.18
+pkgrel=1
+pkgdesc=An event system based on the talloc memory management library
+arch=('i686' 'x86_64')
+url=https://tevent.samba.org/;
+source=(http://samba.org/ftp/tevent/${pkgname}-${pkgver}.tar.gz;)
+license=('GPL3')
+depends=('talloc')
+makedepends=('python2')
+optdepends=('python2: for python bindings')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   # change to use python2
+   sed -i -e s|/usr/bin/env python$|/usr/bin/env python2| 
buildtools/bin/waf
+   export PYTHON=/usr/bin/python2
+
+   ./configure --prefix=/usr
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   
+   make
+   make DESTDIR=${pkgdir}/ install
+}
+md5sums=('952535f0bcf002eee5a8db68deb6374b')

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2013-03-27 14:19:48 UTC (rev 180868)
+++ testing-x86_64/PKGBUILD 2013-03-27 14:23:10 UTC (rev 180869)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Christian Hesse m...@eworm.de
-# Contributor: Marco A Rojas marquicus at gmail dot com
-# Contributor: Ng Oon-Ee ngoonee.t...@gmail.com
-# Contributor: Thomas Burdick thomas.burd...@gmail.com
-
-pkgname=tevent
-pkgver=0.9.18
-pkgrel=1
-pkgdesc=An event system based on the talloc memory management library
-arch=('i686' 'x86_64')
-url=https://tevent.samba.org/;
-source=(http://samba.org/ftp/tevent/${pkgname}-${pkgver}.tar.gz;)
-license=('GPL3')
-depends=('talloc')
-makedepends=('python2')
-optdepends=('python2: for python bindings')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   # change to use python2
-   sed -i -e s|/usr/bin/env python$|/usr/bin/env python2| 
buildtools/bin/waf
-   export PYTHON=/usr/bin/python2
-
-   ./configure --prefix=/usr
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   
-   make
-   make DESTDIR=${pkgdir}/ install
-}
-md5sums=('952535f0bcf002eee5a8db68deb6374b')

Copied: tevent/repos/testing-x86_64/PKGBUILD (from rev 180868, 
tevent/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-03-27 14:23:10 UTC (rev 180869)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Christian Hesse m...@eworm.de
+# Contributor: Marco A Rojas marquicus at gmail dot com
+# Contributor: Ng Oon-Ee ngoonee.t...@gmail.com
+# Contributor: Thomas Burdick thomas.burd...@gmail.com
+
+pkgname=tevent
+pkgver=0.9.18
+pkgrel=1
+pkgdesc=An event system based on the talloc memory management library
+arch=('i686' 'x86_64')
+url=https://tevent.samba.org/;
+source=(http://samba.org/ftp/tevent/${pkgname}-${pkgver}.tar.gz;)
+license=('GPL3')
+depends=('talloc')
+makedepends=('python2')
+optdepends=('python2: for python bindings')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   # change to use python2
+   sed -i -e s|/usr/bin/env python$|/usr/bin/env python2| 
buildtools/bin/waf
+   export PYTHON=/usr/bin/python2
+
+   ./configure --prefix=/usr
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   
+   make
+   make DESTDIR=${pkgdir}/ install
+}
+md5sums=('952535f0bcf002eee5a8db68deb6374b')



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

2013-03-27 Thread Alexander Rødseth
Date: Wednesday, March 27, 2013 @ 15:26:03
  Author: arodseth
Revision: 87115

Depending on wxgtk-2.9 instead of wxgtk solved FS#34201

Modified:
  erlang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-27 13:46:18 UTC (rev 87114)
+++ PKGBUILD2013-03-27 14:26:03 UTC (rev 87115)
@@ -9,11 +9,11 @@
 pkgbase=erlang
 pkgname=('erlang' 'erlang-unixodbc')
 pkgver=R16B
-pkgrel=2
+pkgrel=3
 arch=('x86_64' 'i686')
 url='http://www.erlang.org/'
 license=('custom')
-makedepends=('perl' 'mesa' 'lksctp-tools' 'unixodbc' 'wxgtk')
+makedepends=('perl' 'mesa' 'lksctp-tools' 'unixodbc' 'wxgtk2.9')
 source=(http://www.erlang.org/download/otp_src_${pkgver/_/-}.tar.gz;
 http://www.erlang.org/download/otp_doc_man_${pkgver/_/-}.tar.gz;)
 sha256sums=('f01c2cfe512d3118fd3398a66bdb82bea6ad0f45b464a46a58e452264b7682cd'
@@ -28,7 +28,7 @@
 
 package_erlang() {
   pkgdesc='General-purpose concurrent functional programming language 
developed by Ericsson'
-  depends=('ncurses' 'glu' 'wxgtk' 'openssl')
+  depends=('ncurses' 'glu' 'wxgtk2.9' 'openssl')
   optdepends=('erlang-unixodbc: database support'
   'java-environment: for Java support'
   'lksctp-tools: for SCTP support')



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

2013-03-27 Thread Tobias Powalowski
Date: Wednesday, March 27, 2013 @ 15:26:04
  Author: tpowa
Revision: 180870

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

Added:
  ldb/repos/testing-i686/
  ldb/repos/testing-i686/PKGBUILD
(from rev 180869, ldb/trunk/PKGBUILD)
  ldb/repos/testing-x86_64/
  ldb/repos/testing-x86_64/PKGBUILD
(from rev 180869, ldb/trunk/PKGBUILD)

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

Copied: ldb/repos/testing-i686/PKGBUILD (from rev 180869, ldb/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-27 14:26:04 UTC (rev 180870)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Christian Hesse m...@eworm.de
+# Contributor: Marco A Rojas marquicus at gmail dot com
+
+pkgname=ldb
+pkgver=1.1.15
+pkgrel=1
+pkgdesc=A schema-less, ldap like, API and database
+arch=('i686' 'x86_64')
+url=http://ldb.samba.org/;
+source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+license=('GPL3')
+depends=('talloc' 'tevent' 'tdb' 'popt')
+makedepends=('python2')
+optdepends=('python2: for python bindings')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   # change to use python2
+   sed -i -e s|/usr/bin/env python$|/usr/bin/env python2| 
buildtools/bin/waf
+   export PYTHON=/usr/bin/python2
+
+   ./configure --prefix=/usr \
+   --disable-rpath \
+   --disable-rpath-install \
+   --bundled-libraries=NONE \
+   --builtin-libraries=replace \
+--with-modulesdir=/usr/lib/ldb/modules \
+--with-privatelibdir=/usr/lib/ldb
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir}/ install
+}
+md5sums=('97ee9b455f6a547fb2b3b5a7836c41d7')

Copied: ldb/repos/testing-x86_64/PKGBUILD (from rev 180869, ldb/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-03-27 14:26:04 UTC (rev 180870)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Christian Hesse m...@eworm.de
+# Contributor: Marco A Rojas marquicus at gmail dot com
+
+pkgname=ldb
+pkgver=1.1.15
+pkgrel=1
+pkgdesc=A schema-less, ldap like, API and database
+arch=('i686' 'x86_64')
+url=http://ldb.samba.org/;
+source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+license=('GPL3')
+depends=('talloc' 'tevent' 'tdb' 'popt')
+makedepends=('python2')
+optdepends=('python2: for python bindings')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   # change to use python2
+   sed -i -e s|/usr/bin/env python$|/usr/bin/env python2| 
buildtools/bin/waf
+   export PYTHON=/usr/bin/python2
+
+   ./configure --prefix=/usr \
+   --disable-rpath \
+   --disable-rpath-install \
+   --bundled-libraries=NONE \
+   --builtin-libraries=replace \
+--with-modulesdir=/usr/lib/ldb/modules \
+--with-privatelibdir=/usr/lib/ldb
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir}/ install
+}
+md5sums=('97ee9b455f6a547fb2b3b5a7836c41d7')



[arch-commits] Commit in (5 files)

2013-03-27 Thread Tobias Powalowski
Date: Wednesday, March 27, 2013 @ 15:45:26
  Author: tpowa
Revision: 180871

community2extra: Moving libbsd from community to extra

Added:
  libbsd/
  libbsd/repos/
  libbsd/trunk/
  libbsd/trunk/LICENSE
  libbsd/trunk/PKGBUILD

--+
 LICENSE  |   28 
 PKGBUILD |   30 ++
 2 files changed, 58 insertions(+)

Added: libbsd/trunk/LICENSE
===
--- libbsd/trunk/LICENSE(rev 0)
+++ libbsd/trunk/LICENSE2013-03-27 14:45:26 UTC (rev 180871)
@@ -0,0 +1,28 @@
+/*-
+ * Copyright (c) 1989, 1993
+ * The Regents of the University of California.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *notice, this list of conditions and the following disclaimer in the
+ *documentation and/or other materials provided with the distribution.
+ * 3. Neither the name of the University nor the names of its contributors
+ *may be used to endorse or promote products derived from this software
+ *without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ */

Added: libbsd/trunk/PKGBUILD
===
--- libbsd/trunk/PKGBUILD   (rev 0)
+++ libbsd/trunk/PKGBUILD   2013-03-27 14:45:26 UTC (rev 180871)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
+
+pkgname=libbsd
+pkgver=0.4.2
+pkgrel=1
+pkgdesc=Provides useful functions commonly found on BSD systems like 
strlcpy()
+arch=('i686' 'x86_64')
+url=http://libbsd.freedesktop.org;
+license=('custom')
+depends=('glibc')
+source=(http://libbsd.freedesktop.org/releases/$pkgname-$pkgver.tar.gz)
+md5sums=('591fc9de4ca22f78cf87a94e648a92f4')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  install -D -m644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2013-03-27 Thread Tobias Powalowski
Date: Wednesday, March 27, 2013 @ 15:45:32
  Author: tpowa
Revision: 180872

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

Added:
  libbsd/repos/extra-i686/
  libbsd/repos/extra-i686/LICENSE
(from rev 180871, libbsd/trunk/LICENSE)
  libbsd/repos/extra-i686/PKGBUILD
(from rev 180871, libbsd/trunk/PKGBUILD)
  libbsd/repos/extra-x86_64/
  libbsd/repos/extra-x86_64/LICENSE
(from rev 180871, libbsd/trunk/LICENSE)
  libbsd/repos/extra-x86_64/PKGBUILD
(from rev 180871, libbsd/trunk/PKGBUILD)

---+
 extra-i686/LICENSE|   28 
 extra-i686/PKGBUILD   |   30 ++
 extra-x86_64/LICENSE  |   28 
 extra-x86_64/PKGBUILD |   30 ++
 4 files changed, 116 insertions(+)

Copied: libbsd/repos/extra-i686/LICENSE (from rev 180871, libbsd/trunk/LICENSE)
===
--- extra-i686/LICENSE  (rev 0)
+++ extra-i686/LICENSE  2013-03-27 14:45:32 UTC (rev 180872)
@@ -0,0 +1,28 @@
+/*-
+ * Copyright (c) 1989, 1993
+ * The Regents of the University of California.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *notice, this list of conditions and the following disclaimer in the
+ *documentation and/or other materials provided with the distribution.
+ * 3. Neither the name of the University nor the names of its contributors
+ *may be used to endorse or promote products derived from this software
+ *without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ */

Copied: libbsd/repos/extra-i686/PKGBUILD (from rev 180871, 
libbsd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-27 14:45:32 UTC (rev 180872)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
+
+pkgname=libbsd
+pkgver=0.4.2
+pkgrel=1
+pkgdesc=Provides useful functions commonly found on BSD systems like 
strlcpy()
+arch=('i686' 'x86_64')
+url=http://libbsd.freedesktop.org;
+license=('custom')
+depends=('glibc')
+source=(http://libbsd.freedesktop.org/releases/$pkgname-$pkgver.tar.gz)
+md5sums=('591fc9de4ca22f78cf87a94e648a92f4')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  install -D -m644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libbsd/repos/extra-x86_64/LICENSE (from rev 180871, 
libbsd/trunk/LICENSE)
===
--- extra-x86_64/LICENSE(rev 0)
+++ extra-x86_64/LICENSE2013-03-27 14:45:32 UTC (rev 180872)
@@ -0,0 +1,28 @@
+/*-
+ * Copyright (c) 1989, 1993
+ * The Regents of the University of California.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *notice, this list of conditions and the following disclaimer in the
+ *documentation and/or other materials provided with the distribution.
+ * 3. Neither the name of the University nor the names of its contributors
+ *may be used to endorse or promote products derived from this software
+ *without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED 

[arch-commits] Commit in (libbsd)

2013-03-27 Thread Tobias Powalowski
Date: Wednesday, March 27, 2013 @ 15:45:51
  Author: tpowa
Revision: 87118

community2extra: Moving libbsd from community to extra

Deleted:
  libbsd/



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

2013-03-27 Thread Thorsten Töpper
Date: Wednesday, March 27, 2013 @ 16:20:55
  Author: ttoepper
Revision: 87119

upgpkg: libdbi-drivers 0.9.0-1

Modified:
  libdbi-drivers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-27 14:45:51 UTC (rev 87118)
+++ PKGBUILD2013-03-27 15:20:55 UTC (rev 87119)
@@ -4,9 +4,8 @@
 # Contributor: Ashok `ScriptDevil` Gautham scriptdevil.a...@gmail.com
 
 pkgname=libdbi-drivers
-pkgver=0.8.3_1
-_pkgver=0.8.3-1
-pkgrel=4
+pkgver=0.9.0
+pkgrel=1
 pkgdesc=Database drivers for libdbi (MySQL, PostgreSQL, and SQLite)
 url=http://libdbi-drivers.sourceforge.net/;
 license=('GPL')
@@ -19,11 +18,11 @@
sqlite2: To work with sqlite2 using libdbdsqlite)
 options=(!libtool)
 install=libdbi-drivers.install
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}/${pkgname}-${_pkgver}/${pkgname}-${_pkgver}.tar.gz;)
-md5sums=('4de79b323162a5a7652b65b608eca6cd')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('8472875d30c216540d48d591b442e40ba4f7df5d')
 
 build() {
-  cd ${srcdir}/${pkgname}-${_pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr \
--disable-docs \
--with-libdbi \
@@ -35,7 +34,7 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${_pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }
 



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

2013-03-27 Thread Thorsten Töpper
Date: Wednesday, March 27, 2013 @ 16:21:01
  Author: ttoepper
Revision: 87120

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

Added:
  libdbi-drivers/repos/community-i686/PKGBUILD
(from rev 87119, libdbi-drivers/trunk/PKGBUILD)
  libdbi-drivers/repos/community-i686/libdbi-drivers.install
(from rev 87119, libdbi-drivers/trunk/libdbi-drivers.install)
  libdbi-drivers/repos/community-x86_64/PKGBUILD
(from rev 87119, libdbi-drivers/trunk/PKGBUILD)
  libdbi-drivers/repos/community-x86_64/libdbi-drivers.install
(from rev 87119, libdbi-drivers/trunk/libdbi-drivers.install)
Deleted:
  libdbi-drivers/repos/community-i686/PKGBUILD
  libdbi-drivers/repos/community-i686/libdbi-drivers.install
  libdbi-drivers/repos/community-x86_64/PKGBUILD
  libdbi-drivers/repos/community-x86_64/libdbi-drivers.install

-+
 /PKGBUILD   |   80 ++
 /libdbi-drivers.install |   38 ++
 community-i686/PKGBUILD |   41 ---
 community-i686/libdbi-drivers.install   |   19 ---
 community-x86_64/PKGBUILD   |   41 ---
 community-x86_64/libdbi-drivers.install |   19 ---
 6 files changed, 118 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-27 15:20:55 UTC (rev 87119)
+++ community-i686/PKGBUILD 2013-03-27 15:21:01 UTC (rev 87120)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-# Contributor: Olivier Médoc o_me...@yahoo.fr
-# Contributor: Ashok `ScriptDevil` Gautham scriptdevil.a...@gmail.com
-
-pkgname=libdbi-drivers
-pkgver=0.8.3_1
-_pkgver=0.8.3-1
-pkgrel=4
-pkgdesc=Database drivers for libdbi (MySQL, PostgreSQL, and SQLite)
-url=http://libdbi-drivers.sourceforge.net/;
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libdbi')
-makedepends=('postgresql-libs' 'libmariadbclient' 'sqlite2' 'sqlite')
-optdepends=(postgresql-libs: To work with postgresql using libdbdpgsql 
-   sqlite3: To work with sqlite3 using libdbdsqlite3
-   libmariadbclient: To work with mysql using libdbdmysql
-   sqlite2: To work with sqlite2 using libdbdsqlite)
-options=(!libtool)
-install=libdbi-drivers.install
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}/${pkgname}-${_pkgver}/${pkgname}-${_pkgver}.tar.gz;)
-md5sums=('4de79b323162a5a7652b65b608eca6cd')
-
-build() {
-  cd ${srcdir}/${pkgname}-${_pkgver}
-  ./configure --prefix=/usr \
-   --disable-docs \
-   --with-libdbi \
-   --with-mysql \
-   --with-pgsql \
-   --with-sqlite \
-   --with-sqlite3
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${_pkgver}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: libdbi-drivers/repos/community-i686/PKGBUILD (from rev 87119, 
libdbi-drivers/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-27 15:21:01 UTC (rev 87120)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+# Contributor: Olivier Médoc o_me...@yahoo.fr
+# Contributor: Ashok `ScriptDevil` Gautham scriptdevil.a...@gmail.com
+
+pkgname=libdbi-drivers
+pkgver=0.9.0
+pkgrel=1
+pkgdesc=Database drivers for libdbi (MySQL, PostgreSQL, and SQLite)
+url=http://libdbi-drivers.sourceforge.net/;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libdbi')
+makedepends=('postgresql-libs' 'libmariadbclient' 'sqlite2' 'sqlite')
+optdepends=(postgresql-libs: To work with postgresql using libdbdpgsql 
+   sqlite3: To work with sqlite3 using libdbdsqlite3
+   libmariadbclient: To work with mysql using libdbdmysql
+   sqlite2: To work with sqlite2 using libdbdsqlite)
+options=(!libtool)
+install=libdbi-drivers.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('8472875d30c216540d48d591b442e40ba4f7df5d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --disable-docs \
+   --with-libdbi \
+   --with-mysql \
+   --with-pgsql \
+   --with-sqlite \
+   --with-sqlite3
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+

Deleted: community-i686/libdbi-drivers.install
===
--- community-i686/libdbi-drivers.install   2013-03-27 15:20:55 UTC (rev 
87119)
+++ community-i686/libdbi-drivers.install   2013-03-27 15:21:01 UTC (rev 
87120)
@@ -1,19 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-  ldconfig
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package 

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

2013-03-27 Thread Alexander Rødseth
Date: Wednesday, March 27, 2013 @ 16:53:10
  Author: arodseth
Revision: 87121

Fix for FS#34201

Modified:
  erlang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-27 15:21:01 UTC (rev 87120)
+++ PKGBUILD2013-03-27 15:53:10 UTC (rev 87121)
@@ -13,7 +13,7 @@
 arch=('x86_64' 'i686')
 url='http://www.erlang.org/'
 license=('custom')
-makedepends=('perl' 'mesa' 'lksctp-tools' 'unixodbc' 'wxgtk2.9')
+makedepends=('perl' 'mesa' 'lksctp-tools' 'unixodbc' 'wxgtk' 'wxgtk2.9')
 source=(http://www.erlang.org/download/otp_src_${pkgver/_/-}.tar.gz;
 http://www.erlang.org/download/otp_doc_man_${pkgver/_/-}.tar.gz;)
 sha256sums=('f01c2cfe512d3118fd3398a66bdb82bea6ad0f45b464a46a58e452264b7682cd'
@@ -28,7 +28,7 @@
 
 package_erlang() {
   pkgdesc='General-purpose concurrent functional programming language 
developed by Ericsson'
-  depends=('ncurses' 'glu' 'wxgtk2.9' 'openssl')
+  depends=('ncurses' 'glu' 'wxgtk' 'wxgtk2.9' 'openssl')
   optdepends=('erlang-unixodbc: database support'
   'java-environment: for Java support'
   'lksctp-tools: for SCTP support')



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

2013-03-27 Thread Alexander Rødseth
Date: Wednesday, March 27, 2013 @ 16:53:26
  Author: arodseth
Revision: 87122

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-27 15:53:10 UTC (rev 87121)
+++ community-i686/PKGBUILD 2013-03-27 15:53:26 UTC (rev 87122)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archli...@cryptocrack.de
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Vesa Kaihlavirta v...@archlinux.org
-# Contributor: Sarah Hay sarah...@mb.sympatico.ca
-# Contributor: Tom Burdick thomas.burd...@wrightwoodtech.com
-# Contributor: Ricardo Catalinas Jiménez jimenezr...@gmail.com
-
-pkgbase=erlang
-pkgname=('erlang' 'erlang-unixodbc')
-pkgver=R16B
-pkgrel=2
-arch=('x86_64' 'i686')
-url='http://www.erlang.org/'
-license=('custom')
-makedepends=('perl' 'mesa' 'lksctp-tools' 'unixodbc' 'wxgtk')
-source=(http://www.erlang.org/download/otp_src_${pkgver/_/-}.tar.gz;
-http://www.erlang.org/download/otp_doc_man_${pkgver/_/-}.tar.gz;)
-sha256sums=('f01c2cfe512d3118fd3398a66bdb82bea6ad0f45b464a46a58e452264b7682cd'
-'f7b1baa088d4ecda4a86944d3a782fcbf80c6b9161756bb50fec9e8d129176b9')
-
-build() {
-  cd $srcdir/otp_src_${pkgver/_1/}
-
-  ./configure --prefix=/usr --enable-smp-support --with-odbc
-  make
-}
-
-package_erlang() {
-  pkgdesc='General-purpose concurrent functional programming language 
developed by Ericsson'
-  depends=('ncurses' 'glu' 'wxgtk' 'openssl')
-  optdepends=('erlang-unixodbc: database support'
-  'java-environment: for Java support'
-  'lksctp-tools: for SCTP support')
-
-  cd $srcdir/otp_src_${pkgver/_1/}
-
-  make DESTDIR=$pkgdir install
-
-  # Documentation
-  install -d $pkgdir/usr/share/doc/erlang
-  install -m0644 $srcdir/otp_src_${pkgver/_1/}/README.md \
-$srcdir/{README,COPYRIGHT} \
-$pkgdir/usr/share/doc/erlang
-
-  # Compressed man pages
-  for page in $srcdir/man/man?/*; do gzip $page; done
-  cp -r $srcdir/man $pkgdir/usr/lib/erlang/
-
-  # License
-  install -Dm0644 $srcdir/otp_src_${pkgver/_1/}/EPLICENCE \
-$pkgdir/usr/share/licenses/$pkgname/EPLICENCE
-
-  # Move over files that will be packaged as erlang-unixodbc
-  mkdir $srcdir/unixodbc
-  mv $pkgdir/usr/lib/erlang/lib/odbc* $srcdir/unixodbc/
-  mv $pkgdir/usr/lib/erlang/man/man3/odbc.3.gz $srcdir
-}
-
-package_erlang-unixodbc() {
-  pkgdesc='Unixodbc support for Erlang'
-  depends=('unixodbc' 'erlang')
-
-  # Get the files that should be packaged as erlang-unixodbc
-  mkdir -p $pkgdir/usr/lib/erlang/{lib,man/man3}
-  mv $srcdir/unixodbc/* $pkgdir/usr/lib/erlang/lib/
-  mv $srcdir/odbc.3.gz $pkgdir/usr/lib/erlang/man/man3/
-
-  # License
-  install -Dm0644 $srcdir/otp_src_${pkgver/_1/}/EPLICENCE \
-$pkgdir/usr/share/licenses/$pkgname/EPLICENCE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: erlang/repos/community-i686/PKGBUILD (from rev 87121, 
erlang/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-27 15:53:26 UTC (rev 87122)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Lukas Fleischer archli...@cryptocrack.de
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Sarah Hay sarah...@mb.sympatico.ca
+# Contributor: Tom Burdick thomas.burd...@wrightwoodtech.com
+# Contributor: Ricardo Catalinas Jiménez jimenezr...@gmail.com
+
+pkgbase=erlang
+pkgname=('erlang' 'erlang-unixodbc')
+pkgver=R16B
+pkgrel=3
+arch=('x86_64' 'i686')
+url='http://www.erlang.org/'
+license=('custom')
+makedepends=('perl' 'mesa' 'lksctp-tools' 'unixodbc' 'wxgtk' 'wxgtk2.9')
+source=(http://www.erlang.org/download/otp_src_${pkgver/_/-}.tar.gz;
+http://www.erlang.org/download/otp_doc_man_${pkgver/_/-}.tar.gz;)
+sha256sums=('f01c2cfe512d3118fd3398a66bdb82bea6ad0f45b464a46a58e452264b7682cd'
+'f7b1baa088d4ecda4a86944d3a782fcbf80c6b9161756bb50fec9e8d129176b9')
+
+build() {
+  cd $srcdir/otp_src_${pkgver/_1/}
+
+  ./configure --prefix=/usr --enable-smp-support --with-odbc
+  make
+}
+
+package_erlang() {
+  pkgdesc='General-purpose concurrent functional programming language 
developed by Ericsson'
+  depends=('ncurses' 'glu' 'wxgtk' 'wxgtk2.9' 'openssl')
+  optdepends=('erlang-unixodbc: database support'
+  

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

2013-03-27 Thread Alexander Rødseth
Date: Wednesday, March 27, 2013 @ 16:54:27
  Author: arodseth
Revision: 87123

upgpkg: povray 3.7.0.RC6-6, boost rebuild

Modified:
  povray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-27 15:53:26 UTC (rev 87122)
+++ PKGBUILD2013-03-27 15:54:27 UTC (rev 87123)
@@ -7,7 +7,7 @@
 
 pkgname=povray
 pkgver=3.7.0.RC6
-pkgrel=5
+pkgrel=6
 pkgdesc='Script based raytracer for creating 3D graphics'
 arch=('x86_64' 'i686')
 license=('custom')



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

2013-03-27 Thread Alexander Rødseth
Date: Wednesday, March 27, 2013 @ 16:56:12
  Author: arodseth
Revision: 87124

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

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

--+
 /LICENSE |  474 +
 /PKGBUILD|  130 +
 /distribution-license.txt| 1064 +
 /povray3.7.0_rc3-user-conf.patch |   54 
 /source-license.txt  |  720 
 community-staging-i686/LICENSE   |  237 --
 community-staging-i686/PKGBUILD  |   65 
 community-staging-i686/distribution-license.txt  |  532 --
 community-staging-i686/povray3.7.0_rc3-user-conf.patch   |   27 
 community-staging-i686/source-license.txt|  360 
 community-staging-x86_64/LICENSE |  237 --
 community-staging-x86_64/PKGBUILD|   65 
 community-staging-x86_64/distribution-license.txt|  532 --
 community-staging-x86_64/povray3.7.0_rc3-user-conf.patch |   27 
 community-staging-x86_64/source-license.txt  |  360 
 15 files changed, 2442 insertions(+), 2442 deletions(-)

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


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

2013-03-27 Thread Tobias Powalowski
Date: Wednesday, March 27, 2013 @ 17:10:04
  Author: tpowa
Revision: 180873

upgpkg: samba 4.0.4-1

bump to 4.x series, major upgrade

Modified:
  samba/trunk/PKGBUILD
  samba/trunk/nmbd.service
  samba/trunk/smbd.service
  samba/trunk/smbd@.service
  samba/trunk/winbindd.service

--+
 PKGBUILD |  308 -
 nmbd.service |2 
 smbd.service |2 
 smbd@.service|2 
 winbindd.service |2 
 5 files changed, 190 insertions(+), 126 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-27 14:45:32 UTC (rev 180872)
+++ PKGBUILD2013-03-27 16:10:04 UTC (rev 180873)
@@ -1,161 +1,204 @@
-# $Id$
+
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 # Contributor: judd jvi...@zeroflux.org
+# Contributor: Michael Hansen zrax0111 gmail com
+# Contributor: Marco A Rojas marquicus at gmail.com
+# Contributor: Netanel Shine netanel at archlinux.org.il 
+# Contributor: ngoonee ngoonee.t...@gmail.com
+# Contributor: Adam Russell adamlr6+a...@gmail.com
+# Contributor: Dhananjay Sathe dhananjaysa...@gmail.com
+
 pkgbase=samba
 pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=3.6.13
+pkgver=4.0.4
 # We use the 'A' to fake out pacman's version comparators.  Samba chooses
 # to append 'a','b',etc to their subsequent releases, which pamcan
 # misconstrues as alpha, beta, etc.  Bad samba!
-_realver=3.6.13
+_realver=4.0.4
 pkgrel=1
 arch=(i686 x86_64)
 url=http://www.samba.org;
 license=('GPL3')
-makedepends=('db' 'popt' 'libcups' 'acl' 'libldap' 'libcap' 'krb5' 'pam' 
'gamin' 'gnutls=2.4.1' 'talloc' 'tdb')
+makedepends=('python2' 'docbook-xsl' 'pkg-config' 'libbsd' 'db' 'popt' 
'libcups' 
+ 'readline' 'tevent' 'acl' 'libldap' 'libcap' 'ldb=1.1.15' 'krb5' 
'pam' 
+ 'gamin' 'gnutls=2.4.1' 'talloc' 'tdb' 'dnsutils')
 source=(http://us1.samba.org/samba/ftp/stable/${pkgbase}-${_realver}.tar.gz
 samba.logrotate
 swat.xinetd
 samba.pam
 smbd.service
 smbd.socket
+nmbd.service
 smbd@.service
-nmbd.service
 swat.socket
 swat@.service
 winbindd.service
 samba.conf)
+# Use samba-pkg as a staging directory for the split packages
+# (This is so RPATHS and symlinks are generated correctly via
+# make install, but the otherwise unsplit pieces can be split)
+_pkgsrc=${srcdir}/samba-pkg
+
 ### UNINSTALL dmapi package before building!!!
 
 build() {
-  cd ${srcdir}/${pkgbase}-${_realver}/source3
-  ./configure --prefix=/usr \
-  --libdir=/usr/lib/ \
+  rm -rf ${_pkgsrc}
+  cd ${srcdir}/samba-${_realver}
+
+  # change to use python2
+  SAVEIFS=${IFS}
+  IFS=$(echo -en \n\b)
+  PYTHON_CALLERS=$(find ${srcdir}/samba-${_realver} -name '*.py')
+$(find ${srcdir}/samba-${_realver} -name 'wscript*')
+$(find ${srcdir}/samba-${_realver} -name 'configure.ac')
+$(find ${srcdir}/samba-${_realver} -name 'upgrade_from_s3')
+$(find ${srcdir}/samba-${_realver}/buildtools -type f)
+$(find ${srcdir}/samba-${_realver}/source4/scripting -type f)
+  sed -i -e s|/usr/bin/env python$|/usr/bin/env python2| \
+ -e s|python-config|python2-config| \
+ -e s|bin/python|bin/python2| \
+  ${PYTHON_CALLERS}
+  IFS=${SAVEIFS}
+
+  export PYTHON=/usr/bin/python2
+_samba4_idmap_modules=idmap_ad,idmap_rid,idmap_adex,idmap_hash,idmap_tdb2
+_samba4_pdb_modules=pdb_tdbsam,pdb_ldap,pdb_ads,pdb_smbpasswd,pdb_wbc_sam,pdb_samba4
+_samba4_auth_modules=auth_unix,auth_wbc,auth_server,auth_netlogond,auth_script,auth_samba4
+ cd ${srcdir}/samba-${_realver}
+  ./configure --enable-fhs \
+  --prefix=/usr \
+  --libdir=/usr/lib \
   --localstatedir=/var \
   --with-configdir=/etc/samba \
   --with-lockdir=/var/cache/samba \
-  --with-piddir=/var/run/samba \
-  --with-fhs \
+  --with-sockets-dir=/var/run/samba \
+  --with-piddir=/var/run \
+  --with-ads \
+  --with-ldap \
+  --with-swat \
+  --with-winbind \
+  --with-acl-support \
+  --enable-gnutls \
   --with-pam \
-  --with-pam_smbpass \
   --with-pammodulesdir=/usr/lib/security \
-  --with-dnsupdate \
-  --with-automount \
-  --with-quotas \
-  --with-ads \
-  --with-acl-support \
-  --with-libsmbclient \
-  --with-syslog \
-  --enable-external-libtalloc \
-  --disable-dnssd \
-  --disable-avahi \
-  
--with-shared-modules=idmap_ad,idmap_adex,idmap_rid,idmap_hash,idmap_tdb2 \
-  --enable-external-libtdb
+  
--with-shared-modules=${_samba4_idmap_modules},${_samba4_pdb_modules},${_samba4_auth_modules}
 \
+  --disable-rpath-install
+
+  

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

2013-03-27 Thread Tobias Powalowski
Date: Wednesday, March 27, 2013 @ 17:10:31
  Author: tpowa
Revision: 180874

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

Added:
  samba/repos/testing-i686/
  samba/repos/testing-i686/PKGBUILD
(from rev 180873, samba/trunk/PKGBUILD)
  samba/repos/testing-i686/nmbd.service
(from rev 180873, samba/trunk/nmbd.service)
  samba/repos/testing-i686/samba
(from rev 180873, samba/trunk/samba)
  samba/repos/testing-i686/samba.conf
(from rev 180873, samba/trunk/samba.conf)
  samba/repos/testing-i686/samba.conf.d
(from rev 180873, samba/trunk/samba.conf.d)
  samba/repos/testing-i686/samba.install
(from rev 180873, samba/trunk/samba.install)
  samba/repos/testing-i686/samba.logrotate
(from rev 180873, samba/trunk/samba.logrotate)
  samba/repos/testing-i686/samba.pam
(from rev 180873, samba/trunk/samba.pam)
  samba/repos/testing-i686/smbd.service
(from rev 180873, samba/trunk/smbd.service)
  samba/repos/testing-i686/smbd.socket
(from rev 180873, samba/trunk/smbd.socket)
  samba/repos/testing-i686/smbd@.service
(from rev 180873, samba/trunk/smbd@.service)
  samba/repos/testing-i686/swat.socket
(from rev 180873, samba/trunk/swat.socket)
  samba/repos/testing-i686/swat.xinetd
(from rev 180873, samba/trunk/swat.xinetd)
  samba/repos/testing-i686/swat@.service
(from rev 180873, samba/trunk/swat@.service)
  samba/repos/testing-i686/winbindd.service
(from rev 180873, samba/trunk/winbindd.service)
  samba/repos/testing-x86_64/
  samba/repos/testing-x86_64/PKGBUILD
(from rev 180873, samba/trunk/PKGBUILD)
  samba/repos/testing-x86_64/nmbd.service
(from rev 180873, samba/trunk/nmbd.service)
  samba/repos/testing-x86_64/samba
(from rev 180873, samba/trunk/samba)
  samba/repos/testing-x86_64/samba.conf
(from rev 180873, samba/trunk/samba.conf)
  samba/repos/testing-x86_64/samba.conf.d
(from rev 180873, samba/trunk/samba.conf.d)
  samba/repos/testing-x86_64/samba.install
(from rev 180873, samba/trunk/samba.install)
  samba/repos/testing-x86_64/samba.logrotate
(from rev 180873, samba/trunk/samba.logrotate)
  samba/repos/testing-x86_64/samba.pam
(from rev 180873, samba/trunk/samba.pam)
  samba/repos/testing-x86_64/smbd.service
(from rev 180873, samba/trunk/smbd.service)
  samba/repos/testing-x86_64/smbd.socket
(from rev 180873, samba/trunk/smbd.socket)
  samba/repos/testing-x86_64/smbd@.service
(from rev 180873, samba/trunk/smbd@.service)
  samba/repos/testing-x86_64/swat.socket
(from rev 180873, samba/trunk/swat.socket)
  samba/repos/testing-x86_64/swat.xinetd
(from rev 180873, samba/trunk/swat.xinetd)
  samba/repos/testing-x86_64/swat@.service
(from rev 180873, samba/trunk/swat@.service)
  samba/repos/testing-x86_64/winbindd.service
(from rev 180873, samba/trunk/winbindd.service)

-+
 testing-i686/PKGBUILD   |  247 ++
 testing-i686/nmbd.service   |   12 +
 testing-i686/samba  |   54 
 testing-i686/samba.conf |2 
 testing-i686/samba.conf.d   |7 +
 testing-i686/samba.install  |7 +
 testing-i686/samba.logrotate|9 +
 testing-i686/samba.pam  |3 
 testing-i686/smbd.service   |   12 +
 testing-i686/smbd.socket|9 +
 testing-i686/smbd@.service  |9 +
 testing-i686/swat.socket|9 +
 testing-i686/swat.xinetd|   10 +
 testing-i686/swat@.service  |7 +
 testing-i686/winbindd.service   |   12 +
 testing-x86_64/PKGBUILD |  247 ++
 testing-x86_64/nmbd.service |   12 +
 testing-x86_64/samba|   54 
 testing-x86_64/samba.conf   |2 
 testing-x86_64/samba.conf.d |7 +
 testing-x86_64/samba.install|7 +
 testing-x86_64/samba.logrotate  |9 +
 testing-x86_64/samba.pam|3 
 testing-x86_64/smbd.service |   12 +
 testing-x86_64/smbd.socket  |9 +
 testing-x86_64/smbd@.service|9 +
 testing-x86_64/swat.socket  |9 +
 testing-x86_64/swat.xinetd  |   10 +
 testing-x86_64/swat@.service|7 +
 testing-x86_64/winbindd.service |   12 +
 30 files changed, 818 insertions(+)

Copied: samba/repos/testing-i686/PKGBUILD (from rev 180873, 
samba/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-27 16:10:31 UTC (rev 180874)
@@ -0,0 +1,247 @@
+
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+# Contributor: Michael Hansen zrax0111 gmail com
+# Contributor: Marco A Rojas marquicus at gmail.com
+# Contributor: Netanel Shine netanel at archlinux.org.il 
+# Contributor: ngoonee ngoonee.t...@gmail.com
+# Contributor: Adam Russell adamlr6+a...@gmail.com
+# Contributor: Dhananjay Sathe dhananjaysa...@gmail.com
+
+pkgbase=samba

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

2013-03-27 Thread Tobias Powalowski
Date: Wednesday, March 27, 2013 @ 17:31:40
  Author: tpowa
Revision: 180875

upgpkg: cifs-utils 6.0-1

bump to latest version

Modified:
  cifs-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-27 16:10:31 UTC (rev 180874)
+++ PKGBUILD2013-03-27 16:31:40 UTC (rev 180875)
@@ -1,20 +1,17 @@
 # $Id$
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=cifs-utils
-pkgver=5.9
+pkgver=6.0
 pkgrel=1
 pkgdesc=CIFS filesystem user-space tools
 arch=(i686 x86_64)
 url=http://wiki.samba.org/index.php/LinuxCIFS_utils;
 license=('GPL')
 depends=('libcap-ng' 'keyutils' 'krb5' 'talloc' 'libwbclient')
-source=(ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/$pkgname-$pkgver.tar.bz2
-fix-5.9-credentials.patch)
+source=(ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/$pkgname-$pkgver.tar.bz2)
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  # fix credentials
-  patch -Np1 -i ../fix-5.9-credentials.patch
   # systemd support is broken in mount.cifs
   # https://bugs.archlinux.org/task/30958
   ./configure --prefix=/usr --disable-systemd
@@ -27,6 +24,4 @@
   # set mount.cifs uid, to enable none root mounting form fstab
   chmod +s $pkgdir/usr/bin/mount.cifs
 }
-md5sums=('6aa9c4347780872fefe5823ac06a8ff3')
-md5sums=('7164ad6f7963a31fcbffbe4f14a7cfc6'
- '2550d43af5bb734307cae22a09cd7710')
+md5sums=('371e007a201be90c16497cd9bd5e2553')



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

2013-03-27 Thread Tobias Powalowski
Date: Wednesday, March 27, 2013 @ 17:31:46
  Author: tpowa
Revision: 180876

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

Added:
  cifs-utils/repos/testing-i686/
  cifs-utils/repos/testing-i686/PKGBUILD
(from rev 180875, cifs-utils/trunk/PKGBUILD)
  cifs-utils/repos/testing-i686/fix-5.9-credentials.patch
(from rev 180875, cifs-utils/trunk/fix-5.9-credentials.patch)
  cifs-utils/repos/testing-x86_64/
  cifs-utils/repos/testing-x86_64/PKGBUILD
(from rev 180875, cifs-utils/trunk/PKGBUILD)
  cifs-utils/repos/testing-x86_64/fix-5.9-credentials.patch
(from rev 180875, cifs-utils/trunk/fix-5.9-credentials.patch)

--+
 testing-i686/PKGBUILD|   27 +++
 testing-i686/fix-5.9-credentials.patch   |   16 
 testing-x86_64/PKGBUILD  |   27 +++
 testing-x86_64/fix-5.9-credentials.patch |   16 
 4 files changed, 86 insertions(+)

Copied: cifs-utils/repos/testing-i686/PKGBUILD (from rev 180875, 
cifs-utils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-27 16:31:46 UTC (rev 180876)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=cifs-utils
+pkgver=6.0
+pkgrel=1
+pkgdesc=CIFS filesystem user-space tools
+arch=(i686 x86_64)
+url=http://wiki.samba.org/index.php/LinuxCIFS_utils;
+license=('GPL')
+depends=('libcap-ng' 'keyutils' 'krb5' 'talloc' 'libwbclient')
+source=(ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/$pkgname-$pkgver.tar.bz2)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  # systemd support is broken in mount.cifs
+  # https://bugs.archlinux.org/task/30958
+  ./configure --prefix=/usr --disable-systemd
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir ROOTSBINDIR=/usr/bin install
+  # set mount.cifs uid, to enable none root mounting form fstab
+  chmod +s $pkgdir/usr/bin/mount.cifs
+}
+md5sums=('371e007a201be90c16497cd9bd5e2553')

Copied: cifs-utils/repos/testing-i686/fix-5.9-credentials.patch (from rev 
180875, cifs-utils/trunk/fix-5.9-credentials.patch)
===
--- testing-i686/fix-5.9-credentials.patch  (rev 0)
+++ testing-i686/fix-5.9-credentials.patch  2013-03-27 16:31:46 UTC (rev 
180876)
@@ -0,0 +1,16 @@
+X-Git-Url: 
https://git.samba.org/?p=cifs-utils.git;a=blobdiff_plain;f=mount.cifs.c;h=40b77e92e3f734c606f522ccf279a0508ad64eab;hp=c7c3055cb890764937193b1d50d1f0fb7ae18826;hb=1a01f7c4b90695211d12291d7a24bec05b1f2922;hpb=739289ad3ce915e1ee2705ecd7ac4e907cd91405
+
+diff --git a/mount.cifs.c b/mount.cifs.c
+index c7c3055..40b77e9 100644
+--- a/mount.cifs.c
 b/mount.cifs.c
+@@ -581,7 +581,8 @@ static int open_cred_file(char *file_name,
+   switch (parse_cred_line(line_buf + i, temp_val)) {
+   case CRED_USER:
+   strlcpy(parsed_info-username, temp_val,
+-  sizeof(parsed_info-domain));
++  sizeof(parsed_info-username));
++  parsed_info-got_user = 1;
+   break;
+   case CRED_PASS:
+   i = set_password(parsed_info, temp_val);

Copied: cifs-utils/repos/testing-x86_64/PKGBUILD (from rev 180875, 
cifs-utils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-03-27 16:31:46 UTC (rev 180876)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=cifs-utils
+pkgver=6.0
+pkgrel=1
+pkgdesc=CIFS filesystem user-space tools
+arch=(i686 x86_64)
+url=http://wiki.samba.org/index.php/LinuxCIFS_utils;
+license=('GPL')
+depends=('libcap-ng' 'keyutils' 'krb5' 'talloc' 'libwbclient')
+source=(ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/$pkgname-$pkgver.tar.bz2)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  # systemd support is broken in mount.cifs
+  # https://bugs.archlinux.org/task/30958
+  ./configure --prefix=/usr --disable-systemd
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir ROOTSBINDIR=/usr/bin install
+  # set mount.cifs uid, to enable none root mounting form fstab
+  chmod +s $pkgdir/usr/bin/mount.cifs
+}
+md5sums=('371e007a201be90c16497cd9bd5e2553')

Copied: cifs-utils/repos/testing-x86_64/fix-5.9-credentials.patch (from rev 
180875, cifs-utils/trunk/fix-5.9-credentials.patch)
===
--- testing-x86_64/fix-5.9-credentials.patch(rev 0)
+++ testing-x86_64/fix-5.9-credentials.patch2013-03-27 16:31:46 UTC (rev 
180876)
@@ -0,0 +1,16 @@
+X-Git-Url: 

[arch-commits] Commit in wings3d/trunk (PKGBUILD wings3d.sh)

2013-03-27 Thread Alexander Rødseth
Date: Wednesday, March 27, 2013 @ 17:36:56
  Author: arodseth
Revision: 87125

upgpkg: wings3d 1.4.1-17

Added:
  wings3d/trunk/wings3d.sh
Modified:
  wings3d/trunk/PKGBUILD

+
 PKGBUILD   |   50 --
 wings3d.sh |2 ++
 2 files changed, 26 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-27 15:56:12 UTC (rev 87124)
+++ PKGBUILD2013-03-27 16:36:56 UTC (rev 87125)
@@ -5,51 +5,49 @@
 pkgname=wings3d
 _pkgname=wings
 pkgver=1.4.1
-pkgrel=16
+pkgrel=17
 pkgdesc='3D modeling program'
 arch=('x86_64' 'i686')
 url='http://www.wings3d.com/'
 license=('GPL')
-depends=('erlang' 'erlang-sdl' 'erlang-cl' 'bash' 'desktop-file-utils')
-makedepends=('setconf' 'gendesk')
+depends=('erlang-sdl' 'erlang-cl' 'bash' 'desktop-file-utils' 'erlang')
+makedepends=('gendesk')
 optdepends=('povray: rendering support via POV-Ray')
 install=$pkgname.install
-options=('!emptydirs')
-_genericname=('3D Modeler')
-_categories=('Graphics;3DGraphics;')
-
-# Using the i686-only binary release.
-# - Would prefer using a source release, if there is one that compiles.
-source=(http://sourceforge.net/projects/$_pkgname/files/$_pkgname/$pkgver/$_pkgname-$pkgver-linux.bzip2.run.gz;
+source=($pkgname-$pkgver.tar.gz::https://github.com/dgud/wings/archive/master.tar.gz;
+$pkgname.sh
 
$pkgname.png::http://img299.imageshack.us/img299/2538/wingsiconblackshiningew5.png;)
-sha256sums=('760e19fa4973ed0fc75057897135a8efa241e834b078fc05c28786672137b322'
+sha256sums=('5fe17aa7bd26c031ca242f17b24eaa8f6fa9fe4c38b37a9669953c03e9e89b83'
+'46513cd05f8b6e778120af4a87b239c5250799c17b591592893d98cbf082359e'
 '6658977cc3bc8db2c9358edf3a2d6cb6bb8084c9a1d96ca573a83dd4e8781f1a')
-if [ $CARCH == x86_64 ]
-then
-  depends=('lib32-libgl' 'lib32-glu' 'lib32-sdl' 'lib32-ncurses')
-fi
+_genericname=('3D Modeler')
+_categories=('Graphics;3DGraphics')
 
 build() {
   cd $srcdir
+  gendesk
 
-  gendesk
-  chmod +x $_pkgname-$pkgver-linux.bzip2.run
-  ./$_pkgname-$pkgver-linux.bzip2.run --nox11 --nochown --tar xf  /dev/null
-  setconf install_wings INSTALL_DIR $pkgdir/opt/$pkgname-$pkgver
+  cd $_pkgname-master
+  export ESDL_PATH=$(echo /usr/lib/erlang/lib/esdl-*)
+  make
+  make lang
 }
 
 package() {
-  cd $srcdir
+  cd $srcdir/$_pkgname-master
 
-  ./install_wings
-  cd $pkgdir
-  setconf opt/$pkgname-$pkgver/$_pkgname ROOTDIR /opt/$pkgname-$pkgver
-  install -Dm755 opt/$pkgname-$pkgver/$_pkgname $pkgdir/usr/bin/$pkgname
+  mkdir -p $pkgdir/usr/lib/$pkgname
+  for subdir in ebin fonts patches plugins shaders textures; do
+cp -r $srcdir/$_pkgname-master/$subdir/ $pkgdir/usr/lib/$pkgname
+  done
+
+  install -Dm644 license.terms $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
   cd $srcdir
+  install -Dm755 $pkgname.sh $pkgdir/usr/bin/$pkgname
+  install -Dm644 $pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
   install -Dm644 $pkgname.desktop \
 $pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
-  install -Dm644 license.terms $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
 # vim:set ts=2 sw=2 et:

Added: wings3d.sh
===
--- wings3d.sh  (rev 0)
+++ wings3d.sh  2013-03-27 16:36:56 UTC (rev 87125)
@@ -0,0 +1,2 @@
+#!/bin/sh
+erl -noinput -smp disable -pa /usr/lib/erlang/lib/esdl-*/ebin 
/usr/lib/wings3d/ebin -run wings_start start_halt ${1+$@}



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

2013-03-27 Thread Alexander Rødseth
Date: Wednesday, March 27, 2013 @ 17:37:11
  Author: arodseth
Revision: 87126

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

Added:
  wings3d/repos/community-i686/PKGBUILD
(from rev 87125, wings3d/trunk/PKGBUILD)
  wings3d/repos/community-i686/wings3d.install
(from rev 87125, wings3d/trunk/wings3d.install)
  wings3d/repos/community-i686/wings3d.sh
(from rev 87125, wings3d/trunk/wings3d.sh)
  wings3d/repos/community-x86_64/PKGBUILD
(from rev 87125, wings3d/trunk/PKGBUILD)
  wings3d/repos/community-x86_64/wings3d.install
(from rev 87125, wings3d/trunk/wings3d.install)
  wings3d/repos/community-x86_64/wings3d.sh
(from rev 87125, wings3d/trunk/wings3d.sh)
Deleted:
  wings3d/repos/community-i686/PKGBUILD
  wings3d/repos/community-i686/wings3d.install
  wings3d/repos/community-x86_64/PKGBUILD
  wings3d/repos/community-x86_64/wings3d.install

--+
 /PKGBUILD|  106 +
 /wings3d.install |   28 +
 community-i686/PKGBUILD  |   50 -
 community-i686/wings3d.install   |   14 
 community-i686/wings3d.sh|2 
 community-x86_64/PKGBUILD|   55 ---
 community-x86_64/wings3d.install |   14 
 community-x86_64/wings3d.sh  |2 
 8 files changed, 138 insertions(+), 133 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-27 16:36:56 UTC (rev 87125)
+++ community-i686/PKGBUILD 2013-03-27 16:37:11 UTC (rev 87126)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: kappa kappacu...@gmail.com
-
-pkgname=wings3d
-_pkgname=wings
-pkgver=1.4.1
-pkgrel=15
-pkgdesc='3D modeling program'
-arch=('x86_64' 'i686')
-url='http://www.wings3d.com/'
-license=('GPL')
-depends=('erlang' 'erlang-sdl' 'erlang-cl' 'bash' 'desktop-file-utils')
-makedepends=('setconf' 'gendesk')
-optdepends=('povray: rendering support via POV-Ray')
-install=$pkgname.install
-options=('!emptydirs')
-# Using the binary release, but would prefer using a source release, if there 
is one that compiles
-source=(http://sourceforge.net/projects/$_pkgname/files/$_pkgname/$pkgver/$_pkgname-$pkgver-linux.bzip2.run.gz;
-
$pkgname.png::http://img299.imageshack.us/img299/2538/wingsiconblackshiningew5.png;)
-sha256sums=('760e19fa4973ed0fc75057897135a8efa241e834b078fc05c28786672137b322'
-'6658977cc3bc8db2c9358edf3a2d6cb6bb8084c9a1d96ca573a83dd4e8781f1a')
-_genericname=('3D Modeler')
-
-build() {
-  cd $srcdir
-  gendesk
-  setconf $pkgname.desktop Categories Graphics;3DGraphics;
-
-  chmod +x $_pkgname-$pkgver-linux.bzip2.run
-  ./$_pkgname-$pkgver-linux.bzip2.run --nox11 --nochown --tar xf  /dev/null
-  setconf install_wings INSTALL_DIR $pkgdir/opt/$pkgname-$pkgver
-}
-
-package() {
-  cd $srcdir
-  ./install_wings
-
-  cd $pkgdir
-  setconf opt/$pkgname-$pkgver/$_pkgname ROOTDIR /opt/$pkgname-$pkgver
-  install -Dm755 opt/$pkgname-$pkgver/$_pkgname $pkgdir/usr/bin/$pkgname
-
-  cd $srcdir
-  install -Dm644 license.terms $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 $pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
-  install -Dm644 $pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wings3d/repos/community-i686/PKGBUILD (from rev 87125, 
wings3d/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-27 16:37:11 UTC (rev 87126)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: kappa kappacu...@gmail.com
+
+pkgname=wings3d
+_pkgname=wings
+pkgver=1.4.1
+pkgrel=17
+pkgdesc='3D modeling program'
+arch=('x86_64' 'i686')
+url='http://www.wings3d.com/'
+license=('GPL')
+depends=('erlang-sdl' 'erlang-cl' 'bash' 'desktop-file-utils' 'erlang')
+makedepends=('gendesk')
+optdepends=('povray: rendering support via POV-Ray')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/dgud/wings/archive/master.tar.gz;
+$pkgname.sh
+
$pkgname.png::http://img299.imageshack.us/img299/2538/wingsiconblackshiningew5.png;)
+sha256sums=('5fe17aa7bd26c031ca242f17b24eaa8f6fa9fe4c38b37a9669953c03e9e89b83'
+'46513cd05f8b6e778120af4a87b239c5250799c17b591592893d98cbf082359e'
+'6658977cc3bc8db2c9358edf3a2d6cb6bb8084c9a1d96ca573a83dd4e8781f1a')
+_genericname=('3D Modeler')
+_categories=('Graphics;3DGraphics')
+
+build() {
+  cd $srcdir
+  gendesk
+
+  cd $_pkgname-master
+  export ESDL_PATH=$(echo /usr/lib/erlang/lib/esdl-*)
+  make
+  make lang
+}
+
+package() {
+  cd $srcdir/$_pkgname-master
+
+  mkdir -p $pkgdir/usr/lib/$pkgname
+  for subdir in ebin fonts patches plugins shaders textures; do
+cp -r 

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

2013-03-27 Thread Alexander Rødseth
Date: Wednesday, March 27, 2013 @ 18:37:07
  Author: arodseth
Revision: 87127

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

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

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

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

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

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

2013-03-27 Thread Jan de Groot
Date: Wednesday, March 27, 2013 @ 19:09:19
  Author: jgc
Revision: 180877

upgpkg: gnome-desktop 1:3.8.0.1-1

Modified:
  gnome-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-27 16:31:46 UTC (rev 180876)
+++ PKGBUILD2013-03-27 18:09:19 UTC (rev 180877)
@@ -2,7 +2,7 @@
 # Maintainer:  Jan de Groot j...@archlinux.org
 
 pkgname=gnome-desktop
-pkgver=3.7.92
+pkgver=3.8.0.1
 pkgrel=1
 epoch=1
 pkgdesc=Library with common API for various GNOME modules
@@ -14,7 +14,7 @@
 groups=('gnome')
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d7f20604369749ddea149a73d2b05a4291119b7969bf697c2687089e9568f554')
+sha256sums=('91260eb6242edda0040397cfae47910c10bb793361d19db0c05eac078f428c3d')
 
 build() {
   cd $pkgname-$pkgver



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

2013-03-27 Thread Jan de Groot
Date: Wednesday, March 27, 2013 @ 19:09:27
  Author: jgc
Revision: 180878

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

Added:
  gnome-desktop/repos/gnome-unstable-i686/PKGBUILD
(from rev 180877, gnome-desktop/trunk/PKGBUILD)
  gnome-desktop/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 180877, gnome-desktop/trunk/PKGBUILD)
Deleted:
  gnome-desktop/repos/gnome-unstable-i686/PKGBUILD
  gnome-desktop/repos/gnome-unstable-x86_64/PKGBUILD

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

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2013-03-27 18:09:19 UTC (rev 180877)
+++ gnome-unstable-i686/PKGBUILD2013-03-27 18:09:27 UTC (rev 180878)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:  Jan de Groot j...@archlinux.org
-
-pkgname=gnome-desktop
-pkgver=3.7.92
-pkgrel=1
-epoch=1
-pkgdesc=Library with common API for various GNOME modules
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-depends=('gsettings-desktop-schemas' 'gtk3' 'xkeyboard-config' 'iso-codes')
-makedepends=('intltool' 'gobject-introspection' 'itstool')
-url=http://www.gnome.org;
-groups=('gnome')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d7f20604369749ddea149a73d2b05a4291119b7969bf697c2687089e9568f554')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/gnome-desktop \
-  --with-gnome-distributor=Arch Linux
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-desktop/repos/gnome-unstable-i686/PKGBUILD (from rev 180877, 
gnome-desktop/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-27 18:09:27 UTC (rev 180878)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Jan de Groot j...@archlinux.org
+
+pkgname=gnome-desktop
+pkgver=3.8.0.1
+pkgrel=1
+epoch=1
+pkgdesc=Library with common API for various GNOME modules
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('gsettings-desktop-schemas' 'gtk3' 'xkeyboard-config' 'iso-codes')
+makedepends=('intltool' 'gobject-introspection' 'itstool')
+url=http://www.gnome.org;
+groups=('gnome')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('91260eb6242edda0040397cfae47910c10bb793361d19db0c05eac078f428c3d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/gnome-desktop \
+  --with-gnome-distributor=Arch Linux
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2013-03-27 18:09:19 UTC (rev 180877)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-27 18:09:27 UTC (rev 180878)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:  Jan de Groot j...@archlinux.org
-
-pkgname=gnome-desktop
-pkgver=3.7.92
-pkgrel=1
-epoch=1
-pkgdesc=Library with common API for various GNOME modules
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-depends=('gsettings-desktop-schemas' 'gtk3' 'xkeyboard-config' 'iso-codes')
-makedepends=('intltool' 'gobject-introspection' 'itstool')
-url=http://www.gnome.org;
-groups=('gnome')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d7f20604369749ddea149a73d2b05a4291119b7969bf697c2687089e9568f554')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/gnome-desktop \
-  --with-gnome-distributor=Arch Linux
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-desktop/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180877, 
gnome-desktop/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-27 18:09:27 UTC (rev 180878)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Jan de Groot j...@archlinux.org
+
+pkgname=gnome-desktop
+pkgver=3.8.0.1
+pkgrel=1
+epoch=1
+pkgdesc=Library with common API for various GNOME modules
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('gsettings-desktop-schemas' 'gtk3' 

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

2013-03-27 Thread Jan de Groot
Date: Wednesday, March 27, 2013 @ 19:14:29
  Author: jgc
Revision: 180879

upgpkg: gnome-backgrounds 3.8.0-1

Modified:
  gnome-backgrounds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-27 18:09:27 UTC (rev 180878)
+++ PKGBUILD2013-03-27 18:14:29 UTC (rev 180879)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-backgrounds
-pkgver=3.7.92
+pkgver=3.8.0
 pkgrel=1
 pkgdesc=Background images and data for GNOME
 arch=(any)
@@ -11,7 +11,7 @@
 license=('GPL')
 groups=('gnome')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('74f65935e2b8573fb424b105e2d60f2fe68e732058b7646b0bd12fcae216a39b')
+sha256sums=('6be4d4fcdaddad10dea545a42c6c1f05c39405573b1bb805d743fa2c5132d18e')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gnome-backgrounds/repos/gnome-unstable-any (2 files)

2013-03-27 Thread Jan de Groot
Date: Wednesday, March 27, 2013 @ 19:14:35
  Author: jgc
Revision: 180880

archrelease: copy trunk to gnome-unstable-any

Added:
  gnome-backgrounds/repos/gnome-unstable-any/PKGBUILD
(from rev 180879, gnome-backgrounds/trunk/PKGBUILD)
Deleted:
  gnome-backgrounds/repos/gnome-unstable-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-27 18:14:29 UTC (rev 180879)
+++ PKGBUILD2013-03-27 18:14:35 UTC (rev 180880)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-backgrounds
-pkgver=3.7.92
-pkgrel=1
-pkgdesc=Background images and data for GNOME
-arch=(any)
-makedepends=('intltool')
-url=http://www.gnome.org;
-license=('GPL')
-groups=('gnome')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('74f65935e2b8573fb424b105e2d60f2fe68e732058b7646b0bd12fcae216a39b')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-backgrounds/repos/gnome-unstable-any/PKGBUILD (from rev 180879, 
gnome-backgrounds/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-27 18:14:35 UTC (rev 180880)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-backgrounds
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Background images and data for GNOME
+arch=(any)
+makedepends=('intltool')
+url=http://www.gnome.org;
+license=('GPL')
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6be4d4fcdaddad10dea545a42c6c1f05c39405573b1bb805d743fa2c5132d18e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-03-27 Thread Jan de Groot
Date: Wednesday, March 27, 2013 @ 19:18:42
  Author: jgc
Revision: 180881

upgpkg: vala 0.20.0-1

Modified:
  vala/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-27 18:14:35 UTC (rev 180880)
+++ PKGBUILD2013-03-27 18:18:42 UTC (rev 180881)
@@ -3,7 +3,7 @@
 # Contributor: Timm Preetz t...@preetz.us
 
 pkgname=vala
-pkgver=0.19.0
+pkgver=0.20.0
 pkgrel=1
 pkgdesc=Compiler for the GObject type system
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('libxslt')
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7781c8cb5416c10ba53ccf6b216966ba864fee71bb26d23ffaef29cb2011c5ee')
+sha256sums=('2c464ff5b567861b3116602891ff83439e570ce42d7c9b3b76e36adc17f2848c')
 
 build() {
 cd $pkgname-$pkgver



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

2013-03-27 Thread Jan de Groot
Date: Wednesday, March 27, 2013 @ 19:18:50
  Author: jgc
Revision: 180882

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

Added:
  vala/repos/gnome-unstable-i686/PKGBUILD
(from rev 180881, vala/trunk/PKGBUILD)
  vala/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 180881, vala/trunk/PKGBUILD)
Deleted:
  vala/repos/gnome-unstable-i686/PKGBUILD
  vala/repos/gnome-unstable-x86_64/PKGBUILD

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

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2013-03-27 18:18:42 UTC (rev 180881)
+++ gnome-unstable-i686/PKGBUILD2013-03-27 18:18:50 UTC (rev 180882)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Timm Preetz t...@preetz.us
-
-pkgname=vala
-pkgver=0.19.0
-pkgrel=1
-pkgdesc=Compiler for the GObject type system
-arch=('i686' 'x86_64')
-url=http://live.gnome.org/Vala;
-license=('LGPL')
-depends=('glib2')
-makedepends=('libxslt')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7781c8cb5416c10ba53ccf6b216966ba864fee71bb26d23ffaef29cb2011c5ee')
-
-build() {
-cd $pkgname-$pkgver
-./configure --prefix=/usr --enable-vapigen
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR=$pkgdir install
-}

Copied: vala/repos/gnome-unstable-i686/PKGBUILD (from rev 180881, 
vala/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-27 18:18:50 UTC (rev 180882)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Timm Preetz t...@preetz.us
+
+pkgname=vala
+pkgver=0.20.0
+pkgrel=1
+pkgdesc=Compiler for the GObject type system
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/Vala;
+license=('LGPL')
+depends=('glib2')
+makedepends=('libxslt')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('2c464ff5b567861b3116602891ff83439e570ce42d7c9b3b76e36adc17f2848c')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --enable-vapigen
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2013-03-27 18:18:42 UTC (rev 180881)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-27 18:18:50 UTC (rev 180882)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Timm Preetz t...@preetz.us
-
-pkgname=vala
-pkgver=0.19.0
-pkgrel=1
-pkgdesc=Compiler for the GObject type system
-arch=('i686' 'x86_64')
-url=http://live.gnome.org/Vala;
-license=('LGPL')
-depends=('glib2')
-makedepends=('libxslt')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7781c8cb5416c10ba53ccf6b216966ba864fee71bb26d23ffaef29cb2011c5ee')
-
-build() {
-cd $pkgname-$pkgver
-./configure --prefix=/usr --enable-vapigen
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR=$pkgdir install
-}

Copied: vala/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180881, 
vala/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-27 18:18:50 UTC (rev 180882)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Timm Preetz t...@preetz.us
+
+pkgname=vala
+pkgver=0.20.0
+pkgrel=1
+pkgdesc=Compiler for the GObject type system
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/Vala;
+license=('LGPL')
+depends=('glib2')
+makedepends=('libxslt')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('2c464ff5b567861b3116602891ff83439e570ce42d7c9b3b76e36adc17f2848c')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --enable-vapigen
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}



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

2013-03-27 Thread Jan de Groot
Date: Wednesday, March 27, 2013 @ 19:36:51
  Author: jgc
Revision: 180883

upgpkg: pyatspi 2.8.0-1

Modified:
  pyatspi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-27 18:18:50 UTC (rev 180882)
+++ PKGBUILD2013-03-27 18:36:51 UTC (rev 180883)
@@ -3,28 +3,28 @@
 
 pkgbase=pyatspi
 pkgname=(python-atspi python2-atspi)
-pkgver=2.6.0
-pkgrel=2
+pkgver=2.8.0
+pkgrel=1
 arch=(any)
 url=http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus;
 license=('GPL2')
 makedepends=(python-gobject python2-gobject at-spi2-core)
 
source=(http://download.gnome.org/sources/${pkgbase}/${pkgver::3}/${pkgbase}-${pkgver}.tar.xz)
-sha256sums=('6203fa4204267bb1938725ec66d5a1e618febc8a7d6ff5582a646b789f37f87e')
+sha256sums=('f1695670f13c804898f959e3e7fc517db1c7f1079c051d10e22a35889524fd17')
 
 build() {
   mkdir python2 python3
 
   cd $pkgbase-$pkgver
   sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf
+  autoreconf -fi
 
   cd ../python2
-  PYTHON=/usr/bin/python2 ../$pkgbase-$pkgver/configure --prefix=/usr
+  ../$pkgbase-$pkgver/configure --prefix=/usr --with-python=/usr/bin/python2
   make
 
   cd ../python3
-  PYTHON=/usr/bin/python3 ../$pkgbase-$pkgver/configure --prefix=/usr
+  ../$pkgbase-$pkgver/configure --prefix=/usr --with-python=/usr/bin/python
   make
 }
 
@@ -45,7 +45,6 @@
 
   cd python2
   make DESTDIR=$pkgdir install
-  rm -r $pkgdir/usr/bin
 }
 
 # vim:set ts=2 sw=2 et:



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

2013-03-27 Thread Jan de Groot
Date: Wednesday, March 27, 2013 @ 19:36:56
  Author: jgc
Revision: 180884

archrelease: copy trunk to gnome-unstable-any

Added:
  pyatspi/repos/gnome-unstable-any/
  pyatspi/repos/gnome-unstable-any/PKGBUILD
(from rev 180883, pyatspi/trunk/PKGBUILD)

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

Copied: pyatspi/repos/gnome-unstable-any/PKGBUILD (from rev 180883, 
pyatspi/trunk/PKGBUILD)
===
--- gnome-unstable-any/PKGBUILD (rev 0)
+++ gnome-unstable-any/PKGBUILD 2013-03-27 18:36:56 UTC (rev 180884)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgbase=pyatspi
+pkgname=(python-atspi python2-atspi)
+pkgver=2.8.0
+pkgrel=1
+arch=(any)
+url=http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus;
+license=('GPL2')
+makedepends=(python-gobject python2-gobject at-spi2-core)
+source=(http://download.gnome.org/sources/${pkgbase}/${pkgver::3}/${pkgbase}-${pkgver}.tar.xz)
+sha256sums=('f1695670f13c804898f959e3e7fc517db1c7f1079c051d10e22a35889524fd17')
+
+build() {
+  mkdir python2 python3
+
+  cd $pkgbase-$pkgver
+  sed '/AC_PATH_XTRA/d' -i configure.ac
+  autoreconf -fi
+
+  cd ../python2
+  ../$pkgbase-$pkgver/configure --prefix=/usr --with-python=/usr/bin/python2
+  make
+
+  cd ../python3
+  ../$pkgbase-$pkgver/configure --prefix=/usr --with-python=/usr/bin/python
+  make
+}
+
+package_python-atspi() {
+  pkgdesc=Python 3 bindings for at-spi
+  depends=(python-gobject at-spi2-core)
+
+  cd python3
+  make DESTDIR=$pkgdir install
+}
+
+package_python2-atspi() {
+  pkgdesc=Python 2 bindings for at-spi
+  depends=(python2-gobject at-spi2-core)
+  provides=(pyatspi=$pkgver)
+  replaces=(pyatspi)
+  conflicts=(pyatspi)
+
+  cd python2
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-03-27 Thread Jan de Groot
Date: Wednesday, March 27, 2013 @ 19:47:53
  Author: jgc
Revision: 180885

upgpkg: yelp 3.8.0-1

Modified:
  yelp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-27 18:36:56 UTC (rev 180884)
+++ PKGBUILD2013-03-27 18:47:53 UTC (rev 180885)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=yelp
-pkgver=3.6.2
+pkgver=3.8.0
 pkgrel=1
 pkgdesc=A help browser for GNOME
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 url=http://www.gnome.org;
 install=yelp.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f83d10cb6dfbbaa7d3d5a9ff930edd4a0eef657de0e8aeeaaef0b187038681e1')
+sha256sums=('f4a02dad614bfc04b6a998440123633145f4011c3a1d35415492d2ff76c1707f')
 
 build() {
   cd $pkgname-$pkgver



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

2013-03-27 Thread Jan de Groot
Date: Wednesday, March 27, 2013 @ 19:47:58
  Author: jgc
Revision: 180886

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

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

+
 gnome-unstable-i686/PKGBUILD   |   31 +++
 gnome-unstable-i686/yelp.install   |   13 +
 gnome-unstable-x86_64/PKGBUILD |   31 +++
 gnome-unstable-x86_64/yelp.install |   13 +
 4 files changed, 88 insertions(+)

Copied: yelp/repos/gnome-unstable-i686/PKGBUILD (from rev 180885, 
yelp/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-27 18:47:58 UTC (rev 180886)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=yelp
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=A help browser for GNOME
+arch=('i686' 'x86_64')
+depends=('webkitgtk3' 'yelp-xsl' 'libxslt' 'hicolor-icon-theme' 'xz' 'bzip2'
+ 'desktop-file-utils' 'dconf')
+makedepends=('intltool' 'gtk-doc' 'itstool')
+groups=('gnome')
+license=('GPL')
+options=('!emptydirs' '!libtool')
+url=http://www.gnome.org;
+install=yelp.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f4a02dad614bfc04b6a998440123633145f4011c3a1d35415492d2ff76c1707f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: yelp/repos/gnome-unstable-i686/yelp.install (from rev 180885, 
yelp/trunk/yelp.install)
===
--- gnome-unstable-i686/yelp.install(rev 0)
+++ gnome-unstable-i686/yelp.install2013-03-27 18:47:58 UTC (rev 180886)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: yelp/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180885, 
yelp/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-27 18:47:58 UTC (rev 180886)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=yelp
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=A help browser for GNOME
+arch=('i686' 'x86_64')
+depends=('webkitgtk3' 'yelp-xsl' 'libxslt' 'hicolor-icon-theme' 'xz' 'bzip2'
+ 'desktop-file-utils' 'dconf')
+makedepends=('intltool' 'gtk-doc' 'itstool')
+groups=('gnome')
+license=('GPL')
+options=('!emptydirs' '!libtool')
+url=http://www.gnome.org;
+install=yelp.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f4a02dad614bfc04b6a998440123633145f4011c3a1d35415492d2ff76c1707f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: yelp/repos/gnome-unstable-x86_64/yelp.install (from rev 180885, 
yelp/trunk/yelp.install)
===
--- gnome-unstable-x86_64/yelp.install  (rev 0)
+++ gnome-unstable-x86_64/yelp.install  2013-03-27 18:47:58 UTC (rev 180886)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-03-27 Thread Jan de Groot
Date: Wednesday, March 27, 2013 @ 19:54:16
  Author: jgc
Revision: 180887

upgpkg: libzapojit 0.0.3-1

Modified:
  libzapojit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-27 18:47:58 UTC (rev 180886)
+++ PKGBUILD2013-03-27 18:54:16 UTC (rev 180887)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=libzapojit
-pkgver=0.0.2
+pkgver=0.0.3
 pkgrel=1
 pkgdesc=GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 url=http://www.gnome.org;
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7b5a2fcf8e94fa8c869098b8461104633f4b046c471a03e3fea2b1a358574b24')
+sha256sums=('3d25f99329105abb99d1e9651b0aa1842065456ea54c22970a7330e9f3d1c37e')
 
 build() {
   cd $pkgname-$pkgver



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

2013-03-27 Thread Jan de Groot
Date: Wednesday, March 27, 2013 @ 19:54:24
  Author: jgc
Revision: 180888

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

Added:
  libzapojit/repos/gnome-unstable-i686/
  libzapojit/repos/gnome-unstable-i686/PKGBUILD
(from rev 180887, libzapojit/trunk/PKGBUILD)
  libzapojit/repos/gnome-unstable-x86_64/
  libzapojit/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 180887, libzapojit/trunk/PKGBUILD)

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

Copied: libzapojit/repos/gnome-unstable-i686/PKGBUILD (from rev 180887, 
libzapojit/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-27 18:54:24 UTC (rev 180888)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libzapojit
+pkgver=0.0.3
+pkgrel=1
+pkgdesc=GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsoup' 'gnome-online-accounts')
+makedepends=('intltool' 'gobject-introspection')
+url=http://www.gnome.org;
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3d25f99329105abb99d1e9651b0aa1842065456ea54c22970a7330e9f3d1c37e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: libzapojit/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180887, 
libzapojit/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-27 18:54:24 UTC (rev 180888)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libzapojit
+pkgver=0.0.3
+pkgrel=1
+pkgdesc=GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsoup' 'gnome-online-accounts')
+makedepends=('intltool' 'gobject-introspection')
+url=http://www.gnome.org;
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3d25f99329105abb99d1e9651b0aa1842065456ea54c22970a7330e9f3d1c37e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-03-27 Thread Alexander Rødseth
Date: Wednesday, March 27, 2013 @ 20:03:42
  Author: arodseth
Revision: 87128

upgpkg: gigi 0.8.0-19, boost rebuild

Modified:
  gigi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-27 17:37:07 UTC (rev 87127)
+++ PKGBUILD2013-03-27 19:03:42 UTC (rev 87128)
@@ -7,7 +7,7 @@
 
 pkgname=gigi
 pkgver=0.8.0
-pkgrel=18
+pkgrel=19
 _fixedrevision=5780 #5407
 pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion 
fork)'
 #url='http://gigi.sourceforge.net/'



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

2013-03-27 Thread Alexander Rødseth
Date: Wednesday, March 27, 2013 @ 20:03:56
  Author: arodseth
Revision: 87129

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

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

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

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

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

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

2013-03-27 Thread Alexander Rødseth
Date: Wednesday, March 27, 2013 @ 20:18:24
  Author: arodseth
Revision: 87130

upgpkg: python2-tagpy 0.94.8-3, boost rebuild

Modified:
  python2-tagpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-27 19:03:56 UTC (rev 87129)
+++ PKGBUILD2013-03-27 19:18:24 UTC (rev 87130)
@@ -1,14 +1,15 @@
 # $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
 # Contributor: Andrea Scarpino and...@archlinux.org
 # Contributor: Callan Barrett wizzomafi...@gmail.com
 # Contributor: Scott Horowitz stonecr...@gmail.com
 
 pkgname=python2-tagpy
 pkgver=0.94.8
-pkgrel=2
-pkgdesc=Python bindings for TagLib
-arch=('i686' 'x86_64')
-url=http://pypi.python.org/pypi/tagpy;
+pkgrel=3
+pkgdesc='Python bindings for TagLib'
+arch=('x86_64' 'i686')
+url='http://pypi.python.org/pypi/tagpy'
 license=('MIT')
 depends=('python2' 'taglib' 'boost-libs')
 makedepends=('python2-distribute' 'boost')
@@ -16,32 +17,37 @@
 conflicts=('tagpy')
 source=(http://pypi.python.org/packages/source/t/tagpy/tagpy-$pkgver.tar.gz;
 'taglib1.7.patch')
-md5sums=('6baff63318cf90b9bc5a2497a0597802'
- '5b47cefe5fad98a093232256779da345')
+sha256sums=('56eab8dd81510f8af18e19375a0ffd5cd25c8e555104be46a92c3dc08634a0dc'
+'f6cc34f8d4d1186270943cd7e1ad3c9478ae7064ab9b2cddf7760d493295cd26')
 
 build() {
-  cd tagpy-${pkgver}
+  cd tagpy-$pkgver
 
-  patch -p1 -i ${srcdir}/taglib1.7.patch
+  patch -p1 -i $srcdir/taglib1.7.patch
 
   sed -i -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
 $(find . -name '*.py') 
  
-  ./configure.py --taglib-lib-dir=/usr/lib/ \
-   --taglib-inc-dir=/usr/include/taglib/ \
-   --boost-inc-dir=/usr/include/boost/ \
-   --boost-lib-dir=/usr/lib/ \
-   --boost-python-libname=boost_python
+  ./configure.py \
+--taglib-lib-dir=/usr/lib/ \
+--taglib-inc-dir=/usr/include/taglib/ \
+--boost-inc-dir=/usr/include/boost/ \
+--boost-lib-dir=/usr/lib/ \
+--boost-python-libname=boost_python
   python2 setup.py build
 }
 
+check(){
+  cd tagpy-$pkgver
+
+  python2 setup.py test
+}
+
 package(){
-  cd tagpy-${pkgver}
-  python2 setup.py install --root=${pkgdir} --optimize=1
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+  cd tagpy-$pkgver
+
+  python2 setup.py install --root=$pkgdir --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
-check(){
-  cd tagpy-${pkgver}
-  python2 setup.py test
-}
+# vim:set ts=2 sw=2 et:



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

2013-03-27 Thread Alexander Rødseth
Date: Wednesday, March 27, 2013 @ 20:18:33
  Author: arodseth
Revision: 87131

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

Added:
  python2-tagpy/repos/community-staging-i686/
  python2-tagpy/repos/community-staging-i686/PKGBUILD
(from rev 87130, python2-tagpy/trunk/PKGBUILD)
  python2-tagpy/repos/community-staging-i686/taglib1.7.patch
(from rev 87130, python2-tagpy/trunk/taglib1.7.patch)
  python2-tagpy/repos/community-staging-x86_64/
  python2-tagpy/repos/community-staging-x86_64/PKGBUILD
(from rev 87130, python2-tagpy/trunk/PKGBUILD)
  python2-tagpy/repos/community-staging-x86_64/taglib1.7.patch
(from rev 87130, python2-tagpy/trunk/taglib1.7.patch)

--+
 community-staging-i686/PKGBUILD  |   53 +
 community-staging-i686/taglib1.7.patch   |   37 
 community-staging-x86_64/PKGBUILD|   53 +
 community-staging-x86_64/taglib1.7.patch |   37 
 4 files changed, 180 insertions(+)

Copied: python2-tagpy/repos/community-staging-i686/PKGBUILD (from rev 87130, 
python2-tagpy/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-27 19:18:33 UTC (rev 87131)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Callan Barrett wizzomafi...@gmail.com
+# Contributor: Scott Horowitz stonecr...@gmail.com
+
+pkgname=python2-tagpy
+pkgver=0.94.8
+pkgrel=3
+pkgdesc='Python bindings for TagLib'
+arch=('x86_64' 'i686')
+url='http://pypi.python.org/pypi/tagpy'
+license=('MIT')
+depends=('python2' 'taglib' 'boost-libs')
+makedepends=('python2-distribute' 'boost')
+replaces=('tagpy')
+conflicts=('tagpy')
+source=(http://pypi.python.org/packages/source/t/tagpy/tagpy-$pkgver.tar.gz;
+'taglib1.7.patch')
+sha256sums=('56eab8dd81510f8af18e19375a0ffd5cd25c8e555104be46a92c3dc08634a0dc'
+'f6cc34f8d4d1186270943cd7e1ad3c9478ae7064ab9b2cddf7760d493295cd26')
+
+build() {
+  cd tagpy-$pkgver
+
+  patch -p1 -i $srcdir/taglib1.7.patch
+
+  sed -i -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
+$(find . -name '*.py') 
+ 
+  ./configure.py \
+--taglib-lib-dir=/usr/lib/ \
+--taglib-inc-dir=/usr/include/taglib/ \
+--boost-inc-dir=/usr/include/boost/ \
+--boost-lib-dir=/usr/lib/ \
+--boost-python-libname=boost_python
+  python2 setup.py build
+}
+
+check(){
+  cd tagpy-$pkgver
+
+  python2 setup.py test
+}
+
+package(){
+  cd tagpy-$pkgver
+
+  python2 setup.py install --root=$pkgdir --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: python2-tagpy/repos/community-staging-i686/taglib1.7.patch (from rev 
87130, python2-tagpy/trunk/taglib1.7.patch)
===
--- community-staging-i686/taglib1.7.patch  (rev 0)
+++ community-staging-i686/taglib1.7.patch  2013-03-27 19:18:33 UTC (rev 
87131)
@@ -0,0 +1,37 @@
+From: Andreas Kloeckner inf...@tiker.net
+Date: Tue, 25 Dec 2012 19:36:42 + (+0100)
+Subject: Update tagpy for TagLib 1.7 compatibility. (patch by unknown Gentoo 
user, via Lars... 
+X-Git-Tag: v2013.1~6
+X-Git-Url: 
http://git.tiker.net/tagpy.git/commitdiff_plain/d0759c0ec7d24ae8d1af395a1032521eb00b4d1f?hp=c2801c31493f77d7c33d20fa20f0b298b0f322ef
+
+Update tagpy for TagLib 1.7 compatibility. (patch by unknown Gentoo user, via 
Lars Wendler)
+---
+
+diff --git a/src/wrapper/id3.cpp b/src/wrapper/id3.cpp
+index a76f7ef..5c08ae1 100644
+--- a/src/wrapper/id3.cpp
 b/src/wrapper/id3.cpp
+@@ -79,6 +79,10 @@ namespace
+   MF_OL(setVolumeAdjustment, 1, 2);
+   MF_OL(setPeakVolume, 1, 2);
+ 
++  #if (TAGPY_TAGLIB_HEX_VERSION = 0x10700)
++MF_OL(render, 0, 1)
++  #endif
++
+   // -
+   // MPEG
+   // -
+@@ -212,7 +216,11 @@ void exposeID3()
+   .DEF_SIMPLE_METHOD(removeFrame)
+   .DEF_SIMPLE_METHOD(removeFrames)
+   
+-  .DEF_SIMPLE_METHOD(render)
++  #if (TAGPY_TAGLIB_HEX_VERSION = 0x10700)
++.DEF_OVERLOADED_METHOD(render, ByteVector (cl::*)(int) const)
++  #else
++.DEF_SIMPLE_METHOD(render)
++  #endif
+   ;
+   }
+ 

Copied: python2-tagpy/repos/community-staging-x86_64/PKGBUILD (from rev 87130, 
python2-tagpy/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-03-27 19:18:33 UTC (rev 87131)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Andrea 

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

2013-03-27 Thread Alexander Rødseth
Date: Wednesday, March 27, 2013 @ 20:42:17
  Author: arodseth
Revision: 87132

upgpkg: ruby-gtk2 1.2.5-1

Modified:
  ruby-gtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-27 19:18:33 UTC (rev 87131)
+++ PKGBUILD2013-03-27 19:42:17 UTC (rev 87132)
@@ -8,29 +8,24 @@
 pkgbase=ruby-gtk2
 pkgname=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-gio2' 'ruby-glib2' 'ruby-gtk2'
  'ruby-pango')
-pkgver=1.2.2
-pkgrel=2
+pkgver=1.2.5
+pkgrel=1
 arch=('x86_64' 'i686')
 url='http://ruby-gnome2.sourceforge.jp/'
 license=('LGPL')
 makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk2' 'glib2')
-source=(http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk2-$pkgver.tar.gz;
-'0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch')
-sha256sums=('f99ff4888fc69317e1dae61c9ca684bf2f38a20534f1f1b4b3b182c66247910c'
-'9180b6b8d146b815de63bd2c4f0e215ab7591e3ebaca913120ae962695f3c388')
+source=(http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk2-$pkgver.tar.gz;)
+sha256sums=('9b956468446361b930bb5b10a518e1c59b4ce2dd2ea04ccc600d0259f1490429')
 
 build() {
   cd $srcdir/ruby-gtk2-$pkgver
 
-  #patch -Np1 -i 
${srcdir}/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch
   LANG=en_US.UTF-8 \
 ruby extconf.rb atk gdk_pixbuf2 gio2 glib2 gtk2 pango --vendor
   mkdir -p $pkgdir/ruby-glib2/usr/lib/ruby/vendor_ruby/2.0.0/i686-linux
   mkdir -p $pkgdir/ruby-atk/usr/lib/ruby/vendor_ruby/2.0.0/i686-linux
   mkdir -p $pkgdir/ruby-gio2/usr/lib/ruby/vendor_ruby/2.0.0/i686-linux
   mkdir -p $pkgdir/ruby-gdkpixbuf2/usr/lib/ruby/vendor_ruby/2.0.0/i686-linux
-  #export CFLAGS=$CFLAGS `pkg-config --libs glib-2.0`
-  #export CXXFLAGS=$CXXFLAGS `pkg-config --libs glib-2.0`
   make
 }
 
@@ -39,8 +34,6 @@
   depends=(ruby-glib2=$pkgver 'atk')
 
   cd $srcdir/ruby-gtk2-$pkgver/atk
-  #export CFLAGS=$CFLAGS `pkg-config --libs glib-2.0`
-  #export CXXFLAGS=$CXXFLAGS `pkg-config --libs glib-2.0`
   make includedir=/usr/include DESTDIR=$pkgdir install
 }
 
@@ -49,8 +42,6 @@
   depends=(ruby-glib2=$pkgver 'gdk-pixbuf2')
 
   cd $srcdir/ruby-gtk2-$pkgver/gdk_pixbuf2
-  #export CFLAGS=$CFLAGS `pkg-config --libs glib-2.0`
-  #export CXXFLAGS=$CXXFLAGS `pkg-config --libs glib-2.0`
   make includedir=/usr/include DESTDIR=$pkgdir install
 }
 
@@ -59,8 +50,6 @@
   depends=(ruby-glib2=$pkgver)
 
   cd $srcdir/ruby-gtk2-$pkgver/gio2
-  #export CXXFLAGS=$CXXFLAGS -lglib-2.0
-  #export CFLAGS=$CFLAGS -lglib-2.0
   make includedir=/usr/include DESTDIR=$pkgdir/ install
 }
 
@@ -69,8 +58,6 @@
   depends=('glib2' 'ruby')
 
   cd $srcdir/ruby-gtk2-$pkgver/glib2
-  #export CXXFLAGS=$CXXFLAGS -lglib-2.0
-  #export CFLAGS=$CFLAGS -lglib-2.0
   make includedir=/usr/include DESTDIR=$pkgdir/ install
 }
 
@@ -80,8 +67,6 @@
ruby-gdkpixbuf2=$pkgver)
 
   cd $srcdir/ruby-gtk2-$pkgver/gtk2
-  #export CFLAGS=$CFLAGS `pkg-config --libs glib-2.0`
-  #export CXXFLAGS=$CXXFLAGS `pkg-config --libs glib-2.0`
   make includedir=/usr/include DESTDIR=$pkgdir/ install
 }
 
@@ -90,8 +75,6 @@
   depends=(ruby-glib2=$pkgver 'ruby-cairo' 'pango')
 
   cd $srcdir/ruby-gtk2-$pkgver/pango
-  #export CFLAGS=$CFLAGS `pkg-config --libs glib-2.0`
-  #export CXXFLAGS=$CXXFLAGS `pkg-config --libs glib-2.0`
   make includedir=/usr/include DESTDIR=$pkgdir/ install
 }
 



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

2013-03-27 Thread Jan de Groot
Date: Wednesday, March 27, 2013 @ 20:42:41
  Author: jgc
Revision: 180889

upgpkg: gucharmap 3.8.0-1

Modified:
  gucharmap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-27 18:54:24 UTC (rev 180888)
+++ PKGBUILD2013-03-27 19:42:41 UTC (rev 180889)
@@ -3,18 +3,18 @@
 # Contributor: Jan De Groot j...@archlinux.org
 
 pkgname=gucharmap
-pkgver=3.6.1
+pkgver=3.8.0
 pkgrel=1
 pkgdesc=Gnome Unicode Charmap
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.gnome.org;
 depends=('dconf' 'gtk3' 'hicolor-icon-theme')
-makedepends=('gtk-doc' 'intltool' 'gobject-introspection' 'itstool' 
'docbook-xsl')
+makedepends=('gtk-doc' 'intltool' 'gobject-introspection' 'itstool' 
'docbook-xsl' 'desktop-file-utils')
 options=('!libtool' '!emptydirs')
 install=gucharmap.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c3aad2990010ab66225b748e6ac5402cad9f21e908cddf728e57d755c54cc6b2')
+sha256sums=('e312297c561e03675519de5bcd9a10971b5c1185f61b4b17eed202273cf8d5c5')
 
 build() {
   cd $pkgname-$pkgver



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

2013-03-27 Thread Jan de Groot
Date: Wednesday, March 27, 2013 @ 20:42:46
  Author: jgc
Revision: 180890

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

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

-+
 gnome-unstable-i686/PKGBUILD|   30 ++
 gnome-unstable-i686/gucharmap.install   |   17 +
 gnome-unstable-x86_64/PKGBUILD  |   30 ++
 gnome-unstable-x86_64/gucharmap.install |   17 +
 4 files changed, 94 insertions(+)

Copied: gucharmap/repos/gnome-unstable-i686/PKGBUILD (from rev 180889, 
gucharmap/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-27 19:42:46 UTC (rev 180890)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan De Groot j...@archlinux.org
+
+pkgname=gucharmap
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Gnome Unicode Charmap
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.gnome.org;
+depends=('dconf' 'gtk3' 'hicolor-icon-theme')
+makedepends=('gtk-doc' 'intltool' 'gobject-introspection' 'itstool' 
'docbook-xsl' 'desktop-file-utils')
+options=('!libtool' '!emptydirs')
+install=gucharmap.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e312297c561e03675519de5bcd9a10971b5c1185f61b4b17eed202273cf8d5c5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile  --enable-introspection
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gucharmap/repos/gnome-unstable-i686/gucharmap.install (from rev 180889, 
gucharmap/trunk/gucharmap.install)
===
--- gnome-unstable-i686/gucharmap.install   (rev 0)
+++ gnome-unstable-i686/gucharmap.install   2013-03-27 19:42:46 UTC (rev 
180890)
@@ -0,0 +1,17 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  (( $(vercmp $2 3.3)  0 ))  gconfpkg --uninstall gucharmap
+  return 0
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gucharmap/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180889, 
gucharmap/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-27 19:42:46 UTC (rev 180890)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan De Groot j...@archlinux.org
+
+pkgname=gucharmap
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Gnome Unicode Charmap
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.gnome.org;
+depends=('dconf' 'gtk3' 'hicolor-icon-theme')
+makedepends=('gtk-doc' 'intltool' 'gobject-introspection' 'itstool' 
'docbook-xsl' 'desktop-file-utils')
+options=('!libtool' '!emptydirs')
+install=gucharmap.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e312297c561e03675519de5bcd9a10971b5c1185f61b4b17eed202273cf8d5c5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile  --enable-introspection
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gucharmap/repos/gnome-unstable-x86_64/gucharmap.install (from rev 
180889, gucharmap/trunk/gucharmap.install)
===
--- gnome-unstable-x86_64/gucharmap.install (rev 0)
+++ gnome-unstable-x86_64/gucharmap.install 2013-03-27 19:42:46 UTC (rev 
180890)
@@ -0,0 +1,17 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  (( $(vercmp $2 3.3)  0 ))  gconfpkg --uninstall gucharmap
+  return 0
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-03-27 Thread Jan de Groot
Date: Wednesday, March 27, 2013 @ 20:43:32
  Author: jgc
Revision: 180891

upgpkg: mutter 3.8.0-1

Modified:
  mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-27 19:42:46 UTC (rev 180890)
+++ PKGBUILD2013-03-27 19:43:32 UTC (rev 180891)
@@ -4,7 +4,7 @@
 # Contributor: Michael Kanis mkanis_at_gmx_dot_de
 
 pkgname=mutter
-pkgver=3.6.3
+pkgver=3.8.0
 pkgrel=1
 pkgdesc=A window manager for GNOME
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 options=('!libtool' '!emptydirs')
 install=mutter.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('aa1d558210d58f9a835a7e718a6b6eb8318ac8fb276c43234c47b1efde755c86')
+sha256sums=('93ab8b7fac58582d9178766118046c4255a7f2f302c74391d7f9f32fde57aa1a')
 
 build() {
   cd $pkgname-$pkgver



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

2013-03-27 Thread Jan de Groot
Date: Wednesday, March 27, 2013 @ 20:43:37
  Author: jgc
Revision: 180892

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

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

--+
 gnome-unstable-i686/PKGBUILD |   33 +
 gnome-unstable-i686/mutter.install   |   19 +++
 gnome-unstable-x86_64/PKGBUILD   |   33 +
 gnome-unstable-x86_64/mutter.install |   19 +++
 4 files changed, 104 insertions(+)

Copied: mutter/repos/gnome-unstable-i686/PKGBUILD (from rev 180891, 
mutter/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-27 19:43:37 UTC (rev 180892)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Michael Kanis mkanis_at_gmx_dot_de
+
+pkgname=mutter
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=A window manager for GNOME
+arch=(i686 x86_64)
+license=('GPL')
+depends=('clutter' 'dconf' 'gobject-introspection' 'gsettings-desktop-schemas' 
'libcanberra' 'startup-notification' 'zenity' 'libsm')
+makedepends=('intltool' 'gnome-doc-utils')
+url=http://www.gnome.org;
+groups=('gnome')
+options=('!libtool' '!emptydirs')
+install=mutter.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('93ab8b7fac58582d9178766118046c4255a7f2f302c74391d7f9f32fde57aa1a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/mutter \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: mutter/repos/gnome-unstable-i686/mutter.install (from rev 180891, 
mutter/trunk/mutter.install)
===
--- gnome-unstable-i686/mutter.install  (rev 0)
+++ gnome-unstable-i686/mutter.install  2013-03-27 19:43:37 UTC (rev 180892)
@@ -0,0 +1,19 @@
+pkgname=mutter
+
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+pre_upgrade() {
+if [ -f /usr/share/gconf/schemas/$pkgname.schemas ]; then
+/usr/sbin/gconfpkg --uninstall $pkgname
+fi
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: mutter/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180891, 
mutter/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-27 19:43:37 UTC (rev 180892)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Michael Kanis mkanis_at_gmx_dot_de
+
+pkgname=mutter
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=A window manager for GNOME
+arch=(i686 x86_64)
+license=('GPL')
+depends=('clutter' 'dconf' 'gobject-introspection' 'gsettings-desktop-schemas' 
'libcanberra' 'startup-notification' 'zenity' 'libsm')
+makedepends=('intltool' 'gnome-doc-utils')
+url=http://www.gnome.org;
+groups=('gnome')
+options=('!libtool' '!emptydirs')
+install=mutter.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('93ab8b7fac58582d9178766118046c4255a7f2f302c74391d7f9f32fde57aa1a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/mutter \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: mutter/repos/gnome-unstable-x86_64/mutter.install (from rev 180891, 
mutter/trunk/mutter.install)
===
--- gnome-unstable-x86_64/mutter.install(rev 0)
+++ gnome-unstable-x86_64/mutter.install2013-03-27 19:43:37 UTC (rev 
180892)
@@ -0,0 +1,19 @@
+pkgname=mutter
+
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+pre_upgrade() {
+if [ -f /usr/share/gconf/schemas/$pkgname.schemas ]; then
+/usr/sbin/gconfpkg --uninstall $pkgname
+fi
+}
+
+post_upgrade() {
+post_install
+}

[arch-commits] Commit in ruby-gtk2/trunk (1 file)

2013-03-27 Thread Alexander Rødseth
Date: Wednesday, March 27, 2013 @ 20:43:48
  Author: arodseth
Revision: 87133

Not needed anymore

Deleted:
  
ruby-gtk2/trunk/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch

-+
 0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch |   55 
--
 1 file changed, 55 deletions(-)

Deleted: 0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch
===
--- 0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch 
2013-03-27 19:42:17 UTC (rev 87132)
+++ 0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch 
2013-03-27 19:43:48 UTC (rev 87133)
@@ -1,55 +0,0 @@
-From 5b083ff67f69a8ab6fc6732131954482b468a880 Mon Sep 17 00:00:00 2001
-From: Thomas Dziedzic gos...@gmail.com
-Date: Sun, 10 Mar 2013 08:51:02 -0700
-Subject: [PATCH] backport
- 
https://github.com/ruby-gnome2/ruby-gnome2/commit/03be2d663730119036c9d70d4fc7b52523ae40df
- to fix syntax errors with NIL_P
-

- gtk2/ext/gtk2/rbgdkevent.c| 2 +-
- gtk2/ext/gtk2/rbgdkscreen.c   | 2 +-
- gtk2/ext/gtk2/rbgtkcalendar.c | 2 +-
- 3 files changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/gtk2/ext/gtk2/rbgdkevent.c b/gtk2/ext/gtk2/rbgdkevent.c
-index 783ec72..63b1502 100644
 a/gtk2/ext/gtk2/rbgdkevent.c
-+++ b/gtk2/ext/gtk2/rbgdkevent.c
-@@ -387,7 +387,7 @@ gdkevent_s_setting_get(int argc, VALUE *argv, 
G_GNUC_UNUSED VALUE self)
- VALUE value;
- 
- rb_scan_args(argc, argv, 11, name, type);
--if NIL_P(type) 
-+if (NIL_P(type)) 
- gtype = G_TYPE_STRING;
- else
- gtype = CLASS2GTYPE(type);
-diff --git a/gtk2/ext/gtk2/rbgdkscreen.c b/gtk2/ext/gtk2/rbgdkscreen.c
-index 243ed92..3095e38 100644
 a/gtk2/ext/gtk2/rbgdkscreen.c
-+++ b/gtk2/ext/gtk2/rbgdkscreen.c
-@@ -210,7 +210,7 @@ rg_get_setting(int argc, VALUE *argv, VALUE self)
- VALUE value;
- 
- rb_scan_args(argc, argv, 11, name, type);
--if NIL_P(type) 
-+if (NIL_P(type)) 
- gtype = G_TYPE_STRING;
- else
- gtype = CLASS2GTYPE(type);
-diff --git a/gtk2/ext/gtk2/rbgtkcalendar.c b/gtk2/ext/gtk2/rbgtkcalendar.c
-index e895f81..f9b0666 100644
 a/gtk2/ext/gtk2/rbgtkcalendar.c
-+++ b/gtk2/ext/gtk2/rbgtkcalendar.c
-@@ -105,7 +105,7 @@ rg_display_options(int argc, VALUE *argv, VALUE self)
- VALUE flags;
- rb_scan_args(argc, argv, 01, flags);
- 
--if NIL_P(flags){
-+if (NIL_P(flags)){
- #if GTK_CHECK_VERSION(2,4,0)
- return GFLAGS2RVAL(gtk_calendar_get_display_options(_SELF(self)),
-GTK_TYPE_CALENDAR_DISPLAY_OPTIONS);
--- 
-1.8.1.5
-



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

2013-03-27 Thread Alexander Rødseth
Date: Wednesday, March 27, 2013 @ 20:44:03
  Author: arodseth
Revision: 87134

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

Added:
  ruby-gtk2/repos/community-i686/PKGBUILD
(from rev 87133, ruby-gtk2/trunk/PKGBUILD)
  ruby-gtk2/repos/community-x86_64/PKGBUILD
(from rev 87133, ruby-gtk2/trunk/PKGBUILD)
Deleted:
  
ruby-gtk2/repos/community-i686/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch
  ruby-gtk2/repos/community-i686/PKGBUILD
  
ruby-gtk2/repos/community-x86_64/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch
  ruby-gtk2/repos/community-x86_64/PKGBUILD

--+
 /PKGBUILD  
  |  162 ++
 community-i686/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch 
  |   55 ---
 community-i686/PKGBUILD
  |   98 --
 
community-x86_64/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch
 |   55 ---
 community-x86_64/PKGBUILD  
  |   98 --
 5 files changed, 162 insertions(+), 306 deletions(-)

Deleted: 
community-i686/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch
===
--- 
community-i686/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch  
2013-03-27 19:43:48 UTC (rev 87133)
+++ 
community-i686/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch  
2013-03-27 19:44:03 UTC (rev 87134)
@@ -1,55 +0,0 @@
-From 5b083ff67f69a8ab6fc6732131954482b468a880 Mon Sep 17 00:00:00 2001
-From: Thomas Dziedzic gos...@gmail.com
-Date: Sun, 10 Mar 2013 08:51:02 -0700
-Subject: [PATCH] backport
- 
https://github.com/ruby-gnome2/ruby-gnome2/commit/03be2d663730119036c9d70d4fc7b52523ae40df
- to fix syntax errors with NIL_P
-

- gtk2/ext/gtk2/rbgdkevent.c| 2 +-
- gtk2/ext/gtk2/rbgdkscreen.c   | 2 +-
- gtk2/ext/gtk2/rbgtkcalendar.c | 2 +-
- 3 files changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/gtk2/ext/gtk2/rbgdkevent.c b/gtk2/ext/gtk2/rbgdkevent.c
-index 783ec72..63b1502 100644
 a/gtk2/ext/gtk2/rbgdkevent.c
-+++ b/gtk2/ext/gtk2/rbgdkevent.c
-@@ -387,7 +387,7 @@ gdkevent_s_setting_get(int argc, VALUE *argv, 
G_GNUC_UNUSED VALUE self)
- VALUE value;
- 
- rb_scan_args(argc, argv, 11, name, type);
--if NIL_P(type) 
-+if (NIL_P(type)) 
- gtype = G_TYPE_STRING;
- else
- gtype = CLASS2GTYPE(type);
-diff --git a/gtk2/ext/gtk2/rbgdkscreen.c b/gtk2/ext/gtk2/rbgdkscreen.c
-index 243ed92..3095e38 100644
 a/gtk2/ext/gtk2/rbgdkscreen.c
-+++ b/gtk2/ext/gtk2/rbgdkscreen.c
-@@ -210,7 +210,7 @@ rg_get_setting(int argc, VALUE *argv, VALUE self)
- VALUE value;
- 
- rb_scan_args(argc, argv, 11, name, type);
--if NIL_P(type) 
-+if (NIL_P(type)) 
- gtype = G_TYPE_STRING;
- else
- gtype = CLASS2GTYPE(type);
-diff --git a/gtk2/ext/gtk2/rbgtkcalendar.c b/gtk2/ext/gtk2/rbgtkcalendar.c
-index e895f81..f9b0666 100644
 a/gtk2/ext/gtk2/rbgtkcalendar.c
-+++ b/gtk2/ext/gtk2/rbgtkcalendar.c
-@@ -105,7 +105,7 @@ rg_display_options(int argc, VALUE *argv, VALUE self)
- VALUE flags;
- rb_scan_args(argc, argv, 01, flags);
- 
--if NIL_P(flags){
-+if (NIL_P(flags)){
- #if GTK_CHECK_VERSION(2,4,0)
- return GFLAGS2RVAL(gtk_calendar_get_display_options(_SELF(self)),
-GTK_TYPE_CALENDAR_DISPLAY_OPTIONS);
--- 
-1.8.1.5
-

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-27 19:43:48 UTC (rev 87133)
+++ community-i686/PKGBUILD 2013-03-27 19:44:03 UTC (rev 87134)
@@ -1,98 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Eric Bélanger e...@archlinux.org
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
-# Contributor: kritoke krit...@nospam.gmail.com
-
-pkgbase=ruby-gtk2
-pkgname=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-gio2' 'ruby-glib2' 'ruby-gtk2'
- 'ruby-pango')
-pkgver=1.2.2
-pkgrel=2
-arch=('x86_64' 'i686')
-url='http://ruby-gnome2.sourceforge.jp/'
-license=('LGPL')
-makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk2' 'glib2')
-source=(http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk2-$pkgver.tar.gz;
-'0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch')
-sha256sums=('f99ff4888fc69317e1dae61c9ca684bf2f38a20534f1f1b4b3b182c66247910c'
-'9180b6b8d146b815de63bd2c4f0e215ab7591e3ebaca913120ae962695f3c388')
-
-build() {
-  cd $srcdir/ruby-gtk2-$pkgver
-
-  #patch -Np1 -i 
${srcdir}/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch
-  LANG=en_US.UTF-8 \
-ruby extconf.rb atk gdk_pixbuf2 gio2 glib2 gtk2 pango --vendor
-  mkdir -p 

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

2013-03-27 Thread Daniel Wallace
Date: Wednesday, March 27, 2013 @ 20:51:32
  Author: dwallace
Revision: 87135

upgpkg: sage-mathematics 5.8-1

upgpkg: sage-mathematics 5.8-1

Modified:
  sage-mathematics/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-27 19:44:03 UTC (rev 87134)
+++ PKGBUILD2013-03-27 19:51:32 UTC (rev 87135)
@@ -7,7 +7,7 @@
 # Special thanks to Nareto for moving the compile from the .install to the 
PKGBUILD
 
 pkgname=sage-mathematics
-pkgver=5.7
+pkgver=5.8
 pkgrel=1
 pkgdesc='SAGE: Open Source Mathematics Software, a viable free alternative to 
Magma, Maple, Mathematica, and Matlab.'
 url='http://www.sagemath.org'
@@ -98,3 +98,5 @@
 }
 
 # vim :set ts=2 sw=2 et:
+md5sums=('b91d6c20798f396a9c875527c78b3587'
+ 'b82f94383829eee26648feb977e2d89b')



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

2013-03-27 Thread Daniel Wallace
Date: Wednesday, March 27, 2013 @ 20:52:53
  Author: dwallace
Revision: 87136

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

Added:
  sage-mathematics/repos/community-i686/PKGBUILD
(from rev 87135, sage-mathematics/trunk/PKGBUILD)
  sage-mathematics/repos/community-i686/SAGE-notebook.desktop
(from rev 87135, sage-mathematics/trunk/SAGE-notebook.desktop)
  sage-mathematics/repos/community-i686/sage-mathematics.install
(from rev 87135, sage-mathematics/trunk/sage-mathematics.install)
  sage-mathematics/repos/community-x86_64/PKGBUILD
(from rev 87135, sage-mathematics/trunk/PKGBUILD)
  sage-mathematics/repos/community-x86_64/SAGE-notebook.desktop
(from rev 87135, sage-mathematics/trunk/SAGE-notebook.desktop)
  sage-mathematics/repos/community-x86_64/sage-mathematics.install
(from rev 87135, sage-mathematics/trunk/sage-mathematics.install)
Deleted:
  sage-mathematics/repos/community-i686/PKGBUILD
  sage-mathematics/repos/community-i686/SAGE-notebook.desktop
  sage-mathematics/repos/community-i686/sage-mathematics.install
  sage-mathematics/repos/community-x86_64/PKGBUILD
  sage-mathematics/repos/community-x86_64/SAGE-notebook.desktop
  sage-mathematics/repos/community-x86_64/sage-mathematics.install

---+
 /PKGBUILD |  204 
 /SAGE-notebook.desktop|   38 +
 /sage-mathematics.install |  116 +++
 community-i686/PKGBUILD   |  100 -
 community-i686/SAGE-notebook.desktop  |   19 --
 community-i686/sage-mathematics.install   |   58 ---
 community-x86_64/PKGBUILD |  100 -
 community-x86_64/SAGE-notebook.desktop|   19 --
 community-x86_64/sage-mathematics.install |   58 ---
 9 files changed, 358 insertions(+), 354 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-27 19:51:32 UTC (rev 87135)
+++ community-i686/PKGBUILD 2013-03-27 19:52:53 UTC (rev 87136)
@@ -1,100 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Antonio Rojas  nqn1976 @ gmail.com 
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Osman Ugus ugu...@yahoo.com
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Special thanks to Nareto for moving the compile from the .install to the 
PKGBUILD
-
-pkgname=sage-mathematics
-pkgver=5.7
-pkgrel=1
-pkgdesc='SAGE: Open Source Mathematics Software, a viable free alternative to 
Magma, Maple, Mathematica, and Matlab.'
-url='http://www.sagemath.org'
-arch=('i686' 'x86_64')
-license=('GPL')
-#depends=('xz' 'java-environment=7' 'desktop-file-utils' 'libxmu' 'libtiff' 
'sqlite' 'libjpeg-turbo')
-depends=('desktop-file-utils')
-makedepends=('gcc-fortran' )
-optdepends=('imagemagick: some plotting functionality benefits from it'
-'texlive-core: some plotting functionality benefits from it, also 
to use SageTeX'
-'openssh: to use the notebook in secure mode'
-'ffmpeg: to show animations')
-options=('!makeflags')
-install=${pkgname}.install
-source=(http://sage.math.washington.edu/home/release/sage-${pkgver}/sage-${pkgver}.tar;
-'SAGE-notebook.desktop')
-md5sums=('fc5b401174ee1efa7aea163e804c2b42'
- 'b82f94383829eee26648feb977e2d89b')
-
-build() {
-  cd sage-${pkgver}
-
-  # fix missing sage.all error during build
-  unset CFLAGS
-  unset CXXFLAGS
-
-  # fix build errors
-  unset LDFLAGS
-
-  # enable multiple threads while building, is this really needed? check if 
uses MAKEFLAGS
-  export SAGE_BUILD_THREADS=$(lscpu | awk '/^CPU\(s\):/ { print $2 }')
-  export MAKE=make -j${SAGE_BUILD_THREADS}
-
-  # use archlinux's fortran rather then the one that ships with sage to 
compile sage's fortran
-  export FC=/usr/bin/gfortran
-
-  # disable building with debugging support
-  export SAGE_DEBUG='no'
-
-  # enable fat binaries (disables processor specific optimizations)
-  # comment out if you're only building it for yourself
-  export SAGE_FAT_BINARY='yes'
-
-  # can't write to root in a clean chroot
-  export DOT_SAGE='/build/src/'
-
-  # only build sage, no documents
-  #make build
-  make
-  ./sage --bdist $pkgver
-}
-
- COMMENT
-check() {
-  cd sage-${pkgver}
-
-  # uncomment if we want to run all the tests (warning: very long)
-  #make ptestlong
-}
-COMMENT
-
-package() {
-  cd sage-${pkgver}
-
-  # cp because make install is experimental and will corrupt the install
-  install -d ${pkgdir}/opt/sage
-  cp -dpr --no-preserve=ownership dist/sage-$pkgver-$CARCH-Linux/* 
${pkgdir}/opt/sage/
-
-  # move SageTeX files to more appropriate directory
-  install -d ${pkgdir}/usr/share
-  mv ${pkgdir}/opt/sage/local/share/texmf \
-${pkgdir}/usr/share
-
-  desktop-file-install ${srcdir}/SAGE-notebook.desktop \
---dir 

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

2013-03-27 Thread Jan de Groot
Date: Wednesday, March 27, 2013 @ 21:01:31
  Author: jgc
Revision: 180893

upgpkg: evince 3.8.0-1

Modified:
  evince/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-27 19:43:37 UTC (rev 180892)
+++ PKGBUILD2013-03-27 20:01:31 UTC (rev 180893)
@@ -2,21 +2,21 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=evince
-pkgver=3.7.92
+pkgver=3.8.0
 pkgrel=1
 pkgdesc=Simply a document viewer
 url=http://projects.gnome.org/evince/;
 arch=(i686 x86_64)
 license=(GPL)
 depends=(gtk3 libgxps libspectre gsfonts poppler-glib djvulibre 
gnome-icon-theme t1lib libsecret desktop-file-utils dconf 
gsettings-desktop-schemas)
-makedepends=(itstool nautilus texlive-bin intltool gobject-introspection 
docbook-xsl python)
+makedepends=(itstool libnautilus-extension texlive-bin intltool 
gobject-introspection docbook-xsl python)
 optdepends=('texlive-bin: DVI support'
'gvfs: bookmark support and session saving')
 groups=(gnome)
 install=evince.install
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('860f2f2e12d82bb94d90897029482c15091156a226a2da82aa3ebfc938e3ae7f')
+sha256sums=('cf136d2a025ef486c4e248e0dc134e7a9420557d9edc0df1ceb6a6330fbd4e9a')
 
 build() {
   cd $pkgname-$pkgver



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

2013-03-27 Thread Jan de Groot
Date: Wednesday, March 27, 2013 @ 21:01:38
  Author: jgc
Revision: 180894

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

Added:
  evince/repos/gnome-unstable-i686/PKGBUILD
(from rev 180893, evince/trunk/PKGBUILD)
  evince/repos/gnome-unstable-i686/evince.install
(from rev 180893, evince/trunk/evince.install)
  evince/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 180893, evince/trunk/PKGBUILD)
  evince/repos/gnome-unstable-x86_64/evince.install
(from rev 180893, evince/trunk/evince.install)
Deleted:
  evince/repos/gnome-unstable-i686/PKGBUILD
  evince/repos/gnome-unstable-i686/evince.install
  evince/repos/gnome-unstable-x86_64/PKGBUILD
  evince/repos/gnome-unstable-x86_64/evince.install

--+
 /PKGBUILD|   74 +
 /evince.install  |   26 +++
 gnome-unstable-i686/PKGBUILD |   37 
 gnome-unstable-i686/evince.install   |   13 -
 gnome-unstable-x86_64/PKGBUILD   |   37 
 gnome-unstable-x86_64/evince.install |   13 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2013-03-27 20:01:31 UTC (rev 180893)
+++ gnome-unstable-i686/PKGBUILD2013-03-27 20:01:38 UTC (rev 180894)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=evince
-pkgver=3.7.92
-pkgrel=1
-pkgdesc=Simply a document viewer
-url=http://projects.gnome.org/evince/;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gtk3 libgxps libspectre gsfonts poppler-glib djvulibre 
gnome-icon-theme t1lib libsecret desktop-file-utils dconf 
gsettings-desktop-schemas)
-makedepends=(itstool nautilus texlive-bin intltool gobject-introspection 
docbook-xsl python)
-optdepends=('texlive-bin: DVI support'
-   'gvfs: bookmark support and session saving')
-groups=(gnome)
-install=evince.install
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('860f2f2e12d82bb94d90897029482c15091156a226a2da82aa3ebfc938e3ae7f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr   --sysconfdir=/etc \
-  --localstatedir=/var--libexecdir=/usr/lib/evince \
-  --disable-static--enable-nautilus \
-  --enable-pdf--enable-tiff \
-  --enable-djvu   --enable-dvi \
-  --enable-t1lib  --enable-comics \
-  --disable-scrollkeeper  --disable-schemas-compile \
-  --enable-introspection
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: evince/repos/gnome-unstable-i686/PKGBUILD (from rev 180893, 
evince/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-27 20:01:38 UTC (rev 180894)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=evince
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Simply a document viewer
+url=http://projects.gnome.org/evince/;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 libgxps libspectre gsfonts poppler-glib djvulibre 
gnome-icon-theme t1lib libsecret desktop-file-utils dconf 
gsettings-desktop-schemas)
+makedepends=(itstool libnautilus-extension texlive-bin intltool 
gobject-introspection docbook-xsl python)
+optdepends=('texlive-bin: DVI support'
+   'gvfs: bookmark support and session saving')
+groups=(gnome)
+install=evince.install
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('cf136d2a025ef486c4e248e0dc134e7a9420557d9edc0df1ceb6a6330fbd4e9a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr   --sysconfdir=/etc \
+  --localstatedir=/var--libexecdir=/usr/lib/evince \
+  --disable-static--enable-nautilus \
+  --enable-pdf--enable-tiff \
+  --enable-djvu   --enable-dvi \
+  --enable-t1lib  --enable-comics \
+  --disable-scrollkeeper  --disable-schemas-compile \
+  --enable-introspection
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: gnome-unstable-i686/evince.install
===
--- gnome-unstable-i686/evince.install  2013-03-27 20:01:31 UTC (rev 180893)
+++ gnome-unstable-i686/evince.install  2013-03-27 20:01:38 UTC (rev 180894)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: 

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

2013-03-27 Thread Bartłomiej Piotrowski
Date: Wednesday, March 27, 2013 @ 21:04:14
  Author: bpiotrowski
Revision: 180895

upgpkg: ffmpeg 1:1.2-1

upstream release

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-27 20:01:38 UTC (rev 180894)
+++ PKGBUILD2013-03-27 20:04:14 UTC (rev 180895)
@@ -4,7 +4,7 @@
 # Contributor: Paul Mattal p...@archlinux.org
 
 pkgname=ffmpeg
-pkgver=1.1.3
+pkgver=1.2
 pkgrel=1
 epoch=1
 pkgdesc=Complete and free Internet live audio and video broadcasting solution 
for Linux/Unix
@@ -19,7 +19,7 @@
   )
 makedepends=('libvdpau' 'yasm')
 source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2)
-sha256sums=('a70057eba6256fab7342f863e7bb556d14cbed207b5b5b884a0879d3f16ca0a8')
+sha256sums=('9a39fbc07dae0c893059e07491bcfb1e2409cc220f72b41eed23a04becea5aaf')
 
 build() {
   cd $pkgname-$pkgver



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

2013-03-27 Thread Bartłomiej Piotrowski
Date: Wednesday, March 27, 2013 @ 21:04:28
  Author: bpiotrowski
Revision: 180896

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

Added:
  ffmpeg/repos/testing-i686/
  ffmpeg/repos/testing-i686/PKGBUILD
(from rev 180895, ffmpeg/trunk/PKGBUILD)
  ffmpeg/repos/testing-x86_64/
  ffmpeg/repos/testing-x86_64/PKGBUILD
(from rev 180895, ffmpeg/trunk/PKGBUILD)

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

Copied: ffmpeg/repos/testing-i686/PKGBUILD (from rev 180895, 
ffmpeg/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-27 20:04:28 UTC (rev 180896)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=ffmpeg
+pkgver=1.2
+pkgrel=1
+epoch=1
+pkgdesc=Complete and free Internet live audio and video broadcasting solution 
for Linux/Unix
+arch=('i686' 'x86_64')
+url=http://ffmpeg.org/;
+license=('GPL')
+depends=(
+  'alsa-lib' 'bzip2' 'fontconfig' 'gsm' 'lame' 'libass'
+  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 
'libvpx'
+  'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
+  'v4l-utils' 'x264' 'xvidcore' 'zlib'
+  )
+makedepends=('libvdpau' 'yasm')
+source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2)
+sha256sums=('9a39fbc07dae0c893059e07491bcfb1e2409cc220f72b41eed23a04becea5aaf')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--disable-debug \
+--disable-static \
+--enable-avresample \
+--enable-fontconfig \
+--enable-gpl \
+--enable-libass \
+--enable-libbluray \
+--enable-libfreetype \
+--enable-libgsm \
+--enable-libmodplug \
+--enable-libmp3lame \
+--enable-libopencore_amrnb \
+--enable-libopencore_amrwb \
+--enable-libopenjpeg \
+--enable-libopus \
+--enable-libpulse \
+--enable-librtmp \
+--enable-libschroedinger \
+--enable-libspeex \
+--enable-libtheora \
+--enable-libv4l2 \
+--enable-libvorbis \
+--enable-libvpx \
+--enable-libx264 \
+--enable-libxvid \
+--enable-postproc \
+--enable-runtime-cpudetect \
+--enable-shared \
+--enable-version3 \
+--enable-x11grab
+ 
+
+  make
+  make tools/qt-faststart
+  make doc/ff{mpeg,play,server}.1
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install install-man
+  install -D -m755 tools/qt-faststart $pkgdir/usr/bin/qt-faststart
+}
+
+# vim:set ts=2 sw=2 et:

Copied: ffmpeg/repos/testing-x86_64/PKGBUILD (from rev 180895, 
ffmpeg/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-03-27 20:04:28 UTC (rev 180896)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=ffmpeg
+pkgver=1.2
+pkgrel=1
+epoch=1
+pkgdesc=Complete and free Internet live audio and video broadcasting solution 
for Linux/Unix
+arch=('i686' 'x86_64')
+url=http://ffmpeg.org/;
+license=('GPL')
+depends=(
+  'alsa-lib' 'bzip2' 'fontconfig' 'gsm' 'lame' 'libass'
+  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 
'libvpx'
+  'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
+  'v4l-utils' 'x264' 'xvidcore' 'zlib'
+  )
+makedepends=('libvdpau' 'yasm')
+source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2)
+sha256sums=('9a39fbc07dae0c893059e07491bcfb1e2409cc220f72b41eed23a04becea5aaf')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--disable-debug \
+--disable-static \
+--enable-avresample \
+--enable-fontconfig \
+--enable-gpl \
+--enable-libass \
+--enable-libbluray \
+--enable-libfreetype \
+--enable-libgsm \
+--enable-libmodplug \
+--enable-libmp3lame \
+--enable-libopencore_amrnb \
+--enable-libopencore_amrwb \
+--enable-libopenjpeg \
+--enable-libopus \
+--enable-libpulse \
+--enable-librtmp \
+--enable-libschroedinger \
+--enable-libspeex \
+--enable-libtheora \
+--enable-libv4l2 \
+--enable-libvorbis \
+--enable-libvpx \
+--enable-libx264 \
+--enable-libxvid \
+--enable-postproc \
+--enable-runtime-cpudetect \
+--enable-shared \
+--enable-version3 \
+--enable-x11grab
+ 
+
+  make
+  make tools/qt-faststart
+  make doc/ff{mpeg,play,server}.1
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install install-man
+  install -D 

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

2013-03-27 Thread Guillaume Alaux
Date: Wednesday, March 27, 2013 @ 21:09:22
  Author: guillaume
Revision: 180897

Rebuilt against libmatroska

Modified:
  vlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-27 20:04:28 UTC (rev 180896)
+++ PKGBUILD2013-03-27 20:09:22 UTC (rev 180897)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.0.5
-pkgrel=4
+pkgrel=5
 pkgdesc=A multi-platform MPEG, VCD/DVD, and DivX player
 arch=('i686' 'x86_64')
 url=http://www.videolan.org/vlc/;
@@ -84,7 +84,8 @@
   --enable-upnp \
   --enable-opus \
   --enable-sftp \
-  LUAC=luac5.1
+  LUAC=luac5.1 \
+  RCC=/usr/bin/rcc-qt4
 
   make
 }



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

2013-03-27 Thread Guillaume Alaux
Date: Wednesday, March 27, 2013 @ 21:10:16
  Author: guillaume
Revision: 180898

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

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

--+
 /PKGBUILD|  204 +
 /vlc.install |   36 +++
 extra-i686/PKGBUILD  |  101 --
 extra-i686/vlc.install   |   18 ---
 extra-x86_64/PKGBUILD|  101 --
 extra-x86_64/vlc.install |   18 ---
 6 files changed, 240 insertions(+), 238 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-27 20:09:22 UTC (rev 180897)
+++ extra-i686/PKGBUILD 2013-03-27 20:10:16 UTC (rev 180898)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Sarah Hay sarah...@mb.sympatico.ca
-# Contributor: Martin Sandsmark martin.sandsm...@kde.org
-
-pkgname=vlc
-pkgver=2.0.5
-pkgrel=4
-pkgdesc=A multi-platform MPEG, VCD/DVD, and DivX player
-arch=('i686' 'x86_64')
-url=http://www.videolan.org/vlc/;
-license=('LGPL2.1' 'GPL2')
-depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt4' 'libproxy' 
- 'sdl_image' 'libdvdnav' 'libtiger' 'lua51' 'libmatroska' 
- 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' 
- 'libshout' 'libmad' 'libmpeg2' 'libmodplug' 'libass' 
- 'xcb-util-keysyms')
-makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs'
- 'fluidsynth' 'libdc1394' 'libavc1394' 'lirc-utils'
- 'libcaca' 'librsvg' 'portaudio' 'oss' 'libgme' 'xosd'
- 'projectm' 'twolame' 'aalib' 'libmtp' 'libdvdcss'
- 'gnome-vfs' 'libgoom2' 'libtar' 'vcdimager' 'opus' 'libssh2'
- 'mesa')
-optdepends=('avahi: for service discovery using bonjour protocol'
-'libnotify: for notification plugin'
-'ncurses: for ncurses interface support'
-'libdvdcss: for decoding encrypted DVDs'
-'lirc-utils: for lirc plugin'
-'libavc1394: for devices using the 1394ta AV/C'
-'libdc1394: for IEEE 1394 plugin'
-'kdelibs: KDE Solid hardware integration'
-'libva-vdpau-driver: vdpau back-end for nvidia'
-'libva-intel-driver: back-end for intel cards'
-'libbluray: for Blu-Ray support'
-'flac: for Free Lossless Audio Codec plugin'
-'oss: for OSS audio support'
-'portaudio: for portaudio support'
-'twolame: for TwoLAME mpeg2 encoder plugin'
-'projectm: for ProjectM visualisation plugin'
-'libcaca: for colored ASCII art video output'
-'libgme: for libgme plugin'
-'librsvg: for SVG plugin'
-'gnome-vfs: for GNOME Virtual File System support'
-'libgoom2: for libgoom plugin'
-'vcdimager: navigate VCD with libvcdinfo'
-'xosd: for xosd support'
-'aalib: for ASCII art plugin'
-'libmtp: for MTP devices support'
-'fluidsynth: for synthesizer MIDI FluidSynth'
-'smbclient: for SMB access plugin'
-'libcdio: for audio CD playback support'
-'ttf-freefont: for subtitle font '
-'ttf-dejavu: for subtitle font'
-'opus: for opus support'
-'libssh2: for sftp support')
-conflicts=('vlc-plugin')
-replaces=('vlc-plugin')
-backup=('usr/share/vlc/lua/http/.hosts'
-'usr/share/vlc/lua/http/dialogs/.hosts')
-options=('!libtool' '!emptydirs')
-install=vlc.install
-source=(http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('4f959c0766ada8cea5a72c65fce94ebe')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c
-  sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --disable-rpath \
-  --enable-oss \
-  --enable-faad \
-  --enable-nls \
-  --enable-lirc \
-  --enable-pvr \
-  --enable-ncurses \
-  --enable-realrtsp \
-  --enable-xosd \
-  --enable-aa \
-  --enable-vcdx \
-  --enable-upnp \
-  --enable-opus \
-  --enable-sftp \
-  LUAC=luac5.1
-
-  make
-}
-
-package() {
-  cd 

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

2013-03-27 Thread Jan de Groot
Date: Wednesday, March 27, 2013 @ 21:43:18
  Author: jgc
Revision: 180899

upgpkg: gnome-settings-daemon 3.8.0-1

Modified:
  gnome-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-27 20:10:16 UTC (rev 180898)
+++ PKGBUILD2013-03-27 20:43:18 UTC (rev 180899)
@@ -2,37 +2,26 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-settings-daemon
-pkgver=3.6.4
-pkgrel=2
+pkgver=3.8.0
+pkgrel=1
 pkgdesc=The GNOME Settings daemon
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('dconf' 'gnome-desktop' 'gsettings-desktop-schemas' 
'hicolor-icon-theme' 'libcanberra-pulse' 'libnotify'
- 'libsystemd' 'libwacom' 'nss' 'pulseaudio' 'pulseaudio-alsa' 'upower' 
'ibus')
+ 'libsystemd' 'libwacom' 'pulseaudio' 'pulseaudio-alsa' 'upower' 
'ibus' 'librsvg')
 makedepends=('intltool' 'xf86-input-wacom' 'libxslt' 'docbook-xsl')
 options=('!emptydirs' '!libtool')
 install=gnome-settings-daemon.install
 url=http://www.gnome.org;
 groups=('gnome')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch)
-sha256sums=('3db993f2dbabc0c9d06a309bb12c9a7104b9cdda414ac4b1c301f5114a441c15'
-'5572b5b3f554ce361353a8db42c26a8f789606f65acc5943a286271603fcb8eb')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('dff9e725a34158558836843e17079f602522bc30f05acf96cb2712eb4544c9ea')
 
 build() {
   cd $pkgname-$pkgver
 
-  # logind key handling FS#31801, patch from Fedora
-  # rebased onto screensaver.patch
-  patch -Np1 -i 
../0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch
-
-  aclocal
-  autoconf
-  automake --add-missing
-
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/gnome-settings-daemon --disable-static \
-  --enable-systemd
+  --libexecdir=/usr/lib/gnome-settings-daemon --disable-static
 
   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
@@ -43,9 +32,4 @@
 package() {
   cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
-
-  # Plugins that aren't installed still have schema references
-  # and cause gsettings errors - remove the references we're not using
-  sed -i '/org\.gnome\.settings-daemon\.plugins\.updates/d' \
-
$pkgdir/usr/share/glib-2.0/schemas/org.gnome.settings-daemon.plugins.gschema.xml
 }



[arch-commits] Commit in gnome-settings-daemon/repos (8 files)

2013-03-27 Thread Jan de Groot
Date: Wednesday, March 27, 2013 @ 21:43:26
  Author: jgc
Revision: 180900

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

Added:
  gnome-settings-daemon/repos/gnome-unstable-i686/
  
gnome-settings-daemon/repos/gnome-unstable-i686/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch
(from rev 180899, 
gnome-settings-daemon/trunk/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch)
  gnome-settings-daemon/repos/gnome-unstable-i686/PKGBUILD
(from rev 180899, gnome-settings-daemon/trunk/PKGBUILD)
  gnome-settings-daemon/repos/gnome-unstable-i686/gnome-settings-daemon.install
(from rev 180899, gnome-settings-daemon/trunk/gnome-settings-daemon.install)
  gnome-settings-daemon/repos/gnome-unstable-x86_64/
  
gnome-settings-daemon/repos/gnome-unstable-x86_64/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch
(from rev 180899, 
gnome-settings-daemon/trunk/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch)
  gnome-settings-daemon/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 180899, gnome-settings-daemon/trunk/PKGBUILD)
  
gnome-settings-daemon/repos/gnome-unstable-x86_64/gnome-settings-daemon.install
(from rev 180899, gnome-settings-daemon/trunk/gnome-settings-daemon.install)

---+
 
gnome-unstable-i686/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch
   | 1476 ++
 gnome-unstable-i686/PKGBUILD   
   |   35 
 gnome-unstable-i686/gnome-settings-daemon.install  
   |   12 
 
gnome-unstable-x86_64/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch
 | 1476 ++
 gnome-unstable-x86_64/PKGBUILD 
   |   35 
 gnome-unstable-x86_64/gnome-settings-daemon.install
   |   12 
 6 files changed, 3046 insertions(+)

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


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

2013-03-27 Thread Jan de Groot
Date: Wednesday, March 27, 2013 @ 21:52:40
  Author: jgc
Revision: 180901

upgpkg: gnome-screenshot 3.8.0-1

Modified:
  gnome-screenshot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-27 20:43:26 UTC (rev 180900)
+++ PKGBUILD2013-03-27 20:52:40 UTC (rev 180901)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=gnome-screenshot
-pkgver=3.6.1
+pkgver=3.8.0
 pkgrel=1
 pkgdesc=Take pictures of your screen
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 groups=('gnome-extra')
 install=$pkgname.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7954424f927c9cf5451d27e78edd10fa80d15345dfdb78bd7bc98f873617f382')
+sha256sums=('155652800474029e034ee156a100070b5efa15355afe5fab523f2c6a05fc4dfb')
 
 build() {
   cd $pkgname-$pkgver



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

2013-03-27 Thread Jan de Groot
Date: Wednesday, March 27, 2013 @ 21:52:46
  Author: jgc
Revision: 180902

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

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

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

Copied: gnome-screenshot/repos/gnome-unstable-i686/PKGBUILD (from rev 180901, 
gnome-screenshot/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-27 20:52:46 UTC (rev 180902)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gnome-screenshot
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Take pictures of your screen
+arch=(i686 x86_64)
+url=http://gnome.org;
+license=('GPL2')
+depends=('dconf' 'gtk3' 'libcanberra')
+makedepends=('intltool')
+groups=('gnome-extra')
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('155652800474029e034ee156a100070b5efa15355afe5fab523f2c6a05fc4dfb')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-screenshot/repos/gnome-unstable-i686/gnome-screenshot.install 
(from rev 180901, gnome-screenshot/trunk/gnome-screenshot.install)
===
--- gnome-unstable-i686/gnome-screenshot.install
(rev 0)
+++ gnome-unstable-i686/gnome-screenshot.install2013-03-27 20:52:46 UTC 
(rev 180902)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: gnome-screenshot/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180901, 
gnome-screenshot/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-27 20:52:46 UTC (rev 180902)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gnome-screenshot
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Take pictures of your screen
+arch=(i686 x86_64)
+url=http://gnome.org;
+license=('GPL2')
+depends=('dconf' 'gtk3' 'libcanberra')
+makedepends=('intltool')
+groups=('gnome-extra')
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('155652800474029e034ee156a100070b5efa15355afe5fab523f2c6a05fc4dfb')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-screenshot/repos/gnome-unstable-x86_64/gnome-screenshot.install 
(from rev 180901, gnome-screenshot/trunk/gnome-screenshot.install)
===
--- gnome-unstable-x86_64/gnome-screenshot.install  
(rev 0)
+++ gnome-unstable-x86_64/gnome-screenshot.install  2013-03-27 20:52:46 UTC 
(rev 180902)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2013-03-27 Thread Florian Pritz
Date: Wednesday, March 27, 2013 @ 22:31:56
  Author: bluewind
Revision: 180903

upgpkg: netctl 0.8-1

upstream update

Modified:
  netctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-27 20:52:46 UTC (rev 180902)
+++ PKGBUILD2013-03-27 21:31:56 UTC (rev 180903)
@@ -1,7 +1,7 @@
 # Maintainer: Jouke Witteveen j.wittev...@gmail.com
 
 pkgname=netctl
-pkgver=0.7
+pkgver=0.8
 pkgrel=1
 pkgdesc=Profile based systemd network management
 url=http://projects.archlinux.org/netctl.git/;
@@ -21,8 +21,8 @@
 conflicts=(netcfg)
 
source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
 arch=(any)
-md5sums=('eb419e300aab1e686347b8a4b497ce65'
- '7c2776c847faf1ac9370aa26331d47d9')
+md5sums=('00141793d66a31e8680ce07dda03bb95'
+ '6bc46e8ce44a8c047abfb86581debd63')
 
 package() {
   cd $srcdir/netctl-${pkgver}



[arch-commits] Commit in netctl/repos/testing-any (PKGBUILD PKGBUILD)

2013-03-27 Thread Florian Pritz
Date: Wednesday, March 27, 2013 @ 22:32:02
  Author: bluewind
Revision: 180904

archrelease: copy trunk to testing-any

Added:
  netctl/repos/testing-any/PKGBUILD
(from rev 180903, netctl/trunk/PKGBUILD)
Deleted:
  netctl/repos/testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-27 21:31:56 UTC (rev 180903)
+++ PKGBUILD2013-03-27 21:32:02 UTC (rev 180904)
@@ -1,35 +0,0 @@
-# Maintainer: Jouke Witteveen j.wittev...@gmail.com
-
-pkgname=netctl
-pkgver=0.7
-pkgrel=1
-pkgdesc=Profile based systemd network management
-url=http://projects.archlinux.org/netctl.git/;
-license=(GPL)
-depends=(coreutils iproute2 openresolv)
-#makedepends=('asciidoc')  # The source tarball includes pre-built 
documentation.
-optdepends=('dialog: for the menu based wifi assistant'
-'dhclient: for DHCP support (or dhcpcd)'
-'dhcpcd: for DHCP support (or dhclient)'
-'wpa_supplicant: for wireless networking support'
-'ifplugd: for automatic wired connections through netctl-ifplugd'
-'wpa_actiond: for automatic wireless connections through 
netctl-auto'
-'ifenslave: for bond connections'
-'bridge-utils: for bridge connections'
-'ppp: for pppoe connections'
-   )
-conflicts=(netcfg)
-source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
-arch=(any)
-md5sums=('eb419e300aab1e686347b8a4b497ce65'
- '7c2776c847faf1ac9370aa26331d47d9')
-
-package() {
-  cd $srcdir/netctl-${pkgver}
-  make DESTDIR=$pkgdir install
-
-  # Shell Completion
-  install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netctl
-  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netctl
-}
-

Copied: netctl/repos/testing-any/PKGBUILD (from rev 180903, 
netctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-27 21:32:02 UTC (rev 180904)
@@ -0,0 +1,35 @@
+# Maintainer: Jouke Witteveen j.wittev...@gmail.com
+
+pkgname=netctl
+pkgver=0.8
+pkgrel=1
+pkgdesc=Profile based systemd network management
+url=http://projects.archlinux.org/netctl.git/;
+license=(GPL)
+depends=(coreutils iproute2 openresolv)
+#makedepends=('asciidoc')  # The source tarball includes pre-built 
documentation.
+optdepends=('dialog: for the menu based wifi assistant'
+'dhclient: for DHCP support (or dhcpcd)'
+'dhcpcd: for DHCP support (or dhclient)'
+'wpa_supplicant: for wireless networking support'
+'ifplugd: for automatic wired connections through netctl-ifplugd'
+'wpa_actiond: for automatic wireless connections through 
netctl-auto'
+'ifenslave: for bond connections'
+'bridge-utils: for bridge connections'
+'ppp: for pppoe connections'
+   )
+conflicts=(netcfg)
+source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
+arch=(any)
+md5sums=('00141793d66a31e8680ce07dda03bb95'
+ '6bc46e8ce44a8c047abfb86581debd63')
+
+package() {
+  cd $srcdir/netctl-${pkgver}
+  make DESTDIR=$pkgdir install
+
+  # Shell Completion
+  install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netctl
+  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netctl
+}
+



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

2013-03-27 Thread Stéphane Gaudreault
Date: Wednesday, March 27, 2013 @ 22:58:17
  Author: stephane
Revision: 180905

db-move: moved libffi from [testing] to [core] (i686, x86_64)

Added:
  libffi/repos/core-i686/PKGBUILD
(from rev 180904, libffi/repos/testing-i686/PKGBUILD)
  libffi/repos/core-i686/libffi.install
(from rev 180904, libffi/repos/testing-i686/libffi.install)
  libffi/repos/core-x86_64/PKGBUILD
(from rev 180904, libffi/repos/testing-x86_64/PKGBUILD)
  libffi/repos/core-x86_64/libffi.install
(from rev 180904, libffi/repos/testing-x86_64/libffi.install)
Deleted:
  libffi/repos/core-i686/PKGBUILD
  libffi/repos/core-i686/libffi.install
  libffi/repos/core-x86_64/PKGBUILD
  libffi/repos/core-x86_64/libffi.install
  libffi/repos/testing-i686/
  libffi/repos/testing-x86_64/

+
 /PKGBUILD  |   68 +++
 /libffi.install|   40 +
 core-i686/PKGBUILD |   34 -
 core-i686/libffi.install   |   20 
 core-x86_64/PKGBUILD   |   34 -
 core-x86_64/libffi.install |   20 
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2013-03-27 21:32:02 UTC (rev 180904)
+++ core-i686/PKGBUILD  2013-03-27 21:58:17 UTC (rev 180905)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=libffi
-pkgver=3.0.12
-pkgrel=1
-pkgdesc=A portable, high level programming interface to various calling 
conventions
-arch=('i686' 'x86_64')
-url=http://sourceware.org/libffi/;
-license=('MIT')
-depends=('glibc')
-checkdepends=('dejagnu')
-options=('!libtool')
-install=libffi.install
-source=(ftp://sourceware.org/pub/libffi/libffi-${pkgver}.tar.gz)
-sha1sums=('463dcb4ae9aea4c52bba12b67fbe4d91ed1e21fd')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: libffi/repos/core-i686/PKGBUILD (from rev 180904, 
libffi/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2013-03-27 21:58:17 UTC (rev 180905)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=libffi
+pkgver=3.0.13
+pkgrel=1
+pkgdesc=A portable, high level programming interface to various calling 
conventions
+arch=('i686' 'x86_64')
+url=http://sourceware.org/libffi/;
+license=('MIT')
+depends=('glibc')
+checkdepends=('dejagnu')
+options=('!libtool')
+install=libffi.install
+source=(ftp://sourceware.org/pub/libffi/libffi-${pkgver}.tar.gz)
+sha1sums=('f5230890dc0be42fb5c58fbf793da253155de106')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: core-i686/libffi.install
===
--- core-i686/libffi.install2013-03-27 21:32:02 UTC (rev 180904)
+++ core-i686/libffi.install2013-03-27 21:58:17 UTC (rev 180905)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(libffi.info.gz)
-
-post_install() {
-  [[ -x usr/bin/install-info ]] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [[ -x usr/bin/install-info ]] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2 /dev/null
-  done
-}

Copied: libffi/repos/core-i686/libffi.install (from rev 180904, 
libffi/repos/testing-i686/libffi.install)
===
--- core-i686/libffi.install(rev 0)
+++ core-i686/libffi.install2013-03-27 21:58:17 UTC (rev 180905)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(libffi.info.gz)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+  done
+}

Deleted: core-x86_64/PKGBUILD

[arch-commits] Commit in libdrm/trunk (PKGBUILD buildfix.diff git_fixes.diff)

2013-03-27 Thread Andreas Radke
Date: Thursday, March 28, 2013 @ 00:05:55
  Author: andyrtr
Revision: 180906

upgpkg: libdrm 2.4.43-1

upstream update 2.4.43; disable exynos and freedreno that are broken and won't 
build due to missing headers

Added:
  libdrm/trunk/git_fixes.diff
Modified:
  libdrm/trunk/PKGBUILD
Deleted:
  libdrm/trunk/buildfix.diff

+
 PKGBUILD   |   11 ---
 buildfix.diff  |   11 ---
 git_fixes.diff |   49 +
 3 files changed, 57 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-27 21:58:17 UTC (rev 180905)
+++ PKGBUILD2013-03-27 23:05:55 UTC (rev 180906)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libdrm
-pkgver=2.4.42
+pkgver=2.4.43
 pkgrel=1
 pkgdesc=Userspace interface to kernel DRM services
 arch=(i686 x86_64)
@@ -15,7 +15,8 @@
 source=(http://dri.freedesktop.org/$pkgname/$pkgname-$pkgver.tar.bz2
 no-pthread-stubs.patch
 COPYING)
-sha256sums=('e0671082a77871c8474d3c0f09dbf5ff82d2429cd248088a691f7b484cbc76e1'
+#git_fixes.diff
+sha256sums=('7fb8cd89df06e236a66a1a6a9f6d058271c1b1ec92631e08c66dc9e12abd4975'
 '3915aaff4d5b0ed523c3144911e7f79ee812dece0e3933c13a88dddcf5912ded'
 '9631d4f694952e3e6ae5a05534c2e93e994e47d3413677a3a00e45c8cef6db93')
 
@@ -23,12 +24,16 @@
   cd $pkgname-$pkgver
   patch -Np1 -i ../no-pthread-stubs.patch
 
+  # git_commits
+  #patch -Np1 -i ${srcdir}/git_fixes.diff
+
   #libtoolize --force
   autoreconf --force --install
   ./configure --prefix=/usr \
   --enable-udev \
   --enable-omap-experimental-api \
-  --enable-exynos-experimental-api
+ # --enable-exynos-experimental-api \
+ # --enable-freedreno-experimental-api 
   make
 }
 

Deleted: buildfix.diff
===
--- buildfix.diff   2013-03-27 21:58:17 UTC (rev 180905)
+++ buildfix.diff   2013-03-27 23:05:55 UTC (rev 180906)
@@ -1,11 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index 10cc9a4..1776610 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -348,7 +348,6 @@ AC_CONFIG_FILES([
-   tests/vbltest/Makefile
-   include/Makefile
-   include/drm/Makefile
--  man/Makefile
-   libdrm.pc])
- AC_OUTPUT

Added: git_fixes.diff
===
--- git_fixes.diff  (rev 0)
+++ git_fixes.diff  2013-03-27 23:05:55 UTC (rev 180906)
@@ -0,0 +1,49 @@
+From 99105e765c31b598746b849e66e7a9106dcefa24 Mon Sep 17 00:00:00 2001
+From: Maarten Lankhorst maarten.lankho...@canonical.com
+Date: Wed, 27 Mar 2013 13:06:43 +
+Subject: makefiles: Add missing headers.
+
+I even compile time tested this on a panda with make dist!
+
+Signed-off-by: Maarten Lankhorst maarten.lankho...@canonical.com
+---
+diff --git a/exynos/Makefile.am b/exynos/Makefile.am
+index 539aea0..0a2663a 100644
+--- a/exynos/Makefile.am
 b/exynos/Makefile.am
+@@ -10,7 +10,11 @@ libdrm_exynos_ladir = $(libdir)
+ libdrm_exynos_la_LDFLAGS = -version-number 1:0:0 -no-undefined
+ libdrm_exynos_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@
+ 
+-libdrm_exynos_la_SOURCES = exynos_drm.c exynos_fimg2d.c
++libdrm_exynos_la_SOURCES = \
++  exynos_drm.c \
++  exynos_fimg2d.c \
++  fimg2d.h \
++  fimg2d_reg.h
+ 
+ libdrm_exynoscommonincludedir = ${includedir}/exynos
+ libdrm_exynoscommoninclude_HEADERS = exynos_drm.h
+diff --git a/freedreno/Makefile.am b/freedreno/Makefile.am
+index f46a780..ba9bd68 100644
+--- a/freedreno/Makefile.am
 b/freedreno/Makefile.am
+@@ -10,7 +10,15 @@ libdrm_freedreno_ladir = $(libdir)
+ libdrm_freedreno_la_LDFLAGS = -version-number 1:0:0 -no-undefined
+ libdrm_freedreno_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@
+ 
+-libdrm_freedreno_la_SOURCES = freedreno_device.c freedreno_pipe.c 
freedreno_ringbuffer.c freedreno_bo.c
++libdrm_freedreno_la_SOURCES = \
++  freedreno_device.c \
++  freedreno_pipe.c \
++  freedreno_priv.h \
++  freedreno_ringbuffer.c \
++  freedreno_bo.c \
++  kgsl_drm.h \
++  list.h \
++  msm_kgsl.h
+ 
+ libdrm_freedrenocommonincludedir = ${includedir}/freedreno
+ libdrm_freedrenocommoninclude_HEADERS = freedreno_drmif.h 
freedreno_ringbuffer.h
+--
+cgit v0.9.0.2-2-gbebe



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

2013-03-27 Thread Andreas Radke
Date: Thursday, March 28, 2013 @ 00:06:26
  Author: andyrtr
Revision: 180907

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

Added:
  libdrm/repos/extra-i686/COPYING
(from rev 180906, libdrm/trunk/COPYING)
  libdrm/repos/extra-i686/PKGBUILD
(from rev 180906, libdrm/trunk/PKGBUILD)
  libdrm/repos/extra-i686/git_fixes.diff
(from rev 180906, libdrm/trunk/git_fixes.diff)
  libdrm/repos/extra-i686/no-pthread-stubs.patch
(from rev 180906, libdrm/trunk/no-pthread-stubs.patch)
  libdrm/repos/extra-x86_64/COPYING
(from rev 180906, libdrm/trunk/COPYING)
  libdrm/repos/extra-x86_64/PKGBUILD
(from rev 180906, libdrm/trunk/PKGBUILD)
  libdrm/repos/extra-x86_64/git_fixes.diff
(from rev 180906, libdrm/trunk/git_fixes.diff)
  libdrm/repos/extra-x86_64/no-pthread-stubs.patch
(from rev 180906, libdrm/trunk/no-pthread-stubs.patch)
Deleted:
  libdrm/repos/extra-i686/COPYING
  libdrm/repos/extra-i686/PKGBUILD
  libdrm/repos/extra-i686/buildfix.diff
  libdrm/repos/extra-i686/no-pthread-stubs.patch
  libdrm/repos/extra-x86_64/COPYING
  libdrm/repos/extra-x86_64/PKGBUILD
  libdrm/repos/extra-x86_64/buildfix.diff
  libdrm/repos/extra-x86_64/no-pthread-stubs.patch

-+
 /COPYING|   96 +++
 /PKGBUILD   |  100 
 /no-pthread-stubs.patch |  208 ++
 extra-i686/COPYING  |   48 ---
 extra-i686/PKGBUILD |   45 ---
 extra-i686/buildfix.diff|   11 -
 extra-i686/git_fixes.diff   |   49 
 extra-i686/no-pthread-stubs.patch   |  104 -
 extra-x86_64/COPYING|   48 ---
 extra-x86_64/PKGBUILD   |   45 ---
 extra-x86_64/buildfix.diff  |   11 -
 extra-x86_64/git_fixes.diff |   49 
 extra-x86_64/no-pthread-stubs.patch |  104 -
 13 files changed, 502 insertions(+), 416 deletions(-)

Deleted: extra-i686/COPYING
===
--- extra-i686/COPYING  2013-03-27 23:05:55 UTC (rev 180906)
+++ extra-i686/COPYING  2013-03-27 23:06:26 UTC (rev 180907)
@@ -1,48 +0,0 @@
- Copyright 2005 Adam Jackson.
-
- Permission is hereby granted, free of charge, to any person obtaining
- a copy of this software and associated documentation files (the
- Software), to deal in the Software without restriction, including
- without limitation on the rights to use, copy, modify, merge,
- publish, distribute, sub license, and/or sell copies of the Software,
- and to permit persons to whom the Software is furnished to do so,
- subject to the following conditions:
-
- The above copyright notice and this permission notice (including the
- next paragraph) shall be included in all copies or substantial
- portions of the Software.
-
- THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- NON-INFRINGEMENT.  IN NO EVENT SHALL ADAM JACKSON BE LIABLE FOR ANY
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-
-
- Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
- Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
- All Rights Reserved.
-
- Permission is hereby granted, free of charge, to any person obtaining
- a copy of this software and associated documentation files (the
- Software), to deal in the Software without restriction, including
- without limitation the rights to use, copy, modify, merge, publish,
- distribute, sublicense, and/or sell copies of the Software, and to
- permit persons to whom the Software is furnished to do so, subject to
- the following conditions:
-
- The above copyright notice and this permission notice (including the
- next paragraph) shall be included in all copies or substantial
- portions of the Software.
-
- THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- NONINFRINGEMENT.  IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS
- SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
- DEALINGS IN THE SOFTWARE.

Copied: libdrm/repos/extra-i686/COPYING (from rev 180906, libdrm/trunk/COPYING)
===
--- extra-i686/COPYING  (rev 0)
+++ extra-i686/COPYING  2013-03-27 23:06:26 UTC (rev 180907)
@@ -0,0 +1,48 @@
+ Copyright 2005 Adam 

[arch-commits] Commit in xf86-input-keyboard/trunk (PKGBUILD)

2013-03-27 Thread Andreas Radke
Date: Thursday, March 28, 2013 @ 00:09:36
  Author: andyrtr
Revision: 180908

upgpkg: xf86-input-keyboard 1.7.0-1

upstream update 1.7.0

Modified:
  xf86-input-keyboard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-27 23:06:26 UTC (rev 180907)
+++ PKGBUILD2013-03-27 23:09:36 UTC (rev 180908)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xf86-input-keyboard
-pkgver=1.6.2
-pkgrel=3
+pkgver=1.7.0
+pkgrel=1
 pkgdesc=X.Org keyboard input driver
 arch=(i686 x86_64)
 license=('custom')
@@ -14,7 +14,7 @@
 options=('!libtool')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('76651a84f5031f7c6ecf075d55989c04a00689642579df6d1a1bee6d5c2e5f8a')
+sha256sums=('0cd5e2845149c7f0e19ec830c6914b7f3d154bff134ce84519e39f16ce65523c')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-03-27 Thread Sven-Hendrik Haase
Date: Thursday, March 28, 2013 @ 00:09:47
  Author: svenstaro
Revision: 87138

upgpkg: glm 0.9.4.3-1

Updating 0.9.4.3

Modified:
  glm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-27 22:21:38 UTC (rev 87137)
+++ PKGBUILD2013-03-27 23:09:47 UTC (rev 87138)
@@ -1,14 +1,14 @@
 # Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 # Contributor: Peter Hatina phatina AT gmail.com
 pkgname=glm
-pkgver=0.9.4.2
+pkgver=0.9.4.3
 pkgrel=1
 pkgdesc=C++ mathematics library for 3D software based on the OpenGL Shading 
Language (GLSL) specification
 arch=('any')
 license=('GPL')
 url=http://glm.g-truc.net;
 
source=(http://sourceforge.net/projects/ogl-math/files/glm-$pkgver/glm-$pkgver.zip;)
-md5sums=('2608a4e0e2d32b140abc5f17238c04f3')
+md5sums=('b32dc6ba8807c112d9a8ff80cf753f98')
 
 package() {
 cd $pkgname-$pkgver



[arch-commits] Commit in xf86-input-keyboard/repos (4 files)

2013-03-27 Thread Andreas Radke
Date: Thursday, March 28, 2013 @ 00:09:53
  Author: andyrtr
Revision: 180909

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

Added:
  xf86-input-keyboard/repos/extra-i686/PKGBUILD
(from rev 180908, xf86-input-keyboard/trunk/PKGBUILD)
  xf86-input-keyboard/repos/extra-x86_64/PKGBUILD
(from rev 180908, xf86-input-keyboard/trunk/PKGBUILD)
Deleted:
  xf86-input-keyboard/repos/extra-i686/PKGBUILD
  xf86-input-keyboard/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-27 23:09:36 UTC (rev 180908)
+++ extra-i686/PKGBUILD 2013-03-27 23:09:53 UTC (rev 180909)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-input-keyboard
-pkgver=1.6.2
-pkgrel=3
-pkgdesc=X.Org keyboard input driver
-arch=(i686 x86_64)
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=19' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server1.14.0' 'X-ABI-XINPUT_VERSION19' 
'X-ABI-XINPUT_VERSION=20')
-options=('!libtool')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('76651a84f5031f7c6ecf075d55989c04a00689642579df6d1a1bee6d5c2e5f8a')
-
-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}/
-}

Copied: xf86-input-keyboard/repos/extra-i686/PKGBUILD (from rev 180908, 
xf86-input-keyboard/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-27 23:09:53 UTC (rev 180909)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-keyboard
+pkgver=1.7.0
+pkgrel=1
+pkgdesc=X.Org keyboard input driver
+arch=(i686 x86_64)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=19' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.14.0' 'X-ABI-XINPUT_VERSION19' 
'X-ABI-XINPUT_VERSION=20')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('0cd5e2845149c7f0e19ec830c6914b7f3d154bff134ce84519e39f16ce65523c')
+
+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-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-27 23:09:36 UTC (rev 180908)
+++ extra-x86_64/PKGBUILD   2013-03-27 23:09:53 UTC (rev 180909)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-input-keyboard
-pkgver=1.6.2
-pkgrel=3
-pkgdesc=X.Org keyboard input driver
-arch=(i686 x86_64)
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=19' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server1.14.0' 'X-ABI-XINPUT_VERSION19' 
'X-ABI-XINPUT_VERSION=20')
-options=('!libtool')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('76651a84f5031f7c6ecf075d55989c04a00689642579df6d1a1bee6d5c2e5f8a')
-
-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}/
-}

Copied: xf86-input-keyboard/repos/extra-x86_64/PKGBUILD (from rev 180908, 
xf86-input-keyboard/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-03-27 23:09:53 UTC (rev 180909)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-keyboard
+pkgver=1.7.0
+pkgrel=1
+pkgdesc=X.Org keyboard input driver
+arch=(i686 x86_64)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=19' 'resourceproto' 

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

2013-03-27 Thread Sven-Hendrik Haase
Date: Thursday, March 28, 2013 @ 00:10:03
  Author: svenstaro
Revision: 87139

archrelease: copy trunk to community-any

Added:
  glm/repos/community-any/PKGBUILD
(from rev 87138, glm/trunk/PKGBUILD)
Deleted:
  glm/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-27 23:09:47 UTC (rev 87138)
+++ PKGBUILD2013-03-27 23:10:03 UTC (rev 87139)
@@ -1,22 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Peter Hatina phatina AT gmail.com
-pkgname=glm
-pkgver=0.9.4.2
-pkgrel=1
-pkgdesc=C++ mathematics library for 3D software based on the OpenGL Shading 
Language (GLSL) specification
-arch=('any')
-license=('GPL')
-url=http://glm.g-truc.net;
-source=(http://sourceforge.net/projects/ogl-math/files/glm-$pkgver/glm-$pkgver.zip;)
-md5sums=('2608a4e0e2d32b140abc5f17238c04f3')
-
-package() {
-cd $pkgname-$pkgver
-mkdir -p $pkgdir/usr/include/glm
-mkdir -p $pkgdir/usr/share/doc
-cp -r glm $pkgdir/usr/include
-cp -r doc $pkgdir/usr/share/doc/glm
-rm -f $pkgdir/usr/include/glm/CMakeLists.txt
-find $pkgdir -type f -exec chmod 644 {} \;
-find $pkgdir -type d -exec chmod 755 {} \;
-}

Copied: glm/repos/community-any/PKGBUILD (from rev 87138, glm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-27 23:10:03 UTC (rev 87139)
@@ -0,0 +1,22 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Peter Hatina phatina AT gmail.com
+pkgname=glm
+pkgver=0.9.4.3
+pkgrel=1
+pkgdesc=C++ mathematics library for 3D software based on the OpenGL Shading 
Language (GLSL) specification
+arch=('any')
+license=('GPL')
+url=http://glm.g-truc.net;
+source=(http://sourceforge.net/projects/ogl-math/files/glm-$pkgver/glm-$pkgver.zip;)
+md5sums=('b32dc6ba8807c112d9a8ff80cf753f98')
+
+package() {
+cd $pkgname-$pkgver
+mkdir -p $pkgdir/usr/include/glm
+mkdir -p $pkgdir/usr/share/doc
+cp -r glm $pkgdir/usr/include
+cp -r doc $pkgdir/usr/share/doc/glm
+rm -f $pkgdir/usr/include/glm/CMakeLists.txt
+find $pkgdir -type f -exec chmod 644 {} \;
+find $pkgdir -type d -exec chmod 755 {} \;
+}



[arch-commits] Commit in xf86-input-mouse/trunk (PKGBUILD)

2013-03-27 Thread Andreas Radke
Date: Thursday, March 28, 2013 @ 00:12:01
  Author: andyrtr
Revision: 180911

upgpkg: xf86-input-mouse 1.9.0-1

upstream update 1.9.0

Modified:
  xf86-input-mouse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-27 23:10:15 UTC (rev 180910)
+++ PKGBUILD2013-03-27 23:12:01 UTC (rev 180911)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xf86-input-mouse
-pkgver=1.8.1
-pkgrel=3
+pkgver=1.9.0
+pkgrel=1
 pkgdesc=X.org mouse input driver
 arch=(i686 x86_64)
 license=('custom')
@@ -14,7 +14,7 @@
 options=('!libtool')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('f5b97aac9aab8fa8b933e960631441ae23b18681c8bf3d5007c00da838f9c9c8')
+sha256sums=('5d601e4bae53d5e9ead4ecd700f1beb5aeaf78b79e634c4aa381a9ce00276488')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in xf86-input-mouse/repos (4 files)

2013-03-27 Thread Andreas Radke
Date: Thursday, March 28, 2013 @ 00:12:17
  Author: andyrtr
Revision: 180912

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

Added:
  xf86-input-mouse/repos/extra-i686/PKGBUILD
(from rev 180911, xf86-input-mouse/trunk/PKGBUILD)
  xf86-input-mouse/repos/extra-x86_64/PKGBUILD
(from rev 180911, xf86-input-mouse/trunk/PKGBUILD)
Deleted:
  xf86-input-mouse/repos/extra-i686/PKGBUILD
  xf86-input-mouse/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-27 23:12:01 UTC (rev 180911)
+++ extra-i686/PKGBUILD 2013-03-27 23:12:17 UTC (rev 180912)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-input-mouse
-pkgver=1.8.1
-pkgrel=3
-pkgdesc=X.org mouse input driver
-arch=(i686 x86_64)
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=19' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server1.14.0' 'X-ABI-XINPUT_VERSION19' 
'X-ABI-XINPUT_VERSION=20')
-options=('!libtool')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('f5b97aac9aab8fa8b933e960631441ae23b18681c8bf3d5007c00da838f9c9c8')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xf86-input-mouse/repos/extra-i686/PKGBUILD (from rev 180911, 
xf86-input-mouse/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-27 23:12:17 UTC (rev 180912)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-mouse
+pkgver=1.9.0
+pkgrel=1
+pkgdesc=X.org mouse input driver
+arch=(i686 x86_64)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=19' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.14.0' 'X-ABI-XINPUT_VERSION19' 
'X-ABI-XINPUT_VERSION=20')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('5d601e4bae53d5e9ead4ecd700f1beb5aeaf78b79e634c4aa381a9ce00276488')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-27 23:12:01 UTC (rev 180911)
+++ extra-x86_64/PKGBUILD   2013-03-27 23:12:17 UTC (rev 180912)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-input-mouse
-pkgver=1.8.1
-pkgrel=3
-pkgdesc=X.org mouse input driver
-arch=(i686 x86_64)
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=19' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server1.14.0' 'X-ABI-XINPUT_VERSION19' 
'X-ABI-XINPUT_VERSION=20')
-options=('!libtool')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('f5b97aac9aab8fa8b933e960631441ae23b18681c8bf3d5007c00da838f9c9c8')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xf86-input-mouse/repos/extra-x86_64/PKGBUILD (from rev 180911, 
xf86-input-mouse/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-03-27 23:12:17 UTC (rev 180912)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-mouse
+pkgver=1.9.0
+pkgrel=1
+pkgdesc=X.org mouse input driver
+arch=(i686 x86_64)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=19' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.14.0' 

[arch-commits] Commit in xf86-video-modesetting/trunk (PKGBUILD)

2013-03-27 Thread Andreas Radke
Date: Thursday, March 28, 2013 @ 00:14:14
  Author: andyrtr
Revision: 180913

upgpkg: xf86-video-modesetting 0.7.0-1

upstream update 0.7.0

Modified:
  xf86-video-modesetting/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-27 23:12:17 UTC (rev 180912)
+++ PKGBUILD2013-03-27 23:14:14 UTC (rev 180913)
@@ -3,8 +3,8 @@
 # Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
 
 pkgname=xf86-video-modesetting
-pkgver=0.6.0
-pkgrel=2
+pkgver=0.7.0
+pkgrel=1
 pkgdesc=X.org generic modesetting video driver
 arch=('i686' 'x86_64')
 url=http://xorg.freedesktop.org/;
@@ -16,7 +16,7 @@
 groups=('xorg-drivers' 'xorg')
 options=('!libtool')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('852f9ddb213913f75e1e65ad7ce9c6b5bc7f43a93d8087b6e59666ea4eb3d0d6')
+sha256sums=('2bc55f776eaee7b4e13df13238d36c4facf1cdca095a11519baf2376f5c996ac')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in xf86-video-modesetting/repos (4 files)

2013-03-27 Thread Andreas Radke
Date: Thursday, March 28, 2013 @ 00:14:30
  Author: andyrtr
Revision: 180914

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

Added:
  xf86-video-modesetting/repos/extra-i686/PKGBUILD
(from rev 180913, xf86-video-modesetting/trunk/PKGBUILD)
  xf86-video-modesetting/repos/extra-x86_64/PKGBUILD
(from rev 180913, xf86-video-modesetting/trunk/PKGBUILD)
Deleted:
  xf86-video-modesetting/repos/extra-i686/PKGBUILD
  xf86-video-modesetting/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-27 23:14:14 UTC (rev 180913)
+++ extra-i686/PKGBUILD 2013-03-27 23:14:30 UTC (rev 180914)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
-
-pkgname=xf86-video-modesetting
-pkgver=0.6.0
-pkgrel=2
-pkgdesc=X.org generic modesetting video driver
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libdrm=2.4.37' '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')
-groups=('xorg-drivers' 'xorg')
-groups=('xorg-drivers' 'xorg')
-options=('!libtool')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('852f9ddb213913f75e1e65ad7ce9c6b5bc7f43a93d8087b6e59666ea4eb3d0d6')
-
-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}/
-}

Copied: xf86-video-modesetting/repos/extra-i686/PKGBUILD (from rev 180913, 
xf86-video-modesetting/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-27 23:14:30 UTC (rev 180914)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
+
+pkgname=xf86-video-modesetting
+pkgver=0.7.0
+pkgrel=1
+pkgdesc=X.org generic modesetting video driver
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libdrm=2.4.37' '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')
+groups=('xorg-drivers' 'xorg')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('2bc55f776eaee7b4e13df13238d36c4facf1cdca095a11519baf2376f5c996ac')
+
+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-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-27 23:14:14 UTC (rev 180913)
+++ extra-x86_64/PKGBUILD   2013-03-27 23:14:30 UTC (rev 180914)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
-
-pkgname=xf86-video-modesetting
-pkgver=0.6.0
-pkgrel=2
-pkgdesc=X.org generic modesetting video driver
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libdrm=2.4.37' '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')
-groups=('xorg-drivers' 'xorg')
-groups=('xorg-drivers' 'xorg')
-options=('!libtool')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('852f9ddb213913f75e1e65ad7ce9c6b5bc7f43a93d8087b6e59666ea4eb3d0d6')
-
-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}/
-}

Copied: xf86-video-modesetting/repos/extra-x86_64/PKGBUILD (from rev 180913, 
xf86-video-modesetting/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD 

[arch-commits] Commit in xf86-video-nouveau/trunk (PKGBUILD)

2013-03-27 Thread Andreas Radke
Date: Thursday, March 28, 2013 @ 00:16:44
  Author: andyrtr
Revision: 180915

upgpkg: xf86-video-nouveau 1.0.7-1

upstream update 1.0.7

Modified:
  xf86-video-nouveau/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-27 23:14:30 UTC (rev 180914)
+++ PKGBUILD2013-03-27 23:16:44 UTC (rev 180915)
@@ -3,8 +3,8 @@
 # Contributor: buddabrod buddab...@gmail.com
 
 pkgname=xf86-video-nouveau
-pkgver=1.0.6
-pkgrel=2
+pkgver=1.0.7
+pkgrel=1
 pkgdesc=Open Source 2D acceleration driver for nVidia cards
 arch=('i686' 'x86_64')
 url=http://nouveau.freedesktop.org/;
@@ -16,7 +16,7 @@
 options=('!libtool')
 install=$pkgname.install
 
source=(http://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2)
-sha256sums=('e3e1522d08134da74cb1796e8863fd3ad3caad9eb5e9d27f4cee3dfa7c75341f')
+sha256sums=('d187c658e1823ca829c941f3f601f8e7220d427e079c3e52b94ecff45bc2e131')
 
 build() {
   cd $pkgname-$pkgver



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

2013-03-27 Thread Andreas Radke
Date: Thursday, March 28, 2013 @ 00:16:59
  Author: andyrtr
Revision: 180916

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

Added:
  xf86-video-nouveau/repos/extra-i686/PKGBUILD
(from rev 180915, xf86-video-nouveau/trunk/PKGBUILD)
  xf86-video-nouveau/repos/extra-i686/xf86-video-nouveau.install
(from rev 180915, xf86-video-nouveau/trunk/xf86-video-nouveau.install)
  xf86-video-nouveau/repos/extra-x86_64/PKGBUILD
(from rev 180915, xf86-video-nouveau/trunk/PKGBUILD)
  xf86-video-nouveau/repos/extra-x86_64/xf86-video-nouveau.install
(from rev 180915, xf86-video-nouveau/trunk/xf86-video-nouveau.install)
Deleted:
  xf86-video-nouveau/repos/extra-i686/PKGBUILD
  xf86-video-nouveau/repos/extra-i686/xf86-video-nouveau.install
  xf86-video-nouveau/repos/extra-x86_64/PKGBUILD
  xf86-video-nouveau/repos/extra-x86_64/xf86-video-nouveau.install

-+
 /PKGBUILD   |   60 ++
 /xf86-video-nouveau.install |   12 ++
 extra-i686/PKGBUILD |   30 ---
 extra-i686/xf86-video-nouveau.install   |6 ---
 extra-x86_64/PKGBUILD   |   30 ---
 extra-x86_64/xf86-video-nouveau.install |6 ---
 6 files changed, 72 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-27 23:16:44 UTC (rev 180915)
+++ extra-i686/PKGBUILD 2013-03-27 23:16:59 UTC (rev 180916)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: buddabrod buddab...@gmail.com
-
-pkgname=xf86-video-nouveau
-pkgver=1.0.6
-pkgrel=2
-pkgdesc=Open Source 2D acceleration driver for nVidia cards
-arch=('i686' 'x86_64')
-url=http://nouveau.freedesktop.org/;
-license=('GPL')
-depends=('libdrm' 'udev' 'nouveau-dri')
-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')
-groups=('xorg-drivers' 'xorg')
-options=('!libtool')
-install=$pkgname.install
-source=(http://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2)
-sha256sums=('e3e1522d08134da74cb1796e8863fd3ad3caad9eb5e9d27f4cee3dfa7c75341f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: xf86-video-nouveau/repos/extra-i686/PKGBUILD (from rev 180915, 
xf86-video-nouveau/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-27 23:16:59 UTC (rev 180916)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: buddabrod buddab...@gmail.com
+
+pkgname=xf86-video-nouveau
+pkgver=1.0.7
+pkgrel=1
+pkgdesc=Open Source 2D acceleration driver for nVidia cards
+arch=('i686' 'x86_64')
+url=http://nouveau.freedesktop.org/;
+license=('GPL')
+depends=('libdrm' 'udev' 'nouveau-dri')
+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')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+install=$pkgname.install
+source=(http://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2)
+sha256sums=('d187c658e1823ca829c941f3f601f8e7220d427e079c3e52b94ecff45bc2e131')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/xf86-video-nouveau.install
===
--- extra-i686/xf86-video-nouveau.install   2013-03-27 23:16:44 UTC (rev 
180915)
+++ extra-i686/xf86-video-nouveau.install   2013-03-27 23:16:59 UTC (rev 
180916)
@@ -1,6 +0,0 @@
-post_install () {
-   cat  _EOF
-  == make sure you use KernelModeSetting (KMS)
-  == see http://wiki.archlinux.org/index.php/Nouveau#KMS for more
-_EOF
-}

Copied: xf86-video-nouveau/repos/extra-i686/xf86-video-nouveau.install (from 
rev 180915, xf86-video-nouveau/trunk/xf86-video-nouveau.install)
===
--- extra-i686/xf86-video-nouveau.install   (rev 0)
+++ extra-i686/xf86-video-nouveau.install   2013-03-27 23:16:59 UTC (rev 
180916)
@@ -0,0 +1,6 @@
+post_install () {
+   cat  _EOF
+  == make sure you use KernelModeSetting (KMS)
+  == see http://wiki.archlinux.org/index.php/Nouveau#KMS for more
+_EOF
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-27 23:16:44 UTC (rev 180915)
+++ extra-x86_64/PKGBUILD   2013-03-27 23:16:59 UTC (rev 180916)
@@ -1,30 +0,0 @@

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

2013-03-27 Thread Sven-Hendrik Haase
Date: Thursday, March 28, 2013 @ 00:35:26
  Author: svenstaro
Revision: 87140

upgpkg: spring 0.94.1-1

Updating to 0.94.1

Modified:
  spring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-27 23:10:03 UTC (rev 87139)
+++ PKGBUILD2013-03-27 23:35:26 UTC (rev 87140)
@@ -4,8 +4,8 @@
 # Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org
 
 pkgname=spring
-pkgver=0.94.0
-_pkgver=94.0
+pkgver=0.94.1
+_pkgver=94.1
 pkgrel=1
 pkgdesc='A free 3D real-time-strategy (RTS) game engine'
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 'java-runtime: java-based bots')
 install=spring.install
 
source=(http://downloads.sourceforge.net/sourceforge/springrts/${pkgname}_${_pkgver}_src.tar.lzma)
-md5sums=('707829e3a5f3f296da83aab8651cd5e5')
+md5sums=('bafc1e889bed31666553efc387a13b49')
 
 build() {
   bsdtar -xf ${pkgname}_${_pkgver}_src.tar.lzma



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

2013-03-27 Thread Sven-Hendrik Haase
Date: Thursday, March 28, 2013 @ 00:35:41
  Author: svenstaro
Revision: 87141

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

Added:
  spring/repos/community-i686/PKGBUILD
(from rev 87140, spring/trunk/PKGBUILD)
  spring/repos/community-i686/boost-1.50.patch
(from rev 87140, spring/trunk/boost-1.50.patch)
  spring/repos/community-i686/spring.install
(from rev 87140, spring/trunk/spring.install)
  spring/repos/community-x86_64/PKGBUILD
(from rev 87140, spring/trunk/PKGBUILD)
  spring/repos/community-x86_64/boost-1.50.patch
(from rev 87140, spring/trunk/boost-1.50.patch)
  spring/repos/community-x86_64/spring.install
(from rev 87140, spring/trunk/spring.install)
Deleted:
  spring/repos/community-i686/PKGBUILD
  spring/repos/community-i686/boost-1.50.patch
  spring/repos/community-i686/spring.install
  spring/repos/community-x86_64/PKGBUILD
  spring/repos/community-x86_64/boost-1.50.patch
  spring/repos/community-x86_64/spring.install

---+
 /PKGBUILD |   88 
 /boost-1.50.patch | 5078 
 /spring.install   |   24 
 community-i686/PKGBUILD   |   44 
 community-i686/boost-1.50.patch   | 2539 --
 community-i686/spring.install |   12 
 community-x86_64/PKGBUILD |   44 
 community-x86_64/boost-1.50.patch | 2539 --
 community-x86_64/spring.install   |   12 
 9 files changed, 5190 insertions(+), 5190 deletions(-)

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


  1   2   >