[arch-commits] Commit in akonadi/trunk (PKGBUILD fix-slow-kde-logout.patch)

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 02:53:13
  Author: andrea
Revision: 139640

upgpkg: akonadi 1.6.2-1

upstream release

Modified:
  akonadi/trunk/PKGBUILD
Deleted:
  akonadi/trunk/fix-slow-kde-logout.patch

---+
 PKGBUILD  |4 +-
 fix-slow-kde-logout.patch |   64 
 2 files changed, 2 insertions(+), 66 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 00:28:38 UTC (rev 139639)
+++ PKGBUILD2011-10-04 06:53:13 UTC (rev 139640)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=akonadi
-pkgver=1.6.1
+pkgver=1.6.2
 pkgrel=1
 pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('8a78b2f9438ffc36d0f37d55839fb444')
+md5sums=('07e2aa2e6953ac518f9306911747e264')
 
 build() {
   cd ${srcdir}

Deleted: fix-slow-kde-logout.patch
===
--- fix-slow-kde-logout.patch   2011-10-04 00:28:38 UTC (rev 139639)
+++ fix-slow-kde-logout.patch   2011-10-04 06:53:13 UTC (rev 139640)
@@ -1,64 +0,0 @@
-commit c8e45b10c32679bf070af5b7ad9a22b91eb9a02c
-Author: Sergio Martins iamser...@gmail.com
-Date:   Mon Sep 12 13:48:33 2011 +0100
-
-Fix crash on agent_launcher exit.
-
-Don't unload plugins here. They will be unloaded on application exit,
-so it's redundant.
-
-Seems they are being unloaded too early, before QThreadStorage
-cleanup occurs:
-
-==18802== Invalid read of size 8
-==18802==at 0x53178AE: QThreadStorageQFontCache*::deleteData(void*) 
(in
-/data/installation/qt/qt-4.7/lib/libQtGui.so.4.7.1)
-==18802==by 0x5E8F8CF: QThreadStorageData::set(void*)
-(qthreadstorage.cpp:165)
-==18802==by 0x5317940: void
-qThreadStorage_setLocalDataQFontCache(QThreadStorageData, QFontCache**)
-(qthreadstorage.h:92)
-==18802==by 0x53165BA:
-QThreadStorageQFontCache*::setLocalData(QFontCache*) 
(qthreadstorage.h:148)
-==18802==by 0x531407A: QFontCache::cleanup() (qfont.cpp:2632)
-==18802==by 0x5406536: QFont::cleanup() (qfont_x11.cpp:182)
-==18802==by 0x5104E35: qt_cleanup() (qapplication_x11.cpp:2647)
-==18802==by 0x50603B2: QApplication::~QApplication()
-(qapplication.cpp:1172)
-==18802==by 0x41B1F6: main (agentlauncher.cpp:28)
-==18802==  Address 0x11a090b0 is not stack'd, malloc'd or (recently) free'd
-
-CCBUG: 261788
-
-diff --git a/agentserver/agentpluginloader.cpp 
b/agentserver/agentpluginloader.cpp
-index 2d62d3b..456a124 100644
 a/agentserver/agentpluginloader.cpp
-+++ b/agentserver/agentpluginloader.cpp
-@@ -25,13 +25,8 @@ using namespace Akonadi;
- 
- AgentPluginLoader::~AgentPluginLoader()
- {
--  QHashQString, QPluginLoader*::iterator it = m_pluginLoaders.begin();
--  while ( it != m_pluginLoaders.end() ) {
--it.value()-unload();
--++it;
--  }
--
-   qDeleteAll( m_pluginLoaders );
-+  m_pluginLoaders.clear();
- }
- 
- QPluginLoader *AgentPluginLoader::load( const QString pluginName )
-diff --git a/agentserver/agentpluginloader.h b/agentserver/agentpluginloader.h
-index 77f5de9..c8c815f 100644
 a/agentserver/agentpluginloader.h
-+++ b/agentserver/agentpluginloader.h
-@@ -26,7 +26,7 @@ class AgentPluginLoader
- {
-   public:
- /**
--  Unloads and deletes all instantiated QPluginLoaders.
-+  Deletes all instantiated QPluginLoaders.
-  */
- ~AgentPluginLoader();
- 



[arch-commits] Commit in akonadi/repos (10 files)

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 02:53:59
  Author: andrea
Revision: 139641

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

Added:
  akonadi/repos/extra-i686/PKGBUILD
(from rev 139640, akonadi/trunk/PKGBUILD)
  akonadi/repos/extra-i686/akonadi.install
(from rev 139640, akonadi/trunk/akonadi.install)
  akonadi/repos/extra-x86_64/PKGBUILD
(from rev 139640, akonadi/trunk/PKGBUILD)
  akonadi/repos/extra-x86_64/akonadi.install
(from rev 139640, akonadi/trunk/akonadi.install)
Deleted:
  akonadi/repos/extra-i686/PKGBUILD
  akonadi/repos/extra-i686/akonadi.install
  akonadi/repos/extra-i686/fix-slow-kde-logout.patch
  akonadi/repos/extra-x86_64/PKGBUILD
  akonadi/repos/extra-x86_64/akonadi.install
  akonadi/repos/extra-x86_64/fix-slow-kde-logout.patch

+
 extra-i686/PKGBUILD|   64 +++
 extra-i686/akonadi.install |   22 +-
 extra-i686/fix-slow-kde-logout.patch   |   64 ---
 extra-x86_64/PKGBUILD  |   64 +++
 extra-x86_64/akonadi.install   |   22 +-
 extra-x86_64/fix-slow-kde-logout.patch |   64 ---
 6 files changed, 86 insertions(+), 214 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-04 06:53:13 UTC (rev 139640)
+++ extra-i686/PKGBUILD 2011-10-04 06:53:59 UTC (rev 139641)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=akonadi
-pkgver=1.6.1
-pkgrel=1
-pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
-arch=('i686' 'x86_64')
-url='http://pim.kde.org/akonadi'
-license=('LGPL')
-depends=('shared-mime-info' 'boost-libs' 'mysql' 'soprano')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('8a78b2f9438ffc36d0f37d55839fb444')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: akonadi/repos/extra-i686/PKGBUILD (from rev 139640, 
akonadi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-04 06:53:59 UTC (rev 139641)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=akonadi
+pkgver=1.6.2
+pkgrel=1
+pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
+arch=('i686' 'x86_64')
+url='http://pim.kde.org/akonadi'
+license=('LGPL')
+depends=('shared-mime-info' 'boost-libs' 'mysql' 'soprano')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('07e2aa2e6953ac518f9306911747e264')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/akonadi.install
===
--- extra-i686/akonadi.install  2011-10-04 06:53:13 UTC (rev 139640)
+++ extra-i686/akonadi.install  2011-10-04 06:53:59 UTC (rev 139641)
@@ -1,11 +0,0 @@
-post_install() {
-   update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: akonadi/repos/extra-i686/akonadi.install (from rev 139640, 
akonadi/trunk/akonadi.install)
===
--- extra-i686/akonadi.install  (rev 0)
+++ extra-i686/akonadi.install  2011-10-04 06:53:59 UTC (rev 139641)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-i686/fix-slow-kde-logout.patch
===
--- extra-i686/fix-slow-kde-logout.patch2011-10-04 06:53:13 UTC (rev 
139640)
+++ extra-i686/fix-slow-kde-logout.patch2011-10-04 06:53:59 UTC (rev 
139641)
@@ -1,64 +0,0 @@
-commit c8e45b10c32679bf070af5b7ad9a22b91eb9a02c
-Author: Sergio Martins iamser...@gmail.com
-Date:   Mon Sep 12 13:48:33 2011 +0100
-
-Fix crash on agent_launcher exit.
-
-Don't unload 

[arch-commits] Commit in gnome-control-center/trunk (PKGBUILD)

2011-10-04 Thread Ionut Biru
Date: Tuesday, October 4, 2011 @ 03:04:16
  Author: ibiru
Revision: 139642

add color-manager to optdepends. FS#26238

Modified:
  gnome-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 06:53:59 UTC (rev 139641)
+++ PKGBUILD2011-10-04 07:04:16 UTC (rev 139642)
@@ -8,7 +8,8 @@
 arch=('i686' 'x86_64')
 depends=('gtk3' 'gsettings-desktop-schemas' 'gnome-menus' 'gnome-desktop' 
'gnome-settings-daemon' 'upower' 'libgtop' 'cups-pk-helper' 'accountsservice' 
'sound-theme-freedesktop' 'gnome-online-accounts' 'network-manager-applet')
 optdepends=('mesa-demos: provides glxinfo for graphics information'
-'apg: adds password generation for user accounts')
+'apg: adds password generation for user accounts'
+'gnome-color-manager: for color management tasks')
 makedepends=('gnome-doc-utils' 'intltool')
 url=http://www.gnome.org;
 groups=('gnome')



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

2011-10-04 Thread Jan Steffens
Date: Tuesday, October 4, 2011 @ 03:37:12
  Author: heftig
Revision: 139643

0.1.13

Modified:
  colord/trunk/PKGBUILD

--+
 PKGBUILD |   17 ++---
 1 file changed, 10 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 07:04:16 UTC (rev 139642)
+++ PKGBUILD2011-10-04 07:37:12 UTC (rev 139643)
@@ -1,22 +1,25 @@
 # $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+
 pkgname=colord
-pkgver=0.1.12
-pkgrel=2
+pkgver=0.1.13
+pkgrel=1
 pkgdesc=Color daemon
 arch=('i686' 'x86_64')
-url=http://www.freedesktop.org/software/colord/;
+url=http://www.freedesktop.org/software/colord;
 license=('GPL2')
 depends=('lcms2' 'sqlite3' 'polkit' 'udev' 'sane')
 makedepends=('intltool' 'gobject-introspection' 'vala' 'docbook2x')
 source=($url/releases/$pkgname-$pkgver.tar.xz)
 options=('!libtool')
-sha1sums=(9bc0c4193c0f790702923e0a783962f0f26487e6)
+sha256sums=('eb3d00653d4a028f4e97f4e61ffa29940c65b42c20d4439e067cb183b725c292')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/colord \
---localstatedir=/var --disable-static --enable-sane
+  ./configure --prefix=/usr \
+--sysconfdir=/etc --libexecdir=/usr/lib/colord \
+--localstatedir=/var --disable-static
   make
 }
 



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

2011-10-04 Thread Jan Steffens
Date: Tuesday, October 4, 2011 @ 03:46:34
  Author: heftig
Revision: 139644

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-04 07:37:12 UTC (rev 139643)
+++ extra-i686/PKGBUILD 2011-10-04 07:46:34 UTC (rev 139644)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-pkgname=colord
-pkgver=0.1.12
-pkgrel=2
-pkgdesc=Color daemon
-arch=('i686' 'x86_64')
-url=http://www.freedesktop.org/software/colord/;
-license=('GPL2')
-depends=('lcms2' 'sqlite3' 'polkit' 'udev' 'sane')
-makedepends=('intltool' 'gobject-introspection' 'vala' 'docbook2x')
-source=($url/releases/$pkgname-$pkgver.tar.xz)
-options=('!libtool')
-sha1sums=(9bc0c4193c0f790702923e0a783962f0f26487e6)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/colord \
---localstatedir=/var --disable-static --enable-sane
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: colord/repos/extra-i686/PKGBUILD (from rev 139643, 
colord/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-04 07:46:34 UTC (rev 139644)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+
+pkgname=colord
+pkgver=0.1.13
+pkgrel=1
+pkgdesc=Color daemon
+arch=('i686' 'x86_64')
+url=http://www.freedesktop.org/software/colord;
+license=('GPL2')
+depends=('lcms2' 'sqlite3' 'polkit' 'udev' 'sane')
+makedepends=('intltool' 'gobject-introspection' 'vala' 'docbook2x')
+source=($url/releases/$pkgname-$pkgver.tar.xz)
+options=('!libtool')
+sha256sums=('eb3d00653d4a028f4e97f4e61ffa29940c65b42c20d4439e067cb183b725c292')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc --libexecdir=/usr/lib/colord \
+--localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-04 07:37:12 UTC (rev 139643)
+++ extra-x86_64/PKGBUILD   2011-10-04 07:46:34 UTC (rev 139644)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-pkgname=colord
-pkgver=0.1.12
-pkgrel=2
-pkgdesc=Color daemon
-arch=('i686' 'x86_64')
-url=http://www.freedesktop.org/software/colord/;
-license=('GPL2')
-depends=('lcms2' 'sqlite3' 'polkit' 'udev' 'sane')
-makedepends=('intltool' 'gobject-introspection' 'vala' 'docbook2x')
-source=($url/releases/$pkgname-$pkgver.tar.xz)
-options=('!libtool')
-sha1sums=(9bc0c4193c0f790702923e0a783962f0f26487e6)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/colord \
---localstatedir=/var --disable-static --enable-sane
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: colord/repos/extra-x86_64/PKGBUILD (from rev 139643, 
colord/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-04 07:46:34 UTC (rev 139644)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+
+pkgname=colord
+pkgver=0.1.13
+pkgrel=1
+pkgdesc=Color daemon
+arch=('i686' 'x86_64')
+url=http://www.freedesktop.org/software/colord;
+license=('GPL2')
+depends=('lcms2' 'sqlite3' 'polkit' 'udev' 'sane')
+makedepends=('intltool' 'gobject-introspection' 'vala' 'docbook2x')
+source=($url/releases/$pkgname-$pkgver.tar.xz)
+options=('!libtool')
+sha256sums=('eb3d00653d4a028f4e97f4e61ffa29940c65b42c20d4439e067cb183b725c292')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc --libexecdir=/usr/lib/colord \
+--localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2011-10-04 Thread Ionut Biru
Date: Tuesday, October 4, 2011 @ 04:51:10
  Author: ibiru
Revision: 139645

db-move: moved wicd from [testing] to [extra] (any)

Added:
  wicd/repos/extra-any/ChangeLog
(from rev 139644, wicd/repos/testing-any/ChangeLog)
  wicd/repos/extra-any/PKGBUILD
(from rev 139644, wicd/repos/testing-any/PKGBUILD)
  wicd/repos/extra-any/deepcopy+python27-fixes.patch
(from rev 139644, wicd/repos/testing-any/deepcopy+python27-fixes.patch)
  wicd/repos/extra-any/net-tools.patch
(from rev 139644, wicd/repos/testing-any/net-tools.patch)
  wicd/repos/extra-any/wicd-daemon
(from rev 139644, wicd/repos/testing-any/wicd-daemon)
  wicd/repos/extra-any/wicd-locale.patch
(from rev 139644, wicd/repos/testing-any/wicd-locale.patch)
  wicd/repos/extra-any/wicd-scripts-execution.patch
(from rev 139644, wicd/repos/testing-any/wicd-scripts-execution.patch)
  wicd/repos/extra-any/wicd.desktop
(from rev 139644, wicd/repos/testing-any/wicd.desktop)
  wicd/repos/extra-any/wicd.install
(from rev 139644, wicd/repos/testing-any/wicd.install)
  wicd/repos/extra-any/wicd_in_usr.patch
(from rev 139644, wicd/repos/testing-any/wicd_in_usr.patch)
Deleted:
  wicd/repos/extra-any/ChangeLog
  wicd/repos/extra-any/PKGBUILD
  wicd/repos/extra-any/deepcopy+python27-fixes.patch
  wicd/repos/extra-any/wicd-daemon
  wicd/repos/extra-any/wicd-locale.patch
  wicd/repos/extra-any/wicd-scripts-execution.patch
  wicd/repos/extra-any/wicd.desktop
  wicd/repos/extra-any/wicd.install
  wicd/repos/extra-any/wicd_in_usr.patch
  wicd/repos/testing-any/

---+
 ChangeLog |   80 +++
 PKGBUILD  |  198 +--
 deepcopy+python27-fixes.patch |  144 ++---
 net-tools.patch   |   11 +
 wicd-daemon   |   54 ++---
 wicd-locale.patch |   24 +-
 wicd-scripts-execution.patch  |   48 ++--
 wicd.desktop  |   22 +-
 wicd.install  |   46 ++--
 wicd_in_usr.patch |  416 
 10 files changed, 529 insertions(+), 514 deletions(-)

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


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

2011-10-04 Thread Ionut Biru
Date: Tuesday, October 4, 2011 @ 05:16:40
  Author: ibiru
Revision: 139646

update to 11.0.1.152, bring back x86_64 YEY

Modified:
  flashplugin/trunk/PKGBUILD

--+
 PKGBUILD |   30 +-
 1 file changed, 21 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 08:51:10 UTC (rev 139645)
+++ PKGBUILD2011-10-04 09:16:40 UTC (rev 139646)
@@ -2,12 +2,12 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=flashplugin
-_licensefile='Reader_Player_AIR_WWEULA-Combined-20080204_1313.pdf'
-pkgver=10.3.183.10
+_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
+pkgver=11.0.1.152
 pkgrel=1
 pkgdesc='Adobe Flash Player'
 url='http://get.adobe.com/flashplayer'
-arch=('i686') # 'x86_64')
+arch=('i686' 'x86_64')
 depends=('mozilla-common' 'libxt' 'gtk2' 'nss' 'curl' 'hicolor-icon-theme')
 optdepends=('libvdpau: GPU acceleration on Nvidia card')
 provides=('flashplayer')
@@ -15,22 +15,34 @@
 options=(!strip)
 install=flashplugin.install
 backup=(etc/adobe/mms.cfg)
-source=('http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz'
-http://www.adobe.com/products/eulas/pdfs/${_licensefile};
- mms.cfg)
-md5sums=('f04482fcfa0ccd081447d15341762978'
- '1636037610ee2aa35c5fb736a697b7e0'
- 'f34aae6279b40e0bd2abfb0d9963d7b8')
 
+if [ $CARCH = i686 ]; then
+
source=('http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_11_linux.i386.tar.gz'
+http://www.adobe.com/products/eulas/pdfs/${_licensefile};
+mms.cfg)
+md5sums=('34051edfcb78e6db14567a6c5f53e161'
+ '94ca2aecb409abfe36494d1a7ec7591d'
+ 'f34aae6279b40e0bd2abfb0d9963d7b8')
+elif [ $CARCH = x86_64 ]; then
+
source=('http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_11_linux.x86_64.tar.gz'
+http://www.adobe.com/products/eulas/pdfs/${_licensefile};
+mms.cfg)
+md5sums=('782952c5730caa4e4cbe7e1d9dfa6214'
+ '94ca2aecb409abfe36494d1a7ec7591d'
+ 'f34aae6279b40e0bd2abfb0d9963d7b8')
+fi
+
 package () {
 cd ${srcdir}
 install -Dm755 libflashplayer.so 
${pkgdir}/usr/lib/mozilla/plugins/libflashplayer.so
+install -Dm755 usr/lib/kde4/kcm_adobe_flash_player.so 
${pkgdir}/usr/lib/kde4/kcm_adobe_flash_player.so
 install -Dm755 usr/bin/flash-player-properties 
${pkgdir}/usr/bin/flash-player-properties
 for i in 16x16 22x22 24x24 32x32 48x48; do
 install -Dm644 
usr/share/icons/hicolor/${i}/apps/flash-player-properties.png \
 
${pkgdir}/usr/share/icons/hicolor/${i}/apps/flash-player-properties.png
 done
 install -Dm644 usr/share/applications/flash-player-properties.desktop 
${pkgdir}/usr/share/applications/flash-player-properties.desktop
+install -Dm644 usr/share/kde4/services/kcm_adobe_flash_player.desktop 
${pkgdir}/usr/share/kde4/services/kcm_adobe_flash_player.desktop
 install -Dm644 ${_licensefile} 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.pdf
 install -Dm644 ${srcdir}/mms.cfg ${pkgdir}/etc/adobe/mms.cfg
 }



[arch-commits] Commit in flashplugin/repos (10 files)

2011-10-04 Thread Ionut Biru
Date: Tuesday, October 4, 2011 @ 05:25:27
  Author: ibiru
Revision: 139647

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

Added:
  flashplugin/repos/extra-i686/PKGBUILD
(from rev 139646, flashplugin/trunk/PKGBUILD)
  flashplugin/repos/extra-i686/flashplugin.install
(from rev 139646, flashplugin/trunk/flashplugin.install)
  flashplugin/repos/extra-i686/mms.cfg
(from rev 139646, flashplugin/trunk/mms.cfg)
  flashplugin/repos/extra-x86_64/
  flashplugin/repos/extra-x86_64/PKGBUILD
(from rev 139646, flashplugin/trunk/PKGBUILD)
  flashplugin/repos/extra-x86_64/flashplugin.install
(from rev 139646, flashplugin/trunk/flashplugin.install)
  flashplugin/repos/extra-x86_64/mms.cfg
(from rev 139646, flashplugin/trunk/mms.cfg)
Deleted:
  flashplugin/repos/extra-i686/PKGBUILD
  flashplugin/repos/extra-i686/flashplugin.install
  flashplugin/repos/extra-i686/mms.cfg

--+
 extra-i686/PKGBUILD  |   84 +
 extra-i686/flashplugin.install   |   28 ++--
 extra-i686/mms.cfg   |4 -
 extra-x86_64/PKGBUILD|   48 +
 extra-x86_64/flashplugin.install |   14 ++
 extra-x86_64/mms.cfg |2 
 6 files changed, 128 insertions(+), 52 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-04 09:16:40 UTC (rev 139646)
+++ extra-i686/PKGBUILD 2011-10-04 09:25:27 UTC (rev 139647)
@@ -1,36 +0,0 @@
-# $Id$
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=flashplugin
-_licensefile='Reader_Player_AIR_WWEULA-Combined-20080204_1313.pdf'
-pkgver=10.3.183.10
-pkgrel=1
-pkgdesc='Adobe Flash Player'
-url='http://get.adobe.com/flashplayer'
-arch=('i686') # 'x86_64')
-depends=('mozilla-common' 'libxt' 'gtk2' 'nss' 'curl' 'hicolor-icon-theme')
-optdepends=('libvdpau: GPU acceleration on Nvidia card')
-provides=('flashplayer')
-license=('custom')
-options=(!strip)
-install=flashplugin.install
-backup=(etc/adobe/mms.cfg)
-source=('http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz'
-http://www.adobe.com/products/eulas/pdfs/${_licensefile};
- mms.cfg)
-md5sums=('f04482fcfa0ccd081447d15341762978'
- '1636037610ee2aa35c5fb736a697b7e0'
- 'f34aae6279b40e0bd2abfb0d9963d7b8')
-
-package () {
-cd ${srcdir}
-install -Dm755 libflashplayer.so 
${pkgdir}/usr/lib/mozilla/plugins/libflashplayer.so
-install -Dm755 usr/bin/flash-player-properties 
${pkgdir}/usr/bin/flash-player-properties
-for i in 16x16 22x22 24x24 32x32 48x48; do
-install -Dm644 
usr/share/icons/hicolor/${i}/apps/flash-player-properties.png \
-
${pkgdir}/usr/share/icons/hicolor/${i}/apps/flash-player-properties.png
-done
-install -Dm644 usr/share/applications/flash-player-properties.desktop 
${pkgdir}/usr/share/applications/flash-player-properties.desktop
-install -Dm644 ${_licensefile} 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.pdf
-install -Dm644 ${srcdir}/mms.cfg ${pkgdir}/etc/adobe/mms.cfg
-}

Copied: flashplugin/repos/extra-i686/PKGBUILD (from rev 139646, 
flashplugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-04 09:25:27 UTC (rev 139647)
@@ -0,0 +1,48 @@
+# $Id$
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=flashplugin
+_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
+pkgver=11.0.1.152
+pkgrel=1
+pkgdesc='Adobe Flash Player'
+url='http://get.adobe.com/flashplayer'
+arch=('i686' 'x86_64')
+depends=('mozilla-common' 'libxt' 'gtk2' 'nss' 'curl' 'hicolor-icon-theme')
+optdepends=('libvdpau: GPU acceleration on Nvidia card')
+provides=('flashplayer')
+license=('custom')
+options=(!strip)
+install=flashplugin.install
+backup=(etc/adobe/mms.cfg)
+
+if [ $CARCH = i686 ]; then
+
source=('http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_11_linux.i386.tar.gz'
+http://www.adobe.com/products/eulas/pdfs/${_licensefile};
+mms.cfg)
+md5sums=('34051edfcb78e6db14567a6c5f53e161'
+ '94ca2aecb409abfe36494d1a7ec7591d'
+ 'f34aae6279b40e0bd2abfb0d9963d7b8')
+elif [ $CARCH = x86_64 ]; then
+
source=('http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_11_linux.x86_64.tar.gz'
+http://www.adobe.com/products/eulas/pdfs/${_licensefile};
+mms.cfg)
+md5sums=('782952c5730caa4e4cbe7e1d9dfa6214'
+ '94ca2aecb409abfe36494d1a7ec7591d'
+ 'f34aae6279b40e0bd2abfb0d9963d7b8')
+fi
+
+package () {
+cd ${srcdir}
+install -Dm755 libflashplayer.so 
${pkgdir}/usr/lib/mozilla/plugins/libflashplayer.so
+install -Dm755 usr/lib/kde4/kcm_adobe_flash_player.so 

[arch-commits] Commit in media-player-info/trunk (PKGBUILD)

2011-10-04 Thread Ionut Biru
Date: Tuesday, October 4, 2011 @ 05:57:36
  Author: ibiru
Revision: 139648

update to version 15

Modified:
  media-player-info/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 09:25:27 UTC (rev 139647)
+++ PKGBUILD2011-10-04 09:57:36 UTC (rev 139648)
@@ -3,7 +3,7 @@
 # Contributor: Marti Raudsepp ma...@juffo.org
 
 pkgname=media-player-info
-pkgver=13
+pkgver=15
 pkgrel=1
 pkgdesc=Data files describing media player capabilities, for post-HAL systems
 arch=('any')
@@ -11,7 +11,7 @@
 url=http://cgit.freedesktop.org/media-player-info/;
 depends=('udev')
 
source=(http://www.freedesktop.org/software/media-player-info/$pkgname-$pkgver.tar.gz)
-md5sums=('4ed38c3bbf0053f2ae5a9bc92ea6d7c1')
+sha256sums=('341ee6d21e6dcc683384c7f42633d7773e577260ec2e52d83b802d1a569e5244')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in media-player-info/repos/extra-any (PKGBUILD PKGBUILD)

2011-10-04 Thread Ionut Biru
Date: Tuesday, October 4, 2011 @ 05:58:37
  Author: ibiru
Revision: 139649

archrelease: copy trunk to extra-any

Added:
  media-player-info/repos/extra-any/PKGBUILD
(from rev 139648, media-player-info/trunk/PKGBUILD)
Deleted:
  media-player-info/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-10-04 09:57:36 UTC (rev 139648)
+++ PKGBUILD2011-10-04 09:58:37 UTC (rev 139649)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Marti Raudsepp ma...@juffo.org
-
-pkgname=media-player-info
-pkgver=13
-pkgrel=1
-pkgdesc=Data files describing media player capabilities, for post-HAL systems
-arch=('any')
-license=('BSD')
-url=http://cgit.freedesktop.org/media-player-info/;
-depends=('udev')
-source=(http://www.freedesktop.org/software/media-player-info/$pkgname-$pkgver.tar.gz)
-md5sums=('4ed38c3bbf0053f2ae5a9bc92ea6d7c1')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}
-}

Copied: media-player-info/repos/extra-any/PKGBUILD (from rev 139648, 
media-player-info/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-10-04 09:58:37 UTC (rev 139649)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Marti Raudsepp ma...@juffo.org
+
+pkgname=media-player-info
+pkgver=15
+pkgrel=1
+pkgdesc=Data files describing media player capabilities, for post-HAL systems
+arch=('any')
+license=('BSD')
+url=http://cgit.freedesktop.org/media-player-info/;
+depends=('udev')
+source=(http://www.freedesktop.org/software/media-player-info/$pkgname-$pkgver.tar.gz)
+sha256sums=('341ee6d21e6dcc683384c7f42633d7773e577260ec2e52d83b802d1a569e5244')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}
+}



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

2011-10-04 Thread Daniel Isenmann
Date: Tuesday, October 4, 2011 @ 07:39:53
  Author: daniel
Revision: 139650

upgpkg: monodevelop 2.6.0.1-1

New upstream bugfix release.

Modified:
  monodevelop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 09:58:37 UTC (rev 139649)
+++ PKGBUILD2011-10-04 11:39:53 UTC (rev 139650)
@@ -3,7 +3,7 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=monodevelop
-pkgver=2.6
+pkgver=2.6.0.1
 pkgrel=1
 pkgdesc=An IDE primarily designed for C# and other .NET languages
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@
 depends=('mono=2.10.5' 'mono-addins=0.6.2' 'gnome-sharp' 
'gecko-sharp-2.0=0.10')
 options=(!makeflags)
 install=monodevelop.install
-source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('5bc5f42f9710b6a1fb5180e8050b519b')
+source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('994ce8de46911568bd061c9e98b6faa3')
 
 build() {
   export MONO_SHARED_DIR=$srcdir/src/.wabi



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

2011-10-04 Thread Daniel Isenmann
Date: Tuesday, October 4, 2011 @ 07:40:50
  Author: daniel
Revision: 139651

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

Added:
  monodevelop/repos/extra-i686/PKGBUILD
(from rev 139650, monodevelop/trunk/PKGBUILD)
  monodevelop/repos/extra-i686/monodevelop.install
(from rev 139650, monodevelop/trunk/monodevelop.install)
  monodevelop/repos/extra-i686/monodevelop_gnome3.patch
(from rev 139650, monodevelop/trunk/monodevelop_gnome3.patch)
  monodevelop/repos/extra-x86_64/PKGBUILD
(from rev 139650, monodevelop/trunk/PKGBUILD)
  monodevelop/repos/extra-x86_64/monodevelop.install
(from rev 139650, monodevelop/trunk/monodevelop.install)
  monodevelop/repos/extra-x86_64/monodevelop_gnome3.patch
(from rev 139650, monodevelop/trunk/monodevelop_gnome3.patch)
Deleted:
  monodevelop/repos/extra-i686/PKGBUILD
  monodevelop/repos/extra-i686/monodevelop.install
  monodevelop/repos/extra-i686/monodevelop_gnome3.patch
  monodevelop/repos/extra-x86_64/PKGBUILD
  monodevelop/repos/extra-x86_64/monodevelop.install
  monodevelop/repos/extra-x86_64/monodevelop_gnome3.patch

---+
 extra-i686/PKGBUILD   |   64 +-
 extra-i686/monodevelop.install|   38 +++---
 extra-i686/monodevelop_gnome3.patch   |  202 
 extra-x86_64/PKGBUILD |   64 +-
 extra-x86_64/monodevelop.install  |   38 +++---
 extra-x86_64/monodevelop_gnome3.patch |  202 
 6 files changed, 304 insertions(+), 304 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-04 11:39:53 UTC (rev 139650)
+++ extra-i686/PKGBUILD 2011-10-04 11:40:50 UTC (rev 139651)
@@ -1,32 +0,0 @@
-# Maintainer: Daniel Isenmann dan...@archlinux.org
-# Contributor: Timm Preetz t...@preetz.us
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=monodevelop
-pkgver=2.6
-pkgrel=1
-pkgdesc=An IDE primarily designed for C# and other .NET languages
-arch=('i686' 'x86_64')
-url=http://www.monodevelop.org;
-license=('GPL')
-depends=('mono=2.10.5' 'mono-addins=0.6.2' 'gnome-sharp' 
'gecko-sharp-2.0=0.10')
-options=(!makeflags)
-install=monodevelop.install
-source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('5bc5f42f9710b6a1fb5180e8050b519b')
-
-build() {
-  export MONO_SHARED_DIR=$srcdir/src/.wabi
-  mkdir -p $MONO_SHARED_DIR
-
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --disable-update-mimedb --disable-update-desktopdb
-  make || return 1
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  rm -r $MONO_SHARED_DIR
-}
-

Copied: monodevelop/repos/extra-i686/PKGBUILD (from rev 139650, 
monodevelop/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-04 11:40:50 UTC (rev 139651)
@@ -0,0 +1,32 @@
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+# Contributor: Timm Preetz t...@preetz.us
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=monodevelop
+pkgver=2.6.0.1
+pkgrel=1
+pkgdesc=An IDE primarily designed for C# and other .NET languages
+arch=('i686' 'x86_64')
+url=http://www.monodevelop.org;
+license=('GPL')
+depends=('mono=2.10.5' 'mono-addins=0.6.2' 'gnome-sharp' 
'gecko-sharp-2.0=0.10')
+options=(!makeflags)
+install=monodevelop.install
+source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('994ce8de46911568bd061c9e98b6faa3')
+
+build() {
+  export MONO_SHARED_DIR=$srcdir/src/.wabi
+  mkdir -p $MONO_SHARED_DIR
+
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --disable-update-mimedb --disable-update-desktopdb
+  make || return 1
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  rm -r $MONO_SHARED_DIR
+}
+

Deleted: extra-i686/monodevelop.install
===
--- extra-i686/monodevelop.install  2011-10-04 11:39:53 UTC (rev 139650)
+++ extra-i686/monodevelop.install  2011-10-04 11:40:50 UTC (rev 139651)
@@ -1,19 +0,0 @@
-post_install() {
-  update-mime-database /usr/share/mime 1 /dev/null
-  echo update desktop mime database...
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  /bin/true
-}
-
-post_remove() {
-  update-mime-database /usr/share/mime 1 /dev/null
-  echo update desktop mime database...
-  update-desktop-database -q
-}

Copied: monodevelop/repos/extra-i686/monodevelop.install (from rev 139650, 
monodevelop/trunk/monodevelop.install)
===
--- extra-i686/monodevelop.install  (rev 0)
+++ extra-i686/monodevelop.install  2011-10-04 11:40:50 UTC (rev 139651)
@@ -0,0 +1,19 @@

[arch-commits] Commit in monodevelop-debugger-gdb/trunk (PKGBUILD)

2011-10-04 Thread Daniel Isenmann
Date: Tuesday, October 4, 2011 @ 07:41:19
  Author: daniel
Revision: 139652

upgpkg: monodevelop-debugger-gdb 2.6.0.1-1

New upstream bugfix release.

Modified:
  monodevelop-debugger-gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 11:40:50 UTC (rev 139651)
+++ PKGBUILD2011-10-04 11:41:19 UTC (rev 139652)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel Isenmann dan...@archlinux.org
 
 pkgname=monodevelop-debugger-gdb
-pkgver=2.6
+pkgver=2.6.0.1
 pkgrel=1
 pkgdesc=Mono Debugger support
 arch=('i686' 'x86_64')
@@ -9,7 +9,8 @@
 license=('GPL')
 depends=('monodevelop=2.6' 'gdb')
 makedepends=('mono')
-source=(http://download.mono-project.com/sources/$pkgname/$pkgname-$pkgver.tar.gz)
+source=(http://download.mono-project.com/sources/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('ad11a5ae0ed0c10630ad6c92262c7cf0')
 
 build() {
   export MONO_SHARED_DIR=${srcdir}/.wabi
@@ -22,4 +23,3 @@
   make DESTDIR=${pkgdir} install
 }
 
-md5sums=('c503d0be06c81e0ed2e217fc6e095494')



[arch-commits] Commit in monodevelop-debugger-gdb/repos (4 files)

2011-10-04 Thread Daniel Isenmann
Date: Tuesday, October 4, 2011 @ 07:41:43
  Author: daniel
Revision: 139653

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

Added:
  monodevelop-debugger-gdb/repos/extra-i686/PKGBUILD
(from rev 139652, monodevelop-debugger-gdb/trunk/PKGBUILD)
  monodevelop-debugger-gdb/repos/extra-x86_64/PKGBUILD
(from rev 139652, monodevelop-debugger-gdb/trunk/PKGBUILD)
Deleted:
  monodevelop-debugger-gdb/repos/extra-i686/PKGBUILD
  monodevelop-debugger-gdb/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-04 11:41:19 UTC (rev 139652)
+++ extra-i686/PKGBUILD 2011-10-04 11:41:43 UTC (rev 139653)
@@ -1,25 +0,0 @@
-# Maintainer: Daniel Isenmann dan...@archlinux.org
-
-pkgname=monodevelop-debugger-gdb
-pkgver=2.6
-pkgrel=1
-pkgdesc=Mono Debugger support
-arch=('i686' 'x86_64')
-url=http://monodevelop.com;
-license=('GPL')
-depends=('monodevelop=2.6' 'gdb')
-makedepends=('mono')
-source=(http://download.mono-project.com/sources/$pkgname/$pkgname-$pkgver.tar.gz)
-
-build() {
-  export MONO_SHARED_DIR=${srcdir}/.wabi
-  mkdir -p ${MONO_SHARED_DIR}
-  
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make || return 1
-  make DESTDIR=${pkgdir} install
-}
-
-md5sums=('c503d0be06c81e0ed2e217fc6e095494')

Copied: monodevelop-debugger-gdb/repos/extra-i686/PKGBUILD (from rev 139652, 
monodevelop-debugger-gdb/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-04 11:41:43 UTC (rev 139653)
@@ -0,0 +1,25 @@
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+
+pkgname=monodevelop-debugger-gdb
+pkgver=2.6.0.1
+pkgrel=1
+pkgdesc=Mono Debugger support
+arch=('i686' 'x86_64')
+url=http://monodevelop.com;
+license=('GPL')
+depends=('monodevelop=2.6' 'gdb')
+makedepends=('mono')
+source=(http://download.mono-project.com/sources/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('ad11a5ae0ed0c10630ad6c92262c7cf0')
+
+build() {
+  export MONO_SHARED_DIR=${srcdir}/.wabi
+  mkdir -p ${MONO_SHARED_DIR}
+  
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make || return 1
+  make DESTDIR=${pkgdir} install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-04 11:41:19 UTC (rev 139652)
+++ extra-x86_64/PKGBUILD   2011-10-04 11:41:43 UTC (rev 139653)
@@ -1,25 +0,0 @@
-# Maintainer: Daniel Isenmann dan...@archlinux.org
-
-pkgname=monodevelop-debugger-gdb
-pkgver=2.6
-pkgrel=1
-pkgdesc=Mono Debugger support
-arch=('i686' 'x86_64')
-url=http://monodevelop.com;
-license=('GPL')
-depends=('monodevelop=2.6' 'gdb')
-makedepends=('mono')
-source=(http://download.mono-project.com/sources/$pkgname/$pkgname-$pkgver.tar.gz)
-
-build() {
-  export MONO_SHARED_DIR=${srcdir}/.wabi
-  mkdir -p ${MONO_SHARED_DIR}
-  
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make || return 1
-  make DESTDIR=${pkgdir} install
-}
-
-md5sums=('c503d0be06c81e0ed2e217fc6e095494')

Copied: monodevelop-debugger-gdb/repos/extra-x86_64/PKGBUILD (from rev 139652, 
monodevelop-debugger-gdb/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-10-04 11:41:43 UTC (rev 139653)
@@ -0,0 +1,25 @@
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+
+pkgname=monodevelop-debugger-gdb
+pkgver=2.6.0.1
+pkgrel=1
+pkgdesc=Mono Debugger support
+arch=('i686' 'x86_64')
+url=http://monodevelop.com;
+license=('GPL')
+depends=('monodevelop=2.6' 'gdb')
+makedepends=('mono')
+source=(http://download.mono-project.com/sources/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('ad11a5ae0ed0c10630ad6c92262c7cf0')
+
+build() {
+  export MONO_SHARED_DIR=${srcdir}/.wabi
+  mkdir -p ${MONO_SHARED_DIR}
+  
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make || return 1
+  make DESTDIR=${pkgdir} install
+}
+



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

2011-10-04 Thread andyrtr
Date: Tuesday, October 4, 2011 @ 09:21:32
  Author: andyrtr
Revision: 139654

upgpkg: cups-pdf 2.6.0-2

fix FS#26243

Modified:
  cups-pdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 11:41:43 UTC (rev 139653)
+++ PKGBUILD2011-10-04 13:21:32 UTC (rev 139654)
@@ -4,7 +4,7 @@
 
 pkgname=cups-pdf
 pkgver=2.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc=PDF printer for cups
 arch=(i686 x86_64)
 depends=('cups' 'ghostscript')
@@ -32,4 +32,6 @@
 
   # Install config file
   install -D -m644 cups-pdf.conf $pkgdir/etc/cups/cups-pdf.conf
+  # fix https://bugs.archlinux.org/task/26243
+  sed -i s:e  cups-pdf.conf:#  cups-pdf.conf:g  
$pkgdir/etc/cups/cups-pdf.conf
 }



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

2011-10-04 Thread andyrtr
Date: Tuesday, October 4, 2011 @ 09:22:43
  Author: andyrtr
Revision: 139655

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

Added:
  cups-pdf/repos/extra-i686/PKGBUILD
(from rev 139654, cups-pdf/trunk/PKGBUILD)
  cups-pdf/repos/extra-i686/cups-pdf.install
(from rev 139654, cups-pdf/trunk/cups-pdf.install)
  cups-pdf/repos/extra-x86_64/PKGBUILD
(from rev 139654, cups-pdf/trunk/PKGBUILD)
  cups-pdf/repos/extra-x86_64/cups-pdf.install
(from rev 139654, cups-pdf/trunk/cups-pdf.install)
Deleted:
  cups-pdf/repos/extra-i686/PKGBUILD
  cups-pdf/repos/extra-i686/cups-pdf.install
  cups-pdf/repos/extra-x86_64/PKGBUILD
  cups-pdf/repos/extra-x86_64/cups-pdf.install

---+
 extra-i686/PKGBUILD   |   72 
 extra-i686/cups-pdf.install   |   32 -
 extra-x86_64/PKGBUILD |   72 
 extra-x86_64/cups-pdf.install |   32 -
 4 files changed, 106 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-04 13:21:32 UTC (rev 139654)
+++ extra-i686/PKGBUILD 2011-10-04 13:22:43 UTC (rev 139655)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andyrtr at archlinux.org
-# Contributor: Thomas Baechler thomas.baech...@rwth-aachen.de
-
-pkgname=cups-pdf
-pkgver=2.6.0
-pkgrel=1
-pkgdesc=PDF printer for cups
-arch=(i686 x86_64)
-depends=('cups' 'ghostscript')
-install=cups-pdf.install
-url=http://cip.physik.uni-wuerzburg.de/~vrbehr/cups-pdf;
-license=('GPL2')
-source=(http://cip.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/src/cups-pdf_$pkgver.tar.gz)
-backup=(etc/cups/cups-pdf.conf)
-md5sums=('8ee644c77438aac542301352266db181')
-sha1sums=('45ecff78f26dab6261bbf66978e708d93385ef31')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver/src
-  [ -z $CC ]  CC=gcc
-  $CC $CFLAGS -Wall -o cups-pdf cups-pdf.c
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/src
-  install -D -m700 cups-pdf $pkgdir/usr/lib/cups/backend/cups-pdf
-
-  # Install Postscript Color printer
-  cd ../extra
-  install -D -m644 CUPS-PDF.ppd $pkgdir/usr/share/cups/model/CUPS-PDF.ppd
-
-  # Install config file
-  install -D -m644 cups-pdf.conf $pkgdir/etc/cups/cups-pdf.conf
-}

Copied: cups-pdf/repos/extra-i686/PKGBUILD (from rev 139654, 
cups-pdf/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-04 13:22:43 UTC (rev 139655)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andreas Radke andyrtr at archlinux.org
+# Contributor: Thomas Baechler thomas.baech...@rwth-aachen.de
+
+pkgname=cups-pdf
+pkgver=2.6.0
+pkgrel=2
+pkgdesc=PDF printer for cups
+arch=(i686 x86_64)
+depends=('cups' 'ghostscript')
+install=cups-pdf.install
+url=http://cip.physik.uni-wuerzburg.de/~vrbehr/cups-pdf;
+license=('GPL2')
+source=(http://cip.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/src/cups-pdf_$pkgver.tar.gz)
+backup=(etc/cups/cups-pdf.conf)
+md5sums=('8ee644c77438aac542301352266db181')
+sha1sums=('45ecff78f26dab6261bbf66978e708d93385ef31')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver/src
+  [ -z $CC ]  CC=gcc
+  $CC $CFLAGS -Wall -o cups-pdf cups-pdf.c
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/src
+  install -D -m700 cups-pdf $pkgdir/usr/lib/cups/backend/cups-pdf
+
+  # Install Postscript Color printer
+  cd ../extra
+  install -D -m644 CUPS-PDF.ppd $pkgdir/usr/share/cups/model/CUPS-PDF.ppd
+
+  # Install config file
+  install -D -m644 cups-pdf.conf $pkgdir/etc/cups/cups-pdf.conf
+  # fix https://bugs.archlinux.org/task/26243
+  sed -i s:e  cups-pdf.conf:#  cups-pdf.conf:g  
$pkgdir/etc/cups/cups-pdf.conf
+}

Deleted: extra-i686/cups-pdf.install
===
--- extra-i686/cups-pdf.install 2011-10-04 13:21:32 UTC (rev 139654)
+++ extra-i686/cups-pdf.install 2011-10-04 13:22:43 UTC (rev 139655)
@@ -1,16 +0,0 @@
-post_install() {
-  cat  EOF
--
-To use cups-pdf, restart cups and visit the cups
-web interface at http://localhost:631/
-
-You can now add a Virtual Printer (PDF Printer)
-and use the Postscript/Generic postscript color
-printer driver.
-
-Note that cups-pdf has a configuration
-file in /etc/cups. The default location for
-pdf output is /var/spool/cups-pdf/$username.
--
-EOF
-}

Copied: cups-pdf/repos/extra-i686/cups-pdf.install (from rev 139654, 
cups-pdf/trunk/cups-pdf.install)
===
--- extra-i686/cups-pdf.install (rev 0)
+++ extra-i686/cups-pdf.install 2011-10-04 13:22:43 UTC (rev 139655)
@@ -0,0 +1,16 @@
+post_install() {
+  cat  EOF
+-
+To use cups-pdf, restart cups and visit the cups
+web interface at 

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

2011-10-04 Thread Tobias Powalowski
Date: Tuesday, October 4, 2011 @ 09:51:51
  Author: tpowa
Revision: 139656

update to build config

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config

--+
 PKGBUILD |8 
 config   |9 ++---
 2 files changed, 10 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 13:22:43 UTC (rev 139655)
+++ PKGBUILD2011-10-04 13:51:51 UTC (rev 139656)
@@ -7,7 +7,7 @@
 # pkgname=linux-custom   # Build kernel with a different name
 _kernelname=${pkgname#linux}
 _basekernel=3.0
-pkgver=${_basekernel}.4
+pkgver=${_basekernel}.6
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -23,9 +23,9 @@
 'fix-i915.patch'
 'change-default-console-loglevel.patch')
 md5sums=('398e95866794def22b12dfbc15ce89c0'
- 'd9f025a0d5fc5dc94d99d8e81291b939'
- '6afa0a0ef5e7b90f1f7b5ca021ff2724'
- '86b6f9efaadc0bd59f004bf675a7547f'
+ '792f01cc8874d03a84e47fd0e7065df8'
+ '3565fb177244f965ba04bd116c6e33ab'
+ '14f0e5ef7b5111e5ed1d93479bb3fa29'
  'eb14dcfd80c00852ef81ded6e826826a'
  '263725f20c0b9eb9c353040792d644e5'
  '9d3c56a4b999c8bfbd4018089a62f662')

Modified: config
===
--- config  2011-10-04 13:22:43 UTC (rev 139655)
+++ config  2011-10-04 13:51:51 UTC (rev 139656)
@@ -1,6 +1,6 @@
 #
 # Automatically generated make config: don't edit
-# Linux/i386 3.0.0 Kernel Configuration
+# Linux/i386 3.0 Kernel Configuration
 #
 # CONFIG_64BIT is not set
 CONFIG_X86_32=y
@@ -511,14 +511,14 @@
 # CPU Frequency scaling
 #
 CONFIG_CPU_FREQ=y
-CONFIG_CPU_FREQ_TABLE=m
+CONFIG_CPU_FREQ_TABLE=y
 CONFIG_CPU_FREQ_STAT=m
 CONFIG_CPU_FREQ_STAT_DETAILS=y
 # CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
 # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
 CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
 # CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
-CONFIG_CPU_FREQ_GOV_PERFORMANCE=m
+CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
 CONFIG_CPU_FREQ_GOV_POWERSAVE=m
 CONFIG_CPU_FREQ_GOV_USERSPACE=m
 CONFIG_CPU_FREQ_GOV_ONDEMAND=y
@@ -1272,6 +1272,7 @@
 CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1
 # CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is not set
 # CONFIG_MTD_REDBOOT_PARTS_READONLY is not set
+CONFIG_MTD_OF_PARTS=y
 CONFIG_MTD_AR7_PARTS=m
 
 #
@@ -1321,6 +1322,7 @@
 #
 CONFIG_MTD_COMPLEX_MAPPINGS=y
 # CONFIG_MTD_PHYSMAP is not set
+CONFIG_MTD_PHYSMAP_OF=m
 CONFIG_MTD_SC520CDP=m
 CONFIG_MTD_NETSC520=m
 CONFIG_MTD_TS5500=m
@@ -1376,6 +1378,7 @@
 CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADDRESS=0
 # CONFIG_MTD_NAND_DISKONCHIP_BBTWRITE is not set
 # CONFIG_MTD_NAND_CAFE is not set
+CONFIG_MTD_NAND_CS553X=m
 CONFIG_MTD_NAND_NANDSIM=m
 # CONFIG_MTD_NAND_PLATFORM is not set
 CONFIG_MTD_ALAUDA=m



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

2011-10-04 Thread Jan Steffens
Date: Tuesday, October 4, 2011 @ 10:10:47
  Author: heftig
Revision: 139657

fix FS #26247

Modified:
  pulseaudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 13:51:51 UTC (rev 139656)
+++ PKGBUILD2011-10-04 14:10:47 UTC (rev 139657)
@@ -6,8 +6,9 @@
 
 pkgbase=pulseaudio
 pkgname=(pulseaudio libpulse)
+pkgdesc=A featureful, general-purpose sound server
 pkgver=1.0
-pkgrel=2
+pkgrel=3
 arch=(i686 x86_64)
 url=http://pulseaudio.org/;
 license=(GPL LGPL)
@@ -40,7 +41,6 @@
 }
 
 package_pulseaudio() {
-  pkgdesc=A featureful, general-purpose sound server
   depends=(libpulse=$pkgver-$pkgrel rtkit libtool speex tdb udev fftw orc)
   optdepends=('avahi: zeroconf support'
   'bluez: bluetooth support'
@@ -65,7 +65,7 @@
 
   # Make some modules optional
   sed -e $'/load-module module-console-kit/{i.nofail\n;a.fail\n;}' \
-  -e $'/load-module module-jackdbus-detect/{i.nofail\n;a.fail\n;}' \
+  -e '/load-module module-jackdbus-detect/s/^/#/' \
   -i $pkgdir/etc/pulse/default.pa
 
   # Python fix
@@ -93,7 +93,7 @@
 }
 
 package_libpulse() {
-  pkgdesc=A featureful, general-purpose sound server (client library)
+  pkgdesc=$pkgdesc (client library)
   depends=(dbus-core xcb-util libasyncns libcap libxtst libsm libsamplerate 
json-c)
   optdepends=('alsa-plugins: ALSA support'
   'avahi: zeroconf support')



[arch-commits] Commit in pulseaudio/repos (16 files)

2011-10-04 Thread Jan Steffens
Date: Tuesday, October 4, 2011 @ 10:14:35
  Author: heftig
Revision: 139658

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

Added:
  pulseaudio/repos/extra-i686/PKGBUILD
(from rev 139657, pulseaudio/trunk/PKGBUILD)
  pulseaudio/repos/extra-i686/pulseaudio.install
(from rev 139657, pulseaudio/trunk/pulseaudio.install)
  pulseaudio/repos/extra-i686/pulseaudio.xinit
(from rev 139657, pulseaudio/trunk/pulseaudio.xinit)
  pulseaudio/repos/extra-i686/version-number.patch
(from rev 139657, pulseaudio/trunk/version-number.patch)
  pulseaudio/repos/extra-x86_64/PKGBUILD
(from rev 139657, pulseaudio/trunk/PKGBUILD)
  pulseaudio/repos/extra-x86_64/pulseaudio.install
(from rev 139657, pulseaudio/trunk/pulseaudio.install)
  pulseaudio/repos/extra-x86_64/pulseaudio.xinit
(from rev 139657, pulseaudio/trunk/pulseaudio.xinit)
  pulseaudio/repos/extra-x86_64/version-number.patch
(from rev 139657, pulseaudio/trunk/version-number.patch)
Deleted:
  pulseaudio/repos/extra-i686/PKGBUILD
  pulseaudio/repos/extra-i686/pulseaudio.install
  pulseaudio/repos/extra-i686/pulseaudio.xinit
  pulseaudio/repos/extra-i686/version-number.patch
  pulseaudio/repos/extra-x86_64/PKGBUILD
  pulseaudio/repos/extra-x86_64/pulseaudio.install
  pulseaudio/repos/extra-x86_64/pulseaudio.xinit
  pulseaudio/repos/extra-x86_64/version-number.patch

---+
 extra-i686/PKGBUILD   |  204 ++--
 extra-i686/pulseaudio.install |   46 
 extra-i686/pulseaudio.xinit   |   24 ++--
 extra-i686/version-number.patch   |   80 +++---
 extra-x86_64/PKGBUILD |  204 ++--
 extra-x86_64/pulseaudio.install   |   46 
 extra-x86_64/pulseaudio.xinit |   24 ++--
 extra-x86_64/version-number.patch |   80 +++---
 8 files changed, 354 insertions(+), 354 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-04 14:10:47 UTC (rev 139657)
+++ extra-i686/PKGBUILD 2011-10-04 14:14:35 UTC (rev 139658)
@@ -1,102 +0,0 @@
-# $Id$
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Corrado Primier ba...@aur.archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgbase=pulseaudio
-pkgname=(pulseaudio libpulse)
-pkgver=1.0
-pkgrel=2
-arch=(i686 x86_64)
-url=http://pulseaudio.org/;
-license=(GPL LGPL)
-makedepends=(libasyncns libcap attr libxtst libsm libsamplerate libtool rtkit
- speex tdb udev dbus-core xcb-util avahi bluez gconf intltool jack
- lirc-utils openssl fftw orc json-c)
-options=(!emptydirs !libtool !makeflags)
-source=(http://freedesktop.org/software/$pkgbase/releases/$pkgbase-$pkgver.tar.xz
-$pkgbase.xinit version-number.patch)
-sha256sums=('e63464f8a0975446e2b4cfe768b615a66735c8d092b2366d2bdc7a2a04a249be'
-'a0db6cdc74fbf0ca10e2343c08e1e228f109221c6c0ff91b0bfade5c4bdf03cf'
-'6b067ae9e8da703510fb24eae8ee53f3a7b6a90bcf88941ee50997ad679a4530')
-
-build() {
-  cd $srcdir/$pkgbase-$pkgver
-
-  patch -Np1 -i $srcdir/version-number.patch
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---with-database=tdb \
---disable-hal \
---disable-tcpwrap \
---disable-rpath \
---disable-default-build-tests
-
-  make
-}
-
-package_pulseaudio() {
-  pkgdesc=A featureful, general-purpose sound server
-  depends=(libpulse=$pkgver-$pkgrel rtkit libtool speex tdb udev fftw orc)
-  optdepends=('avahi: zeroconf support'
-  'bluez: bluetooth support'
-  'gconf: configuration through gconf (paprefs)'
-  'jack: jack support'
-  'lirc-utils: infra-red support'
-  'openssl: RAOP support'
-  'python2-pyqt: Equalizer GUI (qpaeq)')
-  backup=(etc/pulse/{daemon.conf,default.pa,system.pa})
-  install=pulseaudio.install
-  cd $srcdir/$pkgbase-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # Lower resample quality, saves CPU
-  sed -e '/resample-method/iresample-method=speex-float-0' \
-  -i $pkgdir/etc/pulse/daemon.conf
-
-  # Disable cork-request module, can result in e.g. media players unpausing
-  # when there's a Skype call incoming
-  sed -e 's|/usr/bin/pactl load-module module-x11-cork-request|#|' \
-  -i $pkgdir/usr/bin/start-pulseaudio-x11
-
-  # Make some modules optional
-  sed -e $'/load-module module-console-kit/{i.nofail\n;a.fail\n;}' \
-  -e $'/load-module module-jackdbus-detect/{i.nofail\n;a.fail\n;}' \
-  -i $pkgdir/etc/pulse/default.pa
-
-  # Python fix
-  sed -i '1s:python$:2:' $pkgdir/usr/bin/qpaeq
-
-  install -Dm755 $srcdir/pulseaudio.xinit 
$pkgdir/etc/X11/xinit/xinitrc.d/pulseaudio
-
-  rm $pkgdir/etc/dbus-1/system.d/pulseaudio-system.conf
-
-### Split libpulse
-
-  mkdir -p 

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

2011-10-04 Thread Tobias Powalowski
Date: Tuesday, October 4, 2011 @ 10:18:51
  Author: tpowa
Revision: 139659

upgpkg: linux 3.0.6-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 14:14:35 UTC (rev 139658)
+++ PKGBUILD2011-10-04 14:18:51 UTC (rev 139659)
@@ -15,7 +15,8 @@
 makedepends=('xmlto' 'docbook-xsl')
 options=('!strip')
 
source=(ftp://ftp.kernel.org/pub/linux/kernel/v3.0/linux-${_basekernel}.tar.bz2;
-ftp://ftp.kernel.org/pub/linux/kernel/v3.0/patch-${pkgver}.gz;
+#ftp://ftp.kernel.org/pub/linux/kernel/v3.0/patch-${pkgver}.gz;
+ftp://ftp.archlinux.org/other/linux/patch-${pkgver}.gz;
 # the main kernel config files
 'config' 'config.x86_64'
 # standard config files for mkinitcpio ramdisk



[arch-commits] Commit in linux/repos (16 files)

2011-10-04 Thread Tobias Powalowski
Date: Tuesday, October 4, 2011 @ 10:21:28
  Author: tpowa
Revision: 139660

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

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/PKGBUILD
(from rev 139659, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 139659, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 139659, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 139659, linux/trunk/config.x86_64)
  linux/repos/testing-i686/fix-i915.patch
(from rev 139659, linux/trunk/fix-i915.patch)
  linux/repos/testing-i686/linux.install
(from rev 139659, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 139659, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/PKGBUILD
(from rev 139659, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 139659, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 139659, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 139659, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/fix-i915.patch
(from rev 139659, linux/trunk/fix-i915.patch)
  linux/repos/testing-x86_64/linux.install
(from rev 139659, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 139659, linux/trunk/linux.preset)

--+
 testing-i686/PKGBUILD|  284 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 5831 +
 testing-i686/config.x86_64   | 5570 
 testing-i686/fix-i915.patch  |   26 
 testing-i686/linux.install   |   66 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  284 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 5831 +
 testing-x86_64/config.x86_64 | 5570 
 testing-x86_64/fix-i915.patch|   26 
 testing-x86_64/linux.install |   66 
 testing-x86_64/linux.preset  |   14 
 14 files changed, 23606 insertions(+)

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


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

2011-10-04 Thread Ionut Biru
Date: Tuesday, October 4, 2011 @ 12:04:20
  Author: ibiru
Revision: 139661

g-s needs telepathy-mission-control

Modified:
  gnome-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 14:21:28 UTC (rev 139660)
+++ PKGBUILD2011-10-04 16:04:20 UTC (rev 139661)
@@ -4,12 +4,12 @@
 
 pkgname=gnome-shell
 pkgver=3.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc=The next generation GNOME Shell
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/GnomeShell;
 license=('GPL2')
-depends=('mutter' 'gjs' 'libcroco' 'gnome-bluetooth' 'gnome-desktop' 
'gnome-menus' 'libpulse' 'folks' 'telepathy-logger' 'networkmanager' 'caribou' 
'nautilus')
+depends=('mutter' 'gjs' 'libcroco' 'gnome-bluetooth' 'gnome-desktop' 
'gnome-menus' 'libpulse' 'folks' 'telepathy-logger' 'networkmanager' 'caribou' 
'nautilus' 'telepathy-mission-control')
 makedepends=('intltool' 'gnome-doc-utils')
 optdepends=('network-manager-applet: shell integration for networkmanager')
 options=('!libtool' '!emptydirs')



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

2011-10-04 Thread Ionut Biru
Date: Tuesday, October 4, 2011 @ 12:16:39
  Author: ibiru
Revision: 139662

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

Added:
  gnome-shell/repos/extra-i686/PKGBUILD
(from rev 139661, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-i686/gnome-shell.install
(from rev 139661, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/extra-x86_64/PKGBUILD
(from rev 139661, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-x86_64/gnome-shell.install
(from rev 139661, gnome-shell/trunk/gnome-shell.install)
Deleted:
  gnome-shell/repos/extra-i686/PKGBUILD
  gnome-shell/repos/extra-i686/gnome-shell.install
  gnome-shell/repos/extra-x86_64/PKGBUILD
  gnome-shell/repos/extra-x86_64/gnome-shell.install

--+
 extra-i686/PKGBUILD  |   76 ++---
 extra-i686/gnome-shell.install   |   44 ++---
 extra-x86_64/PKGBUILD|   76 ++---
 extra-x86_64/gnome-shell.install |   44 ++---
 4 files changed, 120 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-04 16:04:20 UTC (rev 139661)
+++ extra-i686/PKGBUILD 2011-10-04 16:16:39 UTC (rev 139662)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Flamelab panosfi...@gmail.com
-
-pkgname=gnome-shell
-pkgver=3.2.0
-pkgrel=1
-pkgdesc=The next generation GNOME Shell
-arch=('i686' 'x86_64')
-url=http://live.gnome.org/GnomeShell;
-license=('GPL2')
-depends=('mutter' 'gjs' 'libcroco' 'gnome-bluetooth' 'gnome-desktop' 
'gnome-menus' 'libpulse' 'folks' 'telepathy-logger' 'networkmanager' 'caribou')
-makedepends=('intltool' 'gnome-doc-utils')
-optdepends=('network-manager-applet: shell integration for networkmanager')
-options=('!libtool' '!emptydirs')
-install=gnome-shell.install
-groups=(gnome)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz)
-sha256sums=('55f8237f4ca517bcfa02bbf88fbcb9afcdc9b252fb9612b84a65409a1f144324')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/gnome-shell \
-  --localstatedir=/var --disable-static \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnome-shell ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-}

Copied: gnome-shell/repos/extra-i686/PKGBUILD (from rev 139661, 
gnome-shell/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-04 16:16:39 UTC (rev 139662)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Flamelab panosfi...@gmail.com
+
+pkgname=gnome-shell
+pkgver=3.2.0
+pkgrel=2
+pkgdesc=The next generation GNOME Shell
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/GnomeShell;
+license=('GPL2')
+depends=('mutter' 'gjs' 'libcroco' 'gnome-bluetooth' 'gnome-desktop' 
'gnome-menus' 'libpulse' 'folks' 'telepathy-logger' 'networkmanager' 'caribou' 
'nautilus' 'telepathy-mission-control')
+makedepends=('intltool' 'gnome-doc-utils')
+optdepends=('network-manager-applet: shell integration for networkmanager')
+options=('!libtool' '!emptydirs')
+install=gnome-shell.install
+groups=(gnome)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz)
+sha256sums=('55f8237f4ca517bcfa02bbf88fbcb9afcdc9b252fb9612b84a65409a1f144324')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/gnome-shell \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnome-shell ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+}

Deleted: extra-i686/gnome-shell.install
===
--- extra-i686/gnome-shell.install  2011-10-04 16:04:20 UTC (rev 139661)
+++ extra-i686/gnome-shell.install  2011-10-04 16:16:39 UTC (rev 139662)
@@ -1,22 +0,0 @@
-pkgname=gnome-shell
-
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  usr/sbin/gconfpkg --install ${pkgname}
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  

[arch-commits] Commit in telepathy-glib/trunk (PKGBUILD fix_gnome-shell.patch)

2011-10-04 Thread Ionut Biru
Date: Tuesday, October 4, 2011 @ 12:19:05
  Author: ibiru
Revision: 139663

update to 0.15.7

Modified:
  telepathy-glib/trunk/PKGBUILD
Deleted:
  telepathy-glib/trunk/fix_gnome-shell.patch

---+
 PKGBUILD  |   11 +---
 fix_gnome-shell.patch |  123 
 2 files changed, 4 insertions(+), 130 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 16:16:39 UTC (rev 139662)
+++ PKGBUILD2011-10-04 16:19:05 UTC (rev 139663)
@@ -4,8 +4,8 @@
 # Contributor: Bjorn Lindeijer bjorn lindeijer nl
 
 pkgname=telepathy-glib
-pkgver=0.15.6
-pkgrel=2
+pkgver=0.15.7
+pkgrel=1
 pkgdesc=GLib bindings for the Telepathy D-Bus protocol
 arch=('i686' 'x86_64')
 url=http://telepathy.freedesktop.org;
@@ -14,14 +14,11 @@
 options=('!libtool' '!emptydirs')
 depends=('dbus-glib')
 makedepends=('libxslt' 'vala' 'gobject-introspection')
-source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-fix_gnome-shell.patch)
-md5sums=('37881cb8d2a33184cf5957db809b8278'
- '015037782eeb8658a9fb093f49a2097f')
+source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('1ddf36edbfcecb9c8ad473d113ce087f')
 
 build() {
 cd ${srcdir}/${pkgname}-${pkgver}
-patch -Np1 -i ${srcdir}/fix_gnome-shell.patch
 PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
 --libexecdir=/usr/lib/telepathy \
 --enable-vala-bindings \

Deleted: fix_gnome-shell.patch
===
--- fix_gnome-shell.patch   2011-10-04 16:16:39 UTC (rev 139662)
+++ fix_gnome-shell.patch   2011-10-04 16:19:05 UTC (rev 139663)
@@ -1,123 +0,0 @@
-commit 014135b89d23f15464d8a82f462ed0f9f98344e0
-Author: Jan Steffens jan.steff...@gmail.com
-Date:   Fri Sep 30 21:09:25 2011 +0200
-
-Revert Sort alphabetically introspected files
-
-This reverts commit 48998822d5e9575af822c1936b35be514dc2401b.
-
-Conflicts:
-
-   telepathy-glib/introspection.am
-
-diff --git a/telepathy-glib/introspection.am b/telepathy-glib/introspection.am
-index 2027c5f..0c867cc 100644
 a/telepathy-glib/introspection.am
-+++ b/telepathy-glib/introspection.am
-@@ -8,63 +8,64 @@ introspection_extra_dist = \
- if HAVE_INTROSPECTION
- 
- INTROSPECTION_FILES = \
-+  $(srcdir)/proxy.c _gen/proxy-introspectable.h \
-   $(srcdir)/account.c $(srcdir)/account.h \
-   $(srcdir)/account-channel-request.c $(srcdir)/account-channel-request.h 
\
-   $(srcdir)/account-manager.c $(srcdir)/account-manager.h \
--  $(srcdir)/add-dispatch-operation-context.c 
$(srcdir)/add-dispatch-operation-context.h \
-   $(srcdir)/automatic-client-factory.c 
$(srcdir)/automatic-client-factory.h \
-   $(srcdir)/automatic-proxy-factory.c $(srcdir)/automatic-proxy-factory.h 
\
--  $(srcdir)/base-client.c $(srcdir)/base-client.h \
--  $(srcdir)/base-connection.c $(srcdir)/base-connection.h \
-   $(srcdir)/basic-proxy-factory.c $(srcdir)/basic-proxy-factory.h \
--  $(srcdir)/capabilities.c $(srcdir)/capabilities.h \
--  $(srcdir)/channel.c $(srcdir)/channel.h \
--  $(srcdir)/channel-contacts.c \
--  $(srcdir)/channel-dispatcher.c $(srcdir)/channel-dispatcher.h \
--  $(srcdir)/channel-dispatch-operation.c 
$(srcdir)/channel-dispatch-operation.h \
--  $(srcdir)/channel-group.c \
--  $(srcdir)/channel-request.c $(srcdir)/channel-request.h \
-   $(srcdir)/client-channel-factory.c $(srcdir)/client-channel-factory.h \
--  $(srcdir)/client-message.c $(srcdir)/client-message.h \
-   $(srcdir)/connection.c $(srcdir)/connection.h \
--  $(srcdir)/connection-avatars.c \
-   $(srcdir)/connection-contact-list.c $(srcdir)/connection-contact-list.h 
\
-   $(srcdir)/connection-handles.c $(srcdir)/connection-contact-info.c \
-+  $(srcdir)/connection-avatars.c \
-+  $(srcdir)/protocol.c $(srcdir)/protocol.h \
-   $(srcdir)/connection-manager.c $(srcdir)/connection-manager.h \
-+  $(srcdir)/channel.c $(srcdir)/channel.h \
-+  $(srcdir)/channel-contacts.c \
-+  $(srcdir)/channel-group.c \
-+  $(srcdir)/handle.c $(srcdir)/handle.h \
-+  $(srcdir)/handle-channels-context.c $(srcdir)/handle-channels-context.h 
\
-+  $(srcdir)/dbus-daemon.c $(srcdir)/dbus-daemon.h \
-+  $(srcdir)/interfaces.c \
-+  $(srcdir)/intset.c $(srcdir)/intset.h \
-+  $(srcdir)/dbus.c $(srcdir)/dbus.h \
-+  $(srcdir)/capabilities.c $(srcdir)/capabilities.h \
-   $(srcdir)/contact.c $(srcdir)/contact.h \
-   $(srcdir)/contact-operations.c $(srcdir)/contact-operations.h \
-   $(srcdir)/contact-search.c $(srcdir)/contact-search.h \
-   $(srcdir)/contact-search-result.c $(srcdir)/contact-search-result.h \
--  $(srcdir)/contacts-mixin.c $(srcdir)/contacts-mixin.h \
--  $(srcdir)/dbus.c 

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

2011-10-04 Thread Ionut Biru
Date: Tuesday, October 4, 2011 @ 12:22:17
  Author: ibiru
Revision: 139664

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

Added:
  telepathy-glib/repos/extra-i686/PKGBUILD
(from rev 139663, telepathy-glib/trunk/PKGBUILD)
  telepathy-glib/repos/extra-x86_64/PKGBUILD
(from rev 139663, telepathy-glib/trunk/PKGBUILD)
Deleted:
  telepathy-glib/repos/extra-i686/PKGBUILD
  telepathy-glib/repos/extra-i686/fix_gnome-shell.patch
  telepathy-glib/repos/extra-x86_64/PKGBUILD
  telepathy-glib/repos/extra-x86_64/fix_gnome-shell.patch

+
 extra-i686/PKGBUILD|   67 +--
 extra-i686/fix_gnome-shell.patch   |  123 ---
 extra-x86_64/PKGBUILD  |   67 +--
 extra-x86_64/fix_gnome-shell.patch |  123 ---
 4 files changed, 64 insertions(+), 316 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-04 16:19:05 UTC (rev 139663)
+++ extra-i686/PKGBUILD 2011-10-04 16:22:17 UTC (rev 139664)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Contributor: Kessia 'even' Pinheiro kessiapinheiro at gmail.com
-# Contributor: Bjorn Lindeijer bjorn lindeijer nl
-
-pkgname=telepathy-glib
-pkgver=0.15.6
-pkgrel=2
-pkgdesc=GLib bindings for the Telepathy D-Bus protocol
-arch=('i686' 'x86_64')
-url=http://telepathy.freedesktop.org;
-groups=('telepathy')
-license=('LGPL2.1')
-options=('!libtool' '!emptydirs')
-depends=('dbus-glib')
-makedepends=('libxslt' 'vala' 'gobject-introspection')
-source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-fix_gnome-shell.patch)
-md5sums=('37881cb8d2a33184cf5957db809b8278'
- '015037782eeb8658a9fb093f49a2097f')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-patch -Np1 -i ${srcdir}/fix_gnome-shell.patch
-PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
---libexecdir=/usr/lib/telepathy \
---enable-vala-bindings \
---enable-static=no
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: telepathy-glib/repos/extra-i686/PKGBUILD (from rev 139663, 
telepathy-glib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-04 16:22:17 UTC (rev 139664)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: Kessia 'even' Pinheiro kessiapinheiro at gmail.com
+# Contributor: Bjorn Lindeijer bjorn lindeijer nl
+
+pkgname=telepathy-glib
+pkgver=0.15.7
+pkgrel=1
+pkgdesc=GLib bindings for the Telepathy D-Bus protocol
+arch=('i686' 'x86_64')
+url=http://telepathy.freedesktop.org;
+groups=('telepathy')
+license=('LGPL2.1')
+options=('!libtool' '!emptydirs')
+depends=('dbus-glib')
+makedepends=('libxslt' 'vala' 'gobject-introspection')
+source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('1ddf36edbfcecb9c8ad473d113ce087f')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+--libexecdir=/usr/lib/telepathy \
+--enable-vala-bindings \
+--enable-static=no
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/fix_gnome-shell.patch
===
--- extra-i686/fix_gnome-shell.patch2011-10-04 16:19:05 UTC (rev 139663)
+++ extra-i686/fix_gnome-shell.patch2011-10-04 16:22:17 UTC (rev 139664)
@@ -1,123 +0,0 @@
-commit 014135b89d23f15464d8a82f462ed0f9f98344e0
-Author: Jan Steffens jan.steff...@gmail.com
-Date:   Fri Sep 30 21:09:25 2011 +0200
-
-Revert Sort alphabetically introspected files
-
-This reverts commit 48998822d5e9575af822c1936b35be514dc2401b.
-
-Conflicts:
-
-   telepathy-glib/introspection.am
-
-diff --git a/telepathy-glib/introspection.am b/telepathy-glib/introspection.am
-index 2027c5f..0c867cc 100644
 a/telepathy-glib/introspection.am
-+++ b/telepathy-glib/introspection.am
-@@ -8,63 +8,64 @@ introspection_extra_dist = \
- if HAVE_INTROSPECTION
- 
- INTROSPECTION_FILES = \
-+  $(srcdir)/proxy.c _gen/proxy-introspectable.h \
-   $(srcdir)/account.c $(srcdir)/account.h \
-   $(srcdir)/account-channel-request.c $(srcdir)/account-channel-request.h 
\
-   $(srcdir)/account-manager.c $(srcdir)/account-manager.h \
--  $(srcdir)/add-dispatch-operation-context.c 
$(srcdir)/add-dispatch-operation-context.h \
-   $(srcdir)/automatic-client-factory.c 
$(srcdir)/automatic-client-factory.h \
-   $(srcdir)/automatic-proxy-factory.c $(srcdir)/automatic-proxy-factory.h 
\
--  $(srcdir)/base-client.c $(srcdir)/base-client.h \
--  

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

2011-10-04 Thread Ionut Biru
Date: Tuesday, October 4, 2011 @ 12:25:43
  Author: ibiru
Revision: 139665

update to 1.4.16

Modified:
  dbus-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 16:22:17 UTC (rev 139664)
+++ PKGBUILD2011-10-04 16:25:43 UTC (rev 139665)
@@ -3,7 +3,7 @@
 # Contributor: Link Dupont l...@subpop.net
 #
 pkgname=dbus-core
-pkgver=1.4.14
+pkgver=1.4.16
 pkgrel=1
 pkgdesc=Freedesktop.org message bus system
 url=http://www.freedesktop.org/Software/dbus;
@@ -16,7 +16,7 @@
 install=dbus.install
 source=(http://dbus.freedesktop.org/releases/dbus/dbus-${pkgver}.tar.gz
 dbus)
-md5sums=('ae6de2562a57516cfabaf56903375ba9'
+md5sums=('44a2a10678e7e50460879c3eb4453a65'
  '08f93dd19cffd1b45ab05c1fd4efb560')
 
 build() {



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

2011-10-04 Thread Ionut Biru
Date: Tuesday, October 4, 2011 @ 12:34:12
  Author: ibiru
Revision: 139666

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

Added:
  dbus-core/repos/testing-i686/
  dbus-core/repos/testing-i686/PKGBUILD
(from rev 139665, dbus-core/trunk/PKGBUILD)
  dbus-core/repos/testing-i686/dbus
(from rev 139665, dbus-core/trunk/dbus)
  dbus-core/repos/testing-i686/dbus.install
(from rev 139665, dbus-core/trunk/dbus.install)
  dbus-core/repos/testing-x86_64/
  dbus-core/repos/testing-x86_64/PKGBUILD
(from rev 139665, dbus-core/trunk/PKGBUILD)
  dbus-core/repos/testing-x86_64/dbus
(from rev 139665, dbus-core/trunk/dbus)
  dbus-core/repos/testing-x86_64/dbus.install
(from rev 139665, dbus-core/trunk/dbus.install)

-+
 testing-i686/PKGBUILD   |   57 ++
 testing-i686/dbus   |   57 ++
 testing-i686/dbus.install   |   24 +
 testing-x86_64/PKGBUILD |   57 ++
 testing-x86_64/dbus |   57 ++
 testing-x86_64/dbus.install |   24 +
 6 files changed, 276 insertions(+)

Copied: dbus-core/repos/testing-i686/PKGBUILD (from rev 139665, 
dbus-core/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-04 16:34:12 UTC (rev 139666)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Link Dupont l...@subpop.net
+#
+pkgname=dbus-core
+pkgver=1.4.16
+pkgrel=1
+pkgdesc=Freedesktop.org message bus system
+url=http://www.freedesktop.org/Software/dbus;
+arch=(i686 x86_64)
+license=('GPL' 'custom')
+depends=('expat=2.0.1' 'coreutils' 'filesystem')
+makedepends=('libx11')
+conflicts=('dbus1.2.3-2')
+options=(!libtool)
+install=dbus.install
+source=(http://dbus.freedesktop.org/releases/dbus/dbus-${pkgver}.tar.gz
+dbus)
+md5sums=('44a2a10678e7e50460879c3eb4453a65'
+ '08f93dd19cffd1b45ab05c1fd4efb560')
+
+build() {
+  cd ${srcdir}/dbus-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
+  --with-system-pid-file=/var/run/dbus.pid \
+  --enable-inotify --disable-dnotify \
+  --disable-verbose-mode --disable-static \
+  --disable-tests --disable-asserts \
+  --with-systemdsystemunitdir=/lib/systemd/system
+  make
+}
+
+package(){
+  cd ${srcdir}/dbus-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  rm -f ${pkgdir}/usr/bin/dbus-launch
+  rm -f ${pkgdir}/usr/share/man/man1/dbus-launch.1
+
+  chown 81:81 ${pkgdir}/var/run/dbus
+
+  install -m755 -d ${pkgdir}/etc/rc.d
+  install -m755 ${srcdir}/dbus ${pkgdir}/etc/rc.d/
+
+  #Fix configuration file
+  sed -i -e 's|user81/user|userdbus/user|' 
${pkgdir}/etc/dbus-1/system.conf
+
+  #install .keep files so pacman doesn't delete empty dirs
+  touch ${pkgdir}/usr/share/dbus-1/services/.keep
+  touch ${pkgdir}/usr/share/dbus-1/system-services/.keep
+  touch ${pkgdir}/etc/dbus-1/session.d/.keep
+  touch ${pkgdir}/etc/dbus-1/system.d/.keep
+
+  install -d -m755 ${pkgdir}/usr/share/licenses/dbus-core
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/dbus-core/
+}


Property changes on: dbus-core/repos/testing-i686/PKGBUILD
___
Added: svn:keywords
   + Id
Added: svn:mergeinfo
   + 

Copied: dbus-core/repos/testing-i686/dbus (from rev 139665, 
dbus-core/trunk/dbus)
===
--- testing-i686/dbus   (rev 0)
+++ testing-i686/dbus   2011-10-04 16:34:12 UTC (rev 139666)
@@ -0,0 +1,57 @@
+#!/bin/bash
+
+# general config
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+case $1 in
+start)
+stat_busy Starting D-BUS system messagebus
+   if [ ! -x /var/run/dbus ] ; then
+   install -m755 -g 81 -o 81 -d /var/run/dbus
+   fi
+if [ -x /usr/bin/dbus-uuidgen ] ; then
+/usr/bin/dbus-uuidgen --ensure
+fi
+
+/usr/bin/dbus-daemon --system
+if [ $? -gt 0 ]; then
+stat_fail
+else
+add_daemon dbus
+stat_done
+fi
+;;
+stop)
+stat_busy Stopping D-BUS system messagebus
+   [ -f /var/run/dbus.pid ]  kill `cat /var/run/dbus.pid` /dev/null 21
+if [ $? -gt 0 ]; then
+stat_fail
+else
+   rm -f /var/run/dbus.pid
+rm_daemon dbus
+stat_done
+fi
+;;
+restart)
+$0 stop
+   sleep 1
+$0 start
+;;
+reload)
+stat_busy Reloading D-BUS configuration
+[ -f /var/run/dbus.pid ]  /usr/bin/dbus-send \
+--system --type=method_call \
+

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

2011-10-04 Thread Ionut Biru
Date: Tuesday, October 4, 2011 @ 12:51:33
  Author: ibiru
Revision: 139667

update to 1.4.16

Modified:
  dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 16:34:12 UTC (rev 139666)
+++ PKGBUILD2011-10-04 16:51:33 UTC (rev 139667)
@@ -3,7 +3,7 @@
 # Contributor: Link Dupont l...@subpop.net
 #
 pkgname=dbus
-pkgver=1.4.14
+pkgver=1.4.16
 pkgrel=1
 pkgdesc=Freedesktop.org message bus system
 url=http://www.freedesktop.org/Software/dbus;
@@ -12,7 +12,7 @@
 depends=(dbus-core=${pkgver} 'libx11')
 
source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz
 30-dbus)
-md5sums=('ae6de2562a57516cfabaf56903375ba9'
+md5sums=('44a2a10678e7e50460879c3eb4453a65'
  'd14e59575f04e55d21a04907b6fd9f3c')
 
 build() {



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

2011-10-04 Thread Ionut Biru
Date: Tuesday, October 4, 2011 @ 12:52:58
  Author: ibiru
Revision: 139668

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

Added:
  dbus/repos/testing-i686/
  dbus/repos/testing-i686/30-dbus
(from rev 139667, dbus/trunk/30-dbus)
  dbus/repos/testing-i686/PKGBUILD
(from rev 139667, dbus/trunk/PKGBUILD)
  dbus/repos/testing-x86_64/
  dbus/repos/testing-x86_64/30-dbus
(from rev 139667, dbus/trunk/30-dbus)
  dbus/repos/testing-x86_64/PKGBUILD
(from rev 139667, dbus/trunk/PKGBUILD)

-+
 testing-i686/30-dbus|9 +
 testing-i686/PKGBUILD   |   41 +
 testing-x86_64/30-dbus  |9 +
 testing-x86_64/PKGBUILD |   41 +
 4 files changed, 100 insertions(+)

Copied: dbus/repos/testing-i686/30-dbus (from rev 139667, dbus/trunk/30-dbus)
===
--- testing-i686/30-dbus(rev 0)
+++ testing-i686/30-dbus2011-10-04 16:52:58 UTC (rev 139668)
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+# launches a session dbus instance
+
+dbuslaunch=`which dbus-launch 2/dev/null`
+if [ -n $dbuslaunch ]  [ -x $dbuslaunch ]  [ -z 
$DBUS_SESSION_BUS_ADDRESS ]; then
+  eval `$dbuslaunch --sh-syntax --exit-with-session`
+fi
+

Copied: dbus/repos/testing-i686/PKGBUILD (from rev 139667, dbus/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-04 16:52:58 UTC (rev 139668)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Link Dupont l...@subpop.net
+#
+pkgname=dbus
+pkgver=1.4.16
+pkgrel=1
+pkgdesc=Freedesktop.org message bus system
+url=http://www.freedesktop.org/Software/dbus;
+arch=(i686 x86_64)
+license=('GPL' 'custom')
+depends=(dbus-core=${pkgver} 'libx11')
+source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz
+30-dbus)
+md5sums=('44a2a10678e7e50460879c3eb4453a65'
+ 'd14e59575f04e55d21a04907b6fd9f3c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ECHO=echo ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
\
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
+  --with-system-pid-file=/var/run/dbus.pid \
+  --disable-verbose-mode --disable-static \
+  --enable-inotify --disable-dnotify \
+  --disable-tests --disable-asserts
+  make -C tools dbus-launch
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  install -m755 -d ${pkgdir}/usr/bin
+  install -m755 -d ${pkgdir}/usr/share/man/man1
+  install -m755 tools/dbus-launch ${pkgdir}/usr/bin/
+  install -m644 doc/dbus-launch.1 ${pkgdir}/usr/share/man/man1/
+
+  install -m755 -d ${pkgdir}/etc/X11/xinit/xinitrc.d
+  install -m755 ${srcdir}/30-dbus ${pkgdir}/etc/X11/xinit/xinitrc.d/
+
+  install -d -m755 ${pkgdir}/usr/share/licenses/dbus
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/dbus/
+}

Copied: dbus/repos/testing-x86_64/30-dbus (from rev 139667, dbus/trunk/30-dbus)
===
--- testing-x86_64/30-dbus  (rev 0)
+++ testing-x86_64/30-dbus  2011-10-04 16:52:58 UTC (rev 139668)
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+# launches a session dbus instance
+
+dbuslaunch=`which dbus-launch 2/dev/null`
+if [ -n $dbuslaunch ]  [ -x $dbuslaunch ]  [ -z 
$DBUS_SESSION_BUS_ADDRESS ]; then
+  eval `$dbuslaunch --sh-syntax --exit-with-session`
+fi
+

Copied: dbus/repos/testing-x86_64/PKGBUILD (from rev 139667, 
dbus/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-04 16:52:58 UTC (rev 139668)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Link Dupont l...@subpop.net
+#
+pkgname=dbus
+pkgver=1.4.16
+pkgrel=1
+pkgdesc=Freedesktop.org message bus system
+url=http://www.freedesktop.org/Software/dbus;
+arch=(i686 x86_64)
+license=('GPL' 'custom')
+depends=(dbus-core=${pkgver} 'libx11')
+source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz
+30-dbus)
+md5sums=('44a2a10678e7e50460879c3eb4453a65'
+ 'd14e59575f04e55d21a04907b6fd9f3c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ECHO=echo ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
\
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
+  --with-system-pid-file=/var/run/dbus.pid \
+  --disable-verbose-mode --disable-static \
+  --enable-inotify --disable-dnotify \
+  --disable-tests --disable-asserts
+  make -C tools dbus-launch
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  install -m755 -d ${pkgdir}/usr/bin
+  install -m755 -d ${pkgdir}/usr/share/man/man1
+  install -m755 tools/dbus-launch 

[arch-commits] Commit in dbus-glib/trunk (PKGBUILD fix_network_manager.patch)

2011-10-04 Thread Ionut Biru
Date: Tuesday, October 4, 2011 @ 12:56:27
  Author: ibiru
Revision: 139669

update to 0.98

Modified:
  dbus-glib/trunk/PKGBUILD
Deleted:
  dbus-glib/trunk/fix_network_manager.patch

---+
 PKGBUILD  |   11 ---
 fix_network_manager.patch |   40 
 2 files changed, 4 insertions(+), 47 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 16:52:58 UTC (rev 139668)
+++ PKGBUILD2011-10-04 16:56:27 UTC (rev 139669)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=dbus-glib
-pkgver=0.94
-pkgrel=2
+pkgver=0.98
+pkgrel=1
 pkgdesc=GLib bindings for DBUS
 arch=(i686 x86_64)
 license=('GPL')
@@ -11,14 +11,11 @@
 depends=('dbus-core' 'glib2')
 makedepends=('pkgconfig')
 options=('!libtool' '!emptydirs')
-source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz
-fix_network_manager.patch)
-md5sums=('e1f1506a6f4941e67bffd614b1ad5af6'
- '2a3598342dd25722d452e7beaf21b5f3')
+source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('3f7f117dc7c8d899d9acfdcbf9253fb8')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/fix_network_manager.patch
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --enable-static=no --enable-bash-completion=no
   make

Deleted: fix_network_manager.patch
===
--- fix_network_manager.patch   2011-10-04 16:52:58 UTC (rev 139668)
+++ fix_network_manager.patch   2011-10-04 16:56:27 UTC (rev 139669)
@@ -1,40 +0,0 @@
-From 3e0828f57c3925ea9b63d22ab82d991a0fea0536 Mon Sep 17 00:00:00 2001
-From: Simon McVittie simon.mcvit...@collabora.co.uk
-Date: Thu, 02 Jun 2011 12:49:51 +
-Subject: Fix regression in marshalling objects as object paths
-
-This regressed while fixing fd.o #36811. NetworkManager apparently uses
-this idiom.
-
-Bug: https://bugs.freedesktop.org/show_bug.cgi?id=37852
-Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628890
-Tested-by: Michael Biebl bi...@debian.org
-Reviewed-by: Colin Walters walt...@verbum.org

-diff --git a/dbus/dbus-gobject.c b/dbus/dbus-gobject.c
-index 3b0bd17..7ee0b4f 100644
 a/dbus/dbus-gobject.c
-+++ b/dbus/dbus-gobject.c
-@@ -3049,16 +3049,16 @@ out:
- const char *
- _dbus_gobject_get_path (GObject *obj)
- {
--  GSList *registrations;
-+  ObjectExport *oe;
-   ObjectRegistration *o;
- 
--  registrations = g_object_get_data (obj, dbus_glib_object_registrations);
-+  oe = g_object_get_data (obj, dbus_glib_object_registrations);
- 
--  if (registrations == NULL)
-+  if (oe == NULL || oe-registrations == NULL)
- return NULL;
- 
-   /* First one to have been registered wins */
--  o = registrations-data;
-+  o = oe-registrations-data;
- 
-   return o-object_path;
- }
---
-cgit v0.8.3-6-g21f6



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

2011-10-04 Thread Ionut Biru
Date: Tuesday, October 4, 2011 @ 12:57:18
  Author: ibiru
Revision: 139670

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

Added:
  dbus-glib/repos/testing-i686/
  dbus-glib/repos/testing-i686/PKGBUILD
(from rev 139669, dbus-glib/trunk/PKGBUILD)
  dbus-glib/repos/testing-x86_64/
  dbus-glib/repos/testing-x86_64/PKGBUILD
(from rev 139669, dbus-glib/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   27 +++
 testing-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: dbus-glib/repos/testing-i686/PKGBUILD (from rev 139669, 
dbus-glib/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-10-04 16:57:18 UTC (rev 139670)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=dbus-glib
+pkgver=0.98
+pkgrel=1
+pkgdesc=GLib bindings for DBUS
+arch=(i686 x86_64)
+license=('GPL')
+url=http://www.freedesktop.org/wiki/Software/DBusBindings;
+depends=('dbus-core' 'glib2')
+makedepends=('pkgconfig')
+options=('!libtool' '!emptydirs')
+source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('3f7f117dc7c8d899d9acfdcbf9253fb8')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --enable-static=no --enable-bash-completion=no
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: dbus-glib/repos/testing-x86_64/PKGBUILD (from rev 139669, 
dbus-glib/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-10-04 16:57:18 UTC (rev 139670)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=dbus-glib
+pkgver=0.98
+pkgrel=1
+pkgdesc=GLib bindings for DBUS
+arch=(i686 x86_64)
+license=('GPL')
+url=http://www.freedesktop.org/wiki/Software/DBusBindings;
+depends=('dbus-core' 'glib2')
+makedepends=('pkgconfig')
+options=('!libtool' '!emptydirs')
+source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('3f7f117dc7c8d899d9acfdcbf9253fb8')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --enable-static=no --enable-bash-completion=no
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in kdelibs/trunk (PKGBUILD fix-kdirwatch-with-linux3.patch)

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:49:04
  Author: andrea
Revision: 139671

KDE 4.7.2

Modified:
  kdelibs/trunk/PKGBUILD
Deleted:
  kdelibs/trunk/fix-kdirwatch-with-linux3.patch

-+
 PKGBUILD|   17 ---
 fix-kdirwatch-with-linux3.patch |   56 --
 2 files changed, 6 insertions(+), 67 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 16:57:18 UTC (rev 139670)
+++ PKGBUILD2011-10-04 17:49:04 UTC (rev 139671)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdelibs
-pkgver=4.7.1
-pkgrel=2
+pkgver=4.7.2
+pkgrel=1
 pkgdesc=KDE Core Libraries
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -19,24 +19,19 @@
 replaces=('kdelibs-experimental')
 install='kdelibs.install'
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
-'kde-applications-menu.patch' 'archlinux-menu.patch'
-'fix-kdirwatch-with-linux3.patch')
-sha1sums=('661cc56f199b7250bd825cc0e85ff442b85171e2'
+'kde-applications-menu.patch' 'archlinux-menu.patch')
+sha1sums=('4b074633cbf69752fda96018514ee771efe8f18b'
   '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
-  '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
-  '54e6cbd7a8c4f9df947f18692512ca618c824c43')
+  '63a850ab4196b9d06934f2b4a13acd9f7739bc67')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
 
-   # avoid file conflict with gnome-menu
+   # avoid file conflict with gnome-menus
patch -p1 -i ${srcdir}/kde-applications-menu.patch
# add Archlinux menu entry
patch -p1 -i ${srcdir}/archlinux-menu.patch
 
-   # Already fixed upstream
-   patch -p1 -i ${srcdir}/fix-kdirwatch-with-linux3.patch
-
cd ${srcdir}
mkdir build
cd build

Deleted: fix-kdirwatch-with-linux3.patch
===
--- fix-kdirwatch-with-linux3.patch 2011-10-04 16:57:18 UTC (rev 139670)
+++ fix-kdirwatch-with-linux3.patch 2011-10-04 17:49:04 UTC (rev 139671)
@@ -1,56 +0,0 @@
-From: Alex Fiestas afies...@kde.org
-Date: Fri, 09 Sep 2011 16:54:23 +
-Subject: Fix KDirWatch when using Kernel 3.0
-X-Git-Url: 
http://quickgit.kde.org/?p=kdelibs.gitamp;a=commitdiffamp;h=7df5a79fb9f09e4a4a80cd541cc478b5fa6df00f

-Fix KDirWatch when using Kernel 3.0
-
-To know INotify is available in the kernel we are checking for a
-kernel newer than 2.6.14, that's all allright but the problem is
-that the Kernel version format has changed  and now we can't be sure
-that it is going to be formed by 3 numbers.
-Basically we where checking for:
-
-%d.%d.%d and now it can be %d.%d as it is with 3.0
-
-This patch what does is check if the kernel is 2.6, if it is then
-it proceed with the version checking.
-
-CCMAIL: dfa...@kde.org

-
-
 a/kdecore/io/kdirwatch.cpp
-+++ b/kdecore/io/kdirwatch.cpp
-@@ -210,16 +210,24 @@ KDirWatchPrivate::KDirWatchPrivate()
-   {
- struct utsname uts;
- int major, minor, patch;
--if (uname(uts)  0)
--  supports_inotify = false; // *shrug*
--else if (sscanf(uts.release, %d.%d.%d, major, minor, patch) != 3)
--  supports_inotify = false; // *shrug*
--else if( major * 100 + minor * 1000 + patch  2006014 ) { // 2.6.14
--  kDebug(7001)  Can't use INotify, Linux kernel too old;
-+if (uname(uts)  0) {
-   supports_inotify = false;
-+  kDebug(7001)  Unable to get uname;
-+} else if (sscanf(uts.release, %d.%d, major, minor) != 2) {
-+  supports_inotify = false;
-+  kDebug(7001)  The version is malformed:   uts.release;
-+} else if(major == 2  minor == 6) { // If it is 2.6 check further...
-+  if (sscanf(uts.release, %d.%d.%d, major, minor, patch) != 3) {
-+supports_inotify = false;
-+kDebug()  Detected 2.6 kernel but can't know more:   
uts.release;
-+  } else if (major * 100 + minor * 1000 + patch  2006014 ){
-+supports_inotify = false;
-+kDebug(7001)  Can't use INotify, Linux kernel too old   
uts.release;
-+  }
- }
-   }
- 
-+  kDebug()  INotify available:   supports_inotify;
-   if ( supports_inotify ) {
- availableMethods  INotify;
- fcntl(m_inotify_fd, F_SETFD, FD_CLOEXEC);
-



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:49:07
  Author: andrea
Revision: 139672

KDE 4.7.2

Modified:
  kdepimlibs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:49:04 UTC (rev 139671)
+++ PKGBUILD2011-10-04 17:49:07 UTC (rev 139672)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdepimlibs
-pkgver=4.7.1
+pkgver=4.7.2
 pkgrel=1
 pkgdesc=KDE PIM Libraries
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'cyrus-sasl' 'openldap')
 install='kdepimlibs.install'
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('6a2cb3d872339fc9549189f31163fc07889fc3ec')
+sha1sums=('9ad72ec123c2837783e6836e8c79210c658d2536')
 
 build() {
cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:49:11
  Author: andrea
Revision: 139673

KDE 4.7.2

Modified:
  oxygen-icons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:49:07 UTC (rev 139672)
+++ PKGBUILD2011-10-04 17:49:11 UTC (rev 139673)
@@ -5,7 +5,7 @@
 pkgbase=oxygen-icons
 pkgname=('oxygen-icons'
  'oxygen-icons-svg')
-pkgver=4.7.1
+pkgver=4.7.2
 pkgrel=1
 pkgdesc=The Oxygen Icon Theme
 arch=('any')
@@ -13,7 +13,7 @@
 license=('LGPL')
 makedepends=('pkgconfig' 'cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('1638096cde02ec69d5c412eb2bc13886906f7386')
+sha1sums=('0bb63c06b8b13c9061400099e4056bbd1ef0eb23')
 
 build() {
cd $srcdir



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:49:14
  Author: andrea
Revision: 139674

KDE 4.7.2

Modified:
  kdebase-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:49:11 UTC (rev 139673)
+++ PKGBUILD2011-10-04 17:49:14 UTC (rev 139674)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdebase-runtime
-pkgver=4.7.1
-pkgrel=2
+pkgver=4.7.2
+pkgrel=1
 pkgdesc=KDE Base Runtime Environment
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -17,7 +17,7 @@
 'gdb: drkonq crash handler')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/kde-runtime-${pkgver}.tar.bz2;)
-sha1sums=('fc8da236bff699518b54b2fe6bcf8a518206b6e3')
+sha1sums=('4d0b1883a2f65cc9472c4788c24e6b241f3b8828')
 
 build() {
 cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:49:18
  Author: andrea
Revision: 139675

KDE 4.7.2

Modified:
  kdepim-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:49:14 UTC (rev 139674)
+++ PKGBUILD2011-10-04 17:49:18 UTC (rev 139675)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdepim-runtime
-pkgver=4.7.1
+pkgver=4.7.2
 pkgrel=1
 pkgdesc='KDE PIM Runtime Environment'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('0e7645c83debc64d0b351d39f97b801dc8417630')
+sha1sums=('f82886a63c48d718f30d60bd76ea7ac97f17a4c3')
 
 build() {
 cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:49:21
  Author: andrea
Revision: 139676

KDE 4.7.2

Modified:
  kdebindings-smokegen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:49:18 UTC (rev 139675)
+++ PKGBUILD2011-10-04 17:49:21 UTC (rev 139676)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-smokegen
-pkgver=4.7.1
+pkgver=4.7.2
 pkgrel=1
 pkgdesc=A general purpose C++ parser with a plugin infrastructure
 url=http://kde.org/;
@@ -12,7 +12,7 @@
 makedepends=('cmake' 'automoc4')
 conflicts=('kdebindings-smoke')
 
source=(http://download.kde.org/stable/${pkgver}/src/smokegen-${pkgver}.tar.bz2;)
-sha1sums=('952181277c8d212db7028476034d0160a152e696')
+sha1sums=('f2f605b2ca40403529b9065e745ebb1d9b7e0fcb')
 
 build() {
   cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:49:24
  Author: andrea
Revision: 139677

KDE 4.7.2

Modified:
  kdebindings-smokeqt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:49:21 UTC (rev 139676)
+++ PKGBUILD2011-10-04 17:49:24 UTC (rev 139677)
@@ -2,8 +2,8 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-smokeqt
-pkgver=4.7.1
-pkgrel=2
+pkgver=4.7.2
+pkgrel=1
 pkgdesc=Language independent library for Qt bindings
 url=http://kde.org/;
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 conflicts=('kdebindings-smoke')
 
source=(http://download.kde.org/stable/${pkgver}/src/smokeqt-${pkgver}.tar.bz2;)
-sha1sums=('7f6074c552a3e9a72ebbbc1683786d7cb479871a')
+sha1sums=('93bf50c340e5188f2432da97c5a3ff7e2928eb3e')
 
 build() {
   cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:49:27
  Author: andrea
Revision: 139678

KDE 4.7.2

Modified:
  kdegraphics-okular/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:49:24 UTC (rev 139677)
+++ PKGBUILD2011-10-04 17:49:27 UTC (rev 139678)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-okular
-pkgver=4.7.1
+pkgver=4.7.2
 pkgrel=1
 pkgdesc='Document Viewer'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 optdepends=('kdegraphics-mobipocket: mobipocket support')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/okular-${pkgver}.tar.bz2;)
-sha1sums=('73d2b9ecdafa43feb9da645d6ff9ea309a55b669')
+sha1sums=('5bc14efec8d00429a45a807a5bc839ffc783a10f')
 
 build() {
   cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:49:29
  Author: andrea
Revision: 139679

KDE 4.7.2

Modified:
  kdesdk-kate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:49:27 UTC (rev 139678)
+++ PKGBUILD2011-10-04 17:49:29 UTC (rev 139679)
@@ -4,14 +4,14 @@
 pkgbase=kdesdk-kate
 pkgname=('kdebase-kwrite'
  'kdesdk-kate')
-pkgver=4.7.1
+pkgver=4.7.2
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 makedepends=('kdelibs ''cmake' 'automoc4')
 source=(http://download.kde.org/stable/${pkgver}/src/kate-${pkgver}.tar.bz2;
 'pkgbuild-syntax-highlight.patch')
-sha1sums=('12eadb7c74c16fb11d51d4415d141095a624f010'
+sha1sums=('467b0558f1f86d0b210abd2d78c94cbe63b8579d'
   'ab0c5d2a796b0f283154799add161c99f48ffcd5')
 
 build() {



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:49:32
  Author: andrea
Revision: 139680

KDE 4.7.2

Modified:
  kdebindings-smokekde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:49:29 UTC (rev 139679)
+++ PKGBUILD2011-10-04 17:49:32 UTC (rev 139680)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-smokekde
-pkgver=4.7.1
+pkgver=4.7.2
 pkgrel=1
 pkgdesc=Language independent library for KDE bindings
 url=http://kde.org/;
@@ -14,7 +14,7 @@
  'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
 conflicts=('kdebindings-smoke')
 
source=(http://download.kde.org/stable/${pkgver}/src/smokekde-${pkgver}.tar.bz2;)
-sha1sums=('20b8db2cce9aad11047ba758e1e327ea6970427a')
+sha1sums=('8874744db367dd5c9d7a8783f662b6283b69dc1f')
 
 build() {
   cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:49:35
  Author: andrea
Revision: 139681

KDE 4.7.2

Modified:
  kdebindings-perlqt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:49:32 UTC (rev 139680)
+++ PKGBUILD2011-10-04 17:49:35 UTC (rev 139681)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-perlqt
-pkgver=4.7.1
+pkgver=4.7.2
 pkgrel=1
 pkgdesc=Perl bindings for the Qt libraries
 url=http://kde.org/;
@@ -12,7 +12,7 @@
 depends=('kdebindings-smokeqt')
 makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
 
source=(http://download.kde.org/stable/${pkgver}/src/perlqt-${pkgver}.tar.bz2;)
-sha1sums=('f2534fc9677ce4f3e58a67b4d9b255f403250064')
+sha1sums=('cde0c6b325e62d26ee6bd2f3f25d01e0563197c9')
 
 build() {
   cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:49:38
  Author: andrea
Revision: 139682

KDE 4.7.2

Modified:
  kdebindings-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:49:35 UTC (rev 139681)
+++ PKGBUILD2011-10-04 17:49:38 UTC (rev 139682)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-python
-pkgver=4.7.1
+pkgver=4.7.2
 pkgrel=1
 pkgdesc=KDE bindings for Python
 url=http://kde.org/;
@@ -12,7 +12,7 @@
 depends=('kdepim-runtime' 'python2-pyqt' 'qscintilla' 'boost-libs')
 makedepends=('cmake' 'automoc4' 'boost')
 
source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.bz2;)
-sha1sums=('fd05f0c04586878c3c23e80bb1c59b316184d7ab')
+sha1sums=('cc7844851110697f06da60cf4a1ee527eda76087')
 
 build() {
   cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:49:40
  Author: andrea
Revision: 139683

KDE 4.7.2

Modified:
  kdebindings-qyoto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:49:38 UTC (rev 139682)
+++ PKGBUILD2011-10-04 17:49:40 UTC (rev 139683)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-qyoto
-pkgver=4.7.1
+pkgver=4.7.2
 pkgrel=1
 pkgdesc=.NET/Mono bindings for the Qt libraries
 url=http://kde.org/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
 conflicts=('kdebindings-csharp')
 source=(http://download.kde.org/stable/${pkgver}/src/qyoto-${pkgver}.tar.bz2;)
-sha1sums=('a08fd3750cd021578e82e096a1534b093591dbb1')
+sha1sums=('f002a31fcdcaa94af02bbf5e368e79463974e467')
 
 build() {
   cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:49:43
  Author: andrea
Revision: 139684

KDE 4.7.2

Modified:
  kdebindings-qtruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:49:40 UTC (rev 139683)
+++ PKGBUILD2011-10-04 17:49:43 UTC (rev 139684)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-qtruby
-pkgver=4.7.1
+pkgver=4.7.2
 pkgrel=1
 pkgdesc=Qt bindings for ruby
 url=http://kde.org/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
 conflicts=('kdebindings-ruby')
 
source=(http://download.kde.org/stable/${pkgver}/src/qtruby-${pkgver}.tar.bz2;)
-sha1sums=('a40e760ea16482885cbd061c95cec984af1ec4ac')
+sha1sums=('1d13c0dd79a2c90c9e964e23fee3573c9397bd4d')
 
 build() {
   cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:49:46
  Author: andrea
Revision: 139685

KDE 4.7.2

Modified:
  kdebase-workspace/trunk/PKGBUILD
Deleted:
  kdebase-workspace/trunk/important-performance-bugfix.patch

+
 PKGBUILD   |   15 +
 important-performance-bugfix.patch |   91 ---
 2 files changed, 5 insertions(+), 101 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:49:43 UTC (rev 139684)
+++ PKGBUILD2011-10-04 17:49:46 UTC (rev 139685)
@@ -4,8 +4,8 @@
 
 pkgname=kdebase-workspace
 _pkgname=kde-workspace
-pkgver=4.7.1
-pkgrel=7
+pkgver=4.7.2
+pkgrel=1
 pkgdesc=KDE Base Workspace
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -30,17 +30,15 @@
 options=('emptydirs')
 
source=(http://download.kde.org/stable/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;
 'kdm-zsh-profile.patch' 'kdm' 'kde.pam' 'kde-np.pam' 'kscreensaver.pam'
-'fixpath.patch' 'terminate-server.patch'
-'important-performance-bugfix.patch')
-sha1sums=('c7867d2f788086078abbcff53a035a6131232539'
+'fixpath.patch' 'terminate-server.patch')
+sha1sums=('afd37b2f583690e391828c1ceb7311e2e8d37c6f'
   '8c2bdefb23a03b753b78d16944d03fa3939d2d99'
   '5db3a245201bd4a50e65aa2ef583cf5490e4f646'
   'f7b38af38549242a240f1a90ab9964ca8a366129'
   '603cc79c4d2b4eae62bb5f244aeecb3a778b5516'
   '106635aa1aae51d6f0668b1853f6c49a4fe9d3d8'
   'd7b5883f7e65c6839b1f65f94d58026673dd0226'
-  'ac7bc292c865bc1ab8c02e6341aa7aeaf1a3'
-  '4fa046db21e3203771fd29bc0e1c32918862b894')
+  'ac7bc292c865bc1ab8c02e6341aa7aeaf1a3')
 
 build() {
cd ${srcdir}/${_pkgname}-${pkgver}
@@ -48,9 +46,6 @@
patch -p0 -i ${srcdir}/fixpath.patch
patch -p0 -i ${srcdir}/terminate-server.patch
 
-# Already fixed upstream
-patch -p1 -i ${srcdir}/important-performance-bugfix.patch
-
cd ${srcdir}
mkdir build
cd build

Deleted: important-performance-bugfix.patch
===
--- important-performance-bugfix.patch  2011-10-04 17:49:43 UTC (rev 139684)
+++ important-performance-bugfix.patch  2011-10-04 17:49:46 UTC (rev 139685)
@@ -1,91 +0,0 @@
-commit e142a1a142cbc8b87f021223e6abc947f456a7f9
-Author: Thomas Lübking thomas.luebk...@gmail.com
-Date:   Thu Sep 8 22:20:35 2011 +0200
-
-replace non-const QVector::operator[] accesses with const ::at() to avoid 
maaany deep vecor copies
-
-diff --git a/kwin/effects.cpp b/kwin/effects.cpp
-index e0c76cb..f5863fc0 100644
 a/kwin/effects.cpp
-+++ b/kwin/effects.cpp
-@@ -200,7 +200,7 @@ void EffectsHandlerImpl::reconfigure()
- void EffectsHandlerImpl::prePaintScreen(ScreenPrePaintData data, int time)
- {
- if (current_paint_screen  loaded_effects.size()) {
--loaded_effects[current_paint_screen++].second-prePaintScreen(data, 
time);
-+
loaded_effects.at(current_paint_screen++).second-prePaintScreen(data, time);
- --current_paint_screen;
- }
- // no special final code
-@@ -209,7 +209,7 @@ void 
EffectsHandlerImpl::prePaintScreen(ScreenPrePaintData data, int time)
- void EffectsHandlerImpl::paintScreen(int mask, QRegion region, 
ScreenPaintData data)
- {
- if (current_paint_screen  loaded_effects.size()) {
--loaded_effects[current_paint_screen++].second-paintScreen(mask, 
region, data);
-+loaded_effects.at(current_paint_screen++).second-paintScreen(mask, 
region, data);
- --current_paint_screen;
- } else
- scene-finalPaintScreen(mask, region, data);
-@@ -218,7 +218,7 @@ void EffectsHandlerImpl::paintScreen(int mask, QRegion 
region, ScreenPaintData
- void EffectsHandlerImpl::postPaintScreen()
- {
- if (current_paint_screen  loaded_effects.size()) {
--loaded_effects[current_paint_screen++].second-postPaintScreen();
-+loaded_effects.at(current_paint_screen++).second-postPaintScreen();
- --current_paint_screen;
- }
- // no special final code
-@@ -227,7 +227,7 @@ void EffectsHandlerImpl::postPaintScreen()
- void EffectsHandlerImpl::prePaintWindow(EffectWindow* w, WindowPrePaintData 
data, int time)
- {
- if (current_paint_window  loaded_effects.size()) {
--loaded_effects[current_paint_window++].second-prePaintWindow(w, 
data, time);
-+loaded_effects.at(current_paint_window++).second-prePaintWindow(w, 
data, time);
- --current_paint_window;
- }
- // no special final code
-@@ -236,7 +236,7 @@ void EffectsHandlerImpl::prePaintWindow(EffectWindow* w, 
WindowPrePaintData dat
- void EffectsHandlerImpl::paintWindow(EffectWindow* w, int mask, QRegion 
region, WindowPaintData data)
- {
- if (current_paint_window  loaded_effects.size()) {
--loaded_effects[current_paint_window++].second-paintWindow(w, mask, 
region, data);

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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:49:49
  Author: andrea
Revision: 139686

KDE 4.7.2

Modified:
  kdebase/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:49:46 UTC (rev 139685)
+++ PKGBUILD2011-10-04 17:49:49 UTC (rev 139686)
@@ -12,7 +12,7 @@
  'kdebase-konqueror'
  'kdebase-lib'
  'kdebase-plasma')
-pkgver=4.7.1
+pkgver=4.7.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -20,7 +20,7 @@
 groups=('kde' 'kdebase')
 makedepends=('kdelibs' 'pkgconfig' 'cmake' 'automoc4' 'tidyhtml')
 
source=(http://download.kde.org/stable/${pkgver}/src/kde-baseapps-${pkgver}.tar.bz2;)
-sha1sums=('5e7ced4d94f035ed86960025dbd66a1126a848ac')
+sha1sums=('b52937ad8e5e4be884cc76f265c19964f461ac2c')
 
 build() {
cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:49:56
  Author: andrea
Revision: 139688

KDE 4.7.2

Modified:
  kdeedu-marble/trunk/PKGBUILD
Deleted:
  kdeedu-marble/trunk/gpsd3.patch

-+
 PKGBUILD|   11 +++
 gpsd3.patch |   42 --
 2 files changed, 3 insertions(+), 50 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:49:53 UTC (rev 139687)
+++ PKGBUILD2011-10-04 17:49:56 UTC (rev 139688)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-marble
-pkgver=4.7.1
+pkgver=4.7.2
 pkgrel=1
 pkgdesc=Desktop Globe
 url=http://kde.org/applications/education/marble/;
@@ -13,15 +13,10 @@
 makedepends=('cmake' 'automoc4' 'gpsd')
 optdepends=('gpsd: gps support')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/marble-${pkgver}.tar.bz2;
-'gpsd3.patch')
-sha1sums=('71c9ccd884495b34c8af4f7c432ca8942dfaa9dd'
-  '3916dd6307109d70d0dd538de913c91eede81d78')
+source=(http://download.kde.org/stable/${pkgver}/src/marble-${pkgver}.tar.bz2;)
+sha1sums=('2b6353ff589d66dcf95a3eb79059275f620e03b2')
 
 build() {
-  cd ${srcdir}/marble-${pkgver}
-  patch -p1 -i ${srcdir}/gpsd3.patch
-
   cd ${srcdir}
   mkdir build
   cd build

Deleted: gpsd3.patch
===
--- gpsd3.patch 2011-10-04 17:49:53 UTC (rev 139687)
+++ gpsd3.patch 2011-10-04 17:49:56 UTC (rev 139688)
@@ -1,42 +0,0 @@
-diff -up 
marble-4.7.0/src/plugins/positionprovider/gpsd/GpsdConnection.cpp.orig 
marble-4.7.0/src/plugins/positionprovider/gpsd/GpsdConnection.cpp
 marble-4.7.0/src/plugins/positionprovider/gpsd/GpsdConnection.cpp.orig 
2011-05-20 15:34:41.0 -0500
-+++ marble-4.7.0/src/plugins/positionprovider/gpsd/GpsdConnection.cpp  
2011-08-24 13:38:37.050200241 -0500
-@@ -20,6 +20,9 @@ using namespace Marble;
- 
- GpsdConnection::GpsdConnection( QObject* parent )
- : QObject( parent ),
-+#if defined( GPSD_API_MAJOR_VERSION )  ( GPSD_API_MAJOR_VERSION = 5 )
-+  m_gpsd(localhost, DEFAULT_GPSD_PORT),
-+#endif
-   m_timer( 0 )
- {
- m_oldLocale = setlocale( LC_NUMERIC, NULL );
-@@ -35,7 +38,11 @@ GpsdConnection::~GpsdConnection()
- void GpsdConnection::initialize()
- {
- m_timer.stop();
-+#if defined( GPSD_API_MAJOR_VERSION )  ( GPSD_API_MAJOR_VERSION = 5 )
-+gps_data_t* data;
-+#else
- gps_data_t* data = m_gpsd.open();
-+#endif
- if ( data ) {
- m_status = PositionProviderStatusAcquiring;
- emit statusChanged( m_status );
-@@ -82,8 +89,16 @@ void GpsdConnection::initialize()
- void GpsdConnection::update()
- {
- #if defined( GPSD_API_MAJOR_VERSION )  ( GPSD_API_MAJOR_VERSION = 3 )  
defined( PACKET_SET )
-+#if defined( GPSD_API_MAJOR_VERSION )  ( GPSD_API_MAJOR_VERSION = 5 )
-+if ( m_gpsd.waiting(0) ) {
-+#else
- if ( m_gpsd.waiting() ) {
-+#endif
-+#if defined( GPSD_API_MAJOR_VERSION )  ( GPSD_API_MAJOR_VERSION = 5 )
-+gps_data_t* data = m_gpsd.read();
-+#else
- gps_data_t* data = m_gpsd.poll();
-+#endif
- if ( data  data-set  PACKET_SET ) {
- emit gpsdInfo( *data );
- }



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:49:53
  Author: andrea
Revision: 139687

KDE 4.7.2

Modified:
  libkdeedu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:49:49 UTC (rev 139686)
+++ PKGBUILD2011-10-04 17:49:53 UTC (rev 139687)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkdeedu
-pkgver=4.7.1
+pkgver=4.7.2
 pkgrel=1
 pkgdesc=Libraries used by KDE Education applications
 url=http://kde.org/;
@@ -13,7 +13,7 @@
 install=${pkgname}.install
 replaces=('kdeedu-libkdeedu' 'kdeedu-data')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('6eb16c156f35332675c9eaad0074e31969313e7b')
+sha1sums=('51f8ce8847b71674244f7620536939ba4f36d476')
 
 build() {
   cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:49:59
  Author: andrea
Revision: 139689

KDE 4.7.2

Modified:
  libkdcraw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:49:56 UTC (rev 139688)
+++ PKGBUILD2011-10-04 17:49:59 UTC (rev 139689)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkdcraw
-pkgver=4.7.1
+pkgver=4.7.2
 pkgrel=1
 pkgdesc=A C++ interface used to decode RAW picture
 url=http://kde.org/;
@@ -14,7 +14,7 @@
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('d54aa4671c0d1f396bf1923583988d6c3aa19137')
+sha1sums=('9e32ee20a1d201e55aacc5a1fb1de87ad50f3579')
 
 build() {
   cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:50:02
  Author: andrea
Revision: 139690

KDE 4.7.2

Modified:
  libkexiv2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:49:59 UTC (rev 139689)
+++ PKGBUILD2011-10-04 17:50:02 UTC (rev 139690)
@@ -2,8 +2,8 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkexiv2
-pkgver=4.7.1
-pkgrel=2
+pkgver=4.7.2
+pkgrel=1
 pkgdesc=A library to manipulate pictures metadata
 url=http://kde.org/;
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 replaces=('kdegraphics-libs')
 conflicts=('kdegraphics-libs')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('c1c1afb6c3928222eb33ce592d77dd6478aa4911')
+sha1sums=('fbd158168c219cbe1009019d2a33376fca951a5e')
 
 build() {
   cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:50:05
  Author: andrea
Revision: 139691

KDE 4.7.2

Modified:
  libkipi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:50:02 UTC (rev 139690)
+++ PKGBUILD2011-10-04 17:50:05 UTC (rev 139691)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkipi
-pkgver=4.7.1
+pkgver=4.7.2
 pkgrel=1
 pkgdesc=An interface to use kipi-plugins from a KDE application
 url=http://kde.org/;
@@ -14,7 +14,7 @@
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('309b93ca86ae2c803f5b91ac206affc0059059f1')
+sha1sums=('a75cd016c2d9faa71b2867cb4b3eed40edfb3b85')
 
 build() {
   cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:50:08
  Author: andrea
Revision: 139692

KDE 4.7.2

Modified:
  libksane/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:50:05 UTC (rev 139691)
+++ PKGBUILD2011-10-04 17:50:08 UTC (rev 139692)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libksane
-pkgver=4.7.1
+pkgver=4.7.2
 pkgrel=1
 pkgdesc=An image scanning library
 url=http://kde.org/;
@@ -14,7 +14,7 @@
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('d461b668e890069afb8818e6b367063fc92721da')
+sha1sums=('223182cf23fc29a10ff2f1ce7756aecf4258b41c')
 
 build() {
   cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:50:11
  Author: andrea
Revision: 139693

KDE 4.7.2

Modified:
  kdeadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:50:08 UTC (rev 139692)
+++ PKGBUILD2011-10-04 17:50:11 UTC (rev 139693)
@@ -7,7 +7,7 @@
  'kdeadmin-ksystemlog'
  'kdeadmin-kuser'
  'kdeadmin-system-config-printer-kde')
-pkgver=4.7.1
+pkgver=4.7.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -17,7 +17,7 @@
 'system-config-printer-common')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;
 'syslog-path.patch')
-sha1sums=('3d1b1be2003fe20c5c3faee63ba31c65621d53b7'
+sha1sums=('c96ddd94a4903b035e73b3e958e6b189ca173fe9'
   '20095ce6e0f3e5b6800a7c6e52de6fddba62c031')
 
 build() {



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:50:14
  Author: andrea
Revision: 139694

KDE 4.7.2

Modified:
  kdeartwork/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:50:11 UTC (rev 139693)
+++ PKGBUILD2011-10-04 17:50:14 UTC (rev 139694)
@@ -13,7 +13,7 @@
  'kdeartwork-styles'
  'kdeartwork-wallpapers'
  'kdeartwork-weatherwallpapers')
-pkgver=4.7.1
+pkgver=4.7.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -22,7 +22,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'xscreensaver' 'eigen'
 'kdebase-workspace' 'libkexiv2')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('df8c3225b025e0afb43efb73a5c53573ee3be77e')
+sha1sums=('a536d530e1f97d14f11ada47435f3e194e93beae')
 
 build() {
cd $srcdir



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:50:17
  Author: andrea
Revision: 139695

KDE 4.7.2

Modified:
  kdebase-konsole/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:50:14 UTC (rev 139694)
+++ PKGBUILD2011-10-04 17:50:17 UTC (rev 139695)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebase-konsole
-pkgver=4.7.1
+pkgver=4.7.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://kde.org/applications/system/konsole/'
@@ -12,7 +12,7 @@
 depends=('kdebase-runtime')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/konsole-${pkgver}.tar.bz2;)
-sha1sums=('1169c7ea5e4c5aa0a29d1948c9e02ee3cc2c54a2')
+sha1sums=('20150963cc5ebd2f2c13a617a37e018440e0f18c')
 
 build() {
   cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:50:23
  Author: andrea
Revision: 139697

KDE 4.7.2

Modified:
  kdebindings-korundum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:50:20 UTC (rev 139696)
+++ PKGBUILD2011-10-04 17:50:23 UTC (rev 139697)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-korundum
-pkgver=4.7.1
+pkgver=4.7.2
 pkgrel=1
 pkgdesc=KDE bindings for ruby
 url=http://kde.org/;
@@ -14,7 +14,7 @@
  'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
 conflicts=('kdebindings-ruby')
 
source=(http://download.kde.org/stable/${pkgver}/src/korundum-${pkgver}.tar.bz2;)
-sha1sums=('fdbcde4dd622f41faa7c22cbc96a8687612d099e')
+sha1sums=('091cfd121e41d4edf38eab31e2dca65656e7349d')
 
 build() {
   cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:50:26
  Author: andrea
Revision: 139698

KDE 4.7.2

Modified:
  kdebindings-kross/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:50:23 UTC (rev 139697)
+++ PKGBUILD2011-10-04 17:50:26 UTC (rev 139698)
@@ -5,7 +5,7 @@
 pkgname=('kdebindings-kross-python'
 # 'kdebindings-kross-ruby'
  'kdebindings-kross-java')
-pkgver=4.7.1
+pkgver=4.7.2
 pkgrel=1
 url=http://kde.org/;
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 groups=('kdebindings')
 makedepends=('kdelibs' 'cmake' 'automoc4' 'python2' 'openjdk6')
 
source=(http://download.kde.org/stable/${pkgver}/src/kross-interpreters-${pkgver}.tar.bz2;)
-sha1sums=('4e5923fcb30501ca3474981a3d210940f0bc7320')
+sha1sums=('7dba16c2e5e18c955d2fc40536d6a40bc4872cff')
 
 build() {
   cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:50:29
  Author: andrea
Revision: 139699

KDE 4.7.2

Modified:
  kdebindings-perlkde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:50:26 UTC (rev 139698)
+++ PKGBUILD2011-10-04 17:50:29 UTC (rev 139699)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdebindings-perlkde
-pkgver=4.7.1
+pkgver=4.7.2
 pkgrel=1
 pkgdesc=Perl bindings for the KDE libraries
 url=http://kde.org/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'kdepimlibs'
 'kdegraphics-okular' 'kdesdk-kate')
 
source=(http://download.kde.org/stable/${pkgver}/src/perlkde-${pkgver}.tar.bz2;)
-sha1sums=('24e90923554ac1194da9fb84dab9efe580fa979e')
+sha1sums=('a355563b55dc2dd004373a39853af38cda0d005d')
 
 build() {
   cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:50:32
  Author: andrea
Revision: 139700

KDE 4.7.2

Modified:
  kdeedu-blinken/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:50:29 UTC (rev 139699)
+++ PKGBUILD2011-10-04 17:50:32 UTC (rev 139700)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-blinken
-pkgver=4.7.1
+pkgver=4.7.2
 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.bz2;)
-sha1sums=('3b3062ce82174417c8a7496743f78e6b583fa1e9')
+sha1sums=('ec0418900c5d71d64f65407b898d740a5255ce08')
 
 build() {
   cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:50:34
  Author: andrea
Revision: 139701

KDE 4.7.2

Modified:
  kdeedu-cantor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:50:32 UTC (rev 139700)
+++ PKGBUILD2011-10-04 17:50:34 UTC (rev 139701)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-cantor
-pkgver=4.7.1
+pkgver=4.7.2
 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.bz2;)
-sha1sums=('97251c369424e22d26c804387270d0e3291587b1')
+sha1sums=('5cb978903868d3dbda7367fec21a02818f693d6b')
 
 build() {
   cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:50:37
  Author: andrea
Revision: 139702

KDE 4.7.2

Modified:
  kdeedu-kalgebra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:50:34 UTC (rev 139701)
+++ PKGBUILD2011-10-04 17:50:37 UTC (rev 139702)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kalgebra
-pkgver=4.7.1
+pkgver=4.7.2
 pkgrel=1
 pkgdesc=Graph Calculator
 url=http://kde.org/applications/education/kalgebra/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/kalgebra-${pkgver}.tar.bz2;)
-sha1sums=('16d74602bc446d3e45688379b92aabb2158becbb')
+sha1sums=('4507b93e67d953705f7fe5eccec10868971a79ca')
 
 build() {
   cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:50:40
  Author: andrea
Revision: 139703

KDE 4.7.2

Modified:
  kdeedu-kalzium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:50:37 UTC (rev 139702)
+++ PKGBUILD2011-10-04 17:50:40 UTC (rev 139703)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kalzium
-pkgver=4.7.1
+pkgver=4.7.2
 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.bz2;)
-sha1sums=('08600b1cf7df1afed67e5edd619953ae0f585687')
+sha1sums=('3e750692964ca76da9ccbae5bdc263413a22a049')
 
 build() {
   cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:50:43
  Author: andrea
Revision: 139704

KDE 4.7.2

Modified:
  kdeedu-kanagram/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:50:40 UTC (rev 139703)
+++ PKGBUILD2011-10-04 17:50:43 UTC (rev 139704)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kanagram
-pkgver=4.7.1
+pkgver=4.7.2
 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.bz2;)
-sha1sums=('8e1aab59132504d36cedfe843290d9a630562f7c')
+sha1sums=('0dd7dd66f87f99a5f0f2b4a7340c4690240c2478')
 
 build() {
   cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:50:46
  Author: andrea
Revision: 139705

KDE 4.7.2

Modified:
  kdeedu-kbruch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:50:43 UTC (rev 139704)
+++ PKGBUILD2011-10-04 17:50:46 UTC (rev 139705)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kbruch
-pkgver=4.7.1
+pkgver=4.7.2
 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.bz2;)
-sha1sums=('6d6a44740e52618c84dffb33dec41535637a7466')
+sha1sums=('db4959982db7a36fef61798978d8c885408a3e3f')
 
 build() {
   cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:50:51
  Author: andrea
Revision: 139707

KDE 4.7.2

Modified:
  kdeedu-khangman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:50:49 UTC (rev 139706)
+++ PKGBUILD2011-10-04 17:50:51 UTC (rev 139707)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-khangman
-pkgver=4.7.1
+pkgver=4.7.2
 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.bz2;)
-sha1sums=('ac13da342cb2380ba2c703fbef9f131b75675b9e')
+sha1sums=('24d3c41b0cf0aaf68ad053b0e701d7bc3df8bd0f')
 
 build() {
   cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:50:54
  Author: andrea
Revision: 139708

KDE 4.7.2

Modified:
  kdeedu-kig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:50:51 UTC (rev 139707)
+++ PKGBUILD2011-10-04 17:50:54 UTC (rev 139708)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kig
-pkgver=4.7.1
+pkgver=4.7.2
 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.bz2;)
-sha1sums=('b198ceff93164fe455e466cb8e1d5616f524d209')
+sha1sums=('2234ddb85e8c52214f9fdb5eb25f9491e23c7d86')
 
 build() {
   cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:50:57
  Author: andrea
Revision: 139709

KDE 4.7.2

Modified:
  kdeedu-kiten/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:50:54 UTC (rev 139708)
+++ PKGBUILD2011-10-04 17:50:57 UTC (rev 139709)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kiten
-pkgver=4.7.1
+pkgver=4.7.2
 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.bz2;)
-sha1sums=('bc9f7b4e1891d8be6e322345e941377c988b8697')
+sha1sums=('f6d76b2c15fdf47090db15303413114180358f39')
 
 build() {
   cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:50:49
  Author: andrea
Revision: 139706

KDE 4.7.2

Modified:
  kdeedu-kgeography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:50:46 UTC (rev 139705)
+++ PKGBUILD2011-10-04 17:50:49 UTC (rev 139706)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kgeography
-pkgver=4.7.1
+pkgver=4.7.2
 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.bz2;)
-sha1sums=('65ebeb391952229ee3d410d0087d8a4e5262b6f7')
+sha1sums=('843322c2dd1131122abf03d226b87ec31217ed36')
 
 build() {
   cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:51:00
  Author: andrea
Revision: 139710

KDE 4.7.2

Modified:
  kdeedu-klettres/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:50:57 UTC (rev 139709)
+++ PKGBUILD2011-10-04 17:51:00 UTC (rev 139710)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-klettres
-pkgver=4.7.1
+pkgver=4.7.2
 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.bz2;)
-sha1sums=('e7fba352257c44d9ee84439dee4d3dfb58d4fd8d')
+sha1sums=('44a0fa094b90da19c5b0acc25da1150c0ff02b1a')
 
 build() {
   cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:51:04
  Author: andrea
Revision: 139711

KDE 4.7.2

Modified:
  kdeedu-kmplot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:51:00 UTC (rev 139710)
+++ PKGBUILD2011-10-04 17:51:04 UTC (rev 139711)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kmplot
-pkgver=4.7.1
+pkgver=4.7.2
 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.bz2;)
-sha1sums=('d0058f4d7a3f63b9a092085cb8058c4426dba1f8')
+sha1sums=('dc496d88d6e062f7ecbf6f41187df95aa374fe9b')
 
 build() {
   cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:51:07
  Author: andrea
Revision: 139712

KDE 4.7.2

Modified:
  kdeedu-kstars/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:51:04 UTC (rev 139711)
+++ PKGBUILD2011-10-04 17:51:07 UTC (rev 139712)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kstars
-pkgver=4.7.1
+pkgver=4.7.2
 pkgrel=1
 pkgdesc=Desktop Planetarium
 url=http://kde.org/applications/education/kstars/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/kstars-${pkgver}.tar.bz2;)
-sha1sums=('e9f899897df555933c7f9fd9e931dc49bcb924ae')
+sha1sums=('bc51179a16fc2337d1dacab4c1d291042fc0b69c')
 
 build() {
   cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:51:10
  Author: andrea
Revision: 139713

KDE 4.7.2

Modified:
  kdeedu-ktouch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:51:07 UTC (rev 139712)
+++ PKGBUILD2011-10-04 17:51:10 UTC (rev 139713)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-ktouch
-pkgver=4.7.1
+pkgver=4.7.2
 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.bz2;)
-sha1sums=('88e607fb584ea5cacc05f0f2909ae07139fdeed3')
+sha1sums=('d5e0abd7defece0f455818c7bc53c50730419c46')
 
 build() {
   cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:51:13
  Author: andrea
Revision: 139714

KDE 4.7.2

Modified:
  kdeedu-kturtle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:51:10 UTC (rev 139713)
+++ PKGBUILD2011-10-04 17:51:13 UTC (rev 139714)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kturtle
-pkgver=4.7.1
+pkgver=4.7.2
 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.bz2;)
-sha1sums=('c2a33ff1ac68715e81108a8009ff67b5cb53ae2e')
+sha1sums=('cc86eb08310e8ff591ebb394d08ffc214c264206')
 
 build() {
   cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:51:16
  Author: andrea
Revision: 139715

KDE 4.7.2

Modified:
  kdeedu-kwordquiz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:51:13 UTC (rev 139714)
+++ PKGBUILD2011-10-04 17:51:16 UTC (rev 139715)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-kwordquiz
-pkgver=4.7.1
+pkgver=4.7.2
 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.bz2;)
-sha1sums=('17952dd5f8c042c467f15f2840399b7c5dd3fa05')
+sha1sums=('f9450b1b7f539955e55877d96b37424c8abe576e')
 
 build() {
   cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:51:19
  Author: andrea
Revision: 139716

KDE 4.7.2

Modified:
  kdeedu-parley/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:51:16 UTC (rev 139715)
+++ PKGBUILD2011-10-04 17:51:19 UTC (rev 139716)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-parley
-pkgver=4.7.1
+pkgver=4.7.2
 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.bz2;)
-sha1sums=('c89739816f87048b0f9e336c3f3b74d038b8fae9')
+sha1sums=('65fab5b04f2b0a3598c764ab138acb3c335cbb48')
 
 build() {
   cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:51:22
  Author: andrea
Revision: 139717

KDE 4.7.2

Modified:
  kdeedu-rocs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:51:19 UTC (rev 139716)
+++ PKGBUILD2011-10-04 17:51:22 UTC (rev 139717)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-rocs
-pkgver=4.7.1
+pkgver=4.7.2
 pkgrel=1
 pkgdesc=Rocs Graph Theory
 url=http://kde.org/applications/education/rocs/;
@@ -12,7 +12,7 @@
 depends=('kdebase-runtime' 'boost-libs')
 makedepends=('cmake' 'automoc4' 'boost')
 source=(http://download.kde.org/stable/${pkgver}/src/rocs-${pkgver}.tar.bz2;)
-sha1sums=('a22bfef67271702c7e164070306a54270d57')
+sha1sums=('19f2bf19dfe7a0787180c3fc9d1f32c14316f985')
 options=('!makeflags')
 
 build() {



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:51:25
  Author: andrea
Revision: 139718

KDE 4.7.2

Modified:
  kdeedu-step/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:51:22 UTC (rev 139717)
+++ PKGBUILD2011-10-04 17:51:25 UTC (rev 139718)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-step
-pkgver=4.7.1
+pkgver=4.7.2
 pkgrel=1
 pkgdesc=Interactive Physical Simulator
 url=http://kde.org/applications/education/step/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 source=(http://download.kde.org/stable/${pkgver}/src/step-${pkgver}.tar.bz2;)
-sha1sums=('64463c38648dcb7d1727f42aad642ce00602eee4')
+sha1sums=('642f24c49990181ab2cc2d1ad974bcdc3d47ed46')
 
 build() {
   cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:51:28
  Author: andrea
Revision: 139719

KDE 4.7.2

Modified:
  kdegames/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:51:25 UTC (rev 139718)
+++ PKGBUILD2011-10-04 17:51:28 UTC (rev 139719)
@@ -43,7 +43,7 @@
  'kdegames-libkmahjongg'
  'kdegames-lskat'
  'kdegames-palapeli')
-pkgver=4.7.1
+pkgver=4.7.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -52,7 +52,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'ggz-client-libs' 'twisted'
  'kdebindings-python' 'openal')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('282a54432b3f38bbb6afcf13e859299757ce59f8')
+sha1sums=('a84be8406fce38cf5b172c320904bb1cbe59e729')
 
 build() {
cd $srcdir



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:51:31
  Author: andrea
Revision: 139720

KDE 4.7.2

Modified:
  kdegraphics-gwenview/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:51:28 UTC (rev 139719)
+++ PKGBUILD2011-10-04 17:51:31 UTC (rev 139720)
@@ -2,8 +2,8 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-gwenview
-pkgver=4.7.1
-pkgrel=2
+pkgver=4.7.2
+pkgrel=1
 pkgdesc=A fast and easy to use image viewer for KDE
 url=http://kde.org/applications/graphics/gwenview/;
 arch=('i686' 'x86_64')
@@ -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.bz2;)
-sha1sums=('a58997d7e23f5708ff94d9198258dc0d6e82f8cf')
+sha1sums=('ce1c3df9e9147d81ce250c41e7d9a328993d8632')
 
 build() {
   cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:51:34
  Author: andrea
Revision: 139721

KDE 4.7.2

Modified:
  kdegraphics-kamera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:51:31 UTC (rev 139720)
+++ PKGBUILD2011-10-04 17:51:34 UTC (rev 139721)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-kamera
-pkgver=4.7.1
+pkgver=4.7.2
 pkgrel=1
 pkgdesc=Configure Kamera
 url=http://kde.org/applications/graphics/kamera/;
@@ -12,7 +12,7 @@
 depends=('kdebase-runtime' 'gphoto2')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/kamera-${pkgver}.tar.bz2;)
-sha1sums=('3b6dda64d13f25f521e9839709d716af27cf9f74')
+sha1sums=('354d45d8f62c66bef0bc04c6e6e2056060ca7f0b')
 
 build() {
   cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:51:38
  Author: andrea
Revision: 139722

KDE 4.7.2

Modified:
  kdegraphics-kcolorchooser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:51:34 UTC (rev 139721)
+++ PKGBUILD2011-10-04 17:51:38 UTC (rev 139722)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-kcolorchooser
-pkgver=4.7.1
+pkgver=4.7.2
 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.bz2;)
-sha1sums=('ca8885cf33806e32c9be572d5c5819c17f935f75')
+sha1sums=('64bd726f1bbb1e771bc037d9929f0eba098d844d')
 
 build() {
   cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:51:41
  Author: andrea
Revision: 139723

KDE 4.7.2

Modified:
  kdegraphics-kgamma/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:51:38 UTC (rev 139722)
+++ PKGBUILD2011-10-04 17:51:41 UTC (rev 139723)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-kgamma
-pkgver=4.7.1
+pkgver=4.7.2
 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.bz2;)
-sha1sums=('789a1b7908be10711e2c4c38abecf37cebc8239d')
+sha1sums=('3f8cf9bf169a0bc058d0de610bfa4910c54ef475')
 
 build() {
   cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:51:43
  Author: andrea
Revision: 139724

KDE 4.7.2

Modified:
  kdegraphics-kolourpaint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:51:41 UTC (rev 139723)
+++ PKGBUILD2011-10-04 17:51:43 UTC (rev 139724)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-kolourpaint
-pkgver=4.7.1
+pkgver=4.7.2
 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.bz2;)
-sha1sums=('bb49a7e07fea66110502f7042c898611d2d5329e')
+sha1sums=('d4ec3e463ea3d50731e9fc87cc52eec50bc67ff8')
 
 build() {
   cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:51:47
  Author: andrea
Revision: 139725

KDE 4.7.2

Modified:
  kdegraphics-kruler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:51:43 UTC (rev 139724)
+++ PKGBUILD2011-10-04 17:51:47 UTC (rev 139725)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-kruler
-pkgver=4.7.1
+pkgver=4.7.2
 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.bz2;)
-sha1sums=('96fd638bb9db27abd3bbb57d90d7c60ec6d65185')
+sha1sums=('acd3b77bf68fb409f456322d8a68a9d59d1014cb')
 
 build() {
   cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:51:50
  Author: andrea
Revision: 139726

KDE 4.7.2

Modified:
  kdegraphics-ksaneplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:51:47 UTC (rev 139725)
+++ PKGBUILD2011-10-04 17:51:50 UTC (rev 139726)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-ksaneplugin
-pkgver=4.7.1
+pkgver=4.7.2
 pkgrel=1
 pkgdesc=A scan plugin that implements the scanning
 url=http://kde.org/;
@@ -13,7 +13,7 @@
 replaces=('kdegraphics-libs')
 conflicts=('kdegraphics-libs')
 
source=(http://download.kde.org/stable/${pkgver}/src/ksaneplugin-${pkgver}.tar.bz2;)
-sha1sums=('e5b94fd03ddbc1be74881f19e52932c070663044')
+sha1sums=('0a35cd7818089b31772dc974dc01a936e91c7d80')
 
 build() {
   cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:51:54
  Author: andrea
Revision: 139727

KDE 4.7.2

Modified:
  kdegraphics-ksnapshot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:51:50 UTC (rev 139726)
+++ PKGBUILD2011-10-04 17:51:54 UTC (rev 139727)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-ksnapshot
-pkgver=4.7.1
+pkgver=4.7.2
 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.bz2;)
-sha1sums=('a59b5bf582a70cd4b8620697161b022df31294e2')
+sha1sums=('b6b3978639f7f3c06cf5b5653d9a367e38a70cec')
 
 build() {
   cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:51:56
  Author: andrea
Revision: 139728

KDE 4.7.2

Modified:
  kdegraphics-mobipocket/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:51:54 UTC (rev 139727)
+++ PKGBUILD2011-10-04 17:51:56 UTC (rev 139728)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-mobipocket
-pkgver=4.7.1
+pkgver=4.7.2
 pkgrel=1
 pkgdesc=A collection of plugins to handle mobipocket files
 url=http://kde.org/;
@@ -13,7 +13,7 @@
 replaces=('kdegraphics-libs')
 conflicts=('kdegraphics-libs')
 
source=(http://download.kde.org/stable/${pkgver}/src/mobipocket-${pkgver}.tar.bz2;)
-sha1sums=('54b7cd4e32325f8fe10f1765856e418fcc75e469')
+sha1sums=('554dabf927e406aeff5e495b8eb7445a080d3195')
 
 build() {
   cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:51:59
  Author: andrea
Revision: 139729

KDE 4.7.2

Modified:
  kdegraphics-strigi-analyzer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:51:56 UTC (rev 139728)
+++ PKGBUILD2011-10-04 17:51:59 UTC (rev 139729)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-strigi-analyzer
-pkgver=4.7.1
+pkgver=4.7.2
 pkgrel=1
 pkgdesc=Strigi analyzers for various graphics file formats
 url=http://kde.org/;
@@ -13,7 +13,7 @@
 replaces=('kdegraphics-libs')
 conflicts=('kdegraphics-libs')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('1d88ceb5c156625945dabbb347cc405b253b67a5')
+sha1sums=('6094f33788f619e316efad7bc3eb6178b1b28121')
 
 build() {
   cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:52:02
  Author: andrea
Revision: 139730

KDE 4.7.2

Modified:
  kdegraphics-svgpart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:51:59 UTC (rev 139729)
+++ PKGBUILD2011-10-04 17:52:02 UTC (rev 139730)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-svgpart
-pkgver=4.7.1
+pkgver=4.7.2
 pkgrel=1
 pkgdesc=A KPart for viewving SVGs
 url=http://kde.org/;
@@ -13,7 +13,7 @@
 replaces=('kdegraphics-libs')
 conflicts=('kdegraphics-libs')
 
source=(http://download.kde.org/stable/${pkgver}/src/svgpart-${pkgver}.tar.bz2;)
-sha1sums=('62bf2bc578a84a7b585002d80cc2386b9be10817')
+sha1sums=('fe17a4f801ef94356a6bbc629affadc28a203b72')
 
 build() {
   cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:52:05
  Author: andrea
Revision: 139731

KDE 4.7.2

Modified:
  kdegraphics-thumbnailers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:52:02 UTC (rev 139730)
+++ PKGBUILD2011-10-04 17:52:05 UTC (rev 139731)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdegraphics-thumbnailers
-pkgver=4.7.1
+pkgver=4.7.2
 pkgrel=1
 pkgdesc=Thumbnailers for various graphics file formats
 url=http://kde.org/;
@@ -13,7 +13,7 @@
 replaces=('kdegraphics-libs')
 conflicts=('kdegraphics-libs')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('b82128adbd0cc352765a25428f38839f40715bc4')
+sha1sums=('281c84bcec1ce4b02148caf164c28fbc47d9b11b')
 
 build() {
   cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:52:08
  Author: andrea
Revision: 139732

KDE 4.7.2

Modified:
  kdemultimedia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:52:05 UTC (rev 139731)
+++ PKGBUILD2011-10-04 17:52:08 UTC (rev 139732)
@@ -10,7 +10,7 @@
  'kdemultimedia-kmix'
  'kdemultimedia-kscd'
  'kdemultimedia-mplayerthumbs')
-pkgver=4.7.1
+pkgver=4.7.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -20,7 +20,7 @@
 'ffmpeg' 'mplayer' 'pulseaudio' 'libmusicbrainz3')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;
 'mplayerthumbs.config')
-sha1sums=('7f20d969133a146bce0e3ea18285aa6db9e4a262'
+sha1sums=('2fc12558284fe95da63e24c73612846c6c1d31e1'
   'ba016fa2563c14ffcba852c62506b66bfc6ee683')
 
 build() {



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:52:11
  Author: andrea
Revision: 139733

KDE 4.7.2

Modified:
  kdenetwork/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:52:08 UTC (rev 139732)
+++ PKGBUILD2011-10-04 17:52:11 UTC (rev 139733)
@@ -10,7 +10,7 @@
  'kdenetwork-kppp'
  'kdenetwork-krdc'
  'kdenetwork-krfb')
-pkgver=4.7.1
+pkgver=4.7.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -21,7 +21,7 @@
 'v4l-utils' 'libidn' 'rdesktop' 'qimageblitz' 'libxdamage' 'libgadu'
 'telepathy-qt4' 'libktorrent' 'libmms' 'mediastreamer')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('4fd674223dcb68a548ddec3e65acf380d3d2ec68')
+sha1sums=('59e9e3629dff0362cfa2a6d897c77bc9cfbe8d5c')
 
 build() {
 cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:52:14
  Author: andrea
Revision: 139734

KDE 4.7.2

Modified:
  kdepim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:52:11 UTC (rev 139733)
+++ PKGBUILD2011-10-04 17:52:14 UTC (rev 139734)
@@ -20,8 +20,8 @@
  'kdepim-ktimetracker'
  'kdepim-libkdepim'
  'kdepim-wizards')
-pkgver=4.7.1
-pkgrel=2
+pkgver=4.7.2
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://pim.kde.org'
 license=('GPL' 'LGPL' 'FDL')
@@ -29,7 +29,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'kdepim-runtime' 'libxss'
  'pilot-link' 'kde-agent')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('be22b012f547b2caa6ca92a6dd396328fda6a53b')
+sha1sums=('41983556eb54a740a20d274878006ace5bc73c1c')
 
 build() {
 cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:52:17
  Author: andrea
Revision: 139735

KDE 4.7.2

Modified:
  kdeplasma-addons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:52:14 UTC (rev 139734)
+++ PKGBUILD2011-10-04 17:52:17 UTC (rev 139735)
@@ -72,7 +72,7 @@
  'kdeplasma-addons-wallpapers-pattern'
  'kdeplasma-addons-wallpapers-virus'
  'kdeplasma-addons-wallpapers-weather')
-pkgver=4.7.1
+pkgver=4.7.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -81,7 +81,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebase-workspace' 'kdeedu-marble'
  'eigen' 'scim' 'qwt' 'boost' 'libkexiv2')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('301714467bef00c99613d334558eb517664e29a5')
+sha1sums=('e1504ed7e21da8982610f42e70c3028b77ede6f1')
 
 build() {
 cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:52:20
  Author: andrea
Revision: 139736

KDE 4.7.2

Modified:
  kdesdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:52:17 UTC (rev 139735)
+++ PKGBUILD2011-10-04 17:52:20 UTC (rev 139736)
@@ -24,7 +24,7 @@
  'kdesdk-scripts'
  'kdesdk-strigi-analyzer'
  'kdesdk-umbrello')
-pkgver=4.7.1
+pkgver=4.7.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -34,7 +34,7 @@
  'kdepimlibs' 'kdebase-lib')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;
 'fix-python2-path.patch')
-sha1sums=('0c47d62a32e737c6ff576843d5b5c7f9bceeccbd'
+sha1sums=('b6259b46fed642c35e1c1d1f90712084141ca441'
   'd05ca0231869c484fd3861955d960a60aff7dcfb')
 
 build() {



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:52:24
  Author: andrea
Revision: 139737

KDE 4.7.2

Modified:
  kdetoys/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:52:20 UTC (rev 139736)
+++ PKGBUILD2011-10-04 17:52:24 UTC (rev 139737)
@@ -6,7 +6,7 @@
 pkgname=('kdetoys-amor'
  'kdetoys-kteatime'
  'kdetoys-ktux')
-pkgver=4.7.1
+pkgver=4.7.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -14,7 +14,7 @@
 groups=('kde' 'kdetoys')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebase-workspace')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('05e0f77fd13ed9887afa0c5dd33afd224abc2505')
+sha1sums=('51213ffadf0326863aad82d9d581a2c9997dda58')
 
 build() {
cd $srcdir



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:52:27
  Author: andrea
Revision: 139738

KDE 4.7.2

Modified:
  kdewebdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:52:24 UTC (rev 139737)
+++ PKGBUILD2011-10-04 17:52:27 UTC (rev 139738)
@@ -6,7 +6,7 @@
  'kdewebdev-kimagemapeditor'
  'kdewebdev-klinkstatus'
  'kdewebdev-kommander')
-pkgver=4.7.1
+pkgver=4.7.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -15,7 +15,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'ruby' 'tidyhtml' 'kdepim-runtime'
'boost')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('ce9e7c37d2056b2f69e88fb92154463d917c9b85')
+sha1sums=('82910da01dc84e86134d0dbae23b4bf66b565faa')
 
 build() {
cd $srcdir



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:52:30
  Author: andrea
Revision: 139739

KDE 4.7.2

Modified:
  kde-wallpapers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:52:27 UTC (rev 139738)
+++ PKGBUILD2011-10-04 17:52:30 UTC (rev 139739)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kde-wallpapers
-pkgver=4.7.1
+pkgver=4.7.2
 pkgrel=1
 pkgdesc=A set of wallpapers for KDE
 arch=('any')
@@ -11,7 +11,7 @@
 groups=('kde' 'kde-meta')
 makedepends=('kdelibs' 'cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('c6c724409c403a54959f5f6c035d7513f0a3d735')
+sha1sums=('41398c918112e266c365c7269a6eb40795a2de19')
 
 package() {
   cd ${srcdir}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 13:52:33
  Author: andrea
Revision: 139740

KDE 4.7.2

Modified:
  kde-l10n/trunk/PKGBUILD

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 17:52:30 UTC (rev 139739)
+++ PKGBUILD2011-10-04 17:52:33 UTC (rev 139740)
@@ -55,7 +55,7 @@
  'kde-l10n-wa'
  'kde-l10n-zh_cn'
  'kde-l10n-zh_tw')
-pkgver=4.7.1
+pkgver=4.7.2
 pkgrel=1
 arch=('any')
 url='http://www.kde.org'
@@ -114,58 +114,58 @@
 
http://download.kde.org/stable/${pkgver}/src/kde-l10n/${pkgbase}-wa-${pkgver}.tar.bz2;
 
http://download.kde.org/stable/${pkgver}/src/kde-l10n/${pkgbase}-zh_CN-${pkgver}.tar.bz2;
 
http://download.kde.org/stable/${pkgver}/src/kde-l10n/${pkgbase}-zh_TW-${pkgver}.tar.bz2;)
-sha1sums=('88c5977613857fe97e8f2e1becae9c22cc09e5c9'
- '58cef4e245b66fcf321da49f4edc7ae97a96b9ca'
- 'd551e4223517a6eb6e9a127fa4297778a4719934'
- 'ae387c71c98b21818c9b24d87b108954c2c888fb'
- '9be11169a4d7012ad34e2923fe7acde3438bbecf'
- '113dd7be53cd30b856eeb89ecc64b9e16c3a3857'
- 'ac342af8e08102cc7514d07d7220d213379bdffa'
- 'bc4358ff054e8063dd377b495c82c369c6641873'
- '18b9d2fa5f1434cb801e806bf62c0d370a4838b5'
- 'ba562431c3c7dea1001bcca7f3f93daa8376854a'
- '6d940442f79a6590dc682b9755ccac3598e7157f'
- '8d5976761612119d994ef3712292eacdeff28d63'
- 'b96505790be9d74dbbff3df63d70cbc0dd38f6d1'
- '5644e334d28b13f2136e2879a040f96bbf21de30'
- '87d8bc2674f500b0e9cf9d1a64991623278d33d5'
- 'ef0a0f12d42e2ed772bb9e37078b135127e2c7c8'
- 'a4904e811b9e68e9412e7b7987550e91695df17c'
- 'a1d5dd5462fe205543b034f49f5c1bebe7e5cd0f'
- '7b9e41a65420b34f09a4e08546f3cb18b9047466'
- 'da0d93910ced8f07150b4010f1f446a5b01d566f'
- 'e11a9a1d1e20e0f71a078d9d95cac88e3b290abd'
- 'df15fa325e202a454d71737ca0b507d2b414010f'
- '2b81174589d8e68e6585c499fa0165e0e9c8e4b1'
- '783f20b1f7d71d0a97ac4379485c181ac10b0647'
- 'e1bc21ad7457fb0a46cd3465f5821847fbbb88c9'
- 'ddae50bd12496e393e135bd4d2c6ad622c1d8af5'
- '1944b314a4ee4dc1e31bc6042de58410ef04750c'
- '14cccefde81b368e2d88719ffb51b7f38495a0c8'
- '7be58d9362d248c3e2a50178f32cdbca03a10a0c'
- '52e7d5eff8e14cff2991c0b5750424ea193144d0'
- '22c0dfed8c5332a605bb5e3cddf0e92179b84024'
- '6e4535dd7f88d22b71c83da908a8b18bb9decb77'
- '7d01159855d677dcb9eeab052d56a55fe4d54628'
- 'af847c3e8e48eb5cb0158965c2b4040a8b64e346'
- '372dc91b3e2a03d3e3a5e4e8eece5e143d8126fd'
- '764d4b4de52d88105bf4e5485e04d1e692bf55bb'
- 'ed322f1519e733c2384f8fd08de8520e07acff99'
- 'fb6bea8cd9574d3f16c74731764747172d1985b0'
- '98b86eb96d73e2f178aeaeca161540c07e497b51'
- '413b213d5067b7d2b6634baf068eb43c532c7c35'
- '88d2eafb29ff2705bda5881de14907603bd2cfba'
- 'f7d12092d6d4471c2bfe694908b1411c5debdb28'
- 'cf0abe25e0085eda97209340a3e778de5569ee38'
- 'cd629826e8e99384f11193f28538a66cdd7fae85'
- '85be28417d0aff295b1379843e52a1346ef902a5'
- '6e06323fec63fa57892638608f85fe6378f0'
- 'b5f44b414b8ef1189b9a4eb4d810adcf48486fea'
- '5335edb5d2d9c8a4cf9036b8a7520e1360f1fd83'
- 'a46d36c326eae63ff726a9bb2f1ce0c01b267359'
- '70aa7cf7b8ed36251a57f59fae9cfe879dcc'
- 'e717ea391c3c56bde1e6848b5fb6a5a545536486'
- 'adc13fca3a8dda546fb2428fba43fc94c2bca046')
+sha1sums=('04c10068c2d4f6fdf9e1bad475da72ae47053ee7'
+ '6307d79d97e318134336940eee62fa8598f40abe'
+ 'bd03dc7b85a1c02a498d63297039fb2b0942af32'
+ '04042b7c245dc620d53c2160d0c7f03314cfee72'
+ '5a11eadd3f1be090f12f768e0041d45c95fcda3b'
+ '9c8248f3a4cd0d9eebe47bb135f0a5c147b3c59b'
+ '7b35a8bfdc5e33483fbabb2fc22134fde9963b1a'
+ 'a39a52e38b3215cf0f101350bd196d1520cfe6ce'
+ '8c1aefd1f8fcb16f0e7e8ea2f1a7361be179244b'
+ '921686d8898da229f773460a06ca0b83055c4c29'
+ 'ebda75b721beb8fb90e0d4858c7f908c4f94dc9c'
+ 'f6b10e802b14d2ab34596f998b32f97a5328fa50'
+ '8a5f185df2b59a9b7ac03d109036a9164fa8'
+ '1f2b45fb44b9a87b0e49718ccb5c251373a91f13'
+ '5c9218204cc5e91fe04d89b5a569cbe56ecb65fb'
+ 'bd771682605ad5dade89c8d4173144fab95fe447'
+ 'bfc3de42ae7226fa9af78f3cdd7716ef151c12fe'
+ '8e871aca4dba0407ae4279184da81dcfc5e0e55e'
+ '4f6eef4f7d3be10d25aea264f50ed27715ff7825'
+ 'a9d74c78f49ab3835fe94b4ed31fa25353e31256'
+ '442b307cfc5aa9cc1e303269785b2a17d355ec8e'
+ '3f11acf5276ea7c63f5e910e973532d5de282633'
+ '0bebbdeddae7b398e5ed4aa19196649e16056f9e'
+ '7c7afbb4addc0d3f46981ddde4d83dc78e1fe0b9'
+   

  1   2   >