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

2014-09-20 Thread Felix Yan
Date: Saturday, September 20, 2014 @ 07:59:53
  Author: fyan
Revision: 222142

cleanup makedepends (FS#42020)

Modified:
  nvidia-304xx-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 05:47:22 UTC (rev 222141)
+++ PKGBUILD2014-09-20 05:59:53 UTC (rev 222142)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
 license=('custom')
-makedepends=('libcl' 'libxvmc' 'xorg-server' 'zlib' 'mesa')
+makedepends=('zlib')
 options=('!strip')
 
 if [ $CARCH = i686 ]; then



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

2014-09-20 Thread Felix Yan
Date: Saturday, September 20, 2014 @ 08:00:35
  Author: fyan
Revision: 119309

upgpkg: libsodium 0.7.1-1

Modified:
  libsodium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 03:28:00 UTC (rev 119308)
+++ PKGBUILD2014-09-20 06:00:35 UTC (rev 119309)
@@ -4,7 +4,7 @@
 # Contributor: Alessio Sergi asergi at archlinux dot us
 
 pkgname=libsodium
-pkgver=0.7.0
+pkgver=0.7.1
 pkgrel=1
 pkgdesc=P(ortable|ackageable) NaCl-based crypto library
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('glibc')
 #makedepends=('clang')
 
source=(http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz;)
-sha512sums=('3b1a976ac83e2a740cc462f0589abcfe85604357e601f976b3d7f9d2aec7fca4705871f0fb937d6f9321102a5cc80b0cee6ec9c7864ce9d2c4735e20885b39ff')
+sha512sums=('73d967b26e5e000d4fd6f811b22c6147e8dff8a83790b41883d7c0afa42c792ac30bb9307153e47a0b8f658f6d7d11c55928525c782aba8db330e25de12411cd')
 
 build() {
   cd $pkgname-$pkgver



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

2014-09-20 Thread Felix Yan
Date: Saturday, September 20, 2014 @ 08:01:09
  Author: fyan
Revision: 119310

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-20 06:00:35 UTC (rev 119309)
+++ community-i686/PKGBUILD 2014-09-20 06:01:09 UTC (rev 119310)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: namelessjon jonathan.st...@gmail.com
-# Contributor: Alessio Sergi asergi at archlinux dot us
-
-pkgname=libsodium
-pkgver=0.7.0
-pkgrel=1
-pkgdesc=P(ortable|ackageable) NaCl-based crypto library
-arch=('i686' 'x86_64')
-url=https://github.com/jedisct1/libsodium;
-license=('custom:ISC')
-depends=('glibc')
-#makedepends=('clang')
-source=(http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz;)
-sha512sums=('3b1a976ac83e2a740cc462f0589abcfe85604357e601f976b3d7f9d2aec7fca4705871f0fb937d6f9321102a5cc80b0cee6ec9c7864ce9d2c4735e20885b39ff')
-
-build() {
-  cd $pkgname-$pkgver
-  #export CC=clang
-  #CFLAGS=${CFLAGS/-fstack-protector-strong/}
-
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license
-  install -d -m 755 $pkgdir/usr/share/licenses/$pkgname
-  install -m 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libsodium/repos/community-i686/PKGBUILD (from rev 119309, 
libsodium/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-20 06:01:09 UTC (rev 119310)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: namelessjon jonathan.st...@gmail.com
+# Contributor: Alessio Sergi asergi at archlinux dot us
+
+pkgname=libsodium
+pkgver=0.7.1
+pkgrel=1
+pkgdesc=P(ortable|ackageable) NaCl-based crypto library
+arch=('i686' 'x86_64')
+url=https://github.com/jedisct1/libsodium;
+license=('custom:ISC')
+depends=('glibc')
+#makedepends=('clang')
+source=(http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz;)
+sha512sums=('73d967b26e5e000d4fd6f811b22c6147e8dff8a83790b41883d7c0afa42c792ac30bb9307153e47a0b8f658f6d7d11c55928525c782aba8db330e25de12411cd')
+
+build() {
+  cd $pkgname-$pkgver
+  #export CC=clang
+  #CFLAGS=${CFLAGS/-fstack-protector-strong/}
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license
+  install -d -m 755 $pkgdir/usr/share/licenses/$pkgname
+  install -m 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-20 06:00:35 UTC (rev 119309)
+++ community-x86_64/PKGBUILD   2014-09-20 06:01:09 UTC (rev 119310)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: namelessjon jonathan.st...@gmail.com
-# Contributor: Alessio Sergi asergi at archlinux dot us
-
-pkgname=libsodium
-pkgver=0.7.0
-pkgrel=1
-pkgdesc=P(ortable|ackageable) NaCl-based crypto library
-arch=('i686' 'x86_64')
-url=https://github.com/jedisct1/libsodium;
-license=('custom:ISC')
-depends=('glibc')
-#makedepends=('clang')
-source=(http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz;)
-sha512sums=('3b1a976ac83e2a740cc462f0589abcfe85604357e601f976b3d7f9d2aec7fca4705871f0fb937d6f9321102a5cc80b0cee6ec9c7864ce9d2c4735e20885b39ff')
-
-build() {
-  cd $pkgname-$pkgver
-  #export CC=clang
-  #CFLAGS=${CFLAGS/-fstack-protector-strong/}
-
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license
-  install -d -m 755 $pkgdir/usr/share/licenses/$pkgname
-  install -m 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libsodium/repos/community-x86_64/PKGBUILD (from rev 119309, 
libsodium/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)

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

2014-09-20 Thread Felix Yan
Date: Saturday, September 20, 2014 @ 08:10:20
  Author: fyan
Revision: 119311

upgpkg: nodejs 0.10.32-3

update npm to 2.0.2

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 06:01:09 UTC (rev 119310)
+++ PKGBUILD2014-09-20 06:10:20 UTC (rev 119311)
@@ -10,8 +10,8 @@
 
 pkgname=nodejs
 pkgver=0.10.32
-_npmver=2.0.1
-pkgrel=2
+_npmver=2.0.2
+pkgrel=3
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')
 url='http://nodejs.org/'



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

2014-09-20 Thread Felix Yan
Date: Saturday, September 20, 2014 @ 08:11:27
  Author: fyan
Revision: 119312

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-20 06:10:20 UTC (rev 119311)
+++ community-i686/PKGBUILD 2014-09-20 06:11:27 UTC (rev 119312)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: James Campos james.r.cam...@gmail.com
-# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Dongsheng Cai dongsheng at moodle dot com
-# Contributor: Masutu Subric masutu.arch at googlemail dot com
-# Contributor: TIanyi Cui tianyi...@gmail.com
-
-pkgname=nodejs
-pkgver=0.10.32
-_npmver=2.0.1
-pkgrel=2
-pkgdesc='Evented I/O for V8 javascript'
-arch=('i686' 'x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl')
-provides=('nodejs-node-gyp')
-makedepends=('python2' 'git' 'procps-ng')
-optdepends=('python2: for node-gyp')
-checkdepends=('curl')
-options=('!emptydirs')
-source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;
-git+https://github.com/npm/npm.git#tag=v$_npmver)
-sha256sums=('c2120d0e3d2d191654cb11dbc0a33a7216d53732173317681da9502be0030f10'
-'SKIP')
-
-prepare() {
-  cd node-v$pkgver
-
-  # We need newer version of npm to fix bugs
-  rm -r deps/npm
-  ln -s $srcdir/npm deps
-  rm -r $srcdir/npm/.git
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_2_' \
--e s_'python'_'python2'_ -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-v$pkgver
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---shared-openssl
-
-  make
-
-  cd ../npm
-  ../node-v$pkgver/node cli.js install ronn marked
-  PATH=$srcdir/node-v$pkgver:$PATH make
-  ../node-v$pkgver/node cli.js uninstall ronn marked
-}
-
-check() {
-  cd node-v$pkgver
-  make test || warning Tests failed
-}
-
-package() {
-  cd node-v$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # install docs as per user request
-  install -d $pkgdir/usr/share/doc/nodejs
-  cp -r doc/api/{*.html,assets} \
-$pkgdir/usr/share/doc/nodejs
-
-  install -D -m644 LICENSE \
-$pkgdir/usr/share/licenses/nodejs/LICENSE
-
-  install -d $pkgdir/usr/share/man/{man1,man3,man5,man7}
-  for _dir in man1 man3 man5 man7; do
-cd $pkgdir/usr/lib/node_modules/npm/man/$_dir
-for _file in *; do
-  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
$pkgdir/usr/share/man/$_dir/
-done
-  done
-
-  ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js 
$pkgdir/usr/bin/node-gyp
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-i686/PKGBUILD (from rev 119311, 
nodejs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-20 06:11:27 UTC (rev 119312)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: James Campos james.r.cam...@gmail.com
+# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Dongsheng Cai dongsheng at moodle dot com
+# Contributor: Masutu Subric masutu.arch at googlemail dot com
+# Contributor: TIanyi Cui tianyi...@gmail.com
+
+pkgname=nodejs
+pkgver=0.10.32
+_npmver=2.0.2
+pkgrel=3
+pkgdesc='Evented I/O for V8 javascript'
+arch=('i686' 'x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl')
+provides=('nodejs-node-gyp')
+makedepends=('python2' 'git' 'procps-ng')
+optdepends=('python2: for node-gyp')
+checkdepends=('curl')
+options=('!emptydirs')
+source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;
+git+https://github.com/npm/npm.git#tag=v$_npmver)
+sha256sums=('c2120d0e3d2d191654cb11dbc0a33a7216d53732173317681da9502be0030f10'
+'SKIP')
+
+prepare() {
+  cd node-v$pkgver
+
+  # We need newer version of npm to fix bugs
+  rm -r deps/npm
+  ln -s $srcdir/npm deps
+  rm -r $srcdir/npm/.git
+
+  msg 'Fixing for 

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

2014-09-20 Thread Andreas Radke
Date: Saturday, September 20, 2014 @ 09:25:00
  Author: andyrtr
Revision: 222143

upgpkg: libtasn1 4.2-1

upstream update 4.2

Modified:
  libtasn1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 05:59:53 UTC (rev 222142)
+++ PKGBUILD2014-09-20 07:25:00 UTC (rev 222143)
@@ -4,7 +4,7 @@
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=libtasn1
-pkgver=4.1
+pkgver=4.2
 pkgrel=1
 pkgdesc=The ASN.1 library used in GNUTLS
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('glibc' 'texinfo')
 install=libtasn1.install
 source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('f9b37df3c2c9c6439d8bf427bfbfc521'
+md5sums=('414df906df421dee0a5cf7548788d153'
  'SKIP')
 
 build() {



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

2014-09-20 Thread Andreas Radke
Date: Saturday, September 20, 2014 @ 09:25:18
  Author: andyrtr
Revision: 222144

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

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

---+
 /PKGBUILD |   72 
 /libtasn1.install |   36 
 extra-i686/PKGBUILD   |   36 
 extra-i686/libtasn1.install   |   18 --
 extra-x86_64/PKGBUILD |   36 
 extra-x86_64/libtasn1.install |   18 --
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-20 07:25:00 UTC (rev 222143)
+++ extra-i686/PKGBUILD 2014-09-20 07:25:18 UTC (rev 222144)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-
-pkgname=libtasn1
-pkgver=4.1
-pkgrel=1
-pkgdesc=The ASN.1 library used in GNUTLS
-arch=('i686' 'x86_64')
-license=('GPL3' 'LGPL')
-url=http://www.gnu.org/software/libtasn1/;
-depends=('glibc' 'texinfo')
-install=libtasn1.install
-source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('f9b37df3c2c9c6439d8bf427bfbfc521'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --with-packager=Archlinux \
-  --with-packager-bug-reports=http://bugs.archlinux.org/; \
-  --with-packager-version=${pkgver}-${pkgrel}
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libtasn1/repos/extra-i686/PKGBUILD (from rev 222143, 
libtasn1/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-20 07:25:18 UTC (rev 222144)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=libtasn1
+pkgver=4.2
+pkgrel=1
+pkgdesc=The ASN.1 library used in GNUTLS
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL')
+url=http://www.gnu.org/software/libtasn1/;
+depends=('glibc' 'texinfo')
+install=libtasn1.install
+source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('414df906df421dee0a5cf7548788d153'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-packager=Archlinux \
+  --with-packager-bug-reports=http://bugs.archlinux.org/; \
+  --with-packager-version=${pkgver}-${pkgrel}
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/libtasn1.install
===
--- extra-i686/libtasn1.install 2014-09-20 07:25:00 UTC (rev 222143)
+++ extra-i686/libtasn1.install 2014-09-20 07:25:18 UTC (rev 222144)
@@ -1,18 +0,0 @@
-info_dir=/usr/share/info
-info_files=(libtasn1.info)
-
-post_install() {
-  for f in ${info_files[@]}; do
-install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
-  done
-}

Copied: libtasn1/repos/extra-i686/libtasn1.install (from rev 222143, 
libtasn1/trunk/libtasn1.install)
===
--- extra-i686/libtasn1.install (rev 0)
+++ extra-i686/libtasn1.install 2014-09-20 07:25:18 UTC (rev 222144)
@@ -0,0 +1,18 @@
+info_dir=/usr/share/info
+info_files=(libtasn1.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-09-20 07:25:00 UTC (rev 222143)
+++ extra-x86_64/PKGBUILD   2014-09-20 07:25:18 UTC (rev 222144)
@@ -1,36 +0,0 @@
-# $Id$
-# 

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

2014-09-20 Thread Laurent Carlier
Date: Saturday, September 20, 2014 @ 09:25:25
  Author: lcarlier
Revision: 222145

upgpkg: mesa 10.3.0-1

upstream update 10.3.0

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 07:25:18 UTC (rev 222144)
+++ PKGBUILD2014-09-20 07:25:25 UTC (rev 222145)
@@ -5,7 +5,7 @@
 pkgbase=mesa
 pkgname=('opencl-mesa' 'mesa-dri' 'mesa-vdpau' 'mesa' 'mesa-libgl')
 pkgver=10.3.0
-pkgrel=0.1
+pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('python2' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
  'libxshmfence' 'libxxf86vm'  'libxdamage' 'libvdpau' 'wayland' 
'elfutils' 'llvm' 'systemd'
@@ -13,9 +13,9 @@
 url=http://mesa3d.sourceforge.net;
 license=('custom')
 
#source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2{,.sig}
-source=(ftp://ftp.freedesktop.org/pub/mesa/10.3/MesaLib-10.3.0-rc3.tar.bz2{,.sig}
+source=(ftp://ftp.freedesktop.org/pub/mesa/10.3/MesaLib-${pkgver}.tar.bz2{,.sig}
 LICENSE)
-sha256sums=('b67937ae9deb7daeb91d978747ec1a5e8ad98a401df9ef8ec4efee404340a2fb'
+sha256sums=('0283bfe710fa449ed82e465cfa09612a269e19abb7e0382082608062ce7960b5'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2')
 
@@ -115,7 +115,7 @@
 package_mesa() {
   pkgdesc=an open-source implementation of the OpenGL specification
   depends=('libdrm' 'wayland' 'libxxf86vm' 'libxdamage' 'libxshmfence' 
'systemd' 'elfutils' 
-   'libomxil-bellagio' 'llvm-libs')
+   'libomxil-bellagio' 'llvm-libs' 'libgl')
   optdepends=('opengl-man-pages: for the OpenGL API man pages')
   provides=('libglapi' 'osmesa' 'libgbm' 'libgles' 'libegl' 
'khrplatform-devel')
   conflicts=('libglapi' 'osmesa' 'libgbm' 'libgles' 'libegl' 
'khrplatform-devel')



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

2014-09-20 Thread Laurent Carlier
Date: Saturday, September 20, 2014 @ 09:25:40
  Author: lcarlier
Revision: 222146

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

Added:
  mesa/repos/testing-i686/
  
mesa/repos/testing-i686/0001-gallivm-Disable-workaround-for-PR12833-on-LLVM-3.2.patch
(from rev 222145, 
mesa/trunk/0001-gallivm-Disable-workaround-for-PR12833-on-LLVM-3.2.patch)
  
mesa/repos/testing-i686/0002-gallivm-set-mcpu-when-initializing-llvm-execution-en.patch
(from rev 222145, 
mesa/trunk/0002-gallivm-set-mcpu-when-initializing-llvm-execution-en.patch)
  mesa/repos/testing-i686/LICENSE
(from rev 222145, mesa/trunk/LICENSE)
  mesa/repos/testing-i686/PKGBUILD
(from rev 222145, mesa/trunk/PKGBUILD)
  mesa/repos/testing-i686/llvm35.patch
(from rev 222145, mesa/trunk/llvm35.patch)
  mesa/repos/testing-x86_64/
  
mesa/repos/testing-x86_64/0001-gallivm-Disable-workaround-for-PR12833-on-LLVM-3.2.patch
(from rev 222145, 
mesa/trunk/0001-gallivm-Disable-workaround-for-PR12833-on-LLVM-3.2.patch)
  
mesa/repos/testing-x86_64/0002-gallivm-set-mcpu-when-initializing-llvm-execution-en.patch
(from rev 222145, 
mesa/trunk/0002-gallivm-set-mcpu-when-initializing-llvm-execution-en.patch)
  mesa/repos/testing-x86_64/LICENSE
(from rev 222145, mesa/trunk/LICENSE)
  mesa/repos/testing-x86_64/PKGBUILD
(from rev 222145, mesa/trunk/PKGBUILD)
  mesa/repos/testing-x86_64/llvm35.patch
(from rev 222145, mesa/trunk/llvm35.patch)

+
 testing-i686/0001-gallivm-Disable-workaround-for-PR12833-on-LLVM-3.2.patch 
|   33 +
 testing-i686/0002-gallivm-set-mcpu-when-initializing-llvm-execution-en.patch   
|   77 
 testing-i686/LICENSE   
|   82 
 testing-i686/PKGBUILD  
|  175 ++
 testing-i686/llvm35.patch  
|   26 +
 testing-x86_64/0001-gallivm-Disable-workaround-for-PR12833-on-LLVM-3.2.patch   
|   33 +
 testing-x86_64/0002-gallivm-set-mcpu-when-initializing-llvm-execution-en.patch 
|   77 
 testing-x86_64/LICENSE 
|   82 
 testing-x86_64/PKGBUILD
|  175 ++
 testing-x86_64/llvm35.patch
|   26 +
 10 files changed, 786 insertions(+)

Copied: 
mesa/repos/testing-i686/0001-gallivm-Disable-workaround-for-PR12833-on-LLVM-3.2.patch
 (from rev 222145, 
mesa/trunk/0001-gallivm-Disable-workaround-for-PR12833-on-LLVM-3.2.patch)
===
--- testing-i686/0001-gallivm-Disable-workaround-for-PR12833-on-LLVM-3.2.patch  
(rev 0)
+++ testing-i686/0001-gallivm-Disable-workaround-for-PR12833-on-LLVM-3.2.patch  
2014-09-20 07:25:40 UTC (rev 222146)
@@ -0,0 +1,33 @@
+From 22c970946535956abac321585598425ad5cc82c5 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Jos=C3=A9=20Fonseca?= jfons...@vmware.com
+Date: Wed, 14 May 2014 12:55:50 +0100
+Subject: [PATCH 1/2] gallivm: Disable workaround for PR12833 on LLVM 3.2+.
+
+Fixed upstream.
+
+(cherry picked from commit 172ef0c5a5a97c211702eb4033eeaac20993350e)
+---
+ src/gallium/auxiliary/gallivm/lp_bld_misc.cpp | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp 
b/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp
+index d85adfb..45c985d 100644
+--- a/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp
 b/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp
+@@ -321,11 +321,11 @@ 
lp_build_create_jit_compiler_for_module(LLVMExecutionEngineRef *OutJIT,
+builder.setJITMemoryManager(JITMemoryManager::CreateDefaultMemManager());
+ 
+ExecutionEngine *JIT;
+-#if 0
++#if HAVE_LLVM = 0x0302
+JIT = builder.create();
+ #else
+/*
+-* Workaround http://llvm.org/bugs/show_bug.cgi?id=12833
++* Workaround http://llvm.org/PR12833
+ */
+StringRef MArch = ;
+StringRef MCPU = ;
+-- 
+2.1.0
+

Copied: 
mesa/repos/testing-i686/0002-gallivm-set-mcpu-when-initializing-llvm-execution-en.patch
 (from rev 222145, 
mesa/trunk/0002-gallivm-set-mcpu-when-initializing-llvm-execution-en.patch)
===
--- 
testing-i686/0002-gallivm-set-mcpu-when-initializing-llvm-execution-en.patch
(rev 0)
+++ 
testing-i686/0002-gallivm-set-mcpu-when-initializing-llvm-execution-en.patch
2014-09-20 07:25:40 UTC (rev 222146)
@@ -0,0 +1,77 @@
+From ebe30fd4d4a90219431b6947f233473b2cf518a5 Mon Sep 17 00:00:00 2001
+From: Roland Scheidegger srol...@vmware.com
+Date: Thu, 19 Jun 2014 03:27:26 +0200
+Subject: [PATCH 2/2] gallivm: set mcpu when initializing llvm execution engine
+
+Previously llvm detected cpu features automatically when the 

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

2014-09-20 Thread Andreas Radke
Date: Saturday, September 20, 2014 @ 09:31:15
  Author: andyrtr
Revision: 222148

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

Added:
  hyphen/repos/extra-i686/PKGBUILD
(from rev 222147, hyphen/trunk/PKGBUILD)
  hyphen/repos/extra-x86_64/PKGBUILD
(from rev 222147, hyphen/trunk/PKGBUILD)
Deleted:
  hyphen/repos/extra-i686/PKGBUILD
  hyphen/repos/extra-i686/hyphen-2.8.7-include-stdio-h.patch
  hyphen/repos/extra-x86_64/PKGBUILD
  hyphen/repos/extra-x86_64/hyphen-2.8.7-include-stdio-h.patch

-+
 /PKGBUILD   |  112 ++
 extra-i686/PKGBUILD |   63 
 extra-i686/hyphen-2.8.7-include-stdio-h.patch   |   12 --
 extra-x86_64/PKGBUILD   |   63 
 extra-x86_64/hyphen-2.8.7-include-stdio-h.patch |   12 --
 5 files changed, 112 insertions(+), 150 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-20 07:31:03 UTC (rev 222147)
+++ extra-i686/PKGBUILD 2014-09-20 07:31:15 UTC (rev 222148)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-
-pkgbase=hyphen
-pkgname=('hyphen' 'hyphen-en')
-pkgver=2.8.7
-pkgrel=2
-arch=('i686' 'x86_64')
-url=http://hunspell.sf.net;
-license=('GPL2' 'LGPL2.1' 'MPL')
-makedepends=('glibc' 'perl')
-source=(http://downloads.sourceforge.net/hunspell/${pkgname}-${pkgver}.tar.gz
-hyphen-2.8.7-include-stdio-h.patch)
-sha1sums=('ca565779e89ca299475e7eb993612b722c09e9e0'
-  '28865675bab044dbbd417e7435481049984d9391')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -p1 -i $srcdir/hyphen-2.8.7-include-stdio-h.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package_hyphen() {
- pkgdesc=library for high quality hyphenation and justification
- depends=('glibc' 'perl')
-
-  cd $srcdir/$pkgbase-$pkgver
-  make DESTDIR=$pkgdir/ install-libLTLIBRARIES
-  make DESTDIR=$pkgdir/ install-binSCRIPTS
-  make DESTDIR=$pkgdir/ install-includeHEADERS
-  
-  # license
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_hyphen-en() {
- pkgdesc=English hyphenation rules
- # arch=('any')
- optdepends=('hyphen: offers hyphenation library functions')
-
-  cd $srcdir/$pkgbase-$pkgver
-  make DESTDIR=$pkgdir/ install-hyphDATA
-
-  pushd ${pkgdir}/usr/share/hyphen/
-   en_US_aliases=en_AG en_AU en_BS en_BW en_BZ en_CA en_DK en_GB en_GH en_HK 
en_IE en_IN en_JM en_NA en_NZ en_PH en_SG en_TT en_ZA en_ZW
-   for lang in $en_US_aliases; do
-ln -s hyph_en_US.dic hyph_$lang.dic
-   done
-  popd
-  
-  # the symlinks
-  install -dm755 ${pkgdir}/usr/share/myspell/dicts
-  pushd $pkgdir/usr/share/myspell/dicts
-for file in $pkgdir/usr/share/hyphen/*; do
-  ln -sv /usr/share/hyphen/$(basename $file) .
-done
-  popd
-}

Copied: hyphen/repos/extra-i686/PKGBUILD (from rev 222147, 
hyphen/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-20 07:31:15 UTC (rev 222148)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+
+pkgbase=hyphen
+pkgname=('hyphen' 'hyphen-en')
+pkgver=2.8.8
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://hunspell.sf.net;
+license=('GPL2' 'LGPL2.1' 'MPL')
+makedepends=('glibc' 'perl')
+source=(http://downloads.sourceforge.net/hunspell/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('0556c392beb59433e577e3517575801212201df6')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package_hyphen() {
+ pkgdesc=library for high quality hyphenation and justification
+ depends=('glibc' 'perl')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir/ install-libLTLIBRARIES
+  make DESTDIR=$pkgdir/ install-binSCRIPTS
+  make DESTDIR=$pkgdir/ install-includeHEADERS
+  
+  # license
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_hyphen-en() {
+ pkgdesc=English hyphenation rules
+ # arch=('any')
+ optdepends=('hyphen: offers hyphenation library functions')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir/ install-hyphDATA
+
+  pushd ${pkgdir}/usr/share/hyphen/
+   en_US_aliases=en_AG en_AU en_BS en_BW en_BZ en_CA en_DK en_GB en_GH en_HK 
en_IE en_IN en_JM en_NA en_NZ en_PH en_SG en_TT en_ZA en_ZW
+   for lang in $en_US_aliases; do
+ln -s hyph_en_US.dic hyph_$lang.dic
+   done
+  popd
+  
+  # the symlinks
+  install -dm755 ${pkgdir}/usr/share/myspell/dicts
+  pushd $pkgdir/usr/share/myspell/dicts
+for file in $pkgdir/usr/share/hyphen/*; do
+  ln -sv /usr/share/hyphen/$(basename $file) .
+done
+  popd
+}

Deleted: extra-i686/hyphen-2.8.7-include-stdio-h.patch
===
--- 

[arch-commits] Commit in hyphen/trunk (PKGBUILD hyphen-2.8.7-include-stdio-h.patch)

2014-09-20 Thread Andreas Radke
Date: Saturday, September 20, 2014 @ 09:31:03
  Author: andyrtr
Revision: 222147

upgpkg: hyphen 2.8.8-1

upstream update 2.8.8

Modified:
  hyphen/trunk/PKGBUILD
Deleted:
  hyphen/trunk/hyphen-2.8.7-include-stdio-h.patch

+
 PKGBUILD   |   21 +++--
 hyphen-2.8.7-include-stdio-h.patch |   12 
 2 files changed, 7 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 07:25:40 UTC (rev 222146)
+++ PKGBUILD2014-09-20 07:31:03 UTC (rev 222147)
@@ -3,24 +3,17 @@
 
 pkgbase=hyphen
 pkgname=('hyphen' 'hyphen-en')
-pkgver=2.8.7
-pkgrel=2
+pkgver=2.8.8
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://hunspell.sf.net;
 license=('GPL2' 'LGPL2.1' 'MPL')
 makedepends=('glibc' 'perl')
-source=(http://downloads.sourceforge.net/hunspell/${pkgname}-${pkgver}.tar.gz
-hyphen-2.8.7-include-stdio-h.patch)
-sha1sums=('ca565779e89ca299475e7eb993612b722c09e9e0'
-  '28865675bab044dbbd417e7435481049984d9391')
+source=(http://downloads.sourceforge.net/hunspell/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('0556c392beb59433e577e3517575801212201df6')
 
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -p1 -i $srcdir/hyphen-2.8.7-include-stdio-h.patch
-}
-
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --disable-static
   make
 }
@@ -29,7 +22,7 @@
  pkgdesc=library for high quality hyphenation and justification
  depends=('glibc' 'perl')
 
-  cd $srcdir/$pkgbase-$pkgver
+  cd $pkgbase-$pkgver
   make DESTDIR=$pkgdir/ install-libLTLIBRARIES
   make DESTDIR=$pkgdir/ install-binSCRIPTS
   make DESTDIR=$pkgdir/ install-includeHEADERS
@@ -43,7 +36,7 @@
  # arch=('any')
  optdepends=('hyphen: offers hyphenation library functions')
 
-  cd $srcdir/$pkgbase-$pkgver
+  cd $pkgbase-$pkgver
   make DESTDIR=$pkgdir/ install-hyphDATA
 
   pushd ${pkgdir}/usr/share/hyphen/

Deleted: hyphen-2.8.7-include-stdio-h.patch
===
--- hyphen-2.8.7-include-stdio-h.patch  2014-09-20 07:25:40 UTC (rev 222146)
+++ hyphen-2.8.7-include-stdio-h.patch  2014-09-20 07:31:03 UTC (rev 222147)
@@ -1,12 +0,0 @@
-diff -rupN a/hyphen.h b/hyphen.h
 a/hyphen.h 2013-03-18 11:49:03.0 +0100
-+++ b/hyphen.h 2014-07-03 20:44:33.209910415 +0200
-@@ -55,6 +55,8 @@
- extern C {
- #endif /* __cplusplus */
- 
-+#include stdio.h
-+
- typedef struct _HyphenDict HyphenDict;
- typedef struct _HyphenState HyphenState;
- typedef struct _HyphenTrans HyphenTrans;



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

2014-09-20 Thread Andreas Radke
Date: Saturday, September 20, 2014 @ 09:37:48
  Author: andyrtr
Revision: 222150

archrelease: copy trunk to extra-any

Added:
  mdds/repos/extra-any/PKGBUILD
(from rev 222149, mdds/trunk/PKGBUILD)
Deleted:
  mdds/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-20 07:37:42 UTC (rev 222149)
+++ PKGBUILD2014-09-20 07:37:48 UTC (rev 222150)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: kusakata shohei atmark kusakata period com
-
-pkgname=mdds
-pkgver=0.10.3
-pkgrel=1
-pkgdesc=A collection of multi-dimensional data structures and indexing 
algorithms
-arch=('any')
-url=http://code.google.com/p/multidimalgorithm/;
-license=('MIT')
-checkdepends=('boost')
-# see http://code.google.com/p/multidimalgorithm/wiki/Downloads
-source=(http://kohei.us/files/mdds/src/${pkgname}_${pkgver}.tar.bz2)
-sha1sums=('0c4fa77918b8cc8ad32460c8d8a679e065976dbe')
-
-build() {
-  cd ${pkgname}_${pkgver}
-
-  # this is only used in tests
-  sed -i -e '/^CPPFLAGS_NODEBUG=/s/=.*/=${CXXFLAGS}/' configure
-
-  ./configure --prefix=/usr
-  # make
-}
-
-check() {
-  cd ${pkgname}_${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}_${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: mdds/repos/extra-any/PKGBUILD (from rev 222149, mdds/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-20 07:37:48 UTC (rev 222150)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: kusakata shohei atmark kusakata period com
+
+pkgname=mdds
+pkgver=0.11.0
+pkgrel=1
+pkgdesc=A collection of multi-dimensional data structures and indexing 
algorithms
+arch=('any')
+url=http://code.google.com/p/multidimalgorithm/;
+license=('MIT')
+checkdepends=('boost')
+# see http://code.google.com/p/multidimalgorithm/wiki/Downloads
+source=(http://kohei.us/files/mdds/src/${pkgname}_${pkgver}.tar.bz2)
+sha1sums=('cefd57cf7cd0408737b3d76ed0771694f26bda58')
+
+build() {
+  cd ${pkgname}_${pkgver}
+
+  # this is only used in tests
+  #sed -i -e '/^CPPFLAGS_NODEBUG=/s/=.*/=${CXXFLAGS}/' configure
+
+  ./configure --prefix=/usr
+  # make
+}
+
+check() {
+  cd ${pkgname}_${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}_${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}



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

2014-09-20 Thread Andreas Radke
Date: Saturday, September 20, 2014 @ 09:37:42
  Author: andyrtr
Revision: 222149

upgpkg: mdds 0.11.0-1

upstream update 0.11.0

Modified:
  mdds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 07:31:15 UTC (rev 222148)
+++ PKGBUILD2014-09-20 07:37:42 UTC (rev 222149)
@@ -3,7 +3,7 @@
 # Contributor: kusakata shohei atmark kusakata period com
 
 pkgname=mdds
-pkgver=0.10.3
+pkgver=0.11.0
 pkgrel=1
 pkgdesc=A collection of multi-dimensional data structures and indexing 
algorithms
 arch=('any')
@@ -12,13 +12,13 @@
 checkdepends=('boost')
 # see http://code.google.com/p/multidimalgorithm/wiki/Downloads
 source=(http://kohei.us/files/mdds/src/${pkgname}_${pkgver}.tar.bz2)
-sha1sums=('0c4fa77918b8cc8ad32460c8d8a679e065976dbe')
+sha1sums=('cefd57cf7cd0408737b3d76ed0771694f26bda58')
 
 build() {
   cd ${pkgname}_${pkgver}
 
   # this is only used in tests
-  sed -i -e '/^CPPFLAGS_NODEBUG=/s/=.*/=${CXXFLAGS}/' configure
+  #sed -i -e '/^CPPFLAGS_NODEBUG=/s/=.*/=${CXXFLAGS}/' configure
 
   ./configure --prefix=/usr
   # make



[arch-commits] Commit in lib32-mesa/trunk (PKGBUILD llvm35.patch)

2014-09-20 Thread Laurent Carlier
Date: Saturday, September 20, 2014 @ 10:09:26
  Author: lcarlier
Revision: 119313

upgpkg: lib32-mesa 10.3.0-1

upstream update 10.3.0

Modified:
  lib32-mesa/trunk/PKGBUILD
Deleted:
  lib32-mesa/trunk/llvm35.patch

--+
 PKGBUILD |   91 ++---
 llvm35.patch |   26 
 2 files changed, 36 insertions(+), 81 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 06:11:27 UTC (rev 119312)
+++ PKGBUILD2014-09-20 08:09:26 UTC (rev 119313)
@@ -3,9 +3,9 @@
 # Contributor: Andreas Radke andy...@archlinux.org
 
 pkgbase=lib32-mesa
-pkgname=('lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri' 'lib32-mesa' 
'lib32-mesa-libgl')
-pkgver=10.2.7
-pkgrel=2
+pkgname=('lib32-mesa-dri' 'lib32-mesa-vdpau' 'lib32-mesa' 'lib32-mesa-libgl')
+pkgver=10.3.0
+pkgrel=1
 arch=('x86_64')
 makedepends=('python2' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 'glproto' 
'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
  'lib32-libxshmfence' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'gcc-multilib' 'lib32-elfutils' 'lib32-llvm' 'lib32-systemd'
@@ -12,18 +12,11 @@
  'lib32-libvdpau' 'lib32-wayland')
 url=http://mesa3d.sourceforge.net;
 license=('custom')
-source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2{,.sig}
-llvm35.patch)
-sha256sums=('27b958063a4c002071f14ed45c7d2a1ee52cd85e4ac8876e8a1c273495a7d43f'
-SKIP
-'d3d433564cd21da8aa56a9ceccee6122d5991cae2bd1924173359f13bd38bd6f')
+#source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2{,.sig}
+source=(ftp://ftp.freedesktop.org/pub/mesa/10.3/MesaLib-${pkgver}.tar.bz2{,.sig})
+sha256sums=('0283bfe710fa449ed82e465cfa09612a269e19abb7e0382082608062ce7960b5'
+'SKIP')
 
-prepare() {
-  cd ${srcdir}/?esa-*
-
-  patch -Np1 -i ../llvm35.patch
-}
-
 build() {
   export CC=gcc -m32
   export CXX=g++ -m32
@@ -35,7 +28,8 @@
   # our automake is far too new for their build system :)
   autoreconf -vfi
 
-  ./configure --enable-32-bit \
+  ./configure \
+--build=i686-pc-linux-gnu --host=i686-pc-linux-gnu \
 --libdir=/usr/lib32 \
 --prefix=/usr \
 --sysconfdir=/etc \
@@ -57,8 +51,7 @@
 --enable-gles1 \
 --enable-gles2 \
 --enable-texture-float \
---enable-vdpau \
---enable-dri3
+--enable-vdpau 
 
   make
 
@@ -66,60 +59,47 @@
   make DESTDIR=${srcdir}/fakeinstall install
 }
 
-package_lib32-ati-dri() {
-  pkgdesc=Mesa drivers for AMD/ATI Radeon (32-bit)
-  depends=('lib32-mesa-libgl' lib32-mesa=${pkgver} 'lib32-libtxc_dxtn' 
'ati-dri')
-
-  install -m755 -d ${pkgdir}/usr/lib32/vdpau/
-  mv -v ${srcdir}/fakeinstall/usr/lib32/vdpau/libvdpau_{r600,radeonsi}.* 
${pkgdir}/usr/lib32/vdpau/
-
+package_lib32-mesa-dri() {
+  pkgdesc=Mesa DRI drivers (32-bit)
+  depends=('lib32-mesa-libgl' lib32-mesa=${pkgver} 'mesa-dri' 
'lib32-libtxc_dxtn')
+  conflicts=('lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri')
+  provides=('lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri')
+  replaces=('lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri')
+  
   install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
-  mv -v 
${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/{r200,r300,r600,radeon,radeonsi}_dri.so
 ${pkgdir}/usr/lib32/xorg/modules/dri/
+  # ati-dri
+  mv -v 
${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/{r200,r300,r600,radeon{,si}}_dri.so
 ${pkgdir}/usr/lib32/xorg/modules/dri
+  # nouveau-dri
+  mv -v 
${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/nouveau{,_vieux}_dri.so 
${pkgdir}/usr/lib32/xorg/modules/dri
+  # intel-dri
+  mv -v ${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/{i915,i965}_dri.so 
${pkgdir}/usr/lib32/xorg/modules/dri
 
-  #install -m755 -d ${pkgdir}/usr/lib32/gallium-pipe
-  #mv -v 
${srcdir}/fakeinstall/usr/lib32/gallium-pipe/pipe_{r300,r600,radeonsi}* 
${pkgdir}/usr/lib32/gallium-pipe/
-
   install -m755 -d ${pkgdir}/usr/share/licenses
-  ln -s ati-dri $pkgdir/usr/share/licenses/lib32-ati-dri
+  ln -s mesa-dri $pkgdir/usr/share/licenses/lib32-mesa-dri
 }
 
-package_lib32-intel-dri() {
-  pkgdesc=Mesa DRI drivers for Intel (32-bit)
-  depends=('lib32-mesa-libgl' lib32-mesa=${pkgver} 'lib32-libtxc_dxtn' 
'intel-dri')
+package_lib32-mesa-vdpau() {
+  pkgdesc=Mesa VDPAU drivers (32-bit)
+  depends=(lib32-mesa=${pkgver})
 
-  install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
-  mv -v ${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/{i915,i965}_dri.so 
${pkgdir}/usr/lib32/xorg/modules/dri/
-
+  install -m755 -d ${pkgdir}/usr/lib32
+  mv -v ${srcdir}/fakeinstall/usr/lib32/vdpau ${pkgdir}/usr/lib32
+   
   install -m755 -d ${pkgdir}/usr/share/licenses
-  ln -s intel-dri $pkgdir/usr/share/licenses/lib32-intel-dri
+  ln -s mesa $pkgdir/usr/share/licenses/lib32-mesa-vdpau
 }
 
-package_lib32-nouveau-dri() {
-  pkgdesc=Mesa drivers for Nouveau (32-bit)
-  

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

2014-09-20 Thread Laurent Carlier
Date: Saturday, September 20, 2014 @ 10:09:33
  Author: lcarlier
Revision: 119314

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-mesa/repos/multilib-testing-x86_64/
  lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD
(from rev 119313, lib32-mesa/trunk/PKGBUILD)

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

Copied: lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD (from rev 119313, 
lib32-mesa/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2014-09-20 08:09:33 UTC (rev 119314)
@@ -0,0 +1,150 @@
+# $Id$
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgbase=lib32-mesa
+pkgname=('lib32-mesa-dri' 'lib32-mesa-vdpau' 'lib32-mesa' 'lib32-mesa-libgl')
+pkgver=10.3.0
+pkgrel=1
+arch=('x86_64')
+makedepends=('python2' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 'glproto' 
'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
+ 'lib32-libxshmfence' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'gcc-multilib' 'lib32-elfutils' 'lib32-llvm' 'lib32-systemd'
+ 'lib32-libvdpau' 'lib32-wayland')
+url=http://mesa3d.sourceforge.net;
+license=('custom')
+#source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2{,.sig}
+source=(ftp://ftp.freedesktop.org/pub/mesa/10.3/MesaLib-${pkgver}.tar.bz2{,.sig})
+sha256sums=('0283bfe710fa449ed82e465cfa09612a269e19abb7e0382082608062ce7960b5'
+'SKIP')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+  export LLVM_CONFIG=/usr/bin/llvm-config32
+
+  cd ${srcdir}/?esa-*
+
+  # our automake is far too new for their build system :)
+  autoreconf -vfi
+
+  ./configure \
+--build=i686-pc-linux-gnu --host=i686-pc-linux-gnu \
+--libdir=/usr/lib32 \
+--prefix=/usr \
+--sysconfdir=/etc \
+--with-dri-driverdir=/usr/lib32/xorg/modules/dri \
+--with-gallium-drivers=r300,r600,radeonsi,nouveau,swrast \
+--with-dri-drivers=i915,i965,r200,radeon,nouveau,swrast \
+--with-egl-platforms=x11,drm,wayland \
+--enable-llvm-shared-libs \
+--enable-egl \
+--disable-gallium-egl \
+--disable-gallium-gbm \
+--enable-gbm \
+--enable-gallium-llvm \
+--enable-shared-glapi \
+--enable-glx-tls \
+--enable-dri \
+--enable-glx \
+--enable-osmesa \
+--enable-gles1 \
+--enable-gles2 \
+--enable-texture-float \
+--enable-vdpau 
+
+  make
+
+  mkdir $srcdir/fakeinstall
+  make DESTDIR=${srcdir}/fakeinstall install
+}
+
+package_lib32-mesa-dri() {
+  pkgdesc=Mesa DRI drivers (32-bit)
+  depends=('lib32-mesa-libgl' lib32-mesa=${pkgver} 'mesa-dri' 
'lib32-libtxc_dxtn')
+  conflicts=('lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri')
+  provides=('lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri')
+  replaces=('lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri')
+  
+  install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
+  # ati-dri
+  mv -v 
${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/{r200,r300,r600,radeon{,si}}_dri.so
 ${pkgdir}/usr/lib32/xorg/modules/dri
+  # nouveau-dri
+  mv -v 
${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/nouveau{,_vieux}_dri.so 
${pkgdir}/usr/lib32/xorg/modules/dri
+  # intel-dri
+  mv -v ${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/{i915,i965}_dri.so 
${pkgdir}/usr/lib32/xorg/modules/dri
+
+  install -m755 -d ${pkgdir}/usr/share/licenses
+  ln -s mesa-dri $pkgdir/usr/share/licenses/lib32-mesa-dri
+}
+
+package_lib32-mesa-vdpau() {
+  pkgdesc=Mesa VDPAU drivers (32-bit)
+  depends=(lib32-mesa=${pkgver})
+
+  install -m755 -d ${pkgdir}/usr/lib32
+  mv -v ${srcdir}/fakeinstall/usr/lib32/vdpau ${pkgdir}/usr/lib32
+   
+  install -m755 -d ${pkgdir}/usr/share/licenses
+  ln -s mesa $pkgdir/usr/share/licenses/lib32-mesa-vdpau
+}
+
+
+package_lib32-mesa() {
+  pkgdesc=an open-source implementation of the OpenGL specification (32-bit)
+  depends=('lib32-libdrm' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'lib32-libxshmfence' 'lib32-systemd'
+   'lib32-elfutils' 'lib32-llvm-libs' 'lib32-wayland' 'lib32-libgl' 
'mesa')
+  optdepends=('opengl-man-pages: for the OpenGL API man pages')
+  provides=('lib32-libglapi' 'lib32-osmesa' 'lib32-libgbm' 'lib32-libgles' 
'lib32-libegl')
+  conflicts=('lib32-libglapi' 'lib32-osmesa' 'lib32-libgbm' 'lib32-libgles' 
'lib32-libegl')
+  replaces=('lib32-libglapi' 'lib32-osmesa' 'lib32-libgbm' 'lib32-libgles' 
'lib32-libegl')
+
+  install -m755 -d ${pkgdir}/usr/lib32
+  mv -v ${srcdir}/fakeinstall/usr/lib32/lib{OSMesa,gbm,glapi,wayland-egl}.so* 
${pkgdir}/usr/lib32/
+  #mv -v ${srcdir}/fakeinstall/usr/lib32/gallium-pipe/pipe_swrast* 
${pkgdir}/usr/lib32/gallium-pipe/
+  # FS#41337
+  #mv -v ${srcdir}/fakeinstall/usr/lib32/gbm/gbm_gallium_drm* 

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

2014-09-20 Thread Bartłomiej Piotrowski
Date: Saturday, September 20, 2014 @ 10:21:30
  Author: bpiotrowski
Revision: 222151

upgpkg: libbonoboui 2.24.5-3

free rebuild

Modified:
  libbonoboui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 07:37:48 UTC (rev 222150)
+++ PKGBUILD2014-09-20 08:21:30 UTC (rev 222151)
@@ -3,7 +3,7 @@
 
 pkgname=libbonoboui
 pkgver=2.24.5
-pkgrel=2
+pkgrel=3
 pkgdesc=User Interface library for Bonobo
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL')



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

2014-09-20 Thread Bartłomiej Piotrowski
Date: Saturday, September 20, 2014 @ 10:21:37
  Author: bpiotrowski
Revision: 222152

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-20 08:21:30 UTC (rev 222151)
+++ extra-i686/PKGBUILD 2014-09-20 08:21:37 UTC (rev 222152)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libbonoboui
-pkgver=2.24.5
-pkgrel=2
-pkgdesc=User Interface library for Bonobo
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-depends=('libgnomecanvas' 'libgnome')
-makedepends=('intltool' 'pkg-config')
-options=('!emptydirs')
-url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.24/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('fab5f2ac6c842d949861c07cb520afe5bee3dce55805151ce9cd01be0ec46fcd')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -f ${pkgdir}/usr/share/applications/bonobo-browser.desktop
-}

Copied: libbonoboui/repos/extra-i686/PKGBUILD (from rev 222151, 
libbonoboui/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-20 08:21:37 UTC (rev 222152)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libbonoboui
+pkgver=2.24.5
+pkgrel=3
+pkgdesc=User Interface library for Bonobo
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('libgnomecanvas' 'libgnome')
+makedepends=('intltool' 'pkg-config')
+options=('!emptydirs')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.24/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('fab5f2ac6c842d949861c07cb520afe5bee3dce55805151ce9cd01be0ec46fcd')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -f ${pkgdir}/usr/share/applications/bonobo-browser.desktop
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-09-20 08:21:30 UTC (rev 222151)
+++ extra-x86_64/PKGBUILD   2014-09-20 08:21:37 UTC (rev 222152)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libbonoboui
-pkgver=2.24.5
-pkgrel=2
-pkgdesc=User Interface library for Bonobo
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-depends=('libgnomecanvas' 'libgnome')
-makedepends=('intltool' 'pkg-config')
-options=('!emptydirs')
-url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.24/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('fab5f2ac6c842d949861c07cb520afe5bee3dce55805151ce9cd01be0ec46fcd')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -f ${pkgdir}/usr/share/applications/bonobo-browser.desktop
-}

Copied: libbonoboui/repos/extra-x86_64/PKGBUILD (from rev 222151, 
libbonoboui/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-09-20 08:21:37 UTC (rev 222152)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libbonoboui
+pkgver=2.24.5
+pkgrel=3
+pkgdesc=User Interface library for Bonobo
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('libgnomecanvas' 'libgnome')
+makedepends=('intltool' 'pkg-config')
+options=('!emptydirs')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.24/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('fab5f2ac6c842d949861c07cb520afe5bee3dce55805151ce9cd01be0ec46fcd')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -f 

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

2014-09-20 Thread Bartłomiej Piotrowski
Date: Saturday, September 20, 2014 @ 10:37:05
  Author: bpiotrowski
Revision: 222154

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-20 08:37:00 UTC (rev 222153)
+++ extra-i686/PKGBUILD 2014-09-20 08:37:05 UTC (rev 222154)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Andreas Radke andy...@archlinux.org
-# Contributor: eric e...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-
-pkgname=raptor
-pkgver=2.0.13
-pkgrel=2
-pkgdesc=A C library that parses RDF/XML/N-Triples into RDF triples
-arch=('i686' 'x86_64')
-url=http://librdf.org/raptor;
-depends=('curl' 'libxslt' 'icu')
-license=('LGPL')
-source=(http://librdf.org/dist/source/raptor2-$pkgver.tar.gz;)
-
-build() {
-  cd ${srcdir}/raptor2-${pkgver}
-
-  ./configure --prefix=/usr \
---disable-static \
---with-yajl=no \
---with-icu-config=/usr/bin/icu-config
-  make
-}
-
-#check() {
-#  make -C raptor2-$pkgver check // currently does not work
-#}
-
-package() {
-  cd ${srcdir}/raptor2-${pkgver}
-  make prefix=${pkgdir}/usr install
-}
-md5sums=('f380566229d6264590315b0a5341b689')

Copied: raptor/repos/extra-i686/PKGBUILD (from rev 222153, 
raptor/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-20 08:37:05 UTC (rev 222154)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: eric e...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=raptor
+pkgver=2.0.14
+pkgrel=1
+pkgdesc=A C library that parses RDF/XML/N-Triples into RDF triples
+arch=('i686' 'x86_64')
+url=http://librdf.org/raptor;
+depends=('curl' 'libxslt' 'icu')
+license=('LGPL')
+source=(http://librdf.org/dist/source/raptor2-$pkgver.tar.gz;)
+
+build() {
+  cd ${srcdir}/raptor2-${pkgver}
+
+  ./configure --prefix=/usr \
+--disable-static \
+--with-yajl=no \
+--with-icu-config=/usr/bin/icu-config
+  make
+}
+
+#check() {
+#  make -C raptor2-$pkgver check // currently does not work
+#}
+
+package() {
+  cd ${srcdir}/raptor2-${pkgver}
+  make prefix=${pkgdir}/usr install
+}
+md5sums=('d3e0b43866197a5367b781b25510f728')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-09-20 08:37:00 UTC (rev 222153)
+++ extra-x86_64/PKGBUILD   2014-09-20 08:37:05 UTC (rev 222154)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Andreas Radke andy...@archlinux.org
-# Contributor: eric e...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-
-pkgname=raptor
-pkgver=2.0.13
-pkgrel=2
-pkgdesc=A C library that parses RDF/XML/N-Triples into RDF triples
-arch=('i686' 'x86_64')
-url=http://librdf.org/raptor;
-depends=('curl' 'libxslt' 'icu')
-license=('LGPL')
-source=(http://librdf.org/dist/source/raptor2-$pkgver.tar.gz;)
-
-build() {
-  cd ${srcdir}/raptor2-${pkgver}
-
-  ./configure --prefix=/usr \
---disable-static \
---with-yajl=no \
---with-icu-config=/usr/bin/icu-config
-  make
-}
-
-#check() {
-#  make -C raptor2-$pkgver check // currently does not work
-#}
-
-package() {
-  cd ${srcdir}/raptor2-${pkgver}
-  make prefix=${pkgdir}/usr install
-}
-md5sums=('f380566229d6264590315b0a5341b689')

Copied: raptor/repos/extra-x86_64/PKGBUILD (from rev 222153, 
raptor/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-09-20 08:37:05 UTC (rev 222154)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: eric e...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=raptor
+pkgver=2.0.14
+pkgrel=1
+pkgdesc=A C library that parses RDF/XML/N-Triples into RDF triples
+arch=('i686' 'x86_64')
+url=http://librdf.org/raptor;
+depends=('curl' 'libxslt' 'icu')
+license=('LGPL')
+source=(http://librdf.org/dist/source/raptor2-$pkgver.tar.gz;)
+
+build() {
+  cd ${srcdir}/raptor2-${pkgver}
+
+  ./configure --prefix=/usr \
+--disable-static \
+--with-yajl=no \
+

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

2014-09-20 Thread Bartłomiej Piotrowski
Date: Saturday, September 20, 2014 @ 10:37:00
  Author: bpiotrowski
Revision: 222153

upgpkg: raptor 2.0.14-1

new upstream release

Modified:
  raptor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 08:21:37 UTC (rev 222152)
+++ PKGBUILD2014-09-20 08:37:00 UTC (rev 222153)
@@ -5,8 +5,8 @@
 # Contributor: Damir Perisa damir.per...@bluewin.ch
 
 pkgname=raptor
-pkgver=2.0.13
-pkgrel=2
+pkgver=2.0.14
+pkgrel=1
 pkgdesc=A C library that parses RDF/XML/N-Triples into RDF triples
 arch=('i686' 'x86_64')
 url=http://librdf.org/raptor;
@@ -32,4 +32,4 @@
   cd ${srcdir}/raptor2-${pkgver}
   make prefix=${pkgdir}/usr install
 }
-md5sums=('f380566229d6264590315b0a5341b689')
+md5sums=('d3e0b43866197a5367b781b25510f728')



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

2014-09-20 Thread Bartłomiej Piotrowski
Date: Saturday, September 20, 2014 @ 10:40:49
  Author: bpiotrowski
Revision: 222155

upgpkg: brltty 5.1-1

new upstream release

Modified:
  brltty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 08:37:05 UTC (rev 222154)
+++ PKGBUILD2014-09-20 08:40:49 UTC (rev 222155)
@@ -4,8 +4,8 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=brltty
-pkgver=4.5
-pkgrel=8
+pkgver=5.1
+pkgrel=1
 pkgdesc=Braille display driver for Linux/Unix
 arch=(i686 x86_64)
 url=http://mielke.cc/brltty;
@@ -18,16 +18,11 @@
 backup=(etc/brltty.conf)
 options=('!emptydirs')
 install=brltty.install
-source=(https://github.com/brltty/brltty/archive/${pkgname^^}-$pkgver.tar.gz
+source=(http://mielke.cc/brltty/archive/brltty-$pkgver.tar.xz
 brltty.service)
 
-prepare() {
-  cd $pkgname-${pkgname^^}-$pkgver
-  ./autogen
-}
-
 build() {
-  cd $pkgname-${pkgname^^}-$pkgver
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
 --mandir=/usr/share/man \
 --with-tables-directory=/usr/share/brltty \
@@ -40,11 +35,11 @@
 }
 
 package() {
-  cd $pkgname-${pkgname^^}-$pkgver
+  cd $pkgname-$pkgver
   make INSTALL_ROOT=$pkgdir install
   install -Dm644 Documents/brltty.conf $pkgdir/etc/brltty.conf
   install -Dm644 ../brltty.service 
$pkgdir/usr/lib/systemd/system/brltty.service
 }
 
-md5sums=('c21cfd64fd84b21739383e63e1ec81b3'
+md5sums=('938769dd1c3c3baf0d6dfafeb11581ec'
  '0cad54bb5470122535f5e3a11d5ca123')



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

2014-09-20 Thread Bartłomiej Piotrowski
Date: Saturday, September 20, 2014 @ 10:40:52
  Author: bpiotrowski
Revision: 222156

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

Added:
  brltty/repos/testing-i686/
  brltty/repos/testing-i686/PKGBUILD
(from rev 222155, brltty/trunk/PKGBUILD)
  brltty/repos/testing-i686/brltty.install
(from rev 222155, brltty/trunk/brltty.install)
  brltty/repos/testing-i686/brltty.service
(from rev 222155, brltty/trunk/brltty.service)
  brltty/repos/testing-x86_64/
  brltty/repos/testing-x86_64/PKGBUILD
(from rev 222155, brltty/trunk/PKGBUILD)
  brltty/repos/testing-x86_64/brltty.install
(from rev 222155, brltty/trunk/brltty.install)
  brltty/repos/testing-x86_64/brltty.service
(from rev 222155, brltty/trunk/brltty.service)

---+
 testing-i686/PKGBUILD |   45 
 testing-i686/brltty.install   |   20 +
 testing-i686/brltty.service   |   12 ++
 testing-x86_64/PKGBUILD   |   45 
 testing-x86_64/brltty.install |   20 +
 testing-x86_64/brltty.service |   12 ++
 6 files changed, 154 insertions(+)

Copied: brltty/repos/testing-i686/PKGBUILD (from rev 222155, 
brltty/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-20 08:40:52 UTC (rev 222156)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=brltty
+pkgver=5.1
+pkgrel=1
+pkgdesc=Braille display driver for Linux/Unix
+arch=(i686 x86_64)
+url=http://mielke.cc/brltty;
+license=(GPL LGPL)
+depends=(libxaw gpm icu tcl cython)
+makedepends=(bluez-libs at-spi2-core tcl)
+optdepends=('bluez-libs: bluetooth support'
+'at-spi2-core: X11/GNOME Apps accessibility'
+'atk: ATK bridge for X11/GNOME accessibility')
+backup=(etc/brltty.conf)
+options=('!emptydirs')
+install=brltty.install
+source=(http://mielke.cc/brltty/archive/brltty-$pkgver.tar.xz
+brltty.service)
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--mandir=/usr/share/man \
+--with-tables-directory=/usr/share/brltty \
+--with-screen-driver=lx \
+--enable-gpm \
+--disable-java-bindings \
+--disable-static
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT=$pkgdir install
+  install -Dm644 Documents/brltty.conf $pkgdir/etc/brltty.conf
+  install -Dm644 ../brltty.service 
$pkgdir/usr/lib/systemd/system/brltty.service
+}
+
+md5sums=('938769dd1c3c3baf0d6dfafeb11581ec'
+ '0cad54bb5470122535f5e3a11d5ca123')

Copied: brltty/repos/testing-i686/brltty.install (from rev 222155, 
brltty/trunk/brltty.install)
===
--- testing-i686/brltty.install (rev 0)
+++ testing-i686/brltty.install 2014-09-20 08:40:52 UTC (rev 222156)
@@ -0,0 +1,20 @@
+post_install () {
+ getent group brlapi  /dev/null || groupadd -r brlapi
+ if [ ! -e /etc/brlapi.key ]; then
+ mcookie /etc/brlapi.key
+ chmod 0640 /etc/brlapi.key
+ chgrp brlapi /etc/brlapi.key
+ echo Please add your user to the brlapi group.
+ fi
+}
+
+post_upgrade () {
+post_install
+}
+
+post_remove () {
+getent group brlapi /dev/null 21  groupdel brlapi
+if [ -e /etc/brlapi.key ]; then
+rm -f /etc/brlapi.key
+fi
+}

Copied: brltty/repos/testing-i686/brltty.service (from rev 222155, 
brltty/trunk/brltty.service)
===
--- testing-i686/brltty.service (rev 0)
+++ testing-i686/brltty.service 2014-09-20 08:40:52 UTC (rev 222156)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Braille Console Driver
+DefaultDependencies=no
+Before=sysinit.target
+
+[Service]
+ExecStart=/usr/bin/brltty --pid-file=/run/brltty.pid
+Type=forking
+PIDFile=/run/brltty.pid
+
+[Install]
+WantedBy=sysinit.target

Copied: brltty/repos/testing-x86_64/PKGBUILD (from rev 222155, 
brltty/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-20 08:40:52 UTC (rev 222156)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=brltty
+pkgver=5.1
+pkgrel=1
+pkgdesc=Braille display driver for Linux/Unix
+arch=(i686 x86_64)
+url=http://mielke.cc/brltty;
+license=(GPL LGPL)
+depends=(libxaw gpm icu tcl cython)
+makedepends=(bluez-libs at-spi2-core tcl)
+optdepends=('bluez-libs: bluetooth support'
+'at-spi2-core: X11/GNOME Apps accessibility'

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

2014-09-20 Thread Bartłomiej Piotrowski
Date: Saturday, September 20, 2014 @ 10:59:09
  Author: bpiotrowski
Revision: 119315

upgpkg: gnote 3.13.0-1

new upstream release

Modified:
  gnote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 08:09:33 UTC (rev 119314)
+++ PKGBUILD2014-09-20 08:59:09 UTC (rev 119315)
@@ -2,7 +2,7 @@
 # Maintainer:  Ionut Biru ib...@archlinux.org
 # Contributor: uastasi uast...@archlinux.us
 pkgname=gnote
-pkgver=3.10.3
+pkgver=3.13.0
 pkgrel=1
 pkgdesc=A note taking application.
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'itstool' 'boost')
 install=gnote.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('02e3c60dc49f3b040d86f0bb8c86af563dec91fcae1037bfda05a33a2cb8c5fd')
+sha256sums=('e6d6bb8202692eadb1d97788b862017c2212d33bd44363ffa92c2c4b3bc56410')
 
 build() {
 cd $pkgname-$pkgver



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

2014-09-20 Thread Bartłomiej Piotrowski
Date: Saturday, September 20, 2014 @ 10:59:15
  Author: bpiotrowski
Revision: 119316

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

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

+
 /PKGBUILD  |   64 +++
 /gnote.install |   42 +
 community-i686/PKGBUILD|   32 ---
 community-i686/gnote.install   |   21 
 community-x86_64/PKGBUILD  |   32 ---
 community-x86_64/gnote.install |   21 
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-20 08:59:09 UTC (rev 119315)
+++ community-i686/PKGBUILD 2014-09-20 08:59:15 UTC (rev 119316)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Contributor: uastasi uast...@archlinux.us
-pkgname=gnote
-pkgver=3.10.3
-pkgrel=1
-pkgdesc=A note taking application.
-arch=('i686' 'x86_64')
-url=http://live.gnome.org/Gnote;
-license=('GPL3')
-depends=('gtkmm3' 'libxslt' 'hicolor-icon-theme' 'desktop-file-utils' 'dconf' 
'libsecret')
-makedepends=('intltool' 'itstool' 'boost')
-install=gnote.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('02e3c60dc49f3b040d86f0bb8c86af563dec91fcae1037bfda05a33a2cb8c5fd')
-
-build() {
-cd $pkgname-$pkgver
-./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/gnote \
---disable-scrollkeeper \
---disable-schemas-compile \
---disable-static
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR=$pkgdir install
-}

Copied: gnote/repos/community-i686/PKGBUILD (from rev 119315, 
gnote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-20 08:59:15 UTC (rev 119316)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: uastasi uast...@archlinux.us
+pkgname=gnote
+pkgver=3.13.0
+pkgrel=1
+pkgdesc=A note taking application.
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/Gnote;
+license=('GPL3')
+depends=('gtkmm3' 'libxslt' 'hicolor-icon-theme' 'desktop-file-utils' 'dconf' 
'libsecret')
+makedepends=('intltool' 'itstool' 'boost')
+install=gnote.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e6d6bb8202692eadb1d97788b862017c2212d33bd44363ffa92c2c4b3bc56410')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/gnote \
+--disable-scrollkeeper \
+--disable-schemas-compile \
+--disable-static
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}

Deleted: community-i686/gnote.install
===
--- community-i686/gnote.install2014-09-20 08:59:09 UTC (rev 119315)
+++ community-i686/gnote.install2014-09-20 08:59:15 UTC (rev 119316)
@@ -1,21 +0,0 @@
-pkgname=gnote
-
-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
-}
-
-pre_upgrade() {
-if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
-usr/sbin/gconfpkg --uninstall ${pkgname}
-fi
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: gnote/repos/community-i686/gnote.install (from rev 119315, 
gnote/trunk/gnote.install)
===
--- community-i686/gnote.install(rev 0)
+++ community-i686/gnote.install2014-09-20 08:59:15 UTC (rev 119316)
@@ -0,0 +1,21 @@
+pkgname=gnote
+
+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
+}
+
+pre_upgrade() {
+if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
+usr/sbin/gconfpkg --uninstall ${pkgname}
+fi
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+  

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

2014-09-20 Thread Bartłomiej Piotrowski
Date: Saturday, September 20, 2014 @ 11:03:49
  Author: bpiotrowski
Revision: 222158

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-20 09:03:46 UTC (rev 222157)
+++ extra-i686/PKGBUILD 2014-09-20 09:03:49 UTC (rev 222158)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: damir da...@archlinux.org
-# Contributor: Tom K t...@runbox.com
-
-pkgname=hdf5
-pkgver=1.8.12
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc=General purpose library and file format for storing scientific data
-url=http://www.hdfgroup.org/HDF5/;
-license=('custom')
-depends=('zlib' 'sh')
-makedepends=('time')
-source=(ftp://ftp.hdfgroup.org/HDF5/current/src/${pkgname}-${pkgver/_/-}.tar.bz2)
-sha1sums=('8414ca0e6ff7d08e423955960d641ec5f309a55f')
-
-build() {
-  cd $srcdir/${pkgname}-${pkgver/_/-}
-
-  export CFLAGS=${CFLAGS/O2/O0}
-  export CXXFLAGS=${CFLAGS}
-  ./configure --prefix=/usr --disable-static \
---enable-hl \
---enable-threadsafe \
---enable-linux-lfs \
---enable-production \
---with-pic \
---docdir=/usr/share/doc/hdf5/ \
---with-pthread=/usr/lib/ \
---disable-sharedlib-rpath
-  make
-}
-
-package() {
-  cd $srcdir/${pkgname}-${pkgver/_/-}
-
-  make -j1 DESTDIR=${pkgdir} install
-
-  install -d -m755 $pkgdir/usr/share/licenses/${pkgname}
-  install -m644 $srcdir/${pkgname}-${pkgver/_/-}/COPYING \
-  $pkgdir/usr/share/licenses/${pkgname}/LICENSE 
-}
-

Copied: hdf5/repos/extra-i686/PKGBUILD (from rev 222157, hdf5/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-20 09:03:49 UTC (rev 222158)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: damir da...@archlinux.org
+# Contributor: Tom K t...@runbox.com
+
+pkgname=hdf5
+pkgver=1.8.13
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc=General purpose library and file format for storing scientific data
+url=http://www.hdfgroup.org/HDF5/;
+license=('custom')
+depends=('zlib' 'sh')
+makedepends=('time')
+source=(ftp://ftp.hdfgroup.org/HDF5/current/src/${pkgname}-${pkgver/_/-}.tar.bz2)
+sha1sums=('712955025f03db808f000d8f4976b8df0c0d37b5')
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver/_/-}
+
+  export CFLAGS=${CFLAGS/O2/O0}
+  export CXXFLAGS=${CFLAGS}
+  ./configure --prefix=/usr --disable-static \
+--enable-hl \
+--enable-threadsafe \
+--enable-linux-lfs \
+--enable-production \
+--with-pic \
+--docdir=/usr/share/doc/hdf5/ \
+--with-pthread=/usr/lib/ \
+--disable-sharedlib-rpath
+  make
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver/_/-}
+
+  make -j1 DESTDIR=${pkgdir} install
+
+  install -d -m755 $pkgdir/usr/share/licenses/${pkgname}
+  install -m644 $srcdir/${pkgname}-${pkgver/_/-}/COPYING \
+  $pkgdir/usr/share/licenses/${pkgname}/LICENSE 
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-09-20 09:03:46 UTC (rev 222157)
+++ extra-x86_64/PKGBUILD   2014-09-20 09:03:49 UTC (rev 222158)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: damir da...@archlinux.org
-# Contributor: Tom K t...@runbox.com
-
-pkgname=hdf5
-pkgver=1.8.12
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc=General purpose library and file format for storing scientific data
-url=http://www.hdfgroup.org/HDF5/;
-license=('custom')
-depends=('zlib' 'sh')
-makedepends=('time')
-source=(ftp://ftp.hdfgroup.org/HDF5/current/src/${pkgname}-${pkgver/_/-}.tar.bz2)
-sha1sums=('8414ca0e6ff7d08e423955960d641ec5f309a55f')
-
-build() {
-  cd $srcdir/${pkgname}-${pkgver/_/-}
-
-  export CFLAGS=${CFLAGS/O2/O0}
-  export CXXFLAGS=${CFLAGS}
-  ./configure --prefix=/usr --disable-static \
---enable-hl \
---enable-threadsafe \
---enable-linux-lfs \
---enable-production \
---with-pic \
---docdir=/usr/share/doc/hdf5/ \
---with-pthread=/usr/lib/ \
---disable-sharedlib-rpath
-  make
-}
-
-package() {
-  cd $srcdir/${pkgname}-${pkgver/_/-}
-
-  make -j1 DESTDIR=${pkgdir} install
-
-  install 

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

2014-09-20 Thread Bartłomiej Piotrowski
Date: Saturday, September 20, 2014 @ 11:03:46
  Author: bpiotrowski
Revision: 222157

upgpkg: hdf5 1.8.13-1

new upstream release

Modified:
  hdf5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 08:40:52 UTC (rev 222156)
+++ PKGBUILD2014-09-20 09:03:46 UTC (rev 222157)
@@ -5,7 +5,7 @@
 # Contributor: Tom K t...@runbox.com
 
 pkgname=hdf5
-pkgver=1.8.12
+pkgver=1.8.13
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc=General purpose library and file format for storing scientific data
@@ -14,7 +14,7 @@
 depends=('zlib' 'sh')
 makedepends=('time')
 
source=(ftp://ftp.hdfgroup.org/HDF5/current/src/${pkgname}-${pkgver/_/-}.tar.bz2)
-sha1sums=('8414ca0e6ff7d08e423955960d641ec5f309a55f')
+sha1sums=('712955025f03db808f000d8f4976b8df0c0d37b5')
 
 build() {
   cd $srcdir/${pkgname}-${pkgver/_/-}



[arch-commits] Commit in hdf5-cpp-fortran/trunk (PKGBUILD)

2014-09-20 Thread Bartłomiej Piotrowski
Date: Saturday, September 20, 2014 @ 11:06:15
  Author: bpiotrowski
Revision: 222159

upgpkg: hdf5-cpp-fortran 1.8.13-1

new upstream release

Modified:
  hdf5-cpp-fortran/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 09:03:49 UTC (rev 222158)
+++ PKGBUILD2014-09-20 09:06:15 UTC (rev 222159)
@@ -6,8 +6,8 @@
 
 pkgname=hdf5-cpp-fortran
 _pkgname=hdf5
-pkgver=1.8.12
-pkgrel=2
+pkgver=1.8.13
+pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc=General purpose library and file format for storing scientific data
 url=http://www.hdfgroup.org/HDF5/;
@@ -17,7 +17,7 @@
 conflicts=('hdf5')
 provides=('hdf5')
 
source=(ftp://ftp.hdfgroup.org/HDF5/current/src/${_pkgname}-${pkgver/_/-}.tar.bz2)
-sha1sums=('8414ca0e6ff7d08e423955960d641ec5f309a55f')
+sha1sums=('712955025f03db808f000d8f4976b8df0c0d37b5')
 
 build() {
   cd $srcdir/${_pkgname}-${pkgver/_/-}



[arch-commits] Commit in hdf5-cpp-fortran/repos (4 files)

2014-09-20 Thread Bartłomiej Piotrowski
Date: Saturday, September 20, 2014 @ 11:06:18
  Author: bpiotrowski
Revision: 222160

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

Added:
  hdf5-cpp-fortran/repos/extra-i686/PKGBUILD
(from rev 222159, hdf5-cpp-fortran/trunk/PKGBUILD)
  hdf5-cpp-fortran/repos/extra-x86_64/PKGBUILD
(from rev 222159, hdf5-cpp-fortran/trunk/PKGBUILD)
Deleted:
  hdf5-cpp-fortran/repos/extra-i686/PKGBUILD
  hdf5-cpp-fortran/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-20 09:06:15 UTC (rev 222159)
+++ extra-i686/PKGBUILD 2014-09-20 09:06:18 UTC (rev 222160)
@@ -1,48 +0,0 @@
-# $Id: PKGBUILD 174838 2013-01-07 19:57:53Z ronald $
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: damir da...@archlinux.org
-# Contributor: Tom K t...@runbox.com
-
-pkgname=hdf5-cpp-fortran
-_pkgname=hdf5
-pkgver=1.8.12
-pkgrel=2
-arch=('i686' 'x86_64')
-pkgdesc=General purpose library and file format for storing scientific data
-url=http://www.hdfgroup.org/HDF5/;
-license=('custom')
-depends=('zlib' 'sh' 'gcc-libs')
-makedepends=('time' 'gcc-fortran')
-conflicts=('hdf5')
-provides=('hdf5')
-source=(ftp://ftp.hdfgroup.org/HDF5/current/src/${_pkgname}-${pkgver/_/-}.tar.bz2)
-sha1sums=('8414ca0e6ff7d08e423955960d641ec5f309a55f')
-
-build() {
-  cd $srcdir/${_pkgname}-${pkgver/_/-}
-  export CFLAGS=${CFLAGS/O2/O0}
-  export CXXFLAGS=${CFLAGS}
-  ./configure --prefix=/usr --disable-static \
---enable-hl \
---enable-cxx \
---enable-fortran \
---enable-linux-lfs \
---enable-production \
---with-pic \
---docdir=/usr/share/doc/hdf5/ \
---with-pthread=/usr/lib/ \
---disable-sharedlib-rpath
-  make
-}
-
-package() {
-  cd $srcdir/${_pkgname}-${pkgver/_/-}
-
-  make -j1 DESTDIR=${pkgdir} install
-
-  install -d -m755 $pkgdir/usr/share/licenses/${pkgname}
-  install -m644 $srcdir/${_pkgname}-${pkgver/_/-}/COPYING \
-  $pkgdir/usr/share/licenses/${pkgname}/LICENSE 
-}
-

Copied: hdf5-cpp-fortran/repos/extra-i686/PKGBUILD (from rev 222159, 
hdf5-cpp-fortran/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-20 09:06:18 UTC (rev 222160)
@@ -0,0 +1,48 @@
+# $Id: PKGBUILD 174838 2013-01-07 19:57:53Z ronald $
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: damir da...@archlinux.org
+# Contributor: Tom K t...@runbox.com
+
+pkgname=hdf5-cpp-fortran
+_pkgname=hdf5
+pkgver=1.8.13
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc=General purpose library and file format for storing scientific data
+url=http://www.hdfgroup.org/HDF5/;
+license=('custom')
+depends=('zlib' 'sh' 'gcc-libs')
+makedepends=('time' 'gcc-fortran')
+conflicts=('hdf5')
+provides=('hdf5')
+source=(ftp://ftp.hdfgroup.org/HDF5/current/src/${_pkgname}-${pkgver/_/-}.tar.bz2)
+sha1sums=('712955025f03db808f000d8f4976b8df0c0d37b5')
+
+build() {
+  cd $srcdir/${_pkgname}-${pkgver/_/-}
+  export CFLAGS=${CFLAGS/O2/O0}
+  export CXXFLAGS=${CFLAGS}
+  ./configure --prefix=/usr --disable-static \
+--enable-hl \
+--enable-cxx \
+--enable-fortran \
+--enable-linux-lfs \
+--enable-production \
+--with-pic \
+--docdir=/usr/share/doc/hdf5/ \
+--with-pthread=/usr/lib/ \
+--disable-sharedlib-rpath
+  make
+}
+
+package() {
+  cd $srcdir/${_pkgname}-${pkgver/_/-}
+
+  make -j1 DESTDIR=${pkgdir} install
+
+  install -d -m755 $pkgdir/usr/share/licenses/${pkgname}
+  install -m644 $srcdir/${_pkgname}-${pkgver/_/-}/COPYING \
+  $pkgdir/usr/share/licenses/${pkgname}/LICENSE 
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-09-20 09:06:15 UTC (rev 222159)
+++ extra-x86_64/PKGBUILD   2014-09-20 09:06:18 UTC (rev 222160)
@@ -1,48 +0,0 @@
-# $Id: PKGBUILD 174838 2013-01-07 19:57:53Z ronald $
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: damir da...@archlinux.org
-# Contributor: Tom K t...@runbox.com
-
-pkgname=hdf5-cpp-fortran
-_pkgname=hdf5
-pkgver=1.8.12
-pkgrel=2
-arch=('i686' 'x86_64')
-pkgdesc=General purpose library and file format for storing scientific data
-url=http://www.hdfgroup.org/HDF5/;
-license=('custom')
-depends=('zlib' 'sh' 'gcc-libs')
-makedepends=('time' 'gcc-fortran')
-conflicts=('hdf5')
-provides=('hdf5')
-source=(ftp://ftp.hdfgroup.org/HDF5/current/src/${_pkgname}-${pkgver/_/-}.tar.bz2)

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

2014-09-20 Thread Bartłomiej Piotrowski
Date: Saturday, September 20, 2014 @ 11:08:45
  Author: bpiotrowski
Revision: 222161

upgpkg: hdf5-openmpi 1.8.13-1

new upstream release

Modified:
  hdf5-openmpi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 09:06:18 UTC (rev 222160)
+++ PKGBUILD2014-09-20 09:08:45 UTC (rev 222161)
@@ -8,7 +8,7 @@
 
 pkgname=hdf5-openmpi
 _pkgname=hdf5
-pkgver=1.8.12
+pkgver=1.8.13
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc=General purpose library and file format for storing scientific data 
(OpenMPI version)
@@ -20,7 +20,7 @@
 conflicts=('hdf5')
 
source=(ftp://ftp.hdfgroup.org/HDF5/current/src/${_pkgname}-${pkgver/_/-}.tar.bz2
 
 mpi.patch) 
-sha1sums=('8414ca0e6ff7d08e423955960d641ec5f309a55f'
+sha1sums=('712955025f03db808f000d8f4976b8df0c0d37b5'
   '658d4a3e537c9c76da3200effa8f95b656a21936')
 
 build() {



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

2014-09-20 Thread Bartłomiej Piotrowski
Date: Saturday, September 20, 2014 @ 11:08:48
  Author: bpiotrowski
Revision: 222162

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

Added:
  hdf5-openmpi/repos/extra-i686/PKGBUILD
(from rev 222161, hdf5-openmpi/trunk/PKGBUILD)
  hdf5-openmpi/repos/extra-i686/mpi.patch
(from rev 222161, hdf5-openmpi/trunk/mpi.patch)
  hdf5-openmpi/repos/extra-x86_64/PKGBUILD
(from rev 222161, hdf5-openmpi/trunk/PKGBUILD)
  hdf5-openmpi/repos/extra-x86_64/mpi.patch
(from rev 222161, hdf5-openmpi/trunk/mpi.patch)
Deleted:
  hdf5-openmpi/repos/extra-i686/PKGBUILD
  hdf5-openmpi/repos/extra-i686/mpi.patch
  hdf5-openmpi/repos/extra-x86_64/PKGBUILD
  hdf5-openmpi/repos/extra-x86_64/mpi.patch

+
 /PKGBUILD  |  138 +++
 /mpi.patch |   36 
 extra-i686/PKGBUILD|   69 ---
 extra-i686/mpi.patch   |   18 --
 extra-x86_64/PKGBUILD  |   69 ---
 extra-x86_64/mpi.patch |   18 --
 6 files changed, 174 insertions(+), 174 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-20 09:08:45 UTC (rev 222161)
+++ extra-i686/PKGBUILD 2014-09-20 09:08:48 UTC (rev 222162)
@@ -1,69 +0,0 @@
-# $Id: PKGBUILD 147983 2012-01-29 11:26:22Z ronald $
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: damir da...@archlinux.org
-# Contributor: Tom K t...@runbox.com
-# Contributor: Jed Brown j...@59a2.org
-# Contributor: Simone Pezzuto junki@gmail.com
-
-pkgname=hdf5-openmpi
-_pkgname=hdf5
-pkgver=1.8.12
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc=General purpose library and file format for storing scientific data 
(OpenMPI version)
-url=http://www.hdfgroup.org/HDF5/;
-license=('custom')
-depends=('zlib' 'sh' 'openmpi')
-makedepends=('time')
-provides=('hdf5')
-conflicts=('hdf5')
-source=(ftp://ftp.hdfgroup.org/HDF5/current/src/${_pkgname}-${pkgver/_/-}.tar.bz2
 
-mpi.patch) 
-sha1sums=('8414ca0e6ff7d08e423955960d641ec5f309a55f'
-  '658d4a3e537c9c76da3200effa8f95b656a21936')
-
-build() {
-  cd $srcdir/${_pkgname}-${pkgver/_/-}
-
-  # FS#33343
-  patch -Np1 -i ${srcdir}/mpi.patch
-
-  export CFLAGS=${CFLAGS/O2/O0}
-  export CXXFLAGS=${CFLAGS}
-  ./configure \
-CXX=mpicxx \
-CC=mpicc \
-FC=mpif90 \
-F9X=mpif90 \
-RUNPARALLEL=mpirun \
-OMPI_MCA_disable_memory_allocator=1 \
---prefix=/usr \
---with-pthread=/usr/lib/ \
---enable-linux-lfs \
---enable-unsupported \
---enable-shared \
---disable-static \
---enable-production=yes \
---with-zlib \
---with-default-api-version=v18 \
---enable-parallel=yes \
---enable-cxx \
---disable-sharedlib-rpath
-
-  make
-}
-
-package() {
-  cd $srcdir/${_pkgname}-${pkgver/_/-}
-
-  make -j1 DESTDIR=${pkgdir} install
-
-  install -d -m755 $pkgdir/usr/share/$_pkgname
-  mv $pkgdir/usr/share/{hdf5_examples,$_pkgname/examples}
-
-  install -d -m755 $pkgdir/usr/share/licenses/${pkgname}
-  install -m644 $srcdir/${_pkgname}-${pkgver/_/-}/COPYING \
-  $pkgdir/usr/share/licenses/${pkgname}/LICENSE 
-}
-

Copied: hdf5-openmpi/repos/extra-i686/PKGBUILD (from rev 222161, 
hdf5-openmpi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-20 09:08:48 UTC (rev 222162)
@@ -0,0 +1,69 @@
+# $Id: PKGBUILD 147983 2012-01-29 11:26:22Z ronald $
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: damir da...@archlinux.org
+# Contributor: Tom K t...@runbox.com
+# Contributor: Jed Brown j...@59a2.org
+# Contributor: Simone Pezzuto junki@gmail.com
+
+pkgname=hdf5-openmpi
+_pkgname=hdf5
+pkgver=1.8.13
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc=General purpose library and file format for storing scientific data 
(OpenMPI version)
+url=http://www.hdfgroup.org/HDF5/;
+license=('custom')
+depends=('zlib' 'sh' 'openmpi')
+makedepends=('time')
+provides=('hdf5')
+conflicts=('hdf5')
+source=(ftp://ftp.hdfgroup.org/HDF5/current/src/${_pkgname}-${pkgver/_/-}.tar.bz2
 
+mpi.patch) 
+sha1sums=('712955025f03db808f000d8f4976b8df0c0d37b5'
+  '658d4a3e537c9c76da3200effa8f95b656a21936')
+
+build() {
+  cd $srcdir/${_pkgname}-${pkgver/_/-}
+
+  # FS#33343
+  patch -Np1 -i ${srcdir}/mpi.patch
+
+  export CFLAGS=${CFLAGS/O2/O0}
+  export CXXFLAGS=${CFLAGS}
+  ./configure \
+CXX=mpicxx \
+CC=mpicc \
+FC=mpif90 \
+F9X=mpif90 \
+RUNPARALLEL=mpirun \
+OMPI_MCA_disable_memory_allocator=1 \
+--prefix=/usr \
+--with-pthread=/usr/lib/ \
+--enable-linux-lfs \
+--enable-unsupported \
+--enable-shared \
+--disable-static \
+--enable-production=yes \
+--with-zlib \
+--with-default-api-version=v18 \

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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 12:45:21
  Author: svenstaro
Revision: 119317

upgpkg: lib32-mpg123 1.20.1-1

upstream release 1.20.1

Modified:
  lib32-mpg123/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 08:59:15 UTC (rev 119316)
+++ PKGBUILD2014-09-20 10:45:21 UTC (rev 119317)
@@ -4,7 +4,7 @@
 
 _pkgbasename=mpg123
 pkgname=lib32-$_pkgbasename
-pkgver=1.20.0
+pkgver=1.20.1
 pkgrel=1
 pkgdesc=A console based real time MPEG Audio Player for Layer 1, 2 and 3 
(32-bit)
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('lib32-sdl' gcc-multilib libtool-multilib)
 optdepends=('lib32-sdl: for additional audio support')
 
source=(http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('f8060769e60c88fa2debf6c998773880e57b31a6'
+sha1sums=('5d7f9c27cbf258f258cb3ad7c17ebe5cda292bce'
   'SKIP')
 
 build() {



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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 12:45:30
  Author: svenstaro
Revision: 119318

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-20 10:45:21 UTC (rev 119317)
+++ PKGBUILD2014-09-20 10:45:30 UTC (rev 119318)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Hugo Doria h...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-_pkgbasename=mpg123
-pkgname=lib32-$_pkgbasename
-pkgver=1.20.0
-pkgrel=1
-pkgdesc=A console based real time MPEG Audio Player for Layer 1, 2 and 3 
(32-bit)
-arch=('x86_64')
-url=http://sourceforge.net/projects/mpg123;
-license=('LGPL2.1')
-depends=('lib32-glibc' 'lib32-libtool' 'lib32-alsa-lib' $_pkgbasename)
-makedepends=('lib32-sdl' gcc-multilib libtool-multilib)
-optdepends=('lib32-sdl: for additional audio support')
-source=(http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('f8060769e60c88fa2debf6c998773880e57b31a6'
-  'SKIP')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  
-  ./configure --prefix=/usr --with-audio=alsa sdl --with-cpu=i586 
--libdir=/usr/lib32
-  make
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/usr/{include,share,bin}
-}

Copied: lib32-mpg123/repos/multilib-x86_64/PKGBUILD (from rev 119317, 
lib32-mpg123/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-20 10:45:30 UTC (rev 119318)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Hugo Doria h...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+_pkgbasename=mpg123
+pkgname=lib32-$_pkgbasename
+pkgver=1.20.1
+pkgrel=1
+pkgdesc=A console based real time MPEG Audio Player for Layer 1, 2 and 3 
(32-bit)
+arch=('x86_64')
+url=http://sourceforge.net/projects/mpg123;
+license=('LGPL2.1')
+depends=('lib32-glibc' 'lib32-libtool' 'lib32-alsa-lib' $_pkgbasename)
+makedepends=('lib32-sdl' gcc-multilib libtool-multilib)
+optdepends=('lib32-sdl: for additional audio support')
+source=(http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
+sha1sums=('5d7f9c27cbf258f258cb3ad7c17ebe5cda292bce'
+  'SKIP')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  
+  ./configure --prefix=/usr --with-audio=alsa sdl --with-cpu=i586 
--libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{include,share,bin}
+}



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

2014-09-20 Thread Andreas Radke
Date: Saturday, September 20, 2014 @ 13:43:57
  Author: andyrtr
Revision: 222164

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

Added:
  gnutls/repos/extra-i686/PKGBUILD
(from rev 222163, gnutls/trunk/PKGBUILD)
  gnutls/repos/extra-i686/gnutls.install
(from rev 222163, gnutls/trunk/gnutls.install)
  gnutls/repos/extra-x86_64/PKGBUILD
(from rev 222163, gnutls/trunk/PKGBUILD)
  gnutls/repos/extra-x86_64/gnutls.install
(from rev 222163, 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-09-20 11:43:42 UTC (rev 222163)
+++ extra-i686/PKGBUILD 2014-09-20 11:43:57 UTC (rev 222164)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=gnutls
-pkgver=3.3.7
-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.3/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('a7a73cfa883cd106d70b15300552a5b5'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --with-zlib \
-   --disable-static \
-   --disable-guile
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check # || /bin/true
-}
-
-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 222163, 
gnutls/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-20 11:43:57 UTC (rev 222164)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=gnutls
+pkgver=3.3.8
+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.3/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('b57e6b7630bdba9ea8eb28ff0eb29c2f'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --with-zlib \
+   --disable-static \
+   --disable-guile
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check || make -j1 check # || /bin/true
+}
+
+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-09-20 11:43:42 UTC (rev 222163)
+++ extra-i686/gnutls.install   2014-09-20 11:43:57 UTC (rev 222164)
@@ -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 222163, 
gnutls/trunk/gnutls.install)
===
--- extra-i686/gnutls.install   (rev 

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

2014-09-20 Thread Andreas Radke
Date: Saturday, September 20, 2014 @ 13:43:42
  Author: andyrtr
Revision: 222163

upgpkg: gnutls 3.3.8-1

upstream update 3.3.8

Modified:
  gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 09:08:48 UTC (rev 222162)
+++ PKGBUILD2014-09-20 11:43:42 UTC (rev 222163)
@@ -3,7 +3,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=gnutls
-pkgver=3.3.7
+pkgver=3.3.8
 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.3/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('a7a73cfa883cd106d70b15300552a5b5'
+md5sums=('b57e6b7630bdba9ea8eb28ff0eb29c2f'
  'SKIP')
 
 build() {
@@ -27,7 +27,7 @@
 
 check() {
   cd ${pkgname}-${pkgver}
-  make check # || /bin/true
+  make check || make -j1 check # || /bin/true
 }
 
 package() {



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

2014-09-20 Thread Andreas Radke
Date: Saturday, September 20, 2014 @ 13:55:17
  Author: andyrtr
Revision: 222165

upgpkg: xf86-input-synaptics 1.8.1-1

upstream update 1.8.1

Modified:
  xf86-input-synaptics/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 11:43:57 UTC (rev 222164)
+++ PKGBUILD2014-09-20 11:55:17 UTC (rev 222165)
@@ -5,8 +5,8 @@
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 
 pkgname=xf86-input-synaptics
-pkgver=1.8.0
-pkgrel=3
+pkgver=1.8.1
+pkgrel=1
 pkgdesc=Synaptics driver for notebook touchpads
 arch=('i686' 'x86_64')
 license=('custom')
@@ -20,7 +20,7 @@
 groups=('xorg-drivers' 'xorg')
 
source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
 add_tapbuttons.diff)
-sha256sums=('9bf27632aaa6c5e62621ca9c2ca00f9b309c85b039ee33cd592b189fc872c37a'
+sha256sums=('d74fdaf29e9888a2cb494e16d0a9ddb24265c5c765b05392b69c50e84ffbf09a'
 '5298d3e871db3768b34cf8516d3f53f9291202e2ea5de3300256e1cd9119a1ec')
 
 build() {



[arch-commits] Commit in xf86-input-synaptics/repos (8 files)

2014-09-20 Thread Andreas Radke
Date: Saturday, September 20, 2014 @ 13:55:30
  Author: andyrtr
Revision: 222166

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

Added:
  xf86-input-synaptics/repos/extra-i686/PKGBUILD
(from rev 222165, xf86-input-synaptics/trunk/PKGBUILD)
  xf86-input-synaptics/repos/extra-i686/add_tapbuttons.diff
(from rev 222165, xf86-input-synaptics/trunk/add_tapbuttons.diff)
  xf86-input-synaptics/repos/extra-x86_64/PKGBUILD
(from rev 222165, xf86-input-synaptics/trunk/PKGBUILD)
  xf86-input-synaptics/repos/extra-x86_64/add_tapbuttons.diff
(from rev 222165, xf86-input-synaptics/trunk/add_tapbuttons.diff)
Deleted:
  xf86-input-synaptics/repos/extra-i686/PKGBUILD
  xf86-input-synaptics/repos/extra-i686/add_tapbuttons.diff
  xf86-input-synaptics/repos/extra-x86_64/PKGBUILD
  xf86-input-synaptics/repos/extra-x86_64/add_tapbuttons.diff

--+
 /PKGBUILD|   84 +
 /add_tapbuttons.diff |   34 ++
 extra-i686/PKGBUILD  |   42 --
 extra-i686/add_tapbuttons.diff   |   17 ---
 extra-x86_64/PKGBUILD|   42 --
 extra-x86_64/add_tapbuttons.diff |   17 ---
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-20 11:55:17 UTC (rev 222165)
+++ extra-i686/PKGBUILD 2014-09-20 11:55:30 UTC (rev 222166)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Tobias Powalowski  tp...@archlinux.org
-# Contributor: Thomas Bächler tho...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-
-pkgname=xf86-input-synaptics
-pkgver=1.8.0
-pkgrel=3
-pkgdesc=Synaptics driver for notebook touchpads
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('libxtst' 'mtdev' 'libevdev')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'libxi' 'libx11' 
'resourceproto' 'scrnsaverproto')
-conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
-replaces=('synaptics')
-provides=('synaptics')
-conflicts=('synaptics')
-groups=('xorg-drivers' 'xorg')
-source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-add_tapbuttons.diff)
-sha256sums=('9bf27632aaa6c5e62621ca9c2ca00f9b309c85b039ee33cd592b189fc872c37a'
-'5298d3e871db3768b34cf8516d3f53f9291202e2ea5de3300256e1cd9119a1ec')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  
-  # * upstream disabled tapping by default if a physical left button is 
present - see FS#33282
-  # * enable MatchDevicePath directive by default - FS#33291
-  patch -Np1 -i ${srcdir}/add_tapbuttons.diff
-  
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xf86-input-synaptics/repos/extra-i686/PKGBUILD (from rev 222165, 
xf86-input-synaptics/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-20 11:55:30 UTC (rev 222166)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tobias Powalowski  tp...@archlinux.org
+# Contributor: Thomas Bächler tho...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=xf86-input-synaptics
+pkgver=1.8.1
+pkgrel=1
+pkgdesc=Synaptics driver for notebook touchpads
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('libxtst' 'mtdev' 'libevdev')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'libxi' 'libx11' 
'resourceproto' 'scrnsaverproto')
+conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
+replaces=('synaptics')
+provides=('synaptics')
+conflicts=('synaptics')
+groups=('xorg-drivers' 'xorg')
+source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+add_tapbuttons.diff)
+sha256sums=('d74fdaf29e9888a2cb494e16d0a9ddb24265c5c765b05392b69c50e84ffbf09a'
+'5298d3e871db3768b34cf8516d3f53f9291202e2ea5de3300256e1cd9119a1ec')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  
+  # * upstream disabled tapping by default if a physical left button is 
present - see FS#33282
+  # * enable MatchDevicePath directive by default - FS#33291
+  patch -Np1 -i ${srcdir}/add_tapbuttons.diff
+  
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-i686/add_tapbuttons.diff

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

2014-09-20 Thread Laurent Carlier
Date: Saturday, September 20, 2014 @ 14:29:34
  Author: lcarlier
Revision: 222167

upstream update 10.2.8

Modified:
  mesa/repos/extra-i686/PKGBUILD
  mesa/repos/extra-x86_64/PKGBUILD
Deleted:
  
mesa/repos/extra-i686/0001-gallivm-Disable-workaround-for-PR12833-on-LLVM-3.2.patch
  
mesa/repos/extra-i686/0002-gallivm-set-mcpu-when-initializing-llvm-execution-en.patch
  mesa/repos/extra-i686/llvm35.patch
  
mesa/repos/extra-x86_64/0001-gallivm-Disable-workaround-for-PR12833-on-LLVM-3.2.patch
  
mesa/repos/extra-x86_64/0002-gallivm-set-mcpu-when-initializing-llvm-execution-en.patch
  mesa/repos/extra-x86_64/llvm35.patch

--+
 extra-i686/0001-gallivm-Disable-workaround-for-PR12833-on-LLVM-3.2.patch | 
  33 
 extra-i686/0002-gallivm-set-mcpu-when-initializing-llvm-execution-en.patch   | 
  77 --
 extra-i686/PKGBUILD  | 
  23 --
 extra-i686/llvm35.patch  | 
  26 ---
 extra-x86_64/0001-gallivm-Disable-workaround-for-PR12833-on-LLVM-3.2.patch   | 
  33 
 extra-x86_64/0002-gallivm-set-mcpu-when-initializing-llvm-execution-en.patch | 
  77 --
 extra-x86_64/PKGBUILD| 
  23 --
 extra-x86_64/llvm35.patch| 
  26 ---
 8 files changed, 6 insertions(+), 312 deletions(-)

Deleted: 
extra-i686/0001-gallivm-Disable-workaround-for-PR12833-on-LLVM-3.2.patch
===
--- extra-i686/0001-gallivm-Disable-workaround-for-PR12833-on-LLVM-3.2.patch
2014-09-20 11:55:30 UTC (rev 222166)
+++ extra-i686/0001-gallivm-Disable-workaround-for-PR12833-on-LLVM-3.2.patch
2014-09-20 12:29:34 UTC (rev 222167)
@@ -1,33 +0,0 @@
-From 22c970946535956abac321585598425ad5cc82c5 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Jos=C3=A9=20Fonseca?= jfons...@vmware.com
-Date: Wed, 14 May 2014 12:55:50 +0100
-Subject: [PATCH 1/2] gallivm: Disable workaround for PR12833 on LLVM 3.2+.
-
-Fixed upstream.
-
-(cherry picked from commit 172ef0c5a5a97c211702eb4033eeaac20993350e)

- src/gallium/auxiliary/gallivm/lp_bld_misc.cpp | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp 
b/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp
-index d85adfb..45c985d 100644
 a/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp
-+++ b/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp
-@@ -321,11 +321,11 @@ 
lp_build_create_jit_compiler_for_module(LLVMExecutionEngineRef *OutJIT,
-builder.setJITMemoryManager(JITMemoryManager::CreateDefaultMemManager());
- 
-ExecutionEngine *JIT;
--#if 0
-+#if HAVE_LLVM = 0x0302
-JIT = builder.create();
- #else
-/*
--* Workaround http://llvm.org/bugs/show_bug.cgi?id=12833
-+* Workaround http://llvm.org/PR12833
- */
-StringRef MArch = ;
-StringRef MCPU = ;
--- 
-2.1.0
-

Deleted: 
extra-i686/0002-gallivm-set-mcpu-when-initializing-llvm-execution-en.patch
===
--- extra-i686/0002-gallivm-set-mcpu-when-initializing-llvm-execution-en.patch  
2014-09-20 11:55:30 UTC (rev 222166)
+++ extra-i686/0002-gallivm-set-mcpu-when-initializing-llvm-execution-en.patch  
2014-09-20 12:29:34 UTC (rev 222167)
@@ -1,77 +0,0 @@
-From ebe30fd4d4a90219431b6947f233473b2cf518a5 Mon Sep 17 00:00:00 2001
-From: Roland Scheidegger srol...@vmware.com
-Date: Thu, 19 Jun 2014 03:27:26 +0200
-Subject: [PATCH 2/2] gallivm: set mcpu when initializing llvm execution engine
-
-Previously llvm detected cpu features automatically when the execution engine
-was created (based on host cpu). This is no longer the case, which meant llvm
-was then not able to emit some of the intrinsics we used as we didn't specify
-any sse attributes (only on avx supporting systems this was not a problem since
-despite at least some llvm versions enabling it anyway we always set this
-manually). So, instead of trying to figure out which MAttrs to set just set
-MCPU.
-
-This fixes https://bugs.freedesktop.org/show_bug.cgi?id=77493.
-
-Reviewed-by: Jose Fonseca jfons...@vmware.com
-Tested-by: Vinson Lee v...@freedesktop.org
-(cherry picked from commit cad60420d5ea36a4b6fa2e6c91317f71423aa63e)

- src/gallium/auxiliary/gallivm/lp_bld_misc.cpp | 24 ++--
- 1 file changed, 22 insertions(+), 2 deletions(-)
-
-diff --git a/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp 
b/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp
-index 45c985d..395ac7b 100644
 a/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp
-+++ b/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp
-@@ -59,6 +59,7 @@
- #include llvm/ExecutionEngine/JITMemoryManager.h
- #endif
- #include llvm/Support/CommandLine.h
-+#include llvm/Support/Host.h
- #include llvm/Support/PrettyStackTrace.h
- 
- #if 

[arch-commits] Commit in lib32-mesa/repos/multilib-x86_64 (PKGBUILD llvm35.patch)

2014-09-20 Thread Laurent Carlier
Date: Saturday, September 20, 2014 @ 14:45:06
  Author: lcarlier
Revision: 119319

upstream update 10.2.8

Modified:
  lib32-mesa/repos/multilib-x86_64/PKGBUILD
Deleted:
  lib32-mesa/repos/multilib-x86_64/llvm35.patch

--+
 PKGBUILD |   18 +-
 llvm35.patch |   26 --
 2 files changed, 5 insertions(+), 39 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 10:45:30 UTC (rev 119318)
+++ PKGBUILD2014-09-20 12:45:06 UTC (rev 119319)
@@ -4,8 +4,8 @@
 
 pkgbase=lib32-mesa
 pkgname=('lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri' 'lib32-mesa' 
'lib32-mesa-libgl')
-pkgver=10.2.7
-pkgrel=2
+pkgver=10.2.8
+pkgrel=1
 arch=('x86_64')
 makedepends=('python2' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 'glproto' 
'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
  'lib32-libxshmfence' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'gcc-multilib' 'lib32-elfutils' 'lib32-llvm' 'lib32-systemd'
@@ -12,18 +12,10 @@
  'lib32-libvdpau' 'lib32-wayland')
 url=http://mesa3d.sourceforge.net;
 license=('custom')
-source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2{,.sig}
-llvm35.patch)
-sha256sums=('27b958063a4c002071f14ed45c7d2a1ee52cd85e4ac8876e8a1c273495a7d43f'
-SKIP
-'d3d433564cd21da8aa56a9ceccee6122d5991cae2bd1924173359f13bd38bd6f')
+source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2{,.sig})
+sha256sums=('1ef9ad3f241788d454f2ff8c9d65b6849dfc31c8fe91f70fd2930b81c8af1398'
+SKIP)
 
-prepare() {
-  cd ${srcdir}/?esa-*
-
-  patch -Np1 -i ../llvm35.patch
-}
-
 build() {
   export CC=gcc -m32
   export CXX=g++ -m32

Deleted: llvm35.patch
===
--- llvm35.patch2014-09-20 10:45:30 UTC (rev 119318)
+++ llvm35.patch2014-09-20 12:45:06 UTC (rev 119319)
@@ -1,26 +0,0 @@
-From 564821c917f4a9d5a0de2ee77b90b0cd85e3d3a6 Mon Sep 17 00:00:00 2001
-From: Aaron Watry awa...@gmail.com
-Date: Fri, 20 Jun 2014 19:13:30 -0500
-Subject: gallivm: Fix build after LLVM commit 211259
-
-Signed-off-by: Aaron Watry awa...@gmail.com
-Reviewed-by: Tom Stellard thomas.stell...@amd.com
-
-diff --git a/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp 
b/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp
-index df26883..413a0c2 100644
 a/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp
-+++ b/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp
-@@ -51,7 +51,9 @@
- #include llvm/MC/MCInstPrinter.h
- #include llvm/MC/MCRegisterInfo.h
- 
--#if HAVE_LLVM = 0x0303
-+#if HAVE_LLVM = 0x0305
-+#define OwningPtr std::unique_ptr
-+#elif HAVE_LLVM = 0x0303
- #include llvm/ADT/OwningPtr.h
- #endif
- 
--- 
-cgit v0.10.2
-



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

2014-09-20 Thread Jelle van der Waa
Date: Saturday, September 20, 2014 @ 15:12:35
  Author: jelle
Revision: 119320

upgpkg: dos2unix 7.0-1

Modified:
  dos2unix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 12:45:06 UTC (rev 119319)
+++ PKGBUILD2014-09-20 13:12:35 UTC (rev 119320)
@@ -4,7 +4,7 @@
 # Contributor: Gerson E. Ruotolo gersonruot...@globo.com
 
 pkgname=dos2unix
-pkgver=6.0.6
+pkgver=7.0
 pkgrel=1
 pkgdesc='Text file format converter'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('perl')
 conflicts=('hd2u')
 
source=(http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('9010a4ca60d91798e6859a5a987fe7db')
+md5sums=('7abcb86ef1cfac629448a86d3d7b3a52')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2014-09-20 Thread Jelle van der Waa
Date: Saturday, September 20, 2014 @ 15:16:46
  Author: jelle
Revision: 119321

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-20 13:12:35 UTC (rev 119320)
+++ community-i686/PKGBUILD 2014-09-20 13:16:46 UTC (rev 119321)
@@ -1,28 +0,0 @@
-# $Id$
-# Contributor: Bartłomiej Piotrowski
-# Contributor: Renato Garcia fgar.renatoATgmailDOTcom
-# Contributor: Gerson E. Ruotolo gersonruot...@globo.com
-
-pkgname=dos2unix
-pkgver=6.0.6
-pkgrel=1
-pkgdesc='Text file format converter'
-arch=('i686' 'x86_64')
-url='http://waterlan.home.xs4all.nl/dos2unix.html'
-license=('BSD')
-depends=('glibc')
-makedepends=('perl')
-conflicts=('hd2u')
-source=(http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('9010a4ca60d91798e6859a5a987fe7db')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m644 COPYING.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: dos2unix/repos/community-i686/PKGBUILD (from rev 119320, 
dos2unix/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-20 13:16:46 UTC (rev 119321)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski
+# Contributor: Renato Garcia fgar.renatoATgmailDOTcom
+# Contributor: Gerson E. Ruotolo gersonruot...@globo.com
+
+pkgname=dos2unix
+pkgver=7.0
+pkgrel=1
+pkgdesc='Text file format converter'
+arch=('i686' 'x86_64')
+url='http://waterlan.home.xs4all.nl/dos2unix.html'
+license=('BSD')
+depends=('glibc')
+makedepends=('perl')
+conflicts=('hd2u')
+source=(http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('7abcb86ef1cfac629448a86d3d7b3a52')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m644 COPYING.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-20 13:12:35 UTC (rev 119320)
+++ community-x86_64/PKGBUILD   2014-09-20 13:16:46 UTC (rev 119321)
@@ -1,28 +0,0 @@
-# $Id$
-# Contributor: Bartłomiej Piotrowski
-# Contributor: Renato Garcia fgar.renatoATgmailDOTcom
-# Contributor: Gerson E. Ruotolo gersonruot...@globo.com
-
-pkgname=dos2unix
-pkgver=6.0.6
-pkgrel=1
-pkgdesc='Text file format converter'
-arch=('i686' 'x86_64')
-url='http://waterlan.home.xs4all.nl/dos2unix.html'
-license=('BSD')
-depends=('glibc')
-makedepends=('perl')
-conflicts=('hd2u')
-source=(http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('9010a4ca60d91798e6859a5a987fe7db')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m644 COPYING.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}



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

2014-09-20 Thread Felix Yan
Date: Saturday, September 20, 2014 @ 16:35:31
  Author: fyan
Revision: 119323

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-libdbus/repos/multilib-testing-x86_64/
  lib32-libdbus/repos/multilib-testing-x86_64/PKGBUILD
(from rev 119322, lib32-libdbus/trunk/PKGBUILD)

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

Copied: lib32-libdbus/repos/multilib-testing-x86_64/PKGBUILD (from rev 119322, 
lib32-libdbus/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2014-09-20 14:35:31 UTC (rev 119323)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+
+pkgname=lib32-libdbus
+_pkgbasename=libdbus
+pkgver=1.8.8
+pkgrel=1
+pkgdesc=DBus library (32-bit)
+arch=('x86_64')
+url=http://www.freedesktop.org/Software/dbus;
+license=('GPL' 'custom')
+depends=('lib32-glibc' 'lib32-expat' 'libdbus')
+makedepends=('gcc-multilib' 'lib32-libx11')
+provides=('lib32-dbus-core' 'lib32-dbus')
+conflicts=('lib32-dbus-core' 'lib32-dbus')
+replaces=('lib32-dbus-core' 'lib32-dbus')
+source=(http://dbus.freedesktop.org/releases/dbus/dbus-${pkgver}.tar.gz)
+md5sums=('b9f4a18ee3faa1e07c04aa1d83239c43')
+
+build() {
+export CC=gcc -m32
+export CXX=g++ -m32
+export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+cd ${srcdir}/dbus-${pkgver}
+
+./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libdir=/usr/lib32 \
+--libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
+--with-system-pid-file=/run/dbus.pid \
+--with-console-auth-dir=/run/console/ \
+--enable-inotify --disable-dnotify \
+--disable-verbose-mode --disable-static \
+--disable-tests --disable-asserts --disable-systemd
+
+make
+}
+
+package() {
+cd ${srcdir}/dbus-${pkgver}
+make DESTDIR=${pkgdir} install
+
+rm -rf ${pkgdir}/usr/{bin,include,lib,share}
+rm -rf ${pkgdir}/{etc,var}
+
+mkdir -p ${pkgdir}/usr/share/licenses
+ln -s ${_pkgbasename} ${pkgdir}/usr/share/licenses/${pkgname}
+}



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

2014-09-20 Thread Felix Yan
Date: Saturday, September 20, 2014 @ 16:35:11
  Author: fyan
Revision: 119322

upgpkg: lib32-libdbus 1.8.8-1

sync with [testing]

Modified:
  lib32-libdbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 13:16:46 UTC (rev 119321)
+++ PKGBUILD2014-09-20 14:35:11 UTC (rev 119322)
@@ -3,7 +3,7 @@
 
 pkgname=lib32-libdbus
 _pkgbasename=libdbus
-pkgver=1.8.6
+pkgver=1.8.8
 pkgrel=1
 pkgdesc=DBus library (32-bit)
 arch=('x86_64')
@@ -15,7 +15,7 @@
 conflicts=('lib32-dbus-core' 'lib32-dbus')
 replaces=('lib32-dbus-core' 'lib32-dbus')
 source=(http://dbus.freedesktop.org/releases/dbus/dbus-${pkgver}.tar.gz)
-md5sums=('6a08ba555d340e9dfe2d623b83c0eea8')
+md5sums=('b9f4a18ee3faa1e07c04aa1d83239c43')
 
 build() {
 export CC=gcc -m32



[arch-commits] Commit in frostwire/trunk (PKGBUILD java-version-detection.patch)

2014-09-20 Thread Evangelos Foutras
Date: Saturday, September 20, 2014 @ 17:27:43
  Author: foutrelis
Revision: 119325

upgpkg: frostwire 5.7.6-2

Fix detection of OpenJDK 8.

Modified:
  frostwire/trunk/PKGBUILD
  frostwire/trunk/java-version-detection.patch

--+
 PKGBUILD |4 ++--
 java-version-detection.patch |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 14:54:14 UTC (rev 119324)
+++ PKGBUILD2014-09-20 15:27:43 UTC (rev 119325)
@@ -3,7 +3,7 @@
 
 pkgname=frostwire
 pkgver=5.7.6
-pkgrel=1
+pkgrel=2
 pkgdesc=BitTorrent client with integrated search
 arch=('any')
 url=http://www.frostwire.com;
@@ -18,7 +18,7 @@
 sha256sums=('b3356c2dd4ae06e6c205e58c650f3aea617c4d126ecfbd174038951456ec10b8'
 '9a05e5f1005856cd67f6e01fc499d1b64bc372bf3a390e412359196f65cc0ea6'
 '00e425501b33b7213a337314a5035d52459f743f623f9f37abbc60d6e56a2186'
-'50828981c20273c86ef7c05f801d0fcec28253a544f95e231db35402c738a62e')
+'0746842535ae17dc63ce5a8cf9e29c319b7a837d9b3aa0076de0e85c11fbe539')
 
 package() {
   cd $srcdir/$pkgname-$pkgver.noarch

Modified: java-version-detection.patch
===
--- java-version-detection.patch2014-09-20 14:54:14 UTC (rev 119324)
+++ java-version-detection.patch2014-09-20 15:27:43 UTC (rev 119325)
@@ -5,7 +5,7 @@
fi
  
 -  JAVA_HEADER=`${JAVA_PROGRAM_DIR}java -version 21 | head -n 1`
-+  JAVA_HEADER=`${JAVA_PROGRAM_DIR}java -version 21 | grep version`
++  JAVA_HEADER=`${JAVA_PROGRAM_DIR}java -version 21 | grep version | sed 
's/openjdk/java/'`
JAVA_IMPL=`echo ${JAVA_HEADER} | cut -f1 -d' '`
if [ $JAVA_IMPL = java ] ; then
  VERSION=`echo ${JAVA_HEADER} | sed s/java version \\(.*\)\/\1/`



[arch-commits] Commit in frostwire/repos/community-any (10 files)

2014-09-20 Thread Evangelos Foutras
Date: Saturday, September 20, 2014 @ 17:27:53
  Author: foutrelis
Revision: 119326

archrelease: copy trunk to community-any

Added:
  frostwire/repos/community-any/PKGBUILD
(from rev 119325, frostwire/trunk/PKGBUILD)
  frostwire/repos/community-any/frostwire.install
(from rev 119325, frostwire/trunk/frostwire.install)
  frostwire/repos/community-any/frostwire.sh
(from rev 119325, frostwire/trunk/frostwire.sh)
  frostwire/repos/community-any/icons.tar.gz
(from rev 119325, frostwire/trunk/icons.tar.gz)
  frostwire/repos/community-any/java-version-detection.patch
(from rev 119325, frostwire/trunk/java-version-detection.patch)
Deleted:
  frostwire/repos/community-any/PKGBUILD
  frostwire/repos/community-any/frostwire.install
  frostwire/repos/community-any/frostwire.sh
  frostwire/repos/community-any/icons.tar.gz
  frostwire/repos/community-any/java-version-detection.patch

--+
 PKGBUILD |   84 -
 frostwire.install|   28 ++---
 frostwire.sh |6 +-
 java-version-detection.patch |   22 +-
 4 files changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-20 15:27:43 UTC (rev 119325)
+++ PKGBUILD2014-09-20 15:27:53 UTC (rev 119326)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-
-pkgname=frostwire
-pkgver=5.7.6
-pkgrel=1
-pkgdesc=BitTorrent client with integrated search
-arch=('any')
-url=http://www.frostwire.com;
-license=('GPL')
-depends=('java-runtime' 'mplayer' 'hicolor-icon-theme' 'desktop-file-utils'
- 'gtk-update-icon-cache')
-install=frostwire.install
-source=(http://dl.frostwire.com/$pkgname/$pkgver/$pkgname-$pkgver.noarch.tar.gz
-frostwire.sh
-icons.tar.gz
-java-version-detection.patch)
-sha256sums=('b3356c2dd4ae06e6c205e58c650f3aea617c4d126ecfbd174038951456ec10b8'
-'9a05e5f1005856cd67f6e01fc499d1b64bc372bf3a390e412359196f65cc0ea6'
-'00e425501b33b7213a337314a5035d52459f743f623f9f37abbc60d6e56a2186'
-'50828981c20273c86ef7c05f801d0fcec28253a544f95e231db35402c738a62e')
-
-package() {
-  cd $srcdir/$pkgname-$pkgver.noarch
-
-  # FS#15544 (Java version detection fails when _JAVA_OPTIONS is set)
-  patch -Np0 -i $srcdir/java-version-detection.patch
-
-  install -d $pkgdir/usr/share/$pkgname
-  cp -r * $pkgdir/usr/share/$pkgname
-  cp -r $srcdir/icons $pkgdir/usr/share
-
-  install -D $srcdir/$pkgname.sh $pkgdir/usr/bin/$pkgname
-  install -Dm644 $pkgname.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $srcdir/icons/hicolor/16x16/apps/$pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-
-  # Remove uneeded files
-  rm -rf 
$pkgdir/usr/share/frostwire/{runFrostwireOSX.sh,unpack200.py,root/{.svn,magnet10/.svn}}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: frostwire/repos/community-any/PKGBUILD (from rev 119325, 
frostwire/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-20 15:27:53 UTC (rev 119326)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+
+pkgname=frostwire
+pkgver=5.7.6
+pkgrel=2
+pkgdesc=BitTorrent client with integrated search
+arch=('any')
+url=http://www.frostwire.com;
+license=('GPL')
+depends=('java-runtime' 'mplayer' 'hicolor-icon-theme' 'desktop-file-utils'
+ 'gtk-update-icon-cache')
+install=frostwire.install
+source=(http://dl.frostwire.com/$pkgname/$pkgver/$pkgname-$pkgver.noarch.tar.gz
+frostwire.sh
+icons.tar.gz
+java-version-detection.patch)
+sha256sums=('b3356c2dd4ae06e6c205e58c650f3aea617c4d126ecfbd174038951456ec10b8'
+'9a05e5f1005856cd67f6e01fc499d1b64bc372bf3a390e412359196f65cc0ea6'
+'00e425501b33b7213a337314a5035d52459f743f623f9f37abbc60d6e56a2186'
+'0746842535ae17dc63ce5a8cf9e29c319b7a837d9b3aa0076de0e85c11fbe539')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver.noarch
+
+  # FS#15544 (Java version detection fails when _JAVA_OPTIONS is set)
+  patch -Np0 -i $srcdir/java-version-detection.patch
+
+  install -d $pkgdir/usr/share/$pkgname
+  cp -r * $pkgdir/usr/share/$pkgname
+  cp -r $srcdir/icons $pkgdir/usr/share
+
+  install -D $srcdir/$pkgname.sh $pkgdir/usr/bin/$pkgname
+  install -Dm644 $pkgname.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
+  install -Dm644 $srcdir/icons/hicolor/16x16/apps/$pkgname.png \
+$pkgdir/usr/share/pixmaps/$pkgname.png
+
+  # Remove uneeded files
+  rm -rf 
$pkgdir/usr/share/frostwire/{runFrostwireOSX.sh,unpack200.py,root/{.svn,magnet10/.svn}}
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: frostwire.install
===
--- frostwire.install   2014-09-20 15:27:43 UTC (rev 119325)
+++ frostwire.install  

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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:05:29
  Author: svenstaro
Revision: 222171

upgpkg: kdelibs 4.14.1-1

Modified:
  kdelibs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 14:40:54 UTC (rev 222170)
+++ PKGBUILD2014-09-20 16:05:29 UTC (rev 222171)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdelibs
-pkgver=4.14.0
+pkgver=4.14.1
 pkgrel=1
 pkgdesc=KDE Core Libraries
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;
 'kde-applications-menu.patch' 'archlinux-menu.patch' 'qt4.patch')
-sha1sums=('d8c56abfa101b0bd39e05ae36b7f6063d8fe360c'
+sha1sums=('b0425ed3a84fa3c1f54299baa19543669ce8ab9d'
   '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
   '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
   'ed1f57ee661e5c7440efcaba7e51d2554709701c')



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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:05:46
  Author: svenstaro
Revision: 222172

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

Added:
  kdelibs/repos/testing-i686/
  kdelibs/repos/testing-i686/PKGBUILD
(from rev 222171, kdelibs/trunk/PKGBUILD)
  kdelibs/repos/testing-i686/archlinux-menu.patch
(from rev 222171, kdelibs/trunk/archlinux-menu.patch)
  kdelibs/repos/testing-i686/kde-applications-menu.patch
(from rev 222171, kdelibs/trunk/kde-applications-menu.patch)
  kdelibs/repos/testing-i686/kdelibs-cve-2014-5033.patch
(from rev 222171, kdelibs/trunk/kdelibs-cve-2014-5033.patch)
  kdelibs/repos/testing-i686/kdelibs.install
(from rev 222171, kdelibs/trunk/kdelibs.install)
  kdelibs/repos/testing-i686/pyqt.patch
(from rev 222171, kdelibs/trunk/pyqt.patch)
  kdelibs/repos/testing-i686/qt4.patch
(from rev 222171, kdelibs/trunk/qt4.patch)
  kdelibs/repos/testing-x86_64/
  kdelibs/repos/testing-x86_64/PKGBUILD
(from rev 222171, kdelibs/trunk/PKGBUILD)
  kdelibs/repos/testing-x86_64/archlinux-menu.patch
(from rev 222171, kdelibs/trunk/archlinux-menu.patch)
  kdelibs/repos/testing-x86_64/kde-applications-menu.patch
(from rev 222171, kdelibs/trunk/kde-applications-menu.patch)
  kdelibs/repos/testing-x86_64/kdelibs-cve-2014-5033.patch
(from rev 222171, kdelibs/trunk/kdelibs-cve-2014-5033.patch)
  kdelibs/repos/testing-x86_64/kdelibs.install
(from rev 222171, kdelibs/trunk/kdelibs.install)
  kdelibs/repos/testing-x86_64/pyqt.patch
(from rev 222171, kdelibs/trunk/pyqt.patch)
  kdelibs/repos/testing-x86_64/qt4.patch
(from rev 222171, kdelibs/trunk/qt4.patch)

+
 testing-i686/PKGBUILD  |   60 ++
 testing-i686/archlinux-menu.patch  |   22 ++
 testing-i686/kde-applications-menu.patch   |   22 ++
 testing-i686/kdelibs-cve-2014-5033.patch   |   36 +++
 testing-i686/kdelibs.install   |   13 +
 testing-i686/pyqt.patch|  247 +++
 testing-i686/qt4.patch |   11 +
 testing-x86_64/PKGBUILD|   60 ++
 testing-x86_64/archlinux-menu.patch|   22 ++
 testing-x86_64/kde-applications-menu.patch |   22 ++
 testing-x86_64/kdelibs-cve-2014-5033.patch |   36 +++
 testing-x86_64/kdelibs.install |   13 +
 testing-x86_64/pyqt.patch  |  247 +++
 testing-x86_64/qt4.patch   |   11 +
 14 files changed, 822 insertions(+)

Copied: kdelibs/repos/testing-i686/PKGBUILD (from rev 222171, 
kdelibs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-20 16:05:46 UTC (rev 222172)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdelibs
+pkgver=4.14.1
+pkgrel=1
+pkgdesc=KDE Core Libraries
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs'
+license=('GPL' 'LGPL' 'FDL')
+depends=('attica' 'libxss' 'krb5' 'grantlee' 'qca' 'libdbusmenu-qt' 'polkit-qt'
+'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr' 'strigi'
+'docbook-xsl' 'upower' 'udisks2' 'libxcursor' 'phonon-qt4'
+'media-player-info' 'libxtst' 'libutempter' 'qtwebkit' 'icu')
+makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;
+'kde-applications-menu.patch' 'archlinux-menu.patch' 'qt4.patch')
+sha1sums=('b0425ed3a84fa3c1f54299baa19543669ce8ab9d'
+  '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
+  '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
+  'ed1f57ee661e5c7440efcaba7e51d2554709701c')
+
+prepare() {
+   mkdir build
+   cd ${pkgname}-${pkgver}
+   # avoid file conflict with gnome-menus
+   patch -p1 -i ${srcdir}/kde-applications-menu.patch
+   # add Archlinux menu entry
+   patch -p1 -i ${srcdir}/archlinux-menu.patch
+   # qmake refers to Qt5
+   patch -p1 -i ${srcdir}/qt4.patch
+}
+
+build() {
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DKDE_DISTRIBUTION_TEXT='Arch Linux' \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DSYSCONF_INSTALL_DIR=/etc \
+   -DHTML_INSTALL_DIR=/usr/share/doc/kde/html \
+   -DKDE_DEFAULT_HOME='.kde4' \
+   -DWITH_FAM=OFF \
+   -DWITH_SOLID_UDISKS2=ON
+   make
+}
+
+package() {
+   cd ${srcdir}/build
+   make DESTDIR=${pkgdir} install
+
+   # cert bundle seems to be hardcoded
+   # link it to the one from ca-certificates
+   rm -f 

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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:06:17
  Author: svenstaro
Revision: 222175

upgpkg: kfilemetadata 4.14.1-1

kde 4.14.1

Modified:
  kfilemetadata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 16:06:14 UTC (rev 222174)
+++ PKGBUILD2014-09-20 16:06:17 UTC (rev 222175)
@@ -2,8 +2,8 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kfilemetadata
-pkgver=4.14.0
-pkgrel=2
+pkgver=4.14.1
+pkgrel=1
 pkgdesc=A library for extracting file metadata
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdelibs/kfilemetadata'
@@ -11,7 +11,7 @@
 depends=('kdelibs' 'poppler-qt' 'taglib' 'ffmpeg' 'ebook-tools' 
'kdegraphics-mobipocket')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('7acc39f6797432faef92baab1f3138d48fa3c75e')
+sha1sums=('4e65cb62c109901f18c49f5521cc80cb2aa6ef5c')
 
 prepare() {
   mkdir build



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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:06:14
  Author: svenstaro
Revision: 222174

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

Added:
  kdelibs/repos/testing-i686/PKGBUILD
(from rev 222173, kdelibs/trunk/PKGBUILD)
  kdelibs/repos/testing-i686/archlinux-menu.patch
(from rev 222173, kdelibs/trunk/archlinux-menu.patch)
  kdelibs/repos/testing-i686/kde-applications-menu.patch
(from rev 222173, kdelibs/trunk/kde-applications-menu.patch)
  kdelibs/repos/testing-i686/kdelibs-cve-2014-5033.patch
(from rev 222173, kdelibs/trunk/kdelibs-cve-2014-5033.patch)
  kdelibs/repos/testing-i686/kdelibs.install
(from rev 222173, kdelibs/trunk/kdelibs.install)
  kdelibs/repos/testing-i686/pyqt.patch
(from rev 222173, kdelibs/trunk/pyqt.patch)
  kdelibs/repos/testing-i686/qt4.patch
(from rev 222173, kdelibs/trunk/qt4.patch)
  kdelibs/repos/testing-x86_64/PKGBUILD
(from rev 222173, kdelibs/trunk/PKGBUILD)
  kdelibs/repos/testing-x86_64/archlinux-menu.patch
(from rev 222173, kdelibs/trunk/archlinux-menu.patch)
  kdelibs/repos/testing-x86_64/kde-applications-menu.patch
(from rev 222173, kdelibs/trunk/kde-applications-menu.patch)
  kdelibs/repos/testing-x86_64/kdelibs-cve-2014-5033.patch
(from rev 222173, kdelibs/trunk/kdelibs-cve-2014-5033.patch)
  kdelibs/repos/testing-x86_64/kdelibs.install
(from rev 222173, kdelibs/trunk/kdelibs.install)
  kdelibs/repos/testing-x86_64/pyqt.patch
(from rev 222173, kdelibs/trunk/pyqt.patch)
  kdelibs/repos/testing-x86_64/qt4.patch
(from rev 222173, kdelibs/trunk/qt4.patch)
Deleted:
  kdelibs/repos/testing-i686/PKGBUILD
  kdelibs/repos/testing-i686/archlinux-menu.patch
  kdelibs/repos/testing-i686/kde-applications-menu.patch
  kdelibs/repos/testing-i686/kdelibs-cve-2014-5033.patch
  kdelibs/repos/testing-i686/kdelibs.install
  kdelibs/repos/testing-i686/pyqt.patch
  kdelibs/repos/testing-i686/qt4.patch
  kdelibs/repos/testing-x86_64/PKGBUILD
  kdelibs/repos/testing-x86_64/archlinux-menu.patch
  kdelibs/repos/testing-x86_64/kde-applications-menu.patch
  kdelibs/repos/testing-x86_64/kdelibs-cve-2014-5033.patch
  kdelibs/repos/testing-x86_64/kdelibs.install
  kdelibs/repos/testing-x86_64/pyqt.patch
  kdelibs/repos/testing-x86_64/qt4.patch

+
 /PKGBUILD  |  120 ++
 /archlinux-menu.patch  |   44 ++
 /kde-applications-menu.patch   |   44 ++
 /kdelibs-cve-2014-5033.patch   |   72 +++
 /kdelibs.install   |   26 +
 /pyqt.patch|  494 +++
 /qt4.patch |   22 +
 testing-i686/PKGBUILD  |   60 ---
 testing-i686/archlinux-menu.patch  |   22 -
 testing-i686/kde-applications-menu.patch   |   22 -
 testing-i686/kdelibs-cve-2014-5033.patch   |   36 -
 testing-i686/kdelibs.install   |   13 
 testing-i686/pyqt.patch|  247 -
 testing-i686/qt4.patch |   11 
 testing-x86_64/PKGBUILD|   60 ---
 testing-x86_64/archlinux-menu.patch|   22 -
 testing-x86_64/kde-applications-menu.patch |   22 -
 testing-x86_64/kdelibs-cve-2014-5033.patch |   36 -
 testing-x86_64/kdelibs.install |   13 
 testing-x86_64/pyqt.patch  |  247 -
 testing-x86_64/qt4.patch   |   11 
 21 files changed, 822 insertions(+), 822 deletions(-)

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


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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:05:54
  Author: svenstaro
Revision: 222173

upgpkg: kdegraphics-mobipocket 4.14.1-1

Modified:
  kdegraphics-mobipocket/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 16:05:46 UTC (rev 222172)
+++ PKGBUILD2014-09-20 16:05:54 UTC (rev 222173)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-mobipocket
-pkgver=4.14.0
+pkgver=4.14.1
 pkgrel=1
 pkgdesc=A collection of plugins to handle mobipocket files
 url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-mobipocket;
@@ -15,7 +15,7 @@
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('88f2dfc535e1fe6ef0a41b893eb1ca37fd9a37ba')
+sha1sums=('d388f115024e894b40cd1ba6464c8c419f60e513')
 
 prepare() {
   mkdir build



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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:06:24
  Author: svenstaro
Revision: 222177

upgpkg: kdepimlibs 4.14.1-1

kde 4.14.1

Modified:
  kdepimlibs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 16:06:23 UTC (rev 222176)
+++ PKGBUILD2014-09-20 16:06:24 UTC (rev 222177)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdepimlibs
-pkgver=4.14.0
+pkgver=4.14.1
 pkgrel=1
 pkgdesc=KDE PIM Libraries
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl')
 install='kdepimlibs.install'
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('ac6dfd4086b4728e815bec93ce2519c343babf8b')
+sha1sums=('1d6459d6cf2a05d38208c4a1b419fdac08262f79')
 
 prepare() {
   mkdir build



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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:06:23
  Author: svenstaro
Revision: 222176

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

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

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-09-20 16:06:17 UTC (rev 222175)
+++ testing-i686/PKGBUILD   2014-09-20 16:06:23 UTC (rev 222176)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kfilemetadata
-pkgver=4.14.0
-pkgrel=2
-pkgdesc=A library for extracting file metadata
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdelibs/kfilemetadata'
-license=('LGPL')
-depends=('kdelibs' 'poppler-qt' 'taglib' 'ffmpeg' 'ebook-tools' 
'kdegraphics-mobipocket')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('7acc39f6797432faef92baab1f3138d48fa3c75e')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kfilemetadata/repos/testing-i686/PKGBUILD (from rev 222175, 
kfilemetadata/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-20 16:06:23 UTC (rev 222176)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kfilemetadata
+pkgver=4.14.1
+pkgrel=1
+pkgdesc=A library for extracting file metadata
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/kfilemetadata'
+license=('LGPL')
+depends=('kdelibs' 'poppler-qt' 'taglib' 'ffmpeg' 'ebook-tools' 
'kdegraphics-mobipocket')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('4e65cb62c109901f18c49f5521cc80cb2aa6ef5c')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2014-09-20 16:06:17 UTC (rev 222175)
+++ testing-x86_64/PKGBUILD 2014-09-20 16:06:23 UTC (rev 222176)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kfilemetadata
-pkgver=4.14.0
-pkgrel=2
-pkgdesc=A library for extracting file metadata
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdelibs/kfilemetadata'
-license=('LGPL')
-depends=('kdelibs' 'poppler-qt' 'taglib' 'ffmpeg' 'ebook-tools' 
'kdegraphics-mobipocket')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('7acc39f6797432faef92baab1f3138d48fa3c75e')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kfilemetadata/repos/testing-x86_64/PKGBUILD (from rev 222175, 
kfilemetadata/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-20 16:06:23 UTC (rev 222176)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kfilemetadata
+pkgver=4.14.1
+pkgrel=1
+pkgdesc=A library for extracting file metadata
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/kfilemetadata'
+license=('LGPL')
+depends=('kdelibs' 'poppler-qt' 'taglib' 'ffmpeg' 'ebook-tools' 
'kdegraphics-mobipocket')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('4e65cb62c109901f18c49f5521cc80cb2aa6ef5c')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:07:16
  Author: svenstaro
Revision: 222183

upgpkg: kdebase-runtime 4.14.1-1

kde 4.14.1

Modified:
  kdebase-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 16:06:47 UTC (rev 222182)
+++ PKGBUILD2014-09-20 16:07:16 UTC (rev 222183)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdebase-runtime
-pkgver=4.14.0
+pkgver=4.14.1
 pkgrel=1
 pkgdesc=Plugins and applications necessary for the running of KDE 
applications
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 'rarian: needed by KHelpCenter')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
-sha1sums=('3847a9e6a66e4e724cff9230ff564c900243d4cd')
+sha1sums=('c928a7f1f5ec6a2c192e07db4e01ea2a439fe1e3')
 
 prepare() {
   mkdir build



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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:06:47
  Author: svenstaro
Revision: 222182

archrelease: copy trunk to testing-any

Added:
  oxygen-icons/repos/testing-any/
  oxygen-icons/repos/testing-any/PKGBUILD
(from rev 222181, oxygen-icons/trunk/PKGBUILD)

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

Copied: oxygen-icons/repos/testing-any/PKGBUILD (from rev 222181, 
oxygen-icons/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-09-20 16:06:47 UTC (rev 222182)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=oxygen-icons
+pkgname=('oxygen-icons'
+ 'oxygen-icons-svg')
+pkgver=4.14.1
+pkgrel=1
+pkgdesc=The Oxygen Icon Theme
+arch=('any')
+url='http://www.oxygen-icons.org/'
+license=('LGPL')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('fdada54e868a0e4142832bbab03c2886b5d208f9')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_oxygen-icons() {
+   cd $srcdir/build
+   make DESTDIR=$pkgdir install
+}
+
+package_oxygen-icons-svg() {
+   pkgdesc=The Oxygen Icon Theme (Scalable Vector Graphics)
+   cd $srcdir/${pkgbase}-${pkgver}
+   find scalable -type f ! -name '*.sh' -exec \
+   install -D -m644 {} ${pkgdir}/usr/share/icons/oxygen/{} \;
+}



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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:06:29
  Author: svenstaro
Revision: 222178

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

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

---+
 testing-i686/PKGBUILD |   35 +++
 testing-i686/kdepimlibs.install   |   11 +++
 testing-x86_64/PKGBUILD   |   35 +++
 testing-x86_64/kdepimlibs.install |   11 +++
 4 files changed, 92 insertions(+)

Copied: kdepimlibs/repos/testing-i686/PKGBUILD (from rev 222177, 
kdepimlibs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-20 16:06:29 UTC (rev 222178)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdepimlibs
+pkgver=4.14.1
+pkgrel=1
+pkgdesc=KDE PIM Libraries
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepimlibs'
+license=('GPL' 'LGPL')
+depends=('kdelibs' 'gpgme' 'akonadi' 'libical' 'prison' 'qjson')
+makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl')
+install='kdepimlibs.install'
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('1d6459d6cf2a05d38208c4a1b419fdac08262f79')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdepimlibs/repos/testing-i686/kdepimlibs.install (from rev 222177, 
kdepimlibs/trunk/kdepimlibs.install)
===
--- testing-i686/kdepimlibs.install (rev 0)
+++ testing-i686/kdepimlibs.install 2014-09-20 16:06:29 UTC (rev 222178)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
\ No newline at end of file

Copied: kdepimlibs/repos/testing-x86_64/PKGBUILD (from rev 222177, 
kdepimlibs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-20 16:06:29 UTC (rev 222178)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdepimlibs
+pkgver=4.14.1
+pkgrel=1
+pkgdesc=KDE PIM Libraries
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepimlibs'
+license=('GPL' 'LGPL')
+depends=('kdelibs' 'gpgme' 'akonadi' 'libical' 'prison' 'qjson')
+makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl')
+install='kdepimlibs.install'
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('1d6459d6cf2a05d38208c4a1b419fdac08262f79')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdepimlibs/repos/testing-x86_64/kdepimlibs.install (from rev 222177, 
kdepimlibs/trunk/kdepimlibs.install)
===
--- testing-x86_64/kdepimlibs.install   (rev 0)
+++ testing-x86_64/kdepimlibs.install   2014-09-20 16:06:29 UTC (rev 222178)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
\ No newline at end of file



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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:06:39
  Author: svenstaro
Revision: 222181

upgpkg: oxygen-icons 4.14.1-1

kde 4.14.1

Modified:
  oxygen-icons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 16:06:37 UTC (rev 222180)
+++ PKGBUILD2014-09-20 16:06:39 UTC (rev 222181)
@@ -5,7 +5,7 @@
 pkgbase=oxygen-icons
 pkgname=('oxygen-icons'
  'oxygen-icons-svg')
-pkgver=4.14.0
+pkgver=4.14.1
 pkgrel=1
 pkgdesc=The Oxygen Icon Theme
 arch=('any')
@@ -13,7 +13,7 @@
 license=('LGPL')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('bc3d640258504c418e0445c25760b917f5f437cc')
+sha1sums=('fdada54e868a0e4142832bbab03c2886b5d208f9')
 
 build() {
cd $srcdir



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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:06:31
  Author: svenstaro
Revision: 222179

upgpkg: baloo4 4.14.1-1

kde 4.14.1

Modified:
  baloo4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 16:06:29 UTC (rev 222178)
+++ PKGBUILD2014-09-20 16:06:31 UTC (rev 222179)
@@ -3,14 +3,14 @@
 
 pkgbase=baloo4
 pkgname=('baloo4' 'baloo4-akonadi' 'libbaloo4')
-pkgver=4.14.0
-pkgrel=3
+pkgver=4.14.1
+pkgrel=1
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdelibs/baloo'
 license=('LGPL')
 makedepends=('cmake' 'automoc4' 'boost' 'kdepimlibs' 'xapian-core' 
'kfilemetadata')
 source=(http://download.kde.org/stable/${pkgver}/src/baloo-${pkgver}.tar.xz;)
-sha1sums=('6aa998d62f9f92c08a3eedc72b050fdb00e7bad0')
+sha1sums=('53355548167bcfa6d2c3d65f4fe7ab5908274bd8')
 
 prepare() {
   mkdir build



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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:07:29
  Author: svenstaro
Revision: 222186

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

Added:
  kdepim-runtime/repos/testing-i686/
  kdepim-runtime/repos/testing-i686/PKGBUILD
(from rev 222185, kdepim-runtime/trunk/PKGBUILD)
  kdepim-runtime/repos/testing-i686/kdepim-runtime.install
(from rev 222185, kdepim-runtime/trunk/kdepim-runtime.install)
  kdepim-runtime/repos/testing-x86_64/
  kdepim-runtime/repos/testing-x86_64/PKGBUILD
(from rev 222185, kdepim-runtime/trunk/PKGBUILD)
  kdepim-runtime/repos/testing-x86_64/kdepim-runtime.install
(from rev 222185, kdepim-runtime/trunk/kdepim-runtime.install)

---+
 testing-i686/PKGBUILD |   34 
 testing-i686/kdepim-runtime.install   |   13 
 testing-x86_64/PKGBUILD   |   34 
 testing-x86_64/kdepim-runtime.install |   13 
 4 files changed, 94 insertions(+)

Copied: kdepim-runtime/repos/testing-i686/PKGBUILD (from rev 222185, 
kdepim-runtime/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-20 16:07:29 UTC (rev 222186)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdepim-runtime
+pkgver=4.14.1
+pkgrel=1
+pkgdesc='Extends the functionality of kdepim'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepim-runtime'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'libkgapi' 'libkolab' 'libkfbapi' 'libaccounts-qt' 
'signon')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('4ea838c38244201b3f4a6ddcc479a680c84067d3')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR=${pkgdir} install
+}

Copied: kdepim-runtime/repos/testing-i686/kdepim-runtime.install (from rev 
222185, kdepim-runtime/trunk/kdepim-runtime.install)
===
--- testing-i686/kdepim-runtime.install (rev 0)
+++ testing-i686/kdepim-runtime.install 2014-09-20 16:07:29 UTC (rev 222186)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-mime-database usr/share/mime  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdepim-runtime/repos/testing-x86_64/PKGBUILD (from rev 222185, 
kdepim-runtime/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-20 16:07:29 UTC (rev 222186)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdepim-runtime
+pkgver=4.14.1
+pkgrel=1
+pkgdesc='Extends the functionality of kdepim'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepim-runtime'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'libkgapi' 'libkolab' 'libkfbapi' 'libaccounts-qt' 
'signon')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('4ea838c38244201b3f4a6ddcc479a680c84067d3')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR=${pkgdir} install
+}

Copied: kdepim-runtime/repos/testing-x86_64/kdepim-runtime.install (from rev 
222185, kdepim-runtime/trunk/kdepim-runtime.install)
===
--- testing-x86_64/kdepim-runtime.install   (rev 0)
+++ testing-x86_64/kdepim-runtime.install   2014-09-20 16:07:29 UTC (rev 
222186)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-mime-database usr/share/mime  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:07:25
  Author: svenstaro
Revision: 222185

upgpkg: kdepim-runtime 4.14.1-1

kde 4.14.1

Modified:
  kdepim-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 16:07:20 UTC (rev 222184)
+++ PKGBUILD2014-09-20 16:07:25 UTC (rev 222185)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdepim-runtime
-pkgver=4.14.0
-pkgrel=3
+pkgver=4.14.1
+pkgrel=1
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdepim-runtime'
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'boost')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('6cb3b92d57343872ddfc6ba24b5ebdd005126fa2')
+sha1sums=('4ea838c38244201b3f4a6ddcc479a680c84067d3')
 
 prepare() {
   mkdir build



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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:06:37
  Author: svenstaro
Revision: 222180

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

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

---+
 testing-i686/PKGBUILD |   65 
 testing-i686/baloo4.install   |   11 ++
 testing-x86_64/PKGBUILD   |   65 
 testing-x86_64/baloo4.install |   11 ++
 4 files changed, 152 insertions(+)

Copied: baloo4/repos/testing-i686/PKGBUILD (from rev 222179, 
baloo4/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-20 16:06:37 UTC (rev 222180)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=baloo4
+pkgname=('baloo4' 'baloo4-akonadi' 'libbaloo4')
+pkgver=4.14.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/baloo'
+license=('LGPL')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepimlibs' 'xapian-core' 
'kfilemetadata')
+source=(http://download.kde.org/stable/${pkgver}/src/baloo-${pkgver}.tar.xz;)
+sha1sums=('53355548167bcfa6d2c3d65f4fe7ab5908274bd8')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../baloo-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_baloo4() {
+  pkgdesc='A KDE4 framework for searching and managing metadata'
+  depends=('baloo4-akonadi')
+  replaces=('baloo')
+  conflicts=('baloo=4.14.0-1')
+  provides=('baloo')
+  install=${pkgname}.install
+
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Fix conflicts
+  rm -r 
${pkgdir}{/usr/bin/akonadi_baloo_indexer,/usr/include,/usr/lib,/usr/share/akonadi,/usr/share/kde4}
+}
+
+package_baloo4-akonadi() {
+  pkgdesc='Baloo resource for Akonadi'
+  depends=('libbaloo4')
+  conflicts=('baloo=4.14.0-1')
+
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Fix conflicts
+  rm -r 
${pkgdir}{/etc,/usr/bin/baloo*,/usr/include,/usr/lib,/usr/share/{kde4,autostart,dbus-1,icons,polkit-1}}
+}
+
+package_libbaloo4() {
+  pkgdesc='Libraries for baloo4'
+  depends=('kdepimlibs' 'xapian-core' 'kfilemetadata')
+  conflicts=('baloo=4.14.0-1')
+
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Fix conflicts
+  rm -r 
${pkgdir}{/etc,/usr/bin,/usr/share/{akonadi,autostart,dbus-1,icons,polkit-1}}
+}
+

Copied: baloo4/repos/testing-i686/baloo4.install (from rev 222179, 
baloo4/trunk/baloo4.install)
===
--- testing-i686/baloo4.install (rev 0)
+++ testing-i686/baloo4.install 2014-09-20 16:06:37 UTC (rev 222180)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: baloo4/repos/testing-x86_64/PKGBUILD (from rev 222179, 
baloo4/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-20 16:06:37 UTC (rev 222180)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=baloo4
+pkgname=('baloo4' 'baloo4-akonadi' 'libbaloo4')
+pkgver=4.14.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/baloo'
+license=('LGPL')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepimlibs' 'xapian-core' 
'kfilemetadata')
+source=(http://download.kde.org/stable/${pkgver}/src/baloo-${pkgver}.tar.xz;)
+sha1sums=('53355548167bcfa6d2c3d65f4fe7ab5908274bd8')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../baloo-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_baloo4() {
+  pkgdesc='A KDE4 framework for searching and managing metadata'
+  depends=('baloo4-akonadi')
+  replaces=('baloo')
+  conflicts=('baloo=4.14.0-1')
+  provides=('baloo')
+  install=${pkgname}.install
+
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Fix conflicts
+  rm -r 
${pkgdir}{/usr/bin/akonadi_baloo_indexer,/usr/include,/usr/lib,/usr/share/akonadi,/usr/share/kde4}
+}
+
+package_baloo4-akonadi() {
+  pkgdesc='Baloo resource for Akonadi'
+  depends=('libbaloo4')
+  conflicts=('baloo=4.14.0-1')
+
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Fix conflicts
+  rm -r 
${pkgdir}{/etc,/usr/bin/baloo*,/usr/include,/usr/lib,/usr/share/{kde4,autostart,dbus-1,icons,polkit-1}}
+}
+

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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:07:49
  Author: svenstaro
Revision: 222189

upgpkg: kdebindings-smokeqt 4.14.1-1

kde 4.14.1

Modified:
  kdebindings-smokeqt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 16:07:45 UTC (rev 222188)
+++ PKGBUILD2014-09-20 16:07:49 UTC (rev 222189)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-smokeqt
-pkgver=4.14.0
+pkgver=4.14.1
 pkgrel=1
 pkgdesc=Language independent library for Qt bindings
 url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'mesa')
 conflicts=('kdebindings-smoke')
 
source=(http://download.kde.org/stable/${pkgver}/src/smokeqt-${pkgver}.tar.xz;)
-sha1sums=('8a80669d3516bd2dd789db43556bc1072afd2b3c')
+sha1sums=('ac82ec05a34a0a842393226076c733cc7b390a5a')
 
 prepare() {
   mkdir build



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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:08:03
  Author: svenstaro
Revision: 222192

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

Added:
  libkexiv2/repos/testing-i686/
  libkexiv2/repos/testing-i686/PKGBUILD
(from rev 222191, libkexiv2/trunk/PKGBUILD)
  libkexiv2/repos/testing-x86_64/
  libkexiv2/repos/testing-x86_64/PKGBUILD
(from rev 222191, libkexiv2/trunk/PKGBUILD)

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

Copied: libkexiv2/repos/testing-i686/PKGBUILD (from rev 222191, 
libkexiv2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-20 16:08:03 UTC (rev 222192)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkexiv2
+pkgver=4.14.1
+pkgrel=1
+pkgdesc=A library to manipulate pictures metadata
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('6c4461d309253c6615e375493bbae8a50c0c1b5f')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkexiv2/repos/testing-x86_64/PKGBUILD (from rev 222191, 
libkexiv2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-20 16:08:03 UTC (rev 222192)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkexiv2
+pkgver=4.14.1
+pkgrel=1
+pkgdesc=A library to manipulate pictures metadata
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('6c4461d309253c6615e375493bbae8a50c0c1b5f')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:07:20
  Author: svenstaro
Revision: 222184

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

Added:
  kdebase-runtime/repos/testing-i686/
  kdebase-runtime/repos/testing-i686/PKGBUILD
(from rev 222183, kdebase-runtime/trunk/PKGBUILD)
  kdebase-runtime/repos/testing-i686/kdebase-runtime.install
(from rev 222183, kdebase-runtime/trunk/kdebase-runtime.install)
  kdebase-runtime/repos/testing-x86_64/
  kdebase-runtime/repos/testing-x86_64/PKGBUILD
(from rev 222183, kdebase-runtime/trunk/PKGBUILD)
  kdebase-runtime/repos/testing-x86_64/kdebase-runtime.install
(from rev 222183, kdebase-runtime/trunk/kdebase-runtime.install)

+
 testing-i686/PKGBUILD  |   52 +++
 testing-i686/kdebase-runtime.install   |   13 +++
 testing-x86_64/PKGBUILD|   52 +++
 testing-x86_64/kdebase-runtime.install |   13 +++
 4 files changed, 130 insertions(+)

Copied: kdebase-runtime/repos/testing-i686/PKGBUILD (from rev 222183, 
kdebase-runtime/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-20 16:07:20 UTC (rev 222184)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdebase-runtime
+pkgver=4.14.1
+pkgrel=1
+pkgdesc=Plugins and applications necessary for the running of KDE 
applications
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kde-runtime'
+license=('GPL' 'LGPL')
+depends=(kdelibs=${pkgver} 'kactivities' 'libkactivities4' 'smbclient' 
'libssh' 'libcanberra'
+ 'oxygen-icons' 'xorg-xauth' 'libwebp')
+makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen'
+ 'networkmanager' 'boost')
+optdepends=('kdepimlibs: needed by DrKonqi to send crash reports to KDE.org'
+'gdb: needed by DrKonqi to generate backtrace'
+'htdig: to build the search index in the KHelpCenter'
+'rarian: needed by KHelpCenter')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
+sha1sums=('c928a7f1f5ec6a2c192e07db4e01ea2a439fe1e3')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kde-runtime-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_QNtrack=OFF \
+-DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0 \
+-DWITH_NepomukCore=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+  rm ${pkgdir}/usr/share/icons/hicolor/index.theme
+
+  ln -sf /usr/lib/kde4/libexec/kdesu ${pkgdir}/usr/bin/
+
+  # FS#36668
+  chown :nobody ${pkgdir}/usr/lib/kde4/libexec/kdesud
+  chmod g+s ${pkgdir}/usr/lib/kde4/libexec/kdesud
+}

Copied: kdebase-runtime/repos/testing-i686/kdebase-runtime.install (from rev 
222183, kdebase-runtime/trunk/kdebase-runtime.install)
===
--- testing-i686/kdebase-runtime.install(rev 0)
+++ testing-i686/kdebase-runtime.install2014-09-20 16:07:20 UTC (rev 
222184)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-mime-database usr/share/mime  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdebase-runtime/repos/testing-x86_64/PKGBUILD (from rev 222183, 
kdebase-runtime/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-20 16:07:20 UTC (rev 222184)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdebase-runtime
+pkgver=4.14.1
+pkgrel=1
+pkgdesc=Plugins and applications necessary for the running of KDE 
applications
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kde-runtime'
+license=('GPL' 'LGPL')
+depends=(kdelibs=${pkgver} 'kactivities' 'libkactivities4' 'smbclient' 
'libssh' 'libcanberra'
+ 'oxygen-icons' 'xorg-xauth' 'libwebp')
+makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen'
+ 'networkmanager' 'boost')
+optdepends=('kdepimlibs: needed by DrKonqi to send crash reports to KDE.org'
+'gdb: needed by DrKonqi to generate backtrace'
+'htdig: to build the search index in the KHelpCenter'
+'rarian: needed by KHelpCenter')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)

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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:08:16
  Author: svenstaro
Revision: 222195

upgpkg: kdebindings-python 4.14.1-1

kde 4.14.1

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 16:08:13 UTC (rev 222194)
+++ PKGBUILD2014-09-20 16:08:16 UTC (rev 222195)
@@ -5,7 +5,7 @@
 pkgname=('kdebindings-python'
  'kdebindings-python2'
  'kdebindings-python-common')
-pkgver=4.14.0
+pkgver=4.14.1
 pkgrel=1
 url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt4'
  'python-pyqt4' 'qscintilla' 'python2-sip' 'python-sip' 'mesa')
 source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;)
-sha1sums=('e57d42ca4d6889877e56a24596d892f5b74a316e')
+sha1sums=('39e976e8857d9bc5cc58332ff194cb7042253665')
 
 prepare() {
   mkdir build



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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:08:13
  Author: svenstaro
Revision: 222194

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

Added:
  kdegraphics-okular/repos/testing-i686/
  kdegraphics-okular/repos/testing-i686/PKGBUILD
(from rev 222193, kdegraphics-okular/trunk/PKGBUILD)
  kdegraphics-okular/repos/testing-i686/kdegraphics-okular.install
(from rev 222193, kdegraphics-okular/trunk/kdegraphics-okular.install)
  kdegraphics-okular/repos/testing-x86_64/
  kdegraphics-okular/repos/testing-x86_64/PKGBUILD
(from rev 222193, kdegraphics-okular/trunk/PKGBUILD)
  kdegraphics-okular/repos/testing-x86_64/kdegraphics-okular.install
(from rev 222193, kdegraphics-okular/trunk/kdegraphics-okular.install)

---+
 testing-i686/PKGBUILD |   37 
 testing-i686/kdegraphics-okular.install   |   12 +
 testing-x86_64/PKGBUILD   |   37 
 testing-x86_64/kdegraphics-okular.install |   12 +
 4 files changed, 98 insertions(+)

Copied: kdegraphics-okular/repos/testing-i686/PKGBUILD (from rev 222193, 
kdegraphics-okular/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-20 16:08:13 UTC (rev 222194)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-okular
+pkgver=4.14.1
+pkgrel=1
+pkgdesc='Document Viewer'
+arch=('i686' 'x86_64')
+url=http://kde.org/applications/graphics/okular/;
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime' 'qimageblitz' 'chmlib' 'djvulibre' 'libspectre'
+ 'libkexiv2' 'poppler-qt4')
+makedepends=('cmake' 'automoc4' 'ebook-tools')
+optdepends=('ebook-tools: mobi and epub support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/okular-${pkgver}.tar.xz;)
+sha1sums=('2c72f2b3f21adef097776f3152330a6b6513')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../okular-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_ActiveApp=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegraphics-okular/repos/testing-i686/kdegraphics-okular.install (from 
rev 222193, kdegraphics-okular/trunk/kdegraphics-okular.install)
===
--- testing-i686/kdegraphics-okular.install (rev 0)
+++ testing-i686/kdegraphics-okular.install 2014-09-20 16:08:13 UTC (rev 
222194)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegraphics-okular/repos/testing-x86_64/PKGBUILD (from rev 222193, 
kdegraphics-okular/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-20 16:08:13 UTC (rev 222194)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-okular
+pkgver=4.14.1
+pkgrel=1
+pkgdesc='Document Viewer'
+arch=('i686' 'x86_64')
+url=http://kde.org/applications/graphics/okular/;
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime' 'qimageblitz' 'chmlib' 'djvulibre' 'libspectre'
+ 'libkexiv2' 'poppler-qt4')
+makedepends=('cmake' 'automoc4' 'ebook-tools')
+optdepends=('ebook-tools: mobi and epub support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/okular-${pkgver}.tar.xz;)
+sha1sums=('2c72f2b3f21adef097776f3152330a6b6513')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../okular-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_ActiveApp=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegraphics-okular/repos/testing-x86_64/kdegraphics-okular.install 
(from rev 222193, kdegraphics-okular/trunk/kdegraphics-okular.install)
===
--- testing-x86_64/kdegraphics-okular.install   (rev 0)
+++ testing-x86_64/kdegraphics-okular.install   2014-09-20 16:08:13 UTC (rev 
222194)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:08:22
  Author: svenstaro
Revision: 222196

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

Added:
  kdebindings-python/repos/testing-i686/
  kdebindings-python/repos/testing-i686/PKGBUILD
(from rev 222195, kdebindings-python/trunk/PKGBUILD)
  kdebindings-python/repos/testing-i686/sip-4.15.5.patch
(from rev 222195, kdebindings-python/trunk/sip-4.15.5.patch)
  kdebindings-python/repos/testing-x86_64/
  kdebindings-python/repos/testing-x86_64/PKGBUILD
(from rev 222195, kdebindings-python/trunk/PKGBUILD)
  kdebindings-python/repos/testing-x86_64/sip-4.15.5.patch
(from rev 222195, kdebindings-python/trunk/sip-4.15.5.patch)

-+
 testing-i686/PKGBUILD   |   96 ++
 testing-i686/sip-4.15.5.patch   |   12 
 testing-x86_64/PKGBUILD |   96 ++
 testing-x86_64/sip-4.15.5.patch |   12 
 4 files changed, 216 insertions(+)

Copied: kdebindings-python/repos/testing-i686/PKGBUILD (from rev 222195, 
kdebindings-python/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-20 16:08:22 UTC (rev 222196)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=kdebindings-python
+pkgname=('kdebindings-python'
+ 'kdebindings-python2'
+ 'kdebindings-python-common')
+pkgver=4.14.1
+pkgrel=1
+url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt4'
+ 'python-pyqt4' 'qscintilla' 'python2-sip' 'python-sip' 'mesa')
+source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;)
+sha1sums=('39e976e8857d9bc5cc58332ff194cb7042253665')
+
+prepare() {
+  mkdir build
+
+  cd pykde4-${pkgver}
+}
+
+build() {
+  export PYTHONDONTWRITEBYTECODE=TRUE
+
+  cd build
+  cmake ../pykde4-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python3 \
+-DPYTHON_LIBRARY=/usr/lib/libpython3.4m.so.1.0 \
+-DPYKDEUIC4_ALTINSTALL=TRUE \
+-DWITH_Nepomuk=OFF \
+-DWITH_Soprano=OFF
+  make
+  cd ..
+
+  mkdir build-python2
+  cd build-python2
+  cmake ../pykde4-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DPYKDEUIC4_ALTINSTALL=TRUE \
+-DWITH_Nepomuk=OFF \
+-DWITH_Soprano=OFF
+  make
+}
+
+package_kdebindings-python() {
+  pkgdesc=A set of Python 3.x bindings for KDE
+  depends=('kdepim-runtime' 'python-pyqt4' 'kdebindings-python-common')
+
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+
+  # Provided by kdebindings-python-common
+  rm -r ${pkgdir}/usr/share/apps/pykde4/examples
+  rm -r ${pkgdir}/usr/share/sip/PyKDE4
+
+  ln -s /usr/bin/pykdeuic4-3.4 ${pkgdir}/usr/bin/pykdeuic4
+}
+
+package_kdebindings-python2() {
+  pkgdesc=A set of Python 2.x bindings for KDE
+  depends=('kdepim-runtime' 'python2-pyqt4' 'kdebindings-python-common')
+  conflicts=('kdebindings-python4.8.1-2')
+
+  cd ${srcdir}/build-python2
+  make DESTDIR=${pkgdir} install
+
+  # Provided by kdebindings-python-common
+  rm -r ${pkgdir}/usr/share/apps/pykde4/examples
+  rm -r ${pkgdir}/usr/share/sip/PyKDE4
+
+  # pykdeuic4 should point to the python3 version
+  #rm ${pkgdir}/usr/bin/pykdeuic4
+
+  # Use the python2 executable
+  find ${pkgdir} -name '*.py' | xargs sed -i 's|#!/usr/bin/env 
python|#!/usr/bin/env python2|'
+}
+
+package_kdebindings-python-common() {
+  pkgdesc=Common files shared between python2 and python3 kdebindings
+  depends=('qscintilla')
+  conflicts=('kdebindings-python4.8.1-2')
+
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  rm -r ${pkgdir}/usr/{bin,lib}
+}

Copied: kdebindings-python/repos/testing-i686/sip-4.15.5.patch (from rev 
222195, kdebindings-python/trunk/sip-4.15.5.patch)
===
--- testing-i686/sip-4.15.5.patch   (rev 0)
+++ testing-i686/sip-4.15.5.patch   2014-09-20 16:08:22 UTC (rev 222196)
@@ -0,0 +1,12 @@
+diff -up pykde4-4.12.3/sip/phonon/backendcapabilities.sip.sip4_15_5 
pykde4-4.12.3/sip/phonon/backendcapabilities.sip
+--- pykde4-4.12.3/sip/phonon/backendcapabilities.sip.sip4_15_5  2014-01-18 
13:18:35.0 -0600
 pykde4-4.12.3/sip/phonon/backendcapabilities.sip2014-03-16 
16:56:36.865132943 -0500
+@@ -26,7 +26,7 @@ namespace Phonon
+ {
+ namespace BackendCapabilities
+ {
+-class Notifier : QObject /NoDefaultCtors,PyQt4NoQMetaObject/
++class Notifier : QObject /NoDefaultCtors,PyQtNoQMetaObject/
+ {
+ 
+ signals:

Copied: 

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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:07:55
  Author: svenstaro
Revision: 222190

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

Added:
  kdebindings-smokeqt/repos/testing-i686/
  kdebindings-smokeqt/repos/testing-i686/PKGBUILD
(from rev 222189, kdebindings-smokeqt/trunk/PKGBUILD)
  kdebindings-smokeqt/repos/testing-x86_64/
  kdebindings-smokeqt/repos/testing-x86_64/PKGBUILD
(from rev 222189, kdebindings-smokeqt/trunk/PKGBUILD)

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

Copied: kdebindings-smokeqt/repos/testing-i686/PKGBUILD (from rev 222189, 
kdebindings-smokeqt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-20 16:07:55 UTC (rev 222190)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-smokeqt
+pkgver=4.14.1
+pkgrel=1
+pkgdesc=Language independent library for Qt bindings
+url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokegen' 'qimageblitz' 'qscintilla')
+makedepends=('cmake' 'automoc4' 'mesa')
+conflicts=('kdebindings-smoke')
+source=(http://download.kde.org/stable/${pkgver}/src/smokeqt-${pkgver}.tar.xz;)
+sha1sums=('ac82ec05a34a0a842393226076c733cc7b390a5a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../smokeqt-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_Qwt5=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdebindings-smokeqt/repos/testing-x86_64/PKGBUILD (from rev 222189, 
kdebindings-smokeqt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-20 16:07:55 UTC (rev 222190)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-smokeqt
+pkgver=4.14.1
+pkgrel=1
+pkgdesc=Language independent library for Qt bindings
+url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokegen' 'qimageblitz' 'qscintilla')
+makedepends=('cmake' 'automoc4' 'mesa')
+conflicts=('kdebindings-smoke')
+source=(http://download.kde.org/stable/${pkgver}/src/smokeqt-${pkgver}.tar.xz;)
+sha1sums=('ac82ec05a34a0a842393226076c733cc7b390a5a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../smokeqt-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_Qwt5=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:07:31
  Author: svenstaro
Revision: 222187

upgpkg: kdebindings-smokegen 4.14.1-1

kde 4.14.1

Modified:
  kdebindings-smokegen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 16:07:29 UTC (rev 222186)
+++ PKGBUILD2014-09-20 16:07:31 UTC (rev 222187)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-smokegen
-pkgver=4.14.0
+pkgver=4.14.1
 pkgrel=1
 pkgdesc=A general purpose C++ parser with a plugin infrastructure
 url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokegen;
@@ -12,7 +12,7 @@
 makedepends=('cmake' 'automoc4')
 conflicts=('kdebindings-smoke')
 
source=(http://download.kde.org/stable/${pkgver}/src/smokegen-${pkgver}.tar.xz;)
-sha1sums=('1a1ba4b092e4f16cde8d048d4c13db59b51e6e0b')
+sha1sums=('aeb50246081fffe3afd929d2889377c4fe7178ef')
 
 build() {
   cd ${srcdir}



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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:07:45
  Author: svenstaro
Revision: 222188

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

Added:
  kdebindings-smokegen/repos/testing-i686/
  kdebindings-smokegen/repos/testing-i686/PKGBUILD
(from rev 222187, kdebindings-smokegen/trunk/PKGBUILD)
  kdebindings-smokegen/repos/testing-x86_64/
  kdebindings-smokegen/repos/testing-x86_64/PKGBUILD
(from rev 222187, kdebindings-smokegen/trunk/PKGBUILD)

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

Copied: kdebindings-smokegen/repos/testing-i686/PKGBUILD (from rev 222187, 
kdebindings-smokegen/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-20 16:07:45 UTC (rev 222188)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-smokegen
+pkgver=4.14.1
+pkgrel=1
+pkgdesc=A general purpose C++ parser with a plugin infrastructure
+url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokegen;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdebindings-smoke')
+source=(http://download.kde.org/stable/${pkgver}/src/smokegen-${pkgver}.tar.xz;)
+sha1sums=('aeb50246081fffe3afd929d2889377c4fe7178ef')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../smokegen-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdebindings-smokegen/repos/testing-x86_64/PKGBUILD (from rev 222187, 
kdebindings-smokegen/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-20 16:07:45 UTC (rev 222188)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-smokegen
+pkgver=4.14.1
+pkgrel=1
+pkgdesc=A general purpose C++ parser with a plugin infrastructure
+url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokegen;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdebindings-smoke')
+source=(http://download.kde.org/stable/${pkgver}/src/smokegen-${pkgver}.tar.xz;)
+sha1sums=('aeb50246081fffe3afd929d2889377c4fe7178ef')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../smokegen-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:08:07
  Author: svenstaro
Revision: 222193

upgpkg: kdegraphics-okular 4.14.1-1

kde 4.14.1

Modified:
  kdegraphics-okular/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 16:08:03 UTC (rev 222192)
+++ PKGBUILD2014-09-20 16:08:07 UTC (rev 222193)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-okular
-pkgver=4.14.0
+pkgver=4.14.1
 pkgrel=1
 pkgdesc='Document Viewer'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 optdepends=('ebook-tools: mobi and epub support')
 install=${pkgname}.install
 source=(http://download.kde.org/stable/${pkgver}/src/okular-${pkgver}.tar.xz;)
-sha1sums=('79db983bacb25f7a685685614277b63a9e341ca1')
+sha1sums=('2c72f2b3f21adef097776f3152330a6b6513')
 
 prepare() {
   mkdir build



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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:08:36
  Author: svenstaro
Revision: 222198

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

Added:
  kdesdk-kate/repos/testing-i686/
  kdesdk-kate/repos/testing-i686/PKGBUILD
(from rev 222197, kdesdk-kate/trunk/PKGBUILD)
  kdesdk-kate/repos/testing-i686/kdebase-katepart.install
(from rev 222197, kdesdk-kate/trunk/kdebase-katepart.install)
  kdesdk-kate/repos/testing-i686/kdebase-kwrite.install
(from rev 222197, kdesdk-kate/trunk/kdebase-kwrite.install)
  kdesdk-kate/repos/testing-i686/kdesdk-kate.install
(from rev 222197, kdesdk-kate/trunk/kdesdk-kate.install)
  kdesdk-kate/repos/testing-i686/pkgbuild-syntax-highlight.patch
(from rev 222197, kdesdk-kate/trunk/pkgbuild-syntax-highlight.patch)
  kdesdk-kate/repos/testing-x86_64/
  kdesdk-kate/repos/testing-x86_64/PKGBUILD
(from rev 222197, kdesdk-kate/trunk/PKGBUILD)
  kdesdk-kate/repos/testing-x86_64/kdebase-katepart.install
(from rev 222197, kdesdk-kate/trunk/kdebase-katepart.install)
  kdesdk-kate/repos/testing-x86_64/kdebase-kwrite.install
(from rev 222197, kdesdk-kate/trunk/kdebase-kwrite.install)
  kdesdk-kate/repos/testing-x86_64/kdesdk-kate.install
(from rev 222197, kdesdk-kate/trunk/kdesdk-kate.install)
  kdesdk-kate/repos/testing-x86_64/pkgbuild-syntax-highlight.patch
(from rev 222197, kdesdk-kate/trunk/pkgbuild-syntax-highlight.patch)

+
 testing-i686/PKGBUILD  |   75 +++
 testing-i686/kdebase-katepart.install  |   11 +++
 testing-i686/kdebase-kwrite.install|   12 +++
 testing-i686/kdesdk-kate.install   |   13 +++
 testing-i686/pkgbuild-syntax-highlight.patch   |   11 +++
 testing-x86_64/PKGBUILD|   75 +++
 testing-x86_64/kdebase-katepart.install|   11 +++
 testing-x86_64/kdebase-kwrite.install  |   12 +++
 testing-x86_64/kdesdk-kate.install |   13 +++
 testing-x86_64/pkgbuild-syntax-highlight.patch |   11 +++
 10 files changed, 244 insertions(+)

Copied: kdesdk-kate/repos/testing-i686/PKGBUILD (from rev 222197, 
kdesdk-kate/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-20 16:08:36 UTC (rev 222198)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=kdesdk-kate
+pkgname=('kdebase-katepart'
+ 'kdebase-kwrite'
+ 'kdesdk-kate')
+pkgver=4.14.1
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+makedepends=('kdelibs ''cmake' 'automoc4' 'kdebindings-python')
+source=(http://download.kde.org/stable/${pkgver}/src/kate-${pkgver}.tar.xz;
+'pkgbuild-syntax-highlight.patch')
+sha1sums=('0a159a8e9e7a45f6c42d0f03db59fa2bd0eeab38'
+  '80c324c9db81c07a02374e7a092d75e0bdd6b4ea')
+
+prepare() {
+  mkdir build
+
+  cd kate-${pkgver}
+  patch -p1 -i ${srcdir}/pkgbuild-syntax-highlight.patch
+}
+
+build() {
+  cd build
+  cmake ../kate-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_kdebase-katepart() {
+  pkgdesc=A fast and feature-rich text editor component
+  depends=('kdelibs')
+  url=http://kate-editor.org/about-katepart/;
+  install='kdebase-katepart.install'
+
+  cd build/part
+  make DESTDIR=${pkgdir} install
+}
+
+package_kdebase-kwrite() {
+  pkgdesc=Text Editor
+  depends=('kdebase-runtime' 'kdebase-katepart')
+  groups=('kde' 'kdebase')
+  url=http://www.kde.org/applications/utilities/kwrite/;
+  install='kdebase-kwrite.install'
+
+  cd build/kwrite
+  make DESTDIR=${pkgdir} install
+
+  cd ../../build/doc/kwrite
+  make DESTDIR=${pkgdir} install
+}
+
+package_kdesdk-kate() {
+  pkgdesc=Advanced Text Editor
+  depends=('kdebase-runtime' 'kdebase-katepart' 'qjson')
+  groups=('kde' 'kdesdk')
+  url=http://www.kde.org/applications/utilities/kate/;
+  install='kdesdk-kate.install'
+  optdepends=('kdebase-konsole: open a terminal in Kate'
+  'kdebindings-python: python bindings')
+
+  cd build/kate
+  make DESTDIR=${pkgdir} install
+
+  cd ../../build/doc/kate
+  make DESTDIR=${pkgdir} install
+
+  cd ../../../build/addons
+  make DESTDIR=${pkgdir} install
+}

Copied: kdesdk-kate/repos/testing-i686/kdebase-katepart.install (from rev 
222197, kdesdk-kate/trunk/kdebase-katepart.install)
===
--- testing-i686/kdebase-katepart.install   (rev 0)
+++ testing-i686/kdebase-katepart.install   2014-09-20 16:08:36 UTC (rev 
222198)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdesdk-kate/repos/testing-i686/kdebase-kwrite.install 

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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:07:58
  Author: svenstaro
Revision: 222191

upgpkg: libkexiv2 4.14.1-1

kde 4.14.1

Modified:
  libkexiv2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 16:07:55 UTC (rev 222190)
+++ PKGBUILD2014-09-20 16:07:58 UTC (rev 222191)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkexiv2
-pkgver=4.14.0
+pkgver=4.14.1
 pkgrel=1
 pkgdesc=A library to manipulate pictures metadata
 url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2;
@@ -13,7 +13,7 @@
 replaces=('kdegraphics-libs')
 conflicts=('kdegraphics-libs')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('46194d6138b87396d5bab2ee4d20f404c975405f')
+sha1sums=('6c4461d309253c6615e375493bbae8a50c0c1b5f')
 
 build() {
   cd ${srcdir}



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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:08:27
  Author: svenstaro
Revision: 222197

upgpkg: kdesdk-kate 4.14.1-1

kde 4.14.1

Modified:
  kdesdk-kate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 16:08:22 UTC (rev 222196)
+++ PKGBUILD2014-09-20 16:08:27 UTC (rev 222197)
@@ -5,14 +5,14 @@
 pkgname=('kdebase-katepart'
  'kdebase-kwrite'
  'kdesdk-kate')
-pkgver=4.14.0
-pkgrel=2
+pkgver=4.14.1
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 makedepends=('kdelibs ''cmake' 'automoc4' 'kdebindings-python')
 source=(http://download.kde.org/stable/${pkgver}/src/kate-${pkgver}.tar.xz;
 'pkgbuild-syntax-highlight.patch')
-sha1sums=('3b8bead7f5cbfa754ba31f27ddcf6f330decf4d3'
+sha1sums=('0a159a8e9e7a45f6c42d0f03db59fa2bd0eeab38'
   '80c324c9db81c07a02374e7a092d75e0bdd6b4ea')
 
 prepare() {



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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:08:41
  Author: svenstaro
Revision: 222199

upgpkg: kdebindings-smokekde 4.14.1-1

kde 4.14.1

Modified:
  kdebindings-smokekde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 16:08:36 UTC (rev 222198)
+++ PKGBUILD2014-09-20 16:08:41 UTC (rev 222199)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-smokekde
-pkgver=4.14.0
+pkgver=4.14.1
 pkgrel=1
 pkgdesc=Language independent library for KDE bindings
 url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokekde;
@@ -18,7 +18,7 @@
 'kdepimlibs: akonadi bindings')
 conflicts=('kdebindings-smoke')
 
source=(http://download.kde.org/stable/${pkgver}/src/smokekde-${pkgver}.tar.xz;)
-sha1sums=('890d14358d182e35384e3854a6cb82101889381f')
+sha1sums=('a3c396a930a0ec8901a11d853d313e4e3c584179')
 
 prepare() {
   mkdir build



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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:08:49
  Author: svenstaro
Revision: 00

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

Added:
  kdebindings-smokekde/repos/testing-i686/
  kdebindings-smokekde/repos/testing-i686/PKGBUILD
(from rev 222199, kdebindings-smokekde/trunk/PKGBUILD)
  kdebindings-smokekde/repos/testing-x86_64/
  kdebindings-smokekde/repos/testing-x86_64/PKGBUILD
(from rev 222199, kdebindings-smokekde/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   41 +
 testing-x86_64/PKGBUILD |   41 +
 2 files changed, 82 insertions(+)

Copied: kdebindings-smokekde/repos/testing-i686/PKGBUILD (from rev 222199, 
kdebindings-smokekde/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-20 16:08:49 UTC (rev 00)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-smokekde
+pkgver=4.14.1
+pkgrel=1
+pkgdesc=Language independent library for KDE bindings
+url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokekde;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
+ 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate'
+ 'mesa')
+optdepends=('kdesdk-kate: Kate bindings'
+'kdegraphics-okular: Okular bindings'
+'kdepimlibs: akonadi bindings')
+conflicts=('kdebindings-smoke')
+source=(http://download.kde.org/stable/${pkgver}/src/smokekde-${pkgver}.tar.xz;)
+sha1sums=('a3c396a930a0ec8901a11d853d313e4e3c584179')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../smokekde-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_Nepomuk=OFF \
+-DWITH_Soprano=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdebindings-smokekde/repos/testing-x86_64/PKGBUILD (from rev 222199, 
kdebindings-smokekde/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-20 16:08:49 UTC (rev 00)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-smokekde
+pkgver=4.14.1
+pkgrel=1
+pkgdesc=Language independent library for KDE bindings
+url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokekde;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
+ 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate'
+ 'mesa')
+optdepends=('kdesdk-kate: Kate bindings'
+'kdegraphics-okular: Okular bindings'
+'kdepimlibs: akonadi bindings')
+conflicts=('kdebindings-smoke')
+source=(http://download.kde.org/stable/${pkgver}/src/smokekde-${pkgver}.tar.xz;)
+sha1sums=('a3c396a930a0ec8901a11d853d313e4e3c584179')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../smokekde-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_Nepomuk=OFF \
+-DWITH_Soprano=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:09:00
  Author: svenstaro
Revision: 03

upgpkg: kdebindings-qyoto 4.14.1-1

kde 4.14.1

Modified:
  kdebindings-qyoto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 16:08:57 UTC (rev 02)
+++ PKGBUILD2014-09-20 16:09:00 UTC (rev 03)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-qyoto
-pkgver=4.14.0
+pkgver=4.14.1
 pkgrel=1
 pkgdesc=.NET/Mono bindings for the Qt libraries
 url=https://projects.kde.org/projects/kde/kdebindings/csharp/qyoto;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
 conflicts=('kdebindings-csharp')
 source=(http://download.kde.org/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
-sha1sums=('7d9e1a814110603f7c9361251ba105a727b3f818')
+sha1sums=('e82ee2138acff77b7f8c6507eed5f520b80f6479')
 
 build() {
   mkdir build



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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:08:57
  Author: svenstaro
Revision: 02

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

Added:
  kdebindings-perlqt/repos/testing-i686/
  kdebindings-perlqt/repos/testing-i686/PKGBUILD
(from rev 01, kdebindings-perlqt/trunk/PKGBUILD)
  kdebindings-perlqt/repos/testing-x86_64/
  kdebindings-perlqt/repos/testing-x86_64/PKGBUILD
(from rev 01, kdebindings-perlqt/trunk/PKGBUILD)

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

Copied: kdebindings-perlqt/repos/testing-i686/PKGBUILD (from rev 01, 
kdebindings-perlqt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-20 16:08:57 UTC (rev 02)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-perlqt
+pkgver=4.14.1
+pkgrel=1
+pkgdesc=Perl bindings for the Qt libraries
+url=https://projects.kde.org/projects/kde/kdebindings/perl/perlqt;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt' 'perl-list-moreutils')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
+source=(http://download.kde.org/stable/${pkgver}/src/perlqt-${pkgver}.tar.xz;)
+sha1sums=('b0d0fb6268e08c385b271580793ccf4b7c954573')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../perlqt-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdebindings-perlqt/repos/testing-x86_64/PKGBUILD (from rev 01, 
kdebindings-perlqt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-20 16:08:57 UTC (rev 02)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-perlqt
+pkgver=4.14.1
+pkgrel=1
+pkgdesc=Perl bindings for the Qt libraries
+url=https://projects.kde.org/projects/kde/kdebindings/perl/perlqt;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt' 'perl-list-moreutils')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
+source=(http://download.kde.org/stable/${pkgver}/src/perlqt-${pkgver}.tar.xz;)
+sha1sums=('b0d0fb6268e08c385b271580793ccf4b7c954573')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../perlqt-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:08:52
  Author: svenstaro
Revision: 01

upgpkg: kdebindings-perlqt 4.14.1-1

kde 4.14.1

Modified:
  kdebindings-perlqt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 16:08:49 UTC (rev 00)
+++ PKGBUILD2014-09-20 16:08:52 UTC (rev 01)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-perlqt
-pkgver=4.14.0
+pkgver=4.14.1
 pkgrel=1
 pkgdesc=Perl bindings for the Qt libraries
 url=https://projects.kde.org/projects/kde/kdebindings/perl/perlqt;
@@ -12,7 +12,7 @@
 depends=('kdebindings-smokeqt' 'perl-list-moreutils')
 makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
 source=(http://download.kde.org/stable/${pkgver}/src/perlqt-${pkgver}.tar.xz;)
-sha1sums=('9ad2690b8c87c2c7885a4963373a46a6ffeebff9')
+sha1sums=('b0d0fb6268e08c385b271580793ccf4b7c954573')
 
 build() {
   mkdir build



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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:09:34
  Author: svenstaro
Revision: 11

upgpkg: kdebase 4.14.1-1

kde 4.14.1

Modified:
  kdebase/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 16:09:31 UTC (rev 10)
+++ PKGBUILD2014-09-20 16:09:34 UTC (rev 11)
@@ -12,7 +12,7 @@
  'kdebase-konqueror'
  'kdebase-lib'
  'kdebase-plasma')
-pkgver=4.14.0
+pkgver=4.14.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -20,7 +20,7 @@
 groups=('kde' 'kdebase')
 makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml' 'baloo4-widgets')
 
source=(http://download.kde.org/stable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
-sha1sums=('9f0c7cda0ec0ca6fbe41696a753679f3e158fec2')
+sha1sums=('a9dd7b4f4f50a0c4e8fed9c2493cd2cbe8b64101')
 
 prepare() {
   mkdir build



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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:09:26
  Author: svenstaro
Revision: 09

upgpkg: baloo4-widgets 4.14.1-1

kde 4.14.1

Modified:
  baloo4-widgets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 16:09:23 UTC (rev 08)
+++ PKGBUILD2014-09-20 16:09:26 UTC (rev 09)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=baloo4-widgets
-pkgver=4.14.0
+pkgver=4.14.1
 pkgrel=1
 pkgdesc=Widgets for Baloo
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 conflicts=('baloo-widgets')
 replaces=('baloo-widgets')
 
source=(http://download.kde.org/stable/${pkgver}/src/baloo-widgets-${pkgver}.tar.xz;)
-sha1sums=('da412f5f9c812d42fa658eb5723b0bebc7b42960')
+sha1sums=('98e33e3b3dbaea101d3b9f91a9e335d6363e9bad')
 
 prepare() {
   mkdir build



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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:09:15
  Author: svenstaro
Revision: 06

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

Added:
  kdebindings-qtruby/repos/testing-i686/
  kdebindings-qtruby/repos/testing-i686/PKGBUILD
(from rev 05, kdebindings-qtruby/trunk/PKGBUILD)
  kdebindings-qtruby/repos/testing-x86_64/
  kdebindings-qtruby/repos/testing-x86_64/PKGBUILD
(from rev 05, kdebindings-qtruby/trunk/PKGBUILD)

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

Copied: kdebindings-qtruby/repos/testing-i686/PKGBUILD (from rev 05, 
kdebindings-qtruby/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-20 16:09:15 UTC (rev 06)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qtruby
+pkgver=4.14.1
+pkgrel=1
+pkgdesc=Ruby bindings for the Qt libraries
+url=https://projects.kde.org/projects/kde/kdebindings/ruby/qtruby;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt' 'ruby')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
+conflicts=('kdebindings-ruby')
+source=(http://download.kde.org/stable/${pkgver}/src/qtruby-${pkgver}.tar.xz;)
+sha1sums=('785213e717b1d2c6f97feb5174e42443473ce8d4')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../qtruby-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorlibdir]') \
+-DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorarchdir]')
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdebindings-qtruby/repos/testing-x86_64/PKGBUILD (from rev 05, 
kdebindings-qtruby/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-20 16:09:15 UTC (rev 06)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qtruby
+pkgver=4.14.1
+pkgrel=1
+pkgdesc=Ruby bindings for the Qt libraries
+url=https://projects.kde.org/projects/kde/kdebindings/ruby/qtruby;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt' 'ruby')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
+conflicts=('kdebindings-ruby')
+source=(http://download.kde.org/stable/${pkgver}/src/qtruby-${pkgver}.tar.xz;)
+sha1sums=('785213e717b1d2c6f97feb5174e42443473ce8d4')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../qtruby-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorlibdir]') \
+-DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorarchdir]')
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:09:08
  Author: svenstaro
Revision: 04

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

Added:
  kdebindings-qyoto/repos/testing-i686/
  kdebindings-qyoto/repos/testing-i686/PKGBUILD
(from rev 03, kdebindings-qyoto/trunk/PKGBUILD)
  kdebindings-qyoto/repos/testing-x86_64/
  kdebindings-qyoto/repos/testing-x86_64/PKGBUILD
(from rev 03, kdebindings-qyoto/trunk/PKGBUILD)

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

Copied: kdebindings-qyoto/repos/testing-i686/PKGBUILD (from rev 03, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-20 16:09:08 UTC (rev 04)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.14.1
+pkgrel=1
+pkgdesc=.NET/Mono bindings for the Qt libraries
+url=https://projects.kde.org/projects/kde/kdebindings/csharp/qyoto;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt' 'mono')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
+conflicts=('kdebindings-csharp')
+source=(http://download.kde.org/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('e82ee2138acff77b7f8c6507eed5f520b80f6479')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdebindings-qyoto/repos/testing-x86_64/PKGBUILD (from rev 03, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-20 16:09:08 UTC (rev 04)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.14.1
+pkgrel=1
+pkgdesc=.NET/Mono bindings for the Qt libraries
+url=https://projects.kde.org/projects/kde/kdebindings/csharp/qyoto;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt' 'mono')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
+conflicts=('kdebindings-csharp')
+source=(http://download.kde.org/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('e82ee2138acff77b7f8c6507eed5f520b80f6479')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in kde-base-artwork/repos (testing-any testing-any/PKGBUILD)

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:09:23
  Author: svenstaro
Revision: 08

archrelease: copy trunk to testing-any

Added:
  kde-base-artwork/repos/testing-any/
  kde-base-artwork/repos/testing-any/PKGBUILD
(from rev 07, kde-base-artwork/trunk/PKGBUILD)

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

Copied: kde-base-artwork/repos/testing-any/PKGBUILD (from rev 07, 
kde-base-artwork/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-09-20 16:09:23 UTC (rev 08)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kde-base-artwork
+pkgver=4.14.1
+pkgrel=1
+pkgdesc=KDE KSplash theme
+arch=('any')
+url='http://www.kde.org/'
+license=('LGPL')
+makedepends=('kdelibs' 'cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('c1bb00b57d81454b4fdfa63a84f7cbfbcde67f1d')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd $srcdir/build
+   make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in kde-base-artwork/trunk (PKGBUILD)

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:09:18
  Author: svenstaro
Revision: 07

upgpkg: kde-base-artwork 4.14.1-1

kde 4.14.1

Modified:
  kde-base-artwork/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 16:09:15 UTC (rev 06)
+++ PKGBUILD2014-09-20 16:09:18 UTC (rev 07)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kde-base-artwork
-pkgver=4.14.0
+pkgver=4.14.1
 pkgrel=1
 pkgdesc=KDE KSplash theme
 arch=('any')
@@ -10,7 +10,7 @@
 license=('LGPL')
 makedepends=('kdelibs' 'cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('34d382dafbc83ceabaa4cc460b1217f96cd5afd5')
+sha1sums=('c1bb00b57d81454b4fdfa63a84f7cbfbcde67f1d')
 
 build() {
cd $srcdir



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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:09:10
  Author: svenstaro
Revision: 05

upgpkg: kdebindings-qtruby 4.14.1-1

kde 4.14.1

Modified:
  kdebindings-qtruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 16:09:08 UTC (rev 04)
+++ PKGBUILD2014-09-20 16:09:10 UTC (rev 05)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-qtruby
-pkgver=4.14.0
+pkgver=4.14.1
 pkgrel=1
 pkgdesc=Ruby bindings for the Qt libraries
 url=https://projects.kde.org/projects/kde/kdebindings/ruby/qtruby;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
 conflicts=('kdebindings-ruby')
 source=(http://download.kde.org/stable/${pkgver}/src/qtruby-${pkgver}.tar.xz;)
-sha1sums=('eb3e2d2b589d756999d25758ea3d77db3fc758bf')
+sha1sums=('785213e717b1d2c6f97feb5174e42443473ce8d4')
 
 prepare() {
   mkdir build



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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:09:31
  Author: svenstaro
Revision: 10

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

Added:
  baloo4-widgets/repos/testing-i686/
  baloo4-widgets/repos/testing-i686/PKGBUILD
(from rev 09, baloo4-widgets/trunk/PKGBUILD)
  baloo4-widgets/repos/testing-x86_64/
  baloo4-widgets/repos/testing-x86_64/PKGBUILD
(from rev 09, baloo4-widgets/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   34 ++
 testing-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: baloo4-widgets/repos/testing-i686/PKGBUILD (from rev 09, 
baloo4-widgets/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-20 16:09:31 UTC (rev 10)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=baloo4-widgets
+pkgver=4.14.1
+pkgrel=1
+pkgdesc=Widgets for Baloo
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/baloo-widgets'
+license=('LGPL')
+depends=('libbaloo4')
+makedepends=('cmake' 'automoc4')
+provides=('baloo-widgets')
+conflicts=('baloo-widgets')
+replaces=('baloo-widgets')
+source=(http://download.kde.org/stable/${pkgver}/src/baloo-widgets-${pkgver}.tar.xz;)
+sha1sums=('98e33e3b3dbaea101d3b9f91a9e335d6363e9bad')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../baloo-widgets-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: baloo4-widgets/repos/testing-x86_64/PKGBUILD (from rev 09, 
baloo4-widgets/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-20 16:09:31 UTC (rev 10)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=baloo4-widgets
+pkgver=4.14.1
+pkgrel=1
+pkgdesc=Widgets for Baloo
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/baloo-widgets'
+license=('LGPL')
+depends=('libbaloo4')
+makedepends=('cmake' 'automoc4')
+provides=('baloo-widgets')
+conflicts=('baloo-widgets')
+replaces=('baloo-widgets')
+source=(http://download.kde.org/stable/${pkgver}/src/baloo-widgets-${pkgver}.tar.xz;)
+sha1sums=('98e33e3b3dbaea101d3b9f91a9e335d6363e9bad')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../baloo-widgets-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:09:51
  Author: svenstaro
Revision: 14

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

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

--+
 testing-i686/PKGBUILD|   33 +
 testing-i686/libkdeedu.install   |   11 +++
 testing-x86_64/PKGBUILD  |   33 +
 testing-x86_64/libkdeedu.install |   11 +++
 4 files changed, 88 insertions(+)

Copied: libkdeedu/repos/testing-i686/PKGBUILD (from rev 13, 
libkdeedu/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-20 16:09:51 UTC (rev 14)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkdeedu
+pkgver=4.14.1
+pkgrel=1
+pkgdesc=Libraries used by KDE Education applications
+url=https://projects.kde.org/projects/kde/kdeedu/libkdeedu;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+replaces=('kdeedu-libkdeedu' 'kdeedu-data')
+options=('staticlibs') # libqtmmlwidget.a needed by KAlgebra
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('97288b7f357681c847a70b245f67711df979ae1e')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkdeedu/repos/testing-i686/libkdeedu.install (from rev 13, 
libkdeedu/trunk/libkdeedu.install)
===
--- testing-i686/libkdeedu.install  (rev 0)
+++ testing-i686/libkdeedu.install  2014-09-20 16:09:51 UTC (rev 14)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkdeedu/repos/testing-x86_64/PKGBUILD (from rev 13, 
libkdeedu/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-20 16:09:51 UTC (rev 14)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkdeedu
+pkgver=4.14.1
+pkgrel=1
+pkgdesc=Libraries used by KDE Education applications
+url=https://projects.kde.org/projects/kde/kdeedu/libkdeedu;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+replaces=('kdeedu-libkdeedu' 'kdeedu-data')
+options=('staticlibs') # libqtmmlwidget.a needed by KAlgebra
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('97288b7f357681c847a70b245f67711df979ae1e')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkdeedu/repos/testing-x86_64/libkdeedu.install (from rev 13, 
libkdeedu/trunk/libkdeedu.install)
===
--- testing-x86_64/libkdeedu.install(rev 0)
+++ testing-x86_64/libkdeedu.install2014-09-20 16:09:51 UTC (rev 14)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:10:19
  Author: svenstaro
Revision: 21

upgpkg: libksane 4.14.1-1

kde 4.14.1

Modified:
  libksane/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 16:10:18 UTC (rev 20)
+++ PKGBUILD2014-09-20 16:10:19 UTC (rev 21)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libksane
-pkgver=4.14.0
+pkgver=4.14.1
 pkgrel=1
 pkgdesc=An image scanning library
 url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
@@ -14,7 +14,7 @@
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('500a718fffe1d505cb537a16518203d394f2ea4a')
+sha1sums=('2afcdbc6f5cffeceadddffb2347c0cb6913fe6c6')
 
 build() {
   cd ${srcdir}



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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:10:32
  Author: svenstaro
Revision: 24

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

Added:
  kdeedu-analitza/repos/testing-i686/
  kdeedu-analitza/repos/testing-i686/PKGBUILD
(from rev 23, kdeedu-analitza/trunk/PKGBUILD)
  kdeedu-analitza/repos/testing-x86_64/
  kdeedu-analitza/repos/testing-x86_64/PKGBUILD
(from rev 23, kdeedu-analitza/trunk/PKGBUILD)

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

Copied: kdeedu-analitza/repos/testing-i686/PKGBUILD (from rev 23, 
kdeedu-analitza/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-20 16:10:32 UTC (rev 24)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-analitza
+pkgver=4.14.1
+pkgrel=1
+pkgdesc=A library to add mathematical features to your program
+url=https://projects.kde.org/projects/kde/kdeedu/analitza;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'glu')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/analitza-${pkgver}.tar.xz;)
+sha1sums=('d506dd9884f3b6e9cd9b6f640eae4fcadb9ef6a3')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../analitza-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-analitza/repos/testing-x86_64/PKGBUILD (from rev 23, 
kdeedu-analitza/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-20 16:10:32 UTC (rev 24)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-analitza
+pkgver=4.14.1
+pkgrel=1
+pkgdesc=A library to add mathematical features to your program
+url=https://projects.kde.org/projects/kde/kdeedu/analitza;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'glu')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/analitza-${pkgver}.tar.xz;)
+sha1sums=('d506dd9884f3b6e9cd9b6f640eae4fcadb9ef6a3')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../analitza-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:10:18
  Author: svenstaro
Revision: 20

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

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

+
 testing-i686/PKGBUILD  |   35 +++
 testing-i686/libkipi.install   |   11 +++
 testing-x86_64/PKGBUILD|   35 +++
 testing-x86_64/libkipi.install |   11 +++
 4 files changed, 92 insertions(+)

Copied: libkipi/repos/testing-i686/PKGBUILD (from rev 19, 
libkipi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-20 16:10:18 UTC (rev 20)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.14.1
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('596b7e3b1587c81297cd2e2657e2e075c50a93fb')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/testing-i686/libkipi.install (from rev 19, 
libkipi/trunk/libkipi.install)
===
--- testing-i686/libkipi.install(rev 0)
+++ testing-i686/libkipi.install2014-09-20 16:10:18 UTC (rev 20)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkipi/repos/testing-x86_64/PKGBUILD (from rev 19, 
libkipi/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-20 16:10:18 UTC (rev 20)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.14.1
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('596b7e3b1587c81297cd2e2657e2e075c50a93fb')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/testing-x86_64/libkipi.install (from rev 19, 
libkipi/trunk/libkipi.install)
===
--- testing-x86_64/libkipi.install  (rev 0)
+++ testing-x86_64/libkipi.install  2014-09-20 16:10:18 UTC (rev 20)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:10:13
  Author: svenstaro
Revision: 19

upgpkg: libkipi 4.14.1-1

kde 4.14.1

Modified:
  libkipi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 16:10:11 UTC (rev 18)
+++ PKGBUILD2014-09-20 16:10:13 UTC (rev 19)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkipi
-pkgver=4.14.0
+pkgver=4.14.1
 pkgrel=1
 pkgdesc=An interface to use kipi-plugins from a KDE application
 url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
@@ -14,7 +14,7 @@
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('5dd0aa48deb772ba19e5f8c895d21efefdeecb12')
+sha1sums=('596b7e3b1587c81297cd2e2657e2e075c50a93fb')
 
 prepare() {
   mkdir build



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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:10:05
  Author: svenstaro
Revision: 17

upgpkg: libkdcraw 4.14.1-1

kde 4.14.1

Modified:
  libkdcraw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 16:10:00 UTC (rev 16)
+++ PKGBUILD2014-09-20 16:10:05 UTC (rev 17)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkdcraw
-pkgver=4.14.0
+pkgver=4.14.1
 pkgrel=1
 pkgdesc=A C++ interface used to decode RAW picture
 url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw;
@@ -14,7 +14,7 @@
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('ad39c6f71072b852009cd988bf341c5baf5d7e6e')
+sha1sums=('7cd449a1b0c05803b9276c6fb849cf37fc684042')
 
 prepare() {
   mkdir build



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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:10:24
  Author: svenstaro
Revision: 22

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

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

-+
 testing-i686/PKGBUILD   |   33 +
 testing-i686/libksane.install   |   11 +++
 testing-x86_64/PKGBUILD |   33 +
 testing-x86_64/libksane.install |   11 +++
 4 files changed, 88 insertions(+)

Copied: libksane/repos/testing-i686/PKGBUILD (from rev 21, 
libksane/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-20 16:10:24 UTC (rev 22)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.14.1
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('2afcdbc6f5cffeceadddffb2347c0cb6913fe6c6')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libksane/repos/testing-i686/libksane.install (from rev 21, 
libksane/trunk/libksane.install)
===
--- testing-i686/libksane.install   (rev 0)
+++ testing-i686/libksane.install   2014-09-20 16:10:24 UTC (rev 22)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libksane/repos/testing-x86_64/PKGBUILD (from rev 21, 
libksane/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-20 16:10:24 UTC (rev 22)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.14.1
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('2afcdbc6f5cffeceadddffb2347c0cb6913fe6c6')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libksane/repos/testing-x86_64/libksane.install (from rev 21, 
libksane/trunk/libksane.install)
===
--- testing-x86_64/libksane.install (rev 0)
+++ testing-x86_64/libksane.install 2014-09-20 16:10:24 UTC (rev 22)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:09:41
  Author: svenstaro
Revision: 12

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

Added:
  kdebase/repos/testing-i686/
  kdebase/repos/testing-i686/PKGBUILD
(from rev 11, kdebase/trunk/PKGBUILD)
  kdebase/repos/testing-i686/kdebase-dolphin.install
(from rev 11, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/testing-i686/kdebase-konqueror.install
(from rev 11, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/testing-i686/kdebase.install
(from rev 11, kdebase/trunk/kdebase.install)
  kdebase/repos/testing-x86_64/
  kdebase/repos/testing-x86_64/PKGBUILD
(from rev 11, kdebase/trunk/PKGBUILD)
  kdebase/repos/testing-x86_64/kdebase-dolphin.install
(from rev 11, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/testing-x86_64/kdebase-konqueror.install
(from rev 11, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/testing-x86_64/kdebase.install
(from rev 11, kdebase/trunk/kdebase.install)

--+
 testing-i686/PKGBUILD|  127 +
 testing-i686/kdebase-dolphin.install |   11 ++
 testing-i686/kdebase-konqueror.install   |   12 ++
 testing-i686/kdebase.install |   11 ++
 testing-x86_64/PKGBUILD  |  127 +
 testing-x86_64/kdebase-dolphin.install   |   11 ++
 testing-x86_64/kdebase-konqueror.install |   12 ++
 testing-x86_64/kdebase.install   |   11 ++
 8 files changed, 322 insertions(+)

Copied: kdebase/repos/testing-i686/PKGBUILD (from rev 11, 
kdebase/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-20 16:09:41 UTC (rev 12)
@@ -0,0 +1,127 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdebase
+pkgname=('kdebase-dolphin'
+ 'kdebase-kdepasswd'
+ 'kdebase-kdialog'
+ 'kdebase-keditbookmarks'
+ 'kdebase-kfind'
+ 'kdebase-konq-plugins'
+ 'kdebase-konqueror'
+ 'kdebase-lib'
+ 'kdebase-plasma')
+pkgver=4.14.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml' 'baloo4-widgets')
+source=(http://download.kde.org/stable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
+sha1sums=('a9dd7b4f4f50a0c4e8fed9c2493cd2cbe8b64101')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+   cd build
+   cmake ../kde-baseapps-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdebase-dolphin() {
+   pkgdesc='File Manager'
+   depends=('kdebase-runtime' 'kdebase-lib' 'baloo4-widgets')
+   optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
+   'kdegraphics-thumbnailers: thumbnailers for various 
graphics files'
+'kdemultimedia-ffmpegthumbs: thumbnailers for video files'
+'kdemultimedia-mplayerthumbs: thumbnailers for video files'
+'kdesdk-thumbnailers: thumbnailers for development files'
+'icoutils: thumbnailers for MS files'
+   'ruby: servicemenu installation')
+   url=http://kde.org/applications/system/dolphin/;
+   install=kdebase-dolphin.install
+   cd $srcdir/build/dolphin
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/dolphin
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdepasswd() {
+   pkgdesc='Change Password'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   cd $srcdir/build/kdepasswd
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kdepasswd
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdialog() {
+   pkgdesc='A utility for displaying dialog boxes from shell scripts'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/kdialog
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-keditbookmarks() {
+   pkgdesc='Bookmark Organizer and Editor'
+   depends=('kdebase-runtime')
+   cd $srcdir/build/keditbookmarks
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kfind() {
+   pkgdesc='Find Files/Folders'
+   depends=('kdebase-runtime' 'kdebase-lib')
+   url=http://kde.org/applications/utilities/kfind/;
+   install='kdebase.install'
+   cd $srcdir/build/kfind
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kfind
+   make DESTDIR=$pkgdir install
+}
+
+package_kdebase-konq-plugins() {
+   pkgdesc='Extra plugins for Konqueror'
+   depends=('kdebase-konqueror' 'tidyhtml')
+   replaces=('konq-plugins')
+   

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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:09:44
  Author: svenstaro
Revision: 13

upgpkg: libkdeedu 4.14.1-1

kde 4.14.1

Modified:
  libkdeedu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 16:09:41 UTC (rev 12)
+++ PKGBUILD2014-09-20 16:09:44 UTC (rev 13)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkdeedu
-pkgver=4.14.0
+pkgver=4.14.1
 pkgrel=1
 pkgdesc=Libraries used by KDE Education applications
 url=https://projects.kde.org/projects/kde/kdeedu/libkdeedu;
@@ -14,7 +14,7 @@
 replaces=('kdeedu-libkdeedu' 'kdeedu-data')
 options=('staticlibs') # libqtmmlwidget.a needed by KAlgebra
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('b1113a70a7c3762ed26a222eb99adf531e6c76c3')
+sha1sums=('97288b7f357681c847a70b245f67711df979ae1e')
 
 build() {
   cd ${srcdir}



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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:10:00
  Author: svenstaro
Revision: 16

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

Added:
  kdeedu-marble/repos/testing-i686/
  kdeedu-marble/repos/testing-i686/PKGBUILD
(from rev 15, kdeedu-marble/trunk/PKGBUILD)
  kdeedu-marble/repos/testing-i686/kdeedu-marble.install
(from rev 15, kdeedu-marble/trunk/kdeedu-marble.install)
  kdeedu-marble/repos/testing-x86_64/
  kdeedu-marble/repos/testing-x86_64/PKGBUILD
(from rev 15, kdeedu-marble/trunk/PKGBUILD)
  kdeedu-marble/repos/testing-x86_64/kdeedu-marble.install
(from rev 15, kdeedu-marble/trunk/kdeedu-marble.install)

--+
 testing-i686/PKGBUILD|   36 +
 testing-i686/kdeedu-marble.install   |   13 +++
 testing-x86_64/PKGBUILD  |   36 +
 testing-x86_64/kdeedu-marble.install |   13 +++
 4 files changed, 98 insertions(+)

Copied: kdeedu-marble/repos/testing-i686/PKGBUILD (from rev 15, 
kdeedu-marble/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-20 16:10:00 UTC (rev 16)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-marble
+pkgver=4.14.1
+pkgrel=1
+pkgdesc=Desktop Globe
+url=http://kde.org/applications/education/marble/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'gpsd')
+optdepends=('gpsd: GPS support'
+'quazip: reading and displaying KMZ files')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/marble-${pkgver}.tar.xz;)
+sha1sums=('8af0a07eb7c7c3cbfc3ef915a2b860291c7b7251')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../marble-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-marble/repos/testing-i686/kdeedu-marble.install (from rev 
15, kdeedu-marble/trunk/kdeedu-marble.install)
===
--- testing-i686/kdeedu-marble.install  (rev 0)
+++ testing-i686/kdeedu-marble.install  2014-09-20 16:10:00 UTC (rev 16)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-marble/repos/testing-x86_64/PKGBUILD (from rev 15, 
kdeedu-marble/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-20 16:10:00 UTC (rev 16)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-marble
+pkgver=4.14.1
+pkgrel=1
+pkgdesc=Desktop Globe
+url=http://kde.org/applications/education/marble/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'gpsd')
+optdepends=('gpsd: GPS support'
+'quazip: reading and displaying KMZ files')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/marble-${pkgver}.tar.xz;)
+sha1sums=('8af0a07eb7c7c3cbfc3ef915a2b860291c7b7251')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../marble-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-marble/repos/testing-x86_64/kdeedu-marble.install (from rev 
15, kdeedu-marble/trunk/kdeedu-marble.install)
===
--- testing-x86_64/kdeedu-marble.install(rev 0)
+++ testing-x86_64/kdeedu-marble.install2014-09-20 16:10:00 UTC (rev 
16)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:10:27
  Author: svenstaro
Revision: 23

upgpkg: kdeedu-analitza 4.14.1-1

kde 4.14.1

Modified:
  kdeedu-analitza/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 16:10:24 UTC (rev 22)
+++ PKGBUILD2014-09-20 16:10:27 UTC (rev 23)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-analitza
-pkgver=4.14.0
+pkgver=4.14.1
 pkgrel=1
 pkgdesc=A library to add mathematical features to your program
 url=https://projects.kde.org/projects/kde/kdeedu/analitza;
@@ -12,7 +12,7 @@
 depends=('kdebase-runtime' 'glu')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/analitza-${pkgver}.tar.xz;)
-sha1sums=('1540dcecabe1272113c409c5b20b3bc0df48aa3c')
+sha1sums=('d506dd9884f3b6e9cd9b6f640eae4fcadb9ef6a3')
 
 prepare() {
   mkdir build



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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:10:11
  Author: svenstaro
Revision: 18

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

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

--+
 testing-i686/PKGBUILD|   35 +++
 testing-i686/libkdcraw.install   |   11 +++
 testing-x86_64/PKGBUILD  |   35 +++
 testing-x86_64/libkdcraw.install |   11 +++
 4 files changed, 92 insertions(+)

Copied: libkdcraw/repos/testing-i686/PKGBUILD (from rev 17, 
libkdcraw/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-20 16:10:11 UTC (rev 18)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkdcraw
+pkgver=4.14.1
+pkgrel=1
+pkgdesc=A C++ interface used to decode RAW picture
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'libraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('7cd449a1b0c05803b9276c6fb849cf37fc684042')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkdcraw/repos/testing-i686/libkdcraw.install (from rev 17, 
libkdcraw/trunk/libkdcraw.install)
===
--- testing-i686/libkdcraw.install  (rev 0)
+++ testing-i686/libkdcraw.install  2014-09-20 16:10:11 UTC (rev 18)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkdcraw/repos/testing-x86_64/PKGBUILD (from rev 17, 
libkdcraw/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-20 16:10:11 UTC (rev 18)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkdcraw
+pkgver=4.14.1
+pkgrel=1
+pkgdesc=A C++ interface used to decode RAW picture
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'libraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('7cd449a1b0c05803b9276c6fb849cf37fc684042')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkdcraw/repos/testing-x86_64/libkdcraw.install (from rev 17, 
libkdcraw/trunk/libkdcraw.install)
===
--- testing-x86_64/libkdcraw.install(rev 0)
+++ testing-x86_64/libkdcraw.install2014-09-20 16:10:11 UTC (rev 18)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:09:53
  Author: svenstaro
Revision: 15

upgpkg: kdeedu-marble 4.14.1-1

kde 4.14.1

Modified:
  kdeedu-marble/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 16:09:51 UTC (rev 14)
+++ PKGBUILD2014-09-20 16:09:53 UTC (rev 15)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-marble
-pkgver=4.14.0
+pkgver=4.14.1
 pkgrel=1
 pkgdesc=Desktop Globe
 url=http://kde.org/applications/education/marble/;
@@ -15,7 +15,7 @@
 'quazip: reading and displaying KMZ files')
 install=${pkgname}.install
 source=(http://download.kde.org/stable/${pkgver}/src/marble-${pkgver}.tar.xz;)
-sha1sums=('a2557995c02b30efce34eb42113b24c4b6c48c81')
+sha1sums=('8af0a07eb7c7c3cbfc3ef915a2b860291c7b7251')
 
 prepare() {
   mkdir build



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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:10:50
  Author: svenstaro
Revision: 28

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

Added:
  libkcompactdisc/repos/testing-i686/
  libkcompactdisc/repos/testing-i686/PKGBUILD
(from rev 27, libkcompactdisc/trunk/PKGBUILD)
  libkcompactdisc/repos/testing-x86_64/
  libkcompactdisc/repos/testing-x86_64/PKGBUILD
(from rev 27, libkcompactdisc/trunk/PKGBUILD)

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

Copied: libkcompactdisc/repos/testing-i686/PKGBUILD (from rev 27, 
libkcompactdisc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-20 16:10:50 UTC (rev 28)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkcompactdisc
+pkgver=4.14.1
+pkgrel=1
+pkgdesc=A library for interfacing with CDs
+url='https://projects.kde.org/projects/kde/kdemultimedia/libkcompactdisc'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('e4313f84e3b053b9afe2a2866c0493c5d6f78e02')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkcompactdisc/repos/testing-x86_64/PKGBUILD (from rev 27, 
libkcompactdisc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-20 16:10:50 UTC (rev 28)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkcompactdisc
+pkgver=4.14.1
+pkgrel=1
+pkgdesc=A library for interfacing with CDs
+url='https://projects.kde.org/projects/kde/kdemultimedia/libkcompactdisc'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('e4313f84e3b053b9afe2a2866c0493c5d6f78e02')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:10:45
  Author: svenstaro
Revision: 27

upgpkg: libkcompactdisc 4.14.1-1

kde 4.14.1

Modified:
  libkcompactdisc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 16:10:42 UTC (rev 26)
+++ PKGBUILD2014-09-20 16:10:45 UTC (rev 27)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkcompactdisc
-pkgver=4.14.0
+pkgver=4.14.1
 pkgrel=1
 pkgdesc=A library for interfacing with CDs
 url='https://projects.kde.org/projects/kde/kdemultimedia/libkcompactdisc'
@@ -13,7 +13,7 @@
 replaces=('kdemultimedia-kioslave')
 conflicts=('kdemultimedia-kioslave')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('8988416d3bf83e5ea00ad925a98c3da5694352c7')
+sha1sums=('e4313f84e3b053b9afe2a2866c0493c5d6f78e02')
 
 build() {
   cd ${srcdir}



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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:10:52
  Author: svenstaro
Revision: 29

upgpkg: libkdegames 4.14.1-1

kde 4.14.1

Modified:
  libkdegames/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 16:10:50 UTC (rev 28)
+++ PKGBUILD2014-09-20 16:10:52 UTC (rev 29)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkdegames
-pkgver=4.14.0
+pkgver=4.14.1
 pkgrel=1
 pkgdesc=Common code and data for many KDE games
 url=https://projects.kde.org/projects/kde/kdegames/libkdegames;
@@ -13,7 +13,7 @@
 replaces=('kdegames-libkdegames')
 conflicts=('kdegames-libkdegames')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('f4ec57106561f92828750d6c9904112fd7b18bd5')
+sha1sums=('e3388b08d65c84d84cf03700356ca9d413a7b322')
 
 build() {
   mkdir build



  1   2   3   4   5   >