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

2012-07-11 Thread Giovanni Scafora
Date: Wednesday, July 11, 2012 @ 05:06:42
  Author: giovanni
Revision: 163222

upgpkg: mkvtoolnix 5.7.0-1

upstream release

Modified:
  mkvtoolnix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 04:08:39 UTC (rev 163221)
+++ PKGBUILD2012-07-11 09:06:42 UTC (rev 163222)
@@ -4,15 +4,15 @@
 
 pkgbase=mkvtoolnix
 pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
-pkgver=5.6.0
-pkgrel=2
+pkgver=5.7.0
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;
 makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
  'boost-libs' 'lzo2' 'xdg-utils' 'boost' 'ruby')
 
source=(http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.bz2;)
-md5sums=('53e96b613752913da800dcde7b65cf6d')
+md5sums=('99ea44be570412dadafe4ccaee0cfe6e')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}



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

2012-07-11 Thread Giovanni Scafora
Date: Wednesday, July 11, 2012 @ 05:07:08
  Author: giovanni
Revision: 163223

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

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

-+
 extra-i686/PKGBUILD |  168 +++---
 extra-i686/mkvtoolnix.install   |   28 +++---
 extra-x86_64/PKGBUILD   |  168 +++---
 extra-x86_64/mkvtoolnix.install |   28 +++---
 4 files changed, 196 insertions(+), 196 deletions(-)

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

Copied: mkvtoolnix/repos/extra-i686/PKGBUILD (from rev 163222, 
mkvtoolnix/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-11 09:07:08 UTC (rev 163223)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: xduugu xdu...@gmx.com
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
+pkgver=5.7.0
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;
+makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
+ 'boost-libs' 'lzo2' 'xdg-utils' 'boost' 'ruby')
+source=(http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.bz2;)
+md5sums=('99ea44be570412dadafe4ccaee0cfe6e')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  # Disable automagic curl dep used for online update checking
+  sed -i -e 

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

2012-07-11 Thread Giovanni Scafora
Date: Wednesday, July 11, 2012 @ 06:08:30
  Author: giovanni
Revision: 163224

upgpkg: mkvtoolnix 5.7.0-2

boost 1.50.0 rebuild

Modified:
  mkvtoolnix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 09:07:08 UTC (rev 163223)
+++ PKGBUILD2012-07-11 10:08:30 UTC (rev 163224)
@@ -5,7 +5,7 @@
 pkgbase=mkvtoolnix
 pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
 pkgver=5.7.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;



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

2012-07-11 Thread Giovanni Scafora
Date: Wednesday, July 11, 2012 @ 06:08:56
  Author: giovanni
Revision: 163225

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

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

---+
 staging-i686/PKGBUILD |  168 ++--
 staging-i686/mkvtoolnix.install   |   28 +++---
 staging-x86_64/PKGBUILD   |  168 ++--
 staging-x86_64/mkvtoolnix.install |   28 +++---
 4 files changed, 196 insertions(+), 196 deletions(-)

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

Copied: mkvtoolnix/repos/staging-i686/PKGBUILD (from rev 163224, 
mkvtoolnix/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-07-11 10:08:56 UTC (rev 163225)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: xduugu xdu...@gmx.com
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
+pkgver=5.7.0
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;
+makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
+ 'boost-libs' 'lzo2' 'xdg-utils' 'boost' 'ruby')
+source=(http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.bz2;)
+md5sums=('99ea44be570412dadafe4ccaee0cfe6e')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  # Disable 

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

2012-07-11 Thread Allan McRae
Date: Wednesday, July 11, 2012 @ 08:23:36
  Author: allan
Revision: 163226

upgpkg: binutils 2.22-9

remove /lib and /lib64 from default search path

Modified:
  binutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 10:08:56 UTC (rev 163225)
+++ PKGBUILD2012-07-11 12:23:36 UTC (rev 163226)
@@ -5,7 +5,7 @@
 
 pkgname=binutils
 pkgver=2.22
-pkgrel=8
+pkgrel=9
 _date=20120323
 pkgdesc=A set of programs to assemble and manipulate binary and object files
 arch=('i686' 'x86_64')
@@ -36,6 +36,7 @@
   [[ $CARCH == x86_64 ]]  CONFIGFLAG=--enable-64-bit-bfd 
--disable-multilib
 
   ${srcdir}/binutils/configure --prefix=/usr \
+--with-lib-path=/usr/lib:/usr/local/lib \
 --enable-ld=default --enable-gold \
 --enable-plugins --enable-threads \
 --enable-shared $CONFIGFLAG



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

2012-07-11 Thread Allan McRae
Date: Wednesday, July 11, 2012 @ 08:24:16
  Author: allan
Revision: 163227

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

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

-+
 testing-i686/PKGBUILD   |   96 ++
 testing-i686/binutils.install   |   17 ++
 testing-x86_64/PKGBUILD |   96 ++
 testing-x86_64/binutils.install |   17 ++
 4 files changed, 226 insertions(+)

Copied: binutils/repos/testing-i686/PKGBUILD (from rev 163226, 
binutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-11 12:24:16 UTC (rev 163227)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+
+pkgname=binutils
+pkgver=2.22
+pkgrel=9
+_date=20120323
+pkgdesc=A set of programs to assemble and manipulate binary and object files
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/binutils/;
+license=('GPL')
+groups=('base-devel')
+depends=('glibc=2.16' 'zlib')
+checkdepends=('dejagnu')
+options=('!libtool' '!distcc' '!ccache')
+install=binutils.install
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}_${_date}.tar.bz2)
+md5sums=('de2ac4298732827f8af706fc24020330')
+
+mksource() {
+  mkdir ${pkgname}-${_date}
+  cd ${pkgname}-${_date}
+  export _TAG=binutils-2_22-branch
+  export 'CVSROOT=:pserver:anon...@sourceware.org:/cvs/src'
+  cvs -z9 co -r $_TAG binutils || return 1
+  mv src binutils
+  tar -cvjf ../binutils-${pkgver}_${_date}.tar.bz2 binutils/*
+}
+
+build() {
+  cd ${srcdir}
+  mkdir binutils-build  cd binutils-build
+
+  [[ $CARCH == x86_64 ]]  CONFIGFLAG=--enable-64-bit-bfd 
--disable-multilib
+
+  ${srcdir}/binutils/configure --prefix=/usr \
+--with-lib-path=/usr/lib:/usr/local/lib \
+--enable-ld=default --enable-gold \
+--enable-plugins --enable-threads \
+--enable-shared $CONFIGFLAG
+
+  # check the host environment and makes sure all the necessary tools are 
available
+  make configure-host
+
+  make tooldir=${pkgdir}/usr
+
+  # Rebuild libiberty.a with -fPIC
+  cp -a libiberty libiberty-pic
+  make -C libiberty-pic clean
+  make CFLAGS=$CFLAGS -fPIC -C libiberty-pic
+
+  # Rebuild libbfd.a with -fPIC
+  # hidden visability prevent 3rd party shared libraries exporting bfd 
non-stable API
+  cp -a bfd bfd-pic
+  make -C bfd-pic clean
+  make CFLAGS=$CFLAGS -fPIC -fvisibility=hidden -C bfd-pic
+
+  # Rebuild libopcodes.a with -fPIC
+  cp -a opcodes opcodes-pic
+  make -C opcodes-pic clean 
+  make CFLAGS=$CFLAGS -fPIC -C opcodes-pic
+}
+
+check() {
+  cd ${srcdir}/binutils-build
+
+  # do not abort on errors - manually check log files
+  # gold testsuite does not build with _FORTIFY_SOURCE (due to -O0 -Werror)
+  make CFLAGS=${CFLAGS/-D_FORTIFY_SOURCE=2/} \
+   CXXFLAGS=${CXXFLAGS/-D_FORTIFY_SOURCE=2/} -k check || true
+}
+
+package() {
+  cd ${srcdir}/binutils-build
+  make prefix=${pkgdir}/usr tooldir=${pkgdir}/usr install
+  
+  # Add some useful headers
+  install -m644 ${srcdir}/binutils/include/libiberty.h ${pkgdir}/usr/include
+  install -m644 ${srcdir}/binutils/include/demangle.h ${pkgdir}/usr/include
+
+  # install libraries rebuilt with -fPIC
+  install -m644 libiberty-pic/libiberty.a ${pkgdir}/usr/lib
+  install -m644 bfd-pic/libbfd.a ${pkgdir}/usr/lib
+  install -m644 opcodes/libopcodes.a ${pkgdir}/usr/lib
+
+  # Remove Windows/Novell specific man pages
+  rm -f ${pkgdir}/usr/share/man/man1/{dlltool,nlmconv,windres,windmc}*
+
+  # Remove these symlinks, they are not ABI stable.
+  # Programs should compile static to the .a file.
+  rm -f ${pkgdir}/usr/lib/lib{bfd,opcodes}.so
+  echo INPUT ( /usr/lib/libbfd.a -liberty -lz ) ${pkgdir}/usr/lib/libbfd.so
+  echo INPUT ( /usr/lib/libopcodes.a -lbfd ) ${pkgdir}/usr/lib/libopcodes.so
+}

Copied: binutils/repos/testing-i686/binutils.install (from rev 163226, 
binutils/trunk/binutils.install)
===
--- testing-i686/binutils.install   (rev 0)
+++ testing-i686/binutils.install   2012-07-11 12:24:16 UTC (rev 163227)
@@ -0,0 +1,17 @@
+infodir=usr/share/info
+filelist=(as.info bfd.info binutils.info configure.info gprof.info ld.info 
standards.info)
+
+post_upgrade() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info 

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

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 09:09:11
  Author: andrea
Revision: 163228

upgpkg: telepathy-qt 0.9.2-1

Upstream release

Modified:
  telepathy-qt/trunk/PKGBUILD
Deleted:
  telepathy-qt/trunk/gcc47.patch

-+
 PKGBUILD|   10 +++---
 gcc47.patch |   36 
 2 files changed, 3 insertions(+), 43 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 12:24:16 UTC (rev 163227)
+++ PKGBUILD2012-07-11 13:09:11 UTC (rev 163228)
@@ -3,7 +3,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=telepathy-qt
-pkgver=0.9.1
+pkgver=0.9.2
 pkgrel=1
 pkgdesc=A library for Qt-based Telepathy clients
 arch=('i686' 'x86_64')
@@ -15,15 +15,11 @@
 conflicts=('telepathy-qt4')
 replaces=('telepathy-qt4')
 provides=('telepathy-qt4')
-source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'gcc47.patch')
-md5sums=('e0e6c1a987bbeae44c778344a2cc9d80'
- '32aa8eb06c76cb03af5ced27a674ebfb')
+source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('e49df0c6d19bbac622209d0f87f0d1b2')
 
 build() {
 cd $srcdir
-patch -Np0 -i gcc47.patch
-
 mkdir build
 cd build
 cmake ../${pkgname}-${pkgver} \

Deleted: gcc47.patch
===
--- gcc47.patch 2012-07-11 12:24:16 UTC (rev 163227)
+++ gcc47.patch 2012-07-11 13:09:11 UTC (rev 163228)
@@ -1,36 +0,0 @@
-diff -Nur telepathy-qt-0.9.1.orig/TelepathyQt/client-registrar.cpp 
telepathy-qt-0.9.1/TelepathyQt/client-registrar.cpp
 telepathy-qt-0.9.1.orig/TelepathyQt/client-registrar.cpp   2012-04-01 
17:44:00.013466055 +
-+++ telepathy-qt-0.9.1/TelepathyQt/client-registrar.cpp2012-04-01 
17:51:00.233486476 +
-@@ -39,6 +39,8 @@
- #include TelepathyQt/MethodInvocationContext
- #include TelepathyQt/PendingComposite
- #include TelepathyQt/PendingReady
-+ 
-+#include stdint.h
- 
- namespace Tp
- {
-diff -Nur telepathy-qt-0.9.1.orig/TelepathyQt/stream-tube-client.cpp 
telepathy-qt-0.9.1/TelepathyQt/stream-tube-client.cpp
 telepathy-qt-0.9.1.orig/TelepathyQt/stream-tube-client.cpp 2012-04-01 
17:44:00.006799442 +
-+++ telepathy-qt-0.9.1/TelepathyQt/stream-tube-client.cpp  2012-04-01 
17:51:00.233486476 +
-@@ -38,6 +38,8 @@
- #include QAbstractSocket
- #include QHash
- 
-+#include stdint.h
-+
- namespace Tp
- {
- 
-diff -Nur telepathy-qt-0.9.1.orig/TelepathyQt/stream-tube-server.cpp 
telepathy-qt-0.9.1/TelepathyQt/stream-tube-server.cpp
 telepathy-qt-0.9.1.orig/TelepathyQt/stream-tube-server.cpp 2012-04-01 
17:44:00.003466134 +
-+++ telepathy-qt-0.9.1/TelepathyQt/stream-tube-server.cpp  2012-04-01 
17:51:00.233486476 +
-@@ -38,6 +38,8 @@
- #include TelepathyQt/OutgoingStreamTubeChannel
- #include TelepathyQt/StreamTubeChannel
- 
-+#include stdint.h
-+
- namespace Tp
- {
- 



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

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 09:09:39
  Author: andrea
Revision: 163229

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

Added:
  telepathy-qt/repos/extra-i686/PKGBUILD
(from rev 163228, telepathy-qt/trunk/PKGBUILD)
  telepathy-qt/repos/extra-x86_64/PKGBUILD
(from rev 163228, telepathy-qt/trunk/PKGBUILD)
Deleted:
  telepathy-qt/repos/extra-i686/PKGBUILD
  telepathy-qt/repos/extra-i686/gcc47.patch
  telepathy-qt/repos/extra-x86_64/PKGBUILD
  telepathy-qt/repos/extra-x86_64/gcc47.patch

--+
 extra-i686/PKGBUILD  |   72 +
 extra-i686/gcc47.patch   |   36 --
 extra-x86_64/PKGBUILD|   72 +
 extra-x86_64/gcc47.patch |   36 --
 4 files changed, 68 insertions(+), 148 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-11 13:09:11 UTC (rev 163228)
+++ extra-i686/PKGBUILD 2012-07-11 13:09:39 UTC (rev 163229)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=telepathy-qt
-pkgver=0.9.1
-pkgrel=1
-pkgdesc=A library for Qt-based Telepathy clients
-arch=('i686' 'x86_64')
-url=http://telepathy.freedesktop.org/wiki/;
-license=('LGPL')
-options=('!libtool')
-depends=('qt' 'telepathy-farstream')
-makedepends=('libxslt' 'python2' 'cmake' 'doxygen')
-conflicts=('telepathy-qt4')
-replaces=('telepathy-qt4')
-provides=('telepathy-qt4')
-source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'gcc47.patch')
-md5sums=('e0e6c1a987bbeae44c778344a2cc9d80'
- '32aa8eb06c76cb03af5ced27a674ebfb')
-
-build() {
-cd $srcdir
-patch -Np0 -i gcc47.patch
-
-mkdir build
-cd build
-cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-make
-}
-
-package() {
-cd $srcdir/build
-make DESTDIR=$pkgdir install
-}

Copied: telepathy-qt/repos/extra-i686/PKGBUILD (from rev 163228, 
telepathy-qt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-11 13:09:39 UTC (rev 163229)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-qt
+pkgver=0.9.2
+pkgrel=1
+pkgdesc=A library for Qt-based Telepathy clients
+arch=('i686' 'x86_64')
+url=http://telepathy.freedesktop.org/wiki/;
+license=('LGPL')
+options=('!libtool')
+depends=('qt' 'telepathy-farstream')
+makedepends=('libxslt' 'python2' 'cmake' 'doxygen')
+conflicts=('telepathy-qt4')
+replaces=('telepathy-qt4')
+provides=('telepathy-qt4')
+source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('e49df0c6d19bbac622209d0f87f0d1b2')
+
+build() {
+cd $srcdir
+mkdir build
+cd build
+cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+make
+}
+
+package() {
+cd $srcdir/build
+make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/gcc47.patch
===
--- extra-i686/gcc47.patch  2012-07-11 13:09:11 UTC (rev 163228)
+++ extra-i686/gcc47.patch  2012-07-11 13:09:39 UTC (rev 163229)
@@ -1,36 +0,0 @@
-diff -Nur telepathy-qt-0.9.1.orig/TelepathyQt/client-registrar.cpp 
telepathy-qt-0.9.1/TelepathyQt/client-registrar.cpp
 telepathy-qt-0.9.1.orig/TelepathyQt/client-registrar.cpp   2012-04-01 
17:44:00.013466055 +
-+++ telepathy-qt-0.9.1/TelepathyQt/client-registrar.cpp2012-04-01 
17:51:00.233486476 +
-@@ -39,6 +39,8 @@
- #include TelepathyQt/MethodInvocationContext
- #include TelepathyQt/PendingComposite
- #include TelepathyQt/PendingReady
-+ 
-+#include stdint.h
- 
- namespace Tp
- {
-diff -Nur telepathy-qt-0.9.1.orig/TelepathyQt/stream-tube-client.cpp 
telepathy-qt-0.9.1/TelepathyQt/stream-tube-client.cpp
 telepathy-qt-0.9.1.orig/TelepathyQt/stream-tube-client.cpp 2012-04-01 
17:44:00.006799442 +
-+++ telepathy-qt-0.9.1/TelepathyQt/stream-tube-client.cpp  2012-04-01 
17:51:00.233486476 +
-@@ -38,6 +38,8 @@
- #include QAbstractSocket
- #include QHash
- 
-+#include stdint.h
-+
- namespace Tp
- {
- 
-diff -Nur telepathy-qt-0.9.1.orig/TelepathyQt/stream-tube-server.cpp 
telepathy-qt-0.9.1/TelepathyQt/stream-tube-server.cpp
 telepathy-qt-0.9.1.orig/TelepathyQt/stream-tube-server.cpp 2012-04-01 
17:44:00.003466134 +
-+++ telepathy-qt-0.9.1/TelepathyQt/stream-tube-server.cpp  2012-04-01 
17:51:00.233486476 +
-@@ -38,6 +38,8 @@
- #include TelepathyQt/OutgoingStreamTubeChannel
- #include TelepathyQt/StreamTubeChannel
- 
-+#include stdint.h
-+
- namespace Tp
- {
- 

Deleted: extra-x86_64/PKGBUILD

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

2012-07-11 Thread Allan McRae
Date: Wednesday, July 11, 2012 @ 09:10:12
  Author: allan
Revision: 163230

upgpkg: pkg-config 0.27-1

upstream update, popt dependency no longer needed

Modified:
  pkg-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 13:09:39 UTC (rev 163229)
+++ PKGBUILD2012-07-11 13:10:12 UTC (rev 163230)
@@ -3,26 +3,23 @@
 # Committer: Judd Vinet jvi...@zeroflux.org
 
 pkgname=pkg-config
-pkgver=0.26
-pkgrel=2
+pkgver=0.27
+pkgrel=1
 pkgdesc=A system for managing library compile/link flags
 arch=('i686' 'x86_64')
 url=http://pkgconfig.freedesktop.org/wiki/;
 license=('GPL')
 groups=('base-devel')
-depends=('glibc' 'popt' 'glib2')
+depends=('glib2')
 provides=(pkgconfig=${pkgver})
 conflicts=('pkgconfig')
 replaces=('pkgconfig')
 source=(http://pkgconfig.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz)
-md5sums=('47525c26a9ba7ba14bf85e01509a7234')
+md5sums=('3a4c9feab14b6719afd8904945d9b4e4')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-
-  # Use system popt
-  ./configure --prefix=/usr --with-installed-popt 
-
+  ./configure --prefix=/usr
   make
 }
 



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

2012-07-11 Thread Allan McRae
Date: Wednesday, July 11, 2012 @ 09:10:57
  Author: allan
Revision: 163231

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

Added:
  pkg-config/repos/testing-i686/
  pkg-config/repos/testing-i686/PKGBUILD
(from rev 163230, pkg-config/trunk/PKGBUILD)
  pkg-config/repos/testing-x86_64/
  pkg-config/repos/testing-x86_64/PKGBUILD
(from rev 163230, pkg-config/trunk/PKGBUILD)

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

Copied: pkg-config/repos/testing-i686/PKGBUILD (from rev 163230, 
pkg-config/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-11 13:10:57 UTC (rev 163231)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Committer: Judd Vinet jvi...@zeroflux.org
+
+pkgname=pkg-config
+pkgver=0.27
+pkgrel=1
+pkgdesc=A system for managing library compile/link flags
+arch=('i686' 'x86_64')
+url=http://pkgconfig.freedesktop.org/wiki/;
+license=('GPL')
+groups=('base-devel')
+depends=('glib2')
+provides=(pkgconfig=${pkgver})
+conflicts=('pkgconfig')
+replaces=('pkgconfig')
+source=(http://pkgconfig.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz)
+md5sums=('3a4c9feab14b6719afd8904945d9b4e4')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: pkg-config/repos/testing-x86_64/PKGBUILD (from rev 163230, 
pkg-config/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-07-11 13:10:57 UTC (rev 163231)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Committer: Judd Vinet jvi...@zeroflux.org
+
+pkgname=pkg-config
+pkgver=0.27
+pkgrel=1
+pkgdesc=A system for managing library compile/link flags
+arch=('i686' 'x86_64')
+url=http://pkgconfig.freedesktop.org/wiki/;
+license=('GPL')
+groups=('base-devel')
+depends=('glib2')
+provides=(pkgconfig=${pkgver})
+conflicts=('pkgconfig')
+replaces=('pkgconfig')
+source=(http://pkgconfig.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz)
+md5sums=('3a4c9feab14b6719afd8904945d9b4e4')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in gpm/trunk (gpm.service)

2012-07-11 Thread Dave Reisner
Date: Wednesday, July 11, 2012 @ 09:44:49
  Author: dreisner
Revision: 163232

add install info for systemd unit

Modified:
  gpm/trunk/gpm.service

-+
 gpm.service |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: gpm.service
===
--- gpm.service 2012-07-11 13:10:57 UTC (rev 163231)
+++ gpm.service 2012-07-11 13:44:49 UTC (rev 163232)
@@ -1,6 +1,9 @@
 [Unit]
-Description=GPM daemon
+Description=Virtual console mouse server
 
 [Service]
 Type=forking
 ExecStart=/usr/sbin/gpm
+
+[Install]
+WantedBy=multi-user.target



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

2012-07-11 Thread Stéphane Gaudreault
Date: Wednesday, July 11, 2012 @ 12:22:45
  Author: stephane
Revision: 163233

upgpkg: swig 2.0.7-2

Add missing declaration for Python 3k (FS#30624)
Fix call to Swig_name_decl

Added:
  swig/trunk/pyint_fromsize_t.diff
  swig/trunk/upstream_r13128.diff
Modified:
  swig/trunk/PKGBUILD

---+
 PKGBUILD  |   17 +--
 pyint_fromsize_t.diff |   18 +++
 upstream_r13128.diff  |   73 
 3 files changed, 105 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 13:44:49 UTC (rev 163232)
+++ PKGBUILD2012-07-11 16:22:45 UTC (rev 163233)
@@ -4,17 +4,28 @@
 
 pkgname=swig
 pkgver=2.0.7
-pkgrel=1
+pkgrel=2
 pkgdesc=Generate scripting interfaces to C/C++ code
 arch=('i686' 'x86_64')
 url=http://www.swig.org/;
 license=('custom')
 depends=('zlib' 'pcre')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('307020fb6437092e32c9c1bd9af8bccb1645b529')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
+pyint_fromsize_t.diff
+upstream_r13128.diff)
+sha1sums=('307020fb6437092e32c9c1bd9af8bccb1645b529'
+  '59ee179b57920d255c58afe45632b896e40b5b7d'
+  '8f0c5ae6a46c22606cc88c649bfd0a31f061a963')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+
+  # FS#30624
+  patch -Np1 -i ../pyint_fromsize_t.diff
+
+  # Fix call to Swig_name_decl
+  patch -Np1 -i ../upstream_r13128.diff
+
   ./configure --prefix=/usr
   make
 }

Added: pyint_fromsize_t.diff
===
--- pyint_fromsize_t.diff   (rev 0)
+++ pyint_fromsize_t.diff   2012-07-11 16:22:45 UTC (rev 163233)
@@ -0,0 +1,18 @@
+Description: Py3k: Map PyInt_FromSize_t to PyLong_FromSize_t
+ The latest SWIG version introduced a usage of PyInt_FromSize_t, but
+ does not define a compatibility macro for Python 3k as for the other
+ PyInt_... functions. This patch adds that macro.
+
+Author: Torsten Landschoff tors...@debian.org
+
+
+--- swig2.0-2.0.7.orig/Lib/python/pyhead.swg
 swig2.0-2.0.7/Lib/python/pyhead.swg
+@@ -5,6 +5,7 @@
+ #define PyInt_Check(x) PyLong_Check(x)
+ #define PyInt_AsLong(x) PyLong_AsLong(x)
+ #define PyInt_FromLong(x) PyLong_FromLong(x)
++#define PyInt_FromSize_t(x) PyLong_FromSize_t(x)
+ #define PyString_Check(name) PyBytes_Check(name)
+ #define PyString_FromString(x) PyUnicode_FromString(x)
+ #define PyString_Format(fmt, args)  PyUnicode_Format(fmt, args)

Added: upstream_r13128.diff
===
--- upstream_r13128.diff(rev 0)
+++ upstream_r13128.diff2012-07-11 16:22:45 UTC (rev 163233)
@@ -0,0 +1,73 @@
+From: Klaus Kämpf kkae...@suse.de
+Subject: Fix call to Swig_name_decl (upstream ID 3530078)
+
+Origin: upstream, 
http://swig.svn.sourceforge.net/viewvc/swig?view=revisionrevision=13128
+Bug: 
http://sourceforge.net/tracker/?func=detailaid=3530078group_id=1645atid=101645
+Bug-Debian: http://bugs.debian.org/675196
+---
+ Examples/test-suite/errors/expected.log |   26 +-
+ Source/Modules/lang.cxx |4 ++--
+ 2 files changed, 15 insertions(+), 15 deletions(-)
+
+--- a/Source/Modules/lang.cxx
 b/Source/Modules/lang.cxx
+@@ -2623,7 +2623,7 @@ int Language::constructorDeclaration(Nod
+ Delete(expected_name_resolved);
+   }
+   if (illegal_name) {
+-Swig_warning(WARN_LANG_RETURN_TYPE, input_file, line_number, 
Function %s must have a return type. Ignored.\n, Swig_name_decl(name));
++Swig_warning(WARN_LANG_RETURN_TYPE, input_file, line_number, 
Function %s must have a return type. Ignored.\n, Swig_name_decl(n));
+ Swig_restore(n);
+ return SWIG_NOWRAP;
+   }
+@@ -2760,7 +2760,7 @@ int Language::destructorDeclaration(Node
+ }
+ 
+ if (illegal_name) {
+-  Swig_warning(WARN_LANG_ILLEGAL_DESTRUCTOR, input_file, line_number, 
Illegal destructor name %s. Ignored.\n, Swig_name_decl(name));
++  Swig_warning(WARN_LANG_ILLEGAL_DESTRUCTOR, input_file, line_number, 
Illegal destructor name %s. Ignored.\n, Swig_name_decl(n));
+   Swig_restore(n);
+   Delete(expected_name);
+   return SWIG_NOWRAP;
+--- a/Examples/test-suite/errors/expected.log
 b/Examples/test-suite/errors/expected.log
+@@ -227,17 +227,17 @@ cpp_extend_destructors.i:87: Warning 302
+ cpp_extend_destructors.i:85: Warning 302: previous definition of '~JStruct'.
+ cpp_extend_destructors.i:100: Warning 302: Identifier '~LStruct' redefined 
(ignored),
+ cpp_extend_destructors.i:98: Warning 302: previous definition of '~LStruct'.
+-cpp_extend_destructors.i:24: Warning 521: Illegal destructor name 
~NOT_CStruct. Ignored.
+-cpp_extend_destructors.i:30: Warning 521: Illegal destructor name 
~NOT_DStruct. Ignored.

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

2012-07-11 Thread Stéphane Gaudreault
Date: Wednesday, July 11, 2012 @ 12:22:59
  Author: stephane
Revision: 163234

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

Added:
  swig/repos/extra-i686/PKGBUILD
(from rev 163233, swig/trunk/PKGBUILD)
  swig/repos/extra-i686/pyint_fromsize_t.diff
(from rev 163233, swig/trunk/pyint_fromsize_t.diff)
  swig/repos/extra-i686/upstream_r13128.diff
(from rev 163233, swig/trunk/upstream_r13128.diff)
  swig/repos/extra-x86_64/PKGBUILD
(from rev 163233, swig/trunk/PKGBUILD)
  swig/repos/extra-x86_64/pyint_fromsize_t.diff
(from rev 163233, swig/trunk/pyint_fromsize_t.diff)
  swig/repos/extra-x86_64/upstream_r13128.diff
(from rev 163233, swig/trunk/upstream_r13128.diff)
Deleted:
  swig/repos/extra-i686/PKGBUILD
  swig/repos/extra-x86_64/PKGBUILD

+
 extra-i686/PKGBUILD|   65 ++-
 extra-i686/pyint_fromsize_t.diff   |   18 
 extra-i686/upstream_r13128.diff|   73 +++
 extra-x86_64/PKGBUILD  |   65 ++-
 extra-x86_64/pyint_fromsize_t.diff |   18 
 extra-x86_64/upstream_r13128.diff  |   73 +++
 6 files changed, 258 insertions(+), 54 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-11 16:22:45 UTC (rev 163233)
+++ extra-i686/PKGBUILD 2012-07-11 16:22:59 UTC (rev 163234)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=swig
-pkgver=2.0.7
-pkgrel=1
-pkgdesc=Generate scripting interfaces to C/C++ code
-arch=('i686' 'x86_64')
-url=http://www.swig.org/;
-license=('custom')
-depends=('zlib' 'pcre')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('307020fb6437092e32c9c1bd9af8bccb1645b529')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  install -D -m644 LICENSE-UNIVERSITIES 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-UNIVERSITIES
-}

Copied: swig/repos/extra-i686/PKGBUILD (from rev 163233, swig/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-11 16:22:59 UTC (rev 163234)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=swig
+pkgver=2.0.7
+pkgrel=2
+pkgdesc=Generate scripting interfaces to C/C++ code
+arch=('i686' 'x86_64')
+url=http://www.swig.org/;
+license=('custom')
+depends=('zlib' 'pcre')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
+pyint_fromsize_t.diff
+upstream_r13128.diff)
+sha1sums=('307020fb6437092e32c9c1bd9af8bccb1645b529'
+  '59ee179b57920d255c58afe45632b896e40b5b7d'
+  '8f0c5ae6a46c22606cc88c649bfd0a31f061a963')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # FS#30624
+  patch -Np1 -i ../pyint_fromsize_t.diff
+
+  # Fix call to Swig_name_decl
+  patch -Np1 -i ../upstream_r13128.diff
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m644 LICENSE-UNIVERSITIES 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-UNIVERSITIES
+}

Copied: swig/repos/extra-i686/pyint_fromsize_t.diff (from rev 163233, 
swig/trunk/pyint_fromsize_t.diff)
===
--- extra-i686/pyint_fromsize_t.diff(rev 0)
+++ extra-i686/pyint_fromsize_t.diff2012-07-11 16:22:59 UTC (rev 163234)
@@ -0,0 +1,18 @@
+Description: Py3k: Map PyInt_FromSize_t to PyLong_FromSize_t
+ The latest SWIG version introduced a usage of PyInt_FromSize_t, but
+ does not define a compatibility macro for Python 3k as for the other
+ PyInt_... functions. This patch adds that macro.
+
+Author: Torsten Landschoff tors...@debian.org
+
+
+--- swig2.0-2.0.7.orig/Lib/python/pyhead.swg
 swig2.0-2.0.7/Lib/python/pyhead.swg
+@@ -5,6 +5,7 @@
+ #define PyInt_Check(x) PyLong_Check(x)
+ #define PyInt_AsLong(x) PyLong_AsLong(x)
+ #define PyInt_FromLong(x) PyLong_FromLong(x)
++#define PyInt_FromSize_t(x) PyLong_FromSize_t(x)
+ #define PyString_Check(name) PyBytes_Check(name)
+ #define PyString_FromString(x) PyUnicode_FromString(x)
+ #define PyString_Format(fmt, args)  PyUnicode_Format(fmt, args)

Copied: swig/repos/extra-i686/upstream_r13128.diff (from rev 163233, 
swig/trunk/upstream_r13128.diff)
===
--- 

[arch-commits] Commit in procps-ng/trunk (PKGBUILD sysctl.conf)

2012-07-11 Thread Eric Bélanger
Date: Wednesday, July 11, 2012 @ 13:52:53
  Author: eric
Revision: 163235

upgpkg: procps-ng 3.3.3-3

Remove unneeded setting in sysctl.conf

Modified:
  procps-ng/trunk/PKGBUILD
  procps-ng/trunk/sysctl.conf

-+
 PKGBUILD|4 ++--
 sysctl.conf |1 -
 2 files changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 16:22:59 UTC (rev 163234)
+++ PKGBUILD2012-07-11 17:52:53 UTC (rev 163235)
@@ -3,7 +3,7 @@
 
 pkgname=procps-ng
 pkgver=3.3.3
-pkgrel=2
+pkgrel=3
 pkgdesc=Utilities for monitoring your system and processes on your system
 arch=('i686' 'x86_64')
 url=http://gitorious.org/procps;
@@ -18,7 +18,7 @@
 
source=(procps-ng-${pkgver}.tar.gz::http://gitorious.org/procps/procps/archive-tarball/v${pkgver}
 sysctl.conf)
 sha1sums=('e78a098f1a3c06722155800cc5cfa0c865af03c0'
-  '46215e54fbca366cecd81ac47bc1997f147be462')
+  'efb6cdc17ee39be8433ae9c8e9bb02d1f47eeefc')
 
 build() {
   cd ${srcdir}/procps-procps

Modified: sysctl.conf
===
--- sysctl.conf 2012-07-11 16:22:59 UTC (rev 163234)
+++ sysctl.conf 2012-07-11 17:52:53 UTC (rev 163235)
@@ -25,7 +25,6 @@
 # Enable IPv6 Privacy Extensions
 net.ipv6.conf.default.use_tempaddr = 2
 net.ipv6.conf.all.use_tempaddr = 2
-net.ipv6.conf.eth0.use_tempaddr = 2
 
 # sets the port range used for outgoing connections
 #net.ipv4.ip_local_port_range = 3276861000



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

2012-07-11 Thread Eric Bélanger
Date: Wednesday, July 11, 2012 @ 13:53:04
  Author: eric
Revision: 163236

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

Added:
  procps-ng/repos/testing-i686/PKGBUILD
(from rev 163235, procps-ng/trunk/PKGBUILD)
  procps-ng/repos/testing-i686/sysctl.conf
(from rev 163235, procps-ng/trunk/sysctl.conf)
  procps-ng/repos/testing-x86_64/PKGBUILD
(from rev 163235, procps-ng/trunk/PKGBUILD)
  procps-ng/repos/testing-x86_64/sysctl.conf
(from rev 163235, procps-ng/trunk/sysctl.conf)
Deleted:
  procps-ng/repos/testing-i686/PKGBUILD
  procps-ng/repos/testing-i686/sysctl.conf
  procps-ng/repos/testing-x86_64/PKGBUILD
  procps-ng/repos/testing-x86_64/sysctl.conf

+
 testing-i686/PKGBUILD  |   70 
 testing-i686/sysctl.conf   |   93 +--
 testing-x86_64/PKGBUILD|   70 
 testing-x86_64/sysctl.conf |   93 +--
 4 files changed, 162 insertions(+), 164 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-07-11 17:52:53 UTC (rev 163235)
+++ testing-i686/PKGBUILD   2012-07-11 17:53:04 UTC (rev 163236)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=procps-ng
-pkgver=3.3.3
-pkgrel=2
-pkgdesc=Utilities for monitoring your system and processes on your system
-arch=('i686' 'x86_64')
-url=http://gitorious.org/procps;
-license=('GPL' 'LGPL')
-groups=('base')
-depends=('ncurses')
-conflicts=('procps')
-provides=('procps')
-replaces=('procps')
-backup=('etc/sysctl.conf')
-options=('!libtool')
-source=(procps-ng-${pkgver}.tar.gz::http://gitorious.org/procps/procps/archive-tarball/v${pkgver}
-sysctl.conf)
-sha1sums=('e78a098f1a3c06722155800cc5cfa0c865af03c0'
-  '46215e54fbca366cecd81ac47bc1997f147be462')
-
-build() {
-  cd ${srcdir}/procps-procps
-  echo ${pkgver}  .tarball-version
-  ./autogen.sh
-  ./configure --exec-prefix=/ --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib
-  make
-}
-
-package() {
-  cd ${srcdir}/procps-procps
-  make DESTDIR=${pkgdir} install
-  install -D -m644 ${srcdir}/sysctl.conf ${pkgdir}/etc/sysctl.conf
-}

Copied: procps-ng/repos/testing-i686/PKGBUILD (from rev 163235, 
procps-ng/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-11 17:53:04 UTC (rev 163236)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=procps-ng
+pkgver=3.3.3
+pkgrel=3
+pkgdesc=Utilities for monitoring your system and processes on your system
+arch=('i686' 'x86_64')
+url=http://gitorious.org/procps;
+license=('GPL' 'LGPL')
+groups=('base')
+depends=('ncurses')
+conflicts=('procps')
+provides=('procps')
+replaces=('procps')
+backup=('etc/sysctl.conf')
+options=('!libtool')
+source=(procps-ng-${pkgver}.tar.gz::http://gitorious.org/procps/procps/archive-tarball/v${pkgver}
+sysctl.conf)
+sha1sums=('e78a098f1a3c06722155800cc5cfa0c865af03c0'
+  'efb6cdc17ee39be8433ae9c8e9bb02d1f47eeefc')
+
+build() {
+  cd ${srcdir}/procps-procps
+  echo ${pkgver}  .tarball-version
+  ./autogen.sh
+  ./configure --exec-prefix=/ --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib
+  make
+}
+
+package() {
+  cd ${srcdir}/procps-procps
+  make DESTDIR=${pkgdir} install
+  install -D -m644 ${srcdir}/sysctl.conf ${pkgdir}/etc/sysctl.conf
+}

Deleted: testing-i686/sysctl.conf
===
--- testing-i686/sysctl.conf2012-07-11 17:52:53 UTC (rev 163235)
+++ testing-i686/sysctl.conf2012-07-11 17:53:04 UTC (rev 163236)
@@ -1,47 +0,0 @@
-# /etc/sysctl.conf - Configuration file for setting system variables
-# See sysctl.conf (5) for information.
-
-# you can have the CD-ROM close when you use it, and open
-# when you are done.
-#dev.cdrom.autoeject = 1
-#dev.cdrom.autoclose = 1
-
-# protection from the SYN flood attack
-net.ipv4.tcp_syncookies = 1
-
-# see the evil packets in your log files
-#net.ipv4.conf.all.log_martians = 1
-
-# if not functioning as a router, there is no need to accept redirects or 
source routes
-#net.ipv4.conf.all.accept_redirects = 0
-#net.ipv4.conf.all.accept_source_route = 0
-#net.ipv6.conf.all.accept_redirects = 0
-#net.ipv6.conf.all.accept_source_route = 0
-
-# Disable packet forwarding
-net.ipv4.ip_forward = 0
-net.ipv6.conf.all.forwarding = 0
-
-# Enable IPv6 Privacy Extensions
-net.ipv6.conf.default.use_tempaddr = 2
-net.ipv6.conf.all.use_tempaddr = 2
-net.ipv6.conf.eth0.use_tempaddr = 2
-
-# sets the port range used for outgoing connections
-#net.ipv4.ip_local_port_range = 3276861000
-
-# Swapping too much or not enough? Disks spinning up when you'd
-# rather they didn't? Tweak these.
-#vm.vfs_cache_pressure = 100
-#vm.laptop_mode = 

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

2012-07-11 Thread Eric Bélanger
Date: Wednesday, July 11, 2012 @ 14:12:08
  Author: eric
Revision: 163237

upgpkg: gpm 1.20.6-9

Add install info in service file (close FS#30637)

Modified:
  gpm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 17:53:04 UTC (rev 163236)
+++ PKGBUILD2012-07-11 18:12:08 UTC (rev 163237)
@@ -3,7 +3,7 @@
 
 pkgname=gpm
 pkgver=1.20.6
-pkgrel=8
+pkgrel=9
 pkgdesc=A mouse server for the console and xterm
 arch=('i686' 'x86_64')
 url=http://www.nico.schottelius.org/software/gpm/;
@@ -18,7 +18,7 @@
   '19e1feb1493373512a77801699df012d186336ea'
   '4c31cb7dd51cee4d16d3f7a8956e6d87fac1ad86'
   '88fe5ff10916c68a87abc8418a56eb0073f69fa9'
-  '2db35b5f587b8dd21f9943610e7dd70469f888c7')
+  'd2ba8def052225002c1f57280565c97c7bc79eac')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-07-11 Thread Eric Bélanger
Date: Wednesday, July 11, 2012 @ 14:12:28
  Author: eric
Revision: 163238

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

Added:
  gpm/repos/testing-i686/
  gpm/repos/testing-i686/PKGBUILD
(from rev 163237, gpm/trunk/PKGBUILD)
  gpm/repos/testing-i686/gpm
(from rev 163237, gpm/trunk/gpm)
  gpm/repos/testing-i686/gpm.conf.d
(from rev 163237, gpm/trunk/gpm.conf.d)
  gpm/repos/testing-i686/gpm.install
(from rev 163237, gpm/trunk/gpm.install)
  gpm/repos/testing-i686/gpm.service
(from rev 163237, gpm/trunk/gpm.service)
  gpm/repos/testing-i686/gpm.sh
(from rev 163237, gpm/trunk/gpm.sh)
  gpm/repos/testing-x86_64/
  gpm/repos/testing-x86_64/PKGBUILD
(from rev 163237, gpm/trunk/PKGBUILD)
  gpm/repos/testing-x86_64/gpm
(from rev 163237, gpm/trunk/gpm)
  gpm/repos/testing-x86_64/gpm.conf.d
(from rev 163237, gpm/trunk/gpm.conf.d)
  gpm/repos/testing-x86_64/gpm.install
(from rev 163237, gpm/trunk/gpm.install)
  gpm/repos/testing-x86_64/gpm.service
(from rev 163237, gpm/trunk/gpm.service)
  gpm/repos/testing-x86_64/gpm.sh
(from rev 163237, gpm/trunk/gpm.sh)

+
 testing-i686/PKGBUILD  |   41 +
 testing-i686/gpm   |   41 +
 testing-i686/gpm.conf.d|4 
 testing-i686/gpm.install   |   16 
 testing-i686/gpm.service   |9 +
 testing-i686/gpm.sh|3 +++
 testing-x86_64/PKGBUILD|   41 +
 testing-x86_64/gpm |   41 +
 testing-x86_64/gpm.conf.d  |4 
 testing-x86_64/gpm.install |   16 
 testing-x86_64/gpm.service |9 +
 testing-x86_64/gpm.sh  |3 +++
 12 files changed, 228 insertions(+)

Copied: gpm/repos/testing-i686/PKGBUILD (from rev 163237, gpm/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-11 18:12:28 UTC (rev 163238)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=gpm
+pkgver=1.20.6
+pkgrel=9
+pkgdesc=A mouse server for the console and xterm
+arch=('i686' 'x86_64')
+url=http://www.nico.schottelius.org/software/gpm/;
+license=('GPL')
+depends=('ncurses' 'bash')
+backup=('etc/conf.d/gpm')
+options=('!makeflags')
+install=gpm.install
+source=(http://www.nico.schottelius.org/software/gpm/archives/${pkgname}-${pkgver}.tar.lzma
 \
+gpm gpm.conf.d gpm.sh gpm.service)
+sha1sums=('4677da0eb2f1910a5a744bbefa08fea82e0dca0c'
+  '19e1feb1493373512a77801699df012d186336ea'
+  '4c31cb7dd51cee4d16d3f7a8956e6d87fac1ad86'
+  '88fe5ff10916c68a87abc8418a56eb0073f69fa9'
+  'd2ba8def052225002c1f57280565c97c7bc79eac')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m755 ../gpm ${pkgdir}/etc/rc.d/gpm
+  install -D -m644 ../gpm.conf.d ${pkgdir}/etc/conf.d/gpm
+  install -D -m755 ../gpm.sh ${pkgdir}/etc/profile.d/gpm.sh
+  install -D -m644 ../gpm.service 
${pkgdir}/usr/lib/systemd/system/gpm.service
+
+# library fixes
+  cd ${pkgdir}/usr/lib/
+  ln -s libgpm.so.2.* libgpm.so
+  chmod 755 ${pkgdir}/usr/lib/libgpm.so.*
+}

Copied: gpm/repos/testing-i686/gpm (from rev 163237, gpm/trunk/gpm)
===
--- testing-i686/gpm(rev 0)
+++ testing-i686/gpm2012-07-11 18:12:28 UTC (rev 163238)
@@ -0,0 +1,41 @@
+#!/bin/bash
+
+# source application-specific settings
+GPM_ARGS=
+[ -f /etc/conf.d/gpm ]  . /etc/conf.d/gpm
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+PID=$(pidof -o %PPID /usr/sbin/gpm)
+case $1 in
+  start)
+stat_busy Starting GPM Daemon
+[ -z $PID ]  /usr/sbin/gpm ${GPM_ARGS}
+PID=$(pidof -o %PPID /usr/sbin/gpm)
+if [ -z $PID ]; then
+  stat_fail
+else
+  add_daemon gpm
+  stat_done
+fi
+;;
+  stop)
+stat_busy Stopping GPM Daemon
+[ ! -z $PID ]   kill $PID  /dev/null
+if [ $? -gt 0 ]; then
+  stat_fail
+else
+  rm_daemon gpm
+  stat_done
+fi
+;;
+  restart)
+$0 stop
+sleep 1
+$0 start
+;;
+  *)
+echo usage: $0 {start|stop|restart}  
+esac
+exit 0

Copied: gpm/repos/testing-i686/gpm.conf.d (from rev 163237, 
gpm/trunk/gpm.conf.d)
===
--- testing-i686/gpm.conf.d (rev 0)
+++ testing-i686/gpm.conf.d 2012-07-11 18:12:28 UTC (rev 163238)
@@ -0,0 +1,4 @@
+#
+# Parameters to be passed to gpm
+#
+GPM_ARGS=-m /dev/input/mice -t imps2

Copied: gpm/repos/testing-i686/gpm.install (from rev 163237, 
gpm/trunk/gpm.install)

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

2012-07-11 Thread andyrtr
Date: Wednesday, July 11, 2012 @ 14:37:59
  Author: andyrtr
Revision: 163239

upgpkg: libreoffice-i18n 3.5.5-1

upstream update 3.5.5

Modified:
  libreoffice-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  318 ++---
 1 file changed, 159 insertions(+), 159 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 18:12:28 UTC (rev 163238)
+++ PKGBUILD2012-07-11 18:37:59 UTC (rev 163239)
@@ -21,8 +21,8 @@
 'libreoffice-tn''libreoffice-tr''libreoffice-ts'
'libreoffice-ug''libreoffice-uk' #   'libreoffice-ur'
 'libreoffice-uz''libreoffice-ve''libreoffice-vi'
'libreoffice-xh''libreoffice-zh-CN' 'libreoffice-zh-TW'
 'libreoffice-zu')
-_rcver=3.5.4rc2
-pkgver=3.5.4
+_rcver=3.5.5rc3
+pkgver=3.5.5
 pkgrel=1
 
 _oodlver=${pkgver}
@@ -206,163 +206,163 @@
${_url}/LibO_${_oodlver}_Linux_x86_{langpack,helppack}-rpm_zh-TW.tar.gz
#${_url}/LibO_${_oodlver}_Linux_x86_{langpack,helppack}-rpm_zu.tar.gz
${_url}/LibO_${_oodlver}_Linux_x86_langpack-rpm_zu.tar.gz)
-md5sums=('a6b2948ae0ca3fa2f47f136a8258bb94'
- 'ecc19a135e2e8a0319898c28ad5ad2af'
- 'bab4af275809fe0e21b97286c60902ed'
- 'ce3a702256a4bf34e978fe949efa60c7'
- '9be56689d9c5ec2390a223e5523ceb41'
- '80ff86e96f3d144123a83dfd51956685'
- '581067ac42e93313a02226e00ca73676'
- '5a874e91af78a1ac9b9152f873a78860'
- '777b1b2e54514d8fe68aa1977641aacb'
- 'e5e32f31ca9b44e76ad38e0557f33fbf'
- '65290571e9ba521c23c30539a3158827'
- '9e8d836658845b767e594a67875f03af'
- 'd9e86892e5c89a6106eabd2a59ffee21'
- '6748a881158c6ba1d933fc0d68d1cacd'
- '42d44c183262a25d7d5c5ed4903cb75f'
- '13d63a94f6f3c362994d2095ae79f012'
- '669354ccdde5594281fe8b76f0b66ce6'
- '882af3bc92f6995ebcb1754448fc428f'
- 'cfa5818669d93c458d2bf0ec2d03abc2'
- '74a98362f1ccf6f6e2ef47545a077e5d'
- 'aa095d086406705f33dbca3969afedcb'
- '9cff472e128d469346fa27d761b40f75'
- '36f1510182c7fdf3da2838763d7ff457'
- 'd13234f2c69b30eceab26de3fa69c809'
- '5f56cd329a030e9681d43daa8def2f82'
- '94578a8a0b78b1dbe3a75aeed68b5613'
- 'f0175633dafa75c5ba7fc1d406a23660'
- '4bface3a36fe0b555659e7135e0111ca'
- '23541b03c3c2e648feda24b467bff71c'
- 'a030563f1488ff4b48fa3355ff4c57f7'
- 'd4002613165466ab60464eaaf03f7901'
- 'a2cf4a7bf9e735203199b7e16ca2dc90'
- 'edc3c92589bfd986848c9b8fbe84f95b'
- '5150aedd99779c6c46a2958ef847e4c2'
- '354002b5aceb28fdef59ff7b926a1a28'
- '7d694523c9f3d7e6a4b21cff73b895fe'
- '5a61d2c645de363e389f9a05bf7c634e'
- 'd6c5a47861914e6bbb25e0609c0b4f25'
- '3edbfb369e77b6302ff64f6d9d3ae74a'
- '6b429ec07a9e59376b0690cc472e6c1c'
- 'b756e4a0b794e96a13a2a3420da28c54'
- 'f24ca3c8dd4f6a91ba994b04ff289225'
- 'c0a3adcc9f1fb658a78be7132b279a24'
- '77e73936c69922aa0756a5d5ac504c85'
- '34f55a4d65fb5416f53e50b919ef8746'
- '050a6ec87f85644170b6d86b196842a9'
- '33f27715f86ac4408240ac0c7232465e'
- '2c22cdf5cdb1fe434bad70d99929857d'
- '7e13ca049e5ab745ee6f8a14767af6e6'
- 'cd2d3b0bce0ac740f53dc7ebae3d1c74'
- '36c183d38c118acda85fdc032f703270'
- 'ce12e932353bae1509d151f6e2b6907a'
- '94d999c13fdecc296385e4a15c1d4980'
- '75d99cf5dbcadf5662317180819b8e10'
- 'a354752fba8354791ee46974f0229a3a'
- '5fc5946e6eebcbd6f36201121a6f3054'
- '87959b64d56fb8f295d08cacfbca59b0'
- 'e6a0e052f4d1bd8e33abc00eaef111a0'
- '22f5e172a2c8df30330565cea76c7b95'
- '48e29fba63188fe102194df70dee87c1'
- '873ed50865dab4ce08fcffcf9f5a7301'
- '14f31d5c75b4ae5c9444e77303ee585d'
- '68fde67beccb0294bed0a97df4c6c9d1'
- '9e24158379c636bf6493cff6e32ad793'
- '2cafeefbf7ace5ade825b71afae167ae'
- 'd10de6a0e4f6219186db8e8f04a85dc9'
- '7197be7541c36f1f7d487e16c1393abd'
- '1fbaddd9bebfafa55da3026c31403d80'
- '68cb25accea55c8fc733891ee7231605'
- '1535bf211825ab0f32749d2941fee482'
- '9ca56c46ab58775e22d4ecec6078d123'
- 'fd641a12656cd0b719d0e9556469f24f'
- 'abf841ea47b186d460e8c6a1ab619a76'
- '2da28fef4f39fbab75e6f5f5c0de4ae6'
- 'd0fdc6289a341eadab35c23c3785cddb'
- '20be5bbd6808f0cd836e37486845e173'
- '29a475d0189fead140a899057c3fd084'
- 'dc95f05fb07c195c12e4af1f89a1f79d'
- '35bb02bea496e5d092742c4dd980740e'
- 'e57efea98e032aaeb012cf4356eb48b9'
- 'a64b2f76c251913ac50604f249cc2c98'
- '21f9f6537d91197d9080eca633c90320'
- '5e1ffdacd69821d2a02a3d46b2952d9a'
- 'd36d5528dfc278b44d2c1cb875679650'
- '922a8bf1bae076ca66b3bf932f858733'
- 

[arch-commits] Commit in libreoffice-i18n/repos/extra-any (3 files)

2012-07-11 Thread andyrtr
Date: Wednesday, July 11, 2012 @ 14:39:08
  Author: andyrtr
Revision: 163240

archrelease: copy trunk to extra-any

Added:
  libreoffice-i18n/repos/extra-any/PKGBUILD
(from rev 163239, libreoffice-i18n/trunk/PKGBUILD)
  libreoffice-i18n/repos/extra-any/PKGBUILD.36
(from rev 163239, libreoffice-i18n/trunk/PKGBUILD.36)
Deleted:
  libreoffice-i18n/repos/extra-any/PKGBUILD

-+
 PKGBUILD| 3026 +-
 PKGBUILD.36 | 1516 +
 2 files changed, 3029 insertions(+), 1513 deletions(-)

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


[arch-commits] Commit in (4 files)

2012-07-11 Thread Tobias Powalowski
Date: Wednesday, July 11, 2012 @ 14:50:12
  Author: tpowa
Revision: 163241

newpkg: enable claws-mail tweaking with gui

Added:
  clawsker/
  clawsker/repos/
  clawsker/trunk/
  clawsker/trunk/PKGBUILD

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

Added: clawsker/trunk/PKGBUILD
===
--- clawsker/trunk/PKGBUILD (rev 0)
+++ clawsker/trunk/PKGBUILD 2012-07-11 18:50:12 UTC (rev 163241)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Francesco Groccia frgroccia gmail.com
+# Contributor: Jakub mr.MikyMaus Fiser m...@mikymaus.org
+
+pkgname=clawsker
+pkgver=0.7.8
+pkgrel=1
+pkgdesc=An applet to edit Claws Mail's hidden preferences.
+arch=('any')
+url=http://www.claws-mail.org/clawsker.php;
+license=('GPL3')
+makedepends=('gettext')
+depends=('gtk2-perl' 'perl-locale-gettext' 'claws-mail')
+source=(http://www.claws-mail.org/tools/$pkgname-$pkgver.tar.gz;)
+md5sums=('39bfd14316813aa957fb87b9ba32db65')
+
+build()
+{
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make PREFIX=/usr DESTDIR=$pkgdir install
+}


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


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

2012-07-11 Thread Tobias Powalowski
Date: Wednesday, July 11, 2012 @ 14:51:07
  Author: tpowa
Revision: 163242

archrelease: copy trunk to extra-any

Added:
  clawsker/repos/extra-any/
  clawsker/repos/extra-any/PKGBUILD
(from rev 163241, clawsker/trunk/PKGBUILD)

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

Copied: clawsker/repos/extra-any/PKGBUILD (from rev 163241, 
clawsker/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2012-07-11 18:51:07 UTC (rev 163242)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Francesco Groccia frgroccia gmail.com
+# Contributor: Jakub mr.MikyMaus Fiser m...@mikymaus.org
+
+pkgname=clawsker
+pkgver=0.7.8
+pkgrel=1
+pkgdesc=An applet to edit Claws Mail's hidden preferences.
+arch=('any')
+url=http://www.claws-mail.org/clawsker.php;
+license=('GPL3')
+makedepends=('gettext')
+depends=('gtk2-perl' 'perl-locale-gettext' 'claws-mail')
+source=(http://www.claws-mail.org/tools/$pkgname-$pkgver.tar.gz;)
+md5sums=('39bfd14316813aa957fb87b9ba32db65')
+
+build()
+{
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make PREFIX=/usr DESTDIR=$pkgdir install
+}



[arch-commits] Commit in (4 files)

2012-07-11 Thread Tobias Powalowski
Date: Wednesday, July 11, 2012 @ 15:02:48
  Author: tpowa
Revision: 163243

newpkg: add themes for claws-mail

Added:
  claws-mail-themes/
  claws-mail-themes/repos/
  claws-mail-themes/trunk/
  claws-mail-themes/trunk/PKGBUILD

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

Added: claws-mail-themes/trunk/PKGBUILD
===
--- claws-mail-themes/trunk/PKGBUILD(rev 0)
+++ claws-mail-themes/trunk/PKGBUILD2012-07-11 19:02:48 UTC (rev 163243)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=claws-mail-themes
+pkgver=20120129
+pkgrel=1
+pkgdesc=Claws Mail's themes
+arch=('any')
+url=http://www.claws-mail.org/themes.php;
+license=('CCPL')
+depends=('claws-mail')
+source=(http://www.claws-mail.org/themes/$pkgname-$pkgver.tar.gz;)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+md5sums=('930fdb9ee031275c762781e1e7bc7166')


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


[arch-commits] Commit in claws-mail-themes/repos (extra-any extra-any/PKGBUILD)

2012-07-11 Thread Tobias Powalowski
Date: Wednesday, July 11, 2012 @ 15:04:28
  Author: tpowa
Revision: 163244

archrelease: copy trunk to extra-any

Added:
  claws-mail-themes/repos/extra-any/
  claws-mail-themes/repos/extra-any/PKGBUILD
(from rev 163243, claws-mail-themes/trunk/PKGBUILD)

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

Copied: claws-mail-themes/repos/extra-any/PKGBUILD (from rev 163243, 
claws-mail-themes/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2012-07-11 19:04:28 UTC (rev 163244)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=claws-mail-themes
+pkgver=20120129
+pkgrel=1
+pkgdesc=Claws Mail's themes
+arch=('any')
+url=http://www.claws-mail.org/themes.php;
+license=('CCPL')
+depends=('claws-mail')
+source=(http://www.claws-mail.org/themes/$pkgname-$pkgver.tar.gz;)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+md5sums=('930fdb9ee031275c762781e1e7bc7166')



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

2012-07-11 Thread andyrtr
Date: Wednesday, July 11, 2012 @ 16:10:15
  Author: andyrtr
Revision: 163245

upgpkg: libreoffice 3.5.5-1

upstream update 3.5.5; disable system boost that won't build right now

Modified:
  libreoffice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 19:04:28 UTC (rev 163244)
+++ PKGBUILD2012-07-11 20:10:15 UTC (rev 163245)
@@ -24,14 +24,14 @@
'libreoffice-extension-scripting-python'
'libreoffice-extension-wiki-publisher'
'libreoffice-extension-nlpsolver') # svn up -r 142692 (last one with 
all extensions built
-_LOver=3.5.5.2
+_LOver=3.5.5.3
 pkgver=3.5.5
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url=http://www.libreoffice.org/;
 makedepends=( # makedepends
- 'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'hsqldb-java' 
'boost'
+ 'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'hsqldb-java' 
# 'boost'
  'apache-ant' 'gperf' 'poppler=0.20.1' 'kdelibs' 'gconf' 'cppunit'
  'beanshell'  'vigra' 'lucene' 'junit' 'libmythes' 'libwpg' 
'imagemagick'
  'mesa' 'gstreamer0.10-base' 'java-environment' 'postgresql-libs'
@@ -46,11 +46,12 @@
 # http://download.documentfoundation.org/mirrors/all.html
 # http://wiki.documentfoundation.org/Mirrors
 
-#_mirror=http://download.documentfoundation.org/libreoffice/src/${pkgver};
-_mirror=http://dev-builds.libreoffice.org/pre-releases/src;
+_mirror=http://download.documentfoundation.org/libreoffice/src/${pkgver};
+#_mirror=http://dev-builds.libreoffice.org/pre-releases/src;
 _additional_source_url=http://dev-www.libreoffice.org/src;
 source=(${_mirror}/${pkgbase}-{core,help,translations}-${_LOver}.tar.xz

${_additional_source_url}/18f577b374d60b3c760a3a3350407632-STLport-4.5.tar.gz
+   
${_additional_source_url}/f02578f5218f217a9f20e9c30e119c6a-boost_1_44_0.tar.bz2

${_additional_source_url}/a9a1db27688bad49418667b434d29c1f-libvisio-0.0.18.tar.bz2

${_additional_source_url}/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz

${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
@@ -84,6 +85,7 @@
libreoffice-common.sh libreoffice-common.csh)
 noextract=(a9a1db27688bad49418667b434d29c1f-libvisio-0.0.18.tar.bz2
18f577b374d60b3c760a3a3350407632-STLport-4.5.tar.gz
+   f02578f5218f217a9f20e9c30e119c6a-boost_1_44_0.tar.bz2
185d60944ea767075d27247c3162b3bc-unowinreg.dll
0ff7d225d087793c8c2c680d77aac3e7-mdds_0.5.3.tar.bz2
ada24d37d8d638b3d8a9985e80bc2978-source-9.0.0.7-bj.zip
@@ -110,10 +112,11 @@
ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip
db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip
ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip)
-md5sums=('6d60a0541237d8507b4c55247ff33fc1'
- 'f9262186489750608a48356e92414600'
- '02d7026c3b28fc82c4a4cddc037a7fa0'
+md5sums=('ccb80344ae1ac546b3a6b6d85f3ae26a'
+ '09153713133bddc49af99bd76129e929'
+ 'c2e66522b8adf0b3fb5789e295129ba9'
  '18f577b374d60b3c760a3a3350407632'
+ 'f02578f5218f217a9f20e9c30e119c6a'
  'a9a1db27688bad49418667b434d29c1f'
  '1f24ab1d39f4a51faf22244c94a6203f'
  '35c94d2df8893241173de1d16b6034c0'
@@ -248,7 +251,7 @@
--without-system-mozilla \
--without-system-mozilla-headers \
--with-ant-home=/usr/share/java/apache-ant\
-   --with-system-boost\
+   --without-system-boost\
--with-system-cairo\
--with-system-libs\
--with-system-mythes\
@@ -711,5 +714,5 @@
  groups=('libreoffice-extensions')
 
install -dm755 ${pkgdir}/usr/lib/libreoffice/share/extensions
-   unzip -q ${srcdir}/build/solver/${_OFFICEUPD}/unxlng*/bin/NLPSolver.oxt 
-d ${pkgdir}/usr/lib/libreoffice/share/extensions/nlpsolver
-}
\ No newline at end of file
+   unzip -q 
${srcdir}/libreoffice-core-$_LOver/solver/unxlng*/bin/nlpsolver.oxt -d 
${pkgdir}/usr/lib/libreoffice/share/extensions/nlpsolver
+}



[arch-commits] Commit in libreoffice/repos (52 files)

2012-07-11 Thread andyrtr
Date: Wednesday, July 11, 2012 @ 16:12:36
  Author: andyrtr
Revision: 163246

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

Added:
  libreoffice/repos/extra-i686/PKGBUILD
(from rev 163245, libreoffice/trunk/PKGBUILD)
  libreoffice/repos/extra-i686/PKGBUILD.36
(from rev 163245, libreoffice/trunk/PKGBUILD.36)
  libreoffice/repos/extra-i686/buildfix.diff
(from rev 163245, libreoffice/trunk/buildfix.diff)
  libreoffice/repos/extra-i686/buildfix_icu49.diff
(from rev 163245, libreoffice/trunk/buildfix_icu49.diff)
  libreoffice/repos/extra-i686/fix_broken_hebrew_wordwrapping.diff
(from rev 163245, libreoffice/trunk/fix_broken_hebrew_wordwrapping.diff)
  libreoffice/repos/extra-i686/libreoffice-base.install
(from rev 163245, libreoffice/trunk/libreoffice-base.install)
  libreoffice/repos/extra-i686/libreoffice-calc.install
(from rev 163245, libreoffice/trunk/libreoffice-calc.install)
  libreoffice/repos/extra-i686/libreoffice-common.csh
(from rev 163245, libreoffice/trunk/libreoffice-common.csh)
  libreoffice/repos/extra-i686/libreoffice-common.install
(from rev 163245, libreoffice/trunk/libreoffice-common.install)
  libreoffice/repos/extra-i686/libreoffice-common.sh
(from rev 163245, libreoffice/trunk/libreoffice-common.sh)
  libreoffice/repos/extra-i686/libreoffice-draw.install
(from rev 163245, libreoffice/trunk/libreoffice-draw.install)
  libreoffice/repos/extra-i686/libreoffice-impress.install
(from rev 163245, libreoffice/trunk/libreoffice-impress.install)
  libreoffice/repos/extra-i686/libreoffice-writer.install
(from rev 163245, libreoffice/trunk/libreoffice-writer.install)
  libreoffice/repos/extra-x86_64/PKGBUILD
(from rev 163245, libreoffice/trunk/PKGBUILD)
  libreoffice/repos/extra-x86_64/PKGBUILD.36
(from rev 163245, libreoffice/trunk/PKGBUILD.36)
  libreoffice/repos/extra-x86_64/buildfix.diff
(from rev 163245, libreoffice/trunk/buildfix.diff)
  libreoffice/repos/extra-x86_64/buildfix_icu49.diff
(from rev 163245, libreoffice/trunk/buildfix_icu49.diff)
  libreoffice/repos/extra-x86_64/fix_broken_hebrew_wordwrapping.diff
(from rev 163245, libreoffice/trunk/fix_broken_hebrew_wordwrapping.diff)
  libreoffice/repos/extra-x86_64/libreoffice-base.install
(from rev 163245, libreoffice/trunk/libreoffice-base.install)
  libreoffice/repos/extra-x86_64/libreoffice-calc.install
(from rev 163245, libreoffice/trunk/libreoffice-calc.install)
  libreoffice/repos/extra-x86_64/libreoffice-common.csh
(from rev 163245, libreoffice/trunk/libreoffice-common.csh)
  libreoffice/repos/extra-x86_64/libreoffice-common.install
(from rev 163245, libreoffice/trunk/libreoffice-common.install)
  libreoffice/repos/extra-x86_64/libreoffice-common.sh
(from rev 163245, libreoffice/trunk/libreoffice-common.sh)
  libreoffice/repos/extra-x86_64/libreoffice-draw.install
(from rev 163245, libreoffice/trunk/libreoffice-draw.install)
  libreoffice/repos/extra-x86_64/libreoffice-impress.install
(from rev 163245, libreoffice/trunk/libreoffice-impress.install)
  libreoffice/repos/extra-x86_64/libreoffice-writer.install
(from rev 163245, libreoffice/trunk/libreoffice-writer.install)
Deleted:
  libreoffice/repos/extra-i686/PKGBUILD
  libreoffice/repos/extra-i686/PKGBUILD.36
  libreoffice/repos/extra-i686/buildfix.diff
  libreoffice/repos/extra-i686/buildfix_icu49.diff
  libreoffice/repos/extra-i686/fix_broken_hebrew_wordwrapping.diff
  libreoffice/repos/extra-i686/libreoffice-base.install
  libreoffice/repos/extra-i686/libreoffice-calc.install
  libreoffice/repos/extra-i686/libreoffice-common.csh
  libreoffice/repos/extra-i686/libreoffice-common.install
  libreoffice/repos/extra-i686/libreoffice-common.sh
  libreoffice/repos/extra-i686/libreoffice-draw.install
  libreoffice/repos/extra-i686/libreoffice-impress.install
  libreoffice/repos/extra-i686/libreoffice-writer.install
  libreoffice/repos/extra-x86_64/PKGBUILD
  libreoffice/repos/extra-x86_64/PKGBUILD.36
  libreoffice/repos/extra-x86_64/buildfix.diff
  libreoffice/repos/extra-x86_64/buildfix_icu49.diff
  libreoffice/repos/extra-x86_64/fix_broken_hebrew_wordwrapping.diff
  libreoffice/repos/extra-x86_64/libreoffice-base.install
  libreoffice/repos/extra-x86_64/libreoffice-calc.install
  libreoffice/repos/extra-x86_64/libreoffice-common.csh
  libreoffice/repos/extra-x86_64/libreoffice-common.install
  libreoffice/repos/extra-x86_64/libreoffice-common.sh
  libreoffice/repos/extra-x86_64/libreoffice-draw.install
  libreoffice/repos/extra-x86_64/libreoffice-impress.install
  libreoffice/repos/extra-x86_64/libreoffice-writer.install

--+
 extra-i686/PKGBUILD  | 1421 ++---
 extra-i686/PKGBUILD.36   | 1415 ++--
 extra-i686/buildfix.diff |   24 
 extra-i686/buildfix_icu49.diff   |   84 -
 

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

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:49:45
  Author: andrea
Revision: 163247

KDE 4.9 RC2

Modified:
  kdelibs/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:12:36 UTC (rev 163246)
+++ PKGBUILD2012-07-11 20:49:45 UTC (rev 163247)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdelibs
-pkgver=4.8.95
-pkgrel=2
+pkgver=4.8.97
+pkgrel=1
 pkgdesc=KDE Core Libraries
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdelibs'
@@ -19,7 +19,7 @@
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;
 'kde-applications-menu.patch' 'archlinux-menu.patch'
 'use-pythondontwritebytecode.patch')
-sha1sums=('dd7cd4f314b0a8723c782df6e33208d7e6d5813a'
+sha1sums=('adbbc70a2e0d243f3875469cafe22b63b0625a7e'
   '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
   '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
   'bbacbbe2194f3961cd7557d98a9ddef158ca11aa')



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

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:49:48
  Author: andrea
Revision: 163248

KDE 4.9 RC2

Modified:
  kdepimlibs/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:49:45 UTC (rev 163247)
+++ PKGBUILD2012-07-11 20:49:48 UTC (rev 163248)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdepimlibs
-pkgver=4.8.95
+pkgver=4.8.97
 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/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('224fe4bb1a5eb6f51dd96e70259ee5bfb60d03ac')
+sha1sums=('5d8cfed6f902b101a78372ff1b4220dc21a65ed0')
 
 build() {
   cd ${srcdir}



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

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:49:51
  Author: andrea
Revision: 163249

KDE 4.9 RC2

Modified:
  oxygen-icons/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:49:48 UTC (rev 163248)
+++ PKGBUILD2012-07-11 20:49:51 UTC (rev 163249)
@@ -5,7 +5,7 @@
 pkgbase=oxygen-icons
 pkgname=('oxygen-icons'
  'oxygen-icons-svg')
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 pkgdesc=The Oxygen Icon Theme
 arch=('any')
@@ -13,7 +13,7 @@
 license=('LGPL')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('6a6a9a778ba3100ce4529ca47ce3d741c0368782')
+sha1sums=('f87a6f800cdb2a1948c382f3f421ed2fde1fe932')
 
 build() {
cd $srcdir



[arch-commits] Commit in nepomuk-core/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:49:55
  Author: andrea
Revision: 163250

KDE 4.9 RC2

Modified:
  nepomuk-core/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:49:51 UTC (rev 163249)
+++ PKGBUILD2012-07-11 20:49:55 UTC (rev 163250)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=nepomuk-core
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 pkgdesc=Contains the central Nepomuk services like file indexing, file system 
monitoring, query, storage, client libraries
 url=https://projects.kde.org/projects/kde/kdelibs/nepomuk-core;
@@ -11,7 +11,7 @@
 depends=('kdelibs')
 makedepends=('cmake' 'automoc4' 'doxygen')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('4c1653adff9104afdd9297d735b3b90f8060d3ba')
+sha1sums=('6d456fd2de9daa8b97c730346b7377b8df265e56')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kactivities/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:49:58
  Author: andrea
Revision: 163251

KDE 4.9 RC2

Modified:
  kactivities/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:49:55 UTC (rev 163250)
+++ PKGBUILD2012-07-11 20:49:58 UTC (rev 163251)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kactivities
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='API for using and interacting with the Activity Manager'
@@ -11,7 +11,7 @@
 depends=('kdelibs')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('681157b54742cfccc5b77a71054dbe397863304b')
+sha1sums=('46ceae20db381c0e4de77f46246ff0db6fdd43a4')
 
 build() {
   cd ${srcdir}



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

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:50:02
  Author: andrea
Revision: 163252

KDE 4.9 RC2

Modified:
  kdebase-runtime/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:49:58 UTC (rev 163251)
+++ PKGBUILD2012-07-11 20:50:02 UTC (rev 163252)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdebase-runtime
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 pkgdesc=Plugins and applications necessary for the running of KDE 
applications
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 'gdb: drkonq crash handler')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
-sha1sums=('3337f5ae6e2cd18e444a71b32875b7a39097b507')
+sha1sums=('5eff74a293c9adf8e76fb45f5a085726c083c179')
 
 build() {
 cd ${srcdir}



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

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:50:05
  Author: andrea
Revision: 163253

KDE 4.9 RC2

Modified:
  kdepim-runtime/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:50:02 UTC (rev 163252)
+++ PKGBUILD2012-07-11 20:50:05 UTC (rev 163253)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdepim-runtime
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'boost')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('dead714849ef22580abcfcf72ccb469517a45715')
+sha1sums=('c31f09b734e558f0c8e279270058ec0cc62fed3c')
 
 build() {
 cd ${srcdir}



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

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:50:08
  Author: andrea
Revision: 163254

KDE 4.9 RC2

Modified:
  kdebindings-smokegen/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:50:05 UTC (rev 163253)
+++ PKGBUILD2012-07-11 20:50:08 UTC (rev 163254)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-smokegen
-pkgver=4.8.95
+pkgver=4.8.97
 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/unstable/${pkgver}/src/smokegen-${pkgver}.tar.xz;)
-sha1sums=('e0d26ff3d58848b01800779d4777aca86c10d31d')
+sha1sums=('8348e0f3b7bb5acbb6646e6c08dbdf5d17fa32dc')
 
 build() {
   cd ${srcdir}



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

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:50:11
  Author: andrea
Revision: 163255

KDE 4.9 RC2

Modified:
  kdebindings-smokeqt/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:50:08 UTC (rev 163254)
+++ PKGBUILD2012-07-11 20:50:11 UTC (rev 163255)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-smokeqt
-pkgver=4.8.95
+pkgver=4.8.97
 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')
 conflicts=('kdebindings-smoke')
 
source=(http://download.kde.org/unstable/${pkgver}/src/smokeqt-${pkgver}.tar.xz;)
-sha1sums=('3a94b897c74b99be55050ffeff53b1354fcc400e')
+sha1sums=('bec234f07c2f2c126bc73b163fc5f4052954d228')
 
 build() {
   cd ${srcdir}



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

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:50:14
  Author: andrea
Revision: 163256

KDE 4.9 RC2

Modified:
  kdegraphics-okular/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:50:11 UTC (rev 163255)
+++ PKGBUILD2012-07-11 20:50:14 UTC (rev 163256)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-okular
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 pkgdesc='Document Viewer'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 optdepends=('kdegraphics-mobipocket: mobipocket support')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/okular-${pkgver}.tar.xz;)
-sha1sums=('5c01107a9ec9a521999e4236283277f814d139de')
+sha1sums=('a31da767627783ee4d27e4a9bf2bacd893fcb467')
 
 build() {
   cd ${srcdir}



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

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:50:18
  Author: andrea
Revision: 163257

KDE 4.9 RC2

Modified:
  kdesdk-kate/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:50:14 UTC (rev 163256)
+++ PKGBUILD2012-07-11 20:50:18 UTC (rev 163257)
@@ -5,14 +5,14 @@
 pkgname=('kdebase-katepart'
  'kdebase-kwrite'
  'kdesdk-kate')
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 makedepends=('kdelibs ''cmake' 'automoc4')
 source=(http://download.kde.org/unstable/${pkgver}/src/kate-${pkgver}.tar.xz;
 'pkgbuild-syntax-highlight.patch')
-sha1sums=('14dae5c5bf0b9a32a0be27c2b9e1e5f34fec8d43'
+sha1sums=('2f5481aff6802057ce2b46c6d421c8f5657926b3'
   '0a928253bd2077f0264d96a6c8823c69c47b6a8d')
 
 build() {



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

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:50:21
  Author: andrea
Revision: 163258

KDE 4.9 RC2

Modified:
  kdebindings-smokekde/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:50:18 UTC (rev 163257)
+++ PKGBUILD2012-07-11 20:50:21 UTC (rev 163258)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-smokekde
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 pkgdesc=Language independent library for KDE bindings
 url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokekde;
@@ -16,7 +16,7 @@
 'kdegraphics-okular: Okular bindings')
 conflicts=('kdebindings-smoke')
 
source=(http://download.kde.org/unstable/${pkgver}/src/smokekde-${pkgver}.tar.xz;)
-sha1sums=('0bee4ca382834d1d4a88c14a6a810c1f974155f6')
+sha1sums=('04961b5a81728393995bc40e31a777012774078f')
 
 build() {
   cd ${srcdir}



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

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:50:25
  Author: andrea
Revision: 163259

KDE 4.9 RC2

Modified:
  kdebindings-perlqt/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:50:21 UTC (rev 163258)
+++ PKGBUILD2012-07-11 20:50:25 UTC (rev 163259)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-perlqt
-pkgver=4.8.95
+pkgver=4.8.97
 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/unstable/${pkgver}/src/perlqt-${pkgver}.tar.xz;)
-sha1sums=('4eb3f12bde0b1a0bc1bc07ec9c11fb057e8ce9bc')
+sha1sums=('387afb6746d55fa4d63ee5885e91cd12b6161f5e')
 
 build() {
   cd ${srcdir}



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

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:50:28
  Author: andrea
Revision: 163260

KDE 4.9 RC2

Modified:
  kdebindings-python/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:50:25 UTC (rev 163259)
+++ PKGBUILD2012-07-11 20:50:28 UTC (rev 163260)
@@ -4,8 +4,8 @@
 pkgbase=kdebindings-python
 pkgname=('kdebindings-python'
  'kdebindings-python2')
-pkgver=4.8.95
-pkgrel=2
+pkgver=4.8.97
+pkgrel=1
 url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt'
  'pyqt' 'qscintilla' 'python2-sip' 'python-sip')
 
source=(http://download.kde.org/unstable/${pkgver}/src/pykde4-${pkgver}.tar.xz;)
-sha1sums=('e0b674d266f679d9dc36b28bff46767cba97f280')
+sha1sums=('734f97218bb867bd36ac9d25bac89c5d8b0b60cd')
 
 build() {
   export PYTHONDONTWRITEBYTECODE=TRUE



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

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:50:32
  Author: andrea
Revision: 163261

KDE 4.9 RC2

Modified:
  kdebindings-qyoto/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:50:28 UTC (rev 163260)
+++ PKGBUILD2012-07-11 20:50:32 UTC (rev 163261)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-qyoto
-pkgver=4.8.95
+pkgver=4.8.97
 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/unstable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
-sha1sums=('6760d580bc3fd8ee3dff377f1b72aae2d93a6a77')
+sha1sums=('6c5699a81e5ed76a808e4ca08844cfa49e92df7f')
 
 build() {
   cd ${srcdir}



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

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:50:35
  Author: andrea
Revision: 163262

KDE 4.9 RC2

Modified:
  kdebindings-qtruby/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:50:32 UTC (rev 163261)
+++ PKGBUILD2012-07-11 20:50:35 UTC (rev 163262)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-qtruby
-pkgver=4.8.95
+pkgver=4.8.97
 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/unstable/${pkgver}/src/qtruby-${pkgver}.tar.xz;)
-sha1sums=('2a336acd84308fbbb54c8d63da54c136edc7c8a7')
+sha1sums=('9b553519fcc65348d2c2c87bb36fb2c74490f058')
 
 build() {
   cd ${srcdir}



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

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:50:38
  Author: andrea
Revision: 163263

KDE 4.9 RC2

Modified:
  kde-base-artwork/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:50:35 UTC (rev 163262)
+++ PKGBUILD2012-07-11 20:50:38 UTC (rev 163263)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kde-base-artwork
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 pkgdesc=KDE KSplash theme
 arch=('any')
@@ -10,7 +10,7 @@
 license=('LGPL')
 makedepends=('kdelibs' 'cmake' 'automoc4')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('97d44b874fd0f2d525123df2b331201437e86cf9')
+sha1sums=('f219c91586ff9b9c8540512588f553b6660ca282')
 
 build() {
cd $srcdir



[arch-commits] Commit in kdebase-workspace/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:50:41
  Author: andrea
Revision: 163264

KDE 4.9 RC2

Modified:
  kdebase-workspace/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:50:38 UTC (rev 163263)
+++ PKGBUILD2012-07-11 20:50:41 UTC (rev 163264)
@@ -4,8 +4,8 @@
 
 pkgname=kdebase-workspace
 _pkgname=kde-workspace
-pkgver=4.8.95
-pkgrel=2
+pkgver=4.8.97
+pkgrel=1
 pkgdesc=Provides the interface and basic tools for the KDE workspace
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kde-workspace'
@@ -30,7 +30,7 @@
 
source=(http://download.kde.org/unstable/${pkgver}/src/${_pkgname}-${pkgver}.tar.xz;
 'kdm' 'kde.pam' 'kde-np.pam' 'kscreensaver.pam' 'kdm.service'
 'fixpath.patch' 'terminate-server.patch' 'kdm-xinitrd.patch')
-sha1sums=('460b8889c225114b5b0ed84a05ea82e851bfd6cf'
+sha1sums=('c02cab54df42b1452c183a1234405cfd6df18be7'
   '5db3a245201bd4a50e65aa2ef583cf5490e4f646'
   '712a90999bd429883dcef5dcaf288aace332ced8'
   'b321b5e613b60231330e606fdf1e124646148388'



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

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:50:44
  Author: andrea
Revision: 163265

KDE 4.9 RC2

Modified:
  kdebase/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:50:41 UTC (rev 163264)
+++ PKGBUILD2012-07-11 20:50:44 UTC (rev 163265)
@@ -12,7 +12,7 @@
  'kdebase-konqueror'
  'kdebase-lib'
  'kdebase-plasma')
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -20,7 +20,7 @@
 groups=('kde' 'kdebase')
 makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml')
 
source=(http://download.kde.org/unstable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
-sha1sums=('35558eee1acdb796985b245cf3630a41dc7eb145')
+sha1sums=('acaff6f33648b3c39d9af402d24c9197e8b179e4')
 
 build() {
cd ${srcdir}



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

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:50:47
  Author: andrea
Revision: 163266

KDE 4.9 RC2

Modified:
  libkdeedu/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:50:44 UTC (rev 163265)
+++ PKGBUILD2012-07-11 20:50:47 UTC (rev 163266)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkdeedu
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 pkgdesc=Libraries used by KDE Education applications
 url=https://projects.kde.org/projects/kde/kdeedu/libkdeedu;
@@ -13,7 +13,7 @@
 install=${pkgname}.install
 replaces=('kdeedu-libkdeedu' 'kdeedu-data')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('55d37b387f972dc68d5f416c83d4522d03a5bea6')
+sha1sums=('65e9a0054eac02b0232b647a82d9a4f72a0644a2')
 
 build() {
   cd ${srcdir}



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

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:50:50
  Author: andrea
Revision: 163267

KDE 4.9 RC2

Modified:
  kdeedu-marble/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:50:47 UTC (rev 163266)
+++ PKGBUILD2012-07-11 20:50:50 UTC (rev 163267)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-marble
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 pkgdesc=Desktop Globe
 url=http://kde.org/applications/education/marble/;
@@ -14,7 +14,7 @@
 optdepends=('gpsd: gps support')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/marble-${pkgver}.tar.xz;)
-sha1sums=('621fd58567c43f73fdb0ae3b078efa9e8e9eb56e')
+sha1sums=('218cb42ccb8946ee1bb8f35b770e0f8b7c9b5ebb')
 
 build() {
   cd ${srcdir}



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

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:50:54
  Author: andrea
Revision: 163268

KDE 4.9 RC2

Modified:
  libkdcraw/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:50:50 UTC (rev 163267)
+++ PKGBUILD2012-07-11 20:50:54 UTC (rev 163268)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkdcraw
-pkgver=4.8.95
+pkgver=4.8.97
 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/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('f75867e177fb7dd292d38155afcee651a28832c0')
+sha1sums=('2e64db1b96b48e2f52baa1e66d8914b75640602c')
 
 build() {
   cd ${srcdir}



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

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:50:57
  Author: andrea
Revision: 163269

KDE 4.9 RC2

Modified:
  libkexiv2/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:50:54 UTC (rev 163268)
+++ PKGBUILD2012-07-11 20:50:57 UTC (rev 163269)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkexiv2
-pkgver=4.8.95
+pkgver=4.8.97
 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/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('769453952634967ee8fc987b2bec226b2e9c2c66')
+sha1sums=('6d93848eae11495ced6a93891b8f1e09310237ce')
 
 build() {
   cd ${srcdir}



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

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:51:00
  Author: andrea
Revision: 163270

KDE 4.9 RC2

Modified:
  libkipi/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:50:57 UTC (rev 163269)
+++ PKGBUILD2012-07-11 20:51:00 UTC (rev 163270)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkipi
-pkgver=4.8.95
+pkgver=4.8.97
 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/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('b81bb608fad6d906579539b3cdddec72e1727baa')
+sha1sums=('bce6a8783f36db958890f5b162441a7f550e1a6a')
 
 build() {
   cd ${srcdir}



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

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:51:03
  Author: andrea
Revision: 163271

KDE 4.9 RC2

Modified:
  libksane/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:51:00 UTC (rev 163270)
+++ PKGBUILD2012-07-11 20:51:03 UTC (rev 163271)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libksane
-pkgver=4.8.95
+pkgver=4.8.97
 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/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('25e023081c77cd7ba82c0e8ae449378164aec7b2')
+sha1sums=('221dd7e63335f23682e61ab6c3cde471ad06282d')
 
 build() {
   cd ${srcdir}



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

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:51:06
  Author: andrea
Revision: 163272

KDE 4.9 RC2

Modified:
  kdeedu-analitza/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:51:03 UTC (rev 163271)
+++ PKGBUILD2012-07-11 20:51:06 UTC (rev 163272)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-analitza
-pkgver=4.8.95
+pkgver=4.8.97
 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')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/unstable/${pkgver}/src/analitza-${pkgver}.tar.xz;)
-sha1sums=('21666a0120ec71d2096970440e46f1516f19ea62')
+sha1sums=('8a91b68ed179c0f36c40aaddb54fa5b90bd6684f')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in libkcddb/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:51:09
  Author: andrea
Revision: 163273

KDE 4.9 RC2

Modified:
  libkcddb/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:51:06 UTC (rev 163272)
+++ PKGBUILD2012-07-11 20:51:09 UTC (rev 163273)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkcddb
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 pkgdesc=KDE CDDB library
 url='https://projects.kde.org/projects/kde/kdemultimedia/libkcddb'
@@ -13,7 +13,7 @@
 replaces=('kdemultimedia-kioslave')
 conflicts=('kdemultimedia-kioslave')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('48be5e7df49e830b0908621a1be7a54cd3bc7c3a')
+sha1sums=('5ca224e3debf8d48358d32c69bce488753ba47c2')
 
 build() {
   cd ${srcdir}



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

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:51:13
  Author: andrea
Revision: 163274

KDE 4.9 RC2

Modified:
  libkcompactdisc/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:51:09 UTC (rev 163273)
+++ PKGBUILD2012-07-11 20:51:13 UTC (rev 163274)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkcompactdisc
-pkgver=4.8.95
+pkgver=4.8.97
 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/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('6820663a15ee6a668db3ca11cd678c2ca8525426')
+sha1sums=('9e5acb7c8017f3ed0698a633683ef0c30d258312')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdeaccessibility-jovie/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:51:16
  Author: andrea
Revision: 163275

KDE 4.9 RC2

Modified:
  kdeaccessibility-jovie/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:51:13 UTC (rev 163274)
+++ PKGBUILD2012-07-11 20:51:16 UTC (rev 163275)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeaccessibility-jovie
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='A text to speech application'
@@ -14,7 +14,7 @@
 replaces=('kdeaccessibility-kttsd')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/jovie-${pkgver}.tar.xz;)
-sha1sums=('c979886f9c240de02c1906bb0eed85e94ef20cf4')
+sha1sums=('ac2759c78ba1ed0a10bf71e65a3b12fea3fb8cf6')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdeaccessibility-kaccessible/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:51:19
  Author: andrea
Revision: 163276

KDE 4.9 RC2

Modified:
  kdeaccessibility-kaccessible/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:51:16 UTC (rev 163275)
+++ PKGBUILD2012-07-11 20:51:19 UTC (rev 163276)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeaccessibility-kaccessible
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='Provides accessibility services like focus tracking and a 
screenreader'
@@ -12,7 +12,7 @@
 depends=('kdelibs' 'speech-dispatcher')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/unstable/${pkgver}/src/kaccessible-${pkgver}.tar.xz;)
-sha1sums=('d213142697ba9c8e7d062e4fd479d46ba0d98d90')
+sha1sums=('ad70cb9c3d11a4cc3881d689ec7329585a725e60')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdeaccessibility-kmag/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:51:23
  Author: andrea
Revision: 163277

KDE 4.9 RC2

Modified:
  kdeaccessibility-kmag/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:51:19 UTC (rev 163276)
+++ PKGBUILD2012-07-11 20:51:23 UTC (rev 163277)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeaccessibility-kmag
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='Screen Magnifier'
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 source=(http://download.kde.org/unstable/${pkgver}/src/kmag-${pkgver}.tar.xz;)
-sha1sums=('8e62bf64dd0499dc5e2bb91623dbd9ea41c8dde1')
+sha1sums=('fc25e930cdd1c9b03553a2fb6923ead410793c6a')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdeaccessibility-kmousetool/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:51:26
  Author: andrea
Revision: 163278

KDE 4.9 RC2

Modified:
  kdeaccessibility-kmousetool/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:51:23 UTC (rev 163277)
+++ PKGBUILD2012-07-11 20:51:26 UTC (rev 163278)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeaccessibility-kmousetool
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kmousetool-${pkgver}.tar.xz;)
-sha1sums=('96bfecd0e7359e622bb336d7b20a24446a013379')
+sha1sums=('c5f413aeb0ff01d574e66bc310c8b074dd952cf5')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdeaccessibility-kmouth/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:51:29
  Author: andrea
Revision: 163279

KDE 4.9 RC2

Modified:
  kdeaccessibility-kmouth/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:51:26 UTC (rev 163278)
+++ PKGBUILD2012-07-11 20:51:29 UTC (rev 163279)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeaccessibility-kmouth
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='Speech Synthesizer Frontend'
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kmouth-${pkgver}.tar.xz;)
-sha1sums=('5dc66f0b762584b9e595ae84c1bc1e861f9a8c29')
+sha1sums=('1d553d6c2a0fac255a21616b8b0fe87348862adf')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdeadmin/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:51:32
  Author: andrea
Revision: 163280

KDE 4.9 RC2

Modified:
  kdeadmin/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:51:29 UTC (rev 163279)
+++ PKGBUILD2012-07-11 20:51:32 UTC (rev 163280)
@@ -7,7 +7,7 @@
  'kdeadmin-ksystemlog'
  'kdeadmin-kuser'
  'kdeadmin-system-config-printer-kde')
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -16,7 +16,7 @@
 makedepends=('cmake' 'automoc4' 'kdebindings-python2' 
'system-config-printer-common')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;
 'syslog-path.patch')
-sha1sums=('f1a1fcb8595c41eb636fb6163de5caf08a089445'
+sha1sums=('f118b707c2f1d0d64ee321992f14da9e3b5518f9'
   '20095ce6e0f3e5b6800a7c6e52de6fddba62c031')
 
 build() {



[arch-commits] Commit in kdeartwork/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:51:35
  Author: andrea
Revision: 163281

KDE 4.9 RC2

Modified:
  kdeartwork/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:51:32 UTC (rev 163280)
+++ PKGBUILD2012-07-11 20:51:35 UTC (rev 163281)
@@ -13,7 +13,7 @@
  'kdeartwork-styles'
  'kdeartwork-wallpapers'
  'kdeartwork-weatherwallpapers')
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -22,7 +22,7 @@
 makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace'
  'libkexiv2')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('e511aad4e8aef12ed4b660cae11159ade834ad8d')
+sha1sums=('b8f2d992b5aa8b54300df27d180f33db849cf708')
 
 build() {
cd $srcdir



[arch-commits] Commit in kdebase-konsole/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:51:38
  Author: andrea
Revision: 163282

KDE 4.9 RC2

Modified:
  kdebase-konsole/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:51:35 UTC (rev 163281)
+++ PKGBUILD2012-07-11 20:51:38 UTC (rev 163282)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebase-konsole
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://kde.org/applications/system/konsole/'
@@ -12,7 +12,7 @@
 depends=('kdebase-runtime' 'kdebase-lib')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/unstable/${pkgver}/src/konsole-${pkgver}.tar.xz;)
-sha1sums=('1f6d8719fa9c82f3239e3ceb2c1e40f05fc835a0')
+sha1sums=('f644fbe162d1f852396898f11ae52765da356ecb')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdebindings-kimono/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:51:41
  Author: andrea
Revision: 163283

KDE 4.9 RC2

Modified:
  kdebindings-kimono/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:51:38 UTC (rev 163282)
+++ PKGBUILD2012-07-11 20:51:41 UTC (rev 163283)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-kimono
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 pkgdesc=.NET/Mono bindings for the KDE libraries
 url=https://projects.kde.org/projects/kde/kdebindings/csharp/kimono;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost' 'kdepimlibs')
 conflicts=('kdebindings-csharp')
 
source=(http://download.kde.org/unstable/${pkgver}/src/kimono-${pkgver}.tar.xz;)
-sha1sums=('3acb4568a0d66fcc6246a728945bf2eb63fd4db9')
+sha1sums=('e2f5d0a97364fc74844bfb5c443008502f82b9d0')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdebindings-korundum/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:51:44
  Author: andrea
Revision: 163284

KDE 4.9 RC2

Modified:
  kdebindings-korundum/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:51:41 UTC (rev 163283)
+++ PKGBUILD2012-07-11 20:51:44 UTC (rev 163284)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-korundum
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 pkgdesc=Ruby bindings for libraries created by the KDE community
 url=https://projects.kde.org/projects/kde/kdebindings/ruby/korundum;
@@ -16,7 +16,7 @@
 options=('!makeflags')
 
source=(http://download.kde.org/unstable/${pkgver}/src/korundum-${pkgver}.tar.xz;
 'ruby19.patch')
-sha1sums=('10d25abd06c81a4bda3335ced345014fa5cb8e2b'
+sha1sums=('432655321eefb8b3635c03c55e02175163340131'
   '73299f56a891d8a5475ac07dd485619859312f70')
 
 build() {



[arch-commits] Commit in kdebindings-kross/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:51:48
  Author: andrea
Revision: 163285

KDE 4.9 RC2

Modified:
  kdebindings-kross/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:51:44 UTC (rev 163284)
+++ PKGBUILD2012-07-11 20:51:48 UTC (rev 163285)
@@ -5,7 +5,7 @@
 pkgname=('kdebindings-kross-python'
 # 'kdebindings-kross-ruby'
  'kdebindings-kross-java')
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 url=https://projects.kde.org/projects/kde/kdebindings/kross-interpreters;
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 groups=('kdebindings')
 makedepends=('kdelibs' 'cmake' 'automoc4' 'python2' 'java-environment')
 
source=(http://download.kde.org/unstable/${pkgver}/src/kross-interpreters-${pkgver}.tar.xz;)
-sha1sums=('533e2149ca31cb501cc1d9400c42511ed31c3abb')
+sha1sums=('ab041689b0e1386997f5dc062eb791c17ed5987b')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdebindings-perlkde/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:51:51
  Author: andrea
Revision: 163286

KDE 4.9 RC2

Modified:
  kdebindings-perlkde/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:51:48 UTC (rev 163285)
+++ PKGBUILD2012-07-11 20:51:51 UTC (rev 163286)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-perlkde
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 pkgdesc=Perl bindings for the KDE libraries
 url=https://projects.kde.org/projects/kde/kdebindings/perl/perlkde;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'kdepimlibs'
 'kdegraphics-okular' 'kdesdk-kate')
 
source=(http://download.kde.org/unstable/${pkgver}/src/perlkde-${pkgver}.tar.xz;)
-sha1sums=('bd7a711808c14df81e6a3e4d3198a88936a9a086')
+sha1sums=('e0577df7a98bb4c7e7c3be3cb124ff1553a76f85')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdeedu-blinken/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:51:54
  Author: andrea
Revision: 163287

KDE 4.9 RC2

Modified:
  kdeedu-blinken/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:51:51 UTC (rev 163286)
+++ PKGBUILD2012-07-11 20:51:54 UTC (rev 163287)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-blinken
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 pkgdesc=Memory Enhancement Game
 url=http://kde.org/applications/education/blinken/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/blinken-${pkgver}.tar.xz;)
-sha1sums=('c55c39d8659431d96e96be288b08abe03c35ff19')
+sha1sums=('e7af7ad460cf160590c0401b865c49042bfd1bf8')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdeedu-cantor/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:51:57
  Author: andrea
Revision: 163288

KDE 4.9 RC2

Modified:
  kdeedu-cantor/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:51:54 UTC (rev 163287)
+++ PKGBUILD2012-07-11 20:51:57 UTC (rev 163288)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-cantor
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 pkgdesc=KDE Frontend to Mathematical Software
 url=http://kde.org/applications/education/cantor/;
@@ -16,7 +16,7 @@
 'r: R backend')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/cantor-${pkgver}.tar.xz;)
-sha1sums=('6931d2027caaaff77f32658b2c033f8123e1c994')
+sha1sums=('8e5ef8d42a71c3e7f8cbeae69de707e3580cb40c')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdeedu-kalgebra/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:52:00
  Author: andrea
Revision: 163289

KDE 4.9 RC2

Modified:
  kdeedu-kalgebra/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:51:57 UTC (rev 163288)
+++ PKGBUILD2012-07-11 20:52:00 UTC (rev 163289)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kalgebra
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 pkgdesc=Graph Calculator
 url=http://kde.org/applications/education/kalgebra/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kalgebra-${pkgver}.tar.xz;)
-sha1sums=('da21d2d35f9e46871527d4abc22aa78a0f275863')
+sha1sums=('af8f692dcc58992e464acf39882eb069b615f1df')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdeedu-kalzium/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:52:03
  Author: andrea
Revision: 163290

KDE 4.9 RC2

Modified:
  kdeedu-kalzium/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:52:00 UTC (rev 163289)
+++ PKGBUILD2012-07-11 20:52:03 UTC (rev 163290)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kalzium
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 pkgdesc=Periodic Table of Elements
 url=http://kde.org/applications/education/kalzium/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kalzium-${pkgver}.tar.xz;)
-sha1sums=('dae1ce57f929a545dce1064bcdd11404e25ac688')
+sha1sums=('c8e8989eb4bbf943d1183a55a45df074d5b68f17')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdeedu-kanagram/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:52:09
  Author: andrea
Revision: 163291

KDE 4.9 RC2

Modified:
  kdeedu-kanagram/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:52:03 UTC (rev 163290)
+++ PKGBUILD2012-07-11 20:52:09 UTC (rev 163291)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kanagram
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 pkgdesc=Letter Order Game
 url=http://kde.org/applications/education/kanagram/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kanagram-${pkgver}.tar.xz;)
-sha1sums=('afc181dcb6684420d028661b0885a23947475854')
+sha1sums=('4ae7de38749d23cb8aebbd351d0205ecd0315045')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdeedu-kbruch/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:52:12
  Author: andrea
Revision: 163292

KDE 4.9 RC2

Modified:
  kdeedu-kbruch/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:52:09 UTC (rev 163291)
+++ PKGBUILD2012-07-11 20:52:12 UTC (rev 163292)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kbruch
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 pkgdesc=Exercise Fractions
 url=http://kde.org/applications/education/kbruch/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kbruch-${pkgver}.tar.xz;)
-sha1sums=('29901160e135b6c970ab8ef745307a14182d560c')
+sha1sums=('4970be77ae5a9d059f5bf6aa94dbc120cf2312a5')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdeedu-kgeography/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:52:15
  Author: andrea
Revision: 163293

KDE 4.9 RC2

Modified:
  kdeedu-kgeography/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:52:12 UTC (rev 163292)
+++ PKGBUILD2012-07-11 20:52:15 UTC (rev 163293)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kgeography
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 pkgdesc=Geography Trainer
 url=http://kde.org/applications/education/kgeography/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kgeography-${pkgver}.tar.xz;)
-sha1sums=('939ae363cea92721c23a9dfbf4c952fff9a978b8')
+sha1sums=('77042de18753c2663de65e224337a91591a4b98e')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdeedu-khangman/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:52:18
  Author: andrea
Revision: 163294

KDE 4.9 RC2

Modified:
  kdeedu-khangman/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:52:15 UTC (rev 163293)
+++ PKGBUILD2012-07-11 20:52:18 UTC (rev 163294)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-khangman
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 pkgdesc=Hangman Game
 url=http://kde.org/applications/education/khangman/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/khangman-${pkgver}.tar.xz;)
-sha1sums=('e6bb2e51cf9ee6333f84207c1a0f41a179faf8c0')
+sha1sums=('e242517e4f57e24086161cb1d4428b9852cbe8d6')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdeedu-kig/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:52:21
  Author: andrea
Revision: 163295

KDE 4.9 RC2

Modified:
  kdeedu-kig/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:52:18 UTC (rev 163294)
+++ PKGBUILD2012-07-11 20:52:21 UTC (rev 163295)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kig
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 pkgdesc=Interactive Geometry
 url=http://kde.org/applications/education/kig/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 source=(http://download.kde.org/unstable/${pkgver}/src/kig-${pkgver}.tar.xz;)
-sha1sums=('afd895d7a1ca1d9570d7c27ab20f98bf1aea3d57')
+sha1sums=('c365608497df374d7ea0f31271cead02ffe2de89')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdeedu-kiten/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:52:25
  Author: andrea
Revision: 163296

KDE 4.9 RC2

Modified:
  kdeedu-kiten/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:52:21 UTC (rev 163295)
+++ PKGBUILD2012-07-11 20:52:25 UTC (rev 163296)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kiten
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 pkgdesc=Japanese Reference/Study Tool
 url=http://kde.org/applications/education/kiten/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kiten-${pkgver}.tar.xz;)
-sha1sums=('c8a127a407296232fbc27c1d45220f1f1fbe2684')
+sha1sums=('2b7061fd8f8c88acb6c0a9e05a514083165418e1')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdeedu-klettres/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:52:28
  Author: andrea
Revision: 163297

KDE 4.9 RC2

Modified:
  kdeedu-klettres/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:52:25 UTC (rev 163296)
+++ PKGBUILD2012-07-11 20:52:28 UTC (rev 163297)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-klettres
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 pkgdesc=Learn The Alphabet
 url=http://kde.org/applications/education/klettres/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/klettres-${pkgver}.tar.xz;)
-sha1sums=('4b5799abb659c2fee1e82781a6296841d650d4d6')
+sha1sums=('d2af187dde78d992e55d0bc9bab31e9fee9bc300')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdeedu-kmplot/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:52:31
  Author: andrea
Revision: 163298

KDE 4.9 RC2

Modified:
  kdeedu-kmplot/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:52:28 UTC (rev 163297)
+++ PKGBUILD2012-07-11 20:52:31 UTC (rev 163298)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kmplot
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 pkgdesc=Mathematical Function Plotter
 url=http://kde.org/applications/education/kmplot/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kmplot-${pkgver}.tar.xz;)
-sha1sums=('19f3075d5b2026c6226cc816ab9880d64ba2e455')
+sha1sums=('a13fcad49de1fb6583d86aa4d17d2330112f0c22')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdeedu-kstars/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:52:34
  Author: andrea
Revision: 163299

KDE 4.9 RC2

Modified:
  kdeedu-kstars/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:52:31 UTC (rev 163298)
+++ PKGBUILD2012-07-11 20:52:34 UTC (rev 163299)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kstars
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 pkgdesc=Desktop Planetarium
 url=http://kde.org/applications/education/kstars/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'eigen')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kstars-${pkgver}.tar.xz;)
-sha1sums=('71b2d1a6e662f36094bc9d65fd896e1d4342e334')
+sha1sums=('faf9b9701dadb2cd2458757c5f03861752eaadb5')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdeedu-ktouch/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:52:37
  Author: andrea
Revision: 163300

KDE 4.9 RC2

Modified:
  kdeedu-ktouch/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:52:34 UTC (rev 163299)
+++ PKGBUILD2012-07-11 20:52:37 UTC (rev 163300)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-ktouch
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 pkgdesc=Touch Typing Tutor
 url=http://kde.org/applications/education/ktouch/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
-sha1sums=('8508cb5be8cad22fe78952f57c6c26e3ab6b04e1')
+sha1sums=('fa545d6159f41e699b56f7a75afb980a781f169a')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdeedu-kturtle/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:52:40
  Author: andrea
Revision: 163301

KDE 4.9 RC2

Modified:
  kdeedu-kturtle/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:52:37 UTC (rev 163300)
+++ PKGBUILD2012-07-11 20:52:40 UTC (rev 163301)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kturtle
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 pkgdesc=Educational Programming Environment
 url=http://kde.org/applications/education/kturtle/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kturtle-${pkgver}.tar.xz;)
-sha1sums=('c390050248bed85215d07bc4d5c2c27195603fbd')
+sha1sums=('59b192b9fd31568d63d6192c038530fe009f303f')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdeedu-kwordquiz/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:52:44
  Author: andrea
Revision: 163302

KDE 4.9 RC2

Modified:
  kdeedu-kwordquiz/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:52:40 UTC (rev 163301)
+++ PKGBUILD2012-07-11 20:52:44 UTC (rev 163302)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kwordquiz
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 pkgdesc=Flash Card Trainer
 url=http://kde.org/applications/education/kwordquiz/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kwordquiz-${pkgver}.tar.xz;)
-sha1sums=('73f8815178c06fb7e7e7a4058afe87d41cb5bf37')
+sha1sums=('659448fd9ad9bd22aed74e42a297e62346d94d38')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdeedu-pairs/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:52:48
  Author: andrea
Revision: 163303

KDE 4.9 RC2

Modified:
  kdeedu-pairs/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:52:44 UTC (rev 163302)
+++ PKGBUILD2012-07-11 20:52:48 UTC (rev 163303)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-pairs
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 pkgdesc=A memory and pairs game for KDE
 url=https://projects.kde.org/projects/kde/kdeedu/pairs;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/pairs-${pkgver}.tar.xz;)
-sha1sums=('e9346f591293266274aeda0c5b9a241a8c1d4c5c')
+sha1sums=('2247f515a1392507d7cf65e2f78ad002972b1e09')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdeedu-parley/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:52:51
  Author: andrea
Revision: 163304

KDE 4.9 RC2

Modified:
  kdeedu-parley/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:52:48 UTC (rev 163303)
+++ PKGBUILD2012-07-11 20:52:51 UTC (rev 163304)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-parley
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 pkgdesc=Vocabulary Trainer
 url=http://kde.org/applications/education/parley/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/parley-${pkgver}.tar.xz;)
-sha1sums=('08ca3278bfe8a911cb1974fd12837da9a95d6416')
+sha1sums=('f8486ed259820621926c66b93dfd0d288b0dd05e')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdeedu-rocs/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:52:55
  Author: andrea
Revision: 163305

KDE 4.9 RC2

Modified:
  kdeedu-rocs/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:52:51 UTC (rev 163304)
+++ PKGBUILD2012-07-11 20:52:55 UTC (rev 163305)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-rocs
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 pkgdesc=Rocs Graph Theory
 url=http://kde.org/applications/education/rocs/;
@@ -12,7 +12,7 @@
 depends=('kdebase-runtime')
 makedepends=('cmake' 'automoc4' 'boost')
 source=(http://download.kde.org/unstable/${pkgver}/src/rocs-${pkgver}.tar.xz;)
-sha1sums=('051b1b0c3bf0a844248d157b44a1a5fa0e1b41a6')
+sha1sums=('15daf5a0becd09f2de96e74753a632de905c09e7')
 options=('!makeflags')
 
 build() {



[arch-commits] Commit in kdeedu-step/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:52:58
  Author: andrea
Revision: 163306

KDE 4.9 RC2

Modified:
  kdeedu-step/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:52:55 UTC (rev 163305)
+++ PKGBUILD2012-07-11 20:52:58 UTC (rev 163306)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-step
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 pkgdesc=Interactive Physical Simulator
 url=http://kde.org/applications/education/step/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'eigen')
 install=${pkgname}.install
 source=(http://download.kde.org/unstable/${pkgver}/src/step-${pkgver}.tar.xz;)
-sha1sums=('56782292a440f6dcfda9364ac994646f8f38f5d5')
+sha1sums=('444eebae0e493fe1bea39530e432365fbd8f231c')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdegames/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:53:01
  Author: andrea
Revision: 163307

KDE 4.9 RC2

Modified:
  kdegames/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:52:58 UTC (rev 163306)
+++ PKGBUILD2012-07-11 20:53:01 UTC (rev 163307)
@@ -43,7 +43,7 @@
  'kdegames-libkmahjongg'
  'kdegames-lskat'
  'kdegames-palapeli')
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -52,7 +52,7 @@
 makedepends=('cmake' 'automoc4' 'twisted' 'kdebindings-python2'
  'openal')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('0b42423fa219d1592a0590d86c24fc02582aabd7')
+sha1sums=('81a28078640a69e36412722a43be03ebb6224ea1')
 
 build() {
cd $srcdir



[arch-commits] Commit in kdegraphics-gwenview/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:53:04
  Author: andrea
Revision: 163308

KDE 4.9 RC2

Modified:
  kdegraphics-gwenview/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:53:01 UTC (rev 163307)
+++ PKGBUILD2012-07-11 20:53:04 UTC (rev 163308)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-gwenview
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 pkgdesc=A fast and easy to use image viewer for KDE
 url=http://kde.org/applications/graphics/gwenview/;
@@ -14,7 +14,7 @@
 optdepends=('kipi-plugins: extra plugins to share photos')
 install=$pkgname.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/gwenview-${pkgver}.tar.xz;)
-sha1sums=('253b4d7aa3daa46bb49bcdb3308cecf4bd45c073')
+sha1sums=('5368a49cfe73f4f7cd650f6aac838f4640d9a563')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdegraphics-kamera/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:53:07
  Author: andrea
Revision: 163309

KDE 4.9 RC2

Modified:
  kdegraphics-kamera/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:53:04 UTC (rev 163308)
+++ PKGBUILD2012-07-11 20:53:07 UTC (rev 163309)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-kamera
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 pkgdesc=Configure Kamera
 url=http://kde.org/applications/graphics/kamera/;
@@ -12,7 +12,7 @@
 depends=('kdebase-runtime' 'gphoto2')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/unstable/${pkgver}/src/kamera-${pkgver}.tar.xz;)
-sha1sums=('d1ff14f499952b17b8a6fdeb6976329d7ec6b368')
+sha1sums=('f7896c41672035d4750af6c5fc57a54b40e1')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdegraphics-kcolorchooser/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:53:10
  Author: andrea
Revision: 163310

KDE 4.9 RC2

Modified:
  kdegraphics-kcolorchooser/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:53:07 UTC (rev 163309)
+++ PKGBUILD2012-07-11 20:53:10 UTC (rev 163310)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-kcolorchooser
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 pkgdesc=Color Chooser
 url=http://kde.org/applications/graphics/kcolorchooser/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kcolorchooser-${pkgver}.tar.xz;)
-sha1sums=('69cbf6a3308d002b600a27b07929773252e97606')
+sha1sums=('7bf1ec5487e79f38a95a5d3752a756360be1cacb')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdegraphics-kgamma/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:53:13
  Author: andrea
Revision: 163311

KDE 4.9 RC2

Modified:
  kdegraphics-kgamma/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:53:10 UTC (rev 163310)
+++ PKGBUILD2012-07-11 20:53:13 UTC (rev 163311)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-kgamma
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 pkgdesc=A monitor calibration tool
 url=http://kde.org/applications/graphics/kgamma/;
@@ -15,7 +15,7 @@
 depends=('kdebase-runtime' 'libxxf86vm')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/unstable/${pkgver}/src/kgamma-${pkgver}.tar.xz;)
-sha1sums=('a3f3bad239b010b363d961fe7aff2a210bad2102')
+sha1sums=('baa1b40d4e9c89946879697bd63111e94349295d')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdegraphics-kolourpaint/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:53:16
  Author: andrea
Revision: 163312

KDE 4.9 RC2

Modified:
  kdegraphics-kolourpaint/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:53:13 UTC (rev 163311)
+++ PKGBUILD2012-07-11 20:53:16 UTC (rev 163312)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-kolourpaint
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 pkgdesc=Paint Program
 url=http://kde.org/applications/graphics/kolourpaint/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kolourpaint-${pkgver}.tar.xz;)
-sha1sums=('e1d82356f80f50860614a2903391ef5551a9125f')
+sha1sums=('de14aab1473a886cdd77170e4d8db34413a4be1c')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdegraphics-kruler/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:53:20
  Author: andrea
Revision: 163313

KDE 4.9 RC2

Modified:
  kdegraphics-kruler/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:53:16 UTC (rev 163312)
+++ PKGBUILD2012-07-11 20:53:20 UTC (rev 163313)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-kruler
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 pkgdesc=Screen Ruler
 url=http://kde.org/applications/graphics/kruler/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kruler-${pkgver}.tar.xz;)
-sha1sums=('1b7dc38c4834fda53d984f7a760f9f9f9fc668ac')
+sha1sums=('88f8b63297466fd719c195df23d55363ba272db5')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdegraphics-ksaneplugin/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:53:23
  Author: andrea
Revision: 163314

KDE 4.9 RC2

Modified:
  kdegraphics-ksaneplugin/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:53:20 UTC (rev 163313)
+++ PKGBUILD2012-07-11 20:53:23 UTC (rev 163314)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-ksaneplugin
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 pkgdesc=A scan plugin that implements the scanning
 url=https://projects.kde.org/projects/kde/kdegraphics/ksaneplugin;
@@ -13,7 +13,7 @@
 replaces=('kdegraphics-libs')
 conflicts=('kdegraphics-libs')
 
source=(http://download.kde.org/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('c77a2a588901845f4c91b101ad6169f94a45a938')
+sha1sums=('919e9b34de57c13c67c919efb5b8dd95adf6cbac')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdegraphics-ksnapshot/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:53:26
  Author: andrea
Revision: 163315

KDE 4.9 RC2

Modified:
  kdegraphics-ksnapshot/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:53:23 UTC (rev 163314)
+++ PKGBUILD2012-07-11 20:53:26 UTC (rev 163315)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-ksnapshot
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 pkgdesc=Screen Capture Program
 url=http://kde.org/applications/graphics/ksnapshot/;
@@ -14,7 +14,7 @@
 optdepends=('kipi-plugins')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/ksnapshot-${pkgver}.tar.xz;)
-sha1sums=('ae27d8f92f8f95f1fe23269922247bdce8c935a3')
+sha1sums=('5416d6a1415b41cd71c302ace7332ab22a048f1d')
 
 build() {
   cd ${srcdir}



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

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:53:30
  Author: andrea
Revision: 163316

KDE 4.9 RC2

Modified:
  kdegraphics-mobipocket/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:53:26 UTC (rev 163315)
+++ PKGBUILD2012-07-11 20:53:30 UTC (rev 163316)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-mobipocket
-pkgver=4.8.95
+pkgver=4.8.97
 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/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('1c0f7491849097417a61730047a4c6b6a70f1a8c')
+sha1sums=('31ecdd38e977fa2b222646ce4fbdf5975eece5f8')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdegraphics-strigi-analyzer/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:53:32
  Author: andrea
Revision: 163317

KDE 4.9 RC2

Modified:
  kdegraphics-strigi-analyzer/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:53:30 UTC (rev 163316)
+++ PKGBUILD2012-07-11 20:53:32 UTC (rev 163317)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-strigi-analyzer
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 pkgdesc=Strigi analyzers for various graphics file formats
 
url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-strigi-analyzer;
@@ -13,7 +13,7 @@
 replaces=('kdegraphics-libs')
 conflicts=('kdegraphics-libs')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('669af472c013a36bb3d83da280dc9636e105b145')
+sha1sums=('cbd7f9de4b00060af7774f817a5dc0c2312a3953')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdegraphics-svgpart/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:53:35
  Author: andrea
Revision: 163318

KDE 4.9 RC2

Modified:
  kdegraphics-svgpart/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:53:32 UTC (rev 163317)
+++ PKGBUILD2012-07-11 20:53:35 UTC (rev 163318)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-svgpart
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 pkgdesc=A KPart for viewving SVGs
 url=https://projects.kde.org/projects/kde/kdegraphics/svgpart;
@@ -13,7 +13,7 @@
 replaces=('kdegraphics-libs')
 conflicts=('kdegraphics-libs')
 
source=(http://download.kde.org/unstable/${pkgver}/src/svgpart-${pkgver}.tar.xz;)
-sha1sums=('b746419776ee3c5dbd956de86bb6417675771114')
+sha1sums=('7a3f8d2b63c54487ffb7d47a2b62275a5530d2ae')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdegraphics-thumbnailers/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:53:39
  Author: andrea
Revision: 163319

KDE 4.9 RC2

Modified:
  kdegraphics-thumbnailers/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:53:35 UTC (rev 163318)
+++ PKGBUILD2012-07-11 20:53:39 UTC (rev 163319)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-thumbnailers
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 pkgdesc=Thumbnailers for various graphics file formats
 
url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
@@ -13,7 +13,7 @@
 replaces=('kdegraphics-libs')
 conflicts=('kdegraphics-libs')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('037aeff675ef40e5118421473ac6abaa4833e075')
+sha1sums=('c5dc4b4a658fd268f9b0ec0895ccf4b2100cac3e')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdemultimedia-audiocd-kio/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:53:42
  Author: andrea
Revision: 163320

KDE 4.9 RC2

Modified:
  kdemultimedia-audiocd-kio/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:53:39 UTC (rev 163319)
+++ PKGBUILD2012-07-11 20:53:42 UTC (rev 163320)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdemultimedia-audiocd-kio
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 pkgdesc=Kioslave for accessing audio CDs
 url='https://projects.kde.org/projects/kde/kdemultimedia/audiocd-kio'
@@ -14,7 +14,7 @@
 replaces=('kdemultimedia-kioslave')
 conflicts=('kdemultimedia-kioslave')
 
source=(http://download.kde.org/unstable/${pkgver}/src/audiocd-kio-${pkgver}.tar.xz;)
-sha1sums=('7178d74a90a9257e5386f6f9eba4e5b675296e48')
+sha1sums=('fc4dd691c5f51c79f019ab7f1a0f60aa56da2c6f')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdemultimedia-dragonplayer/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:53:46
  Author: andrea
Revision: 163321

KDE 4.9 RC2

Modified:
  kdemultimedia-dragonplayer/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:53:42 UTC (rev 163320)
+++ PKGBUILD2012-07-11 20:53:46 UTC (rev 163321)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdemultimedia-dragonplayer
-pkgver=4.8.95
+pkgver=4.8.97
 pkgrel=1
 pkgdesc=A multimedia player where the focus is on simplicity, instead of
 features
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/dragon-${pkgver}.tar.xz;)
-sha1sums=('c0b7befb13112114e463d4fa6c2fc1953ef9235e')
+sha1sums=('f1d2eab7228e7cd31d9dd5a4f26ff86965bcac86')
 
 build() {
   cd ${srcdir}



  1   2   3   >