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

2013-03-04 Thread Sergej Pupykin
Date: Monday, March 4, 2013 @ 11:23:24
  Author: spupykin
Revision: 85621

upgpkg: emacs-python-mode 6.1.1-1

upd

Modified:
  emacs-python-mode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 06:53:47 UTC (rev 85620)
+++ PKGBUILD2013-03-04 10:23:24 UTC (rev 85621)
@@ -3,7 +3,7 @@
 # Contributor: Stefano Esposito ragna...@email.it
 
 pkgname=emacs-python-mode
-pkgver=6.1.0
+pkgver=6.1.1
 pkgrel=1
 pkgdesc=Python mode for Emacs
 url=https://launchpad.net/python-mode;
@@ -12,7 +12,7 @@
 depends=('emacs')
 install=emacs-python-mode.install
 
source=(http://launchpad.net/python-mode/trunk/$pkgver/+download/python-mode.el-$pkgver.tar.gz;)
-md5sums=('980de2df6a314d49cd61ae764f757339')
+md5sums=('fe2cc3936279255c7f344a02f7ccc912')
 
 package() {
   cd $srcdir/python-mode.el-$pkgver



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

2013-03-04 Thread Sergej Pupykin
Date: Monday, March 4, 2013 @ 11:23:51
  Author: spupykin
Revision: 85622

archrelease: copy trunk to community-any

Added:
  emacs-python-mode/repos/community-any/PKGBUILD
(from rev 85621, emacs-python-mode/trunk/PKGBUILD)
  emacs-python-mode/repos/community-any/emacs-python-mode.install
(from rev 85621, emacs-python-mode/trunk/emacs-python-mode.install)
Deleted:
  emacs-python-mode/repos/community-any/PKGBUILD
  emacs-python-mode/repos/community-any/emacs-python-mode.install

---+
 PKGBUILD  |   44 ++--
 emacs-python-mode.install |   26 +-
 2 files changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-04 10:23:24 UTC (rev 85621)
+++ PKGBUILD2013-03-04 10:23:51 UTC (rev 85622)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Stefano Esposito ragna...@email.it
-
-pkgname=emacs-python-mode
-pkgver=6.1.0
-pkgrel=1
-pkgdesc=Python mode for Emacs
-url=https://launchpad.net/python-mode;
-license=(GPL)
-arch=('any')
-depends=('emacs')
-install=emacs-python-mode.install
-source=(http://launchpad.net/python-mode/trunk/$pkgver/+download/python-mode.el-$pkgver.tar.gz;)
-md5sums=('980de2df6a314d49cd61ae764f757339')
-
-build() {
-  cd $srcdir/python-mode.el-$pkgver
-  install -dm755 $pkgdir/usr/share/emacs/site-lisp/
-  install -Dm644 *.el $pkgdir/usr/share/emacs/site-lisp/
-  rm -f $pkgdir/usr/share/emacs/site-lisp/pymacs.*
-}

Copied: emacs-python-mode/repos/community-any/PKGBUILD (from rev 85621, 
emacs-python-mode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-04 10:23:51 UTC (rev 85622)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Stefano Esposito ragna...@email.it
+
+pkgname=emacs-python-mode
+pkgver=6.1.1
+pkgrel=1
+pkgdesc=Python mode for Emacs
+url=https://launchpad.net/python-mode;
+license=(GPL)
+arch=('any')
+depends=('emacs')
+install=emacs-python-mode.install
+source=(http://launchpad.net/python-mode/trunk/$pkgver/+download/python-mode.el-$pkgver.tar.gz;)
+md5sums=('fe2cc3936279255c7f344a02f7ccc912')
+
+package() {
+  cd $srcdir/python-mode.el-$pkgver
+  install -dm755 $pkgdir/usr/share/emacs/site-lisp/
+  install -Dm644 *.el $pkgdir/usr/share/emacs/site-lisp/
+  rm -f $pkgdir/usr/share/emacs/site-lisp/pymacs.*
+}

Deleted: emacs-python-mode.install
===
--- emacs-python-mode.install   2013-03-04 10:23:24 UTC (rev 85621)
+++ emacs-python-mode.install   2013-03-04 10:23:51 UTC (rev 85622)
@@ -1,13 +0,0 @@
-post_install () {
-  cat  EOF
-== Put this in your $HOME/.emacs file to enable python-mode
-== autoloading and autorecognition of *.py files:
-
-(autoload 'python-mode python-mode.el Python mode. t)
-(setq auto-mode-alist (append '((/*.\.py$ . python-mode)) auto-mode-alist))
-EOF
-}
-
-post_upgrade () {
-  post_install $1
-}

Copied: emacs-python-mode/repos/community-any/emacs-python-mode.install (from 
rev 85621, emacs-python-mode/trunk/emacs-python-mode.install)
===
--- emacs-python-mode.install   (rev 0)
+++ emacs-python-mode.install   2013-03-04 10:23:51 UTC (rev 85622)
@@ -0,0 +1,13 @@
+post_install () {
+  cat  EOF
+== Put this in your $HOME/.emacs file to enable python-mode
+== autoloading and autorecognition of *.py files:
+
+(autoload 'python-mode python-mode.el Python mode. t)
+(setq auto-mode-alist (append '((/*.\.py$ . python-mode)) auto-mode-alist))
+EOF
+}
+
+post_upgrade () {
+  post_install $1
+}



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:09:00
  Author: andrea
Revision: 179135

KDE 4.10.1

Modified:
  kdelibs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 08:06:34 UTC (rev 179134)
+++ PKGBUILD2013-03-04 11:09:00 UTC (rev 179135)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdelibs
-pkgver=4.10.0
-pkgrel=4
+pkgver=4.10.1
+pkgrel=1
 pkgdesc=KDE Core Libraries
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdelibs'
@@ -18,7 +18,7 @@
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;
 'kde-applications-menu.patch' 'archlinux-menu.patch')
-sha1sums=('093bfd214511bae7fda88242413c6ed4ff0b18f0'
+sha1sums=('91d1ab65a561decf7506df45bda7a7fec9a524bb'
   '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
   '63a850ab4196b9d06934f2b4a13acd9f7739bc67')
 



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:09:01
  Author: andrea
Revision: 179136

KDE 4.10.1

Modified:
  nepomuk-core/trunk/PKGBUILD
Deleted:
  nepomuk-core/trunk/fix-crash-on-new-install.patch
  nepomuk-core/trunk/fix-recursive-indexing.patch

+
 PKGBUILD   |   17 +-
 fix-crash-on-new-install.patch |   37 --
 fix-recursive-indexing.patch   |  103 ---
 3 files changed, 4 insertions(+), 153 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:09:00 UTC (rev 179135)
+++ PKGBUILD2013-03-04 11:09:01 UTC (rev 179136)
@@ -2,27 +2,18 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=nepomuk-core
-pkgver=4.10.0
-pkgrel=4
+pkgver=4.10.1
+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/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;
-'fix-recursive-indexing.patch'
-'fix-crash-on-new-install.patch')
-sha1sums=('affc4d3063db773e5b05ff746a4c64adbec29264'
-  'faa0f661fe642af01ac72eda7347dfc659e091e1'
-  '5e3b84f0d0f8a868d4aafedf0f3c7ab631ee4263')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('23661174669b32b12e7c930d700b08a4f7efd275')
 
 build() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i ${srcdir}/fix-recursive-indexing.patch
-  patch -p1 -i ${srcdir}/fix-crash-on-new-install.patch
-  cd ../
-
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \

Deleted: fix-crash-on-new-install.patch
===
--- fix-crash-on-new-install.patch  2013-03-04 11:09:00 UTC (rev 179135)
+++ fix-crash-on-new-install.patch  2013-03-04 11:09:01 UTC (rev 179136)
@@ -1,37 +0,0 @@
-commit b94e9f73bd86593928988e5626511acea805b7be
-Author: Edward Toroshchin k...@hades.name
-Date:   Sun Feb 3 17:57:23 2013 +0100
-
-fileindexer: initialize objects in correct order
-
-The IndexCleaner job created in IndexScheduler could complete before
-m_eventMonitor is initialized, which leads to crash in slotCleaningDone.
-
-REVIEW: 108754
-
-diff --git a/services/fileindexer/indexscheduler.cpp 
b/services/fileindexer/indexscheduler.cpp
-index a13de1b..3ad7819 100644
 a/services/fileindexer/indexscheduler.cpp
-+++ b/services/fileindexer/indexscheduler.cpp
-@@ -51,10 +51,6 @@ Nepomuk2::IndexScheduler::IndexScheduler( QObject* parent )
- QFile::remove(KStandardDirs::locateLocal(data, 
QLatin1String(nepomuk/file-indexer-error-log)));
- }
- 
--m_cleaner = new IndexCleaner(this);
--connect( m_cleaner, SIGNAL(finished(KJob*)), this, 
SLOT(slotCleaningDone()) );
--m_cleaner-start();
--
- FileIndexerConfig* indexConfig = FileIndexerConfig::self();
- connect( indexConfig, 
SIGNAL(includeFolderListChanged(QStringList,QStringList)),
-  this, 
SLOT(slotIncludeFolderListChanged(QStringList,QStringList)) );
-@@ -106,6 +102,10 @@ Nepomuk2::IndexScheduler::IndexScheduler( QObject* parent 
)
- connect( m_eventMonitor, SIGNAL(powerManagementStatusChanged(bool)),
-  this, SLOT(slotScheduleIndexing()) );
- 
-+m_cleaner = new IndexCleaner(this);
-+connect( m_cleaner, SIGNAL(finished(KJob*)), this, 
SLOT(slotCleaningDone()) );
-+m_cleaner-start();
-+
- // Special settings for the queues
- KConfig config( nepomukstrigirc );
- KConfigGroup cfg = config.group( Indexing );

Deleted: fix-recursive-indexing.patch
===
--- fix-recursive-indexing.patch2013-03-04 11:09:00 UTC (rev 179135)
+++ fix-recursive-indexing.patch2013-03-04 11:09:01 UTC (rev 179136)
@@ -1,103 +0,0 @@
-From: Vishesh Handa m...@vhanda.in
-Date: Fri, 08 Feb 2013 20:58:33 +
-Subject: Revert BasicIndexingQueue: Use stacks instead of queues
-X-Git-Url: 
http://quickgit.kde.org/?p=nepomuk-core.gita=commitdiffh=b651f9231ac30072418bb06d602951f0f05da22c

-Revert BasicIndexingQueue: Use stacks instead of queues
-
-This reverts commit 2f33141aa6716550e38b11ec9a0b000dd74eea79.
-
-The commit breaks recursive indexing. Doh!
-
-BUG: 314559

-
-
 a/services/fileindexer/basicindexingqueue.cpp
-+++ b/services/fileindexer/basicindexingqueue.cpp
-@@ -54,14 +54,14 @@
- 
- void BasicIndexingQueue::clear(const QString path)
- {
--QMutableVectorIterator QPairQString, UpdateDirFlags  it( m_paths );
-+QMutableListIterator QPairQString, UpdateDirFlags  it( m_paths );
- while( it.hasNext() ) {
- it.next();
- if( 

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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:09:03
  Author: andrea
Revision: 179137

KDE 4.10.1

Modified:
  kdepimlibs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:09:01 UTC (rev 179136)
+++ PKGBUILD2013-03-04 11:09:03 UTC (rev 179137)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdepimlibs
-pkgver=4.10.0
+pkgver=4.10.1
 pkgrel=1
 pkgdesc=KDE PIM Libraries
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl')
 install='kdepimlibs.install'
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('cf51d06ffd49de44312d5fae52b6fb7fb044459f')
+sha1sums=('51d51263b0c8cca2043d73bcbb524c21ad224fb0')
 
 build() {
   mkdir build



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:09:04
  Author: andrea
Revision: 179138

KDE 4.10.1

Modified:
  oxygen-icons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:09:03 UTC (rev 179137)
+++ PKGBUILD2013-03-04 11:09:04 UTC (rev 179138)
@@ -5,7 +5,7 @@
 pkgbase=oxygen-icons
 pkgname=('oxygen-icons'
  'oxygen-icons-svg')
-pkgver=4.10.0
+pkgver=4.10.1
 pkgrel=1
 pkgdesc=The Oxygen Icon Theme
 arch=('any')
@@ -13,7 +13,7 @@
 license=('LGPL')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('e7f9b5fd8fe0e6f6f9c0d744424134497328e65e')
+sha1sums=('ed5c73434bab1c710651117d63af049d4490375f')
 
 build() {
cd $srcdir



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:09:05
  Author: andrea
Revision: 179139

KDE 4.10.1

Modified:
  kactivities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:09:04 UTC (rev 179138)
+++ PKGBUILD2013-03-04 11:09:05 UTC (rev 179139)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kactivities
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('4d788f21019cbbe0c27ab3eef51a75125d9966b8')
+sha1sums=('3cbcc80ec56176c7ef5d5fac04d9a5ca4e8eecca')
 
 build() {
   cd ${srcdir}



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:09:07
  Author: andrea
Revision: 179140

KDE 4.10.1

Modified:
  kdebase-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:09:05 UTC (rev 179139)
+++ PKGBUILD2013-03-04 11:09:07 UTC (rev 179140)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdebase-runtime
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
-sha1sums=('eff82d54383ece321dc93bdfb494c0a9abcbb998')
+sha1sums=('68d630a5f38a3bb3e629b8cfe4d800e6aef5e327')
 
 build() {
cd ${srcdir}



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:09:12
  Author: andrea
Revision: 179141

KDE 4.10.1

Modified:
  kdepim-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:09:07 UTC (rev 179140)
+++ PKGBUILD2013-03-04 11:09:12 UTC (rev 179141)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdepim-runtime
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('6cfa320c03dce508d9982767c9718c98606f301f')
+sha1sums=('d59c3a61328e4620659886018ba6cffaa3ecf348')
 
 build() {
mkdir build



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:09:13
  Author: andrea
Revision: 179142

KDE 4.10.1

Modified:
  kdebindings-smokegen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:09:12 UTC (rev 179141)
+++ PKGBUILD2013-03-04 11:09:13 UTC (rev 179142)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-smokegen
-pkgver=4.10.0
+pkgver=4.10.1
 pkgrel=1
 pkgdesc=A general purpose C++ parser with a plugin infrastructure
 url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokegen;
@@ -12,7 +12,7 @@
 makedepends=('cmake' 'automoc4')
 conflicts=('kdebindings-smoke')
 
source=(http://download.kde.org/stable/${pkgver}/src/smokegen-${pkgver}.tar.xz;)
-sha1sums=('435dd2e087ab527d0c81e1eb883f689a457a40c2')
+sha1sums=('866b08f274d88c6ff4c57cada4923906b27bdcd0')
 
 build() {
   cd ${srcdir}



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:09:15
  Author: andrea
Revision: 179143

KDE 4.10.1

Modified:
  kdebindings-smokeqt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:09:13 UTC (rev 179142)
+++ PKGBUILD2013-03-04 11:09:15 UTC (rev 179143)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-smokeqt
-pkgver=4.10.0
+pkgver=4.10.1
 pkgrel=1
 pkgdesc=Language independent library for Qt bindings
 url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'mesa')
 conflicts=('kdebindings-smoke')
 
source=(http://download.kde.org/stable/${pkgver}/src/smokeqt-${pkgver}.tar.xz;)
-sha1sums=('68c3b9bdf1b378014268d60ec657f457d784e3ec')
+sha1sums=('a9aa3f48a5704d79686807e1abf06cedc2776c27')
 
 build() {
   cd ${srcdir}



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:09:16
  Author: andrea
Revision: 179144

KDE 4.10.1

Modified:
  kdegraphics-okular/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:09:15 UTC (rev 179143)
+++ PKGBUILD2013-03-04 11:09:16 UTC (rev 179144)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-okular
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/okular-${pkgver}.tar.xz;)
-sha1sums=('f91cca852cf8c2cc57b8fe5b2d66653efdb8d079')
+sha1sums=('012f549172a319b0492bea12940fe0150abf7770')
 
 build() {
   cd ${srcdir}



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:09:19
  Author: andrea
Revision: 179145

KDE 4.10.1

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:09:16 UTC (rev 179144)
+++ PKGBUILD2013-03-04 11:09:19 UTC (rev 179145)
@@ -5,7 +5,7 @@
 pkgname=('kdebindings-python'
  'kdebindings-python2'
  'kdebindings-python-common')
-pkgver=4.10.0
+pkgver=4.10.1
 pkgrel=1
 url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt'
  'pyqt' 'qscintilla' 'python2-sip' 'python-sip' 'mesa')
  
source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;)
-sha1sums=('d587d16363d2184320faf3636ac92f9b50ef5720')
+sha1sums=('69a0562e3325508631fde4f24e01d2e3f8907b74')
 
 build() {
   export PYTHONDONTWRITEBYTECODE=TRUE



[arch-commits] Commit in kdesdk-kate/trunk (PKGBUILD fix-highlight-selection.patch)

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:09:21
  Author: andrea
Revision: 179146

KDE 4.10.1

Modified:
  kdesdk-kate/trunk/PKGBUILD
Deleted:
  kdesdk-kate/trunk/fix-highlight-selection.patch

---+
 PKGBUILD  |   14 ---
 fix-highlight-selection.patch |   47 
 2 files changed, 5 insertions(+), 56 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:09:19 UTC (rev 179145)
+++ PKGBUILD2013-03-04 11:09:21 UTC (rev 179146)
@@ -5,23 +5,19 @@
 pkgname=('kdebase-katepart'
  'kdebase-kwrite'
  'kdesdk-kate')
-pkgver=4.10.0
-pkgrel=2
+pkgver=4.10.1
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 makedepends=('kdelibs ''cmake' 'automoc4' 'kdebindings-python')
 source=(http://download.kde.org/stable/${pkgver}/src/kate-${pkgver}.tar.xz;
-'pkgbuild-syntax-highlight.patch'
-'fix-highlight-selection.patch')
-sha1sums=('9754f1acd55278d529c4e7a5a778b5cec51e73b9'
-  'dc70306c507083cf9b4bb1c536858742292fa1bf'
-  '46a09159747a76f348ab66a5c88dfeb596a1cbdd')
+'pkgbuild-syntax-highlight.patch')
+sha1sums=('35f93d992cccf8ef7fc1bb59f11cdee6015484ef'
+  'dc70306c507083cf9b4bb1c536858742292fa1bf')
 
 build() {
   cd kate-${pkgver}
   patch -p1 -i ${srcdir}/pkgbuild-syntax-highlight.patch
-  # KDEBUG#314530
-  patch -p1 -i ${srcdir}/fix-highlight-selection.patch
   cd ../
 
   mkdir build

Deleted: fix-highlight-selection.patch
===
--- fix-highlight-selection.patch   2013-03-04 11:09:19 UTC (rev 179145)
+++ fix-highlight-selection.patch   2013-03-04 11:09:21 UTC (rev 179146)
@@ -1,47 +0,0 @@
-commit f934575613d7efc60b9b6be6203c777d42ab7ffc
-Author: Dominik Haumann dhaum...@kde.org
-Date:   Sun Feb 10 22:18:38 2013 +0100
-
-fix plugin loading in KDE SC 4.10.0
-
-Thanks to Dorian and Loïc for finding the root of this issue.
-
-BUG: 314530
-FIXED-IN: 4.10.1
-
-diff --git a/part/utils/katepartpluginmanager.cpp 
b/part/utils/katepartpluginmanager.cpp
-index e9cb258..18fe6f0 100644
 a/part/utils/katepartpluginmanager.cpp
-+++ b/part/utils/katepartpluginmanager.cpp
-@@ -75,17 +75,25 @@ KatePartPluginManager *KatePartPluginManager::self()
- void KatePartPluginManager::setupPluginList ()
- {
-   KService::List traderList = KServiceTypeTrader::self()-
--  query(KTextEditor/Plugin,
--([X-KDE-Version] = 4.0) and ([X-KDE-Version] =  + 
QString(%1.%2).arg(KDE::versionMajor()).arg(KDE::versionMinor()) + ')');
-+  query(KTextEditor/Plugin);
- 
-   foreach(const KService::Ptr ptr, traderList)
-   {
--KatePartPluginInfo info(ptr);
-+QVariant version = ptr-property(X-KDE-Version, QVariant::String);
-+QStringList numbers = qvariant_castQString(version).split('.');
-+unsigned int kdeVersion = KDE_MAKE_VERSION(numbers.value(0).toUInt(),
-+   numbers.value(1).toUInt(),
-+   numbers.value(2).toUInt());
- 
--info.load = false;
--info.plugin = 0L;
-+if (KDE_MAKE_VERSION(4,0,0) = kdeVersion  kdeVersion = KDE::version())
-+{
-+  KatePartPluginInfo info(ptr);
-+
-+  info.load = false;
-+  info.plugin = 0L;
- 
--m_pluginList.push_back (info);
-+  m_pluginList.push_back (info);
-+}
-   }
- }
- 



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:09:22
  Author: andrea
Revision: 179147

KDE 4.10.1

Modified:
  kdebindings-smokekde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:09:21 UTC (rev 179146)
+++ PKGBUILD2013-03-04 11:09:22 UTC (rev 179147)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-smokekde
-pkgver=4.10.0
+pkgver=4.10.1
 pkgrel=1
 pkgdesc=Language independent library for KDE bindings
 url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokekde;
@@ -18,7 +18,7 @@
 'kdepimlibs: akonadi bindings')
 conflicts=('kdebindings-smoke')
 
source=(http://download.kde.org/stable/${pkgver}/src/smokekde-${pkgver}.tar.xz;)
-sha1sums=('bcf9bb164a209b1c5f4870440f01809a3486c1e4')
+sha1sums=('7bac022a4f2041ce4adec5a67908ef49f4548941')
 
 build() {
   mkdir build



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:09:23
  Author: andrea
Revision: 179148

KDE 4.10.1

Modified:
  kdebindings-perlqt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:09:22 UTC (rev 179147)
+++ PKGBUILD2013-03-04 11:09:23 UTC (rev 179148)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-perlqt
-pkgver=4.10.0
+pkgver=4.10.1
 pkgrel=1
 pkgdesc=Perl bindings for the Qt libraries
 url=https://projects.kde.org/projects/kde/kdebindings/perl/perlqt;
@@ -12,7 +12,7 @@
 depends=('kdebindings-smokeqt' 'perl-list-moreutils')
 makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
 source=(http://download.kde.org/stable/${pkgver}/src/perlqt-${pkgver}.tar.xz;)
-sha1sums=('2e7bba884c5461ae17ecdc46e294d2e00d99a3a5')
+sha1sums=('6b6b8b5a9018cec68404a72cff5524c437def6cb')
 
 build() {
   cd ${srcdir}



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:09:25
  Author: andrea
Revision: 179149

KDE 4.10.1

Modified:
  kdebindings-qyoto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:09:23 UTC (rev 179148)
+++ PKGBUILD2013-03-04 11:09:25 UTC (rev 179149)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-qyoto
-pkgver=4.10.0
+pkgver=4.10.1
 pkgrel=1
 pkgdesc=.NET/Mono bindings for the Qt libraries
 url=https://projects.kde.org/projects/kde/kdebindings/csharp/qyoto;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
 conflicts=('kdebindings-csharp')
 source=(http://download.kde.org/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
-sha1sums=('cbb36bd0d83fa34c9afe929913738d3acc807ee8')
+sha1sums=('ea78bfdebb93e3be19db7e102bf4e8b66b8b5bec')
 
 build() {
   mkdir build



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:09:26
  Author: andrea
Revision: 179150

KDE 4.10.1

Modified:
  kdebindings-qtruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:09:25 UTC (rev 179149)
+++ PKGBUILD2013-03-04 11:09:26 UTC (rev 179150)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-qtruby
-pkgver=4.10.0
+pkgver=4.10.1
 pkgrel=1
 pkgdesc=Ruby bindings for the Qt libraries
 url=https://projects.kde.org/projects/kde/kdebindings/ruby/qtruby;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
 conflicts=('kdebindings-ruby')
 source=(http://download.kde.org/stable/${pkgver}/src/qtruby-${pkgver}.tar.xz;)
-sha1sums=('0a6a8617d34153d87d59a610e38e870f41e4ea25')
+sha1sums=('732a5e127ffec591b99b91ed41d00d739d8c0300')
 
 build() {
   cd ${srcdir}



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:09:31
  Author: andrea
Revision: 179151

KDE 4.10.1

Modified:
  kde-base-artwork/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:09:26 UTC (rev 179150)
+++ PKGBUILD2013-03-04 11:09:31 UTC (rev 179151)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kde-base-artwork
-pkgver=4.10.0
+pkgver=4.10.1
 pkgrel=1
 pkgdesc=KDE KSplash theme
 arch=('any')
@@ -10,7 +10,7 @@
 license=('LGPL')
 makedepends=('kdelibs' 'cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('45c5f86445704d4bc7d8f6922eb621ce3bfff5e2')
+sha1sums=('0404fd2e269327a883dc8627b3ebd5b16a47bb4f')
 
 build() {
cd $srcdir



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:09:32
  Author: andrea
Revision: 179152

KDE 4.10.1

Modified:
  kdebase-workspace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:09:31 UTC (rev 179151)
+++ PKGBUILD2013-03-04 11:09:32 UTC (rev 179152)
@@ -4,7 +4,7 @@
 
 pkgname=kdebase-workspace
 _pkgname=kde-workspace
-pkgver=4.10.0
+pkgver=4.10.1
 pkgrel=1
 pkgdesc=Provides the interface and basic tools for the KDE workspace
 arch=('i686' 'x86_64')
@@ -27,7 +27,7 @@
 
source=(http://download.kde.org/stable/${pkgver}/src/${_pkgname}-${pkgver}.tar.xz;
 'kde.pam' 'kde-np.pam' 'kscreensaver.pam' 'kdm.service' 'kdm.logrotate'
 'etc-scripts.patch' 'terminate-server.patch' 'kdm-xinitrd.patch')
-sha1sums=('dca9aae963c2db95ef69c13f751c2cb22dbf2200'
+sha1sums=('48ea4564dc1932606a758647fb1cc5a6f824714e'
   '660eae40a707d2711d8d7f32a93214865506b795'
   '6aeecc9e0e221f0515c6bf544f9a3c11cb6961fe'
   '106635aa1aae51d6f0668b1853f6c49a4fe9d3d8'



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:09:35
  Author: andrea
Revision: 179153

KDE 4.10.1

Modified:
  nepomuk-widgets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:09:32 UTC (rev 179152)
+++ PKGBUILD2013-03-04 11:09:35 UTC (rev 179153)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=nepomuk-widgets
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('8c6029bb56364c28398c516f4034c484e0ea31e0')
+sha1sums=('c7401f43b88edd8a6ca388bea2960036299ac77e')
 
 build() {
   mkdir build



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:09:39
  Author: andrea
Revision: 179155

KDE 4.10.1

Modified:
  libkdeedu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:09:37 UTC (rev 179154)
+++ PKGBUILD2013-03-04 11:09:39 UTC (rev 179155)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkdeedu
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('ecee7596db004e74c9b59e5a1d31689b839b3791')
+sha1sums=('6d7c39d2d2bc27db646ab0c864ecdca3c86e9c7f')
 
 build() {
   cd ${srcdir}



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:09:41
  Author: andrea
Revision: 179156

KDE 4.10.1

Modified:
  kdeedu-marble/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:09:39 UTC (rev 179155)
+++ PKGBUILD2013-03-04 11:09:41 UTC (rev 179156)
@@ -2,8 +2,8 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-marble
-pkgver=4.10.0
-pkgrel=2
+pkgver=4.10.1
+pkgrel=1
 pkgdesc=Desktop Globe
 url=http://kde.org/applications/education/marble/;
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 optdepends=('gpsd: gps support')
 install=${pkgname}.install
 source=(http://download.kde.org/stable/${pkgver}/src/marble-${pkgver}.tar.xz;)
-sha1sums=('c1db6b1785ca1ad230de6da0e67ee84bf7e3a2cd')
+sha1sums=('0704e76204eba8b5cf32239f32d3c385063716ff')
 
 build() {
   . /etc/profile.d/qt4.sh



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:09:37
  Author: andrea
Revision: 179154

KDE 4.10.1

Modified:
  kdebase/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:09:35 UTC (rev 179153)
+++ PKGBUILD2013-03-04 11:09:37 UTC (rev 179154)
@@ -12,7 +12,7 @@
  'kdebase-konqueror'
  'kdebase-lib'
  'kdebase-plasma')
-pkgver=4.10.0
+pkgver=4.10.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -20,7 +20,7 @@
 groups=('kde' 'kdebase')
 makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml' 'nepomuk-widgets')
 
source=(http://download.kde.org/stable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
-sha1sums=('5b0127bd946286f52d98a1779eabf65e416a66c3')
+sha1sums=('1becdcaf0e41cb7da6c7f66562a0a2aad9fafb5a')
 
 build() {
cd ${srcdir}



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:09:43
  Author: andrea
Revision: 179157

KDE 4.10.1

Modified:
  libkdcraw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:09:41 UTC (rev 179156)
+++ PKGBUILD2013-03-04 11:09:43 UTC (rev 179157)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkdcraw
-pkgver=4.10.0
+pkgver=4.10.1
 pkgrel=1
 pkgdesc=A C++ interface used to decode RAW picture
 url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw;
@@ -14,7 +14,7 @@
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('c332fcba9a06f6650cb8ce4652e91af9de3b43bc')
+sha1sums=('75d1f52d02137b275b545a5390e1857a580a1128')
 
 build() {
   cd ${srcdir}



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:09:44
  Author: andrea
Revision: 179158

KDE 4.10.1

Modified:
  libkexiv2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:09:43 UTC (rev 179157)
+++ PKGBUILD2013-03-04 11:09:44 UTC (rev 179158)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkexiv2
-pkgver=4.10.0
+pkgver=4.10.1
 pkgrel=1
 pkgdesc=A library to manipulate pictures metadata
 url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2;
@@ -13,7 +13,7 @@
 replaces=('kdegraphics-libs')
 conflicts=('kdegraphics-libs')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('7a9d00c0a25549bfe28453143ec78965a8aa6a4a')
+sha1sums=('1e23a014eed00a5914ba8a0754ab026635b2b9d7')
 
 build() {
   cd ${srcdir}



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:09:45
  Author: andrea
Revision: 179159

KDE 4.10.1

Modified:
  libkipi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:09:44 UTC (rev 179158)
+++ PKGBUILD2013-03-04 11:09:45 UTC (rev 179159)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkipi
-pkgver=4.10.0
+pkgver=4.10.1
 pkgrel=1
 pkgdesc=An interface to use kipi-plugins from a KDE application
 url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
@@ -14,7 +14,7 @@
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('43cb9159d42f34bd0a96de934a78da5a9ce118b7')
+sha1sums=('75a37c09ec2219bf013ddd9070c71873878ded45')
 
 build() {
   cd ${srcdir}



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:09:47
  Author: andrea
Revision: 179160

KDE 4.10.1

Modified:
  libksane/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:09:45 UTC (rev 179159)
+++ PKGBUILD2013-03-04 11:09:47 UTC (rev 179160)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libksane
-pkgver=4.10.0
+pkgver=4.10.1
 pkgrel=1
 pkgdesc=An image scanning library
 url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
@@ -14,7 +14,7 @@
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('c101b028ef540b14a0041b6433f522f52622c783')
+sha1sums=('2fc97612c97dd5517ab09916fc2b1a840d7c0b52')
 
 build() {
   cd ${srcdir}



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:09:48
  Author: andrea
Revision: 179161

KDE 4.10.1

Modified:
  kdeedu-analitza/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:09:47 UTC (rev 179160)
+++ PKGBUILD2013-03-04 11:09:48 UTC (rev 179161)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-analitza
-pkgver=4.10.0
+pkgver=4.10.1
 pkgrel=1
 pkgdesc=A library to add mathematical features to your program
 url=https://projects.kde.org/projects/kde/kdeedu/analitza;
@@ -12,7 +12,7 @@
 depends=('kdebase-runtime')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/analitza-${pkgver}.tar.xz;)
-sha1sums=('d4b5b1db869594768b1c685e64d9cab5c3229a8e')
+sha1sums=('264cef093d0eb48cfd3eb2efa60987e2864668db')
 
 build() {
   cd ${srcdir}



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:09:51
  Author: andrea
Revision: 179163

KDE 4.10.1

Modified:
  libkcompactdisc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:09:50 UTC (rev 179162)
+++ PKGBUILD2013-03-04 11:09:51 UTC (rev 179163)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkcompactdisc
-pkgver=4.10.0
+pkgver=4.10.1
 pkgrel=1
 pkgdesc=A library for interfacing with CDs
 url='https://projects.kde.org/projects/kde/kdemultimedia/libkcompactdisc'
@@ -13,7 +13,7 @@
 replaces=('kdemultimedia-kioslave')
 conflicts=('kdemultimedia-kioslave')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('f59941162f95f1a61415491d4382f366a20a3c8a')
+sha1sums=('8d8d878144f49a138617575812900527db6f7208')
 
 build() {
   cd ${srcdir}



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:09:50
  Author: andrea
Revision: 179162

KDE 4.10.1

Modified:
  libkcddb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:09:48 UTC (rev 179161)
+++ PKGBUILD2013-03-04 11:09:50 UTC (rev 179162)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkcddb
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('44bc8f69f7f98be741b0d0bb618ff9cc3601b4e1')
+sha1sums=('510c6adfcb558f23fcba6e427b82ce42819edb42')
 
 build() {
   cd ${srcdir}



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:09:53
  Author: andrea
Revision: 179164

KDE 4.10.1

Modified:
  libkdegames/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:09:51 UTC (rev 179163)
+++ PKGBUILD2013-03-04 11:09:53 UTC (rev 179164)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkdegames
-pkgver=4.10.0
+pkgver=4.10.1
 pkgrel=1
 pkgdesc=Common code and data for many KDE games
 url=https://projects.kde.org/projects/kde/kdegames/libkdegames;
@@ -13,7 +13,7 @@
 replaces=('kdegames-libkdegames')
 conflicts=('kdegames-libkdegames')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('6488769e87fe357c8b228c7d4e96ed6726955c9d')
+sha1sums=('7f9a120db8bf754d977de5fc6a4ceab8993cd1b5')
 
 build() {
   mkdir build



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:09:54
  Author: andrea
Revision: 179165

KDE 4.10.1

Modified:
  libkmahjongg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:09:53 UTC (rev 179164)
+++ PKGBUILD2013-03-04 11:09:54 UTC (rev 179165)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkmahjongg
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('594edd2bb1a5f3981a6361db94da84da6b35d818')
+sha1sums=('ce743c227bc29e150dc2cc23d79d7911c572ec69')
 
 build() {
   mkdir build



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:09:55
  Author: andrea
Revision: 179166

KDE 4.10.1

Modified:
  kdeaccessibility-jovie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:09:54 UTC (rev 179165)
+++ PKGBUILD2013-03-04 11:09:55 UTC (rev 179166)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeaccessibility-jovie
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/jovie-${pkgver}.tar.xz;)
-sha1sums=('2a233f871ef51037d086ace9d9c4beea35aa2d2d')
+sha1sums=('e26c225a9e18ec55b6ab3f6dcd7550ffa15c7b8c')
 
 build() {
   cd ${srcdir}



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:09:57
  Author: andrea
Revision: 179167

KDE 4.10.1

Modified:
  kdeaccessibility-kaccessible/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:09:55 UTC (rev 179166)
+++ PKGBUILD2013-03-04 11:09:57 UTC (rev 179167)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeaccessibility-kaccessible
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/kaccessible-${pkgver}.tar.xz;)
-sha1sums=('8c571b52cb2c369511fb1583d7638b7373dee94a')
+sha1sums=('ad9140a49c71bb9a132cf6a2421b2f4ef355f3f7')
 
 build() {
   cd ${srcdir}



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:09:58
  Author: andrea
Revision: 179168

KDE 4.10.1

Modified:
  kdeaccessibility-kmag/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:09:57 UTC (rev 179167)
+++ PKGBUILD2013-03-04 11:09:58 UTC (rev 179168)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeaccessibility-kmag
-pkgver=4.10.0
+pkgver=4.10.1
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='Screen Magnifier'
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 source=(http://download.kde.org/stable/${pkgver}/src/kmag-${pkgver}.tar.xz;)
-sha1sums=('5adef3bdec46245e31093046b3375561cd9abacd')
+sha1sums=('3b26b2dc8e974ac64205ed872fce7b8aa7cc871b')
 
 build() {
   cd ${srcdir}



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:10:01
  Author: andrea
Revision: 179169

KDE 4.10.1

Modified:
  kdeaccessibility-kmousetool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:09:58 UTC (rev 179168)
+++ PKGBUILD2013-03-04 11:10:01 UTC (rev 179169)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeaccessibility-kmousetool
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/kmousetool-${pkgver}.tar.xz;)
-sha1sums=('562703967fe7c66eeb9545c62d2e997003456287')
+sha1sums=('5979498a972dd247d47fc19904d8b32c14bd3d82')
 
 build() {
   cd ${srcdir}



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:10:04
  Author: andrea
Revision: 179171

KDE 4.10.1

Modified:
  kdeadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:10:02 UTC (rev 179170)
+++ PKGBUILD2013-03-04 11:10:04 UTC (rev 179171)
@@ -6,15 +6,15 @@
 pkgname=('kdeadmin-kcron'
  'kdeadmin-ksystemlog'
  'kdeadmin-kuser')
-pkgver=4.10.0
+pkgver=4.10.1
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdeadmin')
-makedepends=('cmake' 'automoc4' 'kdebindings-python2' 
'system-config-printer-common')
+makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;
 'syslog-path.patch')
-sha1sums=('d6f66f9a5d6a42b80e130654a62dfe61ce82dd94'
+sha1sums=('d3885d70669c2b03612778e0b4f53742ef306f77'
   '20095ce6e0f3e5b6800a7c6e52de6fddba62c031')
 
 build() {



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:10:02
  Author: andrea
Revision: 179170

KDE 4.10.1

Modified:
  kdeaccessibility-kmouth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:10:01 UTC (rev 179169)
+++ PKGBUILD2013-03-04 11:10:02 UTC (rev 179170)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeaccessibility-kmouth
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/kmouth-${pkgver}.tar.xz;)
-sha1sums=('6c4724df688578169788775d105197c3f7eaf701')
+sha1sums=('2faaa9ea436885a667eb9c778fb9648d46103c2e')
 
 build() {
   cd ${srcdir}



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:10:06
  Author: andrea
Revision: 179172

KDE 4.10.1

Modified:
  kdeartwork/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:10:04 UTC (rev 179171)
+++ PKGBUILD2013-03-04 11:10:06 UTC (rev 179172)
@@ -12,7 +12,7 @@
  'kdeartwork-styles'
  'kdeartwork-wallpapers'
  'kdeartwork-weatherwallpapers')
-pkgver=4.10.0
+pkgver=4.10.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -20,7 +20,7 @@
 groups=('kde' 'kdeartwork')
 makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('7ec00b2108eb0207653ebe3c95c67503a20b1967')
+sha1sums=('4d0e91b2916ee97e356dc064a72a5c2d2d10f4cf')
 
 build() {
cd $srcdir



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:10:07
  Author: andrea
Revision: 179173

KDE 4.10.1

Modified:
  kdebase-konsole/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:10:06 UTC (rev 179172)
+++ PKGBUILD2013-03-04 11:10:07 UTC (rev 179173)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebase-konsole
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/konsole-${pkgver}.tar.xz;)
-sha1sums=('9e4fdfe34a896dc80c1c1fd3f1e790e8c435c56f')
+sha1sums=('e5277596c67ff651ca9cb510bcdfc6fe423cbd89')
 
 build() {
   cd ${srcdir}



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:10:10
  Author: andrea
Revision: 179174

KDE 4.10.1

Modified:
  kdebindings-kimono/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:10:07 UTC (rev 179173)
+++ PKGBUILD2013-03-04 11:10:10 UTC (rev 179174)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-kimono
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/kimono-${pkgver}.tar.xz;)
-sha1sums=('1022ce1dad2cc1154a22dc111a687551478c2468')
+sha1sums=('8ae0a46efc42300a9d4f190b73ec147cab08230c')
 
 build() {
   cd ${srcdir}



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:10:12
  Author: andrea
Revision: 179175

KDE 4.10.1

Modified:
  kdebindings-korundum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:10:10 UTC (rev 179174)
+++ PKGBUILD2013-03-04 11:10:12 UTC (rev 179175)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-korundum
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/korundum-${pkgver}.tar.xz;
 'ruby19.patch')
-sha1sums=('c8257b61c546df77c98d83ce32759359118d7c9d'
+sha1sums=('ba0326225e6d040ea215f1991295f7e43d5aaed4'
   'c074f027bac3b9bffe70a2c2304a6a7be12be034')
 
 build() {



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:10:13
  Author: andrea
Revision: 179176

KDE 4.10.1

Modified:
  kdebindings-kross/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:10:12 UTC (rev 179175)
+++ PKGBUILD2013-03-04 11:10:13 UTC (rev 179176)
@@ -5,7 +5,7 @@
 pkgname=('kdebindings-kross-python'
 # 'kdebindings-kross-ruby'
  'kdebindings-kross-java')
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/kross-interpreters-${pkgver}.tar.xz;)
-sha1sums=('4d7a6c7e0716984c230ac684b46629cd299cec53')
+sha1sums=('f334ca21b3e2b00518942d991ea68b65219f35ce')
 
 build() {
   cd ${srcdir}



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:10:14
  Author: andrea
Revision: 179177

KDE 4.10.1

Modified:
  kdebindings-perlkde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:10:13 UTC (rev 179176)
+++ PKGBUILD2013-03-04 11:10:14 UTC (rev 179177)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-perlkde
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/perlkde-${pkgver}.tar.xz;)
-sha1sums=('83af5b1c34e93a46395d974b82e819f2649ac5ca')
+sha1sums=('f5334a040c8191cd0f3158c7b7dc97b6f21bc897')
 
 build() {
   cd ${srcdir}



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:10:16
  Author: andrea
Revision: 179178

KDE 4.10.1

Modified:
  kdeedu-blinken/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:10:14 UTC (rev 179177)
+++ PKGBUILD2013-03-04 11:10:16 UTC (rev 179178)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-blinken
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/blinken-${pkgver}.tar.xz;)
-sha1sums=('acb82e55a84f4205f388f782b4bb7593263ca614')
+sha1sums=('63eb844eeadf7851749c5ab7d91ff7199da80292')
 
 build() {
   cd ${srcdir}



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:10:17
  Author: andrea
Revision: 179179

KDE 4.10.1

Modified:
  kdeedu-cantor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:10:16 UTC (rev 179178)
+++ PKGBUILD2013-03-04 11:10:17 UTC (rev 179179)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-cantor
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/cantor-${pkgver}.tar.xz;)
-sha1sums=('6132287443ffc9e99d9ff738582e81ea2fe22b4a')
+sha1sums=('d51617499d6737de0ac2226bf357ca065cdb86ce')
 
 build() {
   cd ${srcdir}



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:10:25
  Author: andrea
Revision: 179180

KDE 4.10.1

Modified:
  kdeedu-kalgebra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:10:17 UTC (rev 179179)
+++ PKGBUILD2013-03-04 11:10:25 UTC (rev 179180)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kalgebra
-pkgver=4.10.0
+pkgver=4.10.1
 pkgrel=1
 pkgdesc=Graph Calculator
 url=http://kde.org/applications/education/kalgebra/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/kalgebra-${pkgver}.tar.xz;)
-sha1sums=('ce15669276e49c5385f53fae0a4a41bc22b5c1f6')
+sha1sums=('f8b5497ad9df2581d5546a277986503735871447')
 
 build() {
   cd ${srcdir}



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:10:26
  Author: andrea
Revision: 179181

KDE 4.10.1

Modified:
  kdeedu-kalzium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:10:25 UTC (rev 179180)
+++ PKGBUILD2013-03-04 11:10:26 UTC (rev 179181)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kalzium
-pkgver=4.10.0
+pkgver=4.10.1
 pkgrel=1
 pkgdesc=Periodic Table of Elements
 url=http://kde.org/applications/education/kalzium/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'mesa')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/kalzium-${pkgver}.tar.xz;)
-sha1sums=('5723203d9b8c8369b3e78494bf2cbbaa17faee58')
+sha1sums=('f4babef8d52a0ea1bebf400b15651a708395d0b3')
 
 build() {
   mkdir build



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:10:30
  Author: andrea
Revision: 179183

KDE 4.10.1

Modified:
  kdeedu-kbruch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:10:28 UTC (rev 179182)
+++ PKGBUILD2013-03-04 11:10:30 UTC (rev 179183)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kbruch
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/kbruch-${pkgver}.tar.xz;)
-sha1sums=('b8a0d164cdfbf227e164eeaae57bb7adfcc06929')
+sha1sums=('3a66965159113a5416433b83c00517e108e98a64')
 
 build() {
   cd ${srcdir}



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:10:28
  Author: andrea
Revision: 179182

KDE 4.10.1

Modified:
  kdeedu-kanagram/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:10:26 UTC (rev 179181)
+++ PKGBUILD2013-03-04 11:10:28 UTC (rev 179182)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kanagram
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/kanagram-${pkgver}.tar.xz;)
-sha1sums=('7794c54b370c605f9a96fb2faea87dc674fc364e')
+sha1sums=('e172bd12f08b9cc6b44d0a89eb2fd4ccda1012ea')
 
 build() {
   cd ${srcdir}



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:10:42
  Author: andrea
Revision: 179184

KDE 4.10.1

Modified:
  kdeedu-kgeography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:10:30 UTC (rev 179183)
+++ PKGBUILD2013-03-04 11:10:42 UTC (rev 179184)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kgeography
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/kgeography-${pkgver}.tar.xz;)
-sha1sums=('1674ee6238593ab2a8bdc11e19ebe0e5a007e978')
+sha1sums=('d8d54f8050f829bc81d6efcc01bd239920e56b72')
 
 build() {
   cd ${srcdir}



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:10:43
  Author: andrea
Revision: 179185

KDE 4.10.1

Modified:
  kdeedu-khangman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:10:42 UTC (rev 179184)
+++ PKGBUILD2013-03-04 11:10:43 UTC (rev 179185)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-khangman
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/khangman-${pkgver}.tar.xz;)
-sha1sums=('fc7286ccc2a70a4c6fb3e28417007ffc966e16a2')
+sha1sums=('8c16f60a1ec156f88c8a268b68c668ae93bd6e3b')
 
 build() {
   cd ${srcdir}



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:10:45
  Author: andrea
Revision: 179186

KDE 4.10.1

Modified:
  kdeedu-kig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:10:43 UTC (rev 179185)
+++ PKGBUILD2013-03-04 11:10:45 UTC (rev 179186)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kig
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/kig-${pkgver}.tar.xz;)
-sha1sums=('42504e6358f5d1f7685c8d2663efa5bce5464b93')
+sha1sums=('44b6c9d6585d42cb1b5d9970fd6a43c9c0610ca1')
 
 build() {
   cd ${srcdir}



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:10:47
  Author: andrea
Revision: 179187

KDE 4.10.1

Modified:
  kdeedu-kiten/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:10:45 UTC (rev 179186)
+++ PKGBUILD2013-03-04 11:10:47 UTC (rev 179187)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kiten
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/kiten-${pkgver}.tar.xz;)
-sha1sums=('269d08e841d0697ddda8b310e90c059aa8d85201')
+sha1sums=('1955794b6b7eb2a78cd3d6d0fb0accea3bcfd833')
 
 build() {
   cd ${srcdir}



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:10:48
  Author: andrea
Revision: 179188

KDE 4.10.1

Modified:
  kdeedu-klettres/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:10:47 UTC (rev 179187)
+++ PKGBUILD2013-03-04 11:10:48 UTC (rev 179188)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-klettres
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/klettres-${pkgver}.tar.xz;)
-sha1sums=('22cd76e4808925225855d0f9d1b80e2b60eb02a9')
+sha1sums=('96701f24f6d187fdb8b25d4f36b48973f9ac73f5')
 
 build() {
   cd ${srcdir}



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:10:55
  Author: andrea
Revision: 179189

KDE 4.10.1

Modified:
  kdeedu-kmplot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:10:48 UTC (rev 179188)
+++ PKGBUILD2013-03-04 11:10:55 UTC (rev 179189)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kmplot
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/kmplot-${pkgver}.tar.xz;)
-sha1sums=('2e4641e4f368965d3d63b682c237d879609704d6')
+sha1sums=('3a25e9a3741687966beb72ed5af9d42a55e3c6b9')
 
 build() {
   cd ${srcdir}



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:10:57
  Author: andrea
Revision: 179190

KDE 4.10.1

Modified:
  kdeedu-kstars/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:10:55 UTC (rev 179189)
+++ PKGBUILD2013-03-04 11:10:57 UTC (rev 179190)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kstars
-pkgver=4.10.0
+pkgver=4.10.1
 pkgrel=1
 pkgdesc=Desktop Planetarium
 url=http://kde.org/applications/education/kstars/;
@@ -10,10 +10,10 @@
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdeedu')
 depends=('kdebase-runtime' 'wcslib' 'libindi')
-makedepends=('cmake' 'automoc4' 'eigen' 'mesa')
+makedepends=('cmake' 'automoc4' 'eigen')
 install=${pkgname}.install
 source=(http://download.kde.org/stable/${pkgver}/src/kstars-${pkgver}.tar.xz;)
-sha1sums=('3b5542ddccf7b9a7d96649a26b0dffd1fb029046')
+sha1sums=('f440d0f27af3c4a8d7a8a8eea5bd29b450a0dd8a')
 
 build() {
   mkdir build



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:10:59
  Author: andrea
Revision: 179191

KDE 4.10.1

Modified:
  kdeedu-ktouch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:10:57 UTC (rev 179190)
+++ PKGBUILD2013-03-04 11:10:59 UTC (rev 179191)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-ktouch
-pkgver=4.10.0
+pkgver=4.10.1
 pkgrel=1
 pkgdesc=Touch Typing Tutor
 url=http://kde.org/applications/education/ktouch/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'mesa')
 install=${pkgname}.install
 source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
-sha1sums=('3a37cb717e7edc88f73c94ee4e328c79234071bd')
+sha1sums=('4ad7bd9a783ec383c83bbc08d8d93737a69f1ce5')
 
 build() {
   cd ${srcdir}



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:11:00
  Author: andrea
Revision: 179192

KDE 4.10.1

Modified:
  kdeedu-kturtle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:10:59 UTC (rev 179191)
+++ PKGBUILD2013-03-04 11:11:00 UTC (rev 179192)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kturtle
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/kturtle-${pkgver}.tar.xz;)
-sha1sums=('275d42b8947a038f1f1f1661177ab24ddcf512f1')
+sha1sums=('163a70168e9faf8175b1079ce63a7c5e423c67fd')
 
 build() {
   cd ${srcdir}



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:11:03
  Author: andrea
Revision: 179193

KDE 4.10.1

Modified:
  kdeedu-kwordquiz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:11:00 UTC (rev 179192)
+++ PKGBUILD2013-03-04 11:11:03 UTC (rev 179193)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kwordquiz
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/kwordquiz-${pkgver}.tar.xz;)
-sha1sums=('3fde5dc7973e1d35b634faa892113d553d342ad0')
+sha1sums=('80bff3cb0c4cc612e83062812607bf543e5ade41')
 
 build() {
   cd ${srcdir}



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:11:05
  Author: andrea
Revision: 179194

KDE 4.10.1

Modified:
  kdeedu-pairs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:11:03 UTC (rev 179193)
+++ PKGBUILD2013-03-04 11:11:05 UTC (rev 179194)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-pairs
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/pairs-${pkgver}.tar.xz;)
-sha1sums=('d59acdd58dc696938aca225b7ca0fd75294f769d')
+sha1sums=('befcc60b502422e359fbc486f23ce2b570349137')
 
 build() {
   cd ${srcdir}



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:11:07
  Author: andrea
Revision: 179195

KDE 4.10.1

Modified:
  kdeedu-parley/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:11:05 UTC (rev 179194)
+++ PKGBUILD2013-03-04 11:11:07 UTC (rev 179195)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-parley
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/parley-${pkgver}.tar.xz;)
-sha1sums=('9de22027fdb57fb516a0ae63d95341361ea939db')
+sha1sums=('bea1bebe90e29d674f3a10f5cbfaf0051fb04ee5')
 
 build() {
   cd ${srcdir}



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:11:09
  Author: andrea
Revision: 179196

KDE 4.10.1

Modified:
  kdeedu-rocs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:11:07 UTC (rev 179195)
+++ PKGBUILD2013-03-04 11:11:09 UTC (rev 179196)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-rocs
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/rocs-${pkgver}.tar.xz;)
-sha1sums=('6e1d757518931a0ee41378a04e06cd66d51d6b9e')
+sha1sums=('5d3551cf327942da4c94529902436f30940c2537')
 
 build() {
   cd ${srcdir}



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:11:11
  Author: andrea
Revision: 179197

KDE 4.10.1

Modified:
  kdeedu-step/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:11:09 UTC (rev 179196)
+++ PKGBUILD2013-03-04 11:11:11 UTC (rev 179197)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-step
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/step-${pkgver}.tar.xz;)
-sha1sums=('879c3afe9fe912447ac9c80396d242ac5bad021b')
+sha1sums=('2b3f8760abf15bd824a09b580a59a29e26aa4773')
 
 build() {
   cd ${srcdir}



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:11:12
  Author: andrea
Revision: 179198

KDE 4.10.1

Modified:
  kdegames-bomber/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:11:11 UTC (rev 179197)
+++ PKGBUILD2013-03-04 11:11:12 UTC (rev 179198)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-bomber
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/bomber-${pkgver}.tar.xz;)
-sha1sums=('d9aaba9642c7e18977aa02805e9a418d2d806c28')
+sha1sums=('065f52b25478bcd5a45b65dc1978a081e2323899')
 
 build() {
   mkdir build



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:11:14
  Author: andrea
Revision: 179199

KDE 4.10.1

Modified:
  kdegames-bovo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:11:12 UTC (rev 179198)
+++ PKGBUILD2013-03-04 11:11:14 UTC (rev 179199)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-bovo
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/bovo-${pkgver}.tar.xz;)
-sha1sums=('34320de58e63537bc021ca1ad5280593f2cd1482')
+sha1sums=('bc0404a17116a5c72f983caa0e7570ae5017265f')
 
 build() {
   mkdir build



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:11:16
  Author: andrea
Revision: 179200

KDE 4.10.1

Modified:
  kdegames-granatier/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:11:14 UTC (rev 179199)
+++ PKGBUILD2013-03-04 11:11:16 UTC (rev 179200)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-granatier
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/granatier-${pkgver}.tar.xz;)
-sha1sums=('38c644961b479e34d837648c3dc6c5f8e890d9b5')
+sha1sums=('520df782bfc1815a91fe0a85bbe23493a95b2efa')
 
 build() {
   mkdir build



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:11:17
  Author: andrea
Revision: 179201

KDE 4.10.1

Modified:
  kdegames-kajongg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:11:16 UTC (rev 179200)
+++ PKGBUILD2013-03-04 11:11:17 UTC (rev 179201)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kajongg
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/kajongg-${pkgver}.tar.xz;)
-sha1sums=('c0383ee5b296a8d00c87ccd8e504d4600caee6dd')
+sha1sums=('67aed49549a2b78ee53bb109f279ebef5c3bf530')
 
 build() {
   mkdir build



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:11:19
  Author: andrea
Revision: 179202

KDE 4.10.1

Modified:
  kdegames-kapman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:11:17 UTC (rev 179201)
+++ PKGBUILD2013-03-04 11:11:19 UTC (rev 179202)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kapman
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/kapman-${pkgver}.tar.xz;)
-sha1sums=('cece24fa54d36497cdd43f627588a0c5110599fc')
+sha1sums=('9f755a9da4fe74bb2c838d89d616fb6e87d58d7e')
 
 build() {
   mkdir build



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:11:26
  Author: andrea
Revision: 179204

KDE 4.10.1

Modified:
  kdegames-kblackbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:11:23 UTC (rev 179203)
+++ PKGBUILD2013-03-04 11:11:26 UTC (rev 179204)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kblackbox
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/kblackbox-${pkgver}.tar.xz;)
-sha1sums=('5babfbd66211655da8a45155fd136451a6d782ca')
+sha1sums=('b02474e64c9329b2a3b701abcddbfaf313223161')
 
 build() {
   mkdir build



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:11:28
  Author: andrea
Revision: 179205

KDE 4.10.1

Modified:
  kdegames-kblocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:11:26 UTC (rev 179204)
+++ PKGBUILD2013-03-04 11:11:28 UTC (rev 179205)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kblocks
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/kblocks-${pkgver}.tar.xz;)
-sha1sums=('969e5de340ed2052b42bf1e0b8a5da3dce41f3da')
+sha1sums=('8aefa68a6b08bacd474d54ebb68fe15d0936198e')
 
 build() {
   mkdir build



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:11:23
  Author: andrea
Revision: 179203

KDE 4.10.1

Modified:
  kdegames-katomic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:11:19 UTC (rev 179202)
+++ PKGBUILD2013-03-04 11:11:23 UTC (rev 179203)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-katomic
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/katomic-${pkgver}.tar.xz;)
-sha1sums=('4f34335251331f0abcdc801400f4fb821fcb9a63')
+sha1sums=('50a9ca7e617a017a6d705de73de2398947789cad')
 
 build() {
   mkdir build



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:11:30
  Author: andrea
Revision: 179206

KDE 4.10.1

Modified:
  kdegames-kbounce/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:11:28 UTC (rev 179205)
+++ PKGBUILD2013-03-04 11:11:30 UTC (rev 179206)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kbounce
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/kbounce-${pkgver}.tar.xz;)
-sha1sums=('e59c9386f3a8accf2f58b223ec45fe52e92e2871')
+sha1sums=('bcc15ccf2c127529a497b5a121a1e5d2003c3db6')
 
 build() {
   mkdir build



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:11:32
  Author: andrea
Revision: 179207

KDE 4.10.1

Modified:
  kdegames-kbreakout/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:11:30 UTC (rev 179206)
+++ PKGBUILD2013-03-04 11:11:32 UTC (rev 179207)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kbreakout
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/kbreakout-${pkgver}.tar.xz;)
-sha1sums=('caea3b85d3583dbebe403d5b5dccd0ad626ff39c')
+sha1sums=('77925644161af227cb12cb320f1c493b284eb5a4')
 
 build() {
   mkdir build



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:11:36
  Author: andrea
Revision: 179209

KDE 4.10.1

Modified:
  kdegames-kfourinline/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:11:34 UTC (rev 179208)
+++ PKGBUILD2013-03-04 11:11:36 UTC (rev 179209)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kfourinline
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/kfourinline-${pkgver}.tar.xz;)
-sha1sums=('147afa6ebe5df5d93d6564aeec0ddfd54d894797')
+sha1sums=('e54603f084a253ab29753df37966295dd339a75d')
 
 build() {
   mkdir build



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:11:38
  Author: andrea
Revision: 179210

KDE 4.10.1

Modified:
  kdegames-kgoldrunner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:11:36 UTC (rev 179209)
+++ PKGBUILD2013-03-04 11:11:38 UTC (rev 179210)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kgoldrunner
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/kgoldrunner-${pkgver}.tar.xz;)
-sha1sums=('87ba1974279e7785beeeaeb776e3d12d1ee5abdf')
+sha1sums=('7cf89bd3dcb67eb9a5d12060cc174184e154c3e5')
 
 build() {
   mkdir build



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:11:34
  Author: andrea
Revision: 179208

KDE 4.10.1

Modified:
  kdegames-kdiamond/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:11:32 UTC (rev 179207)
+++ PKGBUILD2013-03-04 11:11:34 UTC (rev 179208)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kdiamond
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/kdiamond-${pkgver}.tar.xz;)
-sha1sums=('4c587c26e547ad8ace040df5d6f4208aa1116cb2')
+sha1sums=('21773703e25e63011b6671c7aabc9291210e61a2')
 
 build() {
   mkdir build



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:11:42
  Author: andrea
Revision: 179211

KDE 4.10.1

Modified:
  kdegames-kigo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:11:38 UTC (rev 179210)
+++ PKGBUILD2013-03-04 11:11:42 UTC (rev 179211)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kigo
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/kigo-${pkgver}.tar.xz;)
-sha1sums=('0dcee4587b9c57847bf8c2c7e0d2450c386aa969')
+sha1sums=('8caa108c1b63127843c60ace2c4889080b4149f2')
 
 build() {
   mkdir build



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:11:45
  Author: andrea
Revision: 179212

KDE 4.10.1

Modified:
  kdegames-killbots/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:11:42 UTC (rev 179211)
+++ PKGBUILD2013-03-04 11:11:45 UTC (rev 179212)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-killbots
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/killbots-${pkgver}.tar.xz;)
-sha1sums=('0fe272b75230c2a12b05275166fe0d3e50491e9e')
+sha1sums=('81a76eb87422e8d42258fba1ac7205636bf93438')
 
 build() {
   mkdir build



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:11:52
  Author: andrea
Revision: 179215

KDE 4.10.1

Modified:
  kdegames-klickety/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:11:50 UTC (rev 179214)
+++ PKGBUILD2013-03-04 11:11:52 UTC (rev 179215)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-klickety
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/klickety-${pkgver}.tar.xz;)
-sha1sums=('28d7e93f5b93f898f0364b86406adafa52f46891')
+sha1sums=('75b05470576884996e677e7f02278a7dc6d0d744')
 
 build() {
   mkdir build



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:11:50
  Author: andrea
Revision: 179214

KDE 4.10.1

Modified:
  kdegames-kjumpingcube/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:11:48 UTC (rev 179213)
+++ PKGBUILD2013-03-04 11:11:50 UTC (rev 179214)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kjumpingcube
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/kjumpingcube-${pkgver}.tar.xz;)
-sha1sums=('1f42e117175b75ae994ea5141ec52a4f2516bdce')
+sha1sums=('989067e555dd2398f15c31ddce299437d951eeff')
 
 build() {
   mkdir build



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:11:54
  Author: andrea
Revision: 179216

KDE 4.10.1

Modified:
  kdegames-klines/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:11:52 UTC (rev 179215)
+++ PKGBUILD2013-03-04 11:11:54 UTC (rev 179216)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-klines
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/klines-${pkgver}.tar.xz;)
-sha1sums=('0886b2c788725034f4b8367a6f5db16344a87159')
+sha1sums=('4e11a5da5938c1b0569db05fe9a0ba5a08b9fb64')
 
 build() {
   mkdir build



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:11:48
  Author: andrea
Revision: 179213

KDE 4.10.1

Modified:
  kdegames-kiriki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:11:45 UTC (rev 179212)
+++ PKGBUILD2013-03-04 11:11:48 UTC (rev 179213)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kiriki
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/kiriki-${pkgver}.tar.xz;)
-sha1sums=('57b17dccf458a7260732c8d1c3724451a104fdf1')
+sha1sums=('ef92049ee0baed9a71c49c80e9b7914d9e9c1f89')
 
 build() {
   mkdir build



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:11:55
  Author: andrea
Revision: 179217

KDE 4.10.1

Modified:
  kdegames-kmahjongg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:11:54 UTC (rev 179216)
+++ PKGBUILD2013-03-04 11:11:55 UTC (rev 179217)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kmahjongg
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/kmahjongg-${pkgver}.tar.xz;)
-sha1sums=('9a2532fac72ccac404379e02c2a5d0e649fc04fe')
+sha1sums=('53640b63fb4194769c3babffe07d7dd4431457f9')
 
 build() {
   mkdir build



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:12:00
  Author: andrea
Revision: 179218

KDE 4.10.1

Modified:
  kdegames-kmines/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:11:55 UTC (rev 179217)
+++ PKGBUILD2013-03-04 11:12:00 UTC (rev 179218)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kmines
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/kmines-${pkgver}.tar.xz;)
-sha1sums=('59eeead2673b8ac6dfd0e7aab22bc27206a9d12a')
+sha1sums=('dfe6ed7af68f424f40eec9522460a800a4aff38c')
 
 build() {
   mkdir build



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:12:02
  Author: andrea
Revision: 179219

KDE 4.10.1

Modified:
  kdegames-knavalbattle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:12:00 UTC (rev 179218)
+++ PKGBUILD2013-03-04 11:12:02 UTC (rev 179219)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-knavalbattle
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/knavalbattle-${pkgver}.tar.xz;)
-sha1sums=('a52486a7f3109633ce340981c6c1706312b69606')
+sha1sums=('2bcf09d185d15fd1177dcb3b45184dc495e73ee7')
 
 build() {
   mkdir build



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:12:03
  Author: andrea
Revision: 179220

KDE 4.10.1

Modified:
  kdegames-knetwalk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:12:02 UTC (rev 179219)
+++ PKGBUILD2013-03-04 11:12:03 UTC (rev 179220)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-knetwalk
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/knetwalk-${pkgver}.tar.xz;)
-sha1sums=('bb6587f4f008c1bfcfed728f7d0e48de031a49e4')
+sha1sums=('1f2df9663a1dc08c9f065cf584959cb2e18c0347')
 
 build() {
   mkdir build



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:12:05
  Author: andrea
Revision: 179221

KDE 4.10.1

Modified:
  kdegames-kolf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:12:03 UTC (rev 179220)
+++ PKGBUILD2013-03-04 11:12:05 UTC (rev 179221)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kolf
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/kolf-${pkgver}.tar.xz;)
-sha1sums=('d91e64df3397b76940603963e32ff44357e67d4e')
+sha1sums=('8de187b5807217f9e6b0e863ff55d563fb506185')
 
 build() {
   mkdir build



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:12:07
  Author: andrea
Revision: 179222

KDE 4.10.1

Modified:
  kdegames-kollision/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:12:05 UTC (rev 179221)
+++ PKGBUILD2013-03-04 11:12:07 UTC (rev 179222)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kollision
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/kollision-${pkgver}.tar.xz;)
-sha1sums=('edaa3f7bc9b15982e2aae6b7e97ce05dcf70fea8')
+sha1sums=('d3e83cd99877cb9663fdbff9a6c86837766d45fe')
 
 build() {
   mkdir build



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:12:12
  Author: andrea
Revision: 179224

KDE 4.10.1

Modified:
  kdegames-kpatience/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:12:10 UTC (rev 179223)
+++ PKGBUILD2013-03-04 11:12:12 UTC (rev 179224)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kpatience
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/kpat-${pkgver}.tar.xz;)
-sha1sums=('a77aed1c84363e76fc8aab49125b62f4b0d657b1')
+sha1sums=('a402853ce9dca571734ab62ddc982abf7dc4dd87')
 
 build() {
   mkdir build



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:12:10
  Author: andrea
Revision: 179223

KDE 4.10.1

Modified:
  kdegames-konquest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:12:07 UTC (rev 179222)
+++ PKGBUILD2013-03-04 11:12:10 UTC (rev 179223)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-konquest
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/konquest-${pkgver}.tar.xz;)
-sha1sums=('b09b6cdb70a5a9b423215679c4db044768f4338a')
+sha1sums=('6ff522c655e4828914a02e8cb6262b5ed57133c9')
 
 build() {
   mkdir build



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:12:19
  Author: andrea
Revision: 179225

KDE 4.10.1

Modified:
  kdegames-kreversi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:12:12 UTC (rev 179224)
+++ PKGBUILD2013-03-04 11:12:19 UTC (rev 179225)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kreversi
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/kreversi-${pkgver}.tar.xz;)
-sha1sums=('0bb2b856a1097289a69cd01d33e4208a54c62e1f')
+sha1sums=('41ef69c937908be5ef5c9a6fdaf976f00138537d')
 
 build() {
   mkdir build



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:12:20
  Author: andrea
Revision: 179226

KDE 4.10.1

Modified:
  kdegames-kshisen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:12:19 UTC (rev 179225)
+++ PKGBUILD2013-03-04 11:12:20 UTC (rev 179226)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kshisen
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/kshisen-${pkgver}.tar.xz;)
-sha1sums=('19a9ae4b91afb3890a207d3a5c6d139f0b5a9300')
+sha1sums=('7f7bcd546ba7e61b61714b49629147366076da70')
 
 build() {
   mkdir build



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:12:21
  Author: andrea
Revision: 179227

KDE 4.10.1

Modified:
  kdegames-ksirk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:12:20 UTC (rev 179226)
+++ PKGBUILD2013-03-04 11:12:21 UTC (rev 179227)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-ksirk
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/ksirk-${pkgver}.tar.xz;)
-sha1sums=('a40e6d13bbbf396335744e443ef2f6cbfa003b5b')
+sha1sums=('88f63a8dc09c29f77495b3af8f9cf53821482111')
 
 build() {
   mkdir build



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:12:23
  Author: andrea
Revision: 179228

KDE 4.10.1

Modified:
  kdegames-ksnakeduel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:12:21 UTC (rev 179227)
+++ PKGBUILD2013-03-04 11:12:23 UTC (rev 179228)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-ksnakeduel
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/ksnakeduel-${pkgver}.tar.xz;)
-sha1sums=('36b5dfd4df30c401fd90b174eee1d1f1910b1818')
+sha1sums=('5618d33510ecbc60d759a895d540a2994b143ec6')
 
 build() {
   mkdir build



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:12:24
  Author: andrea
Revision: 179229

KDE 4.10.1

Modified:
  kdegames-kspaceduel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:12:23 UTC (rev 179228)
+++ PKGBUILD2013-03-04 11:12:24 UTC (rev 179229)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-kspaceduel
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/kspaceduel-${pkgver}.tar.xz;)
-sha1sums=('6f0c9700aebfb2f309cc3260493db4b26563e21b')
+sha1sums=('0e1c15f2abc95b9801c2d3fb4f3fd0bea1ac467b')
 
 build() {
   mkdir build



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:12:26
  Author: andrea
Revision: 179230

KDE 4.10.1

Modified:
  kdegames-ksquares/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:12:24 UTC (rev 179229)
+++ PKGBUILD2013-03-04 11:12:26 UTC (rev 179230)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-ksquares
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/ksquares-${pkgver}.tar.xz;)
-sha1sums=('1a814d64694e4a435d4c08ccf0c0003e199818f2')
+sha1sums=('fde1dcea7e8acac6d872a37076d2eeebb4df0fa5')
 
 build() {
   mkdir build



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:12:29
  Author: andrea
Revision: 179231

KDE 4.10.1

Modified:
  kdegames-ksudoku/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:12:26 UTC (rev 179230)
+++ PKGBUILD2013-03-04 11:12:29 UTC (rev 179231)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-ksudoku
-pkgver=4.10.0
+pkgver=4.10.1
 pkgrel=1
 pkgdesc=A logic-based symbol placement puzzle
 url=http://kde.org/applications/games/ksudoku/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/ksudoku-${pkgver}.tar.xz;)
-sha1sums=('07db527cbfdbaf65da1a7f2d63b51aa8055a94c5')
+sha1sums=('7243c63fd117708cbcc53fc745f2a270414d4284')
 
 build() {
   mkdir build



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

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:12:32
  Author: andrea
Revision: 179232

KDE 4.10.1

Modified:
  kdegames-ktuberling/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:12:29 UTC (rev 179231)
+++ PKGBUILD2013-03-04 11:12:32 UTC (rev 179232)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegames-ktuberling
-pkgver=4.10.0
+pkgver=4.10.1
 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/stable/${pkgver}/src/ktuberling-${pkgver}.tar.xz;)
-sha1sums=('82a14f5c8b4d95b02a7e430ba5340203feecdef8')
+sha1sums=('d064789f60fcf7c9bdaa0378e354df438aa6fae7')
 
 build() {
   mkdir build



  1   2   3   >