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

2014-03-03 Thread Felix Yan
Date: Monday, March 3, 2014 @ 10:32:56
  Author: fyan
Revision: 106440

upgpkg: jenkins 1.553-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-03 06:36:23 UTC (rev 106439)
+++ PKGBUILD2014-03-03 09:32:56 UTC (rev 106440)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
 
 pkgname=jenkins
-pkgver=1.552
+pkgver=1.553
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -35,7 +35,7 @@
 }
 
 # vim:set ts=2 sw=2 et:
-sha512sums=('3a85a161340e5c97a0f66a3b96e487975695210cd07961d8e5ccced1c75f0f1412f4e1d3e650309aa1610334ba4389ba2f401252abf835f104080e1088533180'
+sha512sums=('f1742a78a3d8480fd492e5ab9879be946da5202e4e1a51210bdc63e29ff6090020dfe0b85f4609fbe3a0ce8c00354b95b6695aba0ce17d8d85e23cb79eabd898'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'fc82b56741c4683cde4913e41bf3dbfb0e7b16897b22b27d92a9c6fa7a300ffba97d85fbbf2287a7c5c546cb5697bbe8daa108bfc51572cf69c256d1e01e80ba'



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

2014-03-03 Thread Felix Yan
Date: Monday, March 3, 2014 @ 10:33:51
  Author: fyan
Revision: 106441

archrelease: copy trunk to community-any

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

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

Deleted: LICENSE
===
--- LICENSE 2014-03-03 09:32:56 UTC (rev 106440)
+++ LICENSE 2014-03-03 09:33:51 UTC (rev 106441)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the Software), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 106440, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-03-03 09:33:51 UTC (rev 106441)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-03 09:32:56 UTC (rev 106440)
+++ PKGBUILD2014-03-03 09:33:51 UTC (rev 106441)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Marcel Huber marcelhuberfoo at gmail dott com
-# Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
-
-pkgname=jenkins
-pkgver=1.552
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenkins.install'
-noextract=('jenkins.war')

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

2014-03-03 Thread Alexander Rødseth
Date: Monday, March 3, 2014 @ 13:15:26
  Author: arodseth
Revision: 106442

Upgrade to 1.2.1 + trying to include the go tools somehow

Modified:
  go/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-03 09:33:51 UTC (rev 106441)
+++ PKGBUILD2014-03-03 12:15:26 UTC (rev 106442)
@@ -9,8 +9,8 @@
 # Contributor: Daniel YC Lin dlin...@gmail.com
 
 pkgname=go
-pkgver=1.2
-pkgrel=3
+pkgver=1.2.1
+pkgrel=1
 epoch=2
 pkgdesc='Compiler and tools for the Go programming language from Google'
 arch=('x86_64' 'i686')
@@ -59,8 +59,8 @@
   # Working methods to do the same that does not rely on go get are warmly 
welcome,
   # just create a feature request and include your solution.
 
-  export GOROOT=$srcdir/$pkgname-$pkgver
-  export PATH=$srcdir/$pkgname-$pkgver/bin:$PATH
+  #export GOROOT=$srcdir/$pkgname-$pkgver
+  #export PATH=$srcdir/$pkgname-$pkgver/bin:$PATH
 
   if [ $CARCH == 'x86_64' ]; then
 export GOARCH=amd64



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

2014-03-03 Thread Bartłomiej Piotrowski
Date: Monday, March 3, 2014 @ 13:19:25
  Author: bpiotrowski
Revision: 206610

upgpkg: fsarchiver 0.6.19-1

new upstream release

Modified:
  fsarchiver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-03 07:36:25 UTC (rev 206609)
+++ PKGBUILD2014-03-03 12:19:25 UTC (rev 206610)
@@ -4,7 +4,7 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=fsarchiver
-pkgver=0.6.18
+pkgver=0.6.19
 pkgrel=1
 pkgdesc='Safe and flexible file-system backup and deployment tool'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=('GPL2')
 depends=('bzip2' 'e2fsprogs' 'lzo2' 'xz' 'libgcrypt')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('61bfe46dd1aca508169a96dfcd48a630')
+md5sums=('cd0807dbd5f575ed9c2fc066ed107841')
 
 build() {
   cd $pkgname-$pkgver



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

2014-03-03 Thread Bartłomiej Piotrowski
Date: Monday, March 3, 2014 @ 13:19:37
  Author: bpiotrowski
Revision: 206611

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-03 12:19:25 UTC (rev 206610)
+++ extra-i686/PKGBUILD 2014-03-03 12:19:37 UTC (rev 206611)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=fsarchiver
-pkgver=0.6.18
-pkgrel=1
-pkgdesc='Safe and flexible file-system backup and deployment tool'
-arch=('i686' 'x86_64')
-url='http://www.fsarchiver.org/'
-license=('GPL2')
-depends=('bzip2' 'e2fsprogs' 'lzo2' 'xz' 'libgcrypt')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('61bfe46dd1aca508169a96dfcd48a630')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: fsarchiver/repos/extra-i686/PKGBUILD (from rev 206610, 
fsarchiver/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-03 12:19:37 UTC (rev 206611)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=fsarchiver
+pkgver=0.6.19
+pkgrel=1
+pkgdesc='Safe and flexible file-system backup and deployment tool'
+arch=('i686' 'x86_64')
+url='http://www.fsarchiver.org/'
+license=('GPL2')
+depends=('bzip2' 'e2fsprogs' 'lzo2' 'xz' 'libgcrypt')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('cd0807dbd5f575ed9c2fc066ed107841')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-03-03 12:19:25 UTC (rev 206610)
+++ extra-x86_64/PKGBUILD   2014-03-03 12:19:37 UTC (rev 206611)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=fsarchiver
-pkgver=0.6.18
-pkgrel=1
-pkgdesc='Safe and flexible file-system backup and deployment tool'
-arch=('i686' 'x86_64')
-url='http://www.fsarchiver.org/'
-license=('GPL2')
-depends=('bzip2' 'e2fsprogs' 'lzo2' 'xz' 'libgcrypt')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('61bfe46dd1aca508169a96dfcd48a630')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: fsarchiver/repos/extra-x86_64/PKGBUILD (from rev 206610, 
fsarchiver/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-03-03 12:19:37 UTC (rev 206611)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=fsarchiver
+pkgver=0.6.19
+pkgrel=1
+pkgdesc='Safe and flexible file-system backup and deployment tool'
+arch=('i686' 'x86_64')
+url='http://www.fsarchiver.org/'
+license=('GPL2')
+depends=('bzip2' 'e2fsprogs' 'lzo2' 'xz' 'libgcrypt')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('cd0807dbd5f575ed9c2fc066ed107841')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-03-03 Thread Bartłomiej Piotrowski
Date: Monday, March 3, 2014 @ 14:02:45
  Author: bpiotrowski
Revision: 206612

upgpkg: mono 3.2.8-1

new upstream release

Modified:
  mono/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-03 12:19:37 UTC (rev 206611)
+++ PKGBUILD2014-03-03 13:02:45 UTC (rev 206612)
@@ -3,8 +3,8 @@
 # Contributor: Brice Carpentier br...@dlfp.org
 
 pkgname=mono
-pkgver=3.2.3
-pkgrel=2
+pkgver=3.2.8
+pkgrel=1
 pkgdesc=Free implementation of the .NET platform including runtime and 
compiler
 arch=(i686 x86_64)
 license=('GPL' 'LGPL2.1' 'MPL' 'custom:MITX11')
@@ -16,18 +16,19 @@
 
source=(http://download.mono-project.com/sources/mono/${pkgname}-${pkgver}.tar.bz2
 mono.binfmt.d
 sgen_fix.patch)
-md5sums=('a66c6309fad071e21f77f4c6b67a0f10'
+md5sums=('1075f99bd8a69890af9e30309728e684'
  'b9ef8a65fea497acf176cca16c1e2402'
  '8a700b94bff7a913f920e95890d2fb4c')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -p1  ../sgen_fix.patch
   # build mono
   ./configure --prefix=/usr \
 --sysconfdir=/etc \
 --bindir=/usr/bin \
 --sbindir=/usr/bin \
+--disable-quiet-build \
+--disable-system-aot \
 --disable-static
   make
 
@@ -51,7 +52,7 @@
   #install license
   mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}
   install -m644 mcs/MIT.X11 ${pkgdir}/usr/share/licenses/${pkgname}/
-  
+
   #fix .pc file to be able to request mono on what it depends, fixes #go-oo 
build
   sed -i -e s:#Requires:Requires: ${pkgdir}/usr/lib/pkgconfig/mono.pc
 }



[arch-commits] Commit in mono/repos (5 files)

2014-03-03 Thread Bartłomiej Piotrowski
Date: Monday, March 3, 2014 @ 14:02:51
  Author: bpiotrowski
Revision: 206613

archrelease: copy trunk to testing-x86_64

Added:
  mono/repos/testing-x86_64/
  mono/repos/testing-x86_64/PKGBUILD
(from rev 206612, mono/trunk/PKGBUILD)
  mono/repos/testing-x86_64/bug434892.patch
(from rev 206612, mono/trunk/bug434892.patch)
  mono/repos/testing-x86_64/mono.binfmt.d
(from rev 206612, mono/trunk/mono.binfmt.d)
  mono/repos/testing-x86_64/sgen_fix.patch
(from rev 206612, mono/trunk/sgen_fix.patch)

-+
 PKGBUILD|   58 +++
 bug434892.patch |   11 +
 mono.binfmt.d   |1 
 sgen_fix.patch  |  112 ++
 4 files changed, 182 insertions(+)

Copied: mono/repos/testing-x86_64/PKGBUILD (from rev 206612, 
mono/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-03 13:02:51 UTC (rev 206613)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+# Contributor: Brice Carpentier br...@dlfp.org
+
+pkgname=mono
+pkgver=3.2.8
+pkgrel=1
+pkgdesc=Free implementation of the .NET platform including runtime and 
compiler
+arch=(i686 x86_64)
+license=('GPL' 'LGPL2.1' 'MPL' 'custom:MITX11')
+url=http://www.mono-project.com/;
+depends=('zlib' 'libgdiplus=2.10' 'sh' 'python')
+options=('!makeflags')
+provides=('monodoc')
+conflicts=('monodoc')
+source=(http://download.mono-project.com/sources/mono/${pkgname}-${pkgver}.tar.bz2
+mono.binfmt.d
+sgen_fix.patch)
+md5sums=('1075f99bd8a69890af9e30309728e684'
+ 'b9ef8a65fea497acf176cca16c1e2402'
+ '8a700b94bff7a913f920e95890d2fb4c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  # build mono
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--bindir=/usr/bin \
+--sbindir=/usr/bin \
+--disable-quiet-build \
+--disable-system-aot \
+--disable-static
+  make
+
+  # build jay
+  cd ${srcdir}/${pkgname}-${pkgver}/mcs/jay
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # install jay
+  pushd ${srcdir}/${pkgname}-${pkgver}/mcs/jay
+  make DESTDIR=${pkgdir} prefix=/usr INSTALL=../../install-sh install
+  popd
+
+  # install binfmt conf file and pathes
+  install -D -m644 ${srcdir}/mono.binfmt.d 
${pkgdir}/usr/lib/binfmt.d/mono.conf
+
+  #install license
+  mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 mcs/MIT.X11 ${pkgdir}/usr/share/licenses/${pkgname}/
+
+  #fix .pc file to be able to request mono on what it depends, fixes #go-oo 
build
+  sed -i -e s:#Requires:Requires: ${pkgdir}/usr/lib/pkgconfig/mono.pc
+}

Copied: mono/repos/testing-x86_64/bug434892.patch (from rev 206612, 
mono/trunk/bug434892.patch)
===
--- testing-x86_64/bug434892.patch  (rev 0)
+++ testing-x86_64/bug434892.patch  2014-03-03 13:02:51 UTC (rev 206613)
@@ -0,0 +1,11 @@
+--- 
trunk/mcs/class/System.Web.Services/System.Web.Services.Description/BasicProfileChecker.cs
 2008/07/01 20:17:46 107006
 
trunk/mcs/class/System.Web.Services/System.Web.Services.Description/BasicProfileChecker.cs
 2008/10/28 09:32:46 117243
+@@ -177,7 +177,7 @@
+   foreach (OperationMessage om in op.Messages) {
+   Message msg = ctx.Services.GetMessage 
(om.Message);
+   foreach (MessagePart part in msg.Parts)
+-  parts.Add (part,part);
++  parts [part] = part; // do not 
use Add() - there could be the same MessagePart instance.
+   }
+   }
+   

Copied: mono/repos/testing-x86_64/mono.binfmt.d (from rev 206612, 
mono/trunk/mono.binfmt.d)
===
--- testing-x86_64/mono.binfmt.d(rev 0)
+++ testing-x86_64/mono.binfmt.d2014-03-03 13:02:51 UTC (rev 206613)
@@ -0,0 +1 @@
+:CLR:M::MZ::/usr/bin/mono:

Copied: mono/repos/testing-x86_64/sgen_fix.patch (from rev 206612, 
mono/trunk/sgen_fix.patch)
===
--- testing-x86_64/sgen_fix.patch   (rev 0)
+++ testing-x86_64/sgen_fix.patch   2014-03-03 13:02:51 UTC (rev 206613)
@@ -0,0 +1,112 @@
+From d2cc22580898df5d4a15e0f99ab513e1570a6082 Mon Sep 17 00:00:00 2001
+From: Zoltan Varga var...@gmail.com
+Date: Fri, 20 Sep 2013 19:06:34 +0200
+Subject: [PATCH] [sgen] Use __builtin_ctzl () in OBJ_BITMAP_FOREACH_PTR () on
+ 64 bit platforms. Fixes #14834.
+
+---
+ mono/metadata/sgen-descriptor.h | 28 +---
+ mono/tests/sgen-descriptors.cs  | 15 

[arch-commits] Commit in mono/repos (13 files)

2014-03-03 Thread Bartłomiej Piotrowski
Date: Monday, March 3, 2014 @ 14:36:25
  Author: bpiotrowski
Revision: 206614

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

Added:
  mono/repos/testing-i686/
  mono/repos/testing-i686/PKGBUILD
(from rev 206613, mono/trunk/PKGBUILD)
  mono/repos/testing-i686/bug434892.patch
(from rev 206613, mono/trunk/bug434892.patch)
  mono/repos/testing-i686/mono.binfmt.d
(from rev 206613, mono/trunk/mono.binfmt.d)
  mono/repos/testing-i686/sgen_fix.patch
(from rev 206613, mono/trunk/sgen_fix.patch)
  mono/repos/testing-x86_64/PKGBUILD
(from rev 206613, mono/trunk/PKGBUILD)
  mono/repos/testing-x86_64/bug434892.patch
(from rev 206613, mono/trunk/bug434892.patch)
  mono/repos/testing-x86_64/mono.binfmt.d
(from rev 206613, mono/trunk/mono.binfmt.d)
  mono/repos/testing-x86_64/sgen_fix.patch
(from rev 206613, mono/trunk/sgen_fix.patch)
Deleted:
  mono/repos/testing-x86_64/PKGBUILD
  mono/repos/testing-x86_64/bug434892.patch
  mono/repos/testing-x86_64/mono.binfmt.d
  mono/repos/testing-x86_64/sgen_fix.patch

+
 /PKGBUILD  |   58 
 /bug434892.patch   |   11 +++
 /mono.binfmt.d |1 
 /sgen_fix.patch|  112 +++
 testing-i686/PKGBUILD  |   58 
 testing-i686/bug434892.patch   |   11 +++
 testing-i686/mono.binfmt.d |1 
 testing-i686/sgen_fix.patch|  112 +++
 testing-x86_64/PKGBUILD|   58 
 testing-x86_64/bug434892.patch |   11 ---
 testing-x86_64/mono.binfmt.d   |1 
 testing-x86_64/sgen_fix.patch  |  112 ---
 12 files changed, 364 insertions(+), 182 deletions(-)

Copied: mono/repos/testing-i686/PKGBUILD (from rev 206613, mono/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-03 13:36:25 UTC (rev 206614)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+# Contributor: Brice Carpentier br...@dlfp.org
+
+pkgname=mono
+pkgver=3.2.8
+pkgrel=1
+pkgdesc=Free implementation of the .NET platform including runtime and 
compiler
+arch=(i686 x86_64)
+license=('GPL' 'LGPL2.1' 'MPL' 'custom:MITX11')
+url=http://www.mono-project.com/;
+depends=('zlib' 'libgdiplus=2.10' 'sh' 'python')
+options=('!makeflags')
+provides=('monodoc')
+conflicts=('monodoc')
+source=(http://download.mono-project.com/sources/mono/${pkgname}-${pkgver}.tar.bz2
+mono.binfmt.d
+sgen_fix.patch)
+md5sums=('1075f99bd8a69890af9e30309728e684'
+ 'b9ef8a65fea497acf176cca16c1e2402'
+ '8a700b94bff7a913f920e95890d2fb4c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  # build mono
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--bindir=/usr/bin \
+--sbindir=/usr/bin \
+--disable-quiet-build \
+--disable-system-aot \
+--disable-static
+  make
+
+  # build jay
+  cd ${srcdir}/${pkgname}-${pkgver}/mcs/jay
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # install jay
+  pushd ${srcdir}/${pkgname}-${pkgver}/mcs/jay
+  make DESTDIR=${pkgdir} prefix=/usr INSTALL=../../install-sh install
+  popd
+
+  # install binfmt conf file and pathes
+  install -D -m644 ${srcdir}/mono.binfmt.d 
${pkgdir}/usr/lib/binfmt.d/mono.conf
+
+  #install license
+  mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 mcs/MIT.X11 ${pkgdir}/usr/share/licenses/${pkgname}/
+
+  #fix .pc file to be able to request mono on what it depends, fixes #go-oo 
build
+  sed -i -e s:#Requires:Requires: ${pkgdir}/usr/lib/pkgconfig/mono.pc
+}

Copied: mono/repos/testing-i686/bug434892.patch (from rev 206613, 
mono/trunk/bug434892.patch)
===
--- testing-i686/bug434892.patch(rev 0)
+++ testing-i686/bug434892.patch2014-03-03 13:36:25 UTC (rev 206614)
@@ -0,0 +1,11 @@
+--- 
trunk/mcs/class/System.Web.Services/System.Web.Services.Description/BasicProfileChecker.cs
 2008/07/01 20:17:46 107006
 
trunk/mcs/class/System.Web.Services/System.Web.Services.Description/BasicProfileChecker.cs
 2008/10/28 09:32:46 117243
+@@ -177,7 +177,7 @@
+   foreach (OperationMessage om in op.Messages) {
+   Message msg = ctx.Services.GetMessage 
(om.Message);
+   foreach (MessagePart part in msg.Parts)
+-  parts.Add (part,part);
++  parts [part] = part; // do not 
use Add() - there could be the same MessagePart instance.
+   }
+   }
+   

Copied: 

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

2014-03-03 Thread Laurent Carlier
Date: Monday, March 3, 2014 @ 15:17:49
  Author: lcarlier
Revision: 106444

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

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

-+
 /PKGBUILD   |   94 ++
 /chmsee |4 +
 /chmsee.install |   22 
 community-i686/PKGBUILD |   47 ---
 community-i686/chmsee   |2 
 community-i686/chmsee.install   |   11 
 community-x86_64/PKGBUILD   |   47 ---
 community-x86_64/chmsee |2 
 community-x86_64/chmsee.install |   11 
 9 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-03 14:17:37 UTC (rev 106443)
+++ community-i686/PKGBUILD 2014-03-03 14:17:49 UTC (rev 106444)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer : Laurent Carlier lordhea...@gmail.com
-# Contributor: dionydonny dionydo...@gmail.com
-# Contributor: Ermanno er...@yahoo.it
-
-pkgname=chmsee
-pkgver=2.0.2
-pkgrel=2
-arch=('i686' 'x86_64')
-pkgdesc=A chm (MS HTML help file format) viewer based on xulrunner.
-url=http://chmsee.googlecode.com/;
-license=('GPL')
-depends=('xulrunner21.0' 'xulrunner27.0' 'chmlib' 'desktop-file-utils')
-makedepends=('python2')
-source=(https://chmsee.googlecode.com/files/$pkgname-$pkgver.tar.gz
-chmsee)
-install=chmsee.install
-md5sums=('c6a6ce009395c72ecf0530500ecda37c'
- '1787edd1de8aa75bd9fa75a5ab319e85')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i -e 's/^\(MaxVersion=\).*/\126.*/' application.ini
-}
-
-build() {
-  cd $pkgname-$pkgver/src
-  cp Makefile.arch Makefile
-  make -j1
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  install -d $pkgdir/usr/share/chmsee
-  cp -a * $pkgdir/usr/share/chmsee
-  rm -r $pkgdir/usr/share/chmsee/src
-  install -Dm644 data/chmsee.desktop.in \
-$pkgdir/usr/share/applications/chmsee.desktop
-
-  # Fix FS#25152
-  sed -i -e 's/_//g' $pkgdir/usr/share/applications/chmsee.desktop
-
-  install -d $pkgdir/usr/share/pixmaps
-  install -Dm644 data/chmsee-icon.png $pkgdir/usr/share/pixmaps
-  install -Dm755 ${srcdir}/chmsee $pkgdir/usr/bin/chmsee
-}

Copied: chmsee/repos/community-i686/PKGBUILD (from rev 106443, 
chmsee/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-03 14:17:49 UTC (rev 106444)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer : Laurent Carlier lordhea...@gmail.com
+# Contributor: dionydonny dionydo...@gmail.com
+# Contributor: Ermanno er...@yahoo.it
+
+pkgname=chmsee
+pkgver=2.0.2
+pkgrel=3
+arch=('i686' 'x86_64')
+pkgdesc=A chm (MS HTML help file format) viewer based on xulrunner.
+url=http://chmsee.googlecode.com/;
+license=('GPL')
+depends=('xulrunner21.0' 'xulrunner28.0' 'chmlib' 'desktop-file-utils')
+makedepends=('python2')
+source=(https://chmsee.googlecode.com/files/$pkgname-$pkgver.tar.gz
+chmsee)
+install=chmsee.install
+md5sums=('c6a6ce009395c72ecf0530500ecda37c'
+ '1787edd1de8aa75bd9fa75a5ab319e85')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i -e 's/^\(MaxVersion=\).*/\127.*/' application.ini
+}
+
+build() {
+  cd $pkgname-$pkgver/src
+  cp Makefile.arch Makefile
+  make -j1
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -d $pkgdir/usr/share/chmsee
+  cp -a * $pkgdir/usr/share/chmsee
+  rm -r $pkgdir/usr/share/chmsee/src
+  install -Dm644 data/chmsee.desktop.in \
+$pkgdir/usr/share/applications/chmsee.desktop
+
+  # Fix FS#25152
+  sed -i -e 's/_//g' $pkgdir/usr/share/applications/chmsee.desktop
+
+  install -d $pkgdir/usr/share/pixmaps
+  install -Dm644 data/chmsee-icon.png $pkgdir/usr/share/pixmaps
+  install -Dm755 ${srcdir}/chmsee $pkgdir/usr/bin/chmsee
+}

Deleted: community-i686/chmsee
===
--- community-i686/chmsee   2014-03-03 14:17:37 UTC (rev 106443)
+++ community-i686/chmsee   2014-03-03 14:17:49 UTC (rev 106444)
@@ -1,2 +0,0 @@
-#!/bin/sh
-xulrunner 

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

2014-03-03 Thread Laurent Carlier
Date: Monday, March 3, 2014 @ 15:17:37
  Author: lcarlier
Revision: 106443

upgpkg: chmsee 2.0.2-3

xulrunner-27.0-1 rebuild

Modified:
  chmsee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-03 12:15:26 UTC (rev 106442)
+++ PKGBUILD2014-03-03 14:17:37 UTC (rev 106443)
@@ -5,12 +5,12 @@
 
 pkgname=chmsee
 pkgver=2.0.2
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 pkgdesc=A chm (MS HTML help file format) viewer based on xulrunner.
 url=http://chmsee.googlecode.com/;
 license=('GPL')
-depends=('xulrunner21.0' 'xulrunner27.0' 'chmlib' 'desktop-file-utils')
+depends=('xulrunner21.0' 'xulrunner28.0' 'chmlib' 'desktop-file-utils')
 makedepends=('python2')
 source=(https://chmsee.googlecode.com/files/$pkgname-$pkgver.tar.gz
 chmsee)
@@ -20,7 +20,7 @@
 
 prepare() {
   cd $pkgname-$pkgver
-  sed -i -e 's/^\(MaxVersion=\).*/\126.*/' application.ini
+  sed -i -e 's/^\(MaxVersion=\).*/\127.*/' application.ini
 }
 
 build() {



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

2014-03-03 Thread Laurent Carlier
Date: Monday, March 3, 2014 @ 15:52:02
  Author: lcarlier
Revision: 106446

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

Added:
  audex/repos/community-i686/PKGBUILD
(from rev 106445, audex/trunk/PKGBUILD)
  audex/repos/community-i686/audex.install
(from rev 106445, audex/trunk/audex.install)
  audex/repos/community-i686/google_regex.patch
(from rev 106445, audex/trunk/google_regex.patch)
  audex/repos/community-x86_64/PKGBUILD
(from rev 106445, audex/trunk/PKGBUILD)
  audex/repos/community-x86_64/audex.install
(from rev 106445, audex/trunk/audex.install)
  audex/repos/community-x86_64/google_regex.patch
(from rev 106445, audex/trunk/google_regex.patch)
Deleted:
  audex/repos/community-i686/PKGBUILD
  audex/repos/community-i686/audex.install
  audex/repos/community-i686/gcc47.patch
  audex/repos/community-i686/google_regex.patch
  audex/repos/community-x86_64/PKGBUILD
  audex/repos/community-x86_64/audex.install
  audex/repos/community-x86_64/gcc47.patch
  audex/repos/community-x86_64/google_regex.patch

-+
 /PKGBUILD   |   80 ++
 /audex.install  |   24 ++
 /google_regex.patch |   28 +++
 community-i686/PKGBUILD |   45 ---
 community-i686/audex.install|   12 -
 community-i686/gcc47.patch  |   13 -
 community-i686/google_regex.patch   |   14 -
 community-x86_64/PKGBUILD   |   45 ---
 community-x86_64/audex.install  |   12 -
 community-x86_64/gcc47.patch|   13 -
 community-x86_64/google_regex.patch |   14 -
 11 files changed, 132 insertions(+), 168 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-03 14:51:50 UTC (rev 106445)
+++ community-i686/PKGBUILD 2014-03-03 14:52:02 UTC (rev 106446)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier lordhea...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: mightyjaym jmambros...@gmail.com
-# Contributor: moostik mooostik_at_gmail.com
-
-pkgname=audex
-pkgver=0.77b1
-pkgrel=1
-pkgdesc=A CDDA extraction tool with a ftp upload function for KDE
-arch=('i686' 'x86_64')
-url=http://kde-apps.org/content/show.php?content=77125;
-license=('GPL')
-depends=('kdebase-runtime' 'libkcddb' 'libkcompactdisc' 'cdparanoia')
-makedepends=('cmake' 'automoc4')
-optdepends=('vorbis-tools: OGG encoder'
-   'faac: MP4/M4A/AAC encoder'
-   'flac: FLAC encoder'
-   'lame: MP3 encoder')
-install=${pkgname}.install
-#source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz;
-source=(http://kde.maniatek.com/${pkgname}/files/${pkgname}-${pkgver}.tar.xz;
-'gcc47.patch')
-md5sums=('1f3df64b60b15315e958e3e3b151fe92'
- '64107bcf90e22910e57804be774822dd')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  patch -p1 -i ${srcdir}/gcc47.patch
-  cd ..
-
-  mkdir build
-  cd build
-
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: audex/repos/community-i686/PKGBUILD (from rev 106445, 
audex/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-03 14:52:02 UTC (rev 106446)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: mightyjaym jmambros...@gmail.com
+# Contributor: moostik mooostik_at_gmail.com
+
+pkgname=audex
+pkgver=0.78
+pkgrel=1
+pkgdesc=A CDDA extraction tool with a ftp upload function for KDE
+arch=('i686' 'x86_64')
+url=http://kde-apps.org/content/show.php?content=77125;
+license=('GPL')
+depends=('kdebase-runtime' 'libkcddb' 'libkcompactdisc' 'cdparanoia')
+makedepends=('cmake' 'automoc4')
+optdepends=('vorbis-tools: OGG encoder'
+   'faac: MP4/M4A/AAC encoder'
+   'flac: FLAC encoder'
+   'lame: MP3 encoder')
+install=${pkgname}.install
+source=(http://kde.maniatek.com/${pkgname}/files/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('e424309ab085de40043f841f2fa230c6')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  mkdir build
+  cd build
+
+  cmake ../  \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/audex.install
===
--- community-i686/audex.install2014-03-03 14:51:50 UTC (rev 106445)
+++ community-i686/audex.install2014-03-03 14:52:02 UTC (rev 106446)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource 

[arch-commits] Commit in audex/trunk (PKGBUILD gcc47.patch)

2014-03-03 Thread Laurent Carlier
Date: Monday, March 3, 2014 @ 15:51:50
  Author: lcarlier
Revision: 106445

upgpkg: audex 0.78-1

upstream update 0.78

Modified:
  audex/trunk/PKGBUILD
Deleted:
  audex/trunk/gcc47.patch

-+
 PKGBUILD|   17 ++---
 gcc47.patch |   13 -
 2 files changed, 6 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-03 14:17:49 UTC (rev 106444)
+++ PKGBUILD2014-03-03 14:51:50 UTC (rev 106445)
@@ -5,7 +5,7 @@
 # Contributor: moostik mooostik_at_gmail.com
 
 pkgname=audex
-pkgver=0.77b1
+pkgver=0.78
 pkgrel=1
 pkgdesc=A CDDA extraction tool with a ftp upload function for KDE
 arch=('i686' 'x86_64')
@@ -18,22 +18,16 @@
'flac: FLAC encoder'
'lame: MP3 encoder')
 install=${pkgname}.install
-#source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz;
-source=(http://kde.maniatek.com/${pkgname}/files/${pkgname}-${pkgver}.tar.xz;
-'gcc47.patch')
-md5sums=('1f3df64b60b15315e958e3e3b151fe92'
- '64107bcf90e22910e57804be774822dd')
+source=(http://kde.maniatek.com/${pkgname}/files/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('e424309ab085de40043f841f2fa230c6')
 
 build() {
   cd ${pkgname}-${pkgver}
 
-  patch -p1 -i ${srcdir}/gcc47.patch
-  cd ..
-
   mkdir build
   cd build
 
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../  \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr
   make
@@ -40,6 +34,7 @@
 }
 
 package() {
-  cd ${srcdir}/build
+  cd ${pkgname}-${pkgver}/build
+
   make DESTDIR=${pkgdir} install
 }

Deleted: gcc47.patch
===
--- gcc47.patch 2014-03-03 14:17:49 UTC (rev 106444)
+++ gcc47.patch 2014-03-03 14:51:50 UTC (rev 106445)
@@ -1,13 +0,0 @@
 audex-0.74b1.orig/utils/hashlist.cpp
-+++ audex-0.74b1/utils/hashlist.cpp
-@@ -15,7 +15,8 @@
-  * You should have received a copy of the GNU General Public License
-  * along with this program.  If not, see http://www.gnu.org/licenses/.
-  */
-- 
-+
-+#include unistd.h
- #include hashlist.h
- 
- Hashlist::Hashlist() {
-



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

2014-03-03 Thread Dan McGee
Date: Monday, March 3, 2014 @ 16:15:43
  Author: dan
Revision: 206616

archrelease: copy trunk to extra-any

Added:
  python-virtualenv/repos/extra-any/PKGBUILD
(from rev 206615, python-virtualenv/trunk/PKGBUILD)
Deleted:
  python-virtualenv/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-03 15:15:36 UTC (rev 206615)
+++ PKGBUILD2014-03-03 15:15:43 UTC (rev 206616)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-# Contributor: Daniele Paolella d...@mcrservice.it
-
-pkgname=('python-virtualenv' 'python2-virtualenv')
-pkgver=1.11.2
-pkgrel=1
-pkgdesc=Virtual Python Environment builder
-url=http://www.virtualenv.org/;
-arch=('any')
-license=('MIT')
-makedepends=('python' 'python2')
-replaces=('virtualenv')
-conflicts=('virtualenv')
-source=(http://pypi.python.org/packages/source/v/virtualenv/virtualenv-$pkgver.tar.gz;)
-
-package_python-virtualenv() {
-  depends=('python')
-
-  cd $srcdir/virtualenv-$pkgver
-  LANG='en_US.UTF-8' python3 setup.py build
-  LANG='en_US.UTF-8' python3 setup.py install --prefix=/usr --root=$pkgdir
-
-  # link to a version with 3 suffix as well
-  ln $pkgdir/usr/bin/virtualenv $pkgdir/usr/bin/virtualenv3
-
-  install -D -m644 LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-virtualenv() {
-  depends=('python2')
-
-  cd $srcdir/virtualenv-$pkgver
-  python2 setup.py build
-  python2 setup.py install --prefix=/usr --root=$pkgdir
-
-  # move this old version out of the way
-  mv $pkgdir/usr/bin/virtualenv $pkgdir/usr/bin/virtualenv2
-
-  # should report this upstream as still not fixed...
-  sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2| \
-$pkgdir/usr/lib/python2.7/site-packages/virtualenv.py
- 
-  install -D -m644 LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-md5sums=('d3d915836c1ada1be731ccaa12412b98')
-sha256sums=('3080a1610fa8c4ab23008707ca5c96d7e67d8cb3ed98c7e01e97f542c82bb6df')

Copied: python-virtualenv/repos/extra-any/PKGBUILD (from rev 206615, 
python-virtualenv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-03 15:15:43 UTC (rev 206616)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Daniele Paolella d...@mcrservice.it
+
+pkgname=('python-virtualenv' 'python2-virtualenv')
+pkgver=1.11.4
+pkgrel=1
+pkgdesc=Virtual Python Environment builder
+url=http://www.virtualenv.org/;
+arch=('any')
+license=('MIT')
+makedepends=('python' 'python2')
+replaces=('virtualenv')
+conflicts=('virtualenv')
+source=(http://pypi.python.org/packages/source/v/virtualenv/virtualenv-$pkgver.tar.gz;)
+
+package_python-virtualenv() {
+  depends=('python')
+
+  cd $srcdir/virtualenv-$pkgver
+  LANG='en_US.UTF-8' python3 setup.py build
+  LANG='en_US.UTF-8' python3 setup.py install --prefix=/usr --root=$pkgdir
+
+  # link to a version with 3 suffix as well
+  ln $pkgdir/usr/bin/virtualenv $pkgdir/usr/bin/virtualenv3
+
+  install -D -m644 LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-virtualenv() {
+  depends=('python2')
+
+  cd $srcdir/virtualenv-$pkgver
+  python2 setup.py build
+  python2 setup.py install --prefix=/usr --root=$pkgdir
+
+  # move this old version out of the way
+  mv $pkgdir/usr/bin/virtualenv $pkgdir/usr/bin/virtualenv2
+
+  # should report this upstream as still not fixed...
+  sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2| \
+$pkgdir/usr/lib/python2.7/site-packages/virtualenv.py
+ 
+  install -D -m644 LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+md5sums=('9accc2d3f0ec1da479ce2c3d1fdff06e')
+sha256sums=('cf3d958f28eb7470bd04262ef397580a2e57407f2ee2c88e9b2892218eb0465a')



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

2014-03-03 Thread Dan McGee
Date: Monday, March 3, 2014 @ 16:15:36
  Author: dan
Revision: 206615

upgpkg: python-virtualenv 1.11.4-1

Modified:
  python-virtualenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-03 13:36:25 UTC (rev 206614)
+++ PKGBUILD2014-03-03 15:15:36 UTC (rev 206615)
@@ -3,7 +3,7 @@
 # Contributor: Daniele Paolella d...@mcrservice.it
 
 pkgname=('python-virtualenv' 'python2-virtualenv')
-pkgver=1.11.2
+pkgver=1.11.4
 pkgrel=1
 pkgdesc=Virtual Python Environment builder
 url=http://www.virtualenv.org/;
@@ -46,5 +46,5 @@
 $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
-md5sums=('d3d915836c1ada1be731ccaa12412b98')
-sha256sums=('3080a1610fa8c4ab23008707ca5c96d7e67d8cb3ed98c7e01e97f542c82bb6df')
+md5sums=('9accc2d3f0ec1da479ce2c3d1fdff06e')
+sha256sums=('cf3d958f28eb7470bd04262ef397580a2e57407f2ee2c88e9b2892218eb0465a')



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

2014-03-03 Thread Andreas Radke
Date: Monday, March 3, 2014 @ 16:16:11
  Author: andyrtr
Revision: 206617

upgpkg: gnutls 3.2.12-1

upstream update 3.2.12

Modified:
  gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-03 15:15:43 UTC (rev 206616)
+++ PKGBUILD2014-03-03 15:16:11 UTC (rev 206617)
@@ -3,7 +3,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=gnutls
-pkgver=3.2.11
+pkgver=3.2.12
 pkgrel=1
 pkgdesc=A library which provides a secure layer over a reliable transport 
layer
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=('!zipman')
 depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit')
 
source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('3fce0742dd7e273235a9d376dd895657'
+md5sums=('f507365940de8f095e1d867c6f0842f6'
  'SKIP')
 
 build() {



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

2014-03-03 Thread Andreas Radke
Date: Monday, March 3, 2014 @ 16:16:27
  Author: andyrtr
Revision: 206618

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

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

-+
 /PKGBUILD   |   82 ++
 /gnutls.install |   40 
 extra-i686/PKGBUILD |   41 -
 extra-i686/gnutls.install   |   20 --
 extra-x86_64/PKGBUILD   |   41 -
 extra-x86_64/gnutls.install |   20 --
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-03 15:16:11 UTC (rev 206617)
+++ extra-i686/PKGBUILD 2014-03-03 15:16:27 UTC (rev 206618)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=gnutls
-pkgver=3.2.11
-pkgrel=1
-pkgdesc=A library which provides a secure layer over a reliable transport 
layer
-arch=('i686' 'x86_64')
-license=('GPL3' 'LGPL2.1')
-url=http://www.gnutls.org/;
-install=gnutls.install
-options=('!zipman')
-depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit')
-source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('3fce0742dd7e273235a9d376dd895657'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --with-zlib \
-   --disable-static \
-   --disable-guile
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # lots of .png files are put into infodir and are gzipped by makepkg! this 
may need to be fixed by using !zipman
-  # gzip -9 all files in infodir and manpages manually
-  find $pkgdir/usr/share/info -name '*.info*' -exec gzip -9 {} \;
-  find $pkgdir/usr/share/man -exec gzip -9 {} \;
-}

Copied: gnutls/repos/extra-i686/PKGBUILD (from rev 206617, 
gnutls/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-03 15:16:27 UTC (rev 206618)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=gnutls
+pkgver=3.2.12
+pkgrel=1
+pkgdesc=A library which provides a secure layer over a reliable transport 
layer
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL2.1')
+url=http://www.gnutls.org/;
+install=gnutls.install
+options=('!zipman')
+depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit')
+source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('f507365940de8f095e1d867c6f0842f6'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --with-zlib \
+   --disable-static \
+   --disable-guile
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # lots of .png files are put into infodir and are gzipped by makepkg! this 
may need to be fixed by using !zipman
+  # gzip -9 all files in infodir and manpages manually
+  find $pkgdir/usr/share/info -name '*.info*' -exec gzip -9 {} \;
+  find $pkgdir/usr/share/man -exec gzip -9 {} \;
+}

Deleted: extra-i686/gnutls.install
===
--- extra-i686/gnutls.install   2014-03-03 15:16:11 UTC (rev 206617)
+++ extra-i686/gnutls.install   2014-03-03 15:16:27 UTC (rev 206618)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(gnutls.info-1.gz gnutls.info-2.gz gnutls.info-3.gz gnutls.info-4.gz 
gnutls.info-5.gz gnutls.info.gz gnutls-guile.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: gnutls/repos/extra-i686/gnutls.install (from rev 206617, 
gnutls/trunk/gnutls.install)
===
--- extra-i686/gnutls.install   (rev 0)
+++ extra-i686/gnutls.install   2014-03-03 

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

2014-03-03 Thread Alexander Rødseth
Date: Monday, March 3, 2014 @ 18:04:25
  Author: arodseth
Revision: 106448

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

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

-+
 /PKGBUILD   |  288 ++
 /go.install |   26 +++
 community-i686/PKGBUILD |  155 --
 community-i686/go.install   |   26 ---
 community-i686/go.sh|1 
 community-x86_64/PKGBUILD   |  155 --
 community-x86_64/go.install |   26 ---
 community-x86_64/go.sh  |1 
 8 files changed, 314 insertions(+), 364 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-03 17:04:15 UTC (rev 106447)
+++ community-i686/PKGBUILD 2014-03-03 17:04:25 UTC (rev 106448)
@@ -1,155 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Rémy Oudompheng  r...@archlinux.org
-# Contributor: Andres Perera andres87p gmail
-# Contributor: Matthew Bauer mjbaue...@gmail.com
-# Contributor: Christian Himpel chres...@gmail.com
-# Contributor: Mike Rosset mike.ros...@gmail.com
-# Contributor: Daniel YC Lin dlin...@gmail.com
-
-pkgname=go
-pkgver=1.2
-pkgrel=3
-epoch=2
-pkgdesc='Compiler and tools for the Go programming language from Google'
-arch=('x86_64' 'i686')
-url='http://golang.org/'
-license=('custom')
-depends=('perl' 'gawk')
-makedepends=('inetutils')
-options=('!strip' 'staticlibs')
-optdepends=('liteide: IDE for editing and building projects written in Go'
-'mercurial: Version control system written in Python'
-'git: Version control system written in C')
-install=$pkgname.install
-backup=('usr/lib/go/bin')
-
-if [ $CARCH == 'x86_64' ]; then
-  source=(http://go.googlecode.com/files/${pkgname}$pkgver.linux-amd64.tar.gz;
-  'go.sh')
-  
sha256sums=('1252ca0aa0a96d53c0592fbc4ea9c9ff5c6b588169c92e08d06da9d89d9d91f2'
-  
'b6209904c88bde96efcac846c267e308e4dc39c8a45f2690204c2175de4b9b0a')
-else
-  source=(http://go.googlecode.com/files/${pkgname}$pkgver.linux-386.tar.gz;
-  'go.sh')
-  
sha256sums=('3f51aacc7af60c520fe1071f3cb1d9ceee5db0e8fdfb7168a73e12fd7603e651'
-  
'b6209904c88bde96efcac846c267e308e4dc39c8a45f2690204c2175de4b9b0a')
-fi
-
-build() {
-  cd $pkgname/src
-
-  export GOROOT_FINAL=/usr/lib/go
-
-  #
-  # Arch Linux doesn't support SSE2 for i686 (to support older CPUs)
-  # The SSE2 version is _a lot_ faster for i686.
-  # This line disables it.
-  #
-  export GO386=387
-
-  # Enable ARM crosscompilation for linux
-  export GOOS=linux
-  export GOARCH=arm
-
-  bash make.bash
-
-  # Crosscompilation for various platforms (including linux)
-  for os in linux; do # darwin freebsd windows; do
-for arch in amd64 386; do
-  export GOOS=$os
-  export GOARCH=$arch
-  bash make.bash --no-clean
-done
-  done
-}
-
-check() {
-  cd $pkgname
-
-  export GO386=387
-
-  export GOOS=linux
-  if [ $CARCH == 'x86_64' ]; then
-export GOARCH=amd64
-  elif [ $CARCH == 'i686' ]; then
-export GOARCH=386
-  fi
-
-  export GOROOT=$srcdir/$pkgname
-  export PATH=$srcdir/$pkgname/bin:$PATH
-
-  # TestSimpleMulticastListener will fail in standard chroot
-  cd src  bash run.bash --no-rebuild || true
-}
-
-package() {
-  cd $pkgname
-
-  install -Dm644 LICENSE \
-$pkgdir/usr/share/licenses/go/LICENSE
-  install -Dm644 misc/bash/go \
-$pkgdir/usr/share/bash-completion/completions/go
-  install -Dm644 misc/emacs/go-mode-load.el \
-$pkgdir/usr/share/emacs/site-lisp/go-mode-load.el
-  install -Dm644 misc/emacs/go-mode.el \
-$pkgdir/usr/share/emacs/site-lisp/go-mode.el
-  install -Dm644 misc/zsh/go \
-$pkgdir/usr/share/zsh/site-functions/_go
-
-  for f in ftdetect/gofiletype.vim autoload/go/complete.vim indent/go.vim \
-ftplugin/go/fmt.vim ftplugin/go/import.vim syntax/go.vim syntax/godoc.vim \
-plugin/godoc.vim;
-  do
-install -Dm644 misc/vim/$f $pkgdir/usr/share/vim/vimfiles/$f
-  done
-
-  mkdir -p \
-$pkgdir/{etc/profile.d,usr/{share/go,lib/go,lib/go/src,lib/go/site/src}}
-
-  cp -r doc misc -t $pkgdir/usr/share/go
-  ln -s /usr/share/go/doc $pkgdir/usr/lib/go/doc
-  cp -a bin $pkgdir/usr
-  cp -a pkg $pkgdir/usr/lib/go
-  cp -a $GOROOT/src/pkg $pkgdir/usr/lib/go/src/
-  cp -a $GOROOT/src/cmd $pkgdir/usr/lib/go/src/cmd
-  

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

2014-03-03 Thread Alexander Rødseth
Date: Monday, March 3, 2014 @ 18:04:15
  Author: arodseth
Revision: 106447

upgpkg: go 2:1.2.1-1

Modified:
  go/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-03 14:52:02 UTC (rev 106446)
+++ PKGBUILD2014-03-03 17:04:15 UTC (rev 106447)
@@ -17,14 +17,13 @@
 url='http://golang.org/'
 license=('custom')
 depends=('perl' 'gawk')
-# Depends on itself when building, in order to include the go tools
-makedepends=('inetutils' 'mercurial' 'go')
+makedepends=('inetutils' 'mercurial')
 options=('!strip' 'staticlibs')
 optdepends=('liteide: IDE for editing and building projects written in Go'
 'mercurial: VCS written in Python'
 'git: VCS written in C')
 install=$pkgname.install
-source=($pkgname-$pkgver::hg+https://code.google.com/p/$pkgname#branch=release-branch.$pkgname$pkgver;)
+source=($pkgname-$pkgver::hg+https://code.google.com/p/$pkgname#branch=release-branch.$pkgname${pkgver/.1};)
 md5sums=('SKIP')
 
 build() {
@@ -54,21 +53,8 @@
 done
   done
 
-
-  # Build the go tools (like vet and cover)
-  # Working methods to do the same that does not rely on go get are warmly 
welcome,
-  # just create a feature request and include your solution.
-
-  #export GOROOT=$srcdir/$pkgname-$pkgver
-  #export PATH=$srcdir/$pkgname-$pkgver/bin:$PATH
-
-  if [ $CARCH == 'x86_64' ]; then
-export GOARCH=amd64
-  elif [ $CARCH == 'i686' ]; then
-export GOARCH=386
-  fi
-
-  go get code.google.com/p/go.tools/cmd/...
+  # TODO: Find a way to install these tools as well:
+  #go get code.google.com/p/go.tools/cmd/...
 }
 
 check() {



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

2014-03-03 Thread Andrea Scarpino
Date: Monday, March 3, 2014 @ 18:48:10
  Author: andrea
Revision: 206619

upgpkg: libmm-qt 1.0.1-2

New tarball

Modified:
  libmm-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-03 15:16:27 UTC (rev 206618)
+++ PKGBUILD2014-03-03 17:48:10 UTC (rev 206619)
@@ -3,7 +3,7 @@
 
 pkgname=libmm-qt
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Qt-only wrapper for ModemManager DBus API'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/extragear/libs/libmm-qt'
@@ -10,16 +10,11 @@
 license=('LGPL')
 depends=('qt4' 'modemmanager')
 makedepends=('cmake' 'doxygen')
-source=(http://download.kde.org/unstable/modemmanager-qt/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;
-'fix-build.patch')
-md5sums=('73cf04d0e71d75ce343d791968a7c460'
- '265fd2e32a5e350c1703612d29268748')
+source=(http://download.kde.org/unstable/modemmanager-qt/${pkgver}/src/${pkgname}-${pkgver}-1.tar.xz;)
+md5sums=('1ee1c7754cbb4fdf484ac2648d7263e0')
 
 prepare() {
   mkdir -p build
-
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i ${srcdir}/fix-build.patch
 }
 
 build() {



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

2014-03-03 Thread Andrea Scarpino
Date: Monday, March 3, 2014 @ 18:48:17
  Author: andrea
Revision: 206620

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

Added:
  libmm-qt/repos/extra-i686/PKGBUILD
(from rev 206619, libmm-qt/trunk/PKGBUILD)
  libmm-qt/repos/extra-i686/fix-build.patch
(from rev 206619, libmm-qt/trunk/fix-build.patch)
  libmm-qt/repos/extra-x86_64/PKGBUILD
(from rev 206619, libmm-qt/trunk/PKGBUILD)
  libmm-qt/repos/extra-x86_64/fix-build.patch
(from rev 206619, libmm-qt/trunk/fix-build.patch)
Deleted:
  libmm-qt/repos/extra-i686/PKGBUILD
  libmm-qt/repos/extra-i686/fix-build.patch
  libmm-qt/repos/extra-x86_64/PKGBUILD
  libmm-qt/repos/extra-x86_64/fix-build.patch

--+
 /PKGBUILD|   62 +
 /fix-build.patch |   44 +
 extra-i686/PKGBUILD  |   36 ---
 extra-i686/fix-build.patch   |   22 --
 extra-x86_64/PKGBUILD|   36 ---
 extra-x86_64/fix-build.patch |   22 --
 6 files changed, 106 insertions(+), 116 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-03 17:48:10 UTC (rev 206619)
+++ extra-i686/PKGBUILD 2014-03-03 17:48:17 UTC (rev 206620)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libmm-qt
-pkgver=1.0.1
-pkgrel=1
-pkgdesc='Qt-only wrapper for ModemManager DBus API'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/extragear/libs/libmm-qt'
-license=('LGPL')
-depends=('qt4' 'modemmanager')
-makedepends=('cmake' 'doxygen')
-source=(http://download.kde.org/unstable/modemmanager-qt/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;
-'fix-build.patch')
-md5sums=('73cf04d0e71d75ce343d791968a7c460'
- '265fd2e32a5e350c1703612d29268748')
-
-prepare() {
-  mkdir -p build
-
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i ${srcdir}/fix-build.patch
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libmm-qt/repos/extra-i686/PKGBUILD (from rev 206619, 
libmm-qt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-03 17:48:17 UTC (rev 206620)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libmm-qt
+pkgver=1.0.1
+pkgrel=2
+pkgdesc='Qt-only wrapper for ModemManager DBus API'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/extragear/libs/libmm-qt'
+license=('LGPL')
+depends=('qt4' 'modemmanager')
+makedepends=('cmake' 'doxygen')
+source=(http://download.kde.org/unstable/modemmanager-qt/${pkgver}/src/${pkgname}-${pkgver}-1.tar.xz;)
+md5sums=('1ee1c7754cbb4fdf484ac2648d7263e0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/fix-build.patch
===
--- extra-i686/fix-build.patch  2014-03-03 17:48:10 UTC (rev 206619)
+++ extra-i686/fix-build.patch  2014-03-03 17:48:17 UTC (rev 206620)
@@ -1,22 +0,0 @@
-From: David Faure fa...@kde.org
-Date: Thu, 09 Jan 2014 19:41:48 +
-Subject: modem.cpp:169:1: error: no return statement in function returning 
non-void [-Werror=return-type]
-X-Git-Tag: v1.0.1
-X-Git-Url: 
http://quickgit.kde.org/?p=libmm-qt.gita=commitdiffh=1d7f3e5d5eb4bb4fba741736049c229b48b6815c

-modem.cpp:169:1: error: no return statement in function returning non-void 
[-Werror=return-type]

-
-
 a/modem.cpp
-+++ b/modem.cpp
-@@ -165,7 +165,7 @@
- QString ModemManager::Modem::command(const QString cmd, uint timeout)
- {
- Q_D(Modem);
--d-modemIface.Command(cmd, timeout);
-+return d-modemIface.Command(cmd, timeout);
- }
- 
- QString ModemManager::Modem::simPath() const
-

Copied: libmm-qt/repos/extra-i686/fix-build.patch (from rev 206619, 
libmm-qt/trunk/fix-build.patch)
===
--- extra-i686/fix-build.patch  (rev 0)
+++ extra-i686/fix-build.patch  2014-03-03 17:48:17 UTC (rev 206620)
@@ -0,0 +1,22 @@
+From: David Faure fa...@kde.org
+Date: Thu, 09 Jan 2014 19:41:48 +
+Subject: modem.cpp:169:1: error: no return statement in function returning 
non-void [-Werror=return-type]
+X-Git-Tag: v1.0.1
+X-Git-Url: 
http://quickgit.kde.org/?p=libmm-qt.gita=commitdiffh=1d7f3e5d5eb4bb4fba741736049c229b48b6815c
+---
+modem.cpp:169:1: error: no return statement in function returning non-void 
[-Werror=return-type]
+---
+
+
+--- a/modem.cpp
 b/modem.cpp
+@@ 

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

2014-03-03 Thread Andrea Scarpino
Date: Monday, March 3, 2014 @ 18:50:19
  Author: andrea
Revision: 206621

Fix prepare

Modified:
  libqzeitgeist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-03 17:48:17 UTC (rev 206620)
+++ PKGBUILD2014-03-03 17:50:19 UTC (rev 206621)
@@ -23,7 +23,7 @@
 
   # Fix python2 path
   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
-${pkgname}-${pkgver}/scripts/onto2cpp.py
+scripts/onto2cpp.py
 }
 
 build() {



[arch-commits] Commit in libqzeitgeist/repos/extra-x86_64 (4 files)

2014-03-03 Thread Andrea Scarpino
Date: Monday, March 3, 2014 @ 18:50:39
  Author: andrea
Revision: 206623

archrelease: copy trunk to extra-x86_64

Added:
  libqzeitgeist/repos/extra-x86_64/PKGBUILD
(from rev 206622, libqzeitgeist/trunk/PKGBUILD)
  libqzeitgeist/repos/extra-x86_64/set-declarative-installation-dir.patch
(from rev 206622, 
libqzeitgeist/trunk/set-declarative-installation-dir.patch)
Deleted:
  libqzeitgeist/repos/extra-x86_64/PKGBUILD
  libqzeitgeist/repos/extra-x86_64/set-declarative-installation-dir.patch

+
 PKGBUILD   |   82 +++
 set-declarative-installation-dir.patch |   28 +-
 2 files changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-03 17:50:34 UTC (rev 206622)
+++ PKGBUILD2014-03-03 17:50:39 UTC (rev 206623)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libqzeitgeist
-pkgver=0.8.0
-pkgrel=3
-pkgdesc=A Qt interface to the Zeitgeist event tracking system
-url='https://projects.kde.org/projects/kdesupport/libqzeitgeist'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('qt4')
-makedepends=('cmake' 'automoc4' 'python2' 'zeitgeist')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
-'set-declarative-installation-dir.patch')
-md5sums=('97bdea6a1865db7d5f29c93e3a492f24'
- '712013e582acb73296e41ad842d0da01')
-
-prepare() {
-  mkdir build
-
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i ${srcdir}/set-declarative-installation-dir.patch
-
-  # Fix python2 path
-  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
-${pkgname}-${pkgver}/scripts/onto2cpp.py
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
--DDECLARATIVE_IMPORT_PREFIX=/usr/lib/qt4/imports/
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libqzeitgeist/repos/extra-x86_64/PKGBUILD (from rev 206622, 
libqzeitgeist/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-03 17:50:39 UTC (rev 206623)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libqzeitgeist
+pkgver=0.8.0
+pkgrel=3
+pkgdesc=A Qt interface to the Zeitgeist event tracking system
+url='https://projects.kde.org/projects/kdesupport/libqzeitgeist'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('qt4')
+makedepends=('cmake' 'automoc4' 'python2' 'zeitgeist')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
+'set-declarative-installation-dir.patch')
+md5sums=('97bdea6a1865db7d5f29c93e3a492f24'
+ '712013e582acb73296e41ad842d0da01')
+
+prepare() {
+  mkdir build
+
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/set-declarative-installation-dir.patch
+
+  # Fix python2 path
+  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
+scripts/onto2cpp.py
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+-DDECLARATIVE_IMPORT_PREFIX=/usr/lib/qt4/imports/
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: set-declarative-installation-dir.patch
===
--- set-declarative-installation-dir.patch  2014-03-03 17:50:34 UTC (rev 
206622)
+++ set-declarative-installation-dir.patch  2014-03-03 17:50:39 UTC (rev 
206623)
@@ -1,14 +0,0 @@
 libqzeitgeist-0.8.0/declarative/CMakeLists.txt~2012-01-28 
10:55:56.178972521 +
-+++ libqzeitgeist-0.8.0/declarative/CMakeLists.txt 2012-01-28 
10:57:29.601561527 +
-@@ -14,7 +14,9 @@
- include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../src/)
- automoc4_add_library(QZeitgeistDeclarativePlugin MODULE ${declarative_SRCS})
- 
--target_link_libraries(QZeitgeistDeclarativePlugin ${QT_LIBRARIES} qzeitgeist)
-+target_link_libraries(QZeitgeistDeclarativePlugin 
${QT_QTDECLARATIVE_LIBRARIES} qzeitgeist)
- 
--install(TARGETS QZeitgeistDeclarativePlugin DESTINATION 
lib${LIB_SUFFIX}/qt4/imports/org/gnome/zeitgeist)
-+set(DECLARATIVE_IMPORT_PREFIX ${QT_IMPORTS_DIR} CACHE PATH Location to 
install declarative bindings)
-+
-+install(TARGETS QZeitgeistDeclarativePlugin DESTINATION 
${DECLARATIVE_IMPORT_PREFIX}/org/gnome/zeitgeist)
- install(FILES qmldir DESTINATION ${QT_IMPORTS_DIR}/org/gnome/zeitgeist)

Copied: libqzeitgeist/repos/extra-x86_64/set-declarative-installation-dir.patch 
(from rev 206622, libqzeitgeist/trunk/set-declarative-installation-dir.patch)
===
--- set-declarative-installation-dir.patch  (rev 0)
+++ 

[arch-commits] Commit in libqzeitgeist/repos/extra-i686 (4 files)

2014-03-03 Thread Andrea Scarpino
Date: Monday, March 3, 2014 @ 18:50:34
  Author: andrea
Revision: 206622

archrelease: copy trunk to extra-i686

Added:
  libqzeitgeist/repos/extra-i686/PKGBUILD
(from rev 206621, libqzeitgeist/trunk/PKGBUILD)
  libqzeitgeist/repos/extra-i686/set-declarative-installation-dir.patch
(from rev 206621, 
libqzeitgeist/trunk/set-declarative-installation-dir.patch)
Deleted:
  libqzeitgeist/repos/extra-i686/PKGBUILD
  libqzeitgeist/repos/extra-i686/set-declarative-installation-dir.patch

+
 PKGBUILD   |   82 +++
 set-declarative-installation-dir.patch |   28 +-
 2 files changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-03 17:50:19 UTC (rev 206621)
+++ PKGBUILD2014-03-03 17:50:34 UTC (rev 206622)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libqzeitgeist
-pkgver=0.8.0
-pkgrel=3
-pkgdesc=A Qt interface to the Zeitgeist event tracking system
-url='https://projects.kde.org/projects/kdesupport/libqzeitgeist'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('qt4')
-makedepends=('cmake' 'automoc4' 'python2' 'zeitgeist')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
-'set-declarative-installation-dir.patch')
-md5sums=('97bdea6a1865db7d5f29c93e3a492f24'
- '712013e582acb73296e41ad842d0da01')
-
-prepare() {
-  mkdir build
-
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i ${srcdir}/set-declarative-installation-dir.patch
-
-  # Fix python2 path
-  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
-${pkgname}-${pkgver}/scripts/onto2cpp.py
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
--DDECLARATIVE_IMPORT_PREFIX=/usr/lib/qt4/imports/
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libqzeitgeist/repos/extra-i686/PKGBUILD (from rev 206621, 
libqzeitgeist/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-03 17:50:34 UTC (rev 206622)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libqzeitgeist
+pkgver=0.8.0
+pkgrel=3
+pkgdesc=A Qt interface to the Zeitgeist event tracking system
+url='https://projects.kde.org/projects/kdesupport/libqzeitgeist'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('qt4')
+makedepends=('cmake' 'automoc4' 'python2' 'zeitgeist')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
+'set-declarative-installation-dir.patch')
+md5sums=('97bdea6a1865db7d5f29c93e3a492f24'
+ '712013e582acb73296e41ad842d0da01')
+
+prepare() {
+  mkdir build
+
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/set-declarative-installation-dir.patch
+
+  # Fix python2 path
+  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
+scripts/onto2cpp.py
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+-DDECLARATIVE_IMPORT_PREFIX=/usr/lib/qt4/imports/
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: set-declarative-installation-dir.patch
===
--- set-declarative-installation-dir.patch  2014-03-03 17:50:19 UTC (rev 
206621)
+++ set-declarative-installation-dir.patch  2014-03-03 17:50:34 UTC (rev 
206622)
@@ -1,14 +0,0 @@
 libqzeitgeist-0.8.0/declarative/CMakeLists.txt~2012-01-28 
10:55:56.178972521 +
-+++ libqzeitgeist-0.8.0/declarative/CMakeLists.txt 2012-01-28 
10:57:29.601561527 +
-@@ -14,7 +14,9 @@
- include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../src/)
- automoc4_add_library(QZeitgeistDeclarativePlugin MODULE ${declarative_SRCS})
- 
--target_link_libraries(QZeitgeistDeclarativePlugin ${QT_LIBRARIES} qzeitgeist)
-+target_link_libraries(QZeitgeistDeclarativePlugin 
${QT_QTDECLARATIVE_LIBRARIES} qzeitgeist)
- 
--install(TARGETS QZeitgeistDeclarativePlugin DESTINATION 
lib${LIB_SUFFIX}/qt4/imports/org/gnome/zeitgeist)
-+set(DECLARATIVE_IMPORT_PREFIX ${QT_IMPORTS_DIR} CACHE PATH Location to 
install declarative bindings)
-+
-+install(TARGETS QZeitgeistDeclarativePlugin DESTINATION 
${DECLARATIVE_IMPORT_PREFIX}/org/gnome/zeitgeist)
- install(FILES qmldir DESTINATION ${QT_IMPORTS_DIR}/org/gnome/zeitgeist)

Copied: libqzeitgeist/repos/extra-i686/set-declarative-installation-dir.patch 
(from rev 206621, libqzeitgeist/trunk/set-declarative-installation-dir.patch)
===
--- set-declarative-installation-dir.patch  (rev 0)
+++ set-declarative-installation-dir.patch 

[arch-commits] Commit in kdevelop-pg-qt/repos (6 files)

2014-03-03 Thread Andrea Scarpino
Date: Monday, March 3, 2014 @ 19:01:54
  Author: andrea
Revision: 206625

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

Added:
  kdevelop-pg-qt/repos/extra-i686/PKGBUILD
(from rev 206624, kdevelop-pg-qt/trunk/PKGBUILD)
  kdevelop-pg-qt/repos/extra-i686/fix-build.patch
(from rev 206624, kdevelop-pg-qt/trunk/fix-build.patch)
  kdevelop-pg-qt/repos/extra-x86_64/PKGBUILD
(from rev 206624, kdevelop-pg-qt/trunk/PKGBUILD)
  kdevelop-pg-qt/repos/extra-x86_64/fix-build.patch
(from rev 206624, kdevelop-pg-qt/trunk/fix-build.patch)
Deleted:
  kdevelop-pg-qt/repos/extra-i686/PKGBUILD
  kdevelop-pg-qt/repos/extra-x86_64/PKGBUILD

--+
 /PKGBUILD|   72 +
 extra-i686/PKGBUILD  |   28 
 extra-i686/fix-build.patch   | 2410 +
 extra-x86_64/PKGBUILD|   28 
 extra-x86_64/fix-build.patch | 2410 +
 5 files changed, 4892 insertions(+), 56 deletions(-)

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


[arch-commits] Commit in kdevelop-pg-qt/trunk (PKGBUILD fix-build.patch)

2014-03-03 Thread Andrea Scarpino
Date: Monday, March 3, 2014 @ 19:01:46
  Author: andrea
Revision: 206624

upgpkg: kdevelop-pg-qt 1.0.0-3

Fix build

Added:
  kdevelop-pg-qt/trunk/fix-build.patch
Modified:
  kdevelop-pg-qt/trunk/PKGBUILD

-+
 PKGBUILD|   18 
 fix-build.patch | 2410 ++
 2 files changed, 2423 insertions(+), 5 deletions(-)

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


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

2014-03-03 Thread Andrea Scarpino
Date: Monday, March 3, 2014 @ 19:10:46
  Author: andrea
Revision: 206627

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

Added:
  libmsn/repos/extra-i686/PKGBUILD
(from rev 206626, libmsn/trunk/PKGBUILD)
  libmsn/repos/extra-i686/gcc47.patch
(from rev 206626, libmsn/trunk/gcc47.patch)
  libmsn/repos/extra-x86_64/PKGBUILD
(from rev 206626, libmsn/trunk/PKGBUILD)
  libmsn/repos/extra-x86_64/gcc47.patch
(from rev 206626, libmsn/trunk/gcc47.patch)
Deleted:
  libmsn/repos/extra-i686/PKGBUILD
  libmsn/repos/extra-x86_64/PKGBUILD

--+
 /PKGBUILD|   76 +
 extra-i686/PKGBUILD  |   31 --
 extra-i686/gcc47.patch   |   11 ++
 extra-x86_64/PKGBUILD|   31 --
 extra-x86_64/gcc47.patch |   11 ++
 5 files changed, 98 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-03 18:10:39 UTC (rev 206626)
+++ extra-i686/PKGBUILD 2014-03-03 18:10:46 UTC (rev 206627)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Charly Ghislain charlyghisl...@gmail.com
-
-pkgname=libmsn
-pkgver=4.2.1
-pkgrel=1
-pkgdesc=A reusable, open-source, fully documented library for connecting to 
Microsoft's MSN
-url=http://sourceforge.net/projects/libmsn/;
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('openssl')
-makedepends=('cmake')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('38e46e589720eefd71f92b6b76993bf0')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libmsn/repos/extra-i686/PKGBUILD (from rev 206626, 
libmsn/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-03 18:10:46 UTC (rev 206627)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Charly Ghislain charlyghisl...@gmail.com
+
+pkgname=libmsn
+pkgver=4.2.1
+pkgrel=2
+pkgdesc=A reusable, open-source, fully documented library for connecting to 
Microsoft's MSN
+url=http://sourceforge.net/projects/libmsn/;
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('openssl')
+makedepends=('cmake')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;
+'gcc47.patch')
+md5sums=('38e46e589720eefd71f92b6b76993bf0'
+ '2d202093a4434af14b79f02f3bc2c0fc')
+
+prepare() {
+  mkdir build
+
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/gcc47.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libmsn/repos/extra-i686/gcc47.patch (from rev 206626, 
libmsn/trunk/gcc47.patch)
===
--- extra-i686/gcc47.patch  (rev 0)
+++ extra-i686/gcc47.patch  2014-03-03 18:10:46 UTC (rev 206627)
@@ -0,0 +1,11 @@
+diff -ruN libmsn-4.2.1.orig//msn/util.cpp libmsn-4.2.1//msn/util.cpp
+--- libmsn-4.2.1.orig//msn/util.cpp2009-07-22 21:57:10.0 +0200
 libmsn-4.2.1//msn/util.cpp 2012-05-07 12:45:47.581493381 +0200
+@@ -30,6 +30,7 @@
+ #include openssl/rand.h
+ #include cstring
+ #include sys/timeb.h
++#include unistd.h
+ #include md5.h
+ #include libsiren/siren7.h
+ 

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-03-03 18:10:39 UTC (rev 206626)
+++ extra-x86_64/PKGBUILD   2014-03-03 18:10:46 UTC (rev 206627)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Charly Ghislain charlyghisl...@gmail.com
-
-pkgname=libmsn
-pkgver=4.2.1
-pkgrel=1
-pkgdesc=A reusable, open-source, fully documented library for connecting to 
Microsoft's MSN
-url=http://sourceforge.net/projects/libmsn/;
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('openssl')
-makedepends=('cmake')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('38e46e589720eefd71f92b6b76993bf0')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libmsn/repos/extra-x86_64/PKGBUILD (from rev 206626, 
libmsn/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   

[arch-commits] Commit in libmsn/trunk (PKGBUILD gcc47.patch)

2014-03-03 Thread Andrea Scarpino
Date: Monday, March 3, 2014 @ 19:10:39
  Author: andrea
Revision: 206626

upgpkg: libmsn 4.2.1-2

Fix build

Added:
  libmsn/trunk/gcc47.patch
Modified:
  libmsn/trunk/PKGBUILD

-+
 PKGBUILD|   21 ++---
 gcc47.patch |   11 +++
 2 files changed, 25 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-03 18:01:54 UTC (rev 206625)
+++ PKGBUILD2014-03-03 18:10:39 UTC (rev 206626)
@@ -5,7 +5,7 @@
 
 pkgname=libmsn
 pkgver=4.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A reusable, open-source, fully documented library for connecting to 
Microsoft's MSN
 url=http://sourceforge.net/projects/libmsn/;
 arch=('i686' 'x86_64')
@@ -12,12 +12,19 @@
 license=('GPL2')
 depends=('openssl')
 makedepends=('cmake')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('38e46e589720eefd71f92b6b76993bf0')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;
+'gcc47.patch')
+md5sums=('38e46e589720eefd71f92b6b76993bf0'
+ '2d202093a4434af14b79f02f3bc2c0fc')
 
+prepare() {
+  mkdir build
+
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/gcc47.patch
+}
+
 build() {
-  cd ${srcdir}
-  mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
 -DCMAKE_INSTALL_PREFIX=/usr \
@@ -26,6 +33,6 @@
 }
 
 package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
+  cd build
+  make DESTDIR=${pkgdir} install
 }

Added: gcc47.patch
===
--- gcc47.patch (rev 0)
+++ gcc47.patch 2014-03-03 18:10:39 UTC (rev 206626)
@@ -0,0 +1,11 @@
+diff -ruN libmsn-4.2.1.orig//msn/util.cpp libmsn-4.2.1//msn/util.cpp
+--- libmsn-4.2.1.orig//msn/util.cpp2009-07-22 21:57:10.0 +0200
 libmsn-4.2.1//msn/util.cpp 2012-05-07 12:45:47.581493381 +0200
+@@ -30,6 +30,7 @@
+ #include openssl/rand.h
+ #include cstring
+ #include sys/timeb.h
++#include unistd.h
+ #include md5.h
+ #include libsiren/siren7.h
+ 



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

2014-03-03 Thread Sergej Pupykin
Date: Monday, March 3, 2014 @ 20:26:52
  Author: spupykin
Revision: 106449

upgpkg: owncloud 6.0.2-1

upd

Modified:
  owncloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-03 17:04:25 UTC (rev 106448)
+++ PKGBUILD2014-03-03 19:26:52 UTC (rev 106449)
@@ -4,8 +4,8 @@
 # Based on owncloud-git PKGBUILD by Alexander Ovsyannikov
 
 pkgname=owncloud
-pkgver=6.0.1
-_pkgver=6.0.1
+pkgver=6.0.2
+_pkgver=6.0.2
 pkgrel=1
 pkgdesc=A cloud server to store your files centrally on a hardware controlled 
by you
 arch=('any')
@@ -26,7 +26,7 @@
 
source=(http://download.owncloud.org/community/$pkgname-${_pkgver}.tar.bz2{,.asc}
'apache.example.conf')
 backup=('etc/webapps/owncloud/apache.example.conf')
-md5sums=('2bc2cb9cc270aae57a99714f478da09d'
+md5sums=('da5286427771c68d14b351cf68f515fd'
  'SKIP'
  '2c33ca1019379fa0878d5a1a87d9374d')
 



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

2014-03-03 Thread Sergej Pupykin
Date: Monday, March 3, 2014 @ 20:27:29
  Author: spupykin
Revision: 106451

upgpkg: pptpd 1.3.4-14

upd

Modified:
  pptpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-03 19:27:03 UTC (rev 106450)
+++ PKGBUILD2014-03-03 19:27:29 UTC (rev 106451)
@@ -3,7 +3,7 @@
 
 pkgname=pptpd
 pkgver=1.3.4
-pkgrel=13
+pkgrel=14
 pkgdesc=Poptop server
 arch=(i686 x86_64)
 url=http://poptop.sourceforge.net/;



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

2014-03-03 Thread Sergej Pupykin
Date: Monday, March 3, 2014 @ 20:27:03
  Author: spupykin
Revision: 106450

archrelease: copy trunk to community-any

Added:
  owncloud/repos/community-any/PKGBUILD
(from rev 106449, owncloud/trunk/PKGBUILD)
  owncloud/repos/community-any/apache.example.conf
(from rev 106449, owncloud/trunk/apache.example.conf)
Deleted:
  owncloud/repos/community-any/PKGBUILD
  owncloud/repos/community-any/apache.example.conf

-+
 PKGBUILD|  100 +-
 apache.example.conf |   34 -
 2 files changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-03 19:26:52 UTC (rev 106449)
+++ PKGBUILD2014-03-03 19:27:03 UTC (rev 106450)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Antonio Rojas nqn1976 @ gmail.com
-# Based on owncloud-git PKGBUILD by Alexander Ovsyannikov
-
-pkgname=owncloud
-pkgver=6.0.1
-_pkgver=6.0.1
-pkgrel=1
-pkgdesc=A cloud server to store your files centrally on a hardware controlled 
by you
-arch=('any')
-url=http://owncloud.org/;
-license=('GPL')
-depends=('php-gd' 'php-intl')
-optdepends=('php-apache: to use the Apache web server'
-   'php-sqlite: to use the SQLite database backend'
-   'php-pgsql: to use the PostgreSQL database backend'
-   'mariadb: to use the MySQL database backend'
-   'smbclient: to mount SAMBA shares'
-   'php-mcrypt'
-   'php-imagick: file preview'
-   'ffmpeg: file preview'
-   'libreoffice-common: file preview')
-makedepends=()
-options=('!strip')
-source=(http://download.owncloud.org/community/$pkgname-${_pkgver}.tar.bz2{,.asc}
-   'apache.example.conf')
-backup=('etc/webapps/owncloud/apache.example.conf')
-md5sums=('2bc2cb9cc270aae57a99714f478da09d'
- 'SKIP'
- '2c33ca1019379fa0878d5a1a87d9374d')
-
-package() {
-  # install license
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  cp ${srcdir}/${pkgname}/COPYING-* ${pkgdir}/usr/share/licenses/${pkgname}
-
-  # install project
-  install -d ${pkgdir}/usr/share/webapps/
-  cp -a ${srcdir}/${pkgname} ${pkgdir}/usr/share/webapps/
-
-  # install apache config file
-  install -d  ${pkgdir}/etc/webapps/${pkgname}
-  install -m 644 ${srcdir}/apache.example.conf  
${pkgdir}/etc/webapps/${pkgname}
-
-  # move config to /etc
-  mv ${pkgdir}/usr/share/webapps/owncloud/config 
${pkgdir}/etc/webapps/${pkgname}/config
-  chown -R http:http ${pkgdir}/etc/webapps/${pkgname}/config
-  ln -s /etc/webapps/${pkgname}/config 
${pkgdir}/usr/share/webapps/owncloud/config
-}

Copied: owncloud/repos/community-any/PKGBUILD (from rev 106449, 
owncloud/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-03 19:27:03 UTC (rev 106450)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Antonio Rojas nqn1976 @ gmail.com
+# Based on owncloud-git PKGBUILD by Alexander Ovsyannikov
+
+pkgname=owncloud
+pkgver=6.0.2
+_pkgver=6.0.2
+pkgrel=1
+pkgdesc=A cloud server to store your files centrally on a hardware controlled 
by you
+arch=('any')
+url=http://owncloud.org/;
+license=('GPL')
+depends=('php-gd' 'php-intl')
+optdepends=('php-apache: to use the Apache web server'
+   'php-sqlite: to use the SQLite database backend'
+   'php-pgsql: to use the PostgreSQL database backend'
+   'mariadb: to use the MySQL database backend'
+   'smbclient: to mount SAMBA shares'
+   'php-mcrypt'
+   'php-imagick: file preview'
+   'ffmpeg: file preview'
+   'libreoffice-common: file preview')
+makedepends=()
+options=('!strip')
+source=(http://download.owncloud.org/community/$pkgname-${_pkgver}.tar.bz2{,.asc}
+   'apache.example.conf')
+backup=('etc/webapps/owncloud/apache.example.conf')
+md5sums=('da5286427771c68d14b351cf68f515fd'
+ 'SKIP'
+ '2c33ca1019379fa0878d5a1a87d9374d')
+
+package() {
+  # install license
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  cp ${srcdir}/${pkgname}/COPYING-* ${pkgdir}/usr/share/licenses/${pkgname}
+
+  # install project
+  install -d ${pkgdir}/usr/share/webapps/
+  cp -a ${srcdir}/${pkgname} ${pkgdir}/usr/share/webapps/
+
+  # install apache config file
+  install -d  ${pkgdir}/etc/webapps/${pkgname}
+  install -m 644 ${srcdir}/apache.example.conf  
${pkgdir}/etc/webapps/${pkgname}
+
+  # move config to /etc
+  mv ${pkgdir}/usr/share/webapps/owncloud/config 
${pkgdir}/etc/webapps/${pkgname}/config
+  chown -R http:http ${pkgdir}/etc/webapps/${pkgname}/config
+  ln -s /etc/webapps/${pkgname}/config 
${pkgdir}/usr/share/webapps/owncloud/config
+}

Deleted: apache.example.conf
===
--- apache.example.conf 2014-03-03 

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

2014-03-03 Thread Sergej Pupykin
Date: Monday, March 3, 2014 @ 20:27:46
  Author: spupykin
Revision: 106452

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

Added:
  pptpd/repos/community-i686/ChangeLog
(from rev 106451, pptpd/trunk/ChangeLog)
  pptpd/repos/community-i686/PKGBUILD
(from rev 106451, pptpd/trunk/PKGBUILD)
  pptpd/repos/community-i686/pptpd.service
(from rev 106451, pptpd/trunk/pptpd.service)
  pptpd/repos/community-i686/unrecognized-opt.patch
(from rev 106451, pptpd/trunk/unrecognized-opt.patch)
  pptpd/repos/community-x86_64/ChangeLog
(from rev 106451, pptpd/trunk/ChangeLog)
  pptpd/repos/community-x86_64/PKGBUILD
(from rev 106451, pptpd/trunk/PKGBUILD)
  pptpd/repos/community-x86_64/pptpd.service
(from rev 106451, pptpd/trunk/pptpd.service)
  pptpd/repos/community-x86_64/unrecognized-opt.patch
(from rev 106451, pptpd/trunk/unrecognized-opt.patch)
Deleted:
  pptpd/repos/community-i686/ChangeLog
  pptpd/repos/community-i686/PKGBUILD
  pptpd/repos/community-i686/pptpd.service
  pptpd/repos/community-i686/unrecognized-opt.patch
  pptpd/repos/community-x86_64/ChangeLog
  pptpd/repos/community-x86_64/PKGBUILD
  pptpd/repos/community-x86_64/pptpd.service
  pptpd/repos/community-x86_64/unrecognized-opt.patch

-+
 /ChangeLog  |6 +
 /PKGBUILD   |   98 ++
 /pptpd.service  |   20 ++
 /unrecognized-opt.patch |   26 +++
 community-i686/ChangeLog|3 
 community-i686/PKGBUILD |   49 ---
 community-i686/pptpd.service|   10 ---
 community-i686/unrecognized-opt.patch   |   13 ---
 community-x86_64/ChangeLog  |3 
 community-x86_64/PKGBUILD   |   49 ---
 community-x86_64/pptpd.service  |   10 ---
 community-x86_64/unrecognized-opt.patch |   13 ---
 12 files changed, 150 insertions(+), 150 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2014-03-03 19:27:29 UTC (rev 106451)
+++ community-i686/ChangeLog2014-03-03 19:27:46 UTC (rev 106452)
@@ -1,3 +0,0 @@
-2007-06-29 tardo ta...@nagi-fanboi.net
-* Built for x86_64
-* Added autoreconf to help with proper installation of libs

Copied: pptpd/repos/community-i686/ChangeLog (from rev 106451, 
pptpd/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2014-03-03 19:27:46 UTC (rev 106452)
@@ -0,0 +1,3 @@
+2007-06-29 tardo ta...@nagi-fanboi.net
+* Built for x86_64
+* Added autoreconf to help with proper installation of libs

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-03 19:27:29 UTC (rev 106451)
+++ community-i686/PKGBUILD 2014-03-03 19:27:46 UTC (rev 106452)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=pptpd
-pkgver=1.3.4
-pkgrel=13
-pkgdesc=Poptop server
-arch=(i686 x86_64)
-url=http://poptop.sourceforge.net/;
-license=('GPL')
-depends=(ppp glibc)
-backup=(etc/pptpd.conf)
-source=(http://downloads.sourceforge.net/sourceforge/poptop/pptpd-$pkgver.tar.gz
-   pptpd.service
-   unrecognized-opt.patch)
-md5sums=('b38df9c431041922c997c1148bedf591'
- 'f17df2a137282adbd04c75dd25784a9c'
- 'cfa02c86d0413eb94fac15599986f54c')
-
-build() {
-  local _pppver=`pacman -Q ppp`
-  _pppver=${_pppver%-*}
-  _pppver=${_pppver#ppp }
-
-  cd $srcdir/$pkgname-$pkgver
-  patch -p1 $srcdir/unrecognized-opt.patch
-  sed -i 's|AM_CONFIG_HEADER|AC_CONFIG_HEADER|g' configure.in
-  autoreconf -i
-  ./configure \
---prefix=/usr \
---libdir=/usr/lib \
---sbindir=/usr/bin \
---exec-prefix=/usr \
---mandir=/usr/share/man
-  sed -i s|#define VERSION.*|#define VERSION \${_pppver}\| 
plugins/patchlevel.h
-  make
-  sed -i 's|install -o root|install|g' plugins/Makefile
-  sed -i 's|?=|=|g' plugins/Makefile
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  mkdir -p $pkgdir/etc/
-  echo -e # Read man pptpd.conf, see samples in /usr/share/doc/pptpd\n# and 
write your pptpd configuration here $pkgdir/etc/pptpd.conf
-  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-  mkdir -p $pkgdir/usr/share/doc/pptpd
-  cp -a samples $pkgdir/usr/share/doc/pptpd/
-}

Copied: pptpd/repos/community-i686/PKGBUILD (from rev 106451, 
pptpd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-03 19:27:46 UTC (rev 106452)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+

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

2014-03-03 Thread Jan Steffens
Date: Monday, March 3, 2014 @ 21:28:49
  Author: heftig
Revision: 206628

2.30.6

Modified:
  gdk-pixbuf2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-03 18:10:46 UTC (rev 206627)
+++ PKGBUILD2014-03-03 20:28:49 UTC (rev 206628)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=gdk-pixbuf2
-pkgver=2.30.5
+pkgver=2.30.6
 pkgrel=1
 pkgdesc=An image loading library
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('gtk-doc' 'gobject-introspection')
 install=gdk-pixbuf2.install
 
source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-$pkgver.tar.xz)
-sha256sums=('43e71d50c4511d7d72fa75b1ac7ad3e8e04bdc97908d003449e78171683bb136')
+sha256sums=('43394fa4adfb49fa4d662fdc6f43f7f25a9f914509528f57720b18487b0a7f5a')
 
 build() {
   cd gdk-pixbuf-$pkgver



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

2014-03-03 Thread Jan Steffens
Date: Monday, March 3, 2014 @ 21:30:24
  Author: heftig
Revision: 206629

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

Added:
  gdk-pixbuf2/repos/extra-i686/PKGBUILD
(from rev 206628, gdk-pixbuf2/trunk/PKGBUILD)
  gdk-pixbuf2/repos/extra-i686/gdk-pixbuf2.install
(from rev 206628, gdk-pixbuf2/trunk/gdk-pixbuf2.install)
  gdk-pixbuf2/repos/extra-x86_64/PKGBUILD
(from rev 206628, gdk-pixbuf2/trunk/PKGBUILD)
  gdk-pixbuf2/repos/extra-x86_64/gdk-pixbuf2.install
(from rev 206628, gdk-pixbuf2/trunk/gdk-pixbuf2.install)
Deleted:
  gdk-pixbuf2/repos/extra-i686/PKGBUILD
  gdk-pixbuf2/repos/extra-i686/gdk-pixbuf2.install
  gdk-pixbuf2/repos/extra-x86_64/PKGBUILD
  gdk-pixbuf2/repos/extra-x86_64/gdk-pixbuf2.install

--+
 /PKGBUILD|   66 +
 /gdk-pixbuf2.install |   22 
 extra-i686/PKGBUILD  |   33 --
 extra-i686/gdk-pixbuf2.install   |   11 --
 extra-x86_64/PKGBUILD|   33 --
 extra-x86_64/gdk-pixbuf2.install |   11 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-03 20:28:49 UTC (rev 206628)
+++ extra-i686/PKGBUILD 2014-03-03 20:30:24 UTC (rev 206629)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gdk-pixbuf2
-pkgver=2.30.5
-pkgrel=1
-pkgdesc=An image loading library
-arch=('i686' 'x86_64')
-url=http://www.gtk.org/;
-license=('LGPL2.1')
-depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11' 'jasper')
-makedepends=('gtk-doc' 'gobject-introspection')
-install=gdk-pixbuf2.install
-source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-$pkgver.tar.xz)
-sha256sums=('43e71d50c4511d7d72fa75b1ac7ad3e8e04bdc97908d003449e78171683bb136')
-
-build() {
-  cd gdk-pixbuf-$pkgver
-
-  ./configure --prefix=/usr \
---with-x11 \
---with-libjasper \
---with-included-loaders=png
-  make
-}
-
-package() {
-  cd gdk-pixbuf-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gdk-pixbuf2/repos/extra-i686/PKGBUILD (from rev 206628, 
gdk-pixbuf2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-03 20:30:24 UTC (rev 206629)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gdk-pixbuf2
+pkgver=2.30.6
+pkgrel=1
+pkgdesc=An image loading library
+arch=('i686' 'x86_64')
+url=http://www.gtk.org/;
+license=('LGPL2.1')
+depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11' 'jasper')
+makedepends=('gtk-doc' 'gobject-introspection')
+install=gdk-pixbuf2.install
+source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-$pkgver.tar.xz)
+sha256sums=('43394fa4adfb49fa4d662fdc6f43f7f25a9f914509528f57720b18487b0a7f5a')
+
+build() {
+  cd gdk-pixbuf-$pkgver
+
+  ./configure --prefix=/usr \
+--with-x11 \
+--with-libjasper \
+--with-included-loaders=png
+  make
+}
+
+package() {
+  cd gdk-pixbuf-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/gdk-pixbuf2.install
===
--- extra-i686/gdk-pixbuf2.install  2014-03-03 20:28:49 UTC (rev 206628)
+++ extra-i686/gdk-pixbuf2.install  2014-03-03 20:30:24 UTC (rev 206629)
@@ -1,11 +0,0 @@
-post_install() {
-   gdk-pixbuf-query-loaders --update-cache
-}
-
-post_upgrade() {
-post_install
-}
-
-pre_remove() {
-rm -f /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache
-}

Copied: gdk-pixbuf2/repos/extra-i686/gdk-pixbuf2.install (from rev 206628, 
gdk-pixbuf2/trunk/gdk-pixbuf2.install)
===
--- extra-i686/gdk-pixbuf2.install  (rev 0)
+++ extra-i686/gdk-pixbuf2.install  2014-03-03 20:30:24 UTC (rev 206629)
@@ -0,0 +1,11 @@
+post_install() {
+   gdk-pixbuf-query-loaders --update-cache
+}
+
+post_upgrade() {
+post_install
+}
+
+pre_remove() {
+rm -f /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-03-03 20:28:49 UTC (rev 206628)
+++ extra-x86_64/PKGBUILD   2014-03-03 20:30:24 UTC (rev 206629)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gdk-pixbuf2
-pkgver=2.30.5
-pkgrel=1
-pkgdesc=An image loading library
-arch=('i686' 'x86_64')
-url=http://www.gtk.org/;
-license=('LGPL2.1')
-depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11' 'jasper')
-makedepends=('gtk-doc' 'gobject-introspection')
-install=gdk-pixbuf2.install
-source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-$pkgver.tar.xz)

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

2014-03-03 Thread Jan Steffens
Date: Monday, March 3, 2014 @ 21:37:06
  Author: heftig
Revision: 206630

5.0

Modified:
  pulseaudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-03 20:30:24 UTC (rev 206629)
+++ PKGBUILD2014-03-03 20:37:06 UTC (rev 206630)
@@ -7,7 +7,7 @@
 pkgbase=pulseaudio
 pkgname=(pulseaudio libpulse)
 pkgdesc=A featureful, general-purpose sound server
-pkgver=4.99.4
+pkgver=5.0
 pkgrel=1
 arch=(i686 x86_64)
 url=http://www.freedesktop.org/wiki/Software/PulseAudio;
@@ -18,7 +18,7 @@
  check git)
 options=(!emptydirs)
 
source=(http://freedesktop.org/software/$pkgbase/releases/$pkgbase-$pkgver.tar.xz)
-sha256sums=('SKIP')
+sha256sums=('99c13a8b1249ddbd724f195579df79484e9af6418cecf6a15f003a7f36caf939')
 
 prepare() {
   cd $pkgbase-$pkgver



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

2014-03-03 Thread Jan Steffens
Date: Monday, March 3, 2014 @ 21:38:22
  Author: heftig
Revision: 206631

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

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

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-03-03 20:37:06 UTC (rev 206630)
+++ testing-i686/PKGBUILD   2014-03-03 20:38:22 UTC (rev 206631)
@@ -1,118 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Corrado Primier ba...@aur.archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgbase=pulseaudio
-pkgname=(pulseaudio libpulse)
-pkgdesc=A featureful, general-purpose sound server
-pkgver=4.99.4
-pkgrel=1
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/PulseAudio;
-license=(LGPL AGPL3)
-makedepends=(libasyncns libcap attr libxtst libsm libsamplerate libtool rtkit
- speex tdb systemd dbus avahi bluez bluez-libs gconf intltool 
jack2-dbus sbc
- lirc-utils openssl xenstore fftw orc json-c gtk3 
webrtc-audio-processing
- check git)
-options=(!emptydirs)
-source=(http://freedesktop.org/software/$pkgbase/releases/$pkgbase-$pkgver.tar.xz)
-sha256sums=('SKIP')
-
-prepare() {
-  cd $pkgbase-$pkgver
-}
-
-build() {
-  cd $pkgbase-$pkgver
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---with-udev-rules-dir=/usr/lib/udev/rules.d \
---with-database=tdb \
---disable-tcpwrap \
---disable-bluez4 \
---disable-rpath \
---disable-default-build-tests
-
-  # fight unused direct deps
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package_pulseaudio() {
-  depends=(libpulse=$pkgver-$pkgrel rtkit libltdl speex tdb fftw orc
-   libsamplerate webrtc-audio-processing sbc)
-  optdepends=('pulseaudio-alsa: ALSA configuration (recommended)'
-  'avahi: zeroconf publishing and discovery'
-  'bluez: Bluetooth'
-  'bluez-libs: Bluetooth'
-  'gconf: paprefs configuration'
-  'jack2-dbus: JACK support'
-  'lirc-utils: IR control'
-  'openssl: RAOP (AirPlay) output'
-  'python-pyqt4: Equalizer GUI (qpaeq)'
-  'xenstore: Xen paravirtual output')
-  backup=(etc/pulse/{daemon.conf,default.pa,system.pa})
-
-  cd $pkgbase-$pkgver
-  make -j1 DESTDIR=$pkgdir install \
-bashcompletiondir=/usr/share/bash-completion/completions
-
-  # Speed up pulseaudio shutdown so that it exits immediately with
-  # the last user session (module-systemd-login keeps it alive)
-  sed -e '/exit-idle-time/iexit-idle-time=0' \
-  -i $pkgdir/etc/pulse/daemon.conf
-
-  # Disable cork-request module, can result in e.g. media players unpausing
-  # when there's a Skype call incoming
-  sed -e 's|/usr/bin/pactl load-module module-x11-cork-request|#|' \
-  -i $pkgdir/usr/bin/start-pulseaudio-x11
-
-  rm $pkgdir/etc/dbus-1/system.d/pulseaudio-system.conf
-
-  install -Dm644 shell-completion/pulseaudio-zsh-completion.zsh \
-$pkgdir/usr/share/zsh/site-functions/_pulseaudio
-
-### Split libpulse
-
-  mkdir -p 
$srcdir/libpulse/{etc/pulse,usr/{bin,lib/pulseaudio,share/man/man{1,5}}}
-
-  mv {$pkgdir,$srcdir/libpulse}/etc/pulse/client.conf
-
-  mv $pkgdir/usr/bin/pa{cat,ctl,dsp,mon,play,rec,record} \
- $srcdir/libpulse/usr/bin
-
-  mv $pkgdir/usr/lib/libpulse{,-simple,-mainloop-glib}.so* \
- $srcdir/libpulse/usr/lib
-
-  mv $pkgdir/usr/lib/pulseaudio/libpulsedsp.so \
- $pkgdir/usr/lib/pulseaudio/libpulsecommon-*.so \
- $srcdir/libpulse/usr/lib/pulseaudio
-
-  mv {$pkgdir,$srcdir/libpulse}/usr/lib/cmake
-  mv {$pkgdir,$srcdir/libpulse}/usr/lib/pkgconfig
-
-  mv {$pkgdir,$srcdir/libpulse}/usr/include
-
-  mv $pkgdir/usr/share/man/man1/pa{cat,ctl,dsp,play}.1 \
- $srcdir/libpulse/usr/share/man/man1
-
-  mv {$pkgdir,$srcdir/libpulse}/usr/share/man/man5/pulse-client.conf.5
-  mv {$pkgdir,$srcdir/libpulse}/usr/share/vala
-}
-
-package_libpulse() {
-  pkgdesc=$pkgdesc (client library)
-  depends=(dbus libasyncns libcap libxtst libsm libsndfile json-c systemd)
-  optdepends=('alsa-plugins: ALSA support'
-  'avahi: zeroconf support')
-  backup=(etc/pulse/client.conf)
-  license=(LGPL)
-
-  mv $srcdir/libpulse/* $pkgdir
-}

Copied: 

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

2014-03-03 Thread Bartłomiej Piotrowski
Date: Monday, March 3, 2014 @ 21:40:13
  Author: bpiotrowski
Revision: 106453

upgpkg: ldoc 1.4.2-1

new upstream release

Modified:
  ldoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-03 19:27:46 UTC (rev 106452)
+++ PKGBUILD2014-03-03 20:40:13 UTC (rev 106453)
@@ -1,30 +1,31 @@
 # $Id$
-# Maintainer: Sébastien Luttringer
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Sébastien Luttringer
 
 pkgname=ldoc
-pkgver=1.4.0
+pkgver=1.4.2
 pkgrel=1
-pkgdesc='A LuaDoc-compatible documentation generation system'
+pkgdesc='LuaDoc-compatible documentation generation system'
 arch=('any')
 url='http://stevedonovan.github.com/ldoc/'
 license=('custom')
 depends=('lua' 'lua-penlight')
-source=($pkgname-$pkgver.tar.gz::https://github.com/stevedonovan/ldoc/archive/$pkgver.tar.gz;)
-md5sums=('b6643cb575b50cba4c3ae8694e9f0bab')
+source=(https://github.com/stevedonovan/ldoc/archive/$pkgver.tar.gz)
+md5sums=('4388d5739f7ca4fbea988bec9a11d91e')
 
 package() {
   cd LDoc-$pkgver
+
   # install library
   install -dm755 $pkgdir/usr/share/lua/5.2
   cp -a ldoc $pkgdir/usr/share/lua/5.2
+
   # install binaries
   install -Dm755 ldoc.lua $pkgdir/usr/bin/ldoc.lua
   ln -s ldoc.lua $pkgdir/usr/bin/ldoc
+
   # copy docs
   install -Dm644 readme.md $pkgdir/usr/share/doc/$pkgname/readme.md
   install -Dm644 doc/doc.md $pkgdir/usr/share/doc/$pkgname/doc.md
-  # copy license
   install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
-
-# vim:set ts=2 sw=2 et:



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

2014-03-03 Thread Bartłomiej Piotrowski
Date: Monday, March 3, 2014 @ 21:40:20
  Author: bpiotrowski
Revision: 106454

archrelease: copy trunk to community-any

Added:
  ldoc/repos/community-any/PKGBUILD
(from rev 106453, ldoc/trunk/PKGBUILD)
Deleted:
  ldoc/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-03 20:40:13 UTC (rev 106453)
+++ PKGBUILD2014-03-03 20:40:20 UTC (rev 106454)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=ldoc
-pkgver=1.4.0
-pkgrel=1
-pkgdesc='A LuaDoc-compatible documentation generation system'
-arch=('any')
-url='http://stevedonovan.github.com/ldoc/'
-license=('custom')
-depends=('lua' 'lua-penlight')
-source=($pkgname-$pkgver.tar.gz::https://github.com/stevedonovan/ldoc/archive/$pkgver.tar.gz;)
-md5sums=('b6643cb575b50cba4c3ae8694e9f0bab')
-
-package() {
-  cd LDoc-$pkgver
-  # install library
-  install -dm755 $pkgdir/usr/share/lua/5.2
-  cp -a ldoc $pkgdir/usr/share/lua/5.2
-  # install binaries
-  install -Dm755 ldoc.lua $pkgdir/usr/bin/ldoc.lua
-  ln -s ldoc.lua $pkgdir/usr/bin/ldoc
-  # copy docs
-  install -Dm644 readme.md $pkgdir/usr/share/doc/$pkgname/readme.md
-  install -Dm644 doc/doc.md $pkgdir/usr/share/doc/$pkgname/doc.md
-  # copy license
-  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ldoc/repos/community-any/PKGBUILD (from rev 106453, ldoc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-03 20:40:20 UTC (rev 106454)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Sébastien Luttringer
+
+pkgname=ldoc
+pkgver=1.4.2
+pkgrel=1
+pkgdesc='LuaDoc-compatible documentation generation system'
+arch=('any')
+url='http://stevedonovan.github.com/ldoc/'
+license=('custom')
+depends=('lua' 'lua-penlight')
+source=(https://github.com/stevedonovan/ldoc/archive/$pkgver.tar.gz)
+md5sums=('4388d5739f7ca4fbea988bec9a11d91e')
+
+package() {
+  cd LDoc-$pkgver
+
+  # install library
+  install -dm755 $pkgdir/usr/share/lua/5.2
+  cp -a ldoc $pkgdir/usr/share/lua/5.2
+
+  # install binaries
+  install -Dm755 ldoc.lua $pkgdir/usr/bin/ldoc.lua
+  ln -s ldoc.lua $pkgdir/usr/bin/ldoc
+
+  # copy docs
+  install -Dm644 readme.md $pkgdir/usr/share/doc/$pkgname/readme.md
+  install -Dm644 doc/doc.md $pkgdir/usr/share/doc/$pkgname/doc.md
+  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



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

2014-03-03 Thread Jan Steffens
Date: Monday, March 3, 2014 @ 21:43:35
  Author: heftig
Revision: 106455

5.0

Modified:
  lib32-libpulse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-03 20:40:20 UTC (rev 106454)
+++ PKGBUILD2014-03-03 20:43:35 UTC (rev 106455)
@@ -7,7 +7,7 @@
 _pkgbasename=libpulse
 pkgname=lib32-$_pkgbasename
 pkgdesc=A featureful, general-purpose sound server (32-bit client libraries)
-pkgver=4.99.4
+pkgver=5.0
 pkgrel=1
 arch=(x86_64)
 url=http://www.freedesktop.org/wiki/Software/PulseAudio;
@@ -22,10 +22,10 @@
 replaces=(lib32-pulseaudio)
 options=(!emptydirs !libtool)
 
source=(http://freedesktop.org/software/pulseaudio/releases/pulseaudio-$pkgver.tar.xz;)
-sha256sums=('97786c7f2de0355a935362fa64b9c8695e93ae1152bd63844f7a79fbd43a9192')
+sha256sums=('99c13a8b1249ddbd724f195579df79484e9af6418cecf6a15f003a7f36caf939')
 
 _libs=libpulse.la libpulse-simple.la libpulse-mainloop-glib.la
-_pkglibs=libpulsecommon-${pkgver%.*}.la libpulsedsp.la
+_pkglibs=libpulsecommon-${pkgver}.la libpulsedsp.la
 
 prepare() {
   cd pulseaudio-$pkgver
@@ -57,7 +57,8 @@
 package() {
   cd pulseaudio-$pkgver
   make -j1 -C src DESTDIR=$pkgdir \
-lib_LTLIBRARIES=$_libs pkglib_LTLIBRARIES=$_pkglibs \
-install-libLTLIBRARIES install-pkglibLTLIBRARIES
+lib_LTLIBRARIES=$_libs install-libLTLIBRARIES
+  make -j1 -C src DESTDIR=$pkgdir \
+pkglib_LTLIBRARIES=$_pkglibs install-pkglibLTLIBRARIES
   make -j1 DESTDIR=$pkgdir install-pkgconfigDATA
 }



[arch-commits] Commit in lib32-libpulse/repos/multilib-testing-x86_64 (2 files)

2014-03-03 Thread Jan Steffens
Date: Monday, March 3, 2014 @ 21:44:07
  Author: heftig
Revision: 106456

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-libpulse/repos/multilib-testing-x86_64/PKGBUILD
(from rev 106455, lib32-libpulse/trunk/PKGBUILD)
Deleted:
  lib32-libpulse/repos/multilib-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-03 20:43:35 UTC (rev 106455)
+++ PKGBUILD2014-03-03 20:44:07 UTC (rev 106456)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Corrado Primier ba...@aur.archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-_pkgbasename=libpulse
-pkgname=lib32-$_pkgbasename
-pkgdesc=A featureful, general-purpose sound server (32-bit client libraries)
-pkgver=4.99.4
-pkgrel=1
-arch=(x86_64)
-url=http://www.freedesktop.org/wiki/Software/PulseAudio;
-license=(LGPL)
-depends=(lib32-libdbus lib32-json-c lib32-systemd
- lib32-libasyncns lib32-libcap lib32-libxtst lib32-libsm 
lib32-libsndfile
- $_pkgbasename)
-makedepends=(gcc-multilib libtool-multilib intltool lib32-glib2 lib32-speex 
lib32-gtk2 git)
-optdepends=('lib32-alsa-plugins: ALSA support')
-provides=(lib32-pulseaudio=$pkgver)
-conflicts=(lib32-pulseaudio)
-replaces=(lib32-pulseaudio)
-options=(!emptydirs !libtool)
-source=(http://freedesktop.org/software/pulseaudio/releases/pulseaudio-$pkgver.tar.xz;)
-sha256sums=('97786c7f2de0355a935362fa64b9c8695e93ae1152bd63844f7a79fbd43a9192')
-
-_libs=libpulse.la libpulse-simple.la libpulse-mainloop-glib.la
-_pkglibs=libpulsecommon-${pkgver%.*}.la libpulsedsp.la
-
-prepare() {
-  cd pulseaudio-$pkgver
-}
-
-build() {
-  cd pulseaudio-$pkgver
-
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---libdir=/usr/lib32 \
---libexecdir=/usr/lib32 \
---localstatedir=/var \
---disable-tcpwrap \
---disable-bluez4 \
---disable-rpath \
---disable-default-build-tests
-
-  # fight unused direct deps
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make -C src $_libs $_pkglibs
-}
-
-package() {
-  cd pulseaudio-$pkgver
-  make -j1 -C src DESTDIR=$pkgdir \
-lib_LTLIBRARIES=$_libs pkglib_LTLIBRARIES=$_pkglibs \
-install-libLTLIBRARIES install-pkglibLTLIBRARIES
-  make -j1 DESTDIR=$pkgdir install-pkgconfigDATA
-}

Copied: lib32-libpulse/repos/multilib-testing-x86_64/PKGBUILD (from rev 106455, 
lib32-libpulse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-03 20:44:07 UTC (rev 106456)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+_pkgbasename=libpulse
+pkgname=lib32-$_pkgbasename
+pkgdesc=A featureful, general-purpose sound server (32-bit client libraries)
+pkgver=5.0
+pkgrel=1
+arch=(x86_64)
+url=http://www.freedesktop.org/wiki/Software/PulseAudio;
+license=(LGPL)
+depends=(lib32-libdbus lib32-json-c lib32-systemd
+ lib32-libasyncns lib32-libcap lib32-libxtst lib32-libsm 
lib32-libsndfile
+ $_pkgbasename)
+makedepends=(gcc-multilib libtool-multilib intltool lib32-glib2 lib32-speex 
lib32-gtk2 git)
+optdepends=('lib32-alsa-plugins: ALSA support')
+provides=(lib32-pulseaudio=$pkgver)
+conflicts=(lib32-pulseaudio)
+replaces=(lib32-pulseaudio)
+options=(!emptydirs !libtool)
+source=(http://freedesktop.org/software/pulseaudio/releases/pulseaudio-$pkgver.tar.xz;)
+sha256sums=('99c13a8b1249ddbd724f195579df79484e9af6418cecf6a15f003a7f36caf939')
+
+_libs=libpulse.la libpulse-simple.la libpulse-mainloop-glib.la
+_pkglibs=libpulsecommon-${pkgver}.la libpulsedsp.la
+
+prepare() {
+  cd pulseaudio-$pkgver
+}
+
+build() {
+  cd pulseaudio-$pkgver
+
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--libdir=/usr/lib32 \
+--libexecdir=/usr/lib32 \
+--localstatedir=/var \
+--disable-tcpwrap \
+--disable-bluez4 \
+--disable-rpath \
+--disable-default-build-tests
+
+  # fight unused direct deps
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make -C src $_libs $_pkglibs
+}
+
+package() {
+  cd pulseaudio-$pkgver
+  make -j1 -C src DESTDIR=$pkgdir \
+lib_LTLIBRARIES=$_libs install-libLTLIBRARIES
+  make -j1 -C src DESTDIR=$pkgdir \
+pkglib_LTLIBRARIES=$_pkglibs install-pkglibLTLIBRARIES
+  make -j1 DESTDIR=$pkgdir 

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

2014-03-03 Thread Jan Steffens
Date: Monday, March 3, 2014 @ 23:01:13
  Author: heftig
Revision: 206635

3.10.2

Modified:
  yelp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-03 22:00:20 UTC (rev 206634)
+++ PKGBUILD2014-03-03 22:01:13 UTC (rev 206635)
@@ -3,8 +3,8 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=yelp
-pkgver=3.10.1
-pkgrel=2
+pkgver=3.10.2
+pkgrel=1
 pkgdesc=A help browser for GNOME
 arch=('i686' 'x86_64')
 depends=('webkitgtk' 'yelp-xsl' 'libxslt' 'hicolor-icon-theme' 'xz' 'bzip2'
@@ -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=('17736479b7d0b1128c7d6cb3073f2b09e4bbc82670731b2a0d3a3219a520f816')
+sha256sums=('31cdff0df058fd42752808b6454b774281505f42695ee8b20891eb1332c34338')
 
 build() {
   cd $pkgname-$pkgver



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

2014-03-03 Thread Jan Steffens
Date: Monday, March 3, 2014 @ 23:02:08
  Author: heftig
Revision: 206636

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

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

---+
 /PKGBUILD |   62 
 /yelp.install |   26 ++
 extra-i686/PKGBUILD   |   31 --
 extra-i686/yelp.install   |   13 -
 extra-x86_64/PKGBUILD |   31 --
 extra-x86_64/yelp.install |   13 -
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-03 22:01:13 UTC (rev 206635)
+++ extra-i686/PKGBUILD 2014-03-03 22:02:08 UTC (rev 206636)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=yelp
-pkgver=3.10.1
-pkgrel=2
-pkgdesc=A help browser for GNOME
-arch=('i686' 'x86_64')
-depends=('webkitgtk' 'yelp-xsl' 'libxslt' 'hicolor-icon-theme' 'xz' 'bzip2'
- 'desktop-file-utils' 'dconf')
-makedepends=('intltool' 'gtk-doc' 'itstool')
-groups=('gnome')
-license=('GPL')
-options=('!emptydirs')
-url=http://www.gnome.org;
-install=yelp.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('17736479b7d0b1128c7d6cb3073f2b09e4bbc82670731b2a0d3a3219a520f816')
-
-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/extra-i686/PKGBUILD (from rev 206635, yelp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-03 22:02:08 UTC (rev 206636)
@@ -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.10.2
+pkgrel=1
+pkgdesc=A help browser for GNOME
+arch=('i686' 'x86_64')
+depends=('webkitgtk' 'yelp-xsl' 'libxslt' 'hicolor-icon-theme' 'xz' 'bzip2'
+ 'desktop-file-utils' 'dconf')
+makedepends=('intltool' 'gtk-doc' 'itstool')
+groups=('gnome')
+license=('GPL')
+options=('!emptydirs')
+url=http://www.gnome.org;
+install=yelp.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('31cdff0df058fd42752808b6454b774281505f42695ee8b20891eb1332c34338')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/yelp.install
===
--- extra-i686/yelp.install 2014-03-03 22:01:13 UTC (rev 206635)
+++ extra-i686/yelp.install 2014-03-03 22:02:08 UTC (rev 206636)
@@ -1,13 +0,0 @@
-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/extra-i686/yelp.install (from rev 206635, 
yelp/trunk/yelp.install)
===
--- extra-i686/yelp.install (rev 0)
+++ extra-i686/yelp.install 2014-03-03 22:02:08 UTC (rev 206636)
@@ -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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-03-03 22:01:13 UTC (rev 206635)
+++ extra-x86_64/PKGBUILD   2014-03-03 22:02:08 UTC (rev 206636)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=yelp
-pkgver=3.10.1
-pkgrel=2
-pkgdesc=A help browser for GNOME
-arch=('i686' 'x86_64')
-depends=('webkitgtk' 'yelp-xsl' 'libxslt' 'hicolor-icon-theme' 'xz' 'bzip2'
- 'desktop-file-utils' 'dconf')
-makedepends=('intltool' 'gtk-doc' 

[arch-commits] Commit in inkscape/trunk (PKGBUILD gc74.patch)

2014-03-03 Thread Gaetan Bisson
Date: Tuesday, March 4, 2014 @ 00:18:42
  Author: bisson
Revision: 206639

fix FS#39106

Added:
  inkscape/trunk/gc74.patch
Modified:
  inkscape/trunk/PKGBUILD

+
 PKGBUILD   |8 ++--
 gc74.patch |   54 ++
 2 files changed, 60 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-03 22:06:05 UTC (rev 206638)
+++ PKGBUILD2014-03-03 23:18:42 UTC (rev 206639)
@@ -20,15 +20,18 @@
 'uniconvertor: reading/writing to some proprietary formats')
 
source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;
 'spuriouscomma.patch'
-   'freetype.patch')
+   'freetype.patch'
+ 'gc74.patch')
 sha1sums=('5f26f6ad191d1e7c2a9fb69a438722beb172224c'
   '7d1d5a6d1d2b0926721a994d5889c52890fc57c1'
-  'aba4d98bebae088c3401fd9259ea3cf70b96fbbf')
+  'aba4d98bebae088c3401fd9259ea3cf70b96fbbf'
+  '3e1b5b6852d668388a857bc7a73fb7731fb262b8')
 
 install=install
 
 prepare() {
cd ${srcdir}/${pkgname}-${pkgver}
+   patch -p1 -i ../gc74.patch # FS#39106
patch -p0 -i ../freetype.patch # FS#37956
patch -p0 -i ../spuriouscomma.patch
sed -i 's|/usr/bin/python\|/usr/bin/python2|g' cxxtest/*.py
@@ -37,6 +40,7 @@
sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py
sed -i 's|python|python2|g' src/main.cpp
sed -i '/^#include g.kmm/i #include glibmm.h' 
src/*{,/*{,/*{,/*}}}.{h,cpp}
+   sed -i '/extern unsigned GC_version;/c unsigned 
GC_version=GC_VERSION_MAJOR16+GC_VERSION_MINOR8+GC_VERSION_MICRO;' configure
 }
 
 build() {

Added: gc74.patch
===
--- gc74.patch  (rev 0)
+++ gc74.patch  2014-03-03 23:18:42 UTC (rev 206639)
@@ -0,0 +1,54 @@
+--- inkscape-0.48.4/src/gc-core.h.old  2013-12-31 01:22:38.976653890 +0400
 inkscape-0.48.4/src/gc-core.h  2013-12-31 01:22:48.525653608 +0400
+@@ -57,7 +57,7 @@
+CleanupFunc *old_func,
+void **old_data);
+ int (*general_register_disappearing_link)(void **p_ptr,
+-  void *base);
++  const void *base);
+ int (*unregister_disappearing_link)(void **p_ptr);
+ std::size_t (*get_heap_size)();
+ std::size_t (*get_free_bytes)();
+--- inkscape-0.48.4/src/gc.cpp.old 2013-12-31 01:23:50.462651778 +0400
 inkscape-0.48.4/src/gc.cpp 2013-12-31 01:40:37.718622017 +0400
+@@ -70,8 +70,8 @@
+ return base + debug_base_fixup();
+ }
+ 
+-int debug_general_register_disappearing_link(void **p_ptr, void *base) {
+-char *real_base=reinterpret_castchar *(base) - debug_base_fixup();
++int debug_general_register_disappearing_link(void **p_ptr, const void *base) {
++char *real_base=const_castchar *(reinterpret_castconst char *(base)) 
- debug_base_fixup();
+ return GC_general_register_disappearing_link(p_ptr, real_base);
+ }
+ 
+@@ -90,7 +90,7 @@
+ }
+ }
+ 
+-int dummy_general_register_disappearing_link(void **, void *) { return false; 
}
++int dummy_general_register_disappearing_link(void **, const void *) { return 
false; }
+ 
+ int dummy_unregister_disappearing_link(void **/*link*/) { return false; }
+ 
+@@ -112,7 +112,11 @@
+ GC_malloc_atomic_uncollectable,
+ GC_base,
+ GC_register_finalizer_ignore_self,
++#if (GC_MAJOR_VERSION = 7  GC_MINOR_VERSION = 4)
+ GC_general_register_disappearing_link,
++#else
++(int (*)(void**, const void*))(GC_general_register_disappearing_link),
++#endif
+ GC_unregister_disappearing_link,
+ GC_get_heap_size,
+ GC_get_free_bytes,
+@@ -202,7 +206,7 @@
+ die_because_not_initialized();
+ }
+ 
+-int stub_general_register_disappearing_link(void **, void *) {
++int stub_general_register_disappearing_link(void **, const void *) {
+ die_because_not_initialized();
+ return 0;
+ }



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

2014-03-03 Thread Gaetan Bisson
Date: Tuesday, March 4, 2014 @ 00:26:04
  Author: bisson
Revision: 206640

fix FS#39120

Modified:
  libots/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-03 23:18:42 UTC (rev 206639)
+++ PKGBUILD2014-03-03 23:26:04 UTC (rev 206640)
@@ -1,23 +1,24 @@
 # $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
 # Contributor: Jan de Groot j...@archlinux.org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=libots
 pkgver=0.5.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Open Text Summarizer'
 url='http://libots.sourceforge.net/'
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('libxml2' 'glib2')
-options=('!makeflags')
+depends=('libxml2' 'glib2' 'popt')
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/ots-${pkgver}.tar.gz;)
 sha1sums=('4468bc06470734848c2369a37c84f76ca4ac3f9a')
 
+options=('!makeflags')
+
 prepare() {
cd ${srcdir}/ots-${pkgver}
touch gtk-doc.make
-   sed -i -e 's/en.xml$//' dic/Makefile.am
+   sed 's/en.xml$//' -i dic/Makefile.am
libtoolize --force
aclocal
automake --add-missing --force



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

2014-03-03 Thread Gaetan Bisson
Date: Tuesday, March 4, 2014 @ 00:26:41
  Author: bisson
Revision: 206641

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

Added:
  libots/repos/testing-i686/
  libots/repos/testing-i686/PKGBUILD
(from rev 206640, libots/trunk/PKGBUILD)
  libots/repos/testing-x86_64/
  libots/repos/testing-x86_64/PKGBUILD
(from rev 206640, libots/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   37 +
 testing-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: libots/repos/testing-i686/PKGBUILD (from rev 206640, 
libots/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-03 23:26:41 UTC (rev 206641)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=libots
+pkgver=0.5.0
+pkgrel=4
+pkgdesc='Open Text Summarizer'
+url='http://libots.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libxml2' 'glib2' 'popt')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/ots-${pkgver}.tar.gz;)
+sha1sums=('4468bc06470734848c2369a37c84f76ca4ac3f9a')
+
+options=('!makeflags')
+
+prepare() {
+   cd ${srcdir}/ots-${pkgver}
+   touch gtk-doc.make
+   sed 's/en.xml$//' -i dic/Makefile.am
+   libtoolize --force
+   aclocal
+   automake --add-missing --force
+   autoconf
+}
+
+build() {
+   cd ${srcdir}/ots-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/ots-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Copied: libots/repos/testing-x86_64/PKGBUILD (from rev 206640, 
libots/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-03 23:26:41 UTC (rev 206641)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=libots
+pkgver=0.5.0
+pkgrel=4
+pkgdesc='Open Text Summarizer'
+url='http://libots.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libxml2' 'glib2' 'popt')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/ots-${pkgver}.tar.gz;)
+sha1sums=('4468bc06470734848c2369a37c84f76ca4ac3f9a')
+
+options=('!makeflags')
+
+prepare() {
+   cd ${srcdir}/ots-${pkgver}
+   touch gtk-doc.make
+   sed 's/en.xml$//' -i dic/Makefile.am
+   libtoolize --force
+   aclocal
+   automake --add-missing --force
+   autoconf
+}
+
+build() {
+   cd ${srcdir}/ots-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/ots-${pkgver}
+   make DESTDIR=${pkgdir} install
+}



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

2014-03-03 Thread Gaetan Bisson
Date: Tuesday, March 4, 2014 @ 00:27:24
  Author: bisson
Revision: 206642

db-move: moved libots from [testing] to [extra] (i686, x86_64)

Added:
  libots/repos/extra-i686/PKGBUILD
(from rev 206641, libots/repos/testing-i686/PKGBUILD)
  libots/repos/extra-x86_64/PKGBUILD
(from rev 206641, libots/repos/testing-x86_64/PKGBUILD)
Deleted:
  libots/repos/extra-i686/PKGBUILD
  libots/repos/extra-x86_64/PKGBUILD
  libots/repos/testing-i686/
  libots/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-03 23:26:41 UTC (rev 206641)
+++ extra-i686/PKGBUILD 2014-03-03 23:27:24 UTC (rev 206642)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Jan de Groot j...@archlinux.org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=libots
-pkgver=0.5.0
-pkgrel=3
-pkgdesc='Open Text Summarizer'
-url='http://libots.sourceforge.net/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libxml2' 'glib2')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/ots-${pkgver}.tar.gz;)
-sha1sums=('4468bc06470734848c2369a37c84f76ca4ac3f9a')
-
-
-build() {
-   cd ${srcdir}/ots-${pkgver}
-   touch gtk-doc.make
-   sed -i -e 's/en.xml$//' dic/Makefile.am
-   libtoolize --force
-   aclocal
-   automake --add-missing --force
-   autoconf
-   ./configure --prefix=/usr --disable-static
-   make
-}
-
-package() {
-   cd ${srcdir}/ots-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: libots/repos/extra-i686/PKGBUILD (from rev 206641, 
libots/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-03 23:27:24 UTC (rev 206642)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=libots
+pkgver=0.5.0
+pkgrel=4
+pkgdesc='Open Text Summarizer'
+url='http://libots.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libxml2' 'glib2' 'popt')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/ots-${pkgver}.tar.gz;)
+sha1sums=('4468bc06470734848c2369a37c84f76ca4ac3f9a')
+
+options=('!makeflags')
+
+prepare() {
+   cd ${srcdir}/ots-${pkgver}
+   touch gtk-doc.make
+   sed 's/en.xml$//' -i dic/Makefile.am
+   libtoolize --force
+   aclocal
+   automake --add-missing --force
+   autoconf
+}
+
+build() {
+   cd ${srcdir}/ots-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/ots-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-03-03 23:26:41 UTC (rev 206641)
+++ extra-x86_64/PKGBUILD   2014-03-03 23:27:24 UTC (rev 206642)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Jan de Groot j...@archlinux.org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=libots
-pkgver=0.5.0
-pkgrel=3
-pkgdesc='Open Text Summarizer'
-url='http://libots.sourceforge.net/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libxml2' 'glib2')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/ots-${pkgver}.tar.gz;)
-sha1sums=('4468bc06470734848c2369a37c84f76ca4ac3f9a')
-
-
-build() {
-   cd ${srcdir}/ots-${pkgver}
-   touch gtk-doc.make
-   sed -i -e 's/en.xml$//' dic/Makefile.am
-   libtoolize --force
-   aclocal
-   automake --add-missing --force
-   autoconf
-   ./configure --prefix=/usr --disable-static
-   make
-}
-
-package() {
-   cd ${srcdir}/ots-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: libots/repos/extra-x86_64/PKGBUILD (from rev 206641, 
libots/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-03-03 23:27:24 UTC (rev 206642)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=libots
+pkgver=0.5.0
+pkgrel=4
+pkgdesc='Open Text Summarizer'
+url='http://libots.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libxml2' 'glib2' 'popt')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/ots-${pkgver}.tar.gz;)
+sha1sums=('4468bc06470734848c2369a37c84f76ca4ac3f9a')
+
+options=('!makeflags')
+
+prepare() {
+   cd ${srcdir}/ots-${pkgver}
+   touch gtk-doc.make
+   sed 's/en.xml$//' -i dic/Makefile.am
+  

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

2014-03-03 Thread Felix Yan
Date: Tuesday, March 4, 2014 @ 03:05:56
  Author: fyan
Revision: 106459

upgpkg: dd_rescue 1.42-1

Modified:
  dd_rescue/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-03 21:59:56 UTC (rev 106458)
+++ PKGBUILD2014-03-04 02:05:56 UTC (rev 106459)
@@ -5,7 +5,7 @@
 # Contributor: Jose Riha jose1711 gmail com
 
 pkgname=dd_rescue
-pkgver=1.41
+pkgver=1.42
 pkgrel=1
 pkgdesc=A dd version that is very useful for data-recovery
 url=http://www.garloff.de/kurt/linux/ddrescue/;
@@ -14,6 +14,12 @@
 arch=('x86_64' 'i686')
 source=(http://www.garloff.de/kurt/linux/ddrescue/$pkgname-${pkgver}.tar.gz;)
 
+prepare() {
+  cd $pkgname
+  # Don't install to /usr/lib64
+  sed -i '/LIBDIR = \/usr\/lib64/d' Makefile
+}
+
 build() {
   cd $pkgname
   make
@@ -24,4 +30,4 @@
   make DESTDIR=$pkgdir INSTALLDIR=$pkgdir/usr/bin install
 }
 
-md5sums=('f5d89c365cbc404b263abd2f94ea60b5')
+sha512sums=('ef9475c8b64d7d2faeee01544994746e91e7068041a2bd381e28588c15b722daebe142f9d87afe354a3d16783951b8c14a8db665b063d3891f99c60e32c7eaa8')



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

2014-03-03 Thread Felix Yan
Date: Tuesday, March 4, 2014 @ 03:06:59
  Author: fyan
Revision: 106460

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-04 02:05:56 UTC (rev 106459)
+++ community-i686/PKGBUILD 2014-03-04 02:06:59 UTC (rev 106460)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Zerial ferna...@zerial.org
-# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
-# Contributor: Jose Riha jose1711 gmail com
-
-pkgname=dd_rescue
-pkgver=1.41
-pkgrel=1
-pkgdesc=A dd version that is very useful for data-recovery
-url=http://www.garloff.de/kurt/linux/ddrescue/;
-license=(GPL)
-depends=('glibc')
-arch=('x86_64' 'i686')
-source=(http://www.garloff.de/kurt/linux/ddrescue/$pkgname-${pkgver}.tar.gz;)
-
-build() {
-  cd $pkgname
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=$pkgdir INSTALLDIR=$pkgdir/usr/bin install
-}
-
-md5sums=('f5d89c365cbc404b263abd2f94ea60b5')

Copied: dd_rescue/repos/community-i686/PKGBUILD (from rev 106459, 
dd_rescue/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-04 02:06:59 UTC (rev 106460)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Zerial ferna...@zerial.org
+# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
+# Contributor: Jose Riha jose1711 gmail com
+
+pkgname=dd_rescue
+pkgver=1.42
+pkgrel=1
+pkgdesc=A dd version that is very useful for data-recovery
+url=http://www.garloff.de/kurt/linux/ddrescue/;
+license=(GPL)
+depends=('glibc')
+arch=('x86_64' 'i686')
+source=(http://www.garloff.de/kurt/linux/ddrescue/$pkgname-${pkgver}.tar.gz;)
+
+prepare() {
+  cd $pkgname
+  # Don't install to /usr/lib64
+  sed -i '/LIBDIR = \/usr\/lib64/d' Makefile
+}
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=$pkgdir INSTALLDIR=$pkgdir/usr/bin install
+}
+
+sha512sums=('ef9475c8b64d7d2faeee01544994746e91e7068041a2bd381e28588c15b722daebe142f9d87afe354a3d16783951b8c14a8db665b063d3891f99c60e32c7eaa8')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-04 02:05:56 UTC (rev 106459)
+++ community-x86_64/PKGBUILD   2014-03-04 02:06:59 UTC (rev 106460)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Zerial ferna...@zerial.org
-# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
-# Contributor: Jose Riha jose1711 gmail com
-
-pkgname=dd_rescue
-pkgver=1.41
-pkgrel=1
-pkgdesc=A dd version that is very useful for data-recovery
-url=http://www.garloff.de/kurt/linux/ddrescue/;
-license=(GPL)
-depends=('glibc')
-arch=('x86_64' 'i686')
-source=(http://www.garloff.de/kurt/linux/ddrescue/$pkgname-${pkgver}.tar.gz;)
-
-build() {
-  cd $pkgname
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=$pkgdir INSTALLDIR=$pkgdir/usr/bin install
-}
-
-md5sums=('f5d89c365cbc404b263abd2f94ea60b5')

Copied: dd_rescue/repos/community-x86_64/PKGBUILD (from rev 106459, 
dd_rescue/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-03-04 02:06:59 UTC (rev 106460)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Zerial ferna...@zerial.org
+# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
+# Contributor: Jose Riha jose1711 gmail com
+
+pkgname=dd_rescue
+pkgver=1.42
+pkgrel=1
+pkgdesc=A dd version that is very useful for data-recovery
+url=http://www.garloff.de/kurt/linux/ddrescue/;
+license=(GPL)
+depends=('glibc')
+arch=('x86_64' 'i686')
+source=(http://www.garloff.de/kurt/linux/ddrescue/$pkgname-${pkgver}.tar.gz;)
+
+prepare() {
+  cd $pkgname
+  # Don't install to /usr/lib64
+  sed -i '/LIBDIR = \/usr\/lib64/d' Makefile
+}
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=$pkgdir INSTALLDIR=$pkgdir/usr/bin install
+}
+
+sha512sums=('ef9475c8b64d7d2faeee01544994746e91e7068041a2bd381e28588c15b722daebe142f9d87afe354a3d16783951b8c14a8db665b063d3891f99c60e32c7eaa8')



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

2014-03-03 Thread Felix Yan
Date: Tuesday, March 4, 2014 @ 03:07:16
  Author: fyan
Revision: 106461

upgpkg: python-boto 2.26.1-1

Modified:
  python-boto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-04 02:06:59 UTC (rev 106460)
+++ PKGBUILD2014-03-04 02:07:16 UTC (rev 106461)
@@ -5,7 +5,7 @@
 
 pkgbase=python-boto
 pkgname=python2-boto
-pkgver=2.26.0
+pkgver=2.26.1
 pkgrel=1
 pkgdesc='A Python interface to Amazon Web Services (AWS)'
 arch=('any')



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

2014-03-03 Thread Felix Yan
Date: Tuesday, March 4, 2014 @ 03:07:48
  Author: fyan
Revision: 106462

archrelease: copy trunk to community-any

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

--+
 LICENSE  |   38 +++
 PKGBUILD |   74 ++---
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-03-04 02:07:16 UTC (rev 106461)
+++ LICENSE 2014-03-04 02:07:48 UTC (rev 106462)
@@ -1,19 +0,0 @@
-Copyright (c) 2007 Mitch Garnaat
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the Software), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.

Copied: python-boto/repos/community-any/LICENSE (from rev 106461, 
python-boto/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-03-04 02:07:48 UTC (rev 106462)
@@ -0,0 +1,19 @@
+Copyright (c) 2007 Mitch Garnaat
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-04 02:07:16 UTC (rev 106461)
+++ PKGBUILD2014-03-04 02:07:48 UTC (rev 106462)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Aaron Schaefer aa...@elasticdog.com
-
-pkgbase=python-boto
-pkgname=python2-boto
-pkgver=2.26.0
-pkgrel=1
-pkgdesc='A Python interface to Amazon Web Services (AWS)'
-arch=('any')
-url='https://github.com/boto/boto'
-license=('MIT')
-depends=('python2')
-makedepends=('python2-setuptools' 'git')
-conflicts=('python-boto=2.5.2-1')
-replaces=('python-boto=2.5.2-1')
-source=(git+https://github.com/boto/boto.git#tag=$pkgver;
-'LICENSE')
-
-prepare() {
-  cd boto
-
-  # python2 fix
-  find . -name '*.py' -type f -print0 | xargs -0 \
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_'
-}
-
-package_python2-boto() {
-  cd boto
-
-  python2 setup.py install -O1 --root=$pkgdir
-  install -D -m644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-sha512sums=('SKIP'
-
'1d7ec138faa438b8302b9d15a5b8ec80dcda4b9854408095cf01f83b6d131cf6e567e564b888fdddab087953a595d85487435bb8aca445354bd0be14676a3a8d')

Copied: python-boto/repos/community-any/PKGBUILD (from rev 106461, 
python-boto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-04 02:07:48 UTC (rev 106462)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Aaron Schaefer aa...@elasticdog.com
+
+pkgbase=python-boto
+pkgname=python2-boto

[arch-commits] Commit in ntfs-3g/repos (6 files)

2014-03-03 Thread Gaetan Bisson
Date: Tuesday, March 4, 2014 @ 03:29:33
  Author: bisson
Revision: 206643

db-move: moved ntfs-3g from [testing] to [extra] (i686, x86_64)

Added:
  ntfs-3g/repos/extra-i686/PKGBUILD
(from rev 206642, ntfs-3g/repos/testing-i686/PKGBUILD)
  ntfs-3g/repos/extra-x86_64/PKGBUILD
(from rev 206642, ntfs-3g/repos/testing-x86_64/PKGBUILD)
Deleted:
  ntfs-3g/repos/extra-i686/PKGBUILD
  ntfs-3g/repos/extra-x86_64/PKGBUILD
  ntfs-3g/repos/testing-i686/
  ntfs-3g/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-03 23:27:24 UTC (rev 206642)
+++ extra-i686/PKGBUILD 2014-03-04 02:29:33 UTC (rev 206643)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Ronald van Haren ronald.archlinux.org
-# Contributor: Thomas B�chler thomas.archlinux.org
-
-pkgbase=ntfs-3g_ntfsprogs
-pkgname=ntfs-3g
-pkgver=2013.1.13
-pkgrel=4
-pkgdesc=NTFS filesystem utilities
-arch=('i686' 'x86_64')
-url=http://www.tuxera.com/community/ntfs-3g-download/;
-license=('GPL2')
-depends=('util-linux' 'fuse')
-conflicts=('ntfsprogs')
-provides=('ntfsprogs')
-replaces=('ntfsprogs')
-source=(http://tuxera.com/opensource/$pkgbase-$pkgver.tgz)
-sha1sums=('8c12b7644d90ae9fb8d0aca0d7ebd5f8fac2c818')
-
-prepare() {
-  cd $pkgbase-$pkgver
-  sed -i 's|$(DESTDIR)/sbin|$(DESTDIR)/usr/bin|' {ntfsprogs,src}/Makefile.in
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr \
---with-fuse=external --disable-static \
---enable-posix-acls --disable-ldconfig \
---mandir=/usr/share/man --sbin=/usr/bin \
---enable-extras
-  make
-}
-
-package_ntfs-3g() {
-  cd $pkgbase-$pkgver
-  make DESTDIR=$pkgdir rootbindir=/usr/bin rootsbindir=/usr/bin 
rootlibdir=/usr/lib install
-  ln -s /usr/bin/ntfs-3g $pkgdir/usr/bin/mount.ntfs
-}

Copied: ntfs-3g/repos/extra-i686/PKGBUILD (from rev 206642, 
ntfs-3g/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-04 02:29:33 UTC (rev 206643)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tom Gundersen t...@jklm.no
+# Contributor: Ronald van Haren ronald.archlinux.org
+# Contributor: Thomas B�chler thomas.archlinux.org
+
+pkgname=ntfs-3g
+_pkgname=ntfs-3g_ntfsprogs
+pkgver=2014.2.15
+pkgrel=1
+pkgdesc='NTFS filesystem driver and utilities'
+url='http://www.tuxera.com/community/ntfs-3g-download/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('util-linux' 'fuse')
+source=(http://tuxera.com/opensource/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('c9836f340b508f5d7776156e5afb02434d3f0174')
+
+conflicts=('ntfsprogs')
+provides=('ntfsprogs')
+replaces=('ntfsprogs')
+
+prepare() {
+   cd ${srcdir}/${_pkgname}-${pkgver}
+   sed 's|$(DESTDIR)/sbin|$(DESTDIR)/usr/bin|' -i 
{ntfsprogs,src}/Makefile.in
+}
+
+build() {
+   cd ${srcdir}/${_pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --sbin=/usr/bin \
+   --mandir=/usr/share/man \
+   --disable-ldconfig \
+   --disable-static \
+   --with-fuse=external \
+   --enable-posix-acls \
+   --enable-extras \
+
+   make
+}
+
+package_ntfs-3g() {
+   cd ${srcdir}/${_pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} rootbindir=/usr/bin rootsbindir=/usr/bin 
rootlibdir=/usr/lib install
+   ln -s /usr/bin/ntfs-3g ${pkgdir}/usr/bin/mount.ntfs
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-03-03 23:27:24 UTC (rev 206642)
+++ extra-x86_64/PKGBUILD   2014-03-04 02:29:33 UTC (rev 206643)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Ronald van Haren ronald.archlinux.org
-# Contributor: Thomas B�chler thomas.archlinux.org
-
-pkgbase=ntfs-3g_ntfsprogs
-pkgname=ntfs-3g
-pkgver=2013.1.13
-pkgrel=4
-pkgdesc=NTFS filesystem utilities
-arch=('i686' 'x86_64')
-url=http://www.tuxera.com/community/ntfs-3g-download/;
-license=('GPL2')
-depends=('util-linux' 'fuse')
-conflicts=('ntfsprogs')
-provides=('ntfsprogs')
-replaces=('ntfsprogs')
-source=(http://tuxera.com/opensource/$pkgbase-$pkgver.tgz)
-sha1sums=('8c12b7644d90ae9fb8d0aca0d7ebd5f8fac2c818')
-
-prepare() {
-  cd $pkgbase-$pkgver
-  sed -i 's|$(DESTDIR)/sbin|$(DESTDIR)/usr/bin|' {ntfsprogs,src}/Makefile.in
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr \
---with-fuse=external --disable-static \
---enable-posix-acls --disable-ldconfig \
---mandir=/usr/share/man --sbin=/usr/bin 

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

2014-03-03 Thread Gaetan Bisson
Date: Tuesday, March 4, 2014 @ 03:29:34
  Author: bisson
Revision: 206644

db-move: moved testdisk from [testing] to [extra] (i686, x86_64)

Added:
  testdisk/repos/extra-i686/PKGBUILD
(from rev 206642, testdisk/repos/testing-i686/PKGBUILD)
  testdisk/repos/extra-x86_64/PKGBUILD
(from rev 206642, testdisk/repos/testing-x86_64/PKGBUILD)
Deleted:
  testdisk/repos/extra-i686/PKGBUILD
  testdisk/repos/extra-x86_64/PKGBUILD
  testdisk/repos/testing-i686/
  testdisk/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-04 02:29:33 UTC (rev 206643)
+++ extra-i686/PKGBUILD 2014-03-04 02:29:34 UTC (rev 206644)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Michal Krenek mi...@sg1.cz
-
-pkgname=testdisk
-pkgver=6.14
-pkgrel=1
-pkgdesc=Checks and undeletes partitions + PhotoRec, signature based recovery 
tool
-arch=('i686' 'x86_64')
-url=http://www.cgsecurity.org/index.html?testdisk.html;
-license=('GPL')
-depends=('libjpeg' 'openssl' 'progsreiserfs' 'ntfsprogs')
-source=(http://www.cgsecurity.org/$pkgname-$pkgver.tar.bz2)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-  --without-ewf \
-  --enable-sudo
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-md5sums=('b1f0edabc9035e9ec9c8e0a95059ff3f')

Copied: testdisk/repos/extra-i686/PKGBUILD (from rev 206642, 
testdisk/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-04 02:29:34 UTC (rev 206644)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Michal Krenek mi...@sg1.cz
+
+pkgname=testdisk
+pkgver=6.14
+pkgrel=2
+pkgdesc=Checks and undeletes partitions + PhotoRec, signature based recovery 
tool
+arch=('i686' 'x86_64')
+url=http://www.cgsecurity.org/index.html?testdisk.html;
+license=('GPL')
+depends=('libjpeg' 'openssl' 'progsreiserfs' 'ntfsprogs')
+source=(http://www.cgsecurity.org/$pkgname-$pkgver.tar.bz2)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+  --without-ewf \
+  --enable-sudo
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+md5sums=('b1f0edabc9035e9ec9c8e0a95059ff3f')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-03-04 02:29:33 UTC (rev 206643)
+++ extra-x86_64/PKGBUILD   2014-03-04 02:29:34 UTC (rev 206644)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Michal Krenek mi...@sg1.cz
-
-pkgname=testdisk
-pkgver=6.14
-pkgrel=1
-pkgdesc=Checks and undeletes partitions + PhotoRec, signature based recovery 
tool
-arch=('i686' 'x86_64')
-url=http://www.cgsecurity.org/index.html?testdisk.html;
-license=('GPL')
-depends=('libjpeg' 'openssl' 'progsreiserfs' 'ntfsprogs')
-source=(http://www.cgsecurity.org/$pkgname-$pkgver.tar.bz2)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-  --without-ewf \
-  --enable-sudo
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-md5sums=('b1f0edabc9035e9ec9c8e0a95059ff3f')

Copied: testdisk/repos/extra-x86_64/PKGBUILD (from rev 206642, 
testdisk/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-03-04 02:29:34 UTC (rev 206644)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Michal Krenek mi...@sg1.cz
+
+pkgname=testdisk
+pkgver=6.14
+pkgrel=2
+pkgdesc=Checks and undeletes partitions + PhotoRec, signature based recovery 
tool
+arch=('i686' 'x86_64')
+url=http://www.cgsecurity.org/index.html?testdisk.html;
+license=('GPL')
+depends=('libjpeg' 'openssl' 'progsreiserfs' 'ntfsprogs')
+source=(http://www.cgsecurity.org/$pkgname-$pkgver.tar.bz2)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+  --without-ewf \
+  --enable-sudo
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

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

2014-03-03 Thread Gaetan Bisson
Date: Tuesday, March 4, 2014 @ 03:29:43
  Author: bisson
Revision: 106463

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

Added:
  partclone/repos/community-i686/PKGBUILD
(from rev 106462, partclone/repos/community-testing-i686/PKGBUILD)
  partclone/repos/community-x86_64/PKGBUILD
(from rev 106462, partclone/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  partclone/repos/community-i686/PKGBUILD
  partclone/repos/community-testing-i686/
  partclone/repos/community-testing-x86_64/
  partclone/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-04 02:07:48 UTC (rev 106462)
+++ community-i686/PKGBUILD 2014-03-04 02:29:43 UTC (rev 106463)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jst...@aur.archlinux.org
-# Contrinutor: Dan Serban
-# Contributor: Franz Burgmann
-# Contributor: Todd Partridge (Gen2ly)
-# Contributor: Ivan Sichmann Freitas
-
-pkgname=partclone
-pkgver=0.2.69
-pkgrel=1
-pkgdesc=Utilities to save and restore used blocks on a partition
-arch=('i686' 'x86_64')
-url=http://partclone.org;
-license=('GPL')
-depends=('progsreiserfs' 'ntfs-3g')
-source=(https://downloads.sourceforge.net/project/$pkgname/stable/$pkgver/${pkgname}_$pkgver.orig.tar.gz)
-md5sums=('2cc3b4e49819da32adcf63ef9246dca0')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-extfs --enable-reiserfs --enable-fat \
---enable-hfsp --enable-btrfs --enable-ncursesw --enable-ntfs 
--sbindir=/usr/bin
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make PREFIX=/usr DESTDIR=$pkgdir/ install
-}

Copied: partclone/repos/community-i686/PKGBUILD (from rev 106462, 
partclone/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-04 02:29:43 UTC (rev 106463)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jonathan Steel jst...@aur.archlinux.org
+# Contrinutor: Dan Serban
+# Contributor: Franz Burgmann
+# Contributor: Todd Partridge (Gen2ly)
+# Contributor: Ivan Sichmann Freitas
+
+pkgname=partclone
+pkgver=0.2.69
+pkgrel=2
+pkgdesc=Utilities to save and restore used blocks on a partition
+arch=('i686' 'x86_64')
+url=http://partclone.org;
+license=('GPL')
+depends=('progsreiserfs' 'ntfs-3g')
+source=(https://downloads.sourceforge.net/project/$pkgname/stable/$pkgver/${pkgname}_$pkgver.orig.tar.gz)
+md5sums=('2cc3b4e49819da32adcf63ef9246dca0')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-extfs --enable-reiserfs --enable-fat \
+--enable-hfsp --enable-btrfs --enable-ncursesw --enable-ntfs 
--sbindir=/usr/bin
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make PREFIX=/usr DESTDIR=$pkgdir/ install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-04 02:07:48 UTC (rev 106462)
+++ community-x86_64/PKGBUILD   2014-03-04 02:29:43 UTC (rev 106463)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jst...@aur.archlinux.org
-# Contrinutor: Dan Serban
-# Contributor: Franz Burgmann
-# Contributor: Todd Partridge (Gen2ly)
-# Contributor: Ivan Sichmann Freitas
-
-pkgname=partclone
-pkgver=0.2.69
-pkgrel=1
-pkgdesc=Utilities to save and restore used blocks on a partition
-arch=('i686' 'x86_64')
-url=http://partclone.org;
-license=('GPL')
-depends=('progsreiserfs' 'ntfs-3g')
-source=(https://downloads.sourceforge.net/project/$pkgname/stable/$pkgver/${pkgname}_$pkgver.orig.tar.gz)
-md5sums=('2cc3b4e49819da32adcf63ef9246dca0')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-extfs --enable-reiserfs --enable-fat \
---enable-hfsp --enable-btrfs --enable-ncursesw --enable-ntfs 
--sbindir=/usr/bin
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make PREFIX=/usr DESTDIR=$pkgdir/ install
-}

Copied: partclone/repos/community-x86_64/PKGBUILD (from rev 106462, 
partclone/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-03-04 02:29:43 UTC (rev 106463)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jonathan Steel jst...@aur.archlinux.org
+# Contrinutor: Dan Serban
+# Contributor: Franz Burgmann
+# Contributor: Todd Partridge (Gen2ly)
+# Contributor: Ivan Sichmann Freitas
+
+pkgname=partclone
+pkgver=0.2.69
+pkgrel=2
+pkgdesc=Utilities to save and restore used 

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

2014-03-03 Thread Sven-Hendrik Haase
Date: Tuesday, March 4, 2014 @ 04:00:09
  Author: svenstaro
Revision: 206645

upgpkg: nvidia-utils 334.21-1

upstream release 334.21

Modified:
  nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-04 02:29:34 UTC (rev 206644)
+++ PKGBUILD2014-03-04 03:00:09 UTC (rev 206645)
@@ -3,7 +3,7 @@
 # Contributor: James Rayner iphi...@gmail.com
 pkgbase=nvidia-utils
 pkgname=('nvidia-utils' 'nvidia-libgl' 'opencl-nvidia')
-pkgver=331.49
+pkgver=334.21
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
@@ -11,8 +11,8 @@
 options=('!strip')
 
source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
 
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-sha1sums=('3ab5c9e3b206cdb93baf6ea17dafe1486dbaa03f'
-  '72f7c25ba94041a80f81a8d8bf025ef680ed1f4f')
+sha1sums=('6a20159c173367f58e804c38f945000ffc153d99'
+  '68c99c3f5f727a9b61a920dc9ac63f67658212e1')
 
 [[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
 [[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32



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

2014-03-03 Thread Sven-Hendrik Haase
Date: Tuesday, March 4, 2014 @ 04:00:25
  Author: svenstaro
Revision: 206646

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

Added:
  nvidia-utils/repos/extra-i686/PKGBUILD
(from rev 206645, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/extra-x86_64/PKGBUILD
(from rev 206645, nvidia-utils/trunk/PKGBUILD)
Deleted:
  nvidia-utils/repos/extra-i686/PKGBUILD
  nvidia-utils/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-04 03:00:09 UTC (rev 206645)
+++ extra-i686/PKGBUILD 2014-03-04 03:00:25 UTC (rev 206646)
@@ -1,124 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler tho...@archlinux.org
-# Contributor: James Rayner iphi...@gmail.com
-pkgbase=nvidia-utils
-pkgname=('nvidia-utils' 'nvidia-libgl' 'opencl-nvidia')
-pkgver=331.49
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-license=('custom')
-options=('!strip')
-source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
-
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-sha1sums=('3ab5c9e3b206cdb93baf6ea17dafe1486dbaa03f'
-  '72f7c25ba94041a80f81a8d8bf025ef680ed1f4f')
-
-[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
-[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
-
-create_links() {
-# create soname links
-while read -d '' _lib; do
-_soname=$(dirname ${_lib})/$(LC_ALL=C readelf -d ${_lib} | sed 
-nr 's/.*Library soname: \[(.*)\].*/\1/p')
-[[ -e ${_soname} ]] || ln -s $(basename ${_lib}) ${_soname}
-[[ -e ${_soname/.[0-9]*/} ]] || ln -s $(basename ${_soname}) 
${_soname/.[0-9]*/}
-done  (find ${pkgdir} -type f -name '*.so*' -print0)
-}
-
-build() {
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-}
-
-package_opencl-nvidia() {
-pkgdesc=OpenCL implemention for NVIDIA
-depends=('libcl' 'zlib')
-optdepends=('opencl-headers: headers necessary for OpenCL development')
-cd ${srcdir}/${_pkg}
-
-# OpenCL
-install -D -m644 nvidia.icd ${pkgdir}/etc/OpenCL/vendors/nvidia.icd
-install -D -m755 libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}
-install -D -m755 libnvidia-opencl.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver} 
-
-create_links
-
-mkdir -p ${pkgdir}/usr/share/licenses
-ln -s nvidia ${pkgdir}/usr/share/licenses/opencl-nvidia
-}
-
-package_nvidia-libgl() {
-pkgdesc=NVIDIA drivers libraries symlinks
-depends=('nvidia-utils')
-conflicts=('libgl')
-provides=('libgl')
-cd ${srcdir}/${_pkg}
-
-mkdir -p ${pkgdir}/usr/lib/xorg/modules/extensions
-ln -s /usr/lib/nvidia/xorg/modules/extensions/libglx.so.${pkgver} 
${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.${pkgver}
-ln -s libglx.so.${pkgver} 
${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.1
-ln -s libglx.so.${pkgver} 
${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so
-
-ln -s /usr/lib/nvidia/libGL.so.${pkgver} 
${pkgdir}/usr/lib/libGL.so.${pkgver}
-ln -s libGL.so.${pkgver} ${pkgdir}/usr/lib/libGL.so.1
-ln -s libGL.so.${pkgver} ${pkgdir}/usr/lib/libGL.so
-
-mkdir -p ${pkgdir}/usr/share/licenses
-ln -s nvidia ${pkgdir}/usr/share/licenses/nvidia-libgl
-}
-
-package_nvidia-utils() {
-pkgdesc=NVIDIA drivers utilities
-depends=('xorg-server')
-optdepends=('gtk2: nvidia-settings'
-'opencl-nvidia: OpenCL support')
-cd ${srcdir}/${_pkg}
-
-# X driver
-install -D -m755 nvidia_drv.so 
${pkgdir}/usr/lib/xorg/modules/drivers/nvidia_drv.so
-# GLX extension module for X
-install -D -m755 libglx.so.${pkgver} 
${pkgdir}/usr/lib/nvidia/xorg/modules/extensions/libglx.so.${pkgver}
-ln -s libglx.so.${pkgver} 
${pkgdir}/usr/lib/nvidia/xorg/modules/extensions/libglx.so   # X doesn't find 
glx otherwise
-# OpenGL library
-install -D -m755 libGL.so.${pkgver} 
${pkgdir}/usr/lib/nvidia/libGL.so.${pkgver}
-# OpenGL core library
-install -D -m755 libnvidia-glcore.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-glcore.so.${pkgver}
-# VDPAU
-install -D -m755 libvdpau_nvidia.so.${pkgver} 
${pkgdir}/usr/lib/vdpau/libvdpau_nvidia.so.${pkgver}
-# nvidia-tls library
-install -D -m755 tls/libnvidia-tls.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-tls.so.${pkgver}
-install -D -m755 libnvidia-cfg.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-cfg.so.${pkgver}
-
-install -D -m755 libnvidia-ml.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-ml.so.${pkgver}
-# CUDA
-install -D -m755 libcuda.so.${pkgver} 

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

2014-03-03 Thread Sven-Hendrik Haase
Date: Tuesday, March 4, 2014 @ 04:14:30
  Author: svenstaro
Revision: 206647

upgpkg: nvidia 334.21-1

upstream release 334.21

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-04 03:00:25 UTC (rev 206646)
+++ PKGBUILD2014-03-04 03:14:30 UTC (rev 206647)
@@ -2,7 +2,7 @@
 # Maintainer : Thomas Baechler tho...@archlinux.org
 
 pkgname=nvidia
-pkgver=331.49
+pkgver=334.21
 _extramodules=extramodules-3.13-ARCH
 pkgrel=1
 pkgdesc=NVIDIA drivers for linux
@@ -16,8 +16,8 @@
 options=(!strip)
 
source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
 
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums=('176c77f9a10eaa652860dbc24042bff2'
- 'd0c944466a36cae8b1e23330b27a721c')
+md5sums=('3b2736dd6ed7e24f71004bad0e55e32e'
+ 'f96b6708702830fe647a7d11832c514e')
 
 [[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
 [[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32



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

2014-03-03 Thread Sven-Hendrik Haase
Date: Tuesday, March 4, 2014 @ 04:14:42
  Author: svenstaro
Revision: 206648

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

Added:
  nvidia/repos/extra-i686/PKGBUILD
(from rev 206647, nvidia/trunk/PKGBUILD)
  nvidia/repos/extra-i686/nvidia.install
(from rev 206647, nvidia/trunk/nvidia.install)
  nvidia/repos/extra-i686/nvidia_3.13_kernel.patch
(from rev 206647, nvidia/trunk/nvidia_3.13_kernel.patch)
  nvidia/repos/extra-x86_64/PKGBUILD
(from rev 206647, nvidia/trunk/PKGBUILD)
  nvidia/repos/extra-x86_64/nvidia.install
(from rev 206647, nvidia/trunk/nvidia.install)
  nvidia/repos/extra-x86_64/nvidia_3.13_kernel.patch
(from rev 206647, nvidia/trunk/nvidia_3.13_kernel.patch)
Deleted:
  nvidia/repos/extra-i686/PKGBUILD
  nvidia/repos/extra-i686/nvidia.install
  nvidia/repos/extra-i686/nvidia_3.13_kernel.patch
  nvidia/repos/extra-x86_64/PKGBUILD
  nvidia/repos/extra-x86_64/nvidia.install
  nvidia/repos/extra-x86_64/nvidia_3.13_kernel.patch

---+
 /PKGBUILD |   90 +++
 /nvidia.install   |   36 
 /nvidia_3.13_kernel.patch |   92 
 extra-i686/PKGBUILD   |   45 ---
 extra-i686/nvidia.install |   18 --
 extra-i686/nvidia_3.13_kernel.patch   |   46 
 extra-x86_64/PKGBUILD |   45 ---
 extra-x86_64/nvidia.install   |   18 --
 extra-x86_64/nvidia_3.13_kernel.patch |   46 
 9 files changed, 218 insertions(+), 218 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-04 03:14:30 UTC (rev 206647)
+++ extra-i686/PKGBUILD 2014-03-04 03:14:42 UTC (rev 206648)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer : Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia
-pkgver=331.49
-_extramodules=extramodules-3.13-ARCH
-pkgrel=1
-pkgdesc=NVIDIA drivers for linux
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.13' 'linux3.14' nvidia-libgl nvidia-utils=${pkgver})
-makedepends=('linux-headers=3.13' 'linux-headers3.14')
-conflicts=('nvidia-96xx' 'nvidia-173xx')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
-
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums=('176c77f9a10eaa652860dbc24042bff2'
- 'd0c944466a36cae8b1e23330b27a721c')
-
-[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
-[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
-
-prepare() {
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-cd ${_pkg}
-# patches here
-}
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${srcdir}/${_pkg}/kernel
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-}

Copied: nvidia/repos/extra-i686/PKGBUILD (from rev 206647, 
nvidia/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-04 03:14:42 UTC (rev 206648)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=334.21
+_extramodules=extramodules-3.13-ARCH
+pkgrel=1
+pkgdesc=NVIDIA drivers for linux
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.13' 'linux3.14' nvidia-libgl nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.13' 'linux-headers3.14')
+conflicts=('nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('3b2736dd6ed7e24f71004bad0e55e32e'
+ 'f96b6708702830fe647a7d11832c514e')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
+
+prepare() {
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+cd ${_pkg}
+# patches here
+}
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${srcdir}/${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 

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

2014-03-03 Thread Sven-Hendrik Haase
Date: Tuesday, March 4, 2014 @ 04:18:47
  Author: svenstaro
Revision: 106464

upgpkg: lib32-nvidia-utils 334.21-1

upstream release 334.21

Modified:
  lib32-nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-04 02:29:43 UTC (rev 106463)
+++ PKGBUILD2014-03-04 03:18:47 UTC (rev 106464)
@@ -5,7 +5,7 @@
 _pkgbasename=nvidia-utils
 pkgbase=lib32-$_pkgbasename
 pkgname=('lib32-nvidia-utils' 'lib32-nvidia-libgl' 'lib32-opencl-nvidia')
-pkgver=331.49
+pkgver=334.21
 pkgrel=1
 arch=('x86_64')
 url=http://www.nvidia.com/;
@@ -15,7 +15,7 @@
 _arch='x86'
 _pkg=NVIDIA-Linux-${_arch}-${pkgver}
 
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('176c77f9a10eaa652860dbc24042bff2')
+md5sums=('3b2736dd6ed7e24f71004bad0e55e32e')
 
 build() {
 cd ${srcdir}



[arch-commits] Commit in lib32-nvidia-utils/repos (extra-x86_64 extra-x86_64/PKGBUILD)

2014-03-03 Thread Sven-Hendrik Haase
Date: Tuesday, March 4, 2014 @ 04:18:53
  Author: svenstaro
Revision: 106465

archrelease: copy trunk to extra-x86_64

Added:
  lib32-nvidia-utils/repos/extra-x86_64/
  lib32-nvidia-utils/repos/extra-x86_64/PKGBUILD
(from rev 106464, lib32-nvidia-utils/trunk/PKGBUILD)

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

Copied: lib32-nvidia-utils/repos/extra-x86_64/PKGBUILD (from rev 106464, 
lib32-nvidia-utils/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-03-04 03:18:53 UTC (rev 106465)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: Thomas Baechler tho...@archlinux.org
+# Contributor: James Rayner iphi...@gmail.com
+
+_pkgbasename=nvidia-utils
+pkgbase=lib32-$_pkgbasename
+pkgname=('lib32-nvidia-utils' 'lib32-nvidia-libgl' 'lib32-opencl-nvidia')
+pkgver=334.21
+pkgrel=1
+arch=('x86_64')
+url=http://www.nvidia.com/;
+license=('custom')
+options=('!strip')
+
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('3b2736dd6ed7e24f71004bad0e55e32e')
+
+build() {
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+}
+
+package_lib32-opencl-nvidia() {
+pkgdesc=OpenCL implemention for NVIDIA (32-bit)
+depends=('lib32-libcl' 'lib32-zlib' 'lib32-gcc-libs')
+optdepends=('opencl-headers: headers necessary for OpenCL development')
+cd ${srcdir}/${_pkg}
+
+# OpenCL
+install -D -m755 libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}
+ln -s libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-compiler.so.1
+ln -s libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-compiler.so
+
+install -D -m755 libnvidia-opencl.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-opencl.so.${pkgver} 
+ln -s libnvidia-opencl.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-opencl.so.1
+ln -s libnvidia-opencl.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-opencl.so
+
+mkdir -p ${pkgdir}/usr/share/licenses
+ln -s $_pkgbasename ${pkgdir}/usr/share/licenses/lib32-opencl-nvidia
+}
+
+package_lib32-nvidia-libgl() {
+pkgdesc=NVIDIA drivers libraries symlinks (32-bit)
+depends=('lib32-nvidia-utils')
+replaces=('lib32-nvidia-utils=313.26-1')
+conflicts=('lib32-libgl')
+provides=('lib32-libgl')
+cd ${srcdir}/${_pkg}
+
+mkdir -p ${pkgdir}/usr/lib32
+ln -s /usr/lib32/nvidia/libGL.so.${pkgver} 
${pkgdir}/usr/lib32/libGL.so.${pkgver}
+ln -s libGL.so.${pkgver} ${pkgdir}/usr/lib32/libGL.so.1
+ln -s libGL.so.${pkgver} ${pkgdir}/usr/lib32/libGL.so
+
+mkdir -p ${pkgdir}/usr/share/licenses
+ln -s $_pkgbasename ${pkgdir}/usr/share/licenses/lib32-nvidia-libgl
+}
+
+package_lib32-nvidia-utils() {
+pkgdesc=NVIDIA drivers utilities (32-bit)
+depends=('lib32-zlib' 'lib32-gcc-libs')
+optdepends=('lib32-opencl-nvidia')
+cd ${srcdir}/${_pkg}
+
+# OpenGL library
+install -D -m755 libGL.so.${pkgver} 
${pkgdir}/usr/lib32/nvidia/libGL.so.${pkgver}
+# OpenGL core library
+install -D -m755 libnvidia-glcore.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}
+# VDPAU
+install -D -m755 libvdpau_nvidia.so.${pkgver} 
${pkgdir}/usr/lib32/vdpau/libvdpau_nvidia.so.${pkgver}
+# CUDA
+install -D -m755 libcuda.so.${pkgver} 
${pkgdir}/usr/lib32/libcuda.so.${pkgver}
+install -D -m755 libnvcuvid.so.${pkgver} 
${pkgdir}/usr/lib32/libnvcuvid.so.${pkgver}
+# nvidia-tls library
+install -D -m755 tls/libnvidia-tls.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-tls.so.${pkgver}
+
+install -D -m755 libnvidia-cfg.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-cfg.so.${pkgver}
+install -D -m755 libnvidia-ml.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-ml.so.${pkgver}
+
+# create soname links
+for _lib in $(find ${pkgdir} -name '*.so*'); do
+_soname=$(dirname ${_lib})/$(LC_ALL=C readelf -d $_lib | sed -nr 
's/.*Library soname: \[(.*)\].*/\1/p')
+if [ ! -e ${_soname} ]; then
+ln -s $(basename ${_lib}) ${_soname}
+ln -s $(basename ${_soname}) ${_soname/.[0-9]*/}
+fi
+done
+
+rm -rf ${pkgdir}/usr/{include,share,bin}
+mkdir -p ${pkgdir}/usr/share/licenses
+ln -s $_pkgbasename ${pkgdir}/usr/share/licenses/${pkgname}
+}



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

2014-03-03 Thread Gaetan Bisson
Date: Tuesday, March 4, 2014 @ 04:18:31
  Author: bisson
Revision: 206649

random cleanup, update URL

Modified:
  ttf-khmer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-04 03:14:42 UTC (rev 206648)
+++ PKGBUILD2014-03-04 03:18:31 UTC (rev 206649)
@@ -1,22 +1,24 @@
 # $Id$
-# Maintainer:
+# Maintainer: Gaetan Bisson bis...@archlinux.org
 # Contributor: Firmicus francois.archlinux.org
 # Contributor: Damir Perisa damir.per...@bluewin.ch
 
 pkgname=ttf-khmer
+_pkgname=All_KhmerOS
 pkgver=5.0
 pkgrel=3
-pkgdesc=TTFont collection for Khmer (Cambodia)
+pkgdesc='Fonts for Khmer and Latin alphabets'
+url='http://www.khmeros.info/en/fonts'
+license=('LGPL')
 arch=('any')
-license=('LGPL')
-url='http://www.khmeros.info/drupal612/en/taxonomy/term/53'
 depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
+source=(http://downloads.sourceforge.net/project/khmer/Fonts%20-%20KhmerOS/KhmerOS%20Fonts%20${pkgver}-%20LGPL%20Licence/${_pkgname}_${pkgver}.zip;)
+sha1sums=('4a17c919b93f4b99765cd476708ef3a79a925f37')
+
 install=ttf.install
-source=(http://downloads.sourceforge.net/sourceforge/khmer/All_KhmerOS_${pkgver}.zip;)
-md5sums=('dc1ddeb526ccbc06603da880d1e89e7b')
 
 package() {
-  cd ${srcdir}/All_KhmerOS_${pkgver}
-  install -dm755 ${pkgdir}/usr/share/fonts/TTF
-  install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF/
+   cd ${srcdir}/${_pkgname}_${pkgver}
+   install -dm755 ${pkgdir}/usr/share/fonts/TTF
+   install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF/
 }



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

2014-03-03 Thread Sven-Hendrik Haase
Date: Tuesday, March 4, 2014 @ 04:20:54
  Author: svenstaro
Revision: 106466

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-nvidia-utils/repos/multilib-x86_64/PKGBUILD
(from rev 106465, lib32-nvidia-utils/trunk/PKGBUILD)
Deleted:
  lib32-nvidia-utils/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  188 ++---
 1 file changed, 94 insertions(+), 94 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-04 03:18:53 UTC (rev 106465)
+++ PKGBUILD2014-03-04 03:20:54 UTC (rev 106466)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler tho...@archlinux.org
-# Contributor: James Rayner iphi...@gmail.com
-
-_pkgbasename=nvidia-utils
-pkgbase=lib32-$_pkgbasename
-pkgname=('lib32-nvidia-utils' 'lib32-nvidia-libgl' 'lib32-opencl-nvidia')
-pkgver=331.49
-pkgrel=1
-arch=('x86_64')
-url=http://www.nvidia.com/;
-license=('custom')
-options=('!strip')
-
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('176c77f9a10eaa652860dbc24042bff2')
-
-build() {
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-}
-
-package_lib32-opencl-nvidia() {
-pkgdesc=OpenCL implemention for NVIDIA (32-bit)
-depends=('lib32-libcl' 'lib32-zlib' 'lib32-gcc-libs')
-optdepends=('opencl-headers: headers necessary for OpenCL development')
-cd ${srcdir}/${_pkg}
-
-# OpenCL
-install -D -m755 libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}
-ln -s libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-compiler.so.1
-ln -s libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-compiler.so
-
-install -D -m755 libnvidia-opencl.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-opencl.so.${pkgver} 
-ln -s libnvidia-opencl.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-opencl.so.1
-ln -s libnvidia-opencl.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-opencl.so
-
-mkdir -p ${pkgdir}/usr/share/licenses
-ln -s $_pkgbasename ${pkgdir}/usr/share/licenses/lib32-opencl-nvidia
-}
-
-package_lib32-nvidia-libgl() {
-pkgdesc=NVIDIA drivers libraries symlinks (32-bit)
-depends=('lib32-nvidia-utils')
-replaces=('lib32-nvidia-utils=313.26-1')
-conflicts=('lib32-libgl')
-provides=('lib32-libgl')
-cd ${srcdir}/${_pkg}
-
-mkdir -p ${pkgdir}/usr/lib32
-ln -s /usr/lib32/nvidia/libGL.so.${pkgver} 
${pkgdir}/usr/lib32/libGL.so.${pkgver}
-ln -s libGL.so.${pkgver} ${pkgdir}/usr/lib32/libGL.so.1
-ln -s libGL.so.${pkgver} ${pkgdir}/usr/lib32/libGL.so
-
-mkdir -p ${pkgdir}/usr/share/licenses
-ln -s $_pkgbasename ${pkgdir}/usr/share/licenses/lib32-nvidia-libgl
-}
-
-package_lib32-nvidia-utils() {
-pkgdesc=NVIDIA drivers utilities (32-bit)
-depends=('lib32-zlib' 'lib32-gcc-libs')
-optdepends=('lib32-opencl-nvidia')
-cd ${srcdir}/${_pkg}
-
-# OpenGL library
-install -D -m755 libGL.so.${pkgver} 
${pkgdir}/usr/lib32/nvidia/libGL.so.${pkgver}
-# OpenGL core library
-install -D -m755 libnvidia-glcore.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}
-# VDPAU
-install -D -m755 libvdpau_nvidia.so.${pkgver} 
${pkgdir}/usr/lib32/vdpau/libvdpau_nvidia.so.${pkgver}
-# CUDA
-install -D -m755 libcuda.so.${pkgver} 
${pkgdir}/usr/lib32/libcuda.so.${pkgver}
-install -D -m755 libnvcuvid.so.${pkgver} 
${pkgdir}/usr/lib32/libnvcuvid.so.${pkgver}
-# nvidia-tls library
-install -D -m755 tls/libnvidia-tls.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-tls.so.${pkgver}
-
-install -D -m755 libnvidia-cfg.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-cfg.so.${pkgver}
-install -D -m755 libnvidia-ml.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-ml.so.${pkgver}
-
-# create soname links
-for _lib in $(find ${pkgdir} -name '*.so*'); do
-_soname=$(dirname ${_lib})/$(LC_ALL=C readelf -d $_lib | sed -nr 
's/.*Library soname: \[(.*)\].*/\1/p')
-if [ ! -e ${_soname} ]; then
-ln -s $(basename ${_lib}) ${_soname}
-ln -s $(basename ${_soname}) ${_soname/.[0-9]*/}
-fi
-done
-
-rm -rf ${pkgdir}/usr/{include,share,bin}
-mkdir -p ${pkgdir}/usr/share/licenses
-ln -s $_pkgbasename ${pkgdir}/usr/share/licenses/${pkgname}
-}

Copied: lib32-nvidia-utils/repos/multilib-x86_64/PKGBUILD (from rev 106465, 
lib32-nvidia-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-04 03:20:54 UTC (rev 106466)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: Thomas Baechler tho...@archlinux.org
+# Contributor: James Rayner iphi...@gmail.com
+
+_pkgbasename=nvidia-utils
+pkgbase=lib32-$_pkgbasename
+pkgname=('lib32-nvidia-utils' 'lib32-nvidia-libgl' 'lib32-opencl-nvidia')
+pkgver=334.21
+pkgrel=1
+arch=('x86_64')

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

2014-03-03 Thread Sven-Hendrik Haase
Date: Tuesday, March 4, 2014 @ 04:21:20
  Author: svenstaro
Revision: 206650

upgpkg: nvidia-lts 334.21-1

upstream release 334.21

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-04 03:18:31 UTC (rev 206649)
+++ PKGBUILD2014-03-04 03:21:20 UTC (rev 206650)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=nvidia-lts
-pkgver=331.49
+pkgver=334.21
 _extramodules=extramodules-3.10-lts
 pkgrel=1
 pkgdesc=NVIDIA drivers for linux-lts
@@ -16,8 +16,8 @@
 options=(!strip)
 
source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
 
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums=('176c77f9a10eaa652860dbc24042bff2'
- 'd0c944466a36cae8b1e23330b27a721c')
+md5sums=('3b2736dd6ed7e24f71004bad0e55e32e'
+ 'f96b6708702830fe647a7d11832c514e')
 
 [[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
 [[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32



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

2014-03-03 Thread Sven-Hendrik Haase
Date: Tuesday, March 4, 2014 @ 04:21:34
  Author: svenstaro
Revision: 206651

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

Added:
  nvidia-lts/repos/extra-i686/PKGBUILD
(from rev 206650, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/extra-i686/nvidia-lts.install
(from rev 206650, nvidia-lts/trunk/nvidia-lts.install)
  nvidia-lts/repos/extra-x86_64/PKGBUILD
(from rev 206650, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/extra-x86_64/nvidia-lts.install
(from rev 206650, nvidia-lts/trunk/nvidia-lts.install)
Deleted:
  nvidia-lts/repos/extra-i686/PKGBUILD
  nvidia-lts/repos/extra-i686/nvidia-lts.install
  nvidia-lts/repos/extra-x86_64/PKGBUILD
  nvidia-lts/repos/extra-x86_64/nvidia-lts.install

-+
 /PKGBUILD   |   80 ++
 /nvidia-lts.install |   30 ++
 extra-i686/PKGBUILD |   40 ---
 extra-i686/nvidia-lts.install   |   15 ---
 extra-x86_64/PKGBUILD   |   40 ---
 extra-x86_64/nvidia-lts.install |   15 ---
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-04 03:21:20 UTC (rev 206650)
+++ extra-i686/PKGBUILD 2014-03-04 03:21:34 UTC (rev 206651)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=nvidia-lts
-pkgver=331.49
-_extramodules=extramodules-3.10-lts
-pkgrel=1
-pkgdesc=NVIDIA drivers for linux-lts
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux-lts=3.10.26' nvidia-utils=$pkgver 'nvidia-libgl')
-makedepends=('linux-lts-headers=3.10.26')
-provides=('nvidia')
-license=('custom')
-install=nvidia-lts.install
-options=(!strip)
-source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
-
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums=('176c77f9a10eaa652860dbc24042bff2'
- 'd0c944466a36cae8b1e23330b27a721c')
-
-[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
-[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
-
-build() {
-  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-  sh ${_pkg}.run --extract-only
-  cd ${_pkg}/kernel
-  make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-  install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
-  gzip 
${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
-  install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-  echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
-  echo blacklist nvidiafb  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
-  install -D -m644 ${srcdir}/${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE
-}

Copied: nvidia-lts/repos/extra-i686/PKGBUILD (from rev 206650, 
nvidia-lts/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-04 03:21:34 UTC (rev 206651)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=nvidia-lts
+pkgver=334.21
+_extramodules=extramodules-3.10-lts
+pkgrel=1
+pkgdesc=NVIDIA drivers for linux-lts
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.10.26' nvidia-utils=$pkgver 'nvidia-libgl')
+makedepends=('linux-lts-headers=3.10.26')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=(!strip)
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('3b2736dd6ed7e24f71004bad0e55e32e'
+ 'f96b6708702830fe647a7d11832c514e')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
+
+build() {
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+  sh ${_pkg}.run --extract-only
+  cd ${_pkg}/kernel
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+  install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
+  gzip 
${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
+  install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+  echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
+  echo blacklist nvidiafb  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
+  install -D -m644 ${srcdir}/${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE
+}

Deleted: extra-i686/nvidia-lts.install
===
--- extra-i686/nvidia-lts.install   2014-03-04 

[arch-commits] Commit in lib32-nvidia-utils/repos (extra-x86_64)

2014-03-03 Thread Sven-Hendrik Haase
Date: Tuesday, March 4, 2014 @ 04:22:41
  Author: svenstaro
Revision: 106467

Whops

Deleted:
  lib32-nvidia-utils/repos/extra-x86_64/



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

2014-03-03 Thread Sven-Hendrik Haase
Date: Tuesday, March 4, 2014 @ 04:23:49
  Author: svenstaro
Revision: 106468

upgpkg: libxnvctrl 334.21-1

upstream release 334.21

Modified:
  libxnvctrl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-04 03:22:41 UTC (rev 106467)
+++ PKGBUILD2014-03-04 03:23:49 UTC (rev 106468)
@@ -2,7 +2,7 @@
 # Maintainer:  Martin Wimpress c...@flexion.org
 
 pkgname=libxnvctrl
-pkgver=331.49
+pkgver=334.21
 pkgrel=1
 pkgdesc=NVIDIA X Ctrl library
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('libxext')
 
source=(http://download.nvidia.com/XFree86/nvidia-settings/nvidia-settings-${pkgver}.tar.bz2;
 10_libxnvctrl_so_0.diff)
-sha1sums=('9c6b3445fdc800ebf01703527a0610365dd6c0f3'
+sha1sums=('eb2ec2257a0401c3c6494f31160d0fa378f638d8'
   '84146494a08d4b691e2cff84d1551210eee584dd')
 
 prepare() {



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

2014-03-03 Thread Sven-Hendrik Haase
Date: Tuesday, March 4, 2014 @ 04:23:58
  Author: svenstaro
Revision: 106469

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

Added:
  libxnvctrl/repos/community-i686/10_libxnvctrl_so_0.diff
(from rev 106468, libxnvctrl/trunk/10_libxnvctrl_so_0.diff)
  libxnvctrl/repos/community-i686/PKGBUILD
(from rev 106468, libxnvctrl/trunk/PKGBUILD)
  libxnvctrl/repos/community-x86_64/10_libxnvctrl_so_0.diff
(from rev 106468, libxnvctrl/trunk/10_libxnvctrl_so_0.diff)
  libxnvctrl/repos/community-x86_64/PKGBUILD
(from rev 106468, libxnvctrl/trunk/PKGBUILD)
Deleted:
  libxnvctrl/repos/community-i686/10_libxnvctrl_so_0.diff
  libxnvctrl/repos/community-i686/PKGBUILD
  libxnvctrl/repos/community-x86_64/10_libxnvctrl_so_0.diff
  libxnvctrl/repos/community-x86_64/PKGBUILD

--+
 /10_libxnvctrl_so_0.diff |  110 +
 /PKGBUILD|   74 +++
 community-i686/10_libxnvctrl_so_0.diff   |   55 --
 community-i686/PKGBUILD  |   37 -
 community-x86_64/10_libxnvctrl_so_0.diff |   55 --
 community-x86_64/PKGBUILD|   37 -
 6 files changed, 184 insertions(+), 184 deletions(-)

Deleted: community-i686/10_libxnvctrl_so_0.diff
===
--- community-i686/10_libxnvctrl_so_0.diff  2014-03-04 03:23:49 UTC (rev 
106468)
+++ community-i686/10_libxnvctrl_so_0.diff  2014-03-04 03:23:58 UTC (rev 
106469)
@@ -1,55 +0,0 @@
-Author: Andreas Beckmann deb...@abeckmann.de
-Description: build a shared library for libXNVCtrl
-Bug-Debian: http://bugs.debian.org/666909
-
 a/src/Makefile
-+++ b/src/Makefile
-@@ -79,6 +79,9 @@
- 
- XNVCTRL_DIR ?= libXNVCtrl
- XNVCTRL_ARCHIVE ?= $(XNVCTRL_DIR)/libXNVCtrl.a
-+XNVCTRL_SHARED  ?= $(XNVCTRL_DIR)/libXNVCtrl.so.0
-+#XNVCTRL_LIB?= $(XNVCTRL_ARCHIVE)
-+XNVCTRL_LIB ?= $(XNVCTRL_SHARED)
- XCONFIG_PARSER_DIR  ?= XF86Config-parser
- COMMON_UTILS_DIR?= common-utils
- COMMON_UNIX_DIR ?= common-unix
-@@ -179,9 +182,12 @@
-   $(MKDIR) $(BINDIR)
-   $(INSTALL) $(INSTALL_BIN_ARGS) $ $(BINDIR)/$(notdir $)
- 
--$(NVIDIA_SETTINGS): $(OBJS) $(XNVCTRL_ARCHIVE)
-+$(XNVCTRL_ARCHIVE) $(XNVCTRL_SHARED):
-+  $(MAKE) -C $(XNVCTRL_DIR)
-+
-+$(NVIDIA_SETTINGS): $(OBJS) $(XNVCTRL_LIB)
-   $(call quiet_cmd,LINK) $(CFLAGS) $(LDFLAGS) $(BIN_LDFLAGS) -o $@ 
$(OBJS) \
--  $(XNVCTRL_ARCHIVE) $(LIBS)
-+  $(XNVCTRL_LIB) $(LIBS)
-   $(call quiet_cmd,STRIP_CMD) $@
- 
- # define the rule to build each object file
 a/src/libXNVCtrl/Makefile
-+++ b/src/libXNVCtrl/Makefile
-@@ -22,12 +22,21 @@
- RANLIB ?= ranlib
- CFLAGS += -fPIC
- 
-+all: libXNVCtrl.a libXNVCtrl.so
-+
- libXNVCtrl.a : libXNVCtrl.a(NVCtrl.o)
-   $(RANLIB) $@
- 
-+libXNVCtrl.so: NVCtrl.o
-+  $(RM) $@ $@.*
-+  $(CC) -shared -Wl,-soname=$@.0 -o $@.0.0.0 $(LDFLAGS) $^ -lXext -lX11
-+  ln -s $@.0.0.0 $@.0
-+  ln -s $@.0 $@
-+
- NVCtrl.o : NVCtrl.h nv_control.h NVCtrlLib.h
- .INTERMEDIATE: NVCtrl.o
- 
- clean ::
-   rm -f libXNVCtrl.a *.o
-+  rm -f libXNVCtrl.so libXNVCtrl.so.*
- .PHONY: clean

Copied: libxnvctrl/repos/community-i686/10_libxnvctrl_so_0.diff (from rev 
106468, libxnvctrl/trunk/10_libxnvctrl_so_0.diff)
===
--- community-i686/10_libxnvctrl_so_0.diff  (rev 0)
+++ community-i686/10_libxnvctrl_so_0.diff  2014-03-04 03:23:58 UTC (rev 
106469)
@@ -0,0 +1,55 @@
+Author: Andreas Beckmann deb...@abeckmann.de
+Description: build a shared library for libXNVCtrl
+Bug-Debian: http://bugs.debian.org/666909
+
+--- a/src/Makefile
 b/src/Makefile
+@@ -79,6 +79,9 @@
+ 
+ XNVCTRL_DIR ?= libXNVCtrl
+ XNVCTRL_ARCHIVE ?= $(XNVCTRL_DIR)/libXNVCtrl.a
++XNVCTRL_SHARED  ?= $(XNVCTRL_DIR)/libXNVCtrl.so.0
++#XNVCTRL_LIB?= $(XNVCTRL_ARCHIVE)
++XNVCTRL_LIB ?= $(XNVCTRL_SHARED)
+ XCONFIG_PARSER_DIR  ?= XF86Config-parser
+ COMMON_UTILS_DIR?= common-utils
+ COMMON_UNIX_DIR ?= common-unix
+@@ -179,9 +182,12 @@
+   $(MKDIR) $(BINDIR)
+   $(INSTALL) $(INSTALL_BIN_ARGS) $ $(BINDIR)/$(notdir $)
+ 
+-$(NVIDIA_SETTINGS): $(OBJS) $(XNVCTRL_ARCHIVE)
++$(XNVCTRL_ARCHIVE) $(XNVCTRL_SHARED):
++  $(MAKE) -C $(XNVCTRL_DIR)
++
++$(NVIDIA_SETTINGS): $(OBJS) $(XNVCTRL_LIB)
+   $(call quiet_cmd,LINK) $(CFLAGS) $(LDFLAGS) $(BIN_LDFLAGS) -o $@ 
$(OBJS) \
+-  $(XNVCTRL_ARCHIVE) $(LIBS)
++  $(XNVCTRL_LIB) $(LIBS)
+   $(call quiet_cmd,STRIP_CMD) $@
+ 
+ # define the rule to build each object file
+--- a/src/libXNVCtrl/Makefile
 b/src/libXNVCtrl/Makefile
+@@ -22,12 +22,21 @@
+ RANLIB ?= ranlib
+ CFLAGS += -fPIC
+ 
++all: libXNVCtrl.a libXNVCtrl.so
++
+ libXNVCtrl.a : libXNVCtrl.a(NVCtrl.o)
+  

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

2014-03-03 Thread Sven-Hendrik Haase
Date: Tuesday, March 4, 2014 @ 04:36:55
  Author: svenstaro
Revision: 106471

archrelease: copy trunk to community-any

Added:
  spring-kp/repos/community-any/PKGBUILD
(from rev 106470, spring-kp/trunk/PKGBUILD)
Deleted:
  spring-kp/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-04 03:36:48 UTC (rev 106470)
+++ PKGBUILD2014-03-04 03:36:55 UTC (rev 106471)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-pkgname=spring-kp
-pkgver=4.5
-pkgrel=1
-pkgdesc=Kernel Panic is a mod about computers. Bits and bytes wage war in a 
matrix of DOOM! The only resources are time and space, there is no metal or 
energy economy in KP.
-arch=(any)
-url=http://springrts.com/wiki/Kernel_Panic;
-license=custom:publicdomain
-depends=('spring')
-source=(http://springfiles.com/sites/default/files/downloads/spring/games/kernel_panic_${pkgver}.zip;)
-md5sums=('0fabf3ae2bbe6a5e3f0213c100c8213e')
-
-package() {
-  mkdir -p $pkgdir/usr/share/spring/maps
-  mkdir -p $pkgdir/usr/share/spring/mods
-  cp -r $srcdir/maps/* $pkgdir/usr/share/spring/maps/
-  cp -r $srcdir/games/* $pkgdir/usr/share/spring/mods/
-  install -Dm644 $srcdir/Kernel_Panic_readme.txt 
$pkgdir/usr/share/doc/$pkgname/README
-}
-
-# vim: sw=2:ts=2 et:

Copied: spring-kp/repos/community-any/PKGBUILD (from rev 106470, 
spring-kp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-04 03:36:55 UTC (rev 106471)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=spring-kp
+pkgver=4.6
+pkgrel=1
+pkgdesc=Kernel Panic is a mod about computers. Bits and bytes wage war in a 
matrix of DOOM! The only resources are time and space, there is no metal or 
energy economy in KP.
+arch=(any)
+url=http://springrts.com/wiki/Kernel_Panic;
+license=custom:publicdomain
+depends=('spring')
+source=(http://springfiles.com/sites/default/files/downloads/spring/game-installers/kernel_panic_${pkgver}.zip;)
+md5sums=('f3b35feb78217c554079922612977aab')
+
+package() {
+  mkdir -p $pkgdir/usr/share/spring/maps
+  mkdir -p $pkgdir/usr/share/spring/mods
+  cp -r $srcdir/maps/* $pkgdir/usr/share/spring/maps/
+  cp -r $srcdir/games/* $pkgdir/usr/share/spring/mods/
+  install -Dm644 $srcdir/Kernel_Panic_readme.txt 
$pkgdir/usr/share/doc/$pkgname/README
+}
+
+# vim: sw=2:ts=2 et:



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

2014-03-03 Thread Sven-Hendrik Haase
Date: Tuesday, March 4, 2014 @ 04:36:48
  Author: svenstaro
Revision: 106470

upgpkg: spring-kp 4.6-1

upstream release 4.6

Modified:
  spring-kp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-04 03:23:58 UTC (rev 106469)
+++ PKGBUILD2014-03-04 03:36:48 UTC (rev 106470)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 pkgname=spring-kp
-pkgver=4.5
+pkgver=4.6
 pkgrel=1
 pkgdesc=Kernel Panic is a mod about computers. Bits and bytes wage war in a 
matrix of DOOM! The only resources are time and space, there is no metal or 
energy economy in KP.
 arch=(any)
@@ -8,8 +8,8 @@
 url=http://springrts.com/wiki/Kernel_Panic;
 license=custom:publicdomain
 depends=('spring')
-source=(http://springfiles.com/sites/default/files/downloads/spring/games/kernel_panic_${pkgver}.zip;)
-md5sums=('0fabf3ae2bbe6a5e3f0213c100c8213e')
+source=(http://springfiles.com/sites/default/files/downloads/spring/game-installers/kernel_panic_${pkgver}.zip;)
+md5sums=('f3b35feb78217c554079922612977aab')
 
 package() {
   mkdir -p $pkgdir/usr/share/spring/maps



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

2014-03-03 Thread Sven-Hendrik Haase
Date: Tuesday, March 4, 2014 @ 05:01:25
  Author: svenstaro
Revision: 106472

Fix Blender build

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-04 03:36:55 UTC (rev 106471)
+++ PKGBUILD2014-03-04 04:01:25 UTC (rev 106472)
@@ -5,14 +5,19 @@
 
 # Sometimes blender.org takes some time to release patch releases and because 
Arch users
 # are impatient, we sometimes need to build from git directly.
+# Update because I get so many queries on this:
+# Due to our other rolling deps, it's sometimes not possible to build Blender 
stable releases.
+# More often than not, a new openshadinglanguage breaks it and I could either 
backport fixes
+# or simply roll with a new version. I usually choose the latter when the 
former seems
+# unreasonable.
 
-_gitcommit=c7ac0e
+_gitcommit=13290d
 
 pkgname=blender
 pkgver=2.69
 [[ -n $_gitcommit ]]  pkgver=2.69.$_gitcommit
 pkgrel=1
-epoch=12
+epoch=13
 pkgdesc=A fully integrated 3D graphics creation suite
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -42,9 +47,12 @@
   cd $srcdir/$pkgname-$pkgver
 
   if [[ -n $_gitcommit ]]; then
-git submodule update --init --recursive
-git submodule foreach git checkout master
-git submodule foreach git pull --rebase origin master
+  git submodule init
+  git config submodule.release/scripts/addons.url 
${srcdir}/blender-addons
+  git config submodule.release/scripts/addons_contrib.url 
${srcdir}/blender-addons-contrib
+  git config submodule.release/datafiles/locale.url 
${srcdir}/blender-translations
+  git config submodule.scons.url ${srcdir}/scons
+  git submodule update
   fi
 }
 



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

2014-03-03 Thread Sven-Hendrik Haase
Date: Tuesday, March 4, 2014 @ 05:28:28
  Author: svenstaro
Revision: 106473

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

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

--+
 /PKGBUILD|  196 +
 /blender.install |   26 
 community-i686/PKGBUILD  |   90 
 community-i686/blender.install   |   13 --
 community-x86_64/PKGBUILD|   90 
 community-x86_64/blender.install |   13 --
 6 files changed, 222 insertions(+), 206 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-04 04:01:25 UTC (rev 106472)
+++ community-i686/PKGBUILD 2014-03-04 04:28:28 UTC (rev 106473)
@@ -1,90 +0,0 @@
-# $Id$
-# Contributor: John Sowiak j...@archlinux.org
-# Contributor: tobias tob...@archlinux.org
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-# Sometimes blender.org takes some time to release patch releases and because 
Arch users
-# are impatient, we sometimes need to build from git directly.
-
-_gitcommit=c7ac0e
-
-pkgname=blender
-pkgver=2.69
-[[ -n $_gitcommit ]]  pkgver=2.69.$_gitcommit
-pkgrel=1
-epoch=12
-pkgdesc=A fully integrated 3D graphics creation suite
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.blender.org;
-depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils'
- 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew'
- 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada' 'llvm'
- 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage')
-makedepends=('cmake' 'boost' 'subversion' 'mesa' 'git')
-[[ $CARCH == x86_64 ]]  makedepends+=('cuda')
-optdepends=('cuda: cycles renderer cuda support')
-options=(!strip)
-install=blender.install
-if [[ -z $_gitcommit ]]; then
-  source=(http://download.blender.org/source/$pkgname-$pkgver.tar.gz)
-md5sums=('e77f53951fdaea69631cdd8c0f42cbcb')
-else
-  
source=(${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit}
-  git://git.blender.org/blender-addons.git
-  git://git.blender.org/blender-addons-contrib.git
-  git://git.blender.org/blender-translations.git
-  git://git.blender.org/scons.git)
-  true  md5sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
-fi
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  if [[ -n $_gitcommit ]]; then
-git submodule update --init --recursive
-git submodule foreach git checkout master
-git submodule foreach git pull --rebase origin master
-  fi
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  mkdir build  cd build
-
-  [[ $CARCH == i686 ]]  BUILDCUDA=OFF || BUILDCUDA=ON
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_INSTALL_PORTABLE=OFF \
--DWITH_PYTHON_INSTALL=OFF \
--DWITH_OPENCOLLADA=ON \
--DOPENIMAGEIO_ROOT_DIR=/usr \
--DWITH_GAMEENGINE=ON \
--DWITH_JACK=ON \
--DWITH_PLAYER=ON \
--DWITH_CODEC_FFMPEG=ON \
--DWITH_CODEC_SNDFILE=ON \
--DWITH_CYCLES=ON \
--DWITH_LLVM=ON \
--DLLVM_VERSION=3.4 \
--DLLVM_STATIC=OFF \
--DWITH_CYCLES_CUDA_BINARIES=$BUILDCUDA \
--DWITH_CYCLES_OSL=ON \
--DWITH_FFTW3=ON \
--DWITH_MOD_OCEANSIM=ON \
--DPYTHON_VERSION=3.3 \
--DPYTHON_LIBPATH=/usr/lib \
--DPYTHON_LIBRARY=python3.3m \
--DPYTHON_INCLUDE_DIRS=/usr/include/python3.3m
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/build
-
-  make DESTDIR=${pkgdir} install
-  python -m compileall ${pkgdir}/usr/share/blender
-}

Copied: blender/repos/community-i686/PKGBUILD (from rev 106472, 
blender/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-04 04:28:28 UTC (rev 106473)
@@ -0,0 +1,98 @@
+# $Id$
+# Contributor: John Sowiak j...@archlinux.org
+# Contributor: tobias tob...@archlinux.org
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+# Sometimes blender.org takes some time to release patch releases and because 
Arch users
+# are impatient, we sometimes need to build from git directly.
+# Update because I get so many queries on this:
+# Due to our other rolling deps, it's sometimes not possible to build Blender 
stable releases.
+# More often than not, a new 

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

2014-03-03 Thread Sven-Hendrik Haase
Date: Tuesday, March 4, 2014 @ 05:31:32
  Author: svenstaro
Revision: 106474

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

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

--+
 /PKGBUILD|  196 +
 /blender.install |   26 
 community-i686/PKGBUILD  |   98 --
 community-i686/blender.install   |   13 --
 community-x86_64/PKGBUILD|   98 --
 community-x86_64/blender.install |   13 --
 6 files changed, 222 insertions(+), 222 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-04 04:28:28 UTC (rev 106473)
+++ community-i686/PKGBUILD 2014-03-04 04:31:32 UTC (rev 106474)
@@ -1,98 +0,0 @@
-# $Id$
-# Contributor: John Sowiak j...@archlinux.org
-# Contributor: tobias tob...@archlinux.org
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-# Sometimes blender.org takes some time to release patch releases and because 
Arch users
-# are impatient, we sometimes need to build from git directly.
-# Update because I get so many queries on this:
-# Due to our other rolling deps, it's sometimes not possible to build Blender 
stable releases.
-# More often than not, a new openshadinglanguage breaks it and I could either 
backport fixes
-# or simply roll with a new version. I usually choose the latter when the 
former seems
-# unreasonable.
-
-_gitcommit=13290d
-
-pkgname=blender
-pkgver=2.69
-[[ -n $_gitcommit ]]  pkgver=2.69.$_gitcommit
-pkgrel=1
-epoch=13
-pkgdesc=A fully integrated 3D graphics creation suite
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.blender.org;
-depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils'
- 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew'
- 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada' 'llvm'
- 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage')
-makedepends=('cmake' 'boost' 'subversion' 'mesa' 'git')
-[[ $CARCH == x86_64 ]]  makedepends+=('cuda')
-optdepends=('cuda: cycles renderer cuda support')
-options=(!strip)
-install=blender.install
-if [[ -z $_gitcommit ]]; then
-  source=(http://download.blender.org/source/$pkgname-$pkgver.tar.gz)
-md5sums=('e77f53951fdaea69631cdd8c0f42cbcb')
-else
-  
source=(${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit}
-  git://git.blender.org/blender-addons.git
-  git://git.blender.org/blender-addons-contrib.git
-  git://git.blender.org/blender-translations.git
-  git://git.blender.org/scons.git)
-  true  md5sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
-fi
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  if [[ -n $_gitcommit ]]; then
-  git submodule init
-  git config submodule.release/scripts/addons.url 
${srcdir}/blender-addons
-  git config submodule.release/scripts/addons_contrib.url 
${srcdir}/blender-addons-contrib
-  git config submodule.release/datafiles/locale.url 
${srcdir}/blender-translations
-  git config submodule.scons.url ${srcdir}/scons
-  git submodule update
-  fi
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  mkdir build  cd build
-
-  [[ $CARCH == i686 ]]  BUILDCUDA=OFF || BUILDCUDA=ON
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_INSTALL_PORTABLE=OFF \
--DWITH_PYTHON_INSTALL=OFF \
--DWITH_OPENCOLLADA=ON \
--DOPENIMAGEIO_ROOT_DIR=/usr \
--DWITH_GAMEENGINE=ON \
--DWITH_JACK=ON \
--DWITH_PLAYER=ON \
--DWITH_CODEC_FFMPEG=ON \
--DWITH_CODEC_SNDFILE=ON \
--DWITH_CYCLES=ON \
--DWITH_LLVM=ON \
--DLLVM_VERSION=3.4 \
--DLLVM_STATIC=OFF \
--DWITH_CYCLES_CUDA_BINARIES=$BUILDCUDA \
--DWITH_CYCLES_OSL=ON \
--DWITH_FFTW3=ON \
--DWITH_MOD_OCEANSIM=ON \
--DPYTHON_VERSION=3.3 \
--DPYTHON_LIBPATH=/usr/lib \
--DPYTHON_LIBRARY=python3.3m \
--DPYTHON_INCLUDE_DIRS=/usr/include/python3.3m
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/build
-
-  make DESTDIR=${pkgdir} install
-  python -m compileall ${pkgdir}/usr/share/blender
-}

Copied: blender/repos/community-i686/PKGBUILD (from rev 106473, 
blender/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev