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

2012-11-06 Thread Jan de Groot
Date: Tuesday, November 6, 2012 @ 05:19:39
  Author: jgc
Revision: 170247

upgpkg: rhythmbox 2.98-3

Kill context pane, it causes mixed gstreamer versions. Will enable it again 
once rhythmbox has been ported to gstreamer 1.0

Added:
  
rhythmbox/trunk/Disable-the-context-pane-plugin-when-webkit-isn-t-available.patch
  rhythmbox/trunk/rhythmbox-2.98-xinitthreads.patch
Modified:
  rhythmbox/trunk/PKGBUILD

---+
 Disable-the-context-pane-plugin-when-webkit-isn-t-available.patch |   37 
 PKGBUILD  |   15 +
 rhythmbox-2.98-xinitthreads.patch |   76 
++
 3 files changed, 124 insertions(+), 4 deletions(-)

Added: Disable-the-context-pane-plugin-when-webkit-isn-t-available.patch
===
--- Disable-the-context-pane-plugin-when-webkit-isn-t-available.patch   
(rev 0)
+++ Disable-the-context-pane-plugin-when-webkit-isn-t-available.patch   
2012-11-06 10:19:39 UTC (rev 170247)
@@ -0,0 +1,37 @@
+From a8f5d8cec87ef1586897e94e49bdf54db64bf97b Mon Sep 17 00:00:00 2001
+From: Kalev Lember kalevlem...@gmail.com
+Date: Thu, 11 Oct 2012 10:59:16 +0200
+Subject: [PATCH] Disable the context pane plugin when webkit isn't available
+
+---
+ plugins/Makefile.am | 5 -
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/plugins/Makefile.am b/plugins/Makefile.am
+index e4f6e69..3a9ea03 100644
+--- a/plugins/Makefile.am
 b/plugins/Makefile.am
+@@ -14,7 +14,6 @@ SUBDIRS =\
+ if ENABLE_PYTHON
+ SUBDIRS +=\
+   artsearch   \
+-  context \
+   im-status   \
+   lyrics  \
+   magnatune   \
+@@ -24,8 +23,12 @@ SUBDIRS +=  \
+   sendto  \
+   rb
+ 
++if WITH_WEBKIT
++SUBDIRS += context
+ endif
+ 
++endif # ENABLE_PYTHON
++
+ if WITH_LIRC
+ SUBDIRS += lirc
+ endif
+-- 
+1.7.12.1
+

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 06:26:12 UTC (rev 170246)
+++ PKGBUILD2012-11-06 10:19:39 UTC (rev 170247)
@@ -4,7 +4,7 @@
 
 pkgname=rhythmbox
 pkgver=2.98
-pkgrel=2
+pkgrel=3
 pkgdesc=An iTunes-like music playback and management application
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -14,18 +14,25 @@
  'libdmapsharing' 'libgpod' 'libmtp' 'libnotify' 'libpeas'
  'lirc-utils' 'media-player-info' 'python2-gobject' 'python2-mako' 
'totem-plparser'
  'tdb' 'libdiscid')
-makedepends=('gnome-doc-utils' 'intltool' 'brasero' 'gobject-introspection' 
'vala')
+makedepends=('gnome-doc-utils' 'intltool' 'brasero' 'gobject-introspection' 
'vala' 'gnome-common' 'gtk-doc')
 optdepends=('gstreamer0.10-ugly-plugins: Extra media codecs'
 'gstreamer0.10-bad-plugins: Extra media codecs'
 'gstreamer0.10-ffmpeg: Extra media codecs'
 'brasero: cd burning')
 options=('!libtool' '!emptydirs')
 install=rhythmbox.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('a5c0a18a7c76133d36c7dcbdc37e304eae8272703985b17b540d68603b0c76d5')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz
