[arch-commits] Commit in libassuan/trunk (PKGBUILD libassuan.install)

2011-07-12 Thread Tobias Powalowski
Date: Tuesday, July 12, 2011 @ 03:35:37
  Author: tpowa
Revision: 131235

upgpkg: libassuan 2.0.2-1
bump to latest version

Added:
  libassuan/trunk/libassuan.install
Modified:
  libassuan/trunk/PKGBUILD

---+
 PKGBUILD  |5 +++--
 libassuan.install |   20 
 2 files changed, 23 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 03:28:00 UTC (rev 131234)
+++ PKGBUILD2011-07-12 07:35:37 UTC (rev 131235)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 
 pkgname=libassuan
-pkgver=2.0.1
+pkgver=2.0.2
 pkgrel=1
 pkgdesc=A IPC library used by some GnuPG related software
 arch=('i686' 'x86_64')
@@ -11,6 +11,7 @@
 depends=('libgpg-error')
 options=('!libtool')
 source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2)
+install=libassuan.install
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -22,4 +23,4 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }
-md5sums=('53a7d4c22af909d7236d17d454ef935b')
+md5sums=('3e7d00fd2ee8a0b9c51ac7616ef3f1ec')

Added: libassuan.install
===
--- libassuan.install   (rev 0)
+++ libassuan.install   2011-07-12 07:35:37 UTC (rev 131235)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(assuan.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}



[arch-commits] Commit in libassuan/repos (testing-i686)

2011-07-12 Thread Tobias Powalowski
Date: Tuesday, July 12, 2011 @ 03:35:53
  Author: tpowa
Revision: 131236

archrelease: copy trunk to testing-i686

Added:
  libassuan/repos/testing-i686/



[arch-commits] Commit in libassuan/repos (testing-x86_64)

2011-07-12 Thread Tobias Powalowski
Date: Tuesday, July 12, 2011 @ 03:36:08
  Author: tpowa
Revision: 131237

archrelease: copy trunk to testing-x86_64

Added:
  libassuan/repos/testing-x86_64/



[arch-commits] Commit in libksba/trunk (PKGBUILD libksba.install)

2011-07-12 Thread Tobias Powalowski
Date: Tuesday, July 12, 2011 @ 03:37:20
  Author: tpowa
Revision: 131238

upgpkg: libksba 1.0.8-2
fix info files

Added:
  libksba/trunk/libksba.install
Modified:
  libksba/trunk/PKGBUILD

-+
 PKGBUILD|3 ++-
 libksba.install |   20 
 2 files changed, 22 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 07:36:08 UTC (rev 131237)
+++ PKGBUILD2011-07-12 07:37:20 UTC (rev 131238)
@@ -4,7 +4,7 @@
 
 pkgname=libksba
 pkgver=1.0.8
-pkgrel=1
+pkgrel=2
 pkgdesc=Libksba is a CMS and X.509 access library
 arch=(i686 x86_64)
 license=('GPL')
@@ -12,6 +12,7 @@
 depends=('bash' 'libgpg-error' 'glibc')
 source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2)
 options=(!libtool)
+install=libksba.install
 
 build() {
   cd $startdir/src/$pkgname-$pkgver

Added: libksba.install
===
--- libksba.install (rev 0)
+++ libksba.install 2011-07-12 07:37:20 UTC (rev 131238)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(ksba.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}



[arch-commits] Commit in libksba/repos (testing-i686)

2011-07-12 Thread Tobias Powalowski
Date: Tuesday, July 12, 2011 @ 03:37:34
  Author: tpowa
Revision: 131239

archrelease: copy trunk to testing-i686

Added:
  libksba/repos/testing-i686/



[arch-commits] Commit in libksba/repos (testing-x86_64)

2011-07-12 Thread Tobias Powalowski
Date: Tuesday, July 12, 2011 @ 03:37:49
  Author: tpowa
Revision: 131240

archrelease: copy trunk to testing-x86_64

Added:
  libksba/repos/testing-x86_64/



[arch-commits] Commit in dirmngr/trunk (PKGBUILD dirmngr.install)

2011-07-12 Thread Tobias Powalowski
Date: Tuesday, July 12, 2011 @ 03:38:53
  Author: tpowa
Revision: 131241

upgpkg: dirmngr 1.1.0-2
fix info files

Added:
  dirmngr/trunk/dirmngr.install
Modified:
  dirmngr/trunk/PKGBUILD

-+
 PKGBUILD|3 ++-
 dirmngr.install |   20 
 2 files changed, 22 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 07:37:49 UTC (rev 131240)
+++ PKGBUILD2011-07-12 07:38:53 UTC (rev 131241)
@@ -3,13 +3,14 @@
 
 pkgname=dirmngr
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A daemon to handle CRL and certificate requests
 arch=('i686' 'x86_64')
 license=('GPL')
 url=ftp://ftp.gnupg.org/gcrypt/dirmngr;
 depends=('libgcrypt' 'libldap' 'libksba' 'libgpg-error' 'libassuan' 'pth')
 source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2)
+install=dirmngr.install
 
 build() {
   cd $srcdir/$pkgname-$pkgver

Added: dirmngr.install
===
--- dirmngr.install (rev 0)
+++ dirmngr.install 2011-07-12 07:38:53 UTC (rev 131241)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(dirmngr.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}



[arch-commits] Commit in dirmngr/repos (testing-i686)

2011-07-12 Thread Tobias Powalowski
Date: Tuesday, July 12, 2011 @ 03:39:08
  Author: tpowa
Revision: 131242

archrelease: copy trunk to testing-i686

Added:
  dirmngr/repos/testing-i686/



[arch-commits] Commit in dirmngr/repos (testing-x86_64)

2011-07-12 Thread Tobias Powalowski
Date: Tuesday, July 12, 2011 @ 03:39:23
  Author: tpowa
Revision: 131243

archrelease: copy trunk to testing-x86_64

Added:
  dirmngr/repos/testing-x86_64/



[arch-commits] Commit in pinentry/trunk (PKGBUILD pinentry.install)

2011-07-12 Thread Tobias Powalowski
Date: Tuesday, July 12, 2011 @ 03:40:08
  Author: tpowa
Revision: 131244

upgpkg: pinentry 0.8.1-2
fix info files

Added:
  pinentry/trunk/pinentry.install
Modified:
  pinentry/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 pinentry.install |   20 
 2 files changed, 22 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 07:39:23 UTC (rev 131243)
+++ PKGBUILD2011-07-12 07:40:08 UTC (rev 131244)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=pinentry
 pkgver=0.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc=a collection of simple PIN or passphrase entry dialogs which utilize 
the Assuan protocol
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -15,6 +15,7 @@
 'qt: for qt4 backend')  
 source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.gz
 gtk2-pinentry-segfault.patch)
+install=pinentry.install
 
 build() {
   cd $startdir/src/$pkgname-$pkgver

Added: pinentry.install
===
--- pinentry.install(rev 0)
+++ pinentry.install2011-07-12 07:40:08 UTC (rev 131244)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(pinentry.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}



[arch-commits] Commit in pinentry/repos (testing-i686)

2011-07-12 Thread Tobias Powalowski
Date: Tuesday, July 12, 2011 @ 03:40:23
  Author: tpowa
Revision: 131245

archrelease: copy trunk to testing-i686

Added:
  pinentry/repos/testing-i686/



[arch-commits] Commit in pinentry/repos (testing-x86_64)

2011-07-12 Thread Tobias Powalowski
Date: Tuesday, July 12, 2011 @ 03:40:37
  Author: tpowa
Revision: 131246

archrelease: copy trunk to testing-x86_64

Added:
  pinentry/repos/testing-x86_64/



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

2011-07-12 Thread Tobias Powalowski
Date: Tuesday, July 12, 2011 @ 03:42:52
  Author: tpowa
Revision: 131247

upgpkg: gpgme 1.3.1-1
bump to latest version

Modified:
  gpgme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 07:40:37 UTC (rev 131246)
+++ PKGBUILD2011-07-12 07:42:52 UTC (rev 131247)
@@ -4,7 +4,7 @@
 # Contributor: Sarah Hay sa...@archlinux.org
 
 pkgname=gpgme
-pkgver=1.3.0
+pkgver=1.3.1
 pkgrel=1
 pkgdesc=A C wrapper library for GnuPG
 arch=('i686' 'x86_64')
@@ -13,8 +13,7 @@
 depends=('libgpg-error' 'pth' 'gnupg' 'gnupg2')
 install=${pkgname}.install
 options=('!libtool' '!emptydirs')
-source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('f148c73f6f540f91e02141df72844f62')
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -28,3 +27,4 @@
   rm ${pkgdir}/usr/share/info/dir
   gzip ${pkgdir}/usr/share/info/*
 }
+md5sums=('90afa8436ce2b2683c001c824bd22601')



[arch-commits] Commit in gpgme/repos (testing-i686)

2011-07-12 Thread Tobias Powalowski
Date: Tuesday, July 12, 2011 @ 03:42:55
  Author: tpowa
Revision: 131248

archrelease: remove testing-i686

Deleted:
  gpgme/repos/testing-i686/



[arch-commits] Commit in gpgme/repos (testing-i686)

2011-07-12 Thread Tobias Powalowski
Date: Tuesday, July 12, 2011 @ 03:43:10
  Author: tpowa
Revision: 131249

archrelease: copy trunk to testing-i686

Added:
  gpgme/repos/testing-i686/



[arch-commits] Commit in gpgme/repos (testing-x86_64)

2011-07-12 Thread Tobias Powalowski
Date: Tuesday, July 12, 2011 @ 03:43:24
  Author: tpowa
Revision: 131250

archrelease: copy trunk to testing-x86_64

Added:
  gpgme/repos/testing-x86_64/



[arch-commits] Commit in kdegraphics/repos (extra-i686)

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 07:33:32
  Author: andrea
Revision: 131251

archrelease: remove extra-i686

Deleted:
  kdegraphics/repos/extra-i686/



[arch-commits] Commit in kdegraphics/repos (extra-i686)

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 07:33:45
  Author: andrea
Revision: 131252

archrelease: copy trunk to extra-i686

Added:
  kdegraphics/repos/extra-i686/



[arch-commits] Commit in kdegraphics/repos (extra-x86_64)

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 07:33:49
  Author: andrea
Revision: 131253

archrelease: remove extra-x86_64

Deleted:
  kdegraphics/repos/extra-x86_64/



[arch-commits] Commit in kdegraphics/repos (extra-x86_64)

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 07:34:02
  Author: andrea
Revision: 131254

archrelease: copy trunk to extra-x86_64

Added:
  kdegraphics/repos/extra-x86_64/



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 07:55:31
  Author: andrea
Revision: 131255

upgpkg: kdegraphics 4.6.5-3
Rebuilt to get mobipocket support in Okular (FS#25104)

Modified:
  kdegraphics/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 11:34:02 UTC (rev 131254)
+++ PKGBUILD2011-07-12 11:55:31 UTC (rev 131255)
@@ -13,7 +13,7 @@
  'kdegraphics-libs'
  'kdegraphics-okular')
 pkgver=4.6.5
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')



[arch-commits] Commit in kdegraphics/repos (extra-i686)

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 07:55:34
  Author: andrea
Revision: 131256

archrelease: remove extra-i686

Deleted:
  kdegraphics/repos/extra-i686/



[arch-commits] Commit in kdegraphics/repos (extra-i686)

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 07:56:03
  Author: andrea
Revision: 131257

archrelease: copy trunk to extra-i686

Added:
  kdegraphics/repos/extra-i686/



[arch-commits] Commit in kdegraphics/repos (extra-x86_64)

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 07:56:06
  Author: andrea
Revision: 131258

archrelease: remove extra-x86_64

Deleted:
  kdegraphics/repos/extra-x86_64/



[arch-commits] Commit in kdegraphics/repos (extra-x86_64)

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 07:56:18
  Author: andrea
Revision: 131259

archrelease: copy trunk to extra-x86_64

Added:
  kdegraphics/repos/extra-x86_64/



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

2011-07-12 Thread Giovanni Scafora
Date: Tuesday, July 12, 2011 @ 08:02:03
  Author: giovanni
Revision: 131260

upgpkg: mkvtoolnix 4.9.1-1
upstream release

Modified:
  mkvtoolnix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 11:56:18 UTC (rev 131259)
+++ PKGBUILD2011-07-12 12:02:03 UTC (rev 131260)
@@ -2,7 +2,7 @@
 # Maintainer: Giovanni Scafora giova...@archlinux.org
 
 pkgname=mkvtoolnix
-pkgver=4.9.0
+pkgver=4.9.1
 pkgrel=1
 pkgdesc=Set of tools to create, edit and inspect Matroska files - CLI version
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('file' 'boost-libs' 'libmatroska' 'lzo2' 'expat' 'flac' 'libvorbis')
 makedepends=('boost' 'ruby')
 
source=(http://www.bunkus.org/videotools/${pkgname}/sources/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('3f92443fe7897abd3d5e7d61bd758432')
+md5sums=('5981f266e6d25da4a49f7464e4a97cdf')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in mkvtoolnix/repos (extra-i686)

2011-07-12 Thread Giovanni Scafora
Date: Tuesday, July 12, 2011 @ 08:02:08
  Author: giovanni
Revision: 131261

archrelease: remove extra-i686

Deleted:
  mkvtoolnix/repos/extra-i686/



[arch-commits] Commit in mkvtoolnix/repos (extra-i686)

2011-07-12 Thread Giovanni Scafora
Date: Tuesday, July 12, 2011 @ 08:02:26
  Author: giovanni
Revision: 131262

archrelease: copy trunk to extra-i686

Added:
  mkvtoolnix/repos/extra-i686/



[arch-commits] Commit in mkvtoolnix/repos (extra-x86_64)

2011-07-12 Thread Giovanni Scafora
Date: Tuesday, July 12, 2011 @ 08:02:28
  Author: giovanni
Revision: 131263

archrelease: remove extra-x86_64

Deleted:
  mkvtoolnix/repos/extra-x86_64/



[arch-commits] Commit in mkvtoolnix/repos (extra-x86_64)

2011-07-12 Thread Giovanni Scafora
Date: Tuesday, July 12, 2011 @ 08:04:39
  Author: giovanni
Revision: 131264

archrelease: copy trunk to extra-x86_64

Added:
  mkvtoolnix/repos/extra-x86_64/



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

2011-07-12 Thread Ionut Biru
Date: Tuesday, July 12, 2011 @ 09:19:41
  Author: ibiru
Revision: 131265

force python2

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 12:04:39 UTC (rev 131264)
+++ PKGBUILD2011-07-12 13:19:41 UTC (rev 131265)
@@ -24,7 +24,7 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
   --sysconfdir=/etc  \
   --libexecdir=/usr/lib/empathy \
   --disable-static \



[arch-commits] Commit in empathy/repos (extra-x86_64)

2011-07-12 Thread Ionut Biru
Date: Tuesday, July 12, 2011 @ 09:19:57
  Author: ibiru
Revision: 131266

archrelease: remove extra-x86_64

Deleted:
  empathy/repos/extra-x86_64/



[arch-commits] Commit in empathy/repos (extra-x86_64)

2011-07-12 Thread Ionut Biru
Date: Tuesday, July 12, 2011 @ 09:20:12
  Author: ibiru
Revision: 131267

archrelease: copy trunk to extra-x86_64

Added:
  empathy/repos/extra-x86_64/



[arch-commits] Commit in empathy/repos (extra-i686)

2011-07-12 Thread Ionut Biru
Date: Tuesday, July 12, 2011 @ 09:20:19
  Author: ibiru
Revision: 131268

archrelease: remove extra-i686

Deleted:
  empathy/repos/extra-i686/



[arch-commits] Commit in empathy/repos (extra-i686)

2011-07-12 Thread Ionut Biru
Date: Tuesday, July 12, 2011 @ 09:20:34
  Author: ibiru
Revision: 131269

archrelease: copy trunk to extra-i686

Added:
  empathy/repos/extra-i686/



[arch-commits] Commit in raptor/trunk (Allow-instead-of-in-TRiG.patch PKGBUILD)

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:27:06
  Author: andrea
Revision: 131270

upgpkg: raptor 2.0.3-3
New version of the patch to fix KDE build issues; force to build without yajl 
as this cause build to fail on systems where yajl is installed

Modified:
  raptor/trunk/Allow-instead-of-in-TRiG.patch
  raptor/trunk/PKGBUILD

+
 Allow-instead-of-in-TRiG.patch |  549 +--
 PKGBUILD   |8 
 2 files changed, 535 insertions(+), 22 deletions(-)

Modified: Allow-instead-of-in-TRiG.patch
===
--- Allow-instead-of-in-TRiG.patch  2011-07-12 13:20:34 UTC (rev 131269)
+++ Allow-instead-of-in-TRiG.patch  2011-07-12 17:27:06 UTC (rev 131270)
@@ -1,17 +1,531 @@
-From 37c5abe588d1ad63dc600cd9b9fd4d362f973a23 Mon Sep 17 00:00:00 2001
-From: Dave Beckett d...@dajobe.org
-Date: Mon, 11 Jul 2011 09:56:04 -0700
-Subject: [PATCH] Allow = instead of := in TRiG
-

- src/turtle_lexer.l |6 +++---
- 1 files changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/src/turtle_lexer.l b/src/turtle_lexer.l
-index c2f249b..e775771 100644
 a/src/turtle_lexer.l
-+++ b/src/turtle_lexer.l
-@@ -345,7 +345,7 @@ EXPONENT [eE][+-]?[0-9]+
+diff -ur ../../raptor2-2.0.3/src/turtle_lexer.c ./src/turtle_lexer.c
+--- ../../raptor2-2.0.3/src/turtle_lexer.c 2011-05-31 21:14:41.0 
+0200
 ./src/turtle_lexer.c   2011-07-12 15:31:39.620638699 +0200
+@@ -62,6 +62,7 @@
+ typedef unsigned char flex_uint8_t; 
+ typedef unsigned short int flex_uint16_t;
+ typedef unsigned int flex_uint32_t;
++#endif /* ! C99 */
+ 
+ /* Limits of integral types. */
+ #ifndef INT8_MIN
+@@ -92,8 +93,6 @@
+ #define UINT32_MAX (4294967295U)
+ #endif
+ 
+-#endif /* ! C99 */
+-
+ #endif /* ! FLEXINT_H */
+ 
+ #ifdef __cplusplus
+@@ -167,15 +166,7 @@
+ 
+ /* Size of default input buffer. */
+ #ifndef YY_BUF_SIZE
+-#ifdef __ia64__
+-/* On IA-64, the buffer size is 16k, not 8k.
+- * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
+- * Ditto for the __ia64__ case accordingly.
+- */
+-#define YY_BUF_SIZE 32768
+-#else
+ #define YY_BUF_SIZE 16384
+-#endif /* __ia64__ */
+ #endif
+ 
+ /* The state buf must be large enough to hold one state per character in the 
main buffer.
+@@ -371,7 +362,7 @@
+   flex_int32_t yy_verify;
+   flex_int32_t yy_nxt;
+   };
+-static yyconst flex_int16_t yy_accept[114] =
++static yyconst flex_int16_t yy_accept[112] =
+ {   0,
+ 0,0,0,0,   22,   22,   41,   39,2,1,
+ 1,   39,   38,   13,   14,   39,5,4,   28,   25,
+@@ -384,8 +375,8 @@
+26,0,0,   27,0,   25,0,0,   33,0,
+ 0,   24,   36,   36,   21,0,   27,0,   27,0,
+ 
+-0,0,0,   24,   36,   17,0,   10,0,   18,
+-0,9,0
++0,0,   24,   36,   17,   10,0,   18,0,9,
++0
+ } ;
+ 
+ static yyconst flex_int32_t yy_ec[256] =
+@@ -396,154 +387,157 @@
+ 1,2,1,5,6,1,1,1,1,7,
+ 8,1,9,   10,   11,   12,1,   13,   13,   13,
+13,   13,   13,   13,   13,   13,   13,   14,   15,   16,
+-1,   17,1,   18,   19,   19,   19,   19,   20,   19,
+-   19,   19,   19,   19,   19,   19,   19,   19,   19,   19,
+-   19,   19,   19,   19,   19,   19,   19,   19,   19,   19,
+-   21,   22,   23,   24,   25,1,   26,   27,   19,   19,
+-
+-   28,   29,   19,   19,   30,   19,   19,   31,   19,   19,
+-   19,   32,   19,   33,   34,   35,   36,   19,   19,   37,
+-   19,   19,   38,1,   39,1,1,   40,   40,   40,
+-   40,   40,   40,   40,   40,   40,   40,   40,   40,   40,
+-   40,   40,   40,   40,   40,   40,   40,   40,   40,   40,
+-   40,   40,   40,   40,   40,   40,   40,   40,   40,   40,
+-   40,   40,   40,   40,   40,   40,   40,   40,   40,   40,
+-   40,   40,   40,   40,   40,   40,   40,   40,   40,   40,
+-   40,   40,   40,   40,   40,   40,   40,   40,   40,   40,
+-   40,   40,   40,   40,   40,   40,   40,   40,   40,   40,
+-
+-   40,   40,   40,   40,   40,   40,   40,   40,   40,   40,
+-   40,   40,   40,   40,   40,   40,   40,   40,   40,   40,
+-   40,   40,   40,   40,   40,   40,   40,   40,   40,   40,
+-   40,   40,   40,   40,   40,   40,   40,   40,   40,   40,
+-   40,   40,   40,   40,   40,   40,   40,   40,   40,   40,
+-   40,   40,   40,   40,   40
++   17,   18,1,   19,   20,   20,   20,   20,   21,   20,
++   20,   20,   20,   20,   20,   20,   20,   20,   20,   20,
++   20,   20,   20,   20,   20,   20,   20,   20,   20,   20,
++   22,   23,   24,   25,   26,1,   27,   28,   20,   20,
++
++   29,   30,   20,   20,   31,   20,   20,   32,   20,   20,
++   20,   33,   20,   34,   35,   36,   37,   20,  

[arch-commits] Commit in raptor/repos (extra-i686)

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:27:10
  Author: andrea
Revision: 131271

archrelease: remove extra-i686

Deleted:
  raptor/repos/extra-i686/



[arch-commits] Commit in raptor/repos (extra-i686)

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:27:24
  Author: andrea
Revision: 131272

archrelease: copy trunk to extra-i686

Added:
  raptor/repos/extra-i686/



[arch-commits] Commit in raptor/repos (extra-x86_64)

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:27:27
  Author: andrea
Revision: 131273

archrelease: remove extra-x86_64

Deleted:
  raptor/repos/extra-x86_64/



[arch-commits] Commit in raptor/repos (extra-x86_64)

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:27:54
  Author: andrea
Revision: 131274

archrelease: copy trunk to extra-x86_64

Added:
  raptor/repos/extra-x86_64/



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:45:17
  Author: andrea
Revision: 131275

KDE 4.7RC2

Modified:
  kdelibs/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:27:54 UTC (rev 131274)
+++ PKGBUILD2011-07-12 17:45:17 UTC (rev 131275)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdelibs
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 pkgdesc=KDE Core Libraries
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 install='kdelibs.install'
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
 'kde-applications-menu.patch' 'archlinux-menu.patch')
-sha1sums=('e04a0ecdb83a2cb086e13c9a2541b264dce00993'
+sha1sums=('9c46d7653a19f5897d4408180de239d7004c470e'
   '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
   '63a850ab4196b9d06934f2b4a13acd9f7739bc67')
 



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:45:20
  Author: andrea
Revision: 131276

KDE 4.7RC2

Modified:
  kdepimlibs/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:45:17 UTC (rev 131275)
+++ PKGBUILD2011-07-12 17:45:20 UTC (rev 131276)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdepimlibs
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 pkgdesc=KDE PIM Libraries
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'cyrus-sasl' 'openldap')
 install='kdepimlibs.install'
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('8dfdc170ed506d3c7d3dc0d46195cee8804bc431')
+sha1sums=('531dfe646723ae821836b739ed8be930c2f64337')
 
 build() {
cd ${srcdir}



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:45:24
  Author: andrea
Revision: 131277

KDE 4.7RC2

Modified:
  oxygen-icons/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:45:20 UTC (rev 131276)
+++ PKGBUILD2011-07-12 17:45:24 UTC (rev 131277)
@@ -5,7 +5,7 @@
 pkgbase=oxygen-icons
 pkgname=('oxygen-icons'
  'oxygen-icons-svg')
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 pkgdesc=The Oxygen Icon Theme
 arch=('any')
@@ -13,7 +13,7 @@
 license=('LGPL')
 makedepends=('pkgconfig' 'cmake' 'automoc4')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('1cf51d5c893e6d28d7a2d543300fe3c038d32fd1')
+sha1sums=('bdff0287fdafcbadd35ded486117cf4b4a74495a')
 
 build() {
cd $srcdir



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:45:29
  Author: andrea
Revision: 131278

KDE 4.7RC2

Modified:
  kdebase-runtime/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:45:24 UTC (rev 131277)
+++ PKGBUILD2011-07-12 17:45:29 UTC (rev 131278)
@@ -4,8 +4,8 @@
 
 pkgname=kdebase-runtime
 _pkgname=kde-runtime
-pkgver=4.6.90
-pkgrel=2
+pkgver=4.6.95
+pkgrel=1
 pkgdesc=KDE Base Runtime Environment
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -18,7 +18,7 @@
 'gdb: drkonq crash handler')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('9bc01f0e829b355f110246f28daed6496d96f335')
+sha1sums=('8782bca0ca5afae9c600cc29346968669b940251')
 
 build() {
 cd ${srcdir}



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:45:52
  Author: andrea
Revision: 131279

KDE 4.7RC2

Modified:
  kdepim-runtime/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:45:29 UTC (rev 131278)
+++ PKGBUILD2011-07-12 17:45:52 UTC (rev 131279)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdepim-runtime
-pkgver=4.6.90
-pkgrel=2
+pkgver=4.6.95
+pkgrel=1
 pkgdesc='KDE PIM Runtime Environment'
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -13,7 +13,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('ac13fffd49e9b29de7da65d6713aa8b9fa9106b4')
+sha1sums=('5fbcc464ba82a48faf63e6b4dfb1552c30969fbc')
 
 build() {
 cd ${srcdir}



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:45:56
  Author: andrea
Revision: 131280

KDE 4.7RC2

Modified:
  kdebindings-smokegen/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:45:52 UTC (rev 131279)
+++ PKGBUILD2011-07-12 17:45:56 UTC (rev 131280)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-smokegen
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 pkgdesc=A general purpose C++ parser with a plugin infrastructure
 url=http://kde.org/;
@@ -12,7 +12,7 @@
 makedepends=('cmake' 'automoc4')
 conflicts=('kdebindings-smoke')
 
source=(http://download.kde.org/unstable/${pkgver}/src/smokegen-${pkgver}.tar.bz2;)
-sha1sums=('e3f24c57d79216df8c52eaafb2e4ee7af11e1d5c')
+sha1sums=('c65b10fdcf1e764a53efff55446f764830ab5606')
 
 build() {
   cd ${srcdir}



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:45:59
  Author: andrea
Revision: 131281

KDE 4.7RC2

Modified:
  kdebindings-smokeqt/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:45:56 UTC (rev 131280)
+++ PKGBUILD2011-07-12 17:45:59 UTC (rev 131281)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-smokeqt
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 pkgdesc=Language independent library for Qt bindings
 url=http://kde.org/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
 conflicts=('kdebindings-smoke')
 
source=(http://download.kde.org/unstable/${pkgver}/src/smokeqt-${pkgver}.tar.bz2;)
-sha1sums=('0fc6b293f96806b695c8dd19275d79db16df24b1')
+sha1sums=('304fcb7a38b3656db1d6614b8ff77e6e27274de6')
 
 build() {
   cd ${srcdir}



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:46:02
  Author: andrea
Revision: 131282

KDE 4.7RC2

Modified:
  kdegraphics-okular/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:45:59 UTC (rev 131281)
+++ PKGBUILD2011-07-12 17:46:02 UTC (rev 131282)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-okular
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 pkgdesc='Document Viewer'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/okular-${pkgver}.tar.bz2;)
-sha1sums=('9de2423f525a82c28158ffd3add82196afce710f')
+sha1sums=('e192a3634da00012a977d74cfe3bb6601d48bde4')
 
 build() {
   cd ${srcdir}



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:46:07
  Author: andrea
Revision: 131283

KDE 4.7RC2

Modified:
  kdesdk-kate/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:46:02 UTC (rev 131282)
+++ PKGBUILD2011-07-12 17:46:07 UTC (rev 131283)
@@ -4,14 +4,14 @@
 pkgbase=kdesdk-kate
 pkgname=('kdebase-kwrite'
  'kdesdk-kate')
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 makedepends=('kdelibs ''cmake' 'automoc4')
 source=(http://download.kde.org/unstable/${pkgver}/src/kate-${pkgver}.tar.bz2;
 'pkgbuild-syntax-highlight.patch')
-sha1sums=('a1afeeae3de94e964b48bc84ef5c920862571dcb'
+sha1sums=('03f83d92726fda79e6bac9aad63bb00d861611a5'
   'ab0c5d2a796b0f283154799add161c99f48ffcd5')
 
 build() {



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:46:10
  Author: andrea
Revision: 131284

KDE 4.7RC2

Modified:
  kdebindings-smokekde/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:46:07 UTC (rev 131283)
+++ PKGBUILD2011-07-12 17:46:10 UTC (rev 131284)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-smokekde
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 pkgdesc=Language independent library for KDE bindings
 url=http://kde.org/;
@@ -14,7 +14,7 @@
  'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
 conflicts=('kdebindings-smoke')
 
source=(http://download.kde.org/unstable/${pkgver}/src/smokekde-${pkgver}.tar.bz2;)
-sha1sums=('dc140ff5d6fc87ac2116739df62b49f059510de8')
+sha1sums=('e5f8c58f2d1ab6a688ea8b94e220eea10fa6ccd7')
 
 build() {
   cd ${srcdir}



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:46:13
  Author: andrea
Revision: 131285

KDE 4.7RC2

Modified:
  kdebindings-perlqt/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:46:10 UTC (rev 131284)
+++ PKGBUILD2011-07-12 17:46:13 UTC (rev 131285)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-perlqt
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 pkgdesc=Perl bindings for the Qt libraries
 url=http://kde.org/;
@@ -12,7 +12,7 @@
 depends=('kdebindings-smokeqt')
 makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
 
source=(http://download.kde.org/unstable/${pkgver}/src/perlqt-${pkgver}.tar.bz2;)
-sha1sums=('d55ffeacf16b940e61234294b310933eb133fe0d')
+sha1sums=('6f5f2ab42fa798210f114a2ab2b28f093d041414')
 
 build() {
   cd ${srcdir}



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:46:16
  Author: andrea
Revision: 131286

KDE 4.7RC2

Modified:
  kdebindings-python/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:46:13 UTC (rev 131285)
+++ PKGBUILD2011-07-12 17:46:16 UTC (rev 131286)
@@ -2,8 +2,8 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-python
-pkgver=4.6.90
-pkgrel=2
+pkgver=4.6.95
+pkgrel=1
 pkgdesc=KDE bindings for python
 url=http://kde.org/;
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('kdepim-runtime' 'python2-pyqt' 'qscintilla' 'boost-libs')
 makedepends=('cmake' 'automoc4' 'boost')
 
source=(http://download.kde.org/unstable/${pkgver}/src/pykde4-${pkgver}.tar.bz2;)
-sha1sums=('c90432ec2643b109427a02afbb8d3f7acc19f5e2')
+sha1sums=('adf1e6bfebfb7b35bd4e3947e618b401c8c578f6')
 
 build() {
   cd ${srcdir}



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:46:21
  Author: andrea
Revision: 131287

KDE 4.7RC2

Modified:
  kdebindings-qyoto/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:46:16 UTC (rev 131286)
+++ PKGBUILD2011-07-12 17:46:21 UTC (rev 131287)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-qyoto
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 pkgdesc=.NET/Mono bindings for the Qt libraries
 url=http://kde.org/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
 conflicts=('kdebindings-csharp')
 
source=(http://download.kde.org/unstable/${pkgver}/src/qyoto-${pkgver}.tar.bz2;)
-sha1sums=('05902dd17e0aafa91a71b0f8fb3fdcc0e1ab8770')
+sha1sums=('6c16162e06ef0f587ed76b88d50e97c0a825321f')
 
 build() {
   cd ${srcdir}



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:46:26
  Author: andrea
Revision: 131288

KDE 4.7RC2

Modified:
  kdebindings-qtruby/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:46:21 UTC (rev 131287)
+++ PKGBUILD2011-07-12 17:46:26 UTC (rev 131288)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-qtruby
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 pkgdesc=Qt bindings for ruby
 url=http://kde.org/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
 conflicts=('kdebindings-ruby')
 
source=(http://download.kde.org/unstable/${pkgver}/src/qtruby-${pkgver}.tar.bz2;)
-sha1sums=('a056ae7485ffc3a2f14ddf7cfd62e14265002234')
+sha1sums=('67b2d9c9280e0b626d63061b94eab0cac8e6838a')
 
 build() {
   cd ${srcdir}



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:46:29
  Author: andrea
Revision: 131289

KDE 4.7RC2

Modified:
  kde-wallpapers/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:46:26 UTC (rev 131288)
+++ PKGBUILD2011-07-12 17:46:29 UTC (rev 131289)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kde-wallpapers
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 pkgdesc=A set of wallpapers for KDE
 arch=('any')
@@ -11,7 +11,7 @@
 groups=('kde')
 makedepends=('kdelibs' 'cmake' 'automoc4')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('90841a5222f63571fa1a5e27bfb2f76c6c3adff8')
+sha1sums=('b07b3d0837379c6603412b5406c8a46c83fc8e87')
 
 package() {
   cd ${srcdir}



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:46:33
  Author: andrea
Revision: 131290

KDE 4.7RC2

Modified:
  kdebase-workspace/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:46:29 UTC (rev 131289)
+++ PKGBUILD2011-07-12 17:46:33 UTC (rev 131290)
@@ -4,7 +4,7 @@
 
 pkgname=kdebase-workspace
 _pkgname=kde-workspace
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 pkgdesc=KDE Base Workspace
 arch=('i686' 'x86_64')
@@ -29,7 +29,7 @@
 
source=(http://download.kde.org/unstable/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;
 'kdm-zsh-profile.patch' 'kdm' 'kde.pam' 'kde-np.pam' 'kscreensaver.pam'
 'fixpath.patch' 'terminate-server.patch')
-sha1sums=('762a95772b8ba65d5581173739c77fb29505101c'
+sha1sums=('a4ff13d40e16157b98000f8ba1e2ca7b6e18d997'
   '8c2bdefb23a03b753b78d16944d03fa3939d2d99'
   '5db3a245201bd4a50e65aa2ef583cf5490e4f646'
   'f7b38af38549242a240f1a90ab9964ca8a366129'



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:46:36
  Author: andrea
Revision: 131291

KDE 4.7RC2

Modified:
  kdebase/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:46:33 UTC (rev 131290)
+++ PKGBUILD2011-07-12 17:46:36 UTC (rev 131291)
@@ -12,7 +12,7 @@
  'kdebase-konqueror'
  'kdebase-lib'
  'kdebase-plasma')
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -20,7 +20,7 @@
 groups=('kde' 'kdebase')
 makedepends=('kdelibs' 'pkgconfig' 'cmake' 'automoc4' 'tidyhtml')
 
source=(http://download.kde.org/unstable/${pkgver}/src/kde-baseapps-${pkgver}.tar.bz2;)
-sha1sums=('83d1f13ea32381bf70ad4aed5477fe585f806abc')
+sha1sums=('db49bb458cbe329541ccd34aeacf7604e5719e23')
 
 build() {
cd ${srcdir}



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:46:39
  Author: andrea
Revision: 131292

KDE 4.7RC2

Modified:
  libkdeedu/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:46:36 UTC (rev 131291)
+++ PKGBUILD2011-07-12 17:46:39 UTC (rev 131292)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkdeedu
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 pkgdesc=Libraries used by KDE Education applications
 url=http://kde.org/;
@@ -13,7 +13,7 @@
 install=${pkgname}.install
 replaces=('kdeedu-libkdeedu' 'kdeedu-data')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('1c4f1fbe5301c0b82e53cd6b009f7fc04209965c')
+sha1sums=('9f9599bcf40c8684f42e38c4dcba9adb920c1754')
 
 build() {
   cd ${srcdir}



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:46:45
  Author: andrea
Revision: 131293

KDE 4.7RC2

Modified:
  kdeedu-marble/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:46:39 UTC (rev 131292)
+++ PKGBUILD2011-07-12 17:46:45 UTC (rev 131293)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-marble
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 pkgdesc=Desktop Globe
 url=http://kde.org/applications/education/marble/;
@@ -14,7 +14,7 @@
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/marble-${pkgver}.tar.bz2;
 'gpsd-2.96.patch')
-sha1sums=('cff7862fef00e7848c8c9bb55f1ee1ba847c1ac3'
+sha1sums=('f70645d42f246e38e912d84d4009ec0795be4c31'
   'f44dfd3bb384e631d59b93d7dda3413795da8183')
 
 build() {



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:46:49
  Author: andrea
Revision: 131294

KDE 4.7RC2

Modified:
  libkdcraw/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:46:45 UTC (rev 131293)
+++ PKGBUILD2011-07-12 17:46:49 UTC (rev 131294)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkdcraw
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 pkgdesc=A C++ interface used to decode RAW picture
 url=http://kde.org/;
@@ -13,7 +13,7 @@
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('4ea47528716db93c0b3a0fa5abcd9dde0148eb78')
+sha1sums=('b3a2b9df68b46db9728d0d0b009f9f5a28a02020')
 
 build() {
   cd ${srcdir}



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:46:50
  Author: andrea
Revision: 131295

Fix regressions in KLineEdit BUG#277457 BUG#246513

Added:
  kdelibs/trunk/fix-lineedit-clear-button.patch
  kdelibs/trunk/fix-lineedit-completion-tab.patch
Modified:
  kdelibs/trunk/PKGBUILD

---+
 PKGBUILD  |   14 +++--
 fix-lineedit-clear-button.patch   |   30 +++
 fix-lineedit-completion-tab.patch |   56 
 3 files changed, 97 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:46:49 UTC (rev 131294)
+++ PKGBUILD2011-07-12 17:46:50 UTC (rev 131295)
@@ -4,7 +4,7 @@
 
 pkgname=kdelibs
 pkgver=4.6.5
-pkgrel=1
+pkgrel=2
 pkgdesc=KDE Core Libraries
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -20,11 +20,15 @@
 install='kdelibs.install'
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
 'kde-applications-menu.patch' 'archlinux-menu.patch'
-'abs-syntax-highlight.patch')
+'abs-syntax-highlight.patch'
+'fix-lineedit-clear-button.patch'
+'fix-lineedit-completion-tab.patch')
 sha1sums=('9bb948769a3a5d4d5b6c65e84a8cf570bd7bc120'
   '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
   '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
-  'd994f262356af5b9e4e9619646e471bd98c91efb')
+  'd994f262356af5b9e4e9619646e471bd98c91efb'
+  '3deae3fc6733624759ad8bf5a1560d9a2f792d73'
+  'a5f223b61499fa03043def0b3a45b1712cc72d70')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
@@ -36,6 +40,10 @@
# add syntax highlightning for PKGBUILD and .install files
patch -p1 -i $srcdir/abs-syntax-highlight.patch
 
+   # Already fixed upstream
+   patch -p1 -i ${srcdir}/fix-lineedit-clear-button.patch
+   patch -p1 -i ${srcdir}/fix-lineedit-completion-tab.patch
+
cd ${srcdir}
mkdir build
cd build

Added: fix-lineedit-clear-button.patch
===
--- fix-lineedit-clear-button.patch (rev 0)
+++ fix-lineedit-clear-button.patch 2011-07-12 17:46:50 UTC (rev 131295)
@@ -0,0 +1,30 @@
+commit 0b7201c1fe4f12dc7b17abbf19047864d1cca302
+Author: Andrea Iacovitti aiacovi...@libero.it
+Date:   Sat Jul 9 19:51:40 2011 +0200
+
+Fix regression about input text clearButton stopping to work on khtml forms
+BUG: 246513
+FIXED-IN: 4.7.0
+
+diff --git a/kdeui/widgets/klineedit.cpp b/kdeui/widgets/klineedit.cpp
+index 7382806..8f1c8a4 100644
+--- a/kdeui/widgets/klineedit.cpp
 b/kdeui/widgets/klineedit.cpp
+@@ -1116,7 +1116,7 @@ void KLineEdit::mousePressEvent( QMouseEvent* e )
+ if  ( (e-button() == Qt::LeftButton ||
+e-button() == Qt::MidButton ) 
+   d-clearButton ) {
+-d-clickInClear = d-clearButton == childAt( e-pos() );
++d-clickInClear = ( d-clearButton == childAt(e-pos()) || 
d-clearButton-underMouse() );
+ 
+ if ( d-clickInClear ) {
+ d-possibleTripleClick = false;
+@@ -1145,7 +1145,7 @@ void KLineEdit::mousePressEvent( QMouseEvent* e )
+ void KLineEdit::mouseReleaseEvent( QMouseEvent* e )
+ {
+ if ( d-clickInClear ) {
+-if ( d-clearButton == childAt( e-pos() ) ) {
++if ( d-clearButton == childAt(e-pos()) || 
d-clearButton-underMouse() ) {
+ QString newText;
+ if ( e-button() == Qt::MidButton ) {
+ newText = QApplication::clipboard()-text( 
QClipboard::Selection );

Added: fix-lineedit-completion-tab.patch
===
--- fix-lineedit-completion-tab.patch   (rev 0)
+++ fix-lineedit-completion-tab.patch   2011-07-12 17:46:50 UTC (rev 131295)
@@ -0,0 +1,56 @@
+--- kdelibs/khtml/rendering/render_form.cpp
 kdelibs/khtml/rendering/render_form.cpp
+@@ -1012,11 +1012,11 @@
+ // 
-
+ 
+ RenderLineEdit::RenderLineEdit(HTMLInputElementImpl *element)
+-: RenderFormElement(element)
++: RenderFormElement(element), m_blockElementUpdates(false)
+ {
+ LineEditWidget *edit = new LineEditWidget(element, view(), 
view()-widget());
+ connect(edit,SIGNAL(returnPressed()), this, SLOT(slotReturnPressed()));
+-
connect(edit,SIGNAL(textEdited(QString)),this,SLOT(slotTextEdited(QString)));
++
connect(edit,SIGNAL(textChanged(QString)),this,SLOT(slotTextChanged(QString)));
+ 
+ if(element-inputType() == HTMLInputElementImpl::PASSWORD)
+ edit-setEchoMode( QLineEdit::Password );
+@@ -1142,17 +1142,21 @@
+ }
+ 
+ if (element()-value().string() != widget()-text()) {
++m_blockElementUpdates = true;
+ int pos = widget()-cursorPosition();
+ widget()-setText(element()-value().string());

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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:46:52
  Author: andrea
Revision: 131296

KDE 4.7RC2

Modified:
  libkexiv2/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:46:50 UTC (rev 131295)
+++ PKGBUILD2011-07-12 17:46:52 UTC (rev 131296)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkexiv2
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 pkgdesc=A library to manipulate pictures metadata
 url=http://kde.org/;
@@ -12,7 +12,7 @@
 makedepends=('cmake' 'automoc4')
 conflicts=('kdegraphics-libs')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('da3d8a14200171371be48e31290cb3a22015829b')
+sha1sums=('fdf43f76bcfa44596cbc179140a8667da5f92ad2')
 
 build() {
   cd ${srcdir}



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:46:57
  Author: andrea
Revision: 131297

KDE 4.7RC2

Modified:
  libkipi/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:46:52 UTC (rev 131296)
+++ PKGBUILD2011-07-12 17:46:57 UTC (rev 131297)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkipi
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 pkgdesc=An interface to use kipi-plugins from a KDE application
 url=http://kde.org/;
@@ -13,7 +13,7 @@
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('c85d4c4572f8d9c91fd7e40ed3f7a6e0bee72320')
+sha1sums=('d68b2a2564ad1b2384bb825ce3981bba3e89c8ae')
 
 build() {
   cd ${srcdir}



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:47:00
  Author: andrea
Revision: 131298

KDE 4.7RC2

Modified:
  libksane/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:46:57 UTC (rev 131297)
+++ PKGBUILD2011-07-12 17:47:00 UTC (rev 131298)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libksane
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 pkgdesc=An image scanning library
 url=http://kde.org/;
@@ -13,7 +13,7 @@
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('26b27920f02a6e6999c7bfd08fe6632a39fe2d53')
+sha1sums=('9092666fb625872e8028b4cf9fe4e1476bf47b97')
 
 build() {
   cd ${srcdir}



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:47:04
  Author: andrea
Revision: 131299

KDE 4.7RC2

Modified:
  kdeaccessibility/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:47:00 UTC (rev 131298)
+++ PKGBUILD2011-07-12 17:47:04 UTC (rev 131299)
@@ -8,7 +8,7 @@
  'kdeaccessibility-kmag'
  'kdeaccessibility-kmousetool'
  'kdeaccessibility-kmouth')
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://accessibility.kde.org'
@@ -16,7 +16,7 @@
 groups=('kde' 'kdeaccessibility')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdelibs' 'speech-dispatcher')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('8e6b90d52a7b7b4e8544186f5384683d11c7e224')
+sha1sums=('392abaded3fc2cadf676b6830ce6c385e85a9180')
 
 build() {
cd ${srcdir}



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:47:11
  Author: andrea
Revision: 131300

KDE 4.7RC2

Modified:
  kdeadmin/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:47:04 UTC (rev 131299)
+++ PKGBUILD2011-07-12 17:47:11 UTC (rev 131300)
@@ -7,7 +7,7 @@
  'kdeadmin-ksystemlog'
  'kdeadmin-kuser'
  'kdeadmin-system-config-printer-kde')
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -17,7 +17,7 @@
 'system-config-printer-common')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;
 'syslog-path.patch')
-sha1sums=('48f434cb4cde895d06f03e40b7d77e5f9d3f184f'
+sha1sums=('de406afafed1af4da28648797991bed7c8738fd7'
   '20095ce6e0f3e5b6800a7c6e52de6fddba62c031')
 
 build() {



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:47:16
  Author: andrea
Revision: 131301

KDE 4.7RC2

Modified:
  kdeartwork/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:47:11 UTC (rev 131300)
+++ PKGBUILD2011-07-12 17:47:16 UTC (rev 131301)
@@ -13,7 +13,7 @@
  'kdeartwork-styles'
  'kdeartwork-wallpapers'
  'kdeartwork-weatherwallpapers')
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -22,7 +22,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'xscreensaver' 'eigen'
 'kdebase-workspace' 'libkexiv2')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('7eca9710ec09232ef4face13f8135da96f41b888')
+sha1sums=('3f6f7b2321d35e61fe94d2353b9ef89ec056e5d5')
 
 build() {
cd $srcdir



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:47:19
  Author: andrea
Revision: 131302

KDE 4.7RC2

Modified:
  kdebase-konsole/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:47:16 UTC (rev 131301)
+++ PKGBUILD2011-07-12 17:47:19 UTC (rev 131302)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebase-konsole
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://kde.org/applications/system/konsole/'
@@ -12,7 +12,7 @@
 depends=('kdebase-runtime')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/unstable/${pkgver}/src/konsole-${pkgver}.tar.bz2;)
-sha1sums=('314362990e41499c76f7f67bc4c4da0c43cf7780')
+sha1sums=('4869f898cebf72162a1dc06a6697f4fa35075950')
 
 build() {
   cd ${srcdir}



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:47:23
  Author: andrea
Revision: 131303

KDE 4.7RC2

Modified:
  kdebindings-kimono/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:47:19 UTC (rev 131302)
+++ PKGBUILD2011-07-12 17:47:23 UTC (rev 131303)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-kimono
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 pkgdesc=.NET/Mono bindings for the KDE libraries
 url=http://kde.org/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost' 'kdepimlibs')
 conflicts=('kdebindings-csharp')
 
source=(http://download.kde.org/unstable/${pkgver}/src/kimono-${pkgver}.tar.bz2;)
-sha1sums=('4e18150625d26c1fb6ddc8fa68cc0f97588275c7')
+sha1sums=('814a061da0abc9c4f13c20fc17f1cfe476120363')
 
 build() {
   cd ${srcdir}



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:47:26
  Author: andrea
Revision: 131304

KDE 4.7RC2

Modified:
  kdebindings-korundum/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:47:23 UTC (rev 131303)
+++ PKGBUILD2011-07-12 17:47:26 UTC (rev 131304)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-korundum
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 pkgdesc=KDE bindings for ruby
 url=http://kde.org/;
@@ -14,7 +14,7 @@
  'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
 conflicts=('kdebindings-ruby')
 
source=(http://download.kde.org/unstable/${pkgver}/src/korundum-${pkgver}.tar.bz2;)
-sha1sums=('458c40543fdd5c340b8738632ae3c867941a4a8c')
+sha1sums=('998b705046e9126ff90081fe2d0fe7a24f393bb5')
 
 build() {
   cd ${srcdir}



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:47:46
  Author: andrea
Revision: 131305

KDE 4.7RC2

Modified:
  kdebindings-kross/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:47:26 UTC (rev 131304)
+++ PKGBUILD2011-07-12 17:47:46 UTC (rev 131305)
@@ -5,7 +5,7 @@
 pkgname=('kdebindings-kross-python'
 # 'kdebindings-kross-ruby'
  'kdebindings-kross-java')
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 url=http://kde.org/;
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 groups=('kdebindings')
 makedepends=('kdelibs' 'cmake' 'automoc4' 'python2' 'openjdk6')
 
source=(http://download.kde.org/unstable/${pkgver}/src/kross-interpreters-${pkgver}.tar.bz2;)
-sha1sums=('db15d0957951a56bdb8c3727dc68cbc207b0e4b4')
+sha1sums=('91e71fc5a37931005f39f65b839740259451bcd7')
 
 build() {
   cd ${srcdir}



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:47:50
  Author: andrea
Revision: 131306

KDE 4.7RC2

Modified:
  kdebindings-perlkde/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:47:46 UTC (rev 131305)
+++ PKGBUILD2011-07-12 17:47:50 UTC (rev 131306)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-perlkde
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 pkgdesc=Perl bindings for the KDE libraries
 url=http://kde.org/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'kdepimlibs'
 'kdegraphics-okular' 'kdesdk-kate')
 
source=(http://download.kde.org/unstable/${pkgver}/src/perlkde-${pkgver}.tar.bz2;)
-sha1sums=('71514987b314cbf1101daccac1b26fe7f76d2184')
+sha1sums=('068817388f1963ef975261054a485f8dc8e3fd09')
 
 build() {
   cd ${srcdir}



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:47:53
  Author: andrea
Revision: 131307

KDE 4.7RC2

Modified:
  kdeedu-blinken/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:47:50 UTC (rev 131306)
+++ PKGBUILD2011-07-12 17:47:53 UTC (rev 131307)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-blinken
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 pkgdesc=Memory Enhancement Game
 url=http://kde.org/applications/education/blinken/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/blinken-${pkgver}.tar.bz2;)
-sha1sums=('3fbf5f9668588197601b6cf8678d04e2f73dd929')
+sha1sums=('a0c0232f1a441b2e305c8d0208d387042dbed3da')
 
 build() {
   cd ${srcdir}



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:47:57
  Author: andrea
Revision: 131308

KDE 4.7RC2

Modified:
  kdeedu-cantor/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:47:53 UTC (rev 131307)
+++ PKGBUILD2011-07-12 17:47:57 UTC (rev 131308)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-cantor
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 pkgdesc=KDE Frontend to Mathematical Software
 url=http://kde.org/applications/education/cantor/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/cantor-${pkgver}.tar.bz2;)
-sha1sums=('aafbed9dd3781eb56042cace8dd2a7ccda8d594e')
+sha1sums=('7d2acb663acc03a096d3d4df84607c2cc9300e80')
 
 build() {
   cd ${srcdir}



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:48:00
  Author: andrea
Revision: 131309

KDE 4.7RC2

Modified:
  kdeedu-kalgebra/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:47:57 UTC (rev 131308)
+++ PKGBUILD2011-07-12 17:48:00 UTC (rev 131309)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kalgebra
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 pkgdesc=Graph Calculator
 url=http://kde.org/applications/education/kalgebra/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kalgebra-${pkgver}.tar.bz2;)
-sha1sums=('5ee5d9e2a45cdb8a9660b9d786db68138ceb8661')
+sha1sums=('91814b9f56b1aeeb39ea686c8f5810d902eac760')
 
 build() {
   cd ${srcdir}



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:48:03
  Author: andrea
Revision: 131310

KDE 4.7RC2

Modified:
  kdeedu-kalzium/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:48:00 UTC (rev 131309)
+++ PKGBUILD2011-07-12 17:48:03 UTC (rev 131310)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kalzium
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 pkgdesc=Periodic Table of Elements
 url=http://kde.org/applications/education/kalzium/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kalzium-${pkgver}.tar.bz2;)
-sha1sums=('4c5cf75e8596d0aec2fdc19d6d28b2c1e468afaa')
+sha1sums=('80a32af31e1760970af89695a72a1ffe4a01ffef')
 
 build() {
   cd ${srcdir}



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:48:14
  Author: andrea
Revision: 131312

KDE 4.7RC2

Modified:
  kdeedu-kbruch/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:48:07 UTC (rev 131311)
+++ PKGBUILD2011-07-12 17:48:14 UTC (rev 131312)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kbruch
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 pkgdesc=Exercise Fractions
 url=http://kde.org/applications/education/kbruch/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kbruch-${pkgver}.tar.bz2;)
-sha1sums=('6c2e1be87b8f79341bc5cfef5b75203b5692e2e9')
+sha1sums=('4049477de5a9bc14902091721b4c0029c8b8c696')
 
 build() {
   cd ${srcdir}



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:48:17
  Author: andrea
Revision: 131313

KDE 4.7RC2

Modified:
  kdeedu-kgeography/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:48:14 UTC (rev 131312)
+++ PKGBUILD2011-07-12 17:48:17 UTC (rev 131313)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kgeography
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 pkgdesc=Geography Trainer
 url=http://kde.org/applications/education/kgeography/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kgeography-${pkgver}.tar.bz2;)
-sha1sums=('a143e4b4f59b339d4b3d8f9aa4700c4f86852980')
+sha1sums=('2c0d06d1d45062bee324f2df42580c04b2cf611b')
 
 build() {
   cd ${srcdir}



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:48:44
  Author: andrea
Revision: 131315

KDE 4.7RC2

Modified:
  kdeedu-kig/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:48:40 UTC (rev 131314)
+++ PKGBUILD2011-07-12 17:48:44 UTC (rev 131315)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kig
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 pkgdesc=Interactive Geometry
 url=http://kde.org/applications/education/kig/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 source=(http://download.kde.org/unstable/${pkgver}/src/kig-${pkgver}.tar.bz2;)
-sha1sums=('e48e7e21678eb2e06f8730237658d649f436fd08')
+sha1sums=('af7e09ca9ef1eaa341963852eb054644ac5aee6b')
 
 build() {
   cd ${srcdir}



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:48:40
  Author: andrea
Revision: 131314

KDE 4.7RC2

Modified:
  kdeedu-khangman/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:48:17 UTC (rev 131313)
+++ PKGBUILD2011-07-12 17:48:40 UTC (rev 131314)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-khangman
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 pkgdesc=Hangman Game
 url=http://kde.org/applications/education/khangman/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/khangman-${pkgver}.tar.bz2;)
-sha1sums=('25de6658d00980e8e785c9181fb55039aaeab2f8')
+sha1sums=('b54b67e7ee3f42fd6314e0477637020f1860f64a')
 
 build() {
   cd ${srcdir}



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:48:07
  Author: andrea
Revision: 131311

KDE 4.7RC2

Modified:
  kdeedu-kanagram/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:48:03 UTC (rev 131310)
+++ PKGBUILD2011-07-12 17:48:07 UTC (rev 131311)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kanagram
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 pkgdesc=Letter Order Game
 url=http://kde.org/applications/education/kanagram/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kanagram-${pkgver}.tar.bz2;)
-sha1sums=('f34f5656d977b11dc42631059215f46ce2f35acf')
+sha1sums=('525a456edad8c06de6010271927e228c4702402c')
 
 build() {
   cd ${srcdir}



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:48:47
  Author: andrea
Revision: 131316

KDE 4.7RC2

Modified:
  kdeedu-kiten/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:48:44 UTC (rev 131315)
+++ PKGBUILD2011-07-12 17:48:47 UTC (rev 131316)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kiten
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 pkgdesc=Japanese Reference/Study Tool
 url=http://kde.org/applications/education/kiten/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kiten-${pkgver}.tar.bz2;)
-sha1sums=('6faec1ab525a3b7b71a48a6c5f73950d1f139bc0')
+sha1sums=('c83f9078141fe2868be1b0040cbe204228aacb1c')
 
 build() {
   cd ${srcdir}



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:48:50
  Author: andrea
Revision: 131317

KDE 4.7RC2

Modified:
  kdeedu-klettres/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:48:47 UTC (rev 131316)
+++ PKGBUILD2011-07-12 17:48:50 UTC (rev 131317)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-klettres
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 pkgdesc=Learn The Alphabet
 url=http://kde.org/applications/education/klettres/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/klettres-${pkgver}.tar.bz2;)
-sha1sums=('8e55891618e02b7bd8d647e014e4d090fc46537a')
+sha1sums=('deb7895877b18a6dbfce6901508c18c2c53c24ba')
 
 build() {
   cd ${srcdir}



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:48:54
  Author: andrea
Revision: 131318

KDE 4.7RC2

Modified:
  kdeedu-kmplot/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:48:50 UTC (rev 131317)
+++ PKGBUILD2011-07-12 17:48:54 UTC (rev 131318)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kmplot
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 pkgdesc=Mathematical Function Plotter
 url=http://kde.org/applications/education/kmplot/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kmplot-${pkgver}.tar.bz2;)
-sha1sums=('f0a947cf818c4f5a3aff2dc8a9c442d0eb324515')
+sha1sums=('7e6ec705ed886b69fb5eb93ccf9f0962c4524989')
 
 build() {
   cd ${srcdir}



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:48:57
  Author: andrea
Revision: 131319

KDE 4.7RC2

Modified:
  kdeedu-kstars/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:48:54 UTC (rev 131318)
+++ PKGBUILD2011-07-12 17:48:57 UTC (rev 131319)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kstars
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 pkgdesc=Desktop Planetarium
 url=http://kde.org/applications/education/kstars/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kstars-${pkgver}.tar.bz2;)
-sha1sums=('4d82d0bed20c66c820b2dde664f6fb6978c618a1')
+sha1sums=('11d870bacf8ef814998f874e2fc8c3cf82059dcf')
 
 build() {
   cd ${srcdir}



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:49:02
  Author: andrea
Revision: 131320

KDE 4.7RC2

Modified:
  kdeedu-ktouch/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:48:57 UTC (rev 131319)
+++ PKGBUILD2011-07-12 17:49:02 UTC (rev 131320)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-ktouch
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 pkgdesc=Touch Typing Tutor
 url=http://kde.org/applications/education/ktouch/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/ktouch-${pkgver}.tar.bz2;)
-sha1sums=('2a7a22e194b023e2cd36b2aecf7d7eedc28518be')
+sha1sums=('f8ad455ce1104e8fb542ff3191cb7c041cfa2d8e')
 
 build() {
   cd ${srcdir}



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:49:05
  Author: andrea
Revision: 131321

KDE 4.7RC2

Modified:
  kdeedu-kturtle/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:49:02 UTC (rev 131320)
+++ PKGBUILD2011-07-12 17:49:05 UTC (rev 131321)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kturtle
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 pkgdesc=Educational Programming Environment
 url=http://kde.org/applications/education/kturtle/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kturtle-${pkgver}.tar.bz2;)
-sha1sums=('936799165299e62241ef4fe4914446470d089501')
+sha1sums=('4fda890d4cd89ea2d257788354c9cc4158fc993b')
 
 build() {
   cd ${srcdir}



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:49:08
  Author: andrea
Revision: 131322

KDE 4.7RC2

Modified:
  kdeedu-kwordquiz/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:49:05 UTC (rev 131321)
+++ PKGBUILD2011-07-12 17:49:08 UTC (rev 131322)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kwordquiz
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 pkgdesc=Flash Card Trainer
 url=http://kde.org/applications/education/kwordquiz/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kwordquiz-${pkgver}.tar.bz2;)
-sha1sums=('cf585ca654ab26e05b8107973253119363c0a152')
+sha1sums=('584ce1db0f777b1fab3f45cecb89d59cb2f9d1ad')
 
 build() {
   cd ${srcdir}



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:49:15
  Author: andrea
Revision: 131323

KDE 4.7RC2

Modified:
  kdeedu-parley/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:49:08 UTC (rev 131322)
+++ PKGBUILD2011-07-12 17:49:15 UTC (rev 131323)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-parley
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 pkgdesc=Vocabulary Trainer
 url=http://kde.org/applications/education/parley/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/parley-${pkgver}.tar.bz2;)
-sha1sums=('483078998a0677974e39580f827a4bffe5c16cd4')
+sha1sums=('438c6cbb8cd6645e2467d3ffaef8afbcca90b17a')
 
 build() {
   cd ${srcdir}



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:49:34
  Author: andrea
Revision: 131324

KDE 4.7RC2

Modified:
  kdeedu-rocs/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:49:15 UTC (rev 131323)
+++ PKGBUILD2011-07-12 17:49:34 UTC (rev 131324)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-rocs
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 pkgdesc=Rocs Graph Theory
 url=http://kde.org/applications/education/rocs/;
@@ -12,7 +12,7 @@
 depends=('kdebase-runtime' 'boost-libs')
 makedepends=('cmake' 'automoc4' 'boost')
 
source=(http://download.kde.org/unstable/${pkgver}/src/rocs-${pkgver}.tar.bz2;)
-sha1sums=('6de23231f0d43ecac33a456b8b46a6ff6158a1fb')
+sha1sums=('4f59682cf124ad7ac2b7832e7b470b00f7c4de10')
 
 build() {
   cd ${srcdir}



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:49:37
  Author: andrea
Revision: 131325

KDE 4.7RC2

Modified:
  kdeedu-step/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:49:34 UTC (rev 131324)
+++ PKGBUILD2011-07-12 17:49:37 UTC (rev 131325)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-step
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 pkgdesc=Interactive Physical Simulator
 url=http://kde.org/applications/education/step/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/step-${pkgver}.tar.bz2;)
-sha1sums=('2f005305cd53d396b88cf35bca8bd3d7e7cadb7c')
+sha1sums=('379212172a3605695a3652c4c9e5f32fac261780')
 
 build() {
   cd ${srcdir}



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:49:40
  Author: andrea
Revision: 131326

KDE 4.7RC2

Modified:
  kdegames/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:49:37 UTC (rev 131325)
+++ PKGBUILD2011-07-12 17:49:40 UTC (rev 131326)
@@ -43,7 +43,7 @@
  'kdegames-libkmahjongg'
  'kdegames-lskat'
  'kdegames-palapeli')
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -52,7 +52,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'ggz-client-libs' 'twisted'
  'kdebindings-python' 'openal')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('b20c005287ec09b70096146507f49b0a34c48a90')
+sha1sums=('a3d2e30a94e6200ce7ae7454310eee90105d8f66')
 
 build() {
cd $srcdir



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:49:44
  Author: andrea
Revision: 131327

KDE 4.7RC2

Modified:
  kdegraphics-gwenview/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:49:40 UTC (rev 131326)
+++ PKGBUILD2011-07-12 17:49:44 UTC (rev 131327)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-gwenview
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 pkgdesc=A fast and easy to use image viewer for KDE
 url=http://kde.org/applications/graphics/gwenview/;
@@ -14,7 +14,7 @@
 optdepends=('kipi-plugins: extra plugins to share photos')
 install=$pkgname.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/gwenview-${pkgver}.tar.bz2;)
-sha1sums=('c6d38823ed1a041dd43b3e20674106bf62404a11')
+sha1sums=('defd3b737d12d8359ed6479c0bd81a4074fa7504')
 
 build() {
   cd ${srcdir}



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:49:47
  Author: andrea
Revision: 131328

KDE 4.7RC2

Modified:
  kdegraphics-kamera/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:49:44 UTC (rev 131327)
+++ PKGBUILD2011-07-12 17:49:47 UTC (rev 131328)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-kamera
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 pkgdesc=Configure Kamera
 url=http://kde.org/applications/graphics/kamera/;
@@ -12,7 +12,7 @@
 depends=('kdebase-runtime' 'gphoto2')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/unstable/${pkgver}/src/kamera-${pkgver}.tar.bz2;)
-sha1sums=('34bbd9a2cbda925a55369e3bf2b839ffc49b36b6')
+sha1sums=('ffc6c953470a3406f85ed4fdd2cfd8b6fdd60a21')
 
 build() {
   cd ${srcdir}



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:49:53
  Author: andrea
Revision: 131329

KDE 4.7RC2

Modified:
  kdegraphics-kcolorchooser/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:49:47 UTC (rev 131328)
+++ PKGBUILD2011-07-12 17:49:53 UTC (rev 131329)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-kcolorchooser
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 pkgdesc=Color Chooser
 url=http://kde.org/applications/graphics/kcolorchooser/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kcolorchooser-${pkgver}.tar.bz2;)
-sha1sums=('598742387491f91038fa4a0914fc79df4fdbea51')
+sha1sums=('da9eac36af9b2a263df1e44d978a89a537f2c377')
 
 build() {
   cd ${srcdir}



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:49:56
  Author: andrea
Revision: 131330

KDE 4.7RC2

Modified:
  kdegraphics-kgamma/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:49:53 UTC (rev 131329)
+++ PKGBUILD2011-07-12 17:49:56 UTC (rev 131330)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-kgamma
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 pkgdesc=A monitor calibration tool
 url=http://kde.org/applications/graphics/kgamma/;
@@ -15,7 +15,7 @@
 depends=('kdebase-runtime' 'libxxf86vm')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/unstable/${pkgver}/src/kgamma-${pkgver}.tar.bz2;)
-sha1sums=('4a57feb62a75cae0a0efeef86873ec6a745d6bb6')
+sha1sums=('b01c9aa5c2802e602bd9954fb47c2f17a012fa50')
 
 build() {
   cd ${srcdir}



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:50:00
  Author: andrea
Revision: 131331

KDE 4.7RC2

Modified:
  kdegraphics-kolourpaint/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:49:56 UTC (rev 131330)
+++ PKGBUILD2011-07-12 17:50:00 UTC (rev 131331)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-kolourpaint
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 pkgdesc=Paint Program
 url=http://kde.org/applications/graphics/kolourpaint/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kolourpaint-${pkgver}.tar.bz2;)
-sha1sums=('437f3a4396c7fb959c8fd32fb6fd28fca734f680')
+sha1sums=('de8cd43375f3aee836219a19a4a84b8741ffb588')
 
 build() {
   cd ${srcdir}



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:50:03
  Author: andrea
Revision: 131332

KDE 4.7RC2

Modified:
  kdegraphics-kruler/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:50:00 UTC (rev 131331)
+++ PKGBUILD2011-07-12 17:50:03 UTC (rev 131332)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-kruler
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 pkgdesc=Screen Ruler
 url=http://kde.org/applications/graphics/kruler/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/kruler-${pkgver}.tar.bz2;)
-sha1sums=('448f6f98646b69be47f64a554bb006d7cc643a93')
+sha1sums=('6fc8c56ea5bd677cd1b65dd6d35b348cbfc6733f')
 
 build() {
   cd ${srcdir}



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:50:14
  Author: andrea
Revision: 131333

KDE 4.7RC2

Modified:
  kdegraphics-ksaneplugin/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:50:03 UTC (rev 131332)
+++ PKGBUILD2011-07-12 17:50:14 UTC (rev 131333)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-ksaneplugin
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 pkgdesc=A scan plugin that implements the scanning
 url=http://kde.org/;
@@ -12,7 +12,7 @@
 makedepends=('cmake' 'automoc4')
 conflicts=('kdegraphics-libs')
 
source=(http://download.kde.org/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.bz2;)
-sha1sums=('e0e77853ebbfe9895301a7e335c65c2db4d7c01d')
+sha1sums=('fd466fa77783f843b1c6dd9fc591a7d5375186d4')
 
 build() {
   cd ${srcdir}



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

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:50:21
  Author: andrea
Revision: 131334

KDE 4.7RC2

Modified:
  kdegraphics-ksnapshot/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:50:14 UTC (rev 131333)
+++ PKGBUILD2011-07-12 17:50:21 UTC (rev 131334)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-ksnapshot
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 pkgdesc=Screen Capture Program
 url=http://kde.org/applications/graphics/ksnapshot/;
@@ -14,7 +14,7 @@
 optdepends=('kipi-plugins')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/ksnapshot-${pkgver}.tar.bz2;)
-sha1sums=('f2b92a791e986c1b4e92611646fc327aa096e25d')
+sha1sums=('60f7cd950b84ffa3eebe486a1b5b8b1e44e82bce')
 
 build() {
   cd ${srcdir}



  1   2   3   4   5   >