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

2013-01-04 Thread Pierre Schmitz
Date: Friday, January 4, 2013 @ 05:48:01
  Author: pierre
Revision: 174305

upgpkg: php-apc 3.1.14-1

upstram update

Modified:
  php-apc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 05:15:04 UTC (rev 174304)
+++ PKGBUILD2013-01-04 10:48:01 UTC (rev 174305)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=php-apc
-pkgver=3.1.13
+pkgver=3.1.14
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='A free, open, and robust framework for caching and optimizing PHP 
intermediate code'
@@ -11,7 +11,7 @@
 license=('PHP')
 source=(http://pecl.php.net/get/APC-${pkgver}.tgz;)
 backup=('etc/php/conf.d/apc.ini')
-md5sums=('c9e47002e3a67ebde3a6f81437c7b6e0')
+md5sums=('4e9111f9e2bdc219107e98beffc3751e')
 
 build() {
cd $srcdir/APC-$pkgver



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

2013-01-04 Thread Pierre Schmitz
Date: Friday, January 4, 2013 @ 05:48:39
  Author: pierre
Revision: 174306

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

Added:
  php-apc/repos/testing-i686/
  php-apc/repos/testing-i686/PKGBUILD
(from rev 174305, php-apc/trunk/PKGBUILD)
  php-apc/repos/testing-x86_64/
  php-apc/repos/testing-x86_64/PKGBUILD
(from rev 174305, php-apc/trunk/PKGBUILD)

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

Copied: php-apc/repos/testing-i686/PKGBUILD (from rev 174305, 
php-apc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-01-04 10:48:39 UTC (rev 174306)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=php-apc
+pkgver=3.1.14
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='A free, open, and robust framework for caching and optimizing PHP 
intermediate code'
+url='http://pecl.php.net/package/APC'
+depends=('php')
+license=('PHP')
+source=(http://pecl.php.net/get/APC-${pkgver}.tgz;)
+backup=('etc/php/conf.d/apc.ini')
+md5sums=('4e9111f9e2bdc219107e98beffc3751e')
+
+build() {
+   cd $srcdir/APC-$pkgver
+   phpize
+   ./configure --prefix=/usr
+   make
+}
+
+# check() {
+#  cd $srcdir/APC-$pkgver
+#  make test
+# }
+
+package() {
+   cd $srcdir/APC-$pkgver
+   make INSTALL_ROOT=$pkgdir install
+   echo ';extension=apc.so'  apc.ini
+   install -D -m644 apc.ini $pkgdir/etc/php/conf.d/apc.ini
+   install -D -m644 apc.php $pkgdir/usr/share/php-apc/apc.php
+   install -D -m644 INSTALL $pkgdir/usr/share/doc/php-apc/install.txt
+}

Copied: php-apc/repos/testing-x86_64/PKGBUILD (from rev 174305, 
php-apc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-01-04 10:48:39 UTC (rev 174306)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=php-apc
+pkgver=3.1.14
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='A free, open, and robust framework for caching and optimizing PHP 
intermediate code'
+url='http://pecl.php.net/package/APC'
+depends=('php')
+license=('PHP')
+source=(http://pecl.php.net/get/APC-${pkgver}.tgz;)
+backup=('etc/php/conf.d/apc.ini')
+md5sums=('4e9111f9e2bdc219107e98beffc3751e')
+
+build() {
+   cd $srcdir/APC-$pkgver
+   phpize
+   ./configure --prefix=/usr
+   make
+}
+
+# check() {
+#  cd $srcdir/APC-$pkgver
+#  make test
+# }
+
+package() {
+   cd $srcdir/APC-$pkgver
+   make INSTALL_ROOT=$pkgdir install
+   echo ';extension=apc.so'  apc.ini
+   install -D -m644 apc.ini $pkgdir/etc/php/conf.d/apc.ini
+   install -D -m644 apc.php $pkgdir/usr/share/php-apc/apc.php
+   install -D -m644 INSTALL $pkgdir/usr/share/doc/php-apc/install.txt
+}



[arch-commits] Commit in nepomuk-core/kde-unstable (PKGBUILD fix-segfault.patch)

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:34:47
  Author: andrea
Revision: 174307

KDE 4.10 RC2

Modified:
  nepomuk-core/kde-unstable/PKGBUILD
Deleted:
  nepomuk-core/kde-unstable/fix-segfault.patch

+
 PKGBUILD   |   18 +---
 fix-segfault.patch |  188 ---
 2 files changed, 5 insertions(+), 201 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 10:48:39 UTC (rev 174306)
+++ PKGBUILD2013-01-04 14:34:47 UTC (rev 174307)
@@ -2,25 +2,18 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=nepomuk-core
-pkgver=4.9.95
-pkgrel=2
+pkgver=4.9.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;
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 depends=('kdelibs' 'poppler-qt' 'taglib' 'ffmpeg')
 makedepends=('cmake' 'automoc4' 'doxygen')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;
-'fix-segfault.patch')
-sha1sums=('98bee83019e469e28772da24cbec05d7744e6e44'
-  'de0588164a4ae3ea89278675564a55e7e78ae4aa')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('769e91df42af2456b0143718739738fd69101b79')
 
 build() {
-  cd ${pkgname}-${pkgver}
-  # KDEBUG#312148
-  patch -p1 -i ${srcdir}/fix-segfault.patch
-  cd ../
-
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
@@ -37,5 +30,4 @@
   sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
 ${pkgdir}/usr/bin/nepomuk-simpleresource-rcgen
 }
-sha1sums=('98bee83019e469e28772da24cbec05d7744e6e44'
-  'cfb1420dee81922e13952f81c0dde3450e99cf02')
+sha1sums=('769e91df42af2456b0143718739738fd69101b79')

Deleted: fix-segfault.patch
===
--- fix-segfault.patch  2013-01-04 10:48:39 UTC (rev 174306)
+++ fix-segfault.patch  2013-01-04 14:34:47 UTC (rev 174307)
@@ -1,188 +0,0 @@
 a/services/fileindexer/indexer/exiv2extractor.cpp
-+++ b/services/fileindexer/indexer/exiv2extractor.cpp
-@@ -63,19 +63,45 @@
- }
- 
- namespace {
-+QString toString(const Exiv2::Value value) {
-+std::string str = value.toString();
-+return QString::fromUtf8( str.c_str(), str.length() );
-+}
-+
- QVariant toVariantLong(const Exiv2::Value value) {
--qlonglong l = value.toLong();
--return QVariant(l);
-+if( value.typeId() == Exiv2::unsignedLong || value.typeId() == 
Exiv2::signedLong ) {
-+qlonglong val = value.toLong();
-+return QVariant( val );
-+}
-+
-+QString str( toString(value) );
-+bool ok = false;
-+int val = str.toInt(ok);
-+if( ok )
-+return QVariant( val );
-+
-+return QVariant();
- }
- 
- QVariant toVariantFloat(const Exiv2::Value value) {
--double f = value.toFloat();
--return QVariant(f);
-+if( value.typeId() == Exiv2::tiffFloat || value.typeId() == 
Exiv2::tiffDouble )
-+return QVariant( value.toFloat() );
-+
-+QString str( toString(value) );
-+bool ok = false;
-+float val = str.toFloat(ok);
-+if( ok )
-+return QVariant( val );
-+
-+return QVariant();
- }
- 
- QVariant toVariantString(const Exiv2::Value value) {
--std::string str = value.toString();
--return QVariant( QString::fromUtf8( str.c_str(), str.length() ) );
-+QString str = toString(value);
-+if( !str.isEmpty() )
-+return QVariant( str );
-+
-+return QVariant();
- }
- }
- 
-@@ -122,27 +148,37 @@
- 
- it = data.findKey( Exiv2::ExifKey(Exif.Photo.Flash) );
- if( it != data.end() ) {
--fileRes.setProperty( NEXIF::flash(), toVariantLong( it-value() ) );
-+QVariant value = toVariantLong( it-value() );
-+if( !value.isNull() )
-+fileRes.setProperty( NEXIF::flash(), value );
- }
- 
- it = data.findKey( Exiv2::ExifKey(Exif.Photo.PixelXDimension) );
- if( it != data.end() ) {
--fileRes.setProperty( NFO::width(), toVariantLong( it-value() ) );
-+QVariant value = toVariantLong( it-value() );
-+if( !value.isNull() )
-+fileRes.setProperty( NFO::width(), value );
- }
- 
- it = data.findKey( Exiv2::ExifKey(Exif.Photo.PixelYDimension) );
- if( it != data.end() ) {
--fileRes.setProperty( NFO::height(), toVariantLong( it-value() ) );
-+QVariant value = toVariantLong( it-value() );
-+if( !value.isNull() )
-+fileRes.setProperty( NFO::height(), value );
- }
- 
- it = data.findKey( Exiv2::ExifKey(Exif.Image.Make) );
- if( it != data.end() ) {
--fileRes.setProperty( NEXIF::make(), toVariantString( 

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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:34:52
  Author: andrea
Revision: 174308

KDE 4.10 RC2

Modified:
  kdepimlibs/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:34:47 UTC (rev 174307)
+++ PKGBUILD2013-01-04 14:34:52 UTC (rev 174308)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdepimlibs
-pkgver=4.9.95
+pkgver=4.9.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=('1a88826f75143ad2f2ab76d1c434a643ba1db5be')
+sha1sums=('7d1f7acc8132950c3e5b5e0939eedeb2759efe44')
 
 build() {
   mkdir build



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:34:55
  Author: andrea
Revision: 174309

KDE 4.10 RC2

Modified:
  oxygen-icons/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:34:52 UTC (rev 174308)
+++ PKGBUILD2013-01-04 14:34:55 UTC (rev 174309)
@@ -5,7 +5,7 @@
 pkgbase=oxygen-icons
 pkgname=('oxygen-icons'
  'oxygen-icons-svg')
-pkgver=4.9.95
+pkgver=4.9.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=('ab58b38d8d691d55578c5ad33ed0e5220f2906b1')
+sha1sums=('d676fa976769acdecc81c09fb13d8ad4a7302491')
 
 build() {
cd $srcdir



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:34:59
  Author: andrea
Revision: 174310

KDE 4.10 RC2

Modified:
  kactivities/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:34:55 UTC (rev 174309)
+++ PKGBUILD2013-01-04 14:34:59 UTC (rev 174310)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kactivities
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='API for using and interacting with the Activity Manager'
@@ -11,7 +11,7 @@
 depends=('nepomuk-core')
 makedepends=('cmake' 'automoc4' 'mesa')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('2f908ab040f124bd054aff29fbe838378761a696')
+sha1sums=('272f86d9d37cca411d74c4e567acb6b7875d016a')
 
 build() {
   cd ${srcdir}



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:35:03
  Author: andrea
Revision: 174311

KDE 4.10 RC2

Modified:
  kdebase-runtime/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:34:59 UTC (rev 174310)
+++ PKGBUILD2013-01-04 14:35:03 UTC (rev 174311)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdebase-runtime
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 pkgdesc=Plugins and applications necessary for the running of KDE 
applications
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 'gdb: drkonq crash handler')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
-sha1sums=('b5c271ddf335970d2d68395162b73f087efea4c4')
+sha1sums=('c1d6abf160081dae76e01b3e44936c2c79b7dd63')
 
 build() {
 cd ${srcdir}



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:35:07
  Author: andrea
Revision: 174312

KDE 4.10 RC2

Modified:
  kdepim-runtime/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:35:03 UTC (rev 174311)
+++ PKGBUILD2013-01-04 14:35:07 UTC (rev 174312)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdepim-runtime
-pkgver=4.9.95
+pkgver=4.9.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=('8695d188f360b955fb430d4a99498e4e2e777fe9')
+sha1sums=('c76ab5acc1584913144274cf8baa07f2e92e4353')
 
 build() {
mkdir build



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:35:11
  Author: andrea
Revision: 174313

KDE 4.10 RC2

Modified:
  kdebindings-smokegen/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:35:07 UTC (rev 174312)
+++ PKGBUILD2013-01-04 14:35:11 UTC (rev 174313)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-smokegen
-pkgver=4.9.95
+pkgver=4.9.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=('7fb2756fc1536681aa0c47be8e88e85931011249')
+sha1sums=('d0a68f4033be70570c010bebfc35510ccd12b853')
 
 build() {
   cd ${srcdir}



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:35:15
  Author: andrea
Revision: 174314

KDE 4.10 RC2

Modified:
  kdebindings-smokeqt/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:35:11 UTC (rev 174313)
+++ PKGBUILD2013-01-04 14:35:15 UTC (rev 174314)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-smokeqt
-pkgver=4.9.95
+pkgver=4.9.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' 'mesa')
 conflicts=('kdebindings-smoke')
 
source=(http://download.kde.org/unstable/${pkgver}/src/smokeqt-${pkgver}.tar.xz;)
-sha1sums=('9a859d3bf01aecfd08164b43cbd021330936b3e2')
+sha1sums=('9f243293da679ca50a32f226070e471f52931761')
 
 build() {
   cd ${srcdir}



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:35:19
  Author: andrea
Revision: 174315

KDE 4.10 RC2

Modified:
  kdegraphics-okular/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:35:15 UTC (rev 174314)
+++ PKGBUILD2013-01-04 14:35:19 UTC (rev 174315)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-okular
-pkgver=4.9.95
+pkgver=4.9.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=('0cdd0ecc876153d8e32775a123cc53d594526304')
+sha1sums=('cc607cacf6ba83352460e6ae4919715c3895706b')
 
 build() {
   cd ${srcdir}



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:35:23
  Author: andrea
Revision: 174316

KDE 4.10 RC2

Modified:
  kdebindings-python/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:35:19 UTC (rev 174315)
+++ PKGBUILD2013-01-04 14:35:23 UTC (rev 174316)
@@ -4,7 +4,7 @@
 pkgbase=kdebindings-python
 pkgname=('kdebindings-python'
  'kdebindings-python2')
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
 arch=('i686' 'x86_64')
@@ -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=('b141ca1ba9082363bdc660ea441ec4948437218e')
+sha1sums=('3e8aef059de39184be505718094e67aa0d84273e')
 
 build() {
   export PYTHONDONTWRITEBYTECODE=TRUE
@@ -54,13 +54,8 @@
   make DESTDIR=${pkgdir} install
 
   # Fix conflicts
-  rm ${pkgdir}/usr/bin/pykdeuic4
-  ln -sf /usr/lib/python2.7/site-packages/PyQt4/uic/pykdeuic4.py \
-${pkgdir}/usr/bin/python2-pykdeuic4
-
   mv ${pkgdir}/usr/share/apps/pykde4/examples \
 ${pkgdir}/usr/share/apps/pykde4/python2-examples
-
   mv ${pkgdir}/usr/share/sip/PyKDE4 \
 ${pkgdir}/usr/share/sip/python2-PyKDE4
 



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:35:27
  Author: andrea
Revision: 174317

KDE 4.10 RC2

Modified:
  kdesdk-kate/kde-unstable/PKGBUILD
  kdesdk-kate/kde-unstable/pkgbuild-syntax-highlight.patch

-+
 PKGBUILD|   22 --
 pkgbuild-syntax-highlight.patch |8 
 2 files changed, 16 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:35:23 UTC (rev 174316)
+++ PKGBUILD2013-01-04 14:35:27 UTC (rev 174317)
@@ -5,21 +5,21 @@
 pkgname=('kdebase-katepart'
  'kdebase-kwrite'
  'kdesdk-kate')
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 makedepends=('kdelibs ''cmake' 'automoc4' 'kdebindings-python2')
 source=(http://download.kde.org/unstable/${pkgver}/src/kate-${pkgver}.tar.xz;
 'pkgbuild-syntax-highlight.patch')
-sha1sums=('ba1a90474b3f7239cf264537c8b35cac8a64d3b4'
-  '5b45d0df8f340105633eba9ef7c58086e6c2e750')
+sha1sums=('d0577bef64b09eadd4792c4371c127c7c4db5fff'
+  'dc70306c507083cf9b4bb1c536858742292fa1bf')
 
 build() {
-  cd ${srcdir}/kate-${pkgver}
+  cd kate-${pkgver}
   patch -p1 -i ${srcdir}/pkgbuild-syntax-highlight.patch
+  cd ../
 
-  cd ${srcdir}
   mkdir build
   cd build
   cmake ../kate-${pkgver} \
@@ -36,7 +36,7 @@
   url=http://kate-editor.org/about-katepart/;
   install='kdebase-katepart.install'
 
-  cd ${srcdir}/build/part
+  cd build/part
   make DESTDIR=${pkgdir} install
 }
 
@@ -47,10 +47,11 @@
   url=http://www.kde.org/applications/utilities/kwrite/;
   install='kdebase-kwrite.install'
 
-  cd ${srcdir}/build/kwrite
+  cd build/kwrite
   make DESTDIR=${pkgdir} install
+  cd ../../
 
-  cd ${srcdir}/build/doc/kwrite
+  cd build/doc/kwrite
   make DESTDIR=${pkgdir} install
 }
 
@@ -63,9 +64,10 @@
   optdepends=('kdebase-konsole: open a terminal in Kate'
   'kdebindings-python2: python bindings')
 
-  cd ${srcdir}/build/kate
+  cd build/kate
   make DESTDIR=${pkgdir} install
+  cd ../../
 
-  cd ${srcdir}/build/doc/kate
+  cd build/doc/kate
   make DESTDIR=${pkgdir} install
 }

Modified: pkgbuild-syntax-highlight.patch
===
--- pkgbuild-syntax-highlight.patch 2013-01-04 14:35:23 UTC (rev 174316)
+++ pkgbuild-syntax-highlight.patch 2013-01-04 14:35:27 UTC (rev 174317)
@@ -1,11 +1,11 @@
 kate-4.9.80/part/syntax/data/bash.xml~ 2012-11-16 16:53:27.599718819 
+
-+++ kate-4.9.80/part/syntax/data/bash.xml  2012-11-16 16:54:27.549287684 
+
+--- kate-4.9.97/part/syntax/data/bash.xml~ 2013-01-04 08:47:46.157286867 
+
 kate-4.9.97/part/syntax/data/bash.xml  2013-01-04 08:48:06.097144127 
+
 @@ -8,7 +8,7 @@
  !ENTITY noword   (?![\w$+-])!-- no word, $, + or 
- following --
  !ENTITY pathpart ([\w_@.#37;*?+-]|\\ ) !-- valid character 
in a file name --
  ]
--language name=Bash version=2.15 kateversion=2.4 section=Scripts 
extensions=*.sh;*.bash;*.ebuild;*.eclass;.bashrc;.bash_profile;.bash_login;.profile
 mimetype=application/x-shellscript casesensitive=1 author=Wilbert 
Berendsen (wilb...@kde.nl) license=LGPL
-+language name=Bash version=2.15 kateversion=2.4 section=Scripts 
extensions=*.sh;*.bash;*.ebuild;*.eclass;.bashrc;.bash_profile;.bash_login;.profile;PKGBUILD
 mimetype=application/x-shellscript casesensitive=1 author=Wilbert 
Berendsen (wilb...@kde.nl) license=LGPL
+-language name=Bash version=2.16 kateversion=2.4 section=Scripts 
extensions=*.sh;*.bash;*.ebuild;*.eclass;.bashrc;.bash_profile;.bash_login;.profile
 mimetype=application/x-shellscript casesensitive=1 author=Wilbert 
Berendsen (wilb...@kde.nl) license=LGPL
++language name=Bash version=2.16 kateversion=2.4 section=Scripts 
extensions=*.sh;*.bash;*.ebuild;*.eclass;.bashrc;.bash_profile;.bash_login;.profile;PKGBUILD
 mimetype=application/x-shellscript casesensitive=1 author=Wilbert 
Berendsen (wilb...@kde.nl) license=LGPL
  
  !-- (c) 2004 by Wilbert Berendsen (wilb...@kde.nl)
  Changes by Matthew Woehlke (mw_tr...@users.sourceforge.net)



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:35:31
  Author: andrea
Revision: 174318

KDE 4.10 RC2

Modified:
  kdebindings-smokekde/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:35:27 UTC (rev 174317)
+++ PKGBUILD2013-01-04 14:35:31 UTC (rev 174318)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-smokekde
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 pkgdesc=Language independent library for KDE bindings
 url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokekde;
@@ -18,7 +18,7 @@
 'kdepimlibs: akonadi bindings')
 conflicts=('kdebindings-smoke')
 
source=(http://download.kde.org/unstable/${pkgver}/src/smokekde-${pkgver}.tar.xz;)
-sha1sums=('0e67e797562954e2ad35e3c83782826a5fb2acf7')
+sha1sums=('051e0c1228507c407581b248f38562bf0fb07ccf')
 
 build() {
   mkdir build



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:35:35
  Author: andrea
Revision: 174319

KDE 4.10 RC2

Modified:
  kdebindings-perlqt/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:35:31 UTC (rev 174318)
+++ PKGBUILD2013-01-04 14:35:35 UTC (rev 174319)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-perlqt
-pkgver=4.9.95
+pkgver=4.9.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=('bd70ee9d7c5dc2e69560f8e1a324a7d4fd70d1a9')
+sha1sums=('3b8b265a277d535be9c0ef91d74431e28d850ca2')
 
 build() {
   cd ${srcdir}



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:35:39
  Author: andrea
Revision: 174320

KDE 4.10 RC2

Modified:
  kdebindings-qyoto/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:35:35 UTC (rev 174319)
+++ PKGBUILD2013-01-04 14:35:39 UTC (rev 174320)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-qyoto
-pkgver=4.9.95
+pkgver=4.9.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=('01a144330f4200d11be171715845bc794a2293e7')
+sha1sums=('472d502f3eae0ba66e256101f2cffc1808ae2a81')
 
 build() {
   mkdir build



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:35:43
  Author: andrea
Revision: 174321

KDE 4.10 RC2

Modified:
  kdebindings-qtruby/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:35:39 UTC (rev 174320)
+++ PKGBUILD2013-01-04 14:35:43 UTC (rev 174321)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-qtruby
-pkgver=4.9.95
+pkgver=4.9.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=('162e2bd2cd886e4b36321b22a5960b43de2dd46e')
+sha1sums=('f4bb5060c731fe6b7baf81de49d6b1ca0bfdb78f')
 
 build() {
   cd ${srcdir}



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:35:47
  Author: andrea
Revision: 174322

KDE 4.10 RC2

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

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:35:43 UTC (rev 174321)
+++ PKGBUILD2013-01-04 14:35:47 UTC (rev 174322)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kde-base-artwork
-pkgver=4.9.95
+pkgver=4.9.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=('e1656e5eb8856f191e23cc004e591390d8b7d77f')
+sha1sums=('c96ef60c3ae475b59906ef106fa56d416e1fa253')
 
 build() {
cd $srcdir



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:35:50
  Author: andrea
Revision: 174323

KDE 4.10 RC2

Modified:
  kdebase-workspace/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:35:47 UTC (rev 174322)
+++ PKGBUILD2013-01-04 14:35:50 UTC (rev 174323)
@@ -4,8 +4,8 @@
 
 pkgname=kdebase-workspace
 _pkgname=kde-workspace
-pkgver=4.9.95
-pkgrel=2
+pkgver=4.9.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'
@@ -28,7 +28,7 @@
 
source=(http://download.kde.org/unstable/${pkgver}/src/${_pkgname}-${pkgver}.tar.xz;
 'kdm' 'kde.pam' 'kde-np.pam' 'kscreensaver.pam' 'kdm.service' 
'kdm.logrotate'
 'etc-scripts.patch' 'terminate-server.patch' 'kdm-xinitrd.patch')
-sha1sums=('531a7c34da49df5d50c267fcd88cf82a216cca4b'
+sha1sums=('3711825b3f14f69a0f6e76cda8203c0ae382'
   '5db3a245201bd4a50e65aa2ef583cf5490e4f646'
   '660eae40a707d2711d8d7f32a93214865506b795'
   '6aeecc9e0e221f0515c6bf544f9a3c11cb6961fe'



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:35:54
  Author: andrea
Revision: 174324

KDE 4.10 RC2

Modified:
  nepomuk-widgets/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:35:50 UTC (rev 174323)
+++ PKGBUILD2013-01-04 14:35:54 UTC (rev 174324)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=nepomuk-widgets
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 pkgdesc=The Library containing the Nepomuk Widgets
 url=https://projects.kde.org/projects/kde/kdelibs/nepomuk-widgets;
@@ -11,7 +11,7 @@
 depends=('nepomuk-core')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('6a5524613da475ba47d8f4fc05fc4b2cc38630fe')
+sha1sums=('443c6643240410ff536dc5337a6cc2a784e08748')
 
 build() {
   mkdir build



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:35:58
  Author: andrea
Revision: 174325

KDE 4.10 RC2

Modified:
  kdebase/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:35:54 UTC (rev 174324)
+++ PKGBUILD2013-01-04 14:35:58 UTC (rev 174325)
@@ -12,15 +12,15 @@
  'kdebase-konqueror'
  'kdebase-lib'
  'kdebase-plasma')
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdebase')
-makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml' 'nepomuk-widgets')
 
source=(http://download.kde.org/unstable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
-sha1sums=('a28eebf05bc484a2b91c33c8c700a0f09c57ed3d')
+sha1sums=('18e90d67ccb96e38afe63ffe835421ada3f1170f')
 
 build() {
cd ${srcdir}
@@ -35,7 +35,7 @@
 
 package_kdebase-dolphin() {
pkgdesc='File Manager'
-   depends=('kdebase-runtime' 'kdebase-lib')
+   depends=('kdebase-runtime' 'kdebase-lib' 'nepomuk-widgets')
optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
 'kdegraphics-thumbnailers: thumbnailers for graphics file'
 'ruby: servicemenu installation')



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:36:01
  Author: andrea
Revision: 174326

KDE 4.10 RC2

Modified:
  libkdeedu/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:35:58 UTC (rev 174325)
+++ PKGBUILD2013-01-04 14:36:01 UTC (rev 174326)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkdeedu
-pkgver=4.9.95
+pkgver=4.9.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=('1e7fe03209ed0e1c7ba528c93ee25b5144b6428b')
+sha1sums=('522858ac8bd44dfb78301bd397b8349c7f658bac')
 
 build() {
   cd ${srcdir}



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:36:05
  Author: andrea
Revision: 174327

KDE 4.10 RC2

Modified:
  kdeedu-marble/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:36:01 UTC (rev 174326)
+++ PKGBUILD2013-01-04 14:36:05 UTC (rev 174327)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-marble
-pkgver=4.9.95
+pkgver=4.9.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=('f790b6de61d5ebe28d047baad3b2e00cfd06139b')
+sha1sums=('f6a98355b51a3583d15d9cf01505c1d7e2cc7804')
 
 build() {
   cd ${srcdir}



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:36:09
  Author: andrea
Revision: 174328

KDE 4.10 RC2

Modified:
  libkdcraw/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:36:05 UTC (rev 174327)
+++ PKGBUILD2013-01-04 14:36:09 UTC (rev 174328)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkdcraw
-pkgver=4.9.95
+pkgver=4.9.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=('6384b2950de83e1151f45d7b0f615632d3b7b990')
+sha1sums=('b267c1b81da6e4089160a1ccf6847b7a6682c234')
 
 build() {
   cd ${srcdir}



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:36:13
  Author: andrea
Revision: 174329

KDE 4.10 RC2

Modified:
  libkexiv2/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:36:09 UTC (rev 174328)
+++ PKGBUILD2013-01-04 14:36:13 UTC (rev 174329)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkexiv2
-pkgver=4.9.95
+pkgver=4.9.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=('6f2ab9625abf99b9f78f959c0734b2b35b270662')
+sha1sums=('44f08744d5647301f22cbadd6dad1dfd23bd9bba')
 
 build() {
   cd ${srcdir}



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:36:17
  Author: andrea
Revision: 174330

KDE 4.10 RC2

Modified:
  libkipi/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:36:13 UTC (rev 174329)
+++ PKGBUILD2013-01-04 14:36:17 UTC (rev 174330)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkipi
-pkgver=4.9.95
+pkgver=4.9.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=('100b849be3f0db533b3b213256714b065b478872')
+sha1sums=('f1ee4515a3d91168d5fb57330e8d7eb5103be1ae')
 
 build() {
   cd ${srcdir}



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:36:21
  Author: andrea
Revision: 174331

KDE 4.10 RC2

Modified:
  libksane/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:36:17 UTC (rev 174330)
+++ PKGBUILD2013-01-04 14:36:21 UTC (rev 174331)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libksane
-pkgver=4.9.95
+pkgver=4.9.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=('c313f08f9782656ce8a6b1c4e588a1549cb195bc')
+sha1sums=('d9c772a577a78b3707195c0461d33940956c2b16')
 
 build() {
   cd ${srcdir}



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:36:25
  Author: andrea
Revision: 174332

KDE 4.10 RC2

Modified:
  kdeedu-analitza/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:36:21 UTC (rev 174331)
+++ PKGBUILD2013-01-04 14:36:25 UTC (rev 174332)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-analitza
-pkgver=4.9.95
+pkgver=4.9.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=('279fa3fac98bbf5fc33f59714cbd4b822d65c320')
+sha1sums=('1736132e6a54fd7a5ffcafc6bed1ac32043125a4')
 
 build() {
   cd ${srcdir}



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:36:28
  Author: andrea
Revision: 174333

KDE 4.10 RC2

Modified:
  libkcddb/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:36:25 UTC (rev 174332)
+++ PKGBUILD2013-01-04 14:36:28 UTC (rev 174333)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkcddb
-pkgver=4.9.95
+pkgver=4.9.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=('4689df4c9a053be41d089c13d038161953998513')
+sha1sums=('455b8a47cc95d354bd9a7cce95748a85578cc5da')
 
 build() {
   cd ${srcdir}



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:36:32
  Author: andrea
Revision: 174334

KDE 4.10 RC2

Modified:
  libkcompactdisc/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:36:28 UTC (rev 174333)
+++ PKGBUILD2013-01-04 14:36:32 UTC (rev 174334)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkcompactdisc
-pkgver=4.9.95
+pkgver=4.9.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=('2e7a130a7b0c2f7e2fd0ea897bf17388941407b1')
+sha1sums=('061a596a4a1bb205e83cd2c9f371ea79a19eb283')
 
 build() {
   cd ${srcdir}



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:36:36
  Author: andrea
Revision: 174335

KDE 4.10 RC2

Modified:
  libkdegames/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:36:32 UTC (rev 174334)
+++ PKGBUILD2013-01-04 14:36:36 UTC (rev 174335)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkdegames
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 pkgdesc=Common code and data for many KDE games
 url=https://projects.kde.org/projects/kde/kdegames/libkdegames;
@@ -13,7 +13,7 @@
 replaces=('kdegames-libkdegames')
 conflicts=('kdegames-libkdegames')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('46a42c7c57e96ed265a88c3b21685af010e34bb7')
+sha1sums=('3a56a5216a5c6610b620107093197cde4be4df88')
 
 build() {
   mkdir build



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:36:40
  Author: andrea
Revision: 174336

KDE 4.10 RC2

Modified:
  libkmahjongg/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:36:36 UTC (rev 174335)
+++ PKGBUILD2013-01-04 14:36:40 UTC (rev 174336)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkmahjongg
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 pkgdesc=Common code, backgrounds and tile sets for games using Mahjongg tiles
 url=https://projects.kde.org/projects/kde/kdegames/libmahjongg;
@@ -13,7 +13,7 @@
 replaces=('kdegames-libkmahjongg')
 conflicts=('kdegames-libkmahjongg')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('e46f8778c8ed2334a973d65c9bd37c9eb4247deb')
+sha1sums=('5f2f252b7928e87a2b5f1c807ea703b74e5b5070')
 
 build() {
   mkdir build



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:36:44
  Author: andrea
Revision: 174337

KDE 4.10 RC2

Modified:
  kdeaccessibility-jovie/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:36:40 UTC (rev 174336)
+++ PKGBUILD2013-01-04 14:36:44 UTC (rev 174337)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeaccessibility-jovie
-pkgver=4.9.95
+pkgver=4.9.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=('cb9f087f8460ab6f20fc92f3b2f5537c0aefc4fc')
+sha1sums=('60a1e24abc362697506cbbabbc060d208da32334')
 
 build() {
   cd ${srcdir}



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:36:47
  Author: andrea
Revision: 174338

KDE 4.10 RC2

Modified:
  kdeaccessibility-kaccessible/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:36:44 UTC (rev 174337)
+++ PKGBUILD2013-01-04 14:36:47 UTC (rev 174338)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeaccessibility-kaccessible
-pkgver=4.9.95
+pkgver=4.9.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=('c9fb5b6d2e6cd75f8ae54544ead0c1dc14be50ca')
+sha1sums=('97d98024526079bfb3e8ebf1197d04819cd32ae6')
 
 build() {
   cd ${srcdir}



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:36:51
  Author: andrea
Revision: 174339

KDE 4.10 RC2

Modified:
  kdeaccessibility-kmag/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:36:47 UTC (rev 174338)
+++ PKGBUILD2013-01-04 14:36:51 UTC (rev 174339)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeaccessibility-kmag
-pkgver=4.9.95
+pkgver=4.9.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=('631343e7fab106191dde5406cd48d2f65b37dbd2')
+sha1sums=('be3bb005c30de339589081de0856a1d63e4184ce')
 
 build() {
   cd ${srcdir}



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:36:55
  Author: andrea
Revision: 174340

KDE 4.10 RC2

Modified:
  kdeaccessibility-kmousetool/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:36:51 UTC (rev 174339)
+++ PKGBUILD2013-01-04 14:36:55 UTC (rev 174340)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeaccessibility-kmousetool
-pkgver=4.9.95
+pkgver=4.9.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=('a2d8f996ed8802875724fff9364f94a727cd8329')
+sha1sums=('2ea451f657251811e234c4712132883c8c30797d')
 
 build() {
   cd ${srcdir}



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:36:59
  Author: andrea
Revision: 174341

KDE 4.10 RC2

Modified:
  kdeaccessibility-kmouth/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:36:55 UTC (rev 174340)
+++ PKGBUILD2013-01-04 14:36:59 UTC (rev 174341)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeaccessibility-kmouth
-pkgver=4.9.95
+pkgver=4.9.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=('62eb1c7db5170f967069f7e3a97b4a94b8e4fc1f')
+sha1sums=('caa75c5eef97c6c9d774049f77058b1a18b952da')
 
 build() {
   cd ${srcdir}



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:37:03
  Author: andrea
Revision: 174342

KDE 4.10 RC2

Modified:
  kdeadmin/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:36:59 UTC (rev 174341)
+++ PKGBUILD2013-01-04 14:37:03 UTC (rev 174342)
@@ -6,7 +6,7 @@
 pkgname=('kdeadmin-kcron'
  'kdeadmin-ksystemlog'
  'kdeadmin-kuser')
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
@@ -14,7 +14,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=('7a27c15f2abbf963fd6413cf097517c70ffd6530'
+sha1sums=('61dcc48413009c2d2e1706793de1dded3915840c'
   '20095ce6e0f3e5b6800a7c6e52de6fddba62c031')
 
 build() {



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:37:07
  Author: andrea
Revision: 174343

KDE 4.10 RC2

Modified:
  kdeartwork/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:37:03 UTC (rev 174342)
+++ PKGBUILD2013-01-04 14:37:07 UTC (rev 174343)
@@ -12,7 +12,7 @@
  'kdeartwork-styles'
  'kdeartwork-wallpapers'
  'kdeartwork-weatherwallpapers')
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -21,7 +21,7 @@
 makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace'
  'libkexiv2' 'mesa')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('f1ca98976d54af3edce7d7884865d9d5ab9bee5d')
+sha1sums=('91e3160d5773be57a1ecf12bacfffb128e6e13af')
 
 build() {
cd $srcdir



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:37:11
  Author: andrea
Revision: 174344

KDE 4.10 RC2

Modified:
  kdebase-konsole/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:37:07 UTC (rev 174343)
+++ PKGBUILD2013-01-04 14:37:11 UTC (rev 174344)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebase-konsole
-pkgver=4.9.95
+pkgver=4.9.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=('82b53c44e05d01620102ae27a80f7f4885e2213a')
+sha1sums=('20b9cf988e877052a01072d36839438574d75d3c')
 
 build() {
   cd ${srcdir}



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:37:14
  Author: andrea
Revision: 174345

KDE 4.10 RC2

Modified:
  kdebindings-kimono/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:37:11 UTC (rev 174344)
+++ PKGBUILD2013-01-04 14:37:14 UTC (rev 174345)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-kimono
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 pkgdesc=.NET/Mono bindings for the KDE libraries
 url=https://projects.kde.org/projects/kde/kdebindings/csharp/kimono;
@@ -14,7 +14,7 @@
 optdepends=('kdepimlibs: akonadi bindings')
 conflicts=('kdebindings-csharp')
 
source=(http://download.kde.org/unstable/${pkgver}/src/kimono-${pkgver}.tar.xz;)
-sha1sums=('f7213b8158774ccc2476fe91977c8db919c0cbd0')
+sha1sums=('e5aaea4152ceab7f1cab5e8b429575f7f6257cbb')
 
 build() {
   cd ${srcdir}



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:37:18
  Author: andrea
Revision: 174346

KDE 4.10 RC2

Modified:
  kdebindings-korundum/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:37:14 UTC (rev 174345)
+++ PKGBUILD2013-01-04 14:37:18 UTC (rev 174346)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-korundum
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 pkgdesc=Ruby bindings for libraries created by the KDE community
 url=https://projects.kde.org/projects/kde/kdebindings/ruby/korundum;
@@ -17,7 +17,7 @@
 conflicts=('kdebindings-ruby')
 
source=(http://download.kde.org/unstable/${pkgver}/src/korundum-${pkgver}.tar.xz;
 'ruby19.patch')
-sha1sums=('780275964370eef3c14ce88eeb6389335a6379b2'
+sha1sums=('4d5ca7085411e1daa16c0519abc3566c73bf8507'
   'c074f027bac3b9bffe70a2c2304a6a7be12be034')
 
 build() {



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:37:22
  Author: andrea
Revision: 174347

KDE 4.10 RC2

Modified:
  kdebindings-kross/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:37:18 UTC (rev 174346)
+++ PKGBUILD2013-01-04 14:37:22 UTC (rev 174347)
@@ -5,7 +5,7 @@
 pkgname=('kdebindings-kross-python'
 # 'kdebindings-kross-ruby'
  'kdebindings-kross-java')
-pkgver=4.9.95
+pkgver=4.9.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=('7d46e9eb28e630a06a073ae36f359dd84c1c9a2f')
+sha1sums=('93831d2c9f4586e18bc3f5a68777d54c54742dbc')
 
 build() {
   cd ${srcdir}



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:37:26
  Author: andrea
Revision: 174348

KDE 4.10 RC2

Modified:
  kdebindings-perlkde/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:37:22 UTC (rev 174347)
+++ PKGBUILD2013-01-04 14:37:26 UTC (rev 174348)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-perlkde
-pkgver=4.9.95
+pkgver=4.9.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=('302c590c9388a178fa68fe50ac1eed20913f3c1c')
+sha1sums=('3f075e67492ceb40158d9ccb8eb05f1cc5249a5f')
 
 build() {
   cd ${srcdir}



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:37:29
  Author: andrea
Revision: 174349

KDE 4.10 RC2

Modified:
  kdeedu-blinken/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:37:26 UTC (rev 174348)
+++ PKGBUILD2013-01-04 14:37:29 UTC (rev 174349)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-blinken
-pkgver=4.9.95
+pkgver=4.9.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=('975d7220a99ef8cbc4129361ece150b53519335c')
+sha1sums=('099c55ac93f1955dcefeda162cd751a46a67acdd')
 
 build() {
   cd ${srcdir}



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:37:34
  Author: andrea
Revision: 174350

KDE 4.10 RC2

Modified:
  kdeedu-cantor/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:37:29 UTC (rev 174349)
+++ PKGBUILD2013-01-04 14:37:34 UTC (rev 174350)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-cantor
-pkgver=4.9.95
+pkgver=4.9.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=('757a9dafc33e18962ba88114be5438058946b99c')
+sha1sums=('17fc8f536b20212a5b884bb75a67f4a306894da6')
 
 build() {
   cd ${srcdir}



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:37:37
  Author: andrea
Revision: 174351

KDE 4.10 RC2

Modified:
  kdeedu-kalgebra/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:37:34 UTC (rev 174350)
+++ PKGBUILD2013-01-04 14:37:37 UTC (rev 174351)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kalgebra
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 pkgdesc=Graph Calculator
 url=http://kde.org/applications/education/kalgebra/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'mesa')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kalgebra-${pkgver}.tar.xz;)
-sha1sums=('5b624e96e1d6d2c2dddab70c5b13daf284f3f57f')
+sha1sums=('08fd23a65365f987340883b4afd05415ccff0c6c')
 
 build() {
   cd ${srcdir}



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:37:42
  Author: andrea
Revision: 174352

KDE 4.10 RC2

Modified:
  kdeedu-kalzium/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:37:37 UTC (rev 174351)
+++ PKGBUILD2013-01-04 14:37:42 UTC (rev 174352)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kalzium
-pkgver=4.9.95
+pkgver=4.9.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=('187adc48acd35a3f71c6cc48cfb53d1a115a60e1')
+sha1sums=('d5126f7b1301b85eb37adfe3cf53807e3ff3a568')
 
 build() {
   mkdir build



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:37:46
  Author: andrea
Revision: 174353

KDE 4.10 RC2

Modified:
  kdeedu-kanagram/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:37:42 UTC (rev 174352)
+++ PKGBUILD2013-01-04 14:37:46 UTC (rev 174353)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kanagram
-pkgver=4.9.95
+pkgver=4.9.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=('6491b2dc8e2473b140cc6ae20b1797f9d95e71a3')
+sha1sums=('0ee3d23879cd574b588be29dca9d820f3cbc3817')
 
 build() {
   cd ${srcdir}



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:37:49
  Author: andrea
Revision: 174354

KDE 4.10 RC2

Modified:
  kdeedu-kbruch/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:37:46 UTC (rev 174353)
+++ PKGBUILD2013-01-04 14:37:49 UTC (rev 174354)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kbruch
-pkgver=4.9.95
+pkgver=4.9.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=('899f22d3693111a36d92dad368fe6feac21f9946')
+sha1sums=('02d7693de2f9d96501f7c8156675ed209bec675e')
 
 build() {
   cd ${srcdir}



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:37:54
  Author: andrea
Revision: 174355

KDE 4.10 RC2

Modified:
  kdeedu-kgeography/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:37:49 UTC (rev 174354)
+++ PKGBUILD2013-01-04 14:37:54 UTC (rev 174355)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kgeography
-pkgver=4.9.95
+pkgver=4.9.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=('f2d89cf07449a7cec69cb4e236d894be6657f649')
+sha1sums=('b4e48c9551f29b53d620e81527cbf6a6e8516435')
 
 build() {
   cd ${srcdir}



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:37:58
  Author: andrea
Revision: 174356

KDE 4.10 RC2

Modified:
  kdeedu-khangman/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:37:54 UTC (rev 174355)
+++ PKGBUILD2013-01-04 14:37:58 UTC (rev 174356)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-khangman
-pkgver=4.9.95
+pkgver=4.9.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=('84fe69921859cd51672563d47fd3fdf6cf473b99')
+sha1sums=('9b20735e8aaecbc560878ba8579379d6fc3aa2e8')
 
 build() {
   cd ${srcdir}



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:38:01
  Author: andrea
Revision: 174357

KDE 4.10 RC2

Modified:
  kdeedu-kig/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:37:58 UTC (rev 174356)
+++ PKGBUILD2013-01-04 14:38:01 UTC (rev 174357)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kig
-pkgver=4.9.95
+pkgver=4.9.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=('414b9d1dba8c25685ffcd6867bfe6a0b0c8066a4')
+sha1sums=('dd3fa6fdb41e995a534a0efd7f884f9258a98e4a')
 
 build() {
   cd ${srcdir}



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:38:05
  Author: andrea
Revision: 174358

KDE 4.10 RC2

Modified:
  kdeedu-kiten/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:38:01 UTC (rev 174357)
+++ PKGBUILD2013-01-04 14:38:05 UTC (rev 174358)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kiten
-pkgver=4.9.95
+pkgver=4.9.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=('93c13fe7faca9e42b78eb0d7e5efd87311e52fdf')
+sha1sums=('739c81f34f8960ff13b1b7d00c5cd9302287d450')
 
 build() {
   cd ${srcdir}



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:38:09
  Author: andrea
Revision: 174359

KDE 4.10 RC2

Modified:
  kdeedu-klettres/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:38:05 UTC (rev 174358)
+++ PKGBUILD2013-01-04 14:38:09 UTC (rev 174359)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-klettres
-pkgver=4.9.95
+pkgver=4.9.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=('528585e2a42de8043a143aa23c10be070160cb65')
+sha1sums=('6256115b7c7df37ca37668ee254de4aeff6114e2')
 
 build() {
   cd ${srcdir}



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:38:13
  Author: andrea
Revision: 174360

KDE 4.10 RC2

Modified:
  kdeedu-kmplot/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:38:09 UTC (rev 174359)
+++ PKGBUILD2013-01-04 14:38:13 UTC (rev 174360)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kmplot
-pkgver=4.9.95
+pkgver=4.9.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=('d29c5464d7177092f2cfc44acc1b5654d3a708f0')
+sha1sums=('ea6c8f36d34587f27870ca9968d5e741697fe821')
 
 build() {
   cd ${srcdir}



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:38:17
  Author: andrea
Revision: 174361

KDE 4.10 RC2

Modified:
  kdeedu-kstars/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:38:13 UTC (rev 174360)
+++ PKGBUILD2013-01-04 14:38:17 UTC (rev 174361)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kstars
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 pkgdesc=Desktop Planetarium
 url=http://kde.org/applications/education/kstars/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'eigen' 'mesa')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kstars-${pkgver}.tar.xz;)
-sha1sums=('46eed98749a15b29b4a18bc93c2c1c71f1a6ca7d')
+sha1sums=('2d71367fc5b19412fb06004fc3b6c100e2e675d7')
 
 build() {
   mkdir build



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:38:21
  Author: andrea
Revision: 174362

KDE 4.10 RC2

Modified:
  kdeedu-ktouch/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:38:17 UTC (rev 174361)
+++ PKGBUILD2013-01-04 14:38:21 UTC (rev 174362)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-ktouch
-pkgver=4.9.95
+pkgver=4.9.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=('cc077ce192792492cb1438540c6d4e2da8bda42c')
+sha1sums=('2b3439c6cea0fe3a5c91b2b77ce507aa95ae02c2')
 
 build() {
   cd ${srcdir}



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:38:25
  Author: andrea
Revision: 174363

KDE 4.10 RC2

Modified:
  kdeedu-kturtle/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:38:21 UTC (rev 174362)
+++ PKGBUILD2013-01-04 14:38:25 UTC (rev 174363)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kturtle
-pkgver=4.9.95
+pkgver=4.9.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=('0cf2e23eb1700c10c88a31c0edc33919fac3b27c')
+sha1sums=('ffc3aff242c9525deff1f7f4177789cbd39ece85')
 
 build() {
   cd ${srcdir}



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:38:29
  Author: andrea
Revision: 174364

KDE 4.10 RC2

Modified:
  kdeedu-kwordquiz/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:38:25 UTC (rev 174363)
+++ PKGBUILD2013-01-04 14:38:29 UTC (rev 174364)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kwordquiz
-pkgver=4.9.95
+pkgver=4.9.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=('ebe6ac89b0e47f8e308a899194fe26ce3aad49c5')
+sha1sums=('254471c423924fbec75c57b514947298ee322cfa')
 
 build() {
   cd ${srcdir}



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:38:32
  Author: andrea
Revision: 174365

KDE 4.10 RC2

Modified:
  kdeedu-pairs/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:38:29 UTC (rev 174364)
+++ PKGBUILD2013-01-04 14:38:32 UTC (rev 174365)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-pairs
-pkgver=4.9.95
+pkgver=4.9.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=('b4a894bd1ad00c80ed8de422d0ee0e0304ca3f47')
+sha1sums=('a8e8def433f5a0e6d84491ced9f8c2c93b6f0559')
 
 build() {
   cd ${srcdir}



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:38:37
  Author: andrea
Revision: 174366

KDE 4.10 RC2

Modified:
  kdeedu-parley/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:38:32 UTC (rev 174365)
+++ PKGBUILD2013-01-04 14:38:37 UTC (rev 174366)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-parley
-pkgver=4.9.95
+pkgver=4.9.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=('333bbc4ee35421e7ce45512b4f48e00168b06d7d')
+sha1sums=('5ae76ef7fe56c3155bb5f794e06b9b429ce6e4e5')
 
 build() {
   cd ${srcdir}



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:38:40
  Author: andrea
Revision: 174367

KDE 4.10 RC2

Modified:
  kdeedu-rocs/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:38:37 UTC (rev 174366)
+++ PKGBUILD2013-01-04 14:38:40 UTC (rev 174367)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-rocs
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 pkgdesc=Rocs Graph Theory
 url=http://kde.org/applications/education/rocs/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'boost')
 install=${pkgname}.install
 source=(http://download.kde.org/unstable/${pkgver}/src/rocs-${pkgver}.tar.xz;)
-sha1sums=('6358268fa2e4472da70c14c01a4081e3087f51aa')
+sha1sums=('c15f9229bf00e1b44226afa4b598f0922eccc98b')
 
 build() {
   cd ${srcdir}



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:38:44
  Author: andrea
Revision: 174368

KDE 4.10 RC2

Modified:
  kdeedu-step/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:38:40 UTC (rev 174367)
+++ PKGBUILD2013-01-04 14:38:44 UTC (rev 174368)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-step
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 pkgdesc=Interactive Physical Simulator
 url=http://kde.org/applications/education/step/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'eigen' 'mesa')
 install=${pkgname}.install
 source=(http://download.kde.org/unstable/${pkgver}/src/step-${pkgver}.tar.xz;)
-sha1sums=('fc66e64147f01ce022352f733ffb5e3c1157478d')
+sha1sums=('cab73b8b2a41cdde03935554f1bedf7c2a16ccb5')
 
 build() {
   cd ${srcdir}



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:38:48
  Author: andrea
Revision: 174369

KDE 4.10 RC2

Modified:
  kdegames-bomber/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:38:44 UTC (rev 174368)
+++ PKGBUILD2013-01-04 14:38:48 UTC (rev 174369)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-bomber
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 pkgdesc=A single player arcade game
 url=http://kde.org/applications/games/bomber/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/bomber-${pkgver}.tar.xz;)
-sha1sums=('b4e360cc5c4c204ecbb16ff7e2a8fd5e0e65c4fb')
+sha1sums=('30f8d9f1a81c31283379e988c2a7542fa5c68ab9')
 
 build() {
   mkdir build



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:38:52
  Author: andrea
Revision: 174370

KDE 4.10 RC2

Modified:
  kdegames-bovo/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:38:48 UTC (rev 174369)
+++ PKGBUILD2013-01-04 14:38:52 UTC (rev 174370)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-bovo
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 pkgdesc=A Gomoku like game for two players
 url=http://kde.org/applications/games/bovo/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 source=(http://download.kde.org/unstable/${pkgver}/src/bovo-${pkgver}.tar.xz;)
-sha1sums=('ba08535adf00822d32c5ab4b623e219a3a7ac466')
+sha1sums=('22f8672c5672a7aaa680e6708f63187f6e3d5c78')
 
 build() {
   mkdir build



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:38:56
  Author: andrea
Revision: 174371

KDE 4.10 RC2

Modified:
  kdegames-granatier/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:38:52 UTC (rev 174370)
+++ PKGBUILD2013-01-04 14:38:56 UTC (rev 174371)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-granatier
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 pkgdesc=A clone of the classic Bomberman game
 url=http://kde.org/applications/games/granatier/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/granatier-${pkgver}.tar.xz;)
-sha1sums=('536e9e50b7e1b87189787667479172a060f30cd3')
+sha1sums=('4b1135bc59a06e6ddb763b10cdf94a945189c478')
 
 build() {
   mkdir build



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:39:01
  Author: andrea
Revision: 174372

KDE 4.10 RC2

Modified:
  kdegames-kajongg/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:38:56 UTC (rev 174371)
+++ PKGBUILD2013-01-04 14:39:01 UTC (rev 174372)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kajongg
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 pkgdesc=The ancient Chinese board game for 4 players
 url=http://kde.org/applications/games/kajongg/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kajongg-${pkgver}.tar.xz;)
-sha1sums=('40aecdfd4db764bb1251d98b5fcd1aa68f1eaf6b')
+sha1sums=('7083f4ef418637cd53ff4b18a368f912d0da3c49')
 
 build() {
   mkdir build



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:39:05
  Author: andrea
Revision: 174373

KDE 4.10 RC2

Modified:
  kdegames-kapman/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:39:01 UTC (rev 174372)
+++ PKGBUILD2013-01-04 14:39:05 UTC (rev 174373)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kapman
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 pkgdesc=A clone of the well known game Pac-Man
 url=http://kde.org/applications/games/kapman/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kapman-${pkgver}.tar.xz;)
-sha1sums=('33d4fbbb2bdd643a6a8bdd3749b3b14a07f0ca04')
+sha1sums=('0f1a73a271c00383a294b4693e4a0dc55c365baa')
 
 build() {
   mkdir build



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:39:09
  Author: andrea
Revision: 174374

KDE 4.10 RC2

Modified:
  kdegames-katomic/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:39:05 UTC (rev 174373)
+++ PKGBUILD2013-01-04 14:39:09 UTC (rev 174374)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-katomic
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 pkgdesc=A fun and educational game built around molecular geometry
 url=http://kde.org/applications/games/katomic/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/katomic-${pkgver}.tar.xz;)
-sha1sums=('b3cd91322ea5cff7a0d56efb8ca568a2fa68')
+sha1sums=('cc271ac2906db1f37cf95420ade5f1eb253fcc86')
 
 build() {
   mkdir build



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:39:13
  Author: andrea
Revision: 174375

KDE 4.10 RC2

Modified:
  kdegames-kblackbox/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:39:09 UTC (rev 174374)
+++ PKGBUILD2013-01-04 14:39:13 UTC (rev 174375)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kblackbox
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 pkgdesc=A game of hide and seek played on a grid of boxes
 url=http://kde.org/applications/games/kblackbox/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kblackbox-${pkgver}.tar.xz;)
-sha1sums=('371dbb921905d5da162a8a125a97f2c59001273f')
+sha1sums=('dd6f5a610b069c7da766ef12d9bc9543e5b60ddb')
 
 build() {
   mkdir build



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:39:18
  Author: andrea
Revision: 174376

KDE 4.10 RC2

Modified:
  kdegames-kblocks/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:39:13 UTC (rev 174375)
+++ PKGBUILD2013-01-04 14:39:18 UTC (rev 174376)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kblocks
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 pkgdesc=The classic falling blocks game
 url=http://kde.org/applications/games/kblocks/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kblocks-${pkgver}.tar.xz;)
-sha1sums=('7840edbe205f624d049ae8f758b02325bafec333')
+sha1sums=('05b20479867e772c0d2de19a41d6a306b3ee8a3f')
 
 build() {
   mkdir build



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:39:21
  Author: andrea
Revision: 174377

KDE 4.10 RC2

Modified:
  kdegames-kbounce/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:39:18 UTC (rev 174376)
+++ PKGBUILD2013-01-04 14:39:21 UTC (rev 174377)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kbounce
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 pkgdesc=A single player arcade game with the elements of puzzle
 url=http://kde.org/applications/games/kbounce/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kbounce-${pkgver}.tar.xz;)
-sha1sums=('36da8dde75cc83c092854ed1f5f6015078825b70')
+sha1sums=('8053721031bbcdccddb0fcabc1f00a36d6afcbbd')
 
 build() {
   mkdir build



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:39:25
  Author: andrea
Revision: 174378

KDE 4.10 RC2

Modified:
  kdegames-kbreakout/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:39:21 UTC (rev 174377)
+++ PKGBUILD2013-01-04 14:39:25 UTC (rev 174378)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kbreakout
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 pkgdesc=A Breakout-like game
 url=http://kde.org/applications/games/kbreakout/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kbreakout-${pkgver}.tar.xz;)
-sha1sums=('338e234fcc7583f35294a357983f9902cc83fdeb')
+sha1sums=('b2925402fb7d53a4f393e4862d9ea932cd2d50a9')
 
 build() {
   mkdir build



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:39:28
  Author: andrea
Revision: 174379

KDE 4.10 RC2

Modified:
  kdegames-kdiamond/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:39:25 UTC (rev 174378)
+++ PKGBUILD2013-01-04 14:39:28 UTC (rev 174379)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kdiamond
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 pkgdesc=A single player puzzle game
 url=http://kde.org/applications/games/kdiamond/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kdiamond-${pkgver}.tar.xz;)
-sha1sums=('8af0698d382ae6f76aeee384685a40d2118c1e4a')
+sha1sums=('315cdd35d1b92f2534533ed19fc2b2067d82ad56')
 
 build() {
   mkdir build



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:39:32
  Author: andrea
Revision: 174380

KDE 4.10 RC2

Modified:
  kdegames-kfourinline/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:39:28 UTC (rev 174379)
+++ PKGBUILD2013-01-04 14:39:32 UTC (rev 174380)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kfourinline
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 pkgdesc=A four-in-a-row game
 url=http://kde.org/applications/games/kfourinline/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kfourinline-${pkgver}.tar.xz;)
-sha1sums=('d77fcaa4108db159c6b6db962cc3f6636ce3462b')
+sha1sums=('8d48ec313d7f6cb8b617991188320e5ba23949e1')
 
 build() {
   mkdir build



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:39:35
  Author: andrea
Revision: 174381

KDE 4.10 RC2

Modified:
  kdegames-kgoldrunner/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:39:32 UTC (rev 174380)
+++ PKGBUILD2013-01-04 14:39:35 UTC (rev 174381)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kgoldrunner
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 pkgdesc=A game of action and puzzle solving
 url=http://kde.org/applications/games/kgoldrunner/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kgoldrunner-${pkgver}.tar.xz;)
-sha1sums=('d011a28a5d894ffa0056bbd51a57bbab28bb6921')
+sha1sums=('61ef5d087a2d7af39fab0b9cb2d8ab96fdcb5075')
 
 build() {
   mkdir build



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:39:39
  Author: andrea
Revision: 174382

KDE 4.10 RC2

Modified:
  kdegames-kigo/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:39:35 UTC (rev 174381)
+++ PKGBUILD2013-01-04 14:39:39 UTC (rev 174382)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kigo
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 pkgdesc=An open-source implementation of the popular Go game
 url=http://kde.org/applications/games/kigo/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 source=(http://download.kde.org/unstable/${pkgver}/src/kigo-${pkgver}.tar.xz;)
-sha1sums=('803298766752984e1a9a1d3bff17c6351c100d25')
+sha1sums=('9246458a78ac1c707badbd8e75a9024968d78dd4')
 
 build() {
   mkdir build



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:39:42
  Author: andrea
Revision: 174383

KDE 4.10 RC2

Modified:
  kdegames-killbots/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:39:39 UTC (rev 174382)
+++ PKGBUILD2013-01-04 14:39:42 UTC (rev 174383)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-killbots
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 pkgdesc=A simple game of evading killer robots
 url=http://kde.org/applications/games/killbots/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/killbots-${pkgver}.tar.xz;)
-sha1sums=('9f1d66933163d3da44f1803a987a72607d4e7443')
+sha1sums=('526be3e244b78fe638b6ccf9d7031c7763a8ebc7')
 
 build() {
   mkdir build



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:39:46
  Author: andrea
Revision: 174384

KDE 4.10 RC2

Modified:
  kdegames-kiriki/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:39:42 UTC (rev 174383)
+++ PKGBUILD2013-01-04 14:39:46 UTC (rev 174384)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kiriki
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 pkgdesc=An addictive and fun dice game
 url=http://kde.org/applications/games/kiriki/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kiriki-${pkgver}.tar.xz;)
-sha1sums=('49c1716d233b91c968beeeae381ee28ffa66749e')
+sha1sums=('64fc668e2f0335f71854c9c3bad2039dfe4f619e')
 
 build() {
   mkdir build



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:39:49
  Author: andrea
Revision: 174385

KDE 4.10 RC2

Modified:
  kdegames-kjumpingcube/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:39:46 UTC (rev 174384)
+++ PKGBUILD2013-01-04 14:39:49 UTC (rev 174385)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kjumpingcube
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 pkgdesc=A simple tactical game
 url=http://kde.org/applications/games/kjumpingcube/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kjumpingcube-${pkgver}.tar.xz;)
-sha1sums=('c7d5587f6b730ae618f0c24d4e59c7a449466429')
+sha1sums=('6618dd2c9e2dbae4e8657fa0db9d2df7da5e22ae')
 
 build() {
   mkdir build



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:39:53
  Author: andrea
Revision: 174386

KDE 4.10 RC2

Modified:
  kdegames-klickety/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:39:49 UTC (rev 174385)
+++ PKGBUILD2013-01-04 14:39:53 UTC (rev 174386)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-klickety
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 pkgdesc=An adaptation of the Clickomania game
 url=http://kde.org/applications/games/klickety/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/klickety-${pkgver}.tar.xz;)
-sha1sums=('690a76c0e800f1b14cd6288f495eaf95b0517b30')
+sha1sums=('8906940c7a22c27cb6270f740f2bdb9395216b79')
 
 build() {
   mkdir build



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:39:57
  Author: andrea
Revision: 174387

KDE 4.10 RC2

Modified:
  kdegames-klines/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:39:53 UTC (rev 174386)
+++ PKGBUILD2013-01-04 14:39:57 UTC (rev 174387)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-klines
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 pkgdesc=A simple but highly addictive, one player game
 url=http://kde.org/applications/games/klines/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/klines-${pkgver}.tar.xz;)
-sha1sums=('2f40b10c6166820586a7006df10b1052ec23a609')
+sha1sums=('4ee4c1a4508e55968e58a6d78d27029de3dcc383')
 
 build() {
   mkdir build



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:40:01
  Author: andrea
Revision: 174388

KDE 4.10 RC2

Modified:
  kdegames-kmahjongg/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:39:57 UTC (rev 174387)
+++ PKGBUILD2013-01-04 14:40:01 UTC (rev 174388)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kmahjongg
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 pkgdesc=A tile matching game for one or two players
 url=http://kde.org/applications/games/kmahjongg/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kmahjongg-${pkgver}.tar.xz;)
-sha1sums=('075fa8d849e4e9d7242d1e37f8716ba3988f8c18')
+sha1sums=('dcc7cd6bf2c5f3ddea9199a874ac5daf4fa29cf0')
 
 build() {
   mkdir build



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:40:05
  Author: andrea
Revision: 174389

KDE 4.10 RC2

Modified:
  kdegames-kmines/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:40:01 UTC (rev 174388)
+++ PKGBUILD2013-01-04 14:40:05 UTC (rev 174389)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kmines
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 pkgdesc=The classic Minesweeper game
 url=http://kde.org/applications/games/kmines/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kmines-${pkgver}.tar.xz;)
-sha1sums=('0e38966e8107b13c083528bc310c6aa6df4fc7f0')
+sha1sums=('59f1adbbe2aef685d3cfdb3bf589b350630d0678')
 
 build() {
   mkdir build



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:40:10
  Author: andrea
Revision: 174390

KDE 4.10 RC2

Modified:
  kdegames-knavalbattle/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:40:05 UTC (rev 174389)
+++ PKGBUILD2013-01-04 14:40:10 UTC (rev 174390)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-knavalbattle
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 pkgdesc=A ship sinking game
 url=http://kde.org/applications/games/knavalbattle/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/knavalbattle-${pkgver}.tar.xz;)
-sha1sums=('b893ba02f77cd3027f55c7bb57d942fdd48c7050')
+sha1sums=('63f0107740c76d78b4328e9a86f1065def7e74dc')
 
 build() {
   mkdir build



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:40:13
  Author: andrea
Revision: 174391

KDE 4.10 RC2

Modified:
  kdegames-knetwalk/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:40:10 UTC (rev 174390)
+++ PKGBUILD2013-01-04 14:40:13 UTC (rev 174391)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-knetwalk
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 pkgdesc=Connect all the terminals to the server, in as few turns as possible
 url=http://kde.org/applications/games/knetwalk/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/knetwalk-${pkgver}.tar.xz;)
-sha1sums=('d5b6d4ef3502f3de541dc1e05a6096945c2932a4')
+sha1sums=('44a047b80c497bfa454e9677eb38ac48d0baf417')
 
 build() {
   mkdir build



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:40:19
  Author: andrea
Revision: 174392

KDE 4.10 RC2

Modified:
  kdegames-kolf/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:40:13 UTC (rev 174391)
+++ PKGBUILD2013-01-04 14:40:19 UTC (rev 174392)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kolf
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 pkgdesc=A miniature golf game with 2d top-down view
 url=http://kde.org/applications/games/kolf/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 source=(http://download.kde.org/unstable/${pkgver}/src/kolf-${pkgver}.tar.xz;)
-sha1sums=('b820afafa5d75f276e46f86cc66e37c1e80168cb')
+sha1sums=('4e3cd4b7a5f7887249f82c55c0763d06053600de')
 
 build() {
   mkdir build



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:40:23
  Author: andrea
Revision: 174393

KDE 4.10 RC2

Modified:
  kdegames-kollision/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:40:19 UTC (rev 174392)
+++ PKGBUILD2013-01-04 14:40:23 UTC (rev 174393)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kollision
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 pkgdesc=A simple ball dodging game
 url=http://kde.org/applications/games/kollision/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kollision-${pkgver}.tar.xz;)
-sha1sums=('74f5c19ac50f3b2c677b6dfde1ef3b8b85350340')
+sha1sums=('5e872740909cec0c7ab39f7c11e84e1db2fae115')
 
 build() {
   mkdir build



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:40:26
  Author: andrea
Revision: 174394

KDE 4.10 RC2

Modified:
  kdegames-konquest/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:40:23 UTC (rev 174393)
+++ PKGBUILD2013-01-04 14:40:26 UTC (rev 174394)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-konquest
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 pkgdesc=The KDE version of Gnu-Lactic
 url=http://kde.org/applications/games/konquest/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/konquest-${pkgver}.tar.xz;)
-sha1sums=('81b363fad2eadea59bcf1d45ed79fdb8eeeb2943')
+sha1sums=('a1a79cb48bcc6a4d620dbb543890e33abb6dc163')
 
 build() {
   mkdir build



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:40:31
  Author: andrea
Revision: 174395

KDE 4.10 RC2

Modified:
  kdegames-kpatience/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:40:26 UTC (rev 174394)
+++ PKGBUILD2013-01-04 14:40:31 UTC (rev 174395)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kpatience
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 pkgdesc=Offers a selection of solitaire card games
 url=http://kde.org/applications/games/kpat/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 source=(http://download.kde.org/unstable/${pkgver}/src/kpat-${pkgver}.tar.xz;)
-sha1sums=('90f78664276ee8cfe4503a8f6f71f9e15ffabacc')
+sha1sums=('8f8d9e6010cf55b1f8ddf3ddd67dbc084d4ea7b8')
 
 build() {
   mkdir build



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:40:35
  Author: andrea
Revision: 174396

KDE 4.10 RC2

Modified:
  kdegames-kreversi/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:40:31 UTC (rev 174395)
+++ PKGBUILD2013-01-04 14:40:35 UTC (rev 174396)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kreversi
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 pkgdesc=A simple one player strategy game played against the computer
 url=http://kde.org/applications/games/kreversi/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kreversi-${pkgver}.tar.xz;)
-sha1sums=('ba16f2a2dcd301d2a8873a2c7bbe187a5c8f4e98')
+sha1sums=('8d5fdb2acf8fbe328d8fd7e6ad470c56bf1f0c3f')
 
 build() {
   mkdir build



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:40:38
  Author: andrea
Revision: 174397

KDE 4.10 RC2

Modified:
  kdegames-kshisen/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:40:35 UTC (rev 174396)
+++ PKGBUILD2013-01-04 14:40:38 UTC (rev 174397)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kshisen
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 pkgdesc=A solitaire-like game played using the standard set of Mahjong tiles
 url=http://kde.org/applications/games/kshisen/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kshisen-${pkgver}.tar.xz;)
-sha1sums=('2ccb3152838e3e8df8a80a0605ab8f955dd2136c')
+sha1sums=('8ad75be9d85b668dd4e539828e4b971728bec69e')
 
 build() {
   mkdir build



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:40:42
  Author: andrea
Revision: 174398

KDE 4.10 RC2

Modified:
  kdegames-ksirk/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:40:38 UTC (rev 174397)
+++ PKGBUILD2013-01-04 14:40:42 UTC (rev 174398)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-ksirk
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 pkgdesc=A computerized version of a well known strategy game
 url=http://kde.org/applications/games/ksirk/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/ksirk-${pkgver}.tar.xz;)
-sha1sums=('22e163387d29e77c72c67ca02cfe97c4d40ee9d3')
+sha1sums=('f730dadc533875569ae8dbd955298c4c4da2bf05')
 
 build() {
   mkdir build



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:40:46
  Author: andrea
Revision: 174399

KDE 4.10 RC2

Modified:
  kdegames-ksnakeduel/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:40:42 UTC (rev 174398)
+++ PKGBUILD2013-01-04 14:40:46 UTC (rev 174399)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-ksnakeduel
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 pkgdesc=A simple snake duel game
 url=http://kde.org/applications/games/ksnakeduel/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/ksnakeduel-${pkgver}.tar.xz;)
-sha1sums=('6e2a634a97d7f6087ae6130bd3cbe24a058ab4d9')
+sha1sums=('c218e7b01ea21d7b1b5ad3b9cf6319a931a7d157')
 
 build() {
   mkdir build



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:40:49
  Author: andrea
Revision: 174400

KDE 4.10 RC2

Modified:
  kdegames-kspaceduel/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:40:46 UTC (rev 174399)
+++ PKGBUILD2013-01-04 14:40:49 UTC (rev 174400)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kspaceduel
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 pkgdesc=Each of two possible players controls a satellite spaceship orbiting 
the sun
 url=http://kde.org/applications/games/kspaceduel/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kspaceduel-${pkgver}.tar.xz;)
-sha1sums=('5ce26e23dd6fc1da95d23eacf3df32069226685e')
+sha1sums=('ad97df98fdf15a76a64fc4ea51299c7444ea95af')
 
 build() {
   mkdir build



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:40:53
  Author: andrea
Revision: 174401

KDE 4.10 RC2

Modified:
  kdegames-ksquares/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:40:49 UTC (rev 174400)
+++ PKGBUILD2013-01-04 14:40:53 UTC (rev 174401)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-ksquares
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 pkgdesc=A modeled after the well known pen and paper based game of Dots and 
Boxes
 url=http://kde.org/applications/games/ksquares/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/ksquares-${pkgver}.tar.xz;)
-sha1sums=('860d5b17ed376c1451ee1aefecfc515ab6181032')
+sha1sums=('84290308631e7a78b89bdecc8be8524194ee0644')
 
 build() {
   mkdir build



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:40:57
  Author: andrea
Revision: 174402

KDE 4.10 RC2

Modified:
  kdegames-ksudoku/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:40:53 UTC (rev 174401)
+++ PKGBUILD2013-01-04 14:40:57 UTC (rev 174402)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-ksudoku
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 pkgdesc=A logic-based symbol placement puzzle
 url=http://kde.org/applications/games/ksudoku/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'mesa')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/ksudoku-${pkgver}.tar.xz;)
-sha1sums=('3a61a9c1edc0322f58f2e4be547412be46ad15b6')
+sha1sums=('2cdd71e3299fac7b7e598fe2ce1aeed9144d2b84')
 
 build() {
   mkdir build



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:41:02
  Author: andrea
Revision: 174403

KDE 4.10 RC2

Modified:
  kdegames-ktuberling/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:40:57 UTC (rev 174402)
+++ PKGBUILD2013-01-04 14:41:02 UTC (rev 174403)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-ktuberling
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 pkgdesc=A simple constructor game suitable for children and adults alike
 url=http://kde.org/applications/games/ktuberling/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/ktuberling-${pkgver}.tar.xz;)
-sha1sums=('da5bc9f554d3a99b00a6c08f1ede6857093e27a2')
+sha1sums=('be66854b4d090ca0f958bb1350defdd55e590f02')
 
 build() {
   mkdir build



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

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:41:07
  Author: andrea
Revision: 174404

KDE 4.10 RC2

Modified:
  kdegames-kubrick/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:41:02 UTC (rev 174403)
+++ PKGBUILD2013-01-04 14:41:07 UTC (rev 174404)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kubrick
-pkgver=4.9.95
+pkgver=4.9.97
 pkgrel=1
 pkgdesc=Based on the famous Rubik's Cube
 url=http://kde.org/applications/games/kubrick/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'mesa')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kubrick-${pkgver}.tar.xz;)
-sha1sums=('930827ad427818dfb21fc356c5d64a4d69313c46')
+sha1sums=('156f9e9cfeafca3903a1f62a28d2250a6174eb8d')
 
 build() {
   mkdir build



  1   2   3   >