+   Disable-the-context-pane-plugin-when-webkit-isn-t-available.patch
+   rhythmbox-2.98-xinitthreads.patch)
+sha256sums=('a5c0a18a7c76133d36c7dcbdc37e304eae8272703985b17b540d68603b0c76d5'
+'6510214e7fe0a18d17d8c599ae065bd48c2e1f82931fe82e3d1cc684a0801cd6'
+'cd9af451a411e5a621c385d43f5ddd3664b3d085fc12dc7d5e5cd1f5db9e73b0')
 
 build() {
   cd $pkgname-$pkgver
+  patch -Np1 -i 
${srcdir}/Disable-the-context-pane-plugin-when-webkit-isn-t-available.patch
+  patch -Np1 -i ${srcdir}/rhythmbox-2.98-xinitthreads.patch
+  autoreconf -fi
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
   --libexecdir=/usr/lib/rhythmbox \
   --localstatedir=/var --disable-static \

Added: rhythmbox-2.98-xinitthreads.patch
===
--- rhythmbox-2.98-xinitthreads.patch   (rev 0)
+++ rhythmbox-2.98-xinitthreads.patch   2012-11-06 10:19:39 UTC (rev 170247)
@@ -0,0 +1,76 @@
+From 1780aab638aa39704be34fc214de39b4847a87b2 Mon Sep 17 00:00:00 2001
+From: Bastien Nocera had...@hadess.net
+Date: Wed, 17 Oct 2012 19:02:50 +0200
+Subject: [PATCH] shell: Call XInitThreads() on X11 systems
+
+Otherwise bad things can happen with some plugins that expect
+mutexes to work, like the visualiser plugin and Clutter.
+

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

2012-11-06 Thread Jan de Groot
Date: Tuesday, November 6, 2012 @ 05:20:15
  Author: jgc
Revision: 170248

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

Added:
  
rhythmbox/repos/extra-i686/Disable-the-context-pane-plugin-when-webkit-isn-t-available.patch
(from rev 170247, 
rhythmbox/trunk/Disable-the-context-pane-plugin-when-webkit-isn-t-available.patch)
  rhythmbox/repos/extra-i686/PKGBUILD
(from rev 170247, rhythmbox/trunk/PKGBUILD)
  rhythmbox/repos/extra-i686/rhythmbox-2.98-xinitthreads.patch
(from rev 170247, rhythmbox/trunk/rhythmbox-2.98-xinitthreads.patch)
  rhythmbox/repos/extra-i686/rhythmbox.install
(from rev 170247, rhythmbox/trunk/rhythmbox.install)
  
rhythmbox/repos/extra-x86_64/Disable-the-context-pane-plugin-when-webkit-isn-t-available.patch
(from rev 170247, 
rhythmbox/trunk/Disable-the-context-pane-plugin-when-webkit-isn-t-available.patch)
  rhythmbox/repos/extra-x86_64/PKGBUILD
(from rev 170247, rhythmbox/trunk/PKGBUILD)
  rhythmbox/repos/extra-x86_64/rhythmbox-2.98-xinitthreads.patch
(from rev 170247, rhythmbox/trunk/rhythmbox-2.98-xinitthreads.patch)
  rhythmbox/repos/extra-x86_64/rhythmbox.install
(from rev 170247, rhythmbox/trunk/rhythmbox.install)
Deleted:
  rhythmbox/repos/extra-i686/PKGBUILD
  rhythmbox/repos/extra-i686/rhythmbox.install
  rhythmbox/repos/extra-x86_64/PKGBUILD
  rhythmbox/repos/extra-x86_64/rhythmbox.install

+
 extra-i686/Disable-the-context-pane-plugin-when-webkit-isn-t-available.patch   
|   37 
 extra-i686/PKGBUILD
|   89 +-
 extra-i686/rhythmbox-2.98-xinitthreads.patch   
|   76 
 extra-i686/rhythmbox.install   
|   26 +-
 extra-x86_64/Disable-the-context-pane-plugin-when-webkit-isn-t-available.patch 
|   37 
 extra-x86_64/PKGBUILD  
|   89 +-
 extra-x86_64/rhythmbox-2.98-xinitthreads.patch 
|   76 
 extra-x86_64/rhythmbox.install 
|   26 +-
 8 files changed, 348 insertions(+), 108 deletions(-)

Copied: 
rhythmbox/repos/extra-i686/Disable-the-context-pane-plugin-when-webkit-isn-t-available.patch
 (from rev 170247, 
rhythmbox/trunk/Disable-the-context-pane-plugin-when-webkit-isn-t-available.patch)
===
--- 
extra-i686/Disable-the-context-pane-plugin-when-webkit-isn-t-available.patch
(rev 0)
+++ 
extra-i686/Disable-the-context-pane-plugin-when-webkit-isn-t-available.patch
2012-11-06 10:20:15 UTC (rev 170248)
@@ -0,0 +1,37 @@
+From a8f5d8cec87ef1586897e94e49bdf54db64bf97b Mon Sep 17 00:00:00 2001
+From: Kalev Lember kalevlem...@gmail.com
+Date: Thu, 11 Oct 2012 10:59:16 +0200
+Subject: [PATCH] Disable the context pane plugin when webkit isn't available
+
+---
+ plugins/Makefile.am | 5 -
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/plugins/Makefile.am b/plugins/Makefile.am
+index e4f6e69..3a9ea03 100644
+--- a/plugins/Makefile.am
 b/plugins/Makefile.am
+@@ -14,7 +14,6 @@ SUBDIRS =\
+ if ENABLE_PYTHON
+ SUBDIRS +=\
+   artsearch   \
+-  context \
+   im-status   \
+   lyrics  \
+   magnatune   \
+@@ -24,8 +23,12 @@ SUBDIRS +=  \
+   sendto  \
+   rb
+ 
++if WITH_WEBKIT
++SUBDIRS += context
+ endif
+ 
++endif # ENABLE_PYTHON
++
+ if WITH_LIRC
+ SUBDIRS += lirc
+ endif
+-- 
+1.7.12.1
+

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-06 10:19:39 UTC (rev 170247)
+++ extra-i686/PKGBUILD 2012-11-06 10:20:15 UTC (rev 170248)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=rhythmbox
-pkgver=2.98
-pkgrel=2
-pkgdesc=An iTunes-like music playback and management application
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.rhythmbox.org;
-depends=('dconf' 'desktop-file-utils' 'grilo'
- 'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'gvfs-afc' 
'json-glib'
- 'libdmapsharing' 'libgpod' 'libmtp' 'libnotify' 'libpeas'
- 'lirc-utils' 'media-player-info' 'python2-gobject' 'python2-mako' 
'totem-plparser'
- 'tdb' 'libdiscid')
-makedepends=('gnome-doc-utils' 'intltool' 'brasero' 'gobject-introspection' 
'vala')
-optdepends=('gstreamer0.10-ugly-plugins: 

[arch-commits] Commit in iputils/repos (20 files)

2012-11-06 Thread Stéphane Gaudreault
Date: Tuesday, November 6, 2012 @ 06:26:55
  Author: stephane
Revision: 170249

db-move: moved iputils from [testing] to [core] (i686, x86_64)

Added:
  iputils/repos/core-i686/PKGBUILD
(from rev 170248, iputils/repos/testing-i686/PKGBUILD)
  iputils/repos/core-i686/iputils-20101006-ping-integer-overflow.patch
(from rev 170248, 
iputils/repos/testing-i686/iputils-20101006-ping-integer-overflow.patch)
  iputils/repos/core-i686/iputils-20121011-flood.patch
(from rev 170248, iputils/repos/testing-i686/iputils-20121011-flood.patch)
  iputils/repos/core-i686/iputils.install
(from rev 170248, iputils/repos/testing-i686/iputils.install)
  iputils/repos/core-i686/tftp.xinetd
(from rev 170248, iputils/repos/testing-i686/tftp.xinetd)
  iputils/repos/core-x86_64/PKGBUILD
(from rev 170248, iputils/repos/testing-x86_64/PKGBUILD)
  iputils/repos/core-x86_64/iputils-20101006-ping-integer-overflow.patch
(from rev 170248, 
iputils/repos/testing-x86_64/iputils-20101006-ping-integer-overflow.patch)
  iputils/repos/core-x86_64/iputils-20121011-flood.patch
(from rev 170248, iputils/repos/testing-x86_64/iputils-20121011-flood.patch)
  iputils/repos/core-x86_64/iputils.install
(from rev 170248, iputils/repos/testing-x86_64/iputils.install)
  iputils/repos/core-x86_64/tftp.xinetd
(from rev 170248, iputils/repos/testing-x86_64/tftp.xinetd)
Deleted:
  iputils/repos/core-i686/PKGBUILD
  iputils/repos/core-i686/iputils-20101006-ping-integer-overflow.patch
  iputils/repos/core-i686/iputils.install
  iputils/repos/core-i686/tftp.xinetd
  iputils/repos/core-x86_64/PKGBUILD
  iputils/repos/core-x86_64/iputils-20101006-ping-integer-overflow.patch
  iputils/repos/core-x86_64/iputils.install
  iputils/repos/core-x86_64/tftp.xinetd
  iputils/repos/testing-i686/
  iputils/repos/testing-x86_64/

--+
 core-i686/PKGBUILD   |  147 ++---
 core-i686/iputils-20101006-ping-integer-overflow.patch   |   22 -
 core-i686/iputils-20121011-flood.patch   |   22 +
 core-i686/iputils.install|   20 -
 core-i686/tftp.xinetd|   20 -
 core-x86_64/PKGBUILD |  147 ++---
 core-x86_64/iputils-20101006-ping-integer-overflow.patch |   22 -
 core-x86_64/iputils-20121011-flood.patch |   22 +
 core-x86_64/iputils.install  |   20 -
 core-x86_64/tftp.xinetd  |   20 -
 10 files changed, 258 insertions(+), 204 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-11-06 10:20:15 UTC (rev 170248)
+++ core-i686/PKGBUILD  2012-11-06 11:26:55 UTC (rev 170249)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=iputils
-pkgver=20121011
-pkgrel=1
-pkgdesc=IP Configuration Utilities (and Ping)
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.linuxfoundation.org/en/Net:Iputils;
-groups=('base')
-depends=('openssl' 'sysfsutils' 'libcap')
-optdepends=('xinetd: for tftpd')
-makedepends=('docbook2x' 'opensp')
-conflicts=('netkit-base' 'arping' 'netkit-tftpd')
-replaces=('netkit-base')
-backup=(etc/xinetd.d/tftp)
-install=${pkgname}.install
-source=(http://www.skbuff.net/${pkgname}/${pkgname}-s${pkgver}.tar.bz2 
tftp.xinetd
-iputils-20101006-ping-integer-overflow.patch)
-sha1sums=('3e85179746fd93000d6267bd55addfe97f321ba7'
-  'fc2ae26f5609725e3f4aeaf4ab82dfa6d2e378fd'
-  'ec78574d798b53e4f8bdd37e42514fc17ed71667')
-
-build() {
-  cd ${srcdir}/${pkgname}-s${pkgver}
-
-  # Use our CFLAGS
-  sed -i -e /^CCOPT=/s|-O2|${CFLAGS}| Makefile
-
-  # FS#28897
-  patch -Np1 -i ../iputils-20101006-ping-integer-overflow.patch 
-
-  make
-
-  cd doc
-  for file in *.sgml; do
-xf=${file/.sgml/.xml}
-osx -xlower -xno-nl-in-tag $file  $xf || true
-sed -i s|refname\(.*\), \(.*\)/refname|refname\1/refname, 
refname\2/refname|g $xf
-docbook2man $xf
-  done
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-s${pkgver}
-
-  install -dm755 ${pkgdir}/usr/{bin,sbin} ${pkgdir}/bin
-
-  install -m755 arping clockdiff rarpd rdisc tftpd tracepath tracepath6 \
-${pkgdir}/usr/sbin/
-
-  install -m755 ping{,6} ${pkgdir}/usr/bin/
-   ln -sf /usr/bin/ping{,6}  ${pkgdir}/bin/
-
-   install -dm755 ${pkgdir}/usr/share/man/man8
-   install -m644 doc/{arping,clockdiff,ping,rarpd,rdisc,tftpd,tracepath}.8 \
- ${pkgdir}/usr/share/man/man8/
-
-  cd ${pkgdir}/usr/share/man/man8
-  ln -sf ping.8.gz  ping6.8.gz
-  ln -sf tracepath.8.gz tracepath6.8.gz
-
-  # FS#24768
-  install -dm755 ${pkgdir}/etc/xinetd.d/
-  install -m644 ${srcdir}/tftp.xinetd ${pkgdir}/etc/xinetd.d/tftp
-}
-
-# vim:set ts=2 sw=2 et:

Copied: 

[arch-commits] Commit in subversion/repos (36 files)

2012-11-06 Thread Stéphane Gaudreault
Date: Tuesday, November 6, 2012 @ 06:27:11
  Author: stephane
Revision: 170250

db-move: moved subversion from [testing] to [extra] (i686, x86_64)

Added:
  subversion/repos/extra-i686/PKGBUILD
(from rev 170249, subversion/repos/testing-i686/PKGBUILD)
  subversion/repos/extra-i686/subversion-1.7.6-kwallet-gcc47.patch
(from rev 170249, 
subversion/repos/testing-i686/subversion-1.7.6-kwallet-gcc47.patch)
  subversion/repos/extra-i686/subversion.install
(from rev 170249, subversion/repos/testing-i686/subversion.install)
  subversion/repos/extra-i686/subversion.rpath.fix.patch
(from rev 170249, subversion/repos/testing-i686/subversion.rpath.fix.patch)
  subversion/repos/extra-i686/svn
(from rev 170249, subversion/repos/testing-i686/svn)
  subversion/repos/extra-i686/svnserve
(from rev 170249, subversion/repos/testing-i686/svnserve)
  subversion/repos/extra-i686/svnserve.conf
(from rev 170249, subversion/repos/testing-i686/svnserve.conf)
  subversion/repos/extra-i686/svnserve.service
(from rev 170249, subversion/repos/testing-i686/svnserve.service)
  subversion/repos/extra-i686/svnserve.tmpfiles
(from rev 170249, subversion/repos/testing-i686/svnserve.tmpfiles)
  subversion/repos/extra-x86_64/PKGBUILD
(from rev 170249, subversion/repos/testing-x86_64/PKGBUILD)
  subversion/repos/extra-x86_64/subversion-1.7.6-kwallet-gcc47.patch
(from rev 170249, 
subversion/repos/testing-x86_64/subversion-1.7.6-kwallet-gcc47.patch)
  subversion/repos/extra-x86_64/subversion.install
(from rev 170249, subversion/repos/testing-x86_64/subversion.install)
  subversion/repos/extra-x86_64/subversion.rpath.fix.patch
(from rev 170249, 
subversion/repos/testing-x86_64/subversion.rpath.fix.patch)
  subversion/repos/extra-x86_64/svn
(from rev 170249, subversion/repos/testing-x86_64/svn)
  subversion/repos/extra-x86_64/svnserve
(from rev 170249, subversion/repos/testing-x86_64/svnserve)
  subversion/repos/extra-x86_64/svnserve.conf
(from rev 170249, subversion/repos/testing-x86_64/svnserve.conf)
  subversion/repos/extra-x86_64/svnserve.service
(from rev 170249, subversion/repos/testing-x86_64/svnserve.service)
  subversion/repos/extra-x86_64/svnserve.tmpfiles
(from rev 170249, subversion/repos/testing-x86_64/svnserve.tmpfiles)
Deleted:
  subversion/repos/extra-i686/PKGBUILD
  subversion/repos/extra-i686/subversion-1.7.6-kwallet-gcc47.patch
  subversion/repos/extra-i686/subversion.rpath.fix.patch
  subversion/repos/extra-i686/svn
  subversion/repos/extra-i686/svnserve
  subversion/repos/extra-i686/svnserve.conf
  subversion/repos/extra-i686/svnserve.service
  subversion/repos/extra-i686/svnserve.tmpfiles
  subversion/repos/extra-x86_64/PKGBUILD
  subversion/repos/extra-x86_64/subversion-1.7.6-kwallet-gcc47.patch
  subversion/repos/extra-x86_64/subversion.rpath.fix.patch
  subversion/repos/extra-x86_64/svn
  subversion/repos/extra-x86_64/svnserve
  subversion/repos/extra-x86_64/svnserve.conf
  subversion/repos/extra-x86_64/svnserve.service
  subversion/repos/extra-x86_64/svnserve.tmpfiles
  subversion/repos/testing-i686/
  subversion/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |  199 ++--
 extra-i686/subversion-1.7.6-kwallet-gcc47.patch   |  112 +--
 extra-i686/subversion.install |7 
 extra-i686/subversion.rpath.fix.patch |   20 +-
 extra-i686/svn|   22 +-
 extra-i686/svnserve   |   84 
 extra-i686/svnserve.conf  |   14 -
 extra-i686/svnserve.service   |   22 +-
 extra-i686/svnserve.tmpfiles  |2 
 extra-x86_64/PKGBUILD |  199 ++--
 extra-x86_64/subversion-1.7.6-kwallet-gcc47.patch |  112 +--
 extra-x86_64/subversion.install   |7 
 extra-x86_64/subversion.rpath.fix.patch   |   20 +-
 extra-x86_64/svn  |   22 +-
 extra-x86_64/svnserve |   84 
 extra-x86_64/svnserve.conf|   14 -
 extra-x86_64/svnserve.service |   22 +-
 extra-x86_64/svnserve.tmpfiles|2 
 18 files changed, 490 insertions(+), 474 deletions(-)

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


[arch-commits] Commit in gvfs/trunk (2 files)

2012-11-06 Thread Evangelos Foutras
Date: Tuesday, November 6, 2012 @ 06:45:16
  Author: foutrelis
Revision: 170251

upgpkg: gvfs 1.14.1-1

Bump to latest release; add upstream fix for FS#32325: Duplicate entries for 
mounted volumes in file manager

Added:
  gvfs/trunk/do-not-emit-connected-added-signals-at-object-creation.patch
Modified:
  gvfs/trunk/PKGBUILD

--+
 PKGBUILD |   13 ++-
 do-not-emit-connected-added-signals-at-object-creation.patch |   39 ++
 2 files changed, 49 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 11:27:11 UTC (rev 170250)
+++ PKGBUILD2012-11-06 11:45:16 UTC (rev 170251)
@@ -3,18 +3,25 @@
 
 pkgbase=gvfs
 pkgname=('gvfs' 'gvfs-smb' 'gvfs-afc' 'gvfs-afp' 'gvfs-gphoto2' 'gvfs-obexftp')
-pkgver=1.14.0
+pkgver=1.14.1
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL')
 makedepends=('avahi' 'bluez' 'dbus-glib' 'fuse' 'intltool' 'libarchive' 
'libcdio' 'libgphoto2' 'libimobiledevice' 'libsoup-gnome' 'smbclient' 'udisks2' 
'libsecret' 'docbook-xsl' 'gtk3')
 url=http://www.gnome.org;
 options=(!libtool)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
   
-sha256sums=('71ab8cf60070025d1aff9bee1f514fdb45682ffad01b6856cabab1bc3791bfb4')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz
+do-not-emit-connected-added-signals-at-object-creation.patch)
+sha256sums=('0af86cd7ee7b6daca144776bdf12f2f30d3e18fdd70b4da58e1a68cea4f6716a'
+'2596b5a35e08566c4c3a8c8cc48f93534ee93c47eb13b649a8b399a9b656f9d0')
 
 build() {
   cd $pkgbase-$pkgver
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=687525
+  # https://bugzilla.gnome.org/show_bug.cgi?id=684677
+  patch -Np1 -i 
$srcdir/do-not-emit-connected-added-signals-at-object-creation.patch
+
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-static \
   --libexecdir=/usr/lib/gvfs \

Added: do-not-emit-connected-added-signals-at-object-creation.patch
===
--- do-not-emit-connected-added-signals-at-object-creation.patch
(rev 0)
+++ do-not-emit-connected-added-signals-at-object-creation.patch
2012-11-06 11:45:16 UTC (rev 170251)
@@ -0,0 +1,39 @@
+From ca7743a63721c3dd1c166006539e356412466dcc Mon Sep 17 00:00:00 2001
+From: Cosimo Cecchi cosi...@gnome.org
+Date: Sun, 23 Sep 2012 18:51:32 +
+Subject: proxy: don't emit connected/added signals at object creation
+
+It's unnecessary to emit those signals when the object is created, and
+it can cause weird side-effects if applications e.g. play a sound on
+signal emission.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=684677
+---
+diff --git a/monitor/proxy/gproxyvolumemonitor.c 
b/monitor/proxy/gproxyvolumemonitor.c
+index 1af6c34..37fc788 100644
+--- a/monitor/proxy/gproxyvolumemonitor.c
 b/monitor/proxy/gproxyvolumemonitor.c
+@@ -955,6 +955,7 @@ g_proxy_volume_monitor_constructor (GType  
type,
+   GObjectClass *parent_class;
+   GError *error;
+   const char *dbus_name;
++  gchar *name_owner;
+ 
+   G_LOCK (proxy_vm);
+ 
+@@ -1018,7 +1019,12 @@ g_proxy_volume_monitor_constructor (GType   
   type,
+   /* listen to when the owner of the service appears/disappears */
+   g_signal_connect (monitor-proxy, notify::g-name-owner, G_CALLBACK 
(name_owner_changed), monitor);
+   /* initially seed drives/volumes/mounts if we have an owner */
+-  name_owner_changed (G_OBJECT (monitor-proxy), NULL, monitor);
++  name_owner = g_dbus_proxy_get_name_owner (G_DBUS_PROXY (monitor-proxy));
++  if (name_owner != NULL)
++{
++  seed_monitor (monitor);
++  g_free (name_owner);
++}
+ 
+   g_hash_table_insert (the_volume_monitors, (gpointer) type, object);
+ 
+--
+cgit v0.9.0.2



[arch-commits] Commit in gvfs/repos (18 files)

2012-11-06 Thread Evangelos Foutras
Date: Tuesday, November 6, 2012 @ 06:45:54
  Author: foutrelis
Revision: 170252

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

Added:
  gvfs/repos/extra-i686/PKGBUILD
(from rev 170251, gvfs/trunk/PKGBUILD)
  
gvfs/repos/extra-i686/do-not-emit-connected-added-signals-at-object-creation.patch
(from rev 170251, 
gvfs/trunk/do-not-emit-connected-added-signals-at-object-creation.patch)
  gvfs/repos/extra-i686/gvfs-module.install
(from rev 170251, gvfs/trunk/gvfs-module.install)
  gvfs/repos/extra-i686/gvfs-smb.install
(from rev 170251, gvfs/trunk/gvfs-smb.install)
  gvfs/repos/extra-i686/gvfs.install
(from rev 170251, gvfs/trunk/gvfs.install)
  gvfs/repos/extra-x86_64/PKGBUILD
(from rev 170251, gvfs/trunk/PKGBUILD)
  
gvfs/repos/extra-x86_64/do-not-emit-connected-added-signals-at-object-creation.patch
(from rev 170251, 
gvfs/trunk/do-not-emit-connected-added-signals-at-object-creation.patch)
  gvfs/repos/extra-x86_64/gvfs-module.install
(from rev 170251, gvfs/trunk/gvfs-module.install)
  gvfs/repos/extra-x86_64/gvfs-smb.install
(from rev 170251, gvfs/trunk/gvfs-smb.install)
  gvfs/repos/extra-x86_64/gvfs.install
(from rev 170251, gvfs/trunk/gvfs.install)
Deleted:
  gvfs/repos/extra-i686/PKGBUILD
  gvfs/repos/extra-i686/gvfs-module.install
  gvfs/repos/extra-i686/gvfs-smb.install
  gvfs/repos/extra-i686/gvfs.install
  gvfs/repos/extra-x86_64/PKGBUILD
  gvfs/repos/extra-x86_64/gvfs-module.install
  gvfs/repos/extra-x86_64/gvfs-smb.install
  gvfs/repos/extra-x86_64/gvfs.install

---+
 extra-i686/PKGBUILD   |  
233 +-
 extra-i686/do-not-emit-connected-added-signals-at-object-creation.patch   |   
39 +
 extra-i686/gvfs-module.install|   
14 
 extra-i686/gvfs-smb.install   |   
24 -
 extra-i686/gvfs.install   |   
28 -
 extra-x86_64/PKGBUILD |  
233 +-
 extra-x86_64/do-not-emit-connected-added-signals-at-object-creation.patch |   
39 +
 extra-x86_64/gvfs-module.install  |   
14 
 extra-x86_64/gvfs-smb.install |   
24 -
 extra-x86_64/gvfs.install |   
28 -
 10 files changed, 384 insertions(+), 292 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-06 11:45:16 UTC (rev 170251)
+++ extra-i686/PKGBUILD 2012-11-06 11:45:54 UTC (rev 170252)
@@ -1,113 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=gvfs
-pkgname=('gvfs' 'gvfs-smb' 'gvfs-afc' 'gvfs-afp' 'gvfs-gphoto2' 'gvfs-obexftp')
-pkgver=1.14.0
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('avahi' 'bluez' 'dbus-glib' 'fuse' 'intltool' 'libarchive' 
'libcdio' 'libgphoto2' 'libimobiledevice' 'libsoup-gnome' 'smbclient' 'udisks2' 
'libsecret' 'docbook-xsl' 'gtk3')
-url=http://www.gnome.org;
-options=(!libtool)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
   
-sha256sums=('71ab8cf60070025d1aff9bee1f514fdb45682ffad01b6856cabab1bc3791bfb4')
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/gvfs \
-  --with-bash-completion-dir=/usr/share/bash-completion/completions
-  make
-}
-
-package_gvfs() {
-  pkgdesc=Userspace virtual filesystem implemented as a pluggable module for 
gio
-  depends=('avahi' 'dconf' 'fuse' 'libarchive' 'libcdio' 'libsoup-gnome' 
'udisks2' 'libsecret')
-  optdepends=('gvfs-afc: AFC (mobile devices) support'
-  'gvfs-smb: SMB/CIFS (Windows client) support'
-  'gvfs-gphoto2: gphoto2 (PTP camera/MTP media player) support'
-  'gvfs-obexftp: ObexFTP (bluetooth) support'
-  'gvfs-afp: Apple Filing Protocol (AFP) support'
-  'gtk3: Recent files support')
-  install=gvfs.install
-
-  cd $pkgbase-$pkgver
-  sed -e 's/^am__append_4/#am__append_4/' \
-  -e 's/^am__append_5/#am__append_5/' \
-  -i monitor/Makefile
-  make DESTDIR=$pkgdir install
-
-  cd $pkgdir
-  rm usr/lib/gvfs/gvfsd-{smb,smb-browse,afc,afp,afp-browse,gphoto2,obexftp}
-  rm 
usr/share/gvfs/mounts/{smb,smb-browse,afc,afp,afp-browse,gphoto2,obexftp}.mount
-  rm usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml
-  rm usr/share/GConf/gsettings/gvfs-smb.convert
-}
-
-package_gvfs-smb() {
-  pkgdesc=SMB/CIFS (Windows client) backend for gvfs
-  depends=(gvfs=$pkgver 'smbclient')
-  install=gvfs-smb.install
-
-  cd $pkgbase-$pkgver/daemon
-  install -m755 -d $pkgdir/usr/lib/gvfs
-  install -m755 -d $pkgdir/usr/share/gvfs/mounts
-
- 

[arch-commits] Commit in thunar/trunk (2 files)

2012-11-06 Thread Evangelos Foutras
Date: Tuesday, November 6, 2012 @ 06:46:37
  Author: foutrelis
Revision: 170253

upgpkg: thunar 1.4.0-4

Remove workaround now that GVFS is patched for FS#32325: Duplicate entries for 
mounted volumes in file manager

Modified:
  thunar/trunk/PKGBUILD
Deleted:
  thunar/trunk/thunar-1.4.0-dont-add-duplicates-of-devices.patch

---+
 PKGBUILD  |8 --
 thunar-1.4.0-dont-add-duplicates-of-devices.patch |   59 
 2 files changed, 1 insertion(+), 66 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 11:45:54 UTC (rev 170252)
+++ PKGBUILD2012-11-06 11:46:37 UTC (rev 170253)
@@ -4,7 +4,7 @@
 
 pkgname=thunar
 pkgver=1.4.0
-pkgrel=3
+pkgrel=4
 pkgdesc=Modern file manager for Xfce
 arch=('i686' 'x86_64')
 url=http://thunar.xfce.org;
@@ -23,19 +23,13 @@
 options=('!libtool')
 install=$pkgname.install
 source=(http://archive.xfce.org/src/xfce/$pkgname/1.4/Thunar-$pkgver.tar.bz2
-thunar-1.4.0-dont-add-duplicates-of-devices.patch
 thunar-1.4.0-show-loop-devices-hack.patch)
 sha256sums=('2c11a19e64cef708a264fb4d5d933389899c3d132fe7b1e313dd6e37bfe4c8ba'
-'c25f86a4c298c24327b0681702167aea9f9d712a738c8f3883f5d66da7f08f19'
 '185c44db9bdf578d22cb69b81dce7fcc3e2ee6031b1547de6453ff0752dbc97e')
 
 build() {
   cd $srcdir/Thunar-$pkgver
 
-  # https://bugzilla.xfce.org/show_bug.cgi?id=9440
-  # Backport of http://git.xfce.org/xfce/thunar/commit/?id=70a4301
-  patch -Np1 -i $srcdir/thunar-1.4.0-dont-add-duplicates-of-devices.patch
-
   # Fix: Loop devices not appearing in Thunar side pane
   # https://bugs.archlinux.org/task/29894
   # https://bugzilla.xfce.org/show_bug.cgi?id=8947

Deleted: thunar-1.4.0-dont-add-duplicates-of-devices.patch
===
--- thunar-1.4.0-dont-add-duplicates-of-devices.patch   2012-11-06 11:45:54 UTC 
(rev 170252)
+++ thunar-1.4.0-dont-add-duplicates-of-devices.patch   2012-11-06 11:46:37 UTC 
(rev 170253)
@@ -1,59 +0,0 @@
-diff -uprb Thunar-1.4.0.orig/thunar/thunar-shortcuts-model.c 
Thunar-1.4.0/thunar/thunar-shortcuts-model.c
 Thunar-1.4.0.orig/thunar/thunar-shortcuts-model.c  2012-11-03 
07:42:39.0 +0200
-+++ Thunar-1.4.0/thunar/thunar-shortcuts-model.c   2012-11-03 
08:13:25.0 +0200
-@@ -1221,11 +1221,25 @@ thunar_shortcuts_model_volume_added (GVo
-  GVolume  *volume,
-  ThunarShortcutsModel *model)
- {
-+  GList *lp;
-+  gint  idx;
-+
-   _thunar_return_if_fail (G_IS_VOLUME_MONITOR (volume_monitor));
-   _thunar_return_if_fail (model-volume_monitor == volume_monitor);
-   _thunar_return_if_fail (G_IS_VOLUME (volume));
-   _thunar_return_if_fail (THUNAR_IS_SHORTCUTS_MODEL (model));
- 
-+  /* check that the volume is not in the internal list already */
-+  if (g_list_find (model-hidden_volumes, volume) != NULL)
-+return;
-+
-+  /* nor in the list of visible volumes */
-+  for (idx = 0, lp = model-shortcuts; lp != NULL; ++idx, lp = lp-next)
-+{
-+  if (THUNAR_SHORTCUT (lp-data)-volume == volume)
-+return;
-+}
-+
-   /* place the volume on the hidden list */
-   model-hidden_volumes = g_list_prepend (model-hidden_volumes, g_object_ref 
(volume));
- 
-diff -uprb Thunar-1.4.0.orig/thunar/thunar-tree-model.c 
Thunar-1.4.0/thunar/thunar-tree-model.c
 Thunar-1.4.0.orig/thunar/thunar-tree-model.c   2012-11-03 
07:42:39.0 +0200
-+++ Thunar-1.4.0/thunar/thunar-tree-model.c2012-11-03 08:09:36.0 
+0200
-@@ -1127,11 +1127,26 @@ thunar_tree_model_volume_added (GVolumeM
- GVolume*volume,
- ThunarTreeModel*model)
- {
-+  ThunarTreeModelItem *item = NULL;
-+  GNode   *node;
-+
-   _thunar_return_if_fail (G_IS_VOLUME_MONITOR (volume_monitor));
-   _thunar_return_if_fail (model-volume_monitor == volume_monitor);
-   _thunar_return_if_fail (G_IS_VOLUME (volume));
-   _thunar_return_if_fail (THUNAR_IS_TREE_MODEL (model));
- 
-+  /* check that the volume is not in the internal list already */
-+  if (g_list_find (model-hidden_volumes, volume) != NULL)
-+return;
-+
-+  /* nor in the list of visible volumes */
-+  for (node = model-root-children; node != NULL; node = node-next)
-+{
-+  item = THUNAR_TREE_MODEL_ITEM (node-data);
-+  if (item-volume == volume)
-+return;
-+}
-+
-   /* place the volume on the hidden list */
-   model-hidden_volumes = g_list_prepend (model-hidden_volumes, g_object_ref 
(volume));
- 



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

2012-11-06 Thread Evangelos Foutras
Date: Tuesday, November 6, 2012 @ 06:47:03
  Author: foutrelis
Revision: 170254

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

Added:
  thunar/repos/extra-i686/PKGBUILD
(from rev 170253, thunar/trunk/PKGBUILD)
  thunar/repos/extra-i686/thunar-1.4.0-show-loop-devices-hack.patch
(from rev 170253, thunar/trunk/thunar-1.4.0-show-loop-devices-hack.patch)
  thunar/repos/extra-i686/thunar.install
(from rev 170253, thunar/trunk/thunar.install)
  thunar/repos/extra-x86_64/PKGBUILD
(from rev 170253, thunar/trunk/PKGBUILD)
  thunar/repos/extra-x86_64/thunar-1.4.0-show-loop-devices-hack.patch
(from rev 170253, thunar/trunk/thunar-1.4.0-show-loop-devices-hack.patch)
  thunar/repos/extra-x86_64/thunar.install
(from rev 170253, thunar/trunk/thunar.install)
Deleted:
  thunar/repos/extra-i686/PKGBUILD
  thunar/repos/extra-i686/thunar-1.4.0-dont-add-duplicates-of-devices.patch
  thunar/repos/extra-i686/thunar-1.4.0-show-loop-devices-hack.patch
  thunar/repos/extra-i686/thunar.install
  thunar/repos/extra-x86_64/PKGBUILD
  thunar/repos/extra-x86_64/thunar-1.4.0-dont-add-duplicates-of-devices.patch
  thunar/repos/extra-x86_64/thunar-1.4.0-show-loop-devices-hack.patch
  thunar/repos/extra-x86_64/thunar.install

+
 extra-i686/PKGBUILD|  134 
--
 extra-i686/thunar-1.4.0-dont-add-duplicates-of-devices.patch   |   59 
 extra-i686/thunar-1.4.0-show-loop-devices-hack.patch   |   30 +-
 extra-i686/thunar.install  |   28 +-
 extra-x86_64/PKGBUILD  |  134 
--
 extra-x86_64/thunar-1.4.0-dont-add-duplicates-of-devices.patch |   59 
 extra-x86_64/thunar-1.4.0-show-loop-devices-hack.patch |   30 +-
 extra-x86_64/thunar.install|   28 +-
 8 files changed, 186 insertions(+), 316 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-06 11:46:37 UTC (rev 170253)
+++ extra-i686/PKGBUILD 2012-11-06 11:47:03 UTC (rev 170254)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Andrew Simmons andrew.simm...@gmail.com
-
-pkgname=thunar
-pkgver=1.4.0
-pkgrel=3
-pkgdesc=Modern file manager for Xfce
-arch=('i686' 'x86_64')
-url=http://thunar.xfce.org;
-license=('GPL2' 'LGPL2.1')
-groups=('xfce4')
-depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify' 'udev'
- 'gtk2' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng')
-makedepends=('intltool' 'gtk-doc' 'xfce4-panel')
-optdepends=('gvfs: for trash support, mounting with udisk and remote 
filesystems'
-'polkit-gnome: for mounting internal partitions (needs root 
password)'
-'xfce4-panel: for trash applet'
-'tumbler: for thumbnail previews'
-'thunar-volman: manages removable devices'
-'thunar-archive-plugin: create and deflate archives'
-'thunar-media-tags-plugin: view/edit id3/ogg tags')
-options=('!libtool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/xfce/$pkgname/1.4/Thunar-$pkgver.tar.bz2
-thunar-1.4.0-dont-add-duplicates-of-devices.patch
-thunar-1.4.0-show-loop-devices-hack.patch)
-sha256sums=('2c11a19e64cef708a264fb4d5d933389899c3d132fe7b1e313dd6e37bfe4c8ba'
-'c25f86a4c298c24327b0681702167aea9f9d712a738c8f3883f5d66da7f08f19'
-'185c44db9bdf578d22cb69b81dce7fcc3e2ee6031b1547de6453ff0752dbc97e')
-
-build() {
-  cd $srcdir/Thunar-$pkgver
-
-  # https://bugzilla.xfce.org/show_bug.cgi?id=9440
-  # Backport of http://git.xfce.org/xfce/thunar/commit/?id=70a4301
-  patch -Np1 -i $srcdir/thunar-1.4.0-dont-add-duplicates-of-devices.patch
-
-  # Fix: Loop devices not appearing in Thunar side pane
-  # https://bugs.archlinux.org/task/29894
-  # https://bugzilla.xfce.org/show_bug.cgi?id=8947
-  patch -Np1 -i $srcdir/thunar-1.4.0-show-loop-devices-hack.patch
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---enable-gio-unix \
---enable-dbus \
---enable-startup-notification \
---enable-gudev \
---enable-notifications \
---enable-exif \
---enable-pcre \
---enable-gtk-doc \
---disable-debug
-  make
-}
-
-package() {
-  cd $srcdir/Thunar-$pkgver
-
-  make DESTDIR=${pkgdir} install
-  sed -i 's:x-directory/gnome-default-handler;::' \
-$pkgdir/usr/share/applications/Thunar-folder-handler.desktop
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thunar/repos/extra-i686/PKGBUILD (from rev 170253, 
thunar/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-06 11:47:03 UTC (rev 170254)
@@ -0,0 +1,64 @@
+# $Id$
+# 

[arch-commits] Commit in xfdesktop/trunk (2 files)

2012-11-06 Thread Evangelos Foutras
Date: Tuesday, November 6, 2012 @ 06:49:02
  Author: foutrelis
Revision: 170255

upgpkg: xfdesktop 4.10.0-5

Remove workaround now that GVFS is patched for FS#32325: Duplicate entries for 
mounted volumes in file manager

Modified:
  xfdesktop/trunk/PKGBUILD
Deleted:
  xfdesktop/trunk/avoid-duplicating-volume-icons.patch

--+
 PKGBUILD |   13 +++--
 avoid-duplicating-volume-icons.patch |   29 -
 2 files changed, 3 insertions(+), 39 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 11:47:03 UTC (rev 170254)
+++ PKGBUILD2012-11-06 11:49:02 UTC (rev 170255)
@@ -4,7 +4,7 @@
 
 pkgname=xfdesktop
 pkgver=4.10.0
-pkgrel=4
+pkgrel=5
 pkgdesc=A desktop manager for Xfce
 arch=('i686' 'x86_64')
 url=http://www.xfce.org/;
@@ -17,11 +17,9 @@
 options=('!libtool')
 install=xfdesktop.install
 source=(http://archive.xfce.org/src/xfce/$pkgname/4.10/$pkgname-$pkgver.tar.bz2
-add-backgrounds-xfce-to-search-path.patch
-avoid-duplicating-volume-icons.patch)
+add-backgrounds-xfce-to-search-path.patch)
 sha256sums=('897ae6ee435dcc89809ad70c15c5d15347d1cf4fc8033238b17dcc47836c2d7b'
-'fcb27e24abfd50cfe01ae946a2bc5a133d3f5cee076eef517ccc5f668dd5'
-'f2ad30fe8fed9e2f5a65c214f03b65353527d285a4ea0ec22a1feac5c452446b')
+'fcb27e24abfd50cfe01ae946a2bc5a133d3f5cee076eef517ccc5f668dd5')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -30,11 +28,6 @@
   # https://bugzilla.xfce.org/show_bug.cgi?id=8799
   patch -Np1 -i $srcdir/add-backgrounds-xfce-to-search-path.patch
 
-  # Workaround for GVFS 1.14.0 which emits volume-added signals for
-  # pre-existing volumes.
-  # https://bugzilla.xfce.org/show_bug.cgi?id=9464
-  patch -Np1 -i $srcdir/avoid-duplicating-volume-icons.patch
-
   ./configure \
 --prefix=/usr \
 --sysconfdir=/etc \

Deleted: avoid-duplicating-volume-icons.patch
===
--- avoid-duplicating-volume-icons.patch2012-11-06 11:47:03 UTC (rev 
170254)
+++ avoid-duplicating-volume-icons.patch2012-11-06 11:49:02 UTC (rev 
170255)
@@ -1,29 +0,0 @@
-From 7b8b5cb05bd870549dee2d159e246ce58e325b7f Mon Sep 17 00:00:00 2001
-From: Evangelos Foutras evange...@foutrelis.com
-Date: Tue, 6 Nov 2012 00:10:48 +0200
-Subject: [PATCH] Avoid duplicating volume icons
-
-This is a workaround for GVFS 1.14.0 which emits volume-added signals
-for pre-existing volumes.

- src/xfdesktop-file-icon-manager.c | 4 
- 1 file changed, 4 insertions(+)
-
-diff --git a/src/xfdesktop-file-icon-manager.c 
b/src/xfdesktop-file-icon-manager.c
-index 72b6d09..e039cb8 100644
 a/src/xfdesktop-file-icon-manager.c
-+++ b/src/xfdesktop-file-icon-manager.c
-@@ -2521,6 +2521,10 @@ xfdesktop_file_icon_manager_volume_added(GVolumeMonitor 
*monitor,
- {
- XfdesktopFileIconManager *fmanager = 
XFDESKTOP_FILE_ICON_MANAGER(user_data);
- 
-+/* avoid duplicating volume icons -- workaround for GVFS 1.14.0 */
-+if (g_hash_table_lookup(fmanager-priv-removable_icons, volume))
-+return;
-+
- xfdesktop_file_icon_manager_add_removable_volume(fmanager, volume);
- }
- 
--- 
-1.8.0
-



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

2012-11-06 Thread Evangelos Foutras
Date: Tuesday, November 6, 2012 @ 06:49:29
  Author: foutrelis
Revision: 170256

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

Added:
  xfdesktop/repos/extra-i686/PKGBUILD
(from rev 170255, xfdesktop/trunk/PKGBUILD)
  xfdesktop/repos/extra-i686/add-backgrounds-xfce-to-search-path.patch
(from rev 170255, xfdesktop/trunk/add-backgrounds-xfce-to-search-path.patch)
  xfdesktop/repos/extra-i686/xfdesktop.install
(from rev 170255, xfdesktop/trunk/xfdesktop.install)
  xfdesktop/repos/extra-x86_64/PKGBUILD
(from rev 170255, xfdesktop/trunk/PKGBUILD)
  xfdesktop/repos/extra-x86_64/add-backgrounds-xfce-to-search-path.patch
(from rev 170255, xfdesktop/trunk/add-backgrounds-xfce-to-search-path.patch)
  xfdesktop/repos/extra-x86_64/xfdesktop.install
(from rev 170255, xfdesktop/trunk/xfdesktop.install)
Deleted:
  xfdesktop/repos/extra-i686/PKGBUILD
  xfdesktop/repos/extra-i686/add-backgrounds-xfce-to-search-path.patch
  xfdesktop/repos/extra-i686/avoid-duplicating-volume-icons.patch
  xfdesktop/repos/extra-i686/xfdesktop.install
  xfdesktop/repos/extra-x86_64/PKGBUILD
  xfdesktop/repos/extra-x86_64/add-backgrounds-xfce-to-search-path.patch
  xfdesktop/repos/extra-x86_64/avoid-duplicating-volume-icons.patch
  xfdesktop/repos/extra-x86_64/xfdesktop.install

+
 extra-i686/PKGBUILD|  105 +++
 extra-i686/add-backgrounds-xfce-to-search-path.patch   |   72 +-
 extra-i686/avoid-duplicating-volume-icons.patch|   29 
 extra-i686/xfdesktop.install   |   26 +--
 extra-x86_64/PKGBUILD  |  105 +++
 extra-x86_64/add-backgrounds-xfce-to-search-path.patch |   72 +-
 extra-x86_64/avoid-duplicating-volume-icons.patch  |   29 
 extra-x86_64/xfdesktop.install |   26 +--
 8 files changed, 196 insertions(+), 268 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-06 11:49:02 UTC (rev 170255)
+++ extra-i686/PKGBUILD 2012-11-06 11:49:29 UTC (rev 170256)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: tobias tobias funnychar archlinux.org
-
-pkgname=xfdesktop
-pkgver=4.10.0
-pkgrel=4
-pkgdesc=A desktop manager for Xfce
-arch=('i686' 'x86_64')
-url=http://www.xfce.org/;
-license=('GPL2')
-groups=('xfce4')
-depends=('libxfce4ui' 'thunar' 'garcon' 'hicolor-icon-theme' 'libwnck')
-makedepends=('intltool')
-conflicts=('xfce4-menueditor')
-replaces=('xfce4-menueditor')
-options=('!libtool')
-install=xfdesktop.install
-source=(http://archive.xfce.org/src/xfce/$pkgname/4.10/$pkgname-$pkgver.tar.bz2
-add-backgrounds-xfce-to-search-path.patch
-avoid-duplicating-volume-icons.patch)
-sha256sums=('897ae6ee435dcc89809ad70c15c5d15347d1cf4fc8033238b17dcc47836c2d7b'
-'fcb27e24abfd50cfe01ae946a2bc5a133d3f5cee076eef517ccc5f668dd5'
-'f2ad30fe8fed9e2f5a65c214f03b65353527d285a4ea0ec22a1feac5c452446b')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # Add backgrounds/xfce/ to the single image list in the settings app
-  # https://bugzilla.xfce.org/show_bug.cgi?id=8799
-  patch -Np1 -i $srcdir/add-backgrounds-xfce-to-search-path.patch
-
-  # Workaround for GVFS 1.14.0 which emits volume-added signals for
-  # pre-existing volumes.
-  # https://bugzilla.xfce.org/show_bug.cgi?id=9464
-  patch -Np1 -i $srcdir/avoid-duplicating-volume-icons.patch
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---enable-gio-unix \
---enable-thunarx \
---enable-notifications \
---disable-debug
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfdesktop/repos/extra-i686/PKGBUILD (from rev 170255, 
xfdesktop/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-06 11:49:29 UTC (rev 170256)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: tobias tobias funnychar archlinux.org
+
+pkgname=xfdesktop
+pkgver=4.10.0
+pkgrel=5
+pkgdesc=A desktop manager for Xfce
+arch=('i686' 'x86_64')
+url=http://www.xfce.org/;
+license=('GPL2')
+groups=('xfce4')
+depends=('libxfce4ui' 'thunar' 'garcon' 'hicolor-icon-theme' 'libwnck')
+makedepends=('intltool')
+conflicts=('xfce4-menueditor')
+replaces=('xfce4-menueditor')
+options=('!libtool')
+install=xfdesktop.install
+source=(http://archive.xfce.org/src/xfce/$pkgname/4.10/$pkgname-$pkgver.tar.bz2
+add-backgrounds-xfce-to-search-path.patch)
+sha256sums=('897ae6ee435dcc89809ad70c15c5d15347d1cf4fc8033238b17dcc47836c2d7b'
+

[arch-commits] Commit in libtirpc/repos (20 files)

2012-11-06 Thread Tom Gundersen
Date: Tuesday, November 6, 2012 @ 07:56:18
  Author: tomegun
Revision: 170257

db-move: moved libtirpc from [testing] to [core] (i686, x86_64)

Added:
  libtirpc/repos/core-i686/PKGBUILD
(from rev 170256, libtirpc/repos/testing-i686/PKGBUILD)
  libtirpc/repos/core-i686/libtirpc-0.2.1-fortify.patch
(from rev 170256, libtirpc/repos/testing-i686/libtirpc-0.2.1-fortify.patch)
  libtirpc/repos/core-i686/libtirpc-0.2.3rc1.patch
(from rev 170256, libtirpc/repos/testing-i686/libtirpc-0.2.3rc1.patch)
  libtirpc/repos/core-i686/libtirpc-0.2.3rc3.patch
(from rev 170256, libtirpc/repos/testing-i686/libtirpc-0.2.3rc3.patch)
  libtirpc/repos/core-i686/libtirpc-fix-segfault-0.2.2.patch
(from rev 170256, 
libtirpc/repos/testing-i686/libtirpc-fix-segfault-0.2.2.patch)
  libtirpc/repos/core-x86_64/PKGBUILD
(from rev 170256, libtirpc/repos/testing-x86_64/PKGBUILD)
  libtirpc/repos/core-x86_64/libtirpc-0.2.1-fortify.patch
(from rev 170256, 
libtirpc/repos/testing-x86_64/libtirpc-0.2.1-fortify.patch)
  libtirpc/repos/core-x86_64/libtirpc-0.2.3rc1.patch
(from rev 170256, libtirpc/repos/testing-x86_64/libtirpc-0.2.3rc1.patch)
  libtirpc/repos/core-x86_64/libtirpc-0.2.3rc3.patch
(from rev 170256, libtirpc/repos/testing-x86_64/libtirpc-0.2.3rc3.patch)
  libtirpc/repos/core-x86_64/libtirpc-fix-segfault-0.2.2.patch
(from rev 170256, 
libtirpc/repos/testing-x86_64/libtirpc-fix-segfault-0.2.2.patch)
Deleted:
  libtirpc/repos/core-i686/PKGBUILD
  libtirpc/repos/core-i686/libtirpc-0.2.1-fortify.patch
  libtirpc/repos/core-i686/libtirpc-0.2.3rc1.patch
  libtirpc/repos/core-i686/libtirpc-fix-segfault-0.2.2.patch
  libtirpc/repos/core-x86_64/PKGBUILD
  libtirpc/repos/core-x86_64/libtirpc-0.2.1-fortify.patch
  libtirpc/repos/core-x86_64/libtirpc-0.2.3rc1.patch
  libtirpc/repos/core-x86_64/libtirpc-fix-segfault-0.2.2.patch
  libtirpc/repos/testing-i686/
  libtirpc/repos/testing-x86_64/

---+
 core-i686/PKGBUILD|   84 -
 core-i686/libtirpc-0.2.1-fortify.patch|   36 
 core-i686/libtirpc-0.2.3rc1.patch | 1274 +++
 core-i686/libtirpc-0.2.3rc3.patch | 1312 
 core-i686/libtirpc-fix-segfault-0.2.2.patch   |   56 -
 core-x86_64/PKGBUILD  |   84 -
 core-x86_64/libtirpc-0.2.1-fortify.patch  |   36 
 core-x86_64/libtirpc-0.2.3rc1.patch   | 1274 +++
 core-x86_64/libtirpc-0.2.3rc3.patch   | 1312 
 core-x86_64/libtirpc-fix-segfault-0.2.2.patch |   56 -
 10 files changed, 4074 insertions(+), 1450 deletions(-)

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


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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 07:57:43
  Author: andrea
Revision: 170258

KDE 4.9.3

Modified:
  kdebindings-python/trunk/PKGBUILD
Deleted:
  kdebindings-python/trunk/pyqt495.patch

---+
 PKGBUILD  |   14 ++--
 pyqt495.patch |   95 
 2 files changed, 4 insertions(+), 105 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 12:56:18 UTC (rev 170257)
+++ PKGBUILD2012-11-06 12:57:43 UTC (rev 170258)
@@ -4,26 +4,20 @@
 pkgbase=kdebindings-python
 pkgname=('kdebindings-python'
  'kdebindings-python2')
-pkgver=4.9.2
-pkgrel=2
+pkgver=4.9.3
+pkgrel=1
 url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kdebindings')
 makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt'
  'pyqt' 'qscintilla' 'python2-sip' 'python-sip')
-source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;
-'pyqt495.patch')
-sha1sums=('44b3f02797c43a59f8c3a91131a2488a733cfa11'
-  '0935c32e55806873f2d088613594559285da7e9c')
+source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;)
+sha1sums=('4a72a307d5780f013e12607b9cddb425f81ffeef')
 
 build() {
   export PYTHONDONTWRITEBYTECODE=TRUE
 
-  cd pykde4-${pkgver}
-  patch -p1 -i ${srcdir}/pyqt495.patch
-  cd ../ 
-
   mkdir build
   cd build
   cmake ../pykde4-${pkgver} \

Deleted: pyqt495.patch
===
--- pyqt495.patch   2012-11-06 12:56:18 UTC (rev 170257)
+++ pyqt495.patch   2012-11-06 12:57:43 UTC (rev 170258)
@@ -1,95 +0,0 @@
-From: Luca Beltrame lbeltr...@kde.org
-Date: Mon, 01 Oct 2012 18:47:56 +
-Subject: Remove duplicated QVectorint definition, since it's in PyQt now.
-X-Git-Url: 
http://quickgit.kde.org/?p=pykde4.gitamp;a=commitdiffamp;h=017822bd0dfc83fe9a7a483ecc33f4aab839a3c6

-Remove duplicated QVectorint definition, since it's in PyQt now.
-Simon, if you have time, please review if everything is OK.
-
-CCMAIL: si...@simonzone.com

-
-
 a/sip/kdecore/typedefs.sip
-+++ b/sip/kdecore/typedefs.sip
-@@ -951,78 +951,4 @@
- %End
- };
- 
--%MappedType QVectorint
--{
--%TypeHeaderCode
--#include qvector.h
--%End
--
--%ConvertFromTypeCode
--// Create the list.
--PyObject *l;
--
--if ((l = PyList_New(sipCpp-size())) == NULL)
--return NULL;
--
--// Set the list elements.
--for (int i = 0; i  sipCpp-size(); ++i)
--{
--int t = (sipCpp-at(i));
--
--#if PY_MAJOR_VERSION = 3
--PyObject *tobj = PyLong_FromLong(t);
--#else
--PyObject *tobj = PyInt_FromLong(t);
--#endif
--
--PyList_SET_ITEM(l, i, tobj);
--}
--
--return l;
--%End
--
--%ConvertToTypeCode
--// Check the type if that is all that is required.
--if (sipIsErr == NULL)
--{
--if (!PyList_Check(sipPy))
--return 0;
--
--for (int i = 0; i  PyList_GET_SIZE(sipPy); ++i) {
--PyObject *tobj = PyList_GET_ITEM(sipPy, i);
--#if PY_MAJOR_VERSION = 3
--if (!PyNumber_Check(tobj))
--#else
--if (!PyInt_Check(tobj))
--#endif
--return 0;
--}
--return 1;
--}
--
--QVectorint *qv = new QVectorint;
-- 
--for (int i = 0; i  PyList_GET_SIZE(sipPy); ++i)
--{
--PyObject *tobj = PyList_GET_ITEM(sipPy, i);
-- #if PY_MAJOR_VERSION = 3
--int t = PyLong_AsLong (tobj);
--#else
--int t = PyInt_AS_LONG (tobj);
--#endif
--
--if (*sipIsErr)
--{
--delete qv;
--return 0;
--}
--
--qv-append(t);
--}
-- 
--*sipCppPtr = qv;
-- 
--return sipGetState(sipTransferObj);
--%End
--};
--
-+
-



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 07:57:46
  Author: andrea
Revision: 170259

KDE 4.9.3

Modified:
  kdebindings-qyoto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 12:57:43 UTC (rev 170258)
+++ PKGBUILD2012-11-06 12:57:46 UTC (rev 170259)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-qyoto
-pkgver=4.9.2
+pkgver=4.9.3
 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=('549f386325cf02662c685f83b1844c72149255d1')
+sha1sums=('24397a09c50ccc2e87dcd5d07f33d74cc9c5113f')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 07:57:50
  Author: andrea
Revision: 170260

KDE 4.9.3

Modified:
  kdebindings-qtruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 12:57:46 UTC (rev 170259)
+++ PKGBUILD2012-11-06 12:57:50 UTC (rev 170260)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-qtruby
-pkgver=4.9.2
+pkgver=4.9.3
 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=('7d74ef9d0c66ef6c54fd25aeff89de7f06685dda')
+sha1sums=('f4cc60e378c4bf0d235affba5d042d0031560009')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 07:57:53
  Author: andrea
Revision: 170261

KDE 4.9.3

Modified:
  kde-base-artwork/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 12:57:50 UTC (rev 170260)
+++ PKGBUILD2012-11-06 12:57:53 UTC (rev 170261)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kde-base-artwork
-pkgver=4.9.2
+pkgver=4.9.3
 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=('715a953be8ff0df8c5163075a76c9bc1b20dc7da')
+sha1sums=('0bf99feb0cefdbae45c12a43cc5c984d7a65b13a')
 
 build() {
cd $srcdir



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 07:57:56
  Author: andrea
Revision: 170262

KDE 4.9.3

Modified:
  kdebase-workspace/trunk/PKGBUILD
Deleted:
  kdebase-workspace/trunk/fix-mesa9.patch
  kdebase-workspace/trunk/logind-support.patch
  kdebase-workspace/trunk/logind-support2.patch

---+
 PKGBUILD  |   21 +---
 fix-mesa9.patch   |   60 ---
 logind-support.patch  |   66 -
 logind-support2.patch |  124 
 4 files changed, 5 insertions(+), 266 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 12:57:53 UTC (rev 170261)
+++ PKGBUILD2012-11-06 12:57:56 UTC (rev 170262)
@@ -4,8 +4,8 @@
 
 pkgname=kdebase-workspace
 _pkgname=kde-workspace
-pkgver=4.9.2
-pkgrel=6
+pkgver=4.9.3
+pkgrel=1
 pkgdesc=Provides the interface and basic tools for the KDE workspace
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kde-workspace'
@@ -25,11 +25,8 @@
 backup=('usr/share/config/kdm/kdmrc')
 
source=(http://download.kde.org/stable/${pkgver}/src/${_pkgname}-${pkgver}.tar.xz;
 'kdm' 'kde.pam' 'kde-np.pam' 'kscreensaver.pam' 'kdm.service' 
'kdm.logrotate'
-'etc-scripts.patch' 'terminate-server.patch' 'kdm-xinitrd.patch'
-'logind-support.patch'
-'logind-support2.patch'
-'fix-mesa9.patch')
-sha1sums=('091bec159d85db2a9a6d6b1b43a53183c23de488'
+'etc-scripts.patch' 'terminate-server.patch' 'kdm-xinitrd.patch')
+sha1sums=('f6c527361e76aacae980f661294b32a7f3df46a0'
   '5db3a245201bd4a50e65aa2ef583cf5490e4f646'
   '660eae40a707d2711d8d7f32a93214865506b795'
   '6aeecc9e0e221f0515c6bf544f9a3c11cb6961fe'
@@ -38,10 +35,7 @@
   'bbe55f2000217474ce7246f12ee437ceaaf7e9ae'
   'c079ebd157c836ba996190f0d2bcea1a7828d02c'
   'ac7bc292c865bc1ab8c02e6341aa7aeaf1a3'
-  'd509dac592bd8b310df27991b208c95b6d907514'
-  'ccde71c42e19feaf40d3bd76e7396a0cb6df012f'
-  '8f27ebd4bcc2f833a73d453837f4522b2be0aa1f'
-  'c57583555bf8acd213295316512b92b6dc07703e')
+  'd509dac592bd8b310df27991b208c95b6d907514')
 
 build() {
cd ${_pkgname}-${pkgver}
@@ -53,11 +47,6 @@
 
 # KDEBUG#202629
patch -p0 -i ${srcdir}/terminate-server.patch
-# KDEBUG#307412 (fixed upstream)
-patch -p1 -i ${srcdir}/logind-support.patch
-patch -p1 -i ${srcdir}/logind-support2.patch
-# KDEBUG#308385 (fixed upstream)
-patch -p1 -i ${srcdir}/fix-mesa9.patch
 
 cd ../
 

Deleted: fix-mesa9.patch
===
--- fix-mesa9.patch 2012-11-06 12:57:53 UTC (rev 170261)
+++ fix-mesa9.patch 2012-11-06 12:57:56 UTC (rev 170262)
@@ -1,60 +0,0 @@
-commit 6cf05555a5d0c834de3a0165a62916cf3b40
-Author: Fredrik Höglund fred...@kde.org
-Date:   Tue Oct 30 18:20:00 2012 +0100
-
-kwin/glx: Avoid MSAA configs in initBufferConfigs()
-
-It appears that we're accidentally choosing an MSAA config with the
-Intel driver in Mesa 9.0. So change the algorithm to take the values
-of GLX_SAMPLES and GLX_SAMPLE_BUFFERS into account.
-
-Found by Kenneth Graunke.
-
-diff --git a/kwin/scene_opengl_glx.cpp b/kwin/scene_opengl_glx.cpp
-index 1fe2f18..cf7933b 100644
 a/kwin/scene_opengl_glx.cpp
-+++ b/kwin/scene_opengl_glx.cpp
-@@ -270,12 +270,15 @@ bool SceneOpenGL::initBufferConfigs()
- fbcbuffer_nondb = NULL;
- 
- for (int i = 0; i  2; i++) {
--int back, stencil, depth, caveat, alpha;
-+int back, stencil, depth, caveat, msaa_buffers, msaa_samples, alpha;
- back = i  0 ? INT_MAX : 1;
- stencil = INT_MAX;
- depth = INT_MAX;
- caveat = INT_MAX;
-+msaa_buffers = INT_MAX;
-+msaa_samples = INT_MAX;
- alpha = 0;
-+
- for (int j = 0; j  cnt; j++) {
- XVisualInfo *vi;
- int visual_depth;
-@@ -322,10 +325,26 @@ bool SceneOpenGL::initBufferConfigs()
-  GLX_CONFIG_CAVEAT, caveat_value);
- if (caveat_value  caveat)
- continue;
-+
-+int msaa_buffers_value;
-+glXGetFBConfigAttrib(display(), fbconfigs[j], GLX_SAMPLE_BUFFERS,
-+ msaa_buffers_value);
-+if (msaa_buffers_value  msaa_buffers)
-+continue;
-+
-+int msaa_samples_value;
-+glXGetFBConfigAttrib(display(), fbconfigs[j], GLX_SAMPLES,
-+ msaa_samples_value);
-+if (msaa_samples_value  msaa_samples)
-+continue;
-+
- back = back_value;
- stencil = stencil_value;
- depth = depth_value;
- caveat = caveat_value;
-+msaa_buffers = msaa_buffers_value;
-+msaa_samples = msaa_samples_value;
-+
-  

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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 07:58:00
  Author: andrea
Revision: 170263

KDE 4.9.3

Modified:
  kdebase/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 12:57:56 UTC (rev 170262)
+++ PKGBUILD2012-11-06 12:58:00 UTC (rev 170263)
@@ -12,7 +12,7 @@
  'kdebase-konqueror'
  'kdebase-lib'
  'kdebase-plasma')
-pkgver=4.9.2
+pkgver=4.9.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -20,7 +20,7 @@
 groups=('kde' 'kdebase')
 makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml')
 
source=(http://download.kde.org/stable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
-sha1sums=('8b5a45cfd77e7e67a57c06cdbf387692e8547b66')
+sha1sums=('282b8704d54f081a16894bb94aa901e72eb5e694')
 
 build() {
cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 07:58:03
  Author: andrea
Revision: 170264

KDE 4.9.3

Modified:
  libkdeedu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 12:58:00 UTC (rev 170263)
+++ PKGBUILD2012-11-06 12:58:03 UTC (rev 170264)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkdeedu
-pkgver=4.9.2
+pkgver=4.9.3
 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=('e03310dbb1bcc02095f238fbdd4684a59e98d710')
+sha1sums=('5469a7c5cea78b922ddfd3427a3f8cefdd04d383')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 07:58:07
  Author: andrea
Revision: 170265

KDE 4.9.3

Modified:
  kdeedu-marble/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 12:58:03 UTC (rev 170264)
+++ PKGBUILD2012-11-06 12:58:07 UTC (rev 170265)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-marble
-pkgver=4.9.2
+pkgver=4.9.3
 pkgrel=1
 pkgdesc=Desktop Globe
 url=http://kde.org/applications/education/marble/;
@@ -14,7 +14,7 @@
 optdepends=('gpsd: gps support')
 install=${pkgname}.install
 source=(http://download.kde.org/stable/${pkgver}/src/marble-${pkgver}.tar.xz;)
-sha1sums=('71f0ab4845a7bf5505eba0bf5b654720a59d4028')
+sha1sums=('f15e058468b5edcb0a2d274c50ef9ef98e22ad34')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 07:58:11
  Author: andrea
Revision: 170266

KDE 4.9.3

Modified:
  libkdcraw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 12:58:07 UTC (rev 170265)
+++ PKGBUILD2012-11-06 12:58:11 UTC (rev 170266)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkdcraw
-pkgver=4.9.2
+pkgver=4.9.3
 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=('022e5e59fb4b0a9ac7942b967f488795a42786e0')
+sha1sums=('be92e3e5c6b9cde30ebed4ef328ed454ed968b55')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 07:58:14
  Author: andrea
Revision: 170267

KDE 4.9.3

Modified:
  libkexiv2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 12:58:11 UTC (rev 170266)
+++ PKGBUILD2012-11-06 12:58:14 UTC (rev 170267)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkexiv2
-pkgver=4.9.2
+pkgver=4.9.3
 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=('60956d88677346bdd4e343b1454a61a2210a39c6')
+sha1sums=('ea41341a49b524d946b844fc4146652011cdb980')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 07:58:18
  Author: andrea
Revision: 170268

KDE 4.9.3

Modified:
  libkipi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 12:58:14 UTC (rev 170267)
+++ PKGBUILD2012-11-06 12:58:18 UTC (rev 170268)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkipi
-pkgver=4.9.2
+pkgver=4.9.3
 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=('36d9bd240409e4ec3063fe02279671502fb65c26')
+sha1sums=('0752fadb0757abb6f1954bb0cda407c074628cd8')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 07:58:21
  Author: andrea
Revision: 170269

KDE 4.9.3

Modified:
  libksane/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 12:58:18 UTC (rev 170268)
+++ PKGBUILD2012-11-06 12:58:21 UTC (rev 170269)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libksane
-pkgver=4.9.2
+pkgver=4.9.3
 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=('e8578ec3a65ba91a8772c88612f61116ee9f38a8')
+sha1sums=('2ca77dc024bf5254a7bd7ebd22c3b83bab4e07cc')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 07:58:24
  Author: andrea
Revision: 170270

KDE 4.9.3

Modified:
  kdeedu-analitza/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 12:58:21 UTC (rev 170269)
+++ PKGBUILD2012-11-06 12:58:24 UTC (rev 170270)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-analitza
-pkgver=4.9.2
+pkgver=4.9.3
 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=('065e449af454e08f02ece846fe5b28db09bda1be')
+sha1sums=('96fc22e59b86fdd22d9f716b342c2635013c4807')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 07:58:28
  Author: andrea
Revision: 170271

KDE 4.9.3

Modified:
  libkcddb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 12:58:24 UTC (rev 170270)
+++ PKGBUILD2012-11-06 12:58:28 UTC (rev 170271)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkcddb
-pkgver=4.9.2
+pkgver=4.9.3
 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=('11a83fcf8e699d787b0c037e50f2031874470d70')
+sha1sums=('6a9d99cea33143cfdd89766b9647aa463b3f560f')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 07:58:32
  Author: andrea
Revision: 170272

KDE 4.9.3

Modified:
  libkcompactdisc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 12:58:28 UTC (rev 170271)
+++ PKGBUILD2012-11-06 12:58:32 UTC (rev 170272)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkcompactdisc
-pkgver=4.9.2
+pkgver=4.9.3
 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=('daea966e1d6bc06b3dc7001455e31f5004a05423')
+sha1sums=('fc5ec113a34787ae36120581f8e9a1508fdee5a0')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 07:58:35
  Author: andrea
Revision: 170273

KDE 4.9.3

Modified:
  kdeaccessibility-jovie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 12:58:32 UTC (rev 170272)
+++ PKGBUILD2012-11-06 12:58:35 UTC (rev 170273)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeaccessibility-jovie
-pkgver=4.9.2
+pkgver=4.9.3
 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=('fbf63de8b286e8238383f49991ffb7651f9099d2')
+sha1sums=('116caae94fb3aee0270ce9c6069a5da82289ff70')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 07:58:39
  Author: andrea
Revision: 170274

KDE 4.9.3

Modified:
  kdeaccessibility-kaccessible/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 12:58:35 UTC (rev 170273)
+++ PKGBUILD2012-11-06 12:58:39 UTC (rev 170274)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeaccessibility-kaccessible
-pkgver=4.9.2
+pkgver=4.9.3
 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=('e55ccb92ce22250a8d8139d2367ef9f35c5b34d1')
+sha1sums=('6ea2b1751d97643bd2be1e625bed9d634d628a33')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 07:58:42
  Author: andrea
Revision: 170275

KDE 4.9.3

Modified:
  kdeaccessibility-kmag/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 12:58:39 UTC (rev 170274)
+++ PKGBUILD2012-11-06 12:58:42 UTC (rev 170275)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeaccessibility-kmag
-pkgver=4.9.2
+pkgver=4.9.3
 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=('4429196f346271a825e721be56e92189a3c0da2a')
+sha1sums=('6d6fe858e504ed088bc7813854b5655431cf1ed5')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 07:58:46
  Author: andrea
Revision: 170276

KDE 4.9.3

Modified:
  kdeaccessibility-kmousetool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 12:58:42 UTC (rev 170275)
+++ PKGBUILD2012-11-06 12:58:46 UTC (rev 170276)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeaccessibility-kmousetool
-pkgver=4.9.2
+pkgver=4.9.3
 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=('c9e27c71fd9bb01ee498cb0799d848611d031dcc')
+sha1sums=('e76d255b2333cf0b964a4b904d558c0b58a495a2')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 07:58:50
  Author: andrea
Revision: 170277

KDE 4.9.3

Modified:
  kdeaccessibility-kmouth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 12:58:46 UTC (rev 170276)
+++ PKGBUILD2012-11-06 12:58:50 UTC (rev 170277)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeaccessibility-kmouth
-pkgver=4.9.2
+pkgver=4.9.3
 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=('7e982aa5a57a9f671ec69f3504ca4dc50076778d')
+sha1sums=('6f82859510cd90594c4f9b5bb74f35413c9cb4c1')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 07:58:53
  Author: andrea
Revision: 170278

KDE 4.9.3

Modified:
  kdeadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 12:58:50 UTC (rev 170277)
+++ PKGBUILD2012-11-06 12:58:53 UTC (rev 170278)
@@ -7,7 +7,7 @@
  'kdeadmin-ksystemlog'
  'kdeadmin-kuser'
  'kdeadmin-system-config-printer-kde')
-pkgver=4.9.2
+pkgver=4.9.3
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
@@ -15,7 +15,7 @@
 makedepends=('cmake' 'automoc4' 'kdebindings-python2' 
'system-config-printer-common')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;
 'syslog-path.patch')
-sha1sums=('0b97528870a23440ba450f87be878e3abdf9e0e1'
+sha1sums=('3fa7f1c3018f156b6185a806b66364c8daf7547c'
   '20095ce6e0f3e5b6800a7c6e52de6fddba62c031')
 
 build() {



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 07:58:57
  Author: andrea
Revision: 170279

KDE 4.9.3

Modified:
  kdeartwork/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 12:58:53 UTC (rev 170278)
+++ PKGBUILD2012-11-06 12:58:57 UTC (rev 170279)
@@ -13,7 +13,7 @@
  'kdeartwork-styles'
  'kdeartwork-wallpapers'
  'kdeartwork-weatherwallpapers')
-pkgver=4.9.2
+pkgver=4.9.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -22,7 +22,7 @@
 makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace'
  'libkexiv2' 'mesa')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('6a93ed5fd33b27b88b653c15c546b223ed880a4d')
+sha1sums=('777e3b50546e3a75bc2253ee13962bd1955db921')
 
 build() {
cd $srcdir



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 07:59:01
  Author: andrea
Revision: 170280

KDE 4.9.3

Modified:
  kdebase-konsole/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 12:58:57 UTC (rev 170279)
+++ PKGBUILD2012-11-06 12:59:01 UTC (rev 170280)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebase-konsole
-pkgver=4.9.2
+pkgver=4.9.3
 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=('bab9dcab839cc975fb3b94ac383d25b94066fe92')
+sha1sums=('6d6f0894350ca1976c7403b8eb5d8c197b57c884')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 07:59:04
  Author: andrea
Revision: 170281

KDE 4.9.3

Modified:
  kdebindings-kimono/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 12:59:01 UTC (rev 170280)
+++ PKGBUILD2012-11-06 12:59:04 UTC (rev 170281)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-kimono
-pkgver=4.9.2
+pkgver=4.9.3
 pkgrel=1
 pkgdesc=.NET/Mono bindings for the KDE libraries
 url=https://projects.kde.org/projects/kde/kdebindings/csharp/kimono;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost' 'kdepimlibs')
 conflicts=('kdebindings-csharp')
 source=(http://download.kde.org/stable/${pkgver}/src/kimono-${pkgver}.tar.xz;)
-sha1sums=('d8c762a6a65323f80e47cadbfa732b529a07dbc1')
+sha1sums=('8f9571ede6e2801eba40ab59c44d47a3854e04dc')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 07:59:08
  Author: andrea
Revision: 170282

KDE 4.9.3

Modified:
  kdebindings-korundum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 12:59:04 UTC (rev 170281)
+++ PKGBUILD2012-11-06 12:59:08 UTC (rev 170282)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-korundum
-pkgver=4.9.2
+pkgver=4.9.3
 pkgrel=1
 pkgdesc=Ruby bindings for libraries created by the KDE community
 url=https://projects.kde.org/projects/kde/kdebindings/ruby/korundum;
@@ -15,7 +15,7 @@
 conflicts=('kdebindings-ruby')
 
source=(http://download.kde.org/stable/${pkgver}/src/korundum-${pkgver}.tar.xz;
 'ruby19.patch')
-sha1sums=('efa6b6b6bae89f8e16cbbcf8c5840c6cbdab57e3'
+sha1sums=('ade552b7a0ddd3117dcd18ac0c70016c01f19fc5'
   'c074f027bac3b9bffe70a2c2304a6a7be12be034')
 
 build() {



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 07:59:11
  Author: andrea
Revision: 170283

KDE 4.9.3

Modified:
  kdebindings-kross/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 12:59:08 UTC (rev 170282)
+++ PKGBUILD2012-11-06 12:59:11 UTC (rev 170283)
@@ -5,7 +5,7 @@
 pkgname=('kdebindings-kross-python'
 # 'kdebindings-kross-ruby'
  'kdebindings-kross-java')
-pkgver=4.9.2
+pkgver=4.9.3
 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=('9208e4ad1b8ad97f1220cd6696f22d8b1eab29cb')
+sha1sums=('862cff197c21d102d1687fb36c25b0f8cabb2397')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 07:59:14
  Author: andrea
Revision: 170284

KDE 4.9.3

Modified:
  kdebindings-perlkde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 12:59:11 UTC (rev 170283)
+++ PKGBUILD2012-11-06 12:59:14 UTC (rev 170284)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-perlkde
-pkgver=4.9.2
+pkgver=4.9.3
 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=('7ed1e54f5216e5bfd6b9709900d3df6b606910b5')
+sha1sums=('9504e5f31787df5f31686aabab96d30af96f33b7')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 07:59:18
  Author: andrea
Revision: 170285

KDE 4.9.3

Modified:
  kdeedu-blinken/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 12:59:14 UTC (rev 170284)
+++ PKGBUILD2012-11-06 12:59:18 UTC (rev 170285)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-blinken
-pkgver=4.9.2
+pkgver=4.9.3
 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=('4f13e61086929da9ba75ee3b73612540054888b1')
+sha1sums=('b979cbcd000266f49b620f556811a6846d434e2d')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 07:59:21
  Author: andrea
Revision: 170286

KDE 4.9.3

Modified:
  kdeedu-cantor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 12:59:18 UTC (rev 170285)
+++ PKGBUILD2012-11-06 12:59:21 UTC (rev 170286)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-cantor
-pkgver=4.9.2
+pkgver=4.9.3
 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=('51b6cf08d43b6ea9fc285283a8ee1d8097b7349b')
+sha1sums=('01526ddfe5f9abf26e9eba3914e8439596ea594e')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 07:59:24
  Author: andrea
Revision: 170287

KDE 4.9.3

Modified:
  kdeedu-kalgebra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 12:59:21 UTC (rev 170286)
+++ PKGBUILD2012-11-06 12:59:24 UTC (rev 170287)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kalgebra
-pkgver=4.9.2
+pkgver=4.9.3
 pkgrel=1
 pkgdesc=Graph Calculator
 url=http://kde.org/applications/education/kalgebra/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'mesa')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/kalgebra-${pkgver}.tar.xz;)
-sha1sums=('93aceea871e10eff771645f627563517684a11a5')
+sha1sums=('5c61c468af41246242c25bf9a483ea36a39d8b22')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 07:59:27
  Author: andrea
Revision: 170288

KDE 4.9.3

Modified:
  kdeedu-kalzium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 12:59:24 UTC (rev 170287)
+++ PKGBUILD2012-11-06 12:59:27 UTC (rev 170288)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kalzium
-pkgver=4.9.2
+pkgver=4.9.3
 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/stable/${pkgver}/src/kalzium-${pkgver}.tar.xz;)
-sha1sums=('d328ad31f50a33aefeb009411a1adb51c29850a2')
+sha1sums=('7b4a50aabd960752d6b746740cc6b4bf6cae3b30')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 07:59:31
  Author: andrea
Revision: 170289

KDE 4.9.3

Modified:
  kdeedu-kanagram/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 12:59:27 UTC (rev 170288)
+++ PKGBUILD2012-11-06 12:59:31 UTC (rev 170289)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kanagram
-pkgver=4.9.2
+pkgver=4.9.3
 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=('b6fd76d854473ab6dbfdfdcb09347e7c4363a580')
+sha1sums=('e0ba84ac0d091dad0fb5af712a680a98abc17355')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 07:59:34
  Author: andrea
Revision: 170290

KDE 4.9.3

Modified:
  kdeedu-kbruch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 12:59:31 UTC (rev 170289)
+++ PKGBUILD2012-11-06 12:59:34 UTC (rev 170290)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kbruch
-pkgver=4.9.2
+pkgver=4.9.3
 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=('82c7c573d6c0c248ae2d8db24504d1943824d0da')
+sha1sums=('9676d6866e28a33cb65dbe3f4b8da1d0041a0596')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 07:59:37
  Author: andrea
Revision: 170291

KDE 4.9.3

Modified:
  kdeedu-kgeography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 12:59:34 UTC (rev 170290)
+++ PKGBUILD2012-11-06 12:59:37 UTC (rev 170291)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kgeography
-pkgver=4.9.2
+pkgver=4.9.3
 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=('a68b02fd9ba765bce5d95b754dfd7eef70fa5743')
+sha1sums=('15d6f44bed780afbd75fe5d89c0d2e041904af25')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 07:59:41
  Author: andrea
Revision: 170292

KDE 4.9.3

Modified:
  kdeedu-khangman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 12:59:37 UTC (rev 170291)
+++ PKGBUILD2012-11-06 12:59:41 UTC (rev 170292)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-khangman
-pkgver=4.9.2
+pkgver=4.9.3
 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=('6c11cf05fca993b7ddb7f92f68299a34470b5cd5')
+sha1sums=('75f08151c66a14adee3f5a2494439aba12e1dd66')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 07:59:44
  Author: andrea
Revision: 170293

KDE 4.9.3

Modified:
  kdeedu-kig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 12:59:41 UTC (rev 170292)
+++ PKGBUILD2012-11-06 12:59:44 UTC (rev 170293)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kig
-pkgver=4.9.2
+pkgver=4.9.3
 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=('13b3d40b0d33b1a60b36278760e35f337089cc73')
+sha1sums=('ed999bf98caef1107e01ddec90f1b5b9b09d75c8')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 07:59:51
  Author: andrea
Revision: 170295

KDE 4.9.3

Modified:
  kdeedu-klettres/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 12:59:47 UTC (rev 170294)
+++ PKGBUILD2012-11-06 12:59:51 UTC (rev 170295)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-klettres
-pkgver=4.9.2
+pkgver=4.9.3
 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=('177413e9f9e490a4c72d8f85d3bdd36ffd1ba934')
+sha1sums=('a651c0ee96ba4cdfe0cbbd3dc555f52218eb0830')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 07:59:47
  Author: andrea
Revision: 170294

KDE 4.9.3

Modified:
  kdeedu-kiten/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 12:59:44 UTC (rev 170293)
+++ PKGBUILD2012-11-06 12:59:47 UTC (rev 170294)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kiten
-pkgver=4.9.2
+pkgver=4.9.3
 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=('86b4bd5f4b7ccc4f6e0769a8360e55ffebdc2eaf')
+sha1sums=('8bbfd5de164aff394bad508f1e15509f65d6efea')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 07:59:54
  Author: andrea
Revision: 170296

KDE 4.9.3

Modified:
  kdeedu-kmplot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 12:59:51 UTC (rev 170295)
+++ PKGBUILD2012-11-06 12:59:54 UTC (rev 170296)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kmplot
-pkgver=4.9.2
+pkgver=4.9.3
 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=('66fba97fc152925f87551be2dd283d4cbf06683f')
+sha1sums=('f89aa657b98a36e357c65567c0a2df85c2600611')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 07:59:57
  Author: andrea
Revision: 170297

KDE 4.9.3

Modified:
  kdeedu-kstars/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 12:59:54 UTC (rev 170296)
+++ PKGBUILD2012-11-06 12:59:57 UTC (rev 170297)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kstars
-pkgver=4.9.2
+pkgver=4.9.3
 pkgrel=1
 pkgdesc=Desktop Planetarium
 url=http://kde.org/applications/education/kstars/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'eigen')
 install=${pkgname}.install
 source=(http://download.kde.org/stable/${pkgver}/src/kstars-${pkgver}.tar.xz;)
-sha1sums=('144409ebfb2a2c3d040ab4a1ad130b5677dd23b6')
+sha1sums=('35f88135c42483144d17013c520243e7a77bde95')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 08:00:00
  Author: andrea
Revision: 170298

KDE 4.9.3

Modified:
  kdeedu-ktouch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 12:59:57 UTC (rev 170297)
+++ PKGBUILD2012-11-06 13:00:00 UTC (rev 170298)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-ktouch
-pkgver=4.9.2
+pkgver=4.9.3
 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/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
-sha1sums=('99133b52b29a7ee4d3dd6da664ad8c47fd637b71')
+sha1sums=('921f60e26097c63373b157a5c4b7ca53512d95e6')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 08:00:04
  Author: andrea
Revision: 170299

KDE 4.9.3

Modified:
  kdeedu-kturtle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 13:00:00 UTC (rev 170298)
+++ PKGBUILD2012-11-06 13:00:04 UTC (rev 170299)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kturtle
-pkgver=4.9.2
+pkgver=4.9.3
 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=('c30e80f71dc622b818d6539054f91584b0dce444')
+sha1sums=('c1077d3190c931b740360be4b1b343e279f94b6a')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 08:00:09
  Author: andrea
Revision: 170300

KDE 4.9.3

Modified:
  kdeedu-kwordquiz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 13:00:04 UTC (rev 170299)
+++ PKGBUILD2012-11-06 13:00:09 UTC (rev 170300)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kwordquiz
-pkgver=4.9.2
+pkgver=4.9.3
 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=('53c702a88bd9cb0c8fba54d6353d06005760bd71')
+sha1sums=('bacfc371da7c0612fa8bf730280b12f0e29bdc46')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 08:00:13
  Author: andrea
Revision: 170301

KDE 4.9.3

Modified:
  kdeedu-pairs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 13:00:09 UTC (rev 170300)
+++ PKGBUILD2012-11-06 13:00:13 UTC (rev 170301)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-pairs
-pkgver=4.9.2
+pkgver=4.9.3
 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=('8ed40356ee7df8059935e945e070667dfffcc77b')
+sha1sums=('ad0567efd16cd024a59acd399bbbd549118334d7')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 08:00:17
  Author: andrea
Revision: 170302

KDE 4.9.3

Modified:
  kdeedu-parley/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 13:00:13 UTC (rev 170301)
+++ PKGBUILD2012-11-06 13:00:17 UTC (rev 170302)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-parley
-pkgver=4.9.2
+pkgver=4.9.3
 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=('397e58d783f75f48e8cf5a3a35f1fa441010b50b')
+sha1sums=('98f10445a5d983ea81a812e288bc00991b9b247c')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 08:00:21
  Author: andrea
Revision: 170303

KDE 4.9.3

Modified:
  kdeedu-rocs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 13:00:17 UTC (rev 170302)
+++ PKGBUILD2012-11-06 13:00:21 UTC (rev 170303)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-rocs
-pkgver=4.9.2
+pkgver=4.9.3
 pkgrel=1
 pkgdesc=Rocs Graph Theory
 url=http://kde.org/applications/education/rocs/;
@@ -12,7 +12,7 @@
 depends=('kdebase-runtime')
 makedepends=('cmake' 'automoc4' 'boost')
 source=(http://download.kde.org/stable/${pkgver}/src/rocs-${pkgver}.tar.xz;)
-sha1sums=('8c3ba1c2b15a795147110f246853217d301f903b')
+sha1sums=('bbd95c3e058c106e8b88a132a642c6af39c1c10d')
 options=('!makeflags')
 
 build() {



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 08:00:25
  Author: andrea
Revision: 170304

KDE 4.9.3

Modified:
  kdeedu-step/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 13:00:21 UTC (rev 170303)
+++ PKGBUILD2012-11-06 13:00:25 UTC (rev 170304)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-step
-pkgver=4.9.2
+pkgver=4.9.3
 pkgrel=1
 pkgdesc=Interactive Physical Simulator
 url=http://kde.org/applications/education/step/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'eigen')
 install=${pkgname}.install
 source=(http://download.kde.org/stable/${pkgver}/src/step-${pkgver}.tar.xz;)
-sha1sums=('7545eee07323935773466cfd3a241fbd8786ef13')
+sha1sums=('822b8f7266f7bd8170db1c02510480bb98d03e6f')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 08:00:29
  Author: andrea
Revision: 170305

KDE 4.9.3

Modified:
  kdegames/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 13:00:25 UTC (rev 170304)
+++ PKGBUILD2012-11-06 13:00:29 UTC (rev 170305)
@@ -43,7 +43,7 @@
  'kdegames-libkmahjongg'
  'kdegames-lskat'
  'kdegames-palapeli')
-pkgver=4.9.2
+pkgver=4.9.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -52,7 +52,7 @@
 makedepends=('cmake' 'automoc4' 'twisted' 'kdebindings-python2'
  'openal' 'mesa')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('a751f6b9ed6c24f8a420d6737be87f2bbb0c2cb3')
+sha1sums=('c5b61b6df2d6683fa96f294bebeb09b1403ce6d8')
 
 build() {
cd $srcdir



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 08:00:33
  Author: andrea
Revision: 170306

KDE 4.9.3

Modified:
  kdegraphics-gwenview/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 13:00:29 UTC (rev 170305)
+++ PKGBUILD2012-11-06 13:00:33 UTC (rev 170306)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-gwenview
-pkgver=4.9.2
+pkgver=4.9.3
 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/stable/${pkgver}/src/gwenview-${pkgver}.tar.xz;)
-sha1sums=('5a48c195d4c305f166b2d9fc1a483457c4698156')
+sha1sums=('ec383c32b5a277e7f9567af67c48bcf19b6128e8')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 08:00:36
  Author: andrea
Revision: 170307

KDE 4.9.3

Modified:
  kdegraphics-kamera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 13:00:33 UTC (rev 170306)
+++ PKGBUILD2012-11-06 13:00:36 UTC (rev 170307)
@@ -2,8 +2,8 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-kamera
-pkgver=4.9.2
-pkgrel=2
+pkgver=4.9.3
+pkgrel=1
 pkgdesc=Configure Kamera
 url=http://kde.org/applications/graphics/kamera/;
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('kdebase-runtime' 'libgphoto2')
 makedepends=('cmake' 'automoc4')
 source=(http://download.kde.org/stable/${pkgver}/src/kamera-${pkgver}.tar.xz;)
-sha1sums=('5b5b68b8996fdb1cb6541704c03d36cf506e8827')
+sha1sums=('add7f186d05fe5896f1a6c0b470f6539aa803a42')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 08:00:40
  Author: andrea
Revision: 170308

KDE 4.9.3

Modified:
  kdegraphics-kcolorchooser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 13:00:36 UTC (rev 170307)
+++ PKGBUILD2012-11-06 13:00:40 UTC (rev 170308)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-kcolorchooser
-pkgver=4.9.2
+pkgver=4.9.3
 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/stable/${pkgver}/src/kcolorchooser-${pkgver}.tar.xz;)
-sha1sums=('7e34705505140cc3e6085fc057365ce4cab2c0a0')
+sha1sums=('777c6158427906609d6ad429a88c53ba239b18d2')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 08:00:44
  Author: andrea
Revision: 170309

KDE 4.9.3

Modified:
  kdegraphics-kgamma/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 13:00:40 UTC (rev 170308)
+++ PKGBUILD2012-11-06 13:00:44 UTC (rev 170309)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-kgamma
-pkgver=4.9.2
+pkgver=4.9.3
 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/stable/${pkgver}/src/kgamma-${pkgver}.tar.xz;)
-sha1sums=('553d40c87000c57a10f64f01313ca519148530da')
+sha1sums=('c53d48a1b883a26b084fa91c016c3a543e067d6c')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 08:00:48
  Author: andrea
Revision: 170310

KDE 4.9.3

Modified:
  kdegraphics-kolourpaint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 13:00:44 UTC (rev 170309)
+++ PKGBUILD2012-11-06 13:00:48 UTC (rev 170310)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-kolourpaint
-pkgver=4.9.2
+pkgver=4.9.3
 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/stable/${pkgver}/src/kolourpaint-${pkgver}.tar.xz;)
-sha1sums=('a7a8fb6c63dc87e239bb54c2f178d2d5412296f3')
+sha1sums=('245706ffc337a44b55f88010088a7531ac37c4fe')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 08:00:52
  Author: andrea
Revision: 170311

KDE 4.9.3

Modified:
  kdegraphics-kruler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 13:00:48 UTC (rev 170310)
+++ PKGBUILD2012-11-06 13:00:52 UTC (rev 170311)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-kruler
-pkgver=4.9.2
+pkgver=4.9.3
 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/stable/${pkgver}/src/kruler-${pkgver}.tar.xz;)
-sha1sums=('59fe8c2246d3d7e8c8307a4d72fae78caec20681')
+sha1sums=('7ca618561f7bb96db04e0978d69dc0984f892bd3')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 08:00:55
  Author: andrea
Revision: 170312

KDE 4.9.3

Modified:
  kdegraphics-ksaneplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 13:00:52 UTC (rev 170311)
+++ PKGBUILD2012-11-06 13:00:55 UTC (rev 170312)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-ksaneplugin
-pkgver=4.9.2
+pkgver=4.9.3
 pkgrel=1
 pkgdesc=A scan plugin that implements the scanning
 url=https://projects.kde.org/projects/kde/kdegraphics/ksaneplugin;
@@ -13,7 +13,7 @@
 replaces=('kdegraphics-libs')
 conflicts=('kdegraphics-libs')
 
source=(http://download.kde.org/stable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('91b1ef55620bc621a81d0e75643e47d0a115e524')
+sha1sums=('0e403a2bd1d6f05c8bd958197246b4a9d6223bce')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 08:01:00
  Author: andrea
Revision: 170313

KDE 4.9.3

Modified:
  kdegraphics-ksnapshot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 13:00:55 UTC (rev 170312)
+++ PKGBUILD2012-11-06 13:01:00 UTC (rev 170313)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-ksnapshot
-pkgver=4.9.2
+pkgver=4.9.3
 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/stable/${pkgver}/src/ksnapshot-${pkgver}.tar.xz;)
-sha1sums=('3496d070420f8aff10e69c98728c5c1ca34f6d47')
+sha1sums=('61bc95baed704821d597686ccb16e9bba40965fe')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 08:01:04
  Author: andrea
Revision: 170314

KDE 4.9.3

Modified:
  kdegraphics-mobipocket/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 13:01:00 UTC (rev 170313)
+++ PKGBUILD2012-11-06 13:01:04 UTC (rev 170314)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-mobipocket
-pkgver=4.9.2
+pkgver=4.9.3
 pkgrel=1
 pkgdesc=A collection of plugins to handle mobipocket files
 url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-mobipocket;
@@ -15,7 +15,7 @@
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('81590d0958cebc3a052a4d973334f3fe4a9eabe4')
+sha1sums=('a7a5e63c8a4df1f079fb9381106df2f10b6f47ba')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 08:01:08
  Author: andrea
Revision: 170315

KDE 4.9.3

Modified:
  kdegraphics-strigi-analyzer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 13:01:04 UTC (rev 170314)
+++ PKGBUILD2012-11-06 13:01:08 UTC (rev 170315)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-strigi-analyzer
-pkgver=4.9.2
+pkgver=4.9.3
 pkgrel=1
 pkgdesc=Strigi analyzers for various graphics file formats
 
url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-strigi-analyzer;
@@ -13,7 +13,7 @@
 replaces=('kdegraphics-libs')
 conflicts=('kdegraphics-libs')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('d9923f5e52fc58c50bf83d7854ce1ec615407753')
+sha1sums=('72739f16b23fb2ea51fd2a1f64d350214649e898')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 08:01:12
  Author: andrea
Revision: 170316

KDE 4.9.3

Modified:
  kdegraphics-svgpart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 13:01:08 UTC (rev 170315)
+++ PKGBUILD2012-11-06 13:01:12 UTC (rev 170316)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-svgpart
-pkgver=4.9.2
+pkgver=4.9.3
 pkgrel=1
 pkgdesc=A KPart for viewing SVGs
 url=https://projects.kde.org/projects/kde/kdegraphics/svgpart;
@@ -13,7 +13,7 @@
 replaces=('kdegraphics-libs')
 conflicts=('kdegraphics-libs')
 
source=(http://download.kde.org/stable/${pkgver}/src/svgpart-${pkgver}.tar.xz;)
-sha1sums=('06584ae6652d0ea2265c47599dbb6789c973f1fc')
+sha1sums=('b2fff50f76dcaaf0d2505679060cfa3175731b48')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 08:01:16
  Author: andrea
Revision: 170317

KDE 4.9.3

Modified:
  kdegraphics-thumbnailers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 13:01:12 UTC (rev 170316)
+++ PKGBUILD2012-11-06 13:01:16 UTC (rev 170317)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-thumbnailers
-pkgver=4.9.2
+pkgver=4.9.3
 pkgrel=1
 pkgdesc=Thumbnailers for various graphics file formats
 
url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
@@ -13,7 +13,7 @@
 replaces=('kdegraphics-libs')
 conflicts=('kdegraphics-libs')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('c87d00fa6af8fd1d57b0da74cdb382dd7d6f5311')
+sha1sums=('d14e20809c3d6703ba7029169fa2fa83d04ba5e2')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 08:01:20
  Author: andrea
Revision: 170318

KDE 4.9.3

Modified:
  kdemultimedia-audiocd-kio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 13:01:16 UTC (rev 170317)
+++ PKGBUILD2012-11-06 13:01:20 UTC (rev 170318)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdemultimedia-audiocd-kio
-pkgver=4.9.2
+pkgver=4.9.3
 pkgrel=1
 pkgdesc=Kioslave for accessing audio CDs
 url='https://projects.kde.org/projects/kde/kdemultimedia/audiocd-kio'
@@ -14,7 +14,7 @@
 replaces=('kdemultimedia-kioslave')
 conflicts=('kdemultimedia-kioslave')
 
source=(http://download.kde.org/stable/${pkgver}/src/audiocd-kio-${pkgver}.tar.xz;)
-sha1sums=('822b2a151cb03cdf2708d3731a07b0fa23ee8e34')
+sha1sums=('55628ce0d00e98067abba2eb33e210a273bc404b')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 08:01:23
  Author: andrea
Revision: 170319

KDE 4.9.3

Modified:
  kdemultimedia-dragonplayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 13:01:20 UTC (rev 170318)
+++ PKGBUILD2012-11-06 13:01:23 UTC (rev 170319)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdemultimedia-dragonplayer
-pkgver=4.9.2
+pkgver=4.9.3
 pkgrel=1
 pkgdesc=A multimedia player where the focus is on simplicity, instead of
 features
@@ -14,7 +14,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 source=(http://download.kde.org/stable/${pkgver}/src/dragon-${pkgver}.tar.xz;)
-sha1sums=('ebe0021892c76f2b7ffd637ebf035801851ed3b5')
+sha1sums=('a5b8319414c6d4980ee4c4f5cd33318c499597b3')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 08:01:29
  Author: andrea
Revision: 170320

KDE 4.9.3

Modified:
  kdemultimedia-ffmpegthumbs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 13:01:23 UTC (rev 170319)
+++ PKGBUILD2012-11-06 13:01:29 UTC (rev 170320)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdemultimedia-ffmpegthumbs
-pkgver=4.9.2
+pkgver=4.9.3
 pkgrel=1
 pkgdesc='FFmpeg-based thumbnail creator for video files'
 url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
@@ -12,7 +12,7 @@
 depends=('kdelibs' 'ffmpeg')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz;)
-sha1sums=('a0083c2cda9c194663676b70beb6d23dba0d4f1d')
+sha1sums=('f2cecd0677b9d57e60af394b4ba4815bf95a10d0')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 08:01:32
  Author: andrea
Revision: 170321

KDE 4.9.3

Modified:
  kdemultimedia-juk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 13:01:29 UTC (rev 170320)
+++ PKGBUILD2012-11-06 13:01:32 UTC (rev 170321)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdemultimedia-juk
-pkgver=4.9.2
+pkgver=4.9.3
 pkgrel=1
 pkgdesc='A jukebox, tagger and music collection manager'
 url='http://kde.org/applications/multimedia/juk/'
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 source=(http://download.kde.org/stable/${pkgver}/src/juk-${pkgver}.tar.xz;)
-sha1sums=('64e0c7ea030434cba9bdc9db05901aa81e1aaa97')
+sha1sums=('e5fd939da08de0ca0b080812b36ef6eef02036fd')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 08:01:35
  Author: andrea
Revision: 170322

KDE 4.9.3

Modified:
  kdemultimedia-kmix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 13:01:32 UTC (rev 170321)
+++ PKGBUILD2012-11-06 13:01:35 UTC (rev 170322)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdemultimedia-kmix
-pkgver=4.9.2
+pkgver=4.9.3
 pkgrel=1
 pkgdesc=KDE volume control program
 url='http://kde.org/applications/multimedia/kmix/'
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 source=(http://download.kde.org/stable/${pkgver}/src/kmix-${pkgver}.tar.xz;)
-sha1sums=('581955c6a097c69f3cf511a6c55c58d2d2d9ceb7')
+sha1sums=('9eeb903eeaa464b4f15205b4a7c4c204e13a56d7')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 08:01:39
  Author: andrea
Revision: 170323

KDE 4.9.3

Modified:
  kdemultimedia-kscd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 13:01:35 UTC (rev 170322)
+++ PKGBUILD2012-11-06 13:01:39 UTC (rev 170323)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdemultimedia-kscd
-pkgver=4.9.2
+pkgver=4.9.3
 pkgrel=1
 pkgdesc=KDE CD player
 url='http://kde.org/applications/multimedia/kscd/'
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 source=(http://download.kde.org/stable/${pkgver}/src/kscd-${pkgver}.tar.xz;)
-sha1sums=('9130d1f35713f5ebb2f81a4f1b91f3fe16f18861')
+sha1sums=('42aa1db2d61fbb3e17b605aeb3f16517f3237a7a')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 08:01:44
  Author: andrea
Revision: 170324

KDE 4.9.3

Modified:
  kdemultimedia-mplayerthumbs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 13:01:39 UTC (rev 170323)
+++ PKGBUILD2012-11-06 13:01:44 UTC (rev 170324)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdemultimedia-mplayerthumbs
-pkgver=4.9.2
+pkgver=4.9.3
 pkgrel=1
 pkgdesc=MPlayer based thumbnail generator for video files
 url='https://projects.kde.org/projects/kde/kdemultimedia/mplayerthumbs'
@@ -12,7 +12,7 @@
 depends=('kdebase-runtime' 'mplayer')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz;)
-sha1sums=('a70d8f522d31529444ba957cdadd97c22dab7090')
+sha1sums=('6ff6a8d536bf8fda538f68d6da90525832d0b594')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdenetwork/trunk (PKGBUILD use-libotr3.patch)

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 08:01:47
  Author: andrea
Revision: 170325

KDE 4.9.3

Added:
  kdenetwork/trunk/use-libotr3.patch
Modified:
  kdenetwork/trunk/PKGBUILD

---+
 PKGBUILD  |   15 ++-
 use-libotr3.patch |   20 
 2 files changed, 30 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 13:01:44 UTC (rev 170324)
+++ PKGBUILD2012-11-06 13:01:47 UTC (rev 170325)
@@ -10,8 +10,8 @@
  'kdenetwork-kppp'
  'kdenetwork-krdc'
  'kdenetwork-krfb')
-pkgver=4.9.2
-pkgrel=2
+pkgver=4.9.3
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
@@ -20,11 +20,16 @@
'qca-ossl' 'kdebase-workspace' 'kdebase-lib' 'libvncserver'
 'v4l-utils' 'libidn' 'qimageblitz' 'libxdamage' 'libgadu' 'libmsn'
 'libktorrent' 'libmms' 'mediastreamer' 'telepathy-qt')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('6779039e5354fae02cf7faa3442385b95befb430')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;
+'use-libotr3.patch')
+sha1sums=('2a0b31a292f4805224fdb0ba26a9426e1126f4f6'
+  '808fa0400dc419d446d4ff8a9b536b5fddcb4727')
 
 build() {
-cd ${srcdir}
+cd ${pkgbase}-${pkgver}
+patch -p1 -i ${srcdir}/use-libotr3.patch
+cd ../
+
mkdir build
cd build
cmake ../${pkgbase}-${pkgver} \

Added: use-libotr3.patch
===
--- use-libotr3.patch   (rev 0)
+++ use-libotr3.patch   2012-11-06 13:01:47 UTC (rev 170325)
@@ -0,0 +1,20 @@
+--- kdenetwork-4.9.3/kopete/cmake/modules/FindLibOTR.cmake~2012-11-06 
10:51:56.566038215 +
 kdenetwork-4.9.3/kopete/cmake/modules/FindLibOTR.cmake 2012-11-06 
10:53:38.861993686 +
+@@ -13,13 +13,13 @@
+ SET(LIBOTR_FIND_QUIETLY TRUE)
+ ENDIF (LIBOTR_INCLUDE_DIR AND LIBOTR_LIBRARY)
+ 
+-FIND_PATH(LIBOTR_INCLUDE_DIR libotr/version.h)
++FIND_PATH(LIBOTR_INCLUDE_DIR libotr3/version.h)
+ 
+-FIND_LIBRARY(LIBOTR_LIBRARY NAMES otr libotr)
++FIND_LIBRARY(LIBOTR_LIBRARY NAMES otr3 libotr3)
+ 
+-# Determine version information from libotr/version.h
++# Determine version information from libotr3/version.h
+ IF( LIBOTR_INCLUDE_DIR AND LIBOTR_LIBRARY )
+-  EXECUTE_PROCESS(COMMAND grep OTRL_VERSION 
${LIBOTR_INCLUDE_DIR}/libotr/version.h OUTPUT_VARIABLE output)
++  EXECUTE_PROCESS(COMMAND grep OTRL_VERSION 
${LIBOTR_INCLUDE_DIR}/libotr3/version.h OUTPUT_VARIABLE output)
+   STRING(REGEX MATCH OTRL_VERSION \[0-9]+\\.[0-9]+\\.[0-9]+ LIBOTR_VERSION 
${output})
+   STRING(REGEX REPLACE ^OTRL_VERSION \  LIBOTR_VERSION 
${LIBOTR_VERSION})
+   # Check if version is at least 3.2.0



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 08:01:51
  Author: andrea
Revision: 170326

KDE 4.9.3

Modified:
  kdepim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 13:01:47 UTC (rev 170325)
+++ PKGBUILD2012-11-06 13:01:51 UTC (rev 170326)
@@ -20,7 +20,7 @@
  'kdepim-ktimetracker'
  'kdepim-ktnef'
  'kdepim-libkdepim')
-pkgver=4.9.2
+pkgver=4.9.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://pim.kde.org'
@@ -30,7 +30,7 @@
  'kde-agent')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;
 'fix-build.patch')
-sha1sums=('49e33e54e61bc499e54cdcd3470719cb4c22d2be'
+sha1sums=('5f0786a85db599a7b566a5d02d19c55222a64bcc'
   '974056ad2c3a00b33a8ac9403b369ab636000832')
 
 build() {



[arch-commits] Commit in kdeplasma-addons/trunk (PKGBUILD fix-spell-crash.patch)

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 08:01:55
  Author: andrea
Revision: 170327

KDE 4.9.3

Modified:
  kdeplasma-addons/trunk/PKGBUILD
Deleted:
  kdeplasma-addons/trunk/fix-spell-crash.patch

---+
 PKGBUILD  |   14 --
 fix-spell-crash.patch |  267 
 2 files changed, 4 insertions(+), 277 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 13:01:51 UTC (rev 170326)
+++ PKGBUILD2012-11-06 13:01:55 UTC (rev 170327)
@@ -75,24 +75,18 @@
  'kdeplasma-addons-wallpapers-potd'
  'kdeplasma-addons-wallpapers-virus'
  'kdeplasma-addons-wallpapers-weather')
-pkgver=4.9.2
-pkgrel=3
+pkgver=4.9.3
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL')
 groups=('kde' 'kdeplasma-addons')
 makedepends=('cmake' 'automoc4' 'kdebase-workspace' 'kdeedu-marble' 'eigen'
  'scim' 'qwt' 'boost' 'libkexiv2' 'ibus' 'qoauth' 'qjson')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;
-'fix-spell-crash.patch')
-sha1sums=('9f6493d52beb2ed723038e60f5f9ab53beec4e44'
-  '1ff0e61d73a4fce8ee7f585504a129ff50405ae6')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('e8b642b325acf2f7c8819e57176bbc2357cf78bd')
 
 build() {
-cd ${pkgbase}-${pkgver}
-patch -p1 -i ${srcdir}/fix-spell-crash.patch
-cd ../
-
mkdir build
cd build
cmake ../${pkgbase}-${pkgver} \

Deleted: fix-spell-crash.patch
===
--- fix-spell-crash.patch   2012-11-06 13:01:51 UTC (rev 170326)
+++ fix-spell-crash.patch   2012-11-06 13:01:55 UTC (rev 170327)
@@ -1,267 +0,0 @@
-commit 124e35885b8cd1b593b7b83a070bd0bdb5758661
-Author: Simeon Bird bla...@gmail.com
-Date:   Fri Oct 19 21:16:34 2012 -0400
-
-Fix the plasma spellchecker's 'foreign language' support.
-Previously this caused segfaults (even if not used) because
-it called setLanguage(), which is not thread-safe, in match().
-
-Instead, this patch constructs a new speller safely for each new
-language, without deleting the old one. Old spellers are instead
-deleted on the teardown() signal.
-
-While we're at it, amend the language detection so that the user
-can type natural language names (eg, 'german') and have the
-spell-checker find the right language.
-
-REVIEW: 106244
-BUG: 303831
-BUG: 264779
-FIXED-IN: 4.9.3
-
-diff --git a/runners/spellchecker/spellcheck.cpp 
b/runners/spellchecker/spellcheck.cpp
-index 672732d..cc6aeb2 100644
 a/runners/spellchecker/spellcheck.cpp
-+++ b/runners/spellchecker/spellcheck.cpp
-@@ -24,6 +24,7 @@
- // #include KDebug
- #include KGlobal
- #include KIcon
-+#include QSet
- 
- SpellCheckRunner::SpellCheckRunner(QObject* parent, const QVariantList args)
- : Plasma::AbstractRunner(parent, args)
-@@ -43,13 +44,64 @@ void SpellCheckRunner::init()
- {
- Plasma::AbstractRunner::init();
- 
--//store all language names, makes it posible to type spell german TERM 
if english locale is set
-+//Connect prepare and teardown signals
-+connect(this, SIGNAL(prepare()), this, SLOT(loaddata()));
-+connect(this, SIGNAL(teardown()), this, SLOT(destroydata()));
-+}
-+
-+//Load a default dictionary and some locale names
-+void SpellCheckRunner::loaddata()
-+{
-+//Load the default speller, with the default language
-+if (!m_spellers.contains()) {
-+m_spellers[] = QSharedPointerSonnet::Speller (new 
Sonnet::Speller());
-+}
-+//store all language names, makes it possible to type spell german TERM 
if english locale is set
-+//Need to construct a map between natual language names and names the 
spell-check recognises.
- KLocale *locale = KGlobal::locale();
--QStringList codes = locale-allLanguagesList();
--foreach (const QString code, codes) {
--const QString name = locale-languageCodeToName(code);
--m_languages[name.toLower()] = code;
-+const QStringList avail = m_spellers[]-availableLanguages();
-+//We need to filter the available languages so that we associate the 
natural language
-+//name (eg. 'german') with one sub-code.
-+QSetQString families;
-+//First get the families
-+foreach (const QString code, avail) {
-+families +=code.left(2);
-+}
-+//Now for each family figure out which is the main code.
-+foreach (const QString fcode,families) {
-+QStringList family = avail.filter(fcode);
-+QString code;
-+//If we only have one code, use it.
-+//If a string is the default language, use it
-+if (family.contains(m_spellers[]-language())) {
-+code = m_spellers[]-language();
-+} else if (fcode == QLatin1String(en)) {
-+//If the family is 

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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 08:01:59
  Author: andrea
Revision: 170328

KDE 4.9.3

Modified:
  kdesdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 13:01:55 UTC (rev 170327)
+++ PKGBUILD2012-11-06 13:01:59 UTC (rev 170328)
@@ -20,8 +20,8 @@
  'kdesdk-scripts'
  'kdesdk-strigi-analyzer'
  'kdesdk-umbrello')
-pkgver=4.9.2
-pkgrel=2
+pkgver=4.9.3
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
@@ -30,7 +30,7 @@
  'kdebase-lib')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;
 'fix-python2-path.patch')
-sha1sums=('8acefc3701f12834b1e5606b635aef4b500e0aee'
+sha1sums=('ad45975bcda3a23fc7b77d93c7e7c0bd5f2f351c'
   '923cabd7a877cf9a68efeb24fbf3d5827e1d949e')
 
 build() {



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 08:02:02
  Author: andrea
Revision: 170329

KDE 4.9.3

Modified:
  kdetoys/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 13:01:59 UTC (rev 170328)
+++ PKGBUILD2012-11-06 13:02:02 UTC (rev 170329)
@@ -6,7 +6,7 @@
 pkgname=('kdetoys-amor'
  'kdetoys-kteatime'
  'kdetoys-ktux')
-pkgver=4.9.2
+pkgver=4.9.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -14,7 +14,7 @@
 groups=('kde' 'kdetoys')
 makedepends=('cmake' 'automoc4' 'kdebase-workspace')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('fe26e217edb2bc88ee3510bbe2fd32c3acd941b6')
+sha1sums=('2a5c07734fd4b65e181ddc2bce47ab57c5a1a557')
 
 build() {
cd $srcdir



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 08:02:06
  Author: andrea
Revision: 170330

KDE 4.9.3

Modified:
  kdeutils-ark/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 13:02:02 UTC (rev 170329)
+++ PKGBUILD2012-11-06 13:02:06 UTC (rev 170330)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeutils-ark
-pkgver=4.9.2
+pkgver=4.9.3
 pkgrel=1
 pkgdesc='Archiving Tool'
 url='http://kde.org/applications/utilities/ark/'
@@ -14,7 +14,7 @@
 optdepends=('p7zip' 'zip' 'unzip' 'unrar')
 install=${pkgname}.install
 source=(http://download.kde.org/stable/${pkgver}/src/ark-${pkgver}.tar.xz;)
-sha1sums=('180ad836ebfc6bdc26d245e6bd27c2fc7a59918c')
+sha1sums=('7bca83a9985e75e2c5c280c6beb5d16e5a136e90')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 08:02:13
  Author: andrea
Revision: 170332

KDE 4.9.3

Modified:
  kdeutils-kcalc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 13:02:09 UTC (rev 170331)
+++ PKGBUILD2012-11-06 13:02:13 UTC (rev 170332)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeutils-kcalc
-pkgver=4.9.2
+pkgver=4.9.3
 pkgrel=1
 pkgdesc='Scientific Calculator'
 url='http://kde.org/applications/utilities/kcalc/'
@@ -13,7 +13,7 @@
 groups=('kde' 'kdeutils')
 install=${pkgname}.install
 source=(http://download.kde.org/stable/${pkgver}/src/kcalc-${pkgver}.tar.xz;)
-sha1sums=('f28ed638e433c26e43c7e57e0193cdec67de9f22')
+sha1sums=('d426f061fba14bd311927f04bd3ba655d4a7fef7')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 08:02:09
  Author: andrea
Revision: 170331

KDE 4.9.3

Modified:
  kdeutils-filelight/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 13:02:06 UTC (rev 170330)
+++ PKGBUILD2012-11-06 13:02:09 UTC (rev 170331)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeutils-filelight
-pkgver=4.9.2
+pkgver=4.9.3
 pkgrel=1
 pkgdesc='View disk usage information'
 url='http://kde.org/applications/utilities/filelight'
@@ -15,7 +15,7 @@
 conflicts=('filelight')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/filelight-${pkgver}.tar.xz;)
-sha1sums=('f1d4c7604fb94a4bbe36e136955dd5f6f0f1fdf1')
+sha1sums=('c339bf9918e4f8e3bd12f31a89262a9580e500d6')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 08:02:16
  Author: andrea
Revision: 170333

KDE 4.9.3

Modified:
  kdeutils-kcharselect/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 13:02:13 UTC (rev 170332)
+++ PKGBUILD2012-11-06 13:02:16 UTC (rev 170333)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeutils-kcharselect
-pkgver=4.9.2
+pkgver=4.9.3
 pkgrel=1
 pkgdesc='Character Selector'
 url=http://kde.org/applications/utilities/kcharselect/;
@@ -12,7 +12,7 @@
 makedepends=('cmake' 'automoc4')
 groups=('kde' 'kdeutils')
 
source=(http://download.kde.org/stable/${pkgver}/src/kcharselect-${pkgver}.tar.xz;)
-sha1sums=('77f9077f2ec75de8f764140306c63c1a79888d33')
+sha1sums=('f97cd586a1d461ece4401388693a2a60389c6464')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 08:02:20
  Author: andrea
Revision: 170334

KDE 4.9.3

Modified:
  kdeutils-kdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 13:02:16 UTC (rev 170333)
+++ PKGBUILD2012-11-06 13:02:20 UTC (rev 170334)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeutils-kdf
-pkgver=4.9.2
+pkgver=4.9.3
 pkgrel=1
 url=http://kde.org/applications/system/kdiskfree/;
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 groups=('kde' 'kdeutils')
 install=${pkgname}.install
 source=(http://download.kde.org/stable/${pkgver}/src/kdf-${pkgver}.tar.xz;)
-sha1sums=('022151b4f2170411037be31d2bbf9ce26f003313')
+sha1sums=('a14ab2740ec4d5be1839ad8b0650fd02106c0ce7')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 08:02:23
  Author: andrea
Revision: 170335

KDE 4.9.3

Modified:
  kdeutils-kfloppy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 13:02:20 UTC (rev 170334)
+++ PKGBUILD2012-11-06 13:02:23 UTC (rev 170335)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeutils-kfloppy
-pkgver=4.9.2
+pkgver=4.9.3
 pkgrel=1
 pkgdesc='Floppy Formatter'
 url='http://kde.org/applications/utilities/kfloppy/'
@@ -13,7 +13,7 @@
 groups=('kde' 'kdeutils')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/kfloppy-${pkgver}.tar.xz;)
-sha1sums=('dbf5ceed22cd0ef0d898dacc466ea6db3da7c980')
+sha1sums=('5ea028f8e2628cef27b331b2a5c087efb45c4864')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 08:02:26
  Author: andrea
Revision: 170336

KDE 4.9.3

Modified:
  kdeutils-kgpg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 13:02:23 UTC (rev 170335)
+++ PKGBUILD2012-11-06 13:02:26 UTC (rev 170336)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeutils-kgpg
-pkgver=4.9.2
+pkgver=4.9.3
 pkgrel=1
 pkgdesc='A GnuPG frontend'
 url='http://kde.org/applications/utilities/kgpg/'
@@ -13,7 +13,7 @@
 groups=('kde' 'kdeutils')
 install=${pkgname}.install
 source=(http://download.kde.org/stable/${pkgver}/src/kgpg-${pkgver}.tar.xz;)
-sha1sums=('2ec3ceb0d623ce1c2345025292a8a3c2e6b9923a')
+sha1sums=('3acc06395c17c68ff2e74f613d8d8565c43ca2d6')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 08:02:30
  Author: andrea
Revision: 170337

KDE 4.9.3

Modified:
  kdeutils-kremotecontrol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 13:02:26 UTC (rev 170336)
+++ PKGBUILD2012-11-06 13:02:30 UTC (rev 170337)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeutils-kremotecontrol
-pkgver=4.9.2
+pkgver=4.9.3
 pkgrel=1
 pkgdesc='Configure your remote controls for use with applications'
 url='http://kde.org/applications/utilities/kremotecontrol/'
@@ -15,7 +15,7 @@
 conflicts=('kdeutils-kdelirc')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz;)
-sha1sums=('142a28d72f07690a5b342c554493fcfb2e7ae6b5')
+sha1sums=('59cac67bb4f19688c0ce17b7cc5c69db5b01f745')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 08:02:33
  Author: andrea
Revision: 170338

KDE 4.9.3

Modified:
  kdeutils-ktimer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 13:02:30 UTC (rev 170337)
+++ PKGBUILD2012-11-06 13:02:33 UTC (rev 170338)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeutils-ktimer
-pkgver=4.9.2
+pkgver=4.9.3
 pkgrel=1
 pkgdesc='Countdown Launcher'
 url='http://kde.org/applications/utilities/ktimer/'
@@ -13,7 +13,7 @@
 groups=('kde' 'kdeutils')
 install=${pkgname}.install
 source=(http://download.kde.org/stable/${pkgver}/src/ktimer-${pkgver}.tar.xz;)
-sha1sums=('e621ca273d1cb2490f9212f3c2ecf8d57a6efdd3')
+sha1sums=('817ea9617fc1264f7340a42e04efdd0fd8190cfa')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 08:02:36
  Author: andrea
Revision: 170339

KDE 4.9.3

Modified:
  kdeutils-kwallet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 13:02:33 UTC (rev 170338)
+++ PKGBUILD2012-11-06 13:02:36 UTC (rev 170339)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeutils-kwallet
-pkgver=4.9.2
+pkgver=4.9.3
 pkgrel=1
 pkgdesc='Wallet Management Tool'
 url='http://kde.org/applications/system/kwalletmanager/'
@@ -13,7 +13,7 @@
 groups=('kde' 'kdeutils')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/kwallet-${pkgver}.tar.xz;)
-sha1sums=('e77e2cbf91f14e95ccd45fb1931df274f6c68cc7')
+sha1sums=('135e563de2724b923ee7359ec4439097a5c0485b')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdeutils-printer-applet/trunk (PKGBUILD)

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 08:02:40
  Author: andrea
Revision: 170340

KDE 4.9.3

Modified:
  kdeutils-printer-applet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 13:02:36 UTC (rev 170339)
+++ PKGBUILD2012-11-06 13:02:40 UTC (rev 170340)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeutils-printer-applet
-pkgver=4.9.2
+pkgver=4.9.3
 pkgrel=1
 pkgdesc='System tray icon for managing print jobs'
 url='http://kde.org/applications/system/printerapplet/'
@@ -12,7 +12,7 @@
 makedepends=('cmake' 'automoc4')
 groups=('kde' 'kdeutils')
 
source=(http://download.kde.org/stable/${pkgver}/src/printer-applet-${pkgver}.tar.xz;)
-sha1sums=('c2c61ea05227dcd9dbfb92a6967a4576fbeee73e')
+sha1sums=('841bb5136604d26a6c70c25b29aa245e7c9d09b9')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 08:02:43
  Author: andrea
Revision: 170341

KDE 4.9.3

Modified:
  kdeutils-superkaramba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 13:02:40 UTC (rev 170340)
+++ PKGBUILD2012-11-06 13:02:43 UTC (rev 170341)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeutils-superkaramba
-pkgver=4.9.2
+pkgver=4.9.3
 pkgrel=1
 pkgdesc='An engine for cool desktop eyecandy'
 url='http://kde.org/applications/utilities/superkaramba/'
@@ -13,7 +13,7 @@
 groups=('kde' 'kdeutils')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/superkaramba-${pkgver}.tar.xz;)
-sha1sums=('3e2e42316fe7ac357c58fbfa1e1387c347c31b30')
+sha1sums=('2558e05331a62ea3949d8949aa66e6aae29d95da')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 08:02:46
  Author: andrea
Revision: 170342

KDE 4.9.3

Modified:
  kdeutils-sweeper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 13:02:43 UTC (rev 170341)
+++ PKGBUILD2012-11-06 13:02:46 UTC (rev 170342)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeutils-sweeper
-pkgver=4.9.2
+pkgver=4.9.3
 pkgrel=1
 pkgdesc='System Cleaner'
 url='http://kde.org/applications/utilities/sweeper'
@@ -12,7 +12,7 @@
 makedepends=('cmake' 'automoc4')
 groups=('kde' 'kdeutils')
 
source=(http://download.kde.org/stable/${pkgver}/src/sweeper-${pkgver}.tar.xz;)
-sha1sums=('31732ac3dd0be4864f6db9a7810b67a1634fc57d')
+sha1sums=('13a6ac2aa84643a615d09137cb10b0a9847f0d1d')
 
 build() {
   cd ${srcdir}



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 08:02:50
  Author: andrea
Revision: 170343

KDE 4.9.3

Modified:
  kdewebdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 13:02:46 UTC (rev 170342)
+++ PKGBUILD2012-11-06 13:02:50 UTC (rev 170343)
@@ -7,7 +7,7 @@
  'kdewebdev-kimagemapeditor'
  'kdewebdev-klinkstatus'
  'kdewebdev-kommander')
-pkgver=4.9.2
+pkgver=4.9.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -15,7 +15,7 @@
 groups=('kde' 'kdewebdev')
 makedepends=('cmake' 'automoc4' 'ruby' 'tidyhtml' 'kdepimlibs' 'boost')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('b811adaa5e996d9f588215be411a6a8d07f493ef')
+sha1sums=('590a6da889357c16246ac8b5e0a16b7fb4679414')
 
 build() {
cd $srcdir



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

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 08:02:53
  Author: andrea
Revision: 170344

KDE 4.9.3

Modified:
  kde-wallpapers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 13:02:50 UTC (rev 170343)
+++ PKGBUILD2012-11-06 13:02:53 UTC (rev 170344)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kde-wallpapers
-pkgver=4.9.2
+pkgver=4.9.3
 pkgrel=1
 pkgdesc=A set of wallpapers for KDE
 arch=('any')
@@ -11,7 +11,7 @@
 groups=('kde' 'kde-meta' 'kdebase')
 makedepends=('kdelibs' 'cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('a71640627ea0e14f84685974df208968e4e01479')
+sha1sums=('a243cdfb0bb01c03cfcb5af7f2641304ad094d6a')
 
 package() {
   cd ${srcdir}



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

2012-11-06 Thread Jan de Groot
Date: Tuesday, November 6, 2012 @ 08:14:43
  Author: jgc
Revision: 170345

upgpkg: webkitgtk 1.10.1-2

Build webkitgtk2 with GStreamer 0.10

Modified:
  webkitgtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 13:02:53 UTC (rev 170344)
+++ PKGBUILD2012-11-06 13:14:43 UTC (rev 170345)
@@ -4,11 +4,11 @@
 pkgbase=webkitgtk
 pkgname=('webkitgtk2' 'webkitgtk3')
 pkgver=1.10.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://webkitgtk.org/;
 license=('custom')
-makedepends=('libxt' 'libxslt' 'sqlite' 'libsoup' 'enchant' 'libgl' 'geoclue' 
'gtk2' 'gtk3' 'gst-plugins-base-libs' 'gperf' 'gobject-introspection' 'python2' 
'mesa' 'ruby' 'gtk-doc')
+makedepends=('libxt' 'libxslt' 'sqlite' 'libsoup' 'enchant' 'libgl' 'geoclue' 
'gtk2' 'gtk3' 'gst-plugins-base-libs' 'gstreamer0.10-base' 'gperf' 
'gobject-introspection' 'python2' 'mesa' 'ruby' 'gtk-doc')
 options=('!libtool' '!emptydirs')
 source=(http://webkitgtk.org/releases/webkitgtk-$pkgver.tar.xz)
 sha1sums=('3a2df2eb42ffdd7f3b39873d5461c347a6330493')
@@ -22,7 +22,7 @@
 --enable-introspection \
 --disable-silent-rules \
 --libexecdir=/usr/lib/webkitgtk2 \
---with-gstreamer=1.0 \
+--with-gstreamer=0.10 \
 --with-gtk=2.0 \
 --disable-webkit2
   make all stamp-po
@@ -50,7 +50,7 @@
 
 package_webkitgtk2() {
   pkgdesc=GTK+ Web content engine library for GTK+ 2.0
-  depends=('libxt' 'libxslt' 'sqlite' 'libsoup' 'enchant' 'libgl' 'geoclue' 
'gtk2' 'gst-plugins-base-libs')
+  depends=('libxt' 'libxslt' 'sqlite' 'libsoup' 'enchant' 'libgl' 'geoclue' 
'gtk2' 'gstreamer0.10-base')
   conflicts=('libwebkit')
   provides=(libwebkit=${pkgver})
   replaces=('libwebkit')



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

2012-11-06 Thread Jan de Groot
Date: Tuesday, November 6, 2012 @ 08:15:12
  Author: jgc
Revision: 170346

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

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

---+
 extra-i686/PKGBUILD   |  122 
 extra-x86_64/PKGBUILD |  122 
 2 files changed, 122 insertions(+), 122 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-06 13:14:43 UTC (rev 170345)
+++ extra-i686/PKGBUILD 2012-11-06 13:15:12 UTC (rev 170346)
@@ -1,61 +0,0 @@
-# $Id: PKGBUILD 165829 2012-08-31 06:08:20Z andyrtr $
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgbase=webkitgtk
-pkgname=('webkitgtk2' 'webkitgtk3')
-pkgver=1.10.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://webkitgtk.org/;
-license=('custom')
-makedepends=('libxt' 'libxslt' 'sqlite' 'libsoup' 'enchant' 'libgl' 'geoclue' 
'gtk2' 'gtk3' 'gst-plugins-base-libs' 'gperf' 'gobject-introspection' 'python2' 
'mesa' 'ruby' 'gtk-doc')
-options=('!libtool' '!emptydirs')
-source=(http://webkitgtk.org/releases/webkitgtk-$pkgver.tar.xz)
-sha1sums=('3a2df2eb42ffdd7f3b39873d5461c347a6330493')
-
-build() {
-  cd $srcdir/webkitgtk-$pkgver
-  mkdir build-gtk2 build-gtk3
-
-  cd build-gtk2
-  PYTHON=/usr/bin/python2 ../configure --prefix=/usr \
---enable-introspection \
---disable-silent-rules \
---libexecdir=/usr/lib/webkitgtk2 \
---with-gstreamer=1.0 \
---with-gtk=2.0 \
---disable-webkit2
-  make all stamp-po
-  
-  cd ../build-gtk3
-  PYTHON=/usr/bin/python2 ../configure --prefix=/usr \
---enable-introspection \
---disable-silent-rules \
---libexecdir=/usr/lib/webkitgtk3 \
---with-gstreamer=1.0
-  make all stamp-po
-}
-
-package_webkitgtk3() {
-  pkgdesc=GTK+ Web content engine library for GTK+ 3.0
-  depends=('libxt' 'libxslt' 'sqlite' 'libsoup' 'enchant' 'libgl' 'geoclue' 
'gtk2' 'gtk3' 'gst-plugins-base-libs')
-  conflicts=('libwebkit3')
-  provides=(libwebkit3=${pkgver})
-  replaces=('libwebkit3')
-  
-  cd $srcdir/webkitgtk-$pkgver/build-gtk3
-  make -j1 DESTDIR=$pkgdir install
-  install -Dm644 ../Source/WebKit/LICENSE 
$pkgdir/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_webkitgtk2() {
-  pkgdesc=GTK+ Web content engine library for GTK+ 2.0
-  depends=('libxt' 'libxslt' 'sqlite' 'libsoup' 'enchant' 'libgl' 'geoclue' 
'gtk2' 'gst-plugins-base-libs')
-  conflicts=('libwebkit')
-  provides=(libwebkit=${pkgver})
-  replaces=('libwebkit')
-  
-  cd $srcdir/webkitgtk-$pkgver/build-gtk2
-  make -j1 DESTDIR=$pkgdir install
-  install -Dm644 ../Source/WebKit/LICENSE 
$pkgdir/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: webkitgtk/repos/extra-i686/PKGBUILD (from rev 170345, 
webkitgtk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-06 13:15:12 UTC (rev 170346)
@@ -0,0 +1,61 @@
+# $Id: PKGBUILD 165829 2012-08-31 06:08:20Z andyrtr $
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgbase=webkitgtk
+pkgname=('webkitgtk2' 'webkitgtk3')
+pkgver=1.10.1
+pkgrel=2
+arch=('i686' 'x86_64')
+url=http://webkitgtk.org/;
+license=('custom')
+makedepends=('libxt' 'libxslt' 'sqlite' 'libsoup' 'enchant' 'libgl' 'geoclue' 
'gtk2' 'gtk3' 'gst-plugins-base-libs' 'gstreamer0.10-base' 'gperf' 
'gobject-introspection' 'python2' 'mesa' 'ruby' 'gtk-doc')
+options=('!libtool' '!emptydirs')
+source=(http://webkitgtk.org/releases/webkitgtk-$pkgver.tar.xz)
+sha1sums=('3a2df2eb42ffdd7f3b39873d5461c347a6330493')
+
+build() {
+  cd $srcdir/webkitgtk-$pkgver
+  mkdir build-gtk2 build-gtk3
+
+  cd build-gtk2
+  PYTHON=/usr/bin/python2 ../configure --prefix=/usr \
+--enable-introspection \
+--disable-silent-rules \
+--libexecdir=/usr/lib/webkitgtk2 \
+--with-gstreamer=0.10 \
+--with-gtk=2.0 \
+--disable-webkit2
+  make all stamp-po
+  
+  cd ../build-gtk3
+  PYTHON=/usr/bin/python2 ../configure --prefix=/usr \
+--enable-introspection \
+--disable-silent-rules \
+--libexecdir=/usr/lib/webkitgtk3 \
+--with-gstreamer=1.0
+  make all stamp-po
+}
+
+package_webkitgtk3() {
+  pkgdesc=GTK+ Web content engine library for GTK+ 3.0
+  depends=('libxt' 'libxslt' 'sqlite' 'libsoup' 'enchant' 'libgl' 'geoclue' 
'gtk2' 'gtk3' 'gst-plugins-base-libs')
+  conflicts=('libwebkit3')
+  provides=(libwebkit3=${pkgver})
+  replaces=('libwebkit3')
+  
+  cd $srcdir/webkitgtk-$pkgver/build-gtk3
+  make -j1 DESTDIR=$pkgdir install
+  install -Dm644 ../Source/WebKit/LICENSE 
$pkgdir/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_webkitgtk2() {
+  pkgdesc=GTK+ Web content engine library 

  1   2   >