[arch-commits] Commit in (grantlee)

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 04:03:31
  Author: andrea
Revision: 86157

needed by kdepim 4.5, so is useless now

Deleted:
  grantlee/



[arch-commits] Commit in (5 files)

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 04:34:14
  Author: andrea
Revision: 86158

moved to [testing]

Added:
  qt/kde-unstable/
Modified:
  akonadi/trunk/PKGBUILD
  digikam/trunk/PKGBUILD
  qt/kde-unstable/PKGBUILD
Deleted:
  akonadi/kde-unstable/

+
 PKGBUILD   |9 +
 akonadi/trunk/PKGBUILD |8 
 digikam/trunk/PKGBUILD |   17 ++---
 3 files changed, 19 insertions(+), 15 deletions(-)

Modified: akonadi/trunk/PKGBUILD
===
--- akonadi/trunk/PKGBUILD  2010-07-27 08:03:31 UTC (rev 86157)
+++ akonadi/trunk/PKGBUILD  2010-07-27 08:34:14 UTC (rev 86158)
@@ -3,17 +3,17 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=akonadi
-pkgver=1.3.1
-pkgrel=4
+pkgver=1.3.90
+pkgrel=1
 pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
 arch=('i686' 'x86_64')
 url='http://www.akonadi-project.org'
 license=('LGPL')
 depends=('shared-mime-info' 'boost-libs' 'mysql' 'soprano')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
-install=$pkgname.install
+install=${pkgname}.install
 source=(http://download.akonadi-project.org/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('e6eef3ed5c28d55f4b6530544e379413')
+md5sums=('3536b65df3b3d5f43f55e2f72e9a0130')
 
 build() {
   cd ${srcdir}

Modified: digikam/trunk/PKGBUILD
===
--- digikam/trunk/PKGBUILD  2010-07-27 08:03:31 UTC (rev 86157)
+++ digikam/trunk/PKGBUILD  2010-07-27 08:34:14 UTC (rev 86158)
@@ -3,21 +3,21 @@
 
 pkgname=digikam
 pkgver=1.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Digital photo management application for kde
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://digikam.sourceforge.net;
 depends=('kdebase-runtime' 'kdegraphics-libs' 'kdepimlibs' 'lensfun' 
'kdeedu-marble' 'liblqr')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'doxygen')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
 replaces=('digikamimageplugins')
 install=digikam.install
 optdepends=('kipi-plugins: for more extras and plugins')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('25d09fdab2b2450c6c6075aab3377fce')
 
 build() {
cd ${srcdir}
-
mkdir build
cd build
cmake ../${pkgname}-${pkgver} \
@@ -25,7 +25,10 @@
  -DENABLE_MARBLEWIDGET=yes \
  -DWITH_MarbleWidget=yes \
  -DCMAKE_SKIP_RPATH=ON
-   make all || return 1
-   make DESTDIR=${pkgdir} install || return 1
- }
-md5sums=('25d09fdab2b2450c6c6075aab3377fce')
+   make all
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Modified: qt/kde-unstable/PKGBUILD
===
--- qt/trunk/PKGBUILD   2010-07-02 13:26:21 UTC (rev 84643)
+++ qt/kde-unstable/PKGBUILD2010-07-27 08:34:14 UTC (rev 86158)
@@ -2,7 +2,8 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=qt
-pkgver=4.6.3
+pkgver=4.7.0beta2
+_pkgver=4.7.0-beta2
 pkgrel=1
 pkgdesc='A cross-platform application and UI framework'
 arch=('i686' 'x86_64')
@@ -14,11 +15,11 @@
 makedepends=('mesa' 'inputproto' 'postgresql-libs' 'mysql' 'unixodbc' 'cups' 
'libxfixes' 'gtk2')
 install=qt.install
 options=('!libtool')
-_pkgfqn=qt-everywhere-opensource-src-${pkgver}
+_pkgfqn=qt-everywhere-opensource-src-${_pkgver}
 source=(ftp://ftp.qt.nokia.com/qt/source/${_pkgfqn}.tar.gz;
 'assistant.desktop' 'designer.desktop' 'linguist.desktop' 
'qtconfig.desktop'
 'ca-certificates.patch')
-md5sums=('5c69f16d452b0bb3d44bc3c10556c072'
+md5sums=('1a863712da64dd2c1d08380075b74f39'
  'a445c6917086d80f1cfc1e40cb6b0132'
  'd457f0a0ad68a3861c3cadefe3b42ded'
  '668331d9798a0e2b94381efb7be4c513'
@@ -57,7 +58,7 @@
-no-phonon \
-no-phonon-backend \
-svg \
-   -webkit \
+   -no-webkit \
-scripttools \
-system-zlib \
-system-libtiff \



[arch-commits] Commit in qt (kde-unstable)

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 04:35:25
  Author: andrea
Revision: 86159

remove qt from kde-unstable

Deleted:
  qt/kde-unstable/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 04:36:07
  Author: andrea
Revision: 86160

moved to [testing]

Modified:
  attica/trunk/PKGBUILD
Deleted:
  attica/kde-unstable/

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

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2010-07-27 08:35:25 UTC (rev 86159)
+++ trunk/PKGBUILD  2010-07-27 08:36:07 UTC (rev 86160)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=attica
-pkgver=0.1.3 # don't upgrade, newer versions don't work with kde 4.4 series
+pkgver=0.1.4
 pkgrel=1
 pkgdesc='A library to access Open Collaboration Service providers'
 arch=('i686' 'x86_64')
@@ -11,8 +11,7 @@
 depends=('qt')
 makedepends=('cmake')
 
source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-options=('force')
-sha1sums=('1a1c3411722f88d2c7e327512b81d92ccc5e875e')
+md5sums=('04887f3d10f6394cafc0d77c0ae60ec2')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kwebkitpart (3 files)

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 04:36:41
  Author: andrea
Revision: 86161

moved to [testing]

Added:
  kwebkitpart/trunk/PKGBUILD
  kwebkitpart/trunk/kwebkitpart.install
Deleted:
  kwebkitpart/kde-unstable/

-+
 PKGBUILD|   31 +++
 kwebkitpart.install |   11 +++
 2 files changed, 42 insertions(+)

Added: trunk/PKGBUILD
===
--- trunk/PKGBUILD  (rev 0)
+++ trunk/PKGBUILD  2010-07-27 08:36:41 UTC (rev 86161)
@@ -0,0 +1,31 @@
+# $Id $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kwebkitpart
+pkgver=0.9.6
+pkgrel=1
+pkgdesc=A web browser component for KDE
+url=http://opendesktop.org/content/show.php?content=127960;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://opendesktop.org/CONTENT/content-files/127960-${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('017b56eae5462617bf5fded092280e1f')
+options=('force')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Added: trunk/kwebkitpart.install
===
--- trunk/kwebkitpart.install   (rev 0)
+++ trunk/kwebkitpart.install   2010-07-27 08:36:41 UTC (rev 86161)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in qjson (kde-unstable)

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 04:37:43
  Author: andrea
Revision: 86162

moved to [testing]

Deleted:
  qjson/kde-unstable/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 04:38:18
  Author: andrea
Revision: 86163

moved to [testing]

Modified:
  soprano/trunk/PKGBUILD
Deleted:
  soprano/kde-unstable/

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

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2010-07-27 08:37:43 UTC (rev 86162)
+++ trunk/PKGBUILD  2010-07-27 08:38:18 UTC (rev 86163)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=soprano
-pkgver=2.4.4
+pkgver=2.4.63
 pkgrel=1
 pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 
framework for RDF data'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('qt' 'clucene' 'redland' 'libiodbc' 'virtuoso')
 makedepends=('cmake' 'openjdk6')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('11a83941f290e8719883df49a4cd8faa')
+md5sums=('5a063a01849437b7142b41c59702a061')
 
 build() {
   cd ${srcdir}
@@ -23,11 +23,11 @@
   cmake ../${pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_SKIP_RPATH=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
+-DCMAKE_INSTALL_PREFIX=/usr || return \
+  make || return 1
 }
 
 package() {
   cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
+  make DESTDIR=${pkgdir} install || return 1
 }



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 04:39:23
  Author: andrea
Revision: 86164

archrelease: copy trunk to testing-i686

Added:
  akonadi/repos/testing-i686/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 04:39:44
  Author: andrea
Revision: 86165

archrelease: copy trunk to testing-i686

Added:
  attica/repos/testing-i686/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 04:40:02
  Author: andrea
Revision: 86166

archrelease: copy trunk to testing-i686

Added:
  kwebkitpart/repos/testing-i686/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 04:40:20
  Author: andrea
Revision: 86167

archrelease: copy trunk to testing-i686

Added:
  libdbusmenu-qt/repos/testing-i686/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 04:40:38
  Author: andrea
Revision: 86168

archrelease: copy trunk to testing-i686

Added:
  qjson/repos/testing-i686/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 04:40:56
  Author: andrea
Revision: 86169

archrelease: copy trunk to testing-i686

Added:
  soprano/repos/testing-i686/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 04:41:19
  Author: andrea
Revision: 86170

archrelease: copy trunk to testing-x86_64

Added:
  akonadi/repos/testing-x86_64/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 04:41:37
  Author: andrea
Revision: 86171

archrelease: copy trunk to testing-x86_64

Added:
  attica/repos/testing-x86_64/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 04:41:55
  Author: andrea
Revision: 86172

archrelease: copy trunk to testing-x86_64

Added:
  kwebkitpart/repos/testing-x86_64/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 04:42:08
  Author: andrea
Revision: 86173

fix

Modified:
  soprano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-07-27 08:41:55 UTC (rev 86172)
+++ PKGBUILD2010-07-27 08:42:08 UTC (rev 86173)
@@ -23,11 +23,11 @@
   cmake ../${pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_SKIP_RPATH=OFF \
--DCMAKE_INSTALL_PREFIX=/usr || return \
-  make || return 1
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
 }
 
 package() {
   cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR=${pkgdir} install
 }



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 04:42:14
  Author: andrea
Revision: 86174

archrelease: copy trunk to testing-x86_64

Added:
  libdbusmenu-qt/repos/testing-x86_64/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 04:42:32
  Author: andrea
Revision: 86175

archrelease: copy trunk to testing-x86_64

Added:
  qjson/repos/testing-x86_64/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 04:42:50
  Author: andrea
Revision: 86176

archrelease: copy trunk to testing-x86_64

Added:
  soprano/repos/testing-x86_64/



[arch-commits] Commit in kdeplasma-applets-networkmanagement (2 files)

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 04:45:19
  Author: andrea
Revision: 86177

moved to [testing]

Modified:
  kdeplasma-applets-networkmanagement/trunk/PKGBUILD
Deleted:
  kdeplasma-applets-networkmanagement/kde-unstable/

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

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2010-07-27 08:42:50 UTC (rev 86176)
+++ trunk/PKGBUILD  2010-07-27 08:45:19 UTC (rev 86177)
@@ -1,9 +1,9 @@
-# $Id: $
+# $Id $
 # Maintainer: Andrea Scarpino and...@archlinux.org
 # Contributor: Jakub Schmidtke sjakub-at-gmail.com
 
 pkgname=kdeplasma-applets-networkmanagement
-pkgver=1121484
+pkgver=1154750
 pkgrel=1
 pkgdesc=KDE4 Network Management and plasmoid
 arch=('i686' 'x86_64')
@@ -15,22 +15,22 @@
 conflicts=('networkmanager-plasmoid-svn' 'kdeplasma-applets-networkmanager')
 replaces=('networkmanager-plasmoid-svn' 'kdeplasma-applets-networkmanager')
 install=${pkgname}.install
-#svn co -q svn://websvn.kde.org:443/home/kde/trunk/kdereview/networkmanagement 
${pkgname}
-source=(ftp://ftp.archlinux.org/other/kde/${pkgname}-r${pkgver}.tar.bz2;)
-md5sums=('c51891d204334f2af5d4c3f7ea7c6b79')
+#svn co -q 
svn://websvn.kde.org:443/home/kde/trunk/extragear/base/networkmanagement 
${pkgname}-svn${pkgver}
+source=(ftp://ftp.archlinux.org/other/kde/${pkgname}-svn${pkgver}.tar.bz2;)
+md5sums=('7eeefd613e95638223f570ec3aed652b')
 
 build() {
   cd ${srcdir}
   mkdir build
   cd build
-  cmake ../${pkgname} \
+  cmake ../${pkgname}-svn${pkgver} \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release \
 -DDBUS_SYSTEM_POLICY_DIR=/etc/dbus-1/system.d
-  make || return 1
+  make
 }
 
 package() {
   cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in kdeplasma-applets-networkmanagement/repos (testing-i686)

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 04:45:49
  Author: andrea
Revision: 86178

archrelease: copy trunk to testing-i686

Added:
  kdeplasma-applets-networkmanagement/repos/testing-i686/



[arch-commits] Commit in kdeplasma-applets-networkmanagement/repos (testing-x86_64)

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 04:46:14
  Author: andrea
Revision: 86179

archrelease: copy trunk to testing-x86_64

Added:
  kdeplasma-applets-networkmanagement/repos/testing-x86_64/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 05:09:12
  Author: andrea
Revision: 86182

moved to [testing]

Modified:
  kdebase-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-07-27 09:09:08 UTC (rev 86181)
+++ PKGBUILD2010-07-27 09:09:12 UTC (rev 86182)
@@ -1,8 +1,9 @@
 # $Id: $
-# Maintainer: Pierre Schmitz pie...@archlinux.de
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdebase-runtime
-pkgver=4.4.5
+pkgver=4.4.95
 pkgrel=1
 pkgdesc=KDE Base Runtime Environment
 arch=('i686' 'x86_64')
@@ -11,12 +12,12 @@
 depends=('kdelibs' 'oxygen-icons' 'xorg-xauth' 'hicolor-icon-theme'
  'smbclient' 'rarian' 'libssh')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdepimlibs' 'openslp'
- 'xine-lib')
+ 'xine-lib' 'docbook-xsl')
 optdepends=('htdig: to build the search index'
 'gdb: drkonq crash handler')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('93c58fbef37cdf0c9c6b37c773f8cde054fae51f')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('d4a5b83ef6d2a61801029a656f56e681fae2243a')
 
 build() {
cd $srcdir
@@ -26,8 +27,8 @@
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_SKIP_RPATH=ON \
-DCMAKE_INSTALL_PREFIX=/usr \
-   -DWITH_PulseAudio=OFF || return 1
-   make || return 1
+   -DWITH_PulseAudio=OFF
+   make
 }
 
 package() {



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 05:09:17
  Author: andrea
Revision: 86183

moved to [testing]

Modified:
  kdegraphics/trunk/PKGBUILD
Deleted:
  kdegraphics/trunk/update-libkexiv2-libkipi-libdcraw.patch

-+
 PKGBUILD|   41 
 update-libkexiv2-libkipi-libdcraw.patch | 9014 --
 2 files changed, 21 insertions(+), 9034 deletions(-)

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


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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 05:09:22
  Author: andrea
Revision: 86184

moved to [testing]

Modified:
  kdepimlibs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-07-27 09:09:17 UTC (rev 86183)
+++ PKGBUILD2010-07-27 09:09:22 UTC (rev 86184)
@@ -1,18 +1,19 @@
 # $Id: $
-# Maintainer: Pierre Schmitz pie...@archlinux.de
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdepimlibs
-pkgver=4.4.5
+pkgver=4.4.95
 pkgrel=1
 pkgdesc=KDE PIM Libraries
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL')
 depends=('kdelibs' 'akonadi' 'libical' 'gpgme')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'cyrus-sasl' 'openldap')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'cyrus-sasl' 'openldap' 
'docbook-xsl')
 install='kdepimlibs.install'
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('bc4d9a478f80e013ac39710f963ee68961d5f369')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('59a90368e0a0d925b42069ccf9d3610aa18277cb')
 
 build() {
cd $srcdir



[arch-commits] Commit in kdebindings/trunk (PKGBUILD pyqt-4.7.4-fix.patch)

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 05:09:26
  Author: andrea
Revision: 86185

moved to [testing]

Modified:
  kdebindings/trunk/PKGBUILD
Deleted:
  kdebindings/trunk/pyqt-4.7.4-fix.patch

--+
 PKGBUILD |   43 +++
 pyqt-4.7.4-fix.patch |   15 ---
 2 files changed, 15 insertions(+), 43 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-27 09:09:22 UTC (rev 86184)
+++ PKGBUILD2010-07-27 09:09:26 UTC (rev 86185)
@@ -1,44 +1,38 @@
 # $Id: PKGBUILD 59825 2009-11-28 01:40:17Z andrea $
-# Maintainer: Pierre Schmitz pie...@archlinux.de
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgbase=kdebindings
 pkgname=('kdebindings-csharp'
  'kdebindings-python'
- 'kdebindings-ruby'
  'kdebindings-smoke')
-pkgver=4.4.5
-pkgrel=2
+pkgver=4.4.95
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdepimlibs' 'pyqt' 
'kdepim-runtime'
- 'ruby' 'mono' 'kdegraphics-okular' 'boost' 'qscintilla')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;
-   'pyqt-4.7.4-fix.patch')
-sha1sums=('2f041c5b050da879e8f5d09f668b56881f9f1bb2'
-   '1f501de06c7f38fc8f7ceaf550f9c2dd9204ed75')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'pyqt' 'kdepim-runtime' 'mono'
+   'kdegraphics-okular' 'qwt' 'docbook-xsl' 'boost' 'qscintilla')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
+sha1sums=('4e92f4e693943012e2456c1b9ce7f4b683671fb2')
 
 build() {
cd ${srcdir}/${pkgbase}-${pkgver}
-   patch -Np0 -i ${srcdir}/pyqt-4.7.4-fix.patch
 
export MONO_SHARED_DIR=${srcdir}/build/.mono
mkdir -p $MONO_SHARED_DIR
-   cd $srcdir/build
+   cd ${srcdir}/build
 
-   # fix build with ruby 1.9
-   # see http://bugs.archlinux.org/task/16175
-   find ../$pkgbase-$pkgver/ruby -name CMakeLists.txt \
-   -exec sed -i s|\${RUBY_INCLUDE_PATH}|\${RUBY_INCLUDE_PATH} 
/usr/include/ruby-1.9.1/${CARCH}-linux| {} \;
-
cmake ../${pkgbase}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
+   -DBUILD_falcon=OFF \
-DBUILD_java=OFF \
+   -DBUILD_ruby=OFF \
-DBUILD_php=OFF \
-   -DBUILD_falcon=OFF \
-   -DENABLE_KROSSRUBY=OFF \
-   -DWITH_PolkitQt=OFF
+   -DWITH_PolkitQt=OFF \
+   -DRUBY_LIBRARY=/usr/lib/ruby/1.9.1 \
+   -DRUBY_INCLUDE_PATH=/usr/lib/ruby/1.9.1/${CARCH}-linux
make
 }
 
@@ -58,16 +52,9 @@
make DESTDIR=$pkgdir install
 }
 
-package_kdebindings-ruby() {
-   pkgdesc='KDE bindings for ruby'
-   depends=('kdebindings-smoke' 'ruby')
-   cd $srcdir/build/ruby
-   make DESTDIR=$pkgdir install
-}
-
 package_kdebindings-smoke() {
pkgdesc='Language independent library for Qt and KDE bindings'
-   depends=('kdepimlibs' 'qscintilla' 'kdegraphics-okular' 
'kdepim-runtime')
+   depends=('qscintilla' 'kdegraphics-okular' 'kdepim-runtime')
cd $srcdir/build/smoke
make DESTDIR=$pkgdir install
 }

Deleted: pyqt-4.7.4-fix.patch
===
--- pyqt-4.7.4-fix.patch2010-07-27 09:09:22 UTC (rev 86184)
+++ pyqt-4.7.4-fix.patch2010-07-27 09:09:26 UTC (rev 86185)
@@ -1,15 +0,0 @@
-Index: python/pykde4/sip/akonadi/addressattribute.sip
-===
 python/pykde4/sip/akonadi/addressattribute.sip (revision 1150375)
-+++ python/pykde4/sip/akonadi/addressattribute.sip (revision 1150562)
-@@ -57,6 +57,10 @@
- else if (dynamic_castAkonadi::MessageThreadingAttribute*(sipCpp))
- sipType = sipType_Akonadi_MessageThreadingAttribute;
- %End
-+private:
-+//force
-+Akonadi::AddressAttribute operator = (const Akonadi::AddressAttribute);
-+//end
- };
- };
- %ModuleHeaderCode



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 05:09:31
  Author: andrea
Revision: 86186

moved to [testing]

Modified:
  kdebase-workspace/trunk/PKGBUILD
  kdebase-workspace/trunk/kdebase-workspace.install
Deleted:
  kdebase-workspace/trunk/screensaver-sleep.patch

---+
 PKGBUILD  |   37 ++---
 kdebase-workspace.install |   16 +---
 screensaver-sleep.patch   |   12 
 3 files changed, 31 insertions(+), 34 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-27 09:09:26 UTC (rev 86185)
+++ PKGBUILD2010-07-27 09:09:31 UTC (rev 86186)
@@ -1,8 +1,9 @@
 # $Id: PKGBUILD 59826 2009-11-28 01:40:21Z andrea $
-# Maintainer: Pierre Schmitz pie...@archlinux.de
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdebase-workspace
-pkgver=4.4.5
+pkgver=4.4.95
 pkgrel=1
 pkgdesc=KDE Base Workspace
 arch=('i686' 'x86_64')
@@ -13,36 +14,34 @@
 #  not detected by namcap because libgl depends on it
 #  but nvidia providing libgl does not depend on libxdamage
 depends=('polkit-kde' 'kdepimlibs' 'kdepim-runtime' 'kdebase-runtime' 
'qimageblitz'
- 'libxxf86misc' 'libxcomposite' 'libxss' 'lm_sensors' 'libxklavier' 
'libxft'
- 'libxdamage' 'xorg-utils' 'libxrandr')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'networkmanager' 'bluez' 
'kdebindings-python'
- 'kdebindings-ruby' 'boost')
-replaces=('kdmtheme' 'kde-common' 'guidance-power-manager' 'policykit-kde')
-conflicts=('kde-common' 'guidance-power-manager' 'policykit-kde')
-install='kdebase-workspace.install'
+ 'libxxf86misc' 'libxcomposite' 'lm_sensors' 'libxklavier' 'libxdamage'
+'xorg-utils' 'libxrandr' 'libraw1394' 'libqalculate')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'networkmanager' 'bluez' 
'kdebindings-python' 'docbook-xsl' 'boost')
+# 'kdebindings-ruby')
+replaces=('kdmtheme' 'kde-common' 'guidance-power-manager' 'policykit-kde' 
'kdebase-kinfocenter')
+conflicts=('kde-common' 'guidance-power-manager' 'policykit-kde' 
'kdebase-kinfocenter')
+install=${pkgname}.install
 backup=('usr/share/config/kdm/kdmrc'
 'etc/pam.d/kde'
 'etc/pam.d/kde-np'
 'etc/pam.d/kscreensaver')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
 'kdm-zsh-profile.patch' 'kdm' 'kde.pam' 'kde-np.pam' 'kscreensaver.pam'
-'fixpath.patch' 'terminate-server.patch' 'screensaver-sleep.patch')
-sha1sums=('d0defe431a760503f8fbb9ee2413b666b3c84cd7'
+'fixpath.patch' 'terminate-server.patch')
+sha1sums=('2f38dfa0d925147af8f60c0d00eda54513c405ab'
   '8c2bdefb23a03b753b78d16944d03fa3939d2d99'
   '5db3a245201bd4a50e65aa2ef583cf5490e4f646'
   'f7b38af38549242a240f1a90ab9964ca8a366129'
   '603cc79c4d2b4eae62bb5f244aeecb3a778b5516'
   '106635aa1aae51d6f0668b1853f6c49a4fe9d3d8'
   'd7b5883f7e65c6839b1f65f94d58026673dd0226'
-  'ac7bc292c865bc1ab8c02e6341aa7aeaf1a3'
-  'd676932e89f201d1f381615651761af1badb88be')
+  'ac7bc292c865bc1ab8c02e6341aa7aeaf1a3')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
-   patch -p0 -i ${srcdir}/kdm-zsh-profile.patch || return 1
-   patch -p0 -i ${srcdir}/fixpath.patch || return 1
-   patch -p0 -i ${srcdir}/terminate-server.patch || return 1
-patch -p1 -i ${srcdir}/screensaver-sleep.patch || return 1 # FS#19426  

+   patch -p0 -i ${srcdir}/kdm-zsh-profile.patch
+   patch -p0 -i ${srcdir}/fixpath.patch
+   patch -p0 -i ${srcdir}/terminate-server.patch
 
cd ${srcdir}
mkdir build
@@ -55,7 +54,7 @@
-DWITH_Googlegadgets=OFF \
-DWITH_QEdje=OFF \
-DWITH_PolkitQt=OFF
-   make || return 1
+   make
 }
 
 package() {

Modified: kdebase-workspace.install
===
--- kdebase-workspace.install   2010-07-27 09:09:26 UTC (rev 86185)
+++ kdebase-workspace.install   2010-07-27 09:09:31 UTC (rev 86186)
@@ -1,11 +1,21 @@
 post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   groupadd -g 135 kdm /dev/null
+   useradd -u 135 -g kdm -d /var/lib/kdm -s /bin/false -r kdm /dev/null
+   xdg-icon-resource forceupdate --theme hicolor /dev/null
 }
 
 post_upgrade() {
-   post_install
+   getent group kdm /dev/null 21 || groupadd -g 135 kdm /dev/null
+   getent passwd kdm /dev/null 21 || useradd -u 135 -g kdm -d 
/var/lib/kdm -s /bin/false -r kdm /dev/null
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
 }
 
 post_remove() {
-   post_install
+   if getent passwd kdm /dev/null 21; then
+ userdel kdm
+   fi
+   if 

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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 05:09:36
  Author: andrea
Revision: 86187

moved to [testing]

Modified:
  kdebase/trunk/PKGBUILD

--+
 PKGBUILD |   50 +-
 1 file changed, 17 insertions(+), 33 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-27 09:09:31 UTC (rev 86186)
+++ PKGBUILD2010-07-27 09:09:36 UTC (rev 86187)
@@ -1,27 +1,26 @@
 # $Id: PKGBUILD 59827 2009-11-28 01:40:24Z andrea $
-# Maintainer: Pierre Schmitz pie...@archlinux.de
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgbase=kdebase
 pkgname=('kdebase-dolphin'
- 'kdebase-kappfinder'
  'kdebase-kdepasswd'
  'kdebase-kdialog'
  'kdebase-kfind'
- 'kdebase-kinfocenter'
  'kdebase-konqueror'
  'kdebase-konsole'
  'kdebase-kwrite'
  'kdebase-lib'
  'kdebase-plasma')
-pkgver=4.4.5
+pkgver=4.4.95
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdebase')
-makedepends=('kdebase-workspace' 'pkgconfig' 'cmake' 'automoc4' 'libraw1394' 
'ruby')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('c14f6da09f0d1624189c69ccc200c70f2763dcbc')
+makedepends=('kdebase-workspace' 'pkgconfig' 'cmake' 'automoc4' 'ruby' 
'docbook-xsl')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
+sha1sums=('a0e923d9727cb6450c0a8908d61b15baf9f15d15')
 
 build() {
cd $srcdir
@@ -38,24 +37,13 @@
pkgdesc='File Manager'
depends=('kdebase-runtime' 'kdebase-lib')
optdepends=('ruby: servicemenu installation')
+   url=http://kde.org/applications/system/dolphin/;
cd $srcdir/build/apps/dolphin
make DESTDIR=$pkgdir install
cd $srcdir/build/apps/doc/dolphin
make DESTDIR=$pkgdir install
 }
 
-package_kdebase-kappfinder() {
-   pkgdesc='Menu Updating Tool'
-   depends=('kdebase-runtime' 'kdelibs')
-   install='kdebase.install'
-   cd $srcdir/build/apps/kappfinder
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/apps/doc/kappfinder
-   make DESTDIR=$pkgdir install
-   # FIXME (oxygen-icons-svg)
-   rm ${pkgdir}/usr/share/icons/oxygen/scalable/apps/clock.svgz
-}
-
 package_kdebase-kdepasswd() {
pkgdesc='Change Password'
depends=('kdebase-runtime' 'kdebase-lib')
@@ -66,8 +54,8 @@
 }
 
 package_kdebase-kdialog() {
-   pkgdesc='a utility for displaying dialog boxes from shell scripts'
-   depends=('kdebase-runtime' 'kdelibs')
+   pkgdesc='A utility for displaying dialog boxes from shell scripts'
+   depends=('kdebase-runtime')
cd $srcdir/build/apps/kdialog
make DESTDIR=$pkgdir install
 }
@@ -75,6 +63,7 @@
 package_kdebase-kfind() {
pkgdesc='Find Files/Folders'
depends=('kdebase-runtime' 'kdebase-lib')
+   url=http://kde.org/applications/utilities/kfind/;
install='kdebase.install'
cd $srcdir/build/apps/kfind
make DESTDIR=$pkgdir install
@@ -82,18 +71,11 @@
make DESTDIR=$pkgdir install
 }
 
-package_kdebase-kinfocenter() {
-   pkgdesc='Info Center'
-   depends=('kdebase-runtime' 'libraw1394' 'kdelibs')
-   cd $srcdir/build/apps/kinfocenter
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/apps/doc/kinfocenter
-   make DESTDIR=$pkgdir install
-}
-
 package_kdebase-konqueror() {
pkgdesc='KDE File Manager  Web Browser'
-   depends=('kdebase-runtime' 'kdebase-lib' 'kdebase-dolphin')
+   depends=('kdebase-runtime' 'kdebase-dolphin')
+   optdepends=('kwebkitpart: to enable webkit engine')
+   url=http://kde.org/applications/internet/konqueror/;
install='kdebase.install'
conflicts=('kdebase-keditbookmarks' 'kdebase-nsplugins')
replaces=('kdebase-keditbookmarks' 'kdebase-nsplugins')
@@ -105,7 +87,8 @@
 
 package_kdebase-konsole() {
pkgdesc='Terminal'
-   depends=('kdebase-runtime' 'kdelibs')
+   depends=('kdebase-runtime')
+   url=http://kde.org/applications/system/konsole/;
cd $srcdir/build/apps/konsole
make DESTDIR=$pkgdir install
cd $srcdir/build/apps/doc/konsole
@@ -114,7 +97,8 @@
 
 package_kdebase-kwrite() {
pkgdesc='Text Editor'
-   depends=('kdebase-runtime' 'kdelibs')
+   depends=('kdebase-runtime')
+   url=http://kde.org/applications/utilities/kwrite/;
cd $srcdir/build/apps/kwrite
make DESTDIR=$pkgdir install
cd $srcdir/build/apps/doc/kwrite



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 05:09:40
  Author: andrea
Revision: 86188

moved to [testing]

Modified:
  kdeedu/trunk/PKGBUILD

--+
 PKGBUILD |   39 +++
 1 file changed, 19 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-27 09:09:36 UTC (rev 86187)
+++ PKGBUILD2010-07-27 09:09:40 UTC (rev 86188)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgbase=kdeedu
 pkgname=('kdeedu-blinken'
@@ -24,17 +25,17 @@
  'kdeedu-parley'
  'kdeedu-rocs'
  'kdeedu-step')
-pkgver=4.4.5
+pkgver=4.4.95
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdeedu')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'ocaml' 'facile' 'eigen' 'cfitsio' 
'kdelibs'
- 'kdebase-runtime' 'openbabel' 'libqalculate' 'gsl' 'boost' 
'libindi' 'r'
- 'libspectre' 'python')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('7b84fa9dd9e91e117df5dc1af19bcd212cac707a')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'ocaml' 'facile' 'eigen' 'cfitsio'
+   'kdebase-runtime' 'openbabel' 'libqalculate' 'gsl' 'boost' 'libindi' 'r'
+   'libspectre' 'python' 'docbook-xsl')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
+sha1sums=('a4918bd7517abe08e55f241c3cc65f75f4afb904')
 
 build() {
cd $srcdir
@@ -80,7 +81,7 @@
 
 package_kdeedu-kalgebra() {
pkgdesc='Math Expression Solver and Plotter'
-   depends=('kdelibs' 'kdebase-runtime')
+   depends=('kdebase-runtime')
install='kdeedu.install'
cd $srcdir/build/kalgebra
make DESTDIR=$pkgdir install
@@ -120,7 +121,7 @@
 
 package_kdeedu-kgeography() {
pkgdesc='A Geography Learning Program'
-   depends=('kdelibs' 'kdebase-runtime')
+   depends=('kdebase-runtime')
install='kdeedu.install'
cd $srcdir/build/kgeography
make DESTDIR=$pkgdir install
@@ -140,7 +141,7 @@
 
 package_kdeedu-kig() {
pkgdesc='Explore Geometric Constructions'
-   depends=('kdelibs' 'kdebase-runtime' 'boost-libs' 'python')
+   depends=('kdebase-runtime' 'boost-libs' 'python')
install='kdeedu.install'
cd $srcdir/build/kig
make DESTDIR=$pkgdir install
@@ -150,7 +151,7 @@
 
 package_kdeedu-kiten() {
pkgdesc='Japanese Reference and Study Tool'
-   depends=('kdelibs' 'kdebase-runtime')
+   depends=('kdebase-runtime')
install='kdeedu.install'
cd $srcdir/build/kiten
make DESTDIR=$pkgdir install
@@ -160,7 +161,7 @@
 
 package_kdeedu-klettres() {
pkgdesc='a KDE program to learn the alphabet'
-   depends=('kdelibs' 'kdebase-runtime')
+   depends=('kdebase-runtime')
install='kdeedu.install'
cd $srcdir/build/klettres
make DESTDIR=$pkgdir install
@@ -170,7 +171,7 @@
 
 package_kdeedu-kmplot() {
pkgdesc='Function Plotter'
-   depends=('kdelibs' 'kdebase-runtime')
+   depends=('kdebase-runtime')
install='kdeedu.install'
cd $srcdir/build/kmplot
make DESTDIR=$pkgdir install
@@ -180,7 +181,7 @@
 
 package_kdeedu-kstars() {
pkgdesc='Desktop Planetarium'
-   depends=('kdelibs' 'kdebase-runtime' 'indilib')
+   depends=('kdebase-runtime' 'libindi')
install='kdeedu.install'
cd $srcdir/build/kstars
make DESTDIR=$pkgdir install
@@ -190,7 +191,7 @@
 
 package_kdeedu-ktouch() {
pkgdesc='Touch Typing Tutor'
-   depends=('kdelibs' 'kdebase-runtime')
+   depends=('kdebase-runtime')
install='kdeedu.install'
cd $srcdir/build/ktouch
make DESTDIR=$pkgdir install
@@ -200,7 +201,7 @@
 
 package_kdeedu-kturtle() {
pkgdesc='Educational Programming Environment'
-   depends=('kdelibs' 'kdebase-runtime')
+   depends=('kdebase-runtime')
install='kdeedu.install'
cd $srcdir/build/kturtle
make DESTDIR=$pkgdir install
@@ -230,7 +231,7 @@
 
 package_kdeedu-marble() {
pkgdesc='Desktop Globe'
-   depends=('kdelibs' 'kdebase-runtime')
+   depends=('kdebase-runtime')
install='kdeedu.install'
cd $srcdir/build/marble
make DESTDIR=$pkgdir install
@@ -262,12 +263,10 @@
 
 package_kdeedu-step() {
pkgdesc='Simulate physics experiments'
-   depends=('kdelibs' 'kdebase-runtime' 'gsl' 'libqalculate')
+   depends=('kdebase-runtime' 'gsl' 'libqalculate')
install='kdeedu.install'
cd $srcdir/build/step
make DESTDIR=$pkgdir install
cd $srcdir/build/doc/step
make DESTDIR=$pkgdir install
-   # FIXME
-   rm -f $pkgdir/usr/share/icons/oxygen/22x22/actions/pointer.png
 }



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 05:09:44
  Author: andrea
Revision: 86189

moved to [testing]

Modified:
  kdeaccessibility/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-07-27 09:09:40 UTC (rev 86188)
+++ PKGBUILD2010-07-27 09:09:44 UTC (rev 86189)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgbase=kdeaccessibility
 pkgname=('kdeaccessibility-colorschemes'
@@ -7,15 +8,15 @@
  'kdeaccessibility-kmag'
  'kdeaccessibility-kmousetool'
  'kdeaccessibility-kmouth')
-pkgver=4.4.5
+pkgver=4.4.95
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://accessibility.kde.org'
 license=('GPL' 'FDL')
 groups=('kde' 'kdeaccessibility')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebase-runtime' 'kdelibs')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('10fa80f91a5e41bdcc190370d41c7e0f4355741b')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebase-runtime' 'docbook-xsl')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
+sha1sums=('9c77dcdf813370effce686e5ec2d66bafac84d62')
 
 build() {
cd $srcdir
@@ -43,7 +44,8 @@
 
 package_kdeaccessibility-kmag() {
pkgdesc='Screen Magnifier'
-   depends=('kdelibs' 'kdebase-runtime')
+   depends=('kdebase-runtime')
+   url=http://kde.org/applications/utilities/kmag/;
install='kdeaccessibility.install'
cd $srcdir/build/kmag
make DESTDIR=$pkgdir install
@@ -53,7 +55,8 @@
 
 package_kdeaccessibility-kmousetool() {
pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
-   depends=('kdelibs' 'kdebase-runtime')
+   depends=('kdebase-runtime')
+   url=http://kde.org/applications/utilities/kmousetool/;
install='kdeaccessibility.install'
cd $srcdir/build/kmousetool
make DESTDIR=$pkgdir install
@@ -63,7 +66,8 @@
 
 package_kdeaccessibility-kmouth() {
pkgdesc='Speech Synthesizer Frontend'
-   depends=('kdelibs' 'kdebase-runtime')
+   depends=('kdebase-runtime')
+   url=http://kde.org/applications/utilities/kmouth/;
install='kdeaccessibility.install'
cd $srcdir/build/kmouth
make DESTDIR=$pkgdir install



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 05:09:49
  Author: andrea
Revision: 86190

moved to [testing]

Modified:
  kdeadmin/trunk/PKGBUILD

--+
 PKGBUILD |   24 ++--
 1 file changed, 14 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-27 09:09:44 UTC (rev 86189)
+++ PKGBUILD2010-07-27 09:09:49 UTC (rev 86190)
@@ -1,27 +1,28 @@
 # $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgbase=kdeadmin
 pkgname=('kdeadmin-kcron'
  'kdeadmin-ksystemlog'
  'kdeadmin-kuser'
  'kdeadmin-system-config-printer-kde')
-pkgver=4.4.5
+pkgver=4.4.95
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdeadmin')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdepimlibs' 'kdebase-runtime'
- 'kdebindings-python' 'system-config-printer-common' 
'kdepim-runtime')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebindings-python'
+   'system-config-printer-common' 'pyqt' 'docbook-xsl')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;
'fix-syslog-path.patch')
-sha1sums=('b9d80b5db7dbcd00503688a02facce81f2fc0442'
+sha1sums=('b9f49b5a71eb2fa624df44bfdc7b1b1221f06583'
   'c9e7839ba3dd7be15ce140cfebc57c0f57871fdf')
 
 build() {
cd ${srcdir}/${pkgbase}-${pkgver}
-   patch -p1 -i ${srcdir}/fix-syslog-path.patch || return 1
+   patch -p1 -i ${srcdir}/fix-syslog-path.patch
 
cd ${srcdir}
mkdir build
@@ -48,7 +49,8 @@
 
 package_kdeadmin-ksystemlog() {
pkgdesc='System log viewer tool'
-   depends=('kdelibs' 'kdebase-runtime')
+   depends=('kdebase-runtime')
+   url=http://kde.org/applications/system/ksystemlog/;
cd $srcdir/build/ksystemlog
make DESTDIR=$pkgdir install
cd $srcdir/build/doc/ksystemlog
@@ -57,7 +59,8 @@
 
 package_kdeadmin-kuser() {
pkgdesc='User Manager'
-   depends=('kdepimlibs' 'kdebase-runtime' 'kdepim-runtime')
+   depends=('kdepim-runtime')
+   url=http://kde.org/applications/system/kuser/;
install='kdeadmin.install'
cd $srcdir/build/kuser
make DESTDIR=$pkgdir install
@@ -67,7 +70,8 @@
 
 package_kdeadmin-system-config-printer-kde() {
pkgdesc='Configure local and remote Printers'
-   depends=('kdebindings-python' 'system-config-printer-common')
+   depends=('kdebindings-python' 'system-config-printer-common' 'pyqt')
+   url=http://kde.org/applications/system/printerapplet/;
cd $srcdir/build/system-config-printer-kde
make DESTDIR=$pkgdir install
 }



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 05:09:54
  Author: andrea
Revision: 86191

moved to [testing]

Modified:
  kdeartwork/trunk/PKGBUILD

--+
 PKGBUILD |   52 ++--
 1 file changed, 30 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-27 09:09:49 UTC (rev 86190)
+++ PKGBUILD2010-07-27 09:09:54 UTC (rev 86191)
@@ -1,25 +1,28 @@
 # $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
- 'kdeartwork-iconthemes'
- 'kdeartwork-weatherwallpapers'
+pkgname=('kdeartwork-aurorae'
+ 'kdeartwork-colorschemes'
  'kdeartwork-desktopthemes'
  'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
  'kdeartwork-kscreensaver'
  'kdeartwork-sounds'
  'kdeartwork-styles'
- 'kdeartwork-wallpapers')
-pkgver=4.4.5
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.4.95
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdeartwork')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'xscreensaver' 'eigen' 
'kdebase-workspace')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('1b0eb93247b4ad199c6090628cc6b903bc954af6')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'xscreensaver' 'eigen' 
'kdebase-workspace'
+   'docbook-xsl')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
+sha1sums=('8858ada3de11d7f32984c8567008c2ebc63c433d')
 
 build() {
cd $srcdir
@@ -32,24 +35,18 @@
make
 }
 
+package_kdeartwork-aurorae() {
+   pkgdesc='An Aurorae theme based on the Oxygen plasma theme'
+   cd $srcdir/build/aurorae
+   make DESTDIR=$pkgdir install
+}
+
 package_kdeartwork-colorschemes() {
pkgdesc='KDE color schemes'
cd $srcdir/build/ColorSchemes
make DESTDIR=$pkgdir install
 }
 
-package_kdeartwork-iconthemes() {
-   pkgdesc='KDE icon themes'
-   cd $srcdir/build/IconThemes
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-weatherwallpapers() {
-   pkgdesc='KDE weather wallpapers'
-   cd $srcdir/build/WeatherWallpapers
-   make DESTDIR=$pkgdir install
-}
-
 package_kdeartwork-desktopthemes() {
pkgdesc='KDE desktop themes'
cd $srcdir/build/desktopthemes
@@ -62,6 +59,12 @@
make DESTDIR=$pkgdir install
 }
 
+package_kdeartwork-iconthemes() {
+   pkgdesc='KDE icon themes'
+   cd $srcdir/build/IconThemes
+   make DESTDIR=$pkgdir install
+}
+
 package_kdeartwork-kscreensaver() {
pkgdesc='KDE screensaver'
depends=('kdebase-workspace' )
@@ -77,7 +80,7 @@
 
 package_kdeartwork-styles() {
pkgdesc='KDE styles'
-   depends=('kdelibs')
+   depends=('kdebase-workspace')
cd $srcdir/build/styles
make DESTDIR=$pkgdir install
 }
@@ -90,3 +93,8 @@
make DESTDIR=$pkgdir install
 }
 
+package_kdeartwork-weatherwallpapers() {
+   pkgdesc='KDE weather wallpapers'
+   cd $srcdir/build/WeatherWallpapers
+   make DESTDIR=$pkgdir install
+}



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 05:09:59
  Author: andrea
Revision: 86192

moved to [testing]

Modified:
  kdegames/trunk/PKGBUILD

--+
 PKGBUILD |   73 +++--
 1 file changed, 62 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-27 09:09:54 UTC (rev 86191)
+++ PKGBUILD2010-07-27 09:09:59 UTC (rev 86192)
@@ -1,10 +1,12 @@
 # $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgbase=kdegames
 pkgname=('kdegames-bomber'
  'kdegames-bovo'
-'kdegames-granatier'
+ 'kdegames-granatier'
+ 'kdegames-kajongg'
  'kdegames-kapman'
  'kdegames-katomic'
  'kdegames-kbattleship'
@@ -15,7 +17,7 @@
  'kdegames-kdiamond'
  'kdegames-kfourinline'
  'kdegames-kgoldrunner'
-'kdegames-kigo'
+ 'kdegames-kigo'
  'kdegames-killbots'
  'kdegames-kiriki'
  'kdegames-kjumpingcube'
@@ -26,7 +28,7 @@
  'kdegames-kolf'
  'kdegames-kollision'
  'kdegames-konquest'
- 'kdegames-kpat'
+ 'kdegames-kpatience'
  'kdegames-kreversi'
  'kdegames-ksame'
  'kdegames-kshisen'
@@ -41,15 +43,16 @@
  'kdegames-libkmahjongg'
  'kdegames-lskat'
  'kdegames-palapeli')
-pkgver=4.4.5
+pkgver=4.4.95
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdegames')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdelibs' 'kdebase-runtime' 'qca' 
'ggz-client-libs')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('2e0d86c3bf668f4e1fdb2b0da74545f442799700')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebase-runtime' 'ggz-client-libs'
+   'twisted' 'kdebindings-python' 'docbook-xsl')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
+sha1sums=('00851bda1d3aece56842d41dc74cf559776eee12')
 
 build() {
cd $srcdir
@@ -65,6 +68,7 @@
 package_kdegames-bomber() {
pkgdesc='Arcade Bombing Game'
depends=('kdebase-runtime' 'kdegames-libkdegames')
+   url=http://kde.org/applications/games/bomber/;
install='kdegames.install'
cd $srcdir/build/bomber
make DESTDIR=$pkgdir install
@@ -75,6 +79,8 @@
 package_kdegames-bovo() {
pkgdesc='Five-in-a-row Board Game'
depends=('kdebase-runtime' 'kdegames-libkdegames')
+   url=http://kde.org/applications/games/bovo/;
+   install='kdegames.install'
cd $srcdir/build/bovo
make DESTDIR=$pkgdir install
cd $srcdir/build/doc/bovo
@@ -84,6 +90,7 @@
 package_kdegames-granatier() {
pkgdesc='Granatier'
depends=('kdebase-runtime' 'kdegames-libkdegames')
+   url=http://kde.org/applications/games/granatier/;
install='kdegames.install'
cd $srcdir/build/granatier
make DESTDIR=$pkgdir install
@@ -91,9 +98,19 @@
make DESTDIR=$pkgdir install
 }
 
+package_kdegames-kajongg() {
+   pkgdesc='The ancient Chinese board game for 4 players'
+   depends=('kdebase-runtime' 'kdegames-libkdegames' 'twisted')
+   install='kdegames.install'
+   cd $srcdir/build/kajongg
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kajongg
+   make DESTDIR=$pkgdir install
+}
 package_kdegames-kapman() {
pkgdesc='Eat pills escaping ghosts'
depends=('kdebase-runtime' 'kdegames-libkdegames')
+   url=http://kde.org/applications/games/kapman/;
install='kdegames.install'
cd $srcdir/build/kapman
make DESTDIR=$pkgdir install
@@ -104,6 +121,7 @@
 package_kdegames-katomic() {
pkgdesc='Sokoban-like Logic Game'
depends=('kdebase-runtime' 'kdegames-libkdegames')
+   url=http://kde.org/applications/games/katomic/;
install='kdegames.install'
cd $srcdir/build/katomic
make DESTDIR=$pkgdir install
@@ -114,6 +132,7 @@
 package_kdegames-kbattleship() {
pkgdesc='Battleship Game'
depends=('kdebase-runtime' 'kdegames-libkdegames' 'ggz-client-libs')
+   url=http://kde.org/applications/games/kbattleship/;
install='kdegames-kbattleship.install'
cd $srcdir/build/kbattleship
make DESTDIR=$pkgdir install
@@ -126,6 +145,7 @@
 package_kdegames-kblackbox() {
pkgdesc='Blackbox Logic Game'
depends=('kdebase-runtime' 'kdegames-libkdegames')
+   url=http://kde.org/applications/games/kblackbox/;
install='kdegames.install'
cd $srcdir/build/kblackbox
make DESTDIR=$pkgdir install
@@ -136,6 +156,7 @@
 package_kdegames-kblocks() {
pkgdesc='Falling Blocks Game'
depends=('kdebase-runtime' 'kdegames-libkdegames')
+   

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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 05:10:19
  Author: andrea
Revision: 86194

moved to [testing]

Modified:
  kdenetwork/trunk/PKGBUILD

--+
 PKGBUILD |   34 ++
 1 file changed, 18 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-27 09:10:04 UTC (rev 86193)
+++ PKGBUILD2010-07-27 09:10:19 UTC (rev 86194)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgbase=kdenetwork
 pkgname=('kdenetwork-filesharing'
@@ -9,22 +10,21 @@
  'kdenetwork-kppp'
  'kdenetwork-krdc'
  'kdenetwork-krfb')
-pkgver=4.4.5
+pkgver=4.4.95
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdenetwork')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'speex' 'ortp' 'libotr'
- 'qca-ossl' 'kdebase-workspace' 'kdebase-lib' 'libvncserver' 
'libmsn'
- 'ppp' 'libv4l' 'libidn' 'rdesktop' 'qimageblitz' 'libxss' 
'libxdamage'
- 'libgadu' 'telepathy-qt4')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('5f321ce932d6b1fadf1935e527bd1848c317be7a')
+   'qca-ossl' 'kdebase-workspace' 'kdebase-lib' 'libvncserver' 'libmsn'
+   'ppp' 'libv4l' 'libidn' 'rdesktop' 'qimageblitz' 'libxdamage' 'libgadu'
+   'telepathy-qt4' 'docbook-xsl' 'libktorrent')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
+sha1sums=('2374f6c85dabe19c4d17cb037da59f8e7f499dca')
 
 build() {
cd ${srcdir}
-
mkdir build
cd build
cmake ../${pkgbase}-${pkgver} \
@@ -46,16 +46,16 @@
 }
 
 package_kdenetwork-kdnssd() {
-   pkgdesc='Network Services'
+   pkgdesc='Monitors the network for DNS-SD services'
depends=('kdelibs')
cd $srcdir/build/kdnssd
make DESTDIR=$pkgdir install
 }
 
 package_kdenetwork-kget() {
-   url=http://userbase.kde.org/KGet;
pkgdesc='Download Manager'
-   depends=('kdebase-workspace' 'kdebase-lib' 'qca')
+   depends=('kdebase-workspace' 'kdebase-lib')
+   url=http://kde.org/applications/internet/kget/;
install='kdenetwork.install'
cd $srcdir/build/kget
make DESTDIR=$pkgdir install
@@ -64,10 +64,10 @@
 }
 
 package_kdenetwork-kopete() {
-   url=http://kopete.kde.org/;
pkgdesc='Instant Messenger'
depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libmsn'
-'libidn' 'qimageblitz' 'libxss' 'libv4l' 'libgadu')
+'libidn' 'qimageblitz' 'libv4l' 'libgadu')
+   url=http://kde.org/applications/internet/kopete/;
install='kdenetwork.install'
cd $srcdir/build/kopete
make DESTDIR=$pkgdir install
@@ -77,7 +77,8 @@
 
 package_kdenetwork-kppp() {
pkgdesc='Internet Dial-Up Tool'
-   depends=('kdebase-runtime' 'kdelibs' 'ppp')
+   depends=('kdebase-runtime' 'ppp')
+   url=http://kde.org/applications/internet/kppp/;
install='kdenetwork.install'
cd $srcdir/build/kppp
make DESTDIR=$pkgdir install
@@ -87,7 +88,8 @@
 
 package_kdenetwork-krdc() {
pkgdesc='Remote Desktop Client'
-   depends=('kdebase-runtime' 'kdelibs' 'libvncserver' 'rdesktop' 
'telepathy-qt4')
+   depends=('kdebase-runtime' 'libvncserver' 'rdesktop' 'telepathy-qt4')
+   url=http://kde.org/applications/internet/krdc/;
cd $srcdir/build/krdc
make DESTDIR=$pkgdir install
cd $srcdir/build/doc/krdc
@@ -99,7 +101,7 @@
# note on libxdamage:
#   not detected by namcap because libgl depends on it
#   but nvidia providing libgl does not depend on libxdamage
-   depends=('kdebase-runtime' 'kdelibs' 'libvncserver' 'libxdamage')
+   depends=('kdebase-runtime' 'libvncserver' 'libxdamage')
cd $srcdir/build/krfb
make DESTDIR=$pkgdir install
cd $srcdir/build/doc/krfb



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 05:10:26
  Author: andrea
Revision: 86195

moved to [testing]

Modified:
  kdeplasma-addons/trunk/PKGBUILD

--+
 PKGBUILD |   80 +
 1 file changed, 54 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-27 09:10:19 UTC (rev 86194)
+++ PKGBUILD2010-07-27 09:10:26 UTC (rev 86195)
@@ -1,14 +1,17 @@
 # $Id: $
-# Maintainer: Pierre Schmitz pie...@archlinux.de
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgbase=kdeplasma-addons
 pkgname=('kdeplasma-addons-applets-bball'
  'kdeplasma-addons-applets-binary-clock'
  'kdeplasma-addons-applets-blackboard'
+ 'kdeplasma-addons-applets-bookmarks'
  'kdeplasma-addons-applets-bubblemon'
  'kdeplasma-addons-applets-calculator'
  'kdeplasma-addons-applets-charselect'
  'kdeplasma-addons-applets-comic'
+ 'kdeplasma-addons-applets-community'
  'kdeplasma-addons-applets-dict'
  'kdeplasma-addons-applets-eyes'
  'kdeplasma-addons-applets-fifteenpuzzle'
@@ -32,8 +35,6 @@
  'kdeplasma-addons-applets-news'
  'kdeplasma-addons-applets-notes'
  'kdeplasma-addons-applets-nowplaying'
- 'kdeplasma-addons-applets-opendesktop'
- 'kdeplasma-addons-applets-opendesktop-activities'
  'kdeplasma-addons-applets-paste'
  'kdeplasma-addons-applets-pastebin'
  'kdeplasma-addons-applets-plasmaboard'
@@ -43,6 +44,7 @@
  'kdeplasma-addons-applets-rssnow'
  'kdeplasma-addons-applets-showdashboard'
  'kdeplasma-addons-applets-showdesktop'
+ 'kdeplasma-addons-applets-social-news'
  'kdeplasma-addons-applets-spellcheck'
  'kdeplasma-addons-applets-systemloadviewer'
  'kdeplasma-addons-applets-timer'
@@ -53,8 +55,10 @@
  'kdeplasma-addons-libs'
  'kdeplasma-addons-runners-audioplayercontrol'
  'kdeplasma-addons-runners-browserhistory'
+ 'kdeplasma-addons-runners-characters'
  'kdeplasma-addons-runners-contacts'
  'kdeplasma-addons-runners-converter'
+ 'kdeplasma-addons-runners-datetime'
  'kdeplasma-addons-runners-katesessions'
  'kdeplasma-addons-runners-konquerorsessions'
  'kdeplasma-addons-runners-konsolesessions'
@@ -66,16 +70,16 @@
  'kdeplasma-addons-wallpapers-pattern'
  'kdeplasma-addons-wallpapers-virus'
  'kdeplasma-addons-wallpapers-weather')
-pkgver=4.4.5
+pkgver=4.4.95
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL')
 groups=('kde' 'kdeplasma-addons')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebase-workspace' 'libqalculate'
- 'kdegraphics-libs' 'kdeedu-marble' 'eigen' 'scim' 'qwt')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('2b17460fe0c559f6c575a7ccd72357bcc82826d6')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebase-workspace' 
'kdegraphics-libs'
+   'kdeedu-marble' 'eigen' 'scim' 'qwt' 'docbook-xsl')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
+sha1sums=('9d3bcd41243d630c5285e9c6524f3687844cd0ab')
 
 build() {
cd $srcdir
@@ -110,6 +114,13 @@
make DESTDIR=$pkgdir install
 }
 
+package_kdeplasma-addons-applets-bookmarks() {
+   pkgdesc='Quick Access to the Bookmarks'
+   depends=('kdebase-workspace')
+   cd $srcdir/build/applets/bookmarks
+   make DESTDIR=$pkgdir install
+}
+
 package_kdeplasma-addons-applets-bubblemon() {
pkgdesc='A pretty bubble that monitors your system.'
depends=('kdebase-workspace')
@@ -138,6 +149,13 @@
make DESTDIR=$pkgdir install
 }
 
+package_kdeplasma-addons-applets-community() {
+   pkgdesc='Communicate using the Social Desktop'
+   depends=('kdebase-workspace')
+   cd $srcdir/build/applets/community
+   make DESTDIR=$pkgdir install
+}
+
 package_kdeplasma-addons-applets-dict() {
pkgdesc='Look up the meaning of words and their translation into 
different languages'
depends=('kdebase-workspace')
@@ -194,6 +212,7 @@
 package_kdeplasma-addons-applets-kdeobservatory() {
pkgdesc='Visualize the KDE ecosystem'
depends=('kdebase-workspace' 'qwt')
+   install='kdeplasma-addons-applets.install'
cd $srcdir/build/applets/kdeobservatory
make DESTDIR=$pkgdir install
 }
@@ -237,7 +256,7 @@
 
 package_kdeplasma-addons-applets-lancelot() {
pkgdesc='Launcher to start applications'
-   depends=('kdebase-workspace')
+   depends=('kdebase-workspace' 'kdeplasma-addons-libs')
replaces=('lancelot')
provides=('lancelot')
conflicts=('lancelot')
@@ -309,20 +328,6 @@
make DESTDIR=$pkgdir install
 }
 

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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 05:10:30
  Author: andrea
Revision: 86196

moved to [testing]

Added:
  kdesdk/trunk/kdesdk-kate.install
Modified:
  kdesdk/trunk/PKGBUILD

-+
 PKGBUILD|   62 +-
 kdesdk-kate.install |   12 +
 2 files changed, 53 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-27 09:10:26 UTC (rev 86195)
+++ PKGBUILD2010-07-27 09:10:30 UTC (rev 86196)
@@ -1,8 +1,10 @@
 # $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgbase=kdesdk
 pkgname=('kdesdk-cervisia'
+ 'kdesdk-dolphin-plugins'
  'kdesdk-kapptemplate'
  'kdesdk-kate'
  'kdesdk-kbugbuster'
@@ -21,16 +23,16 @@
  'kdesdk-scripts'
  'kdesdk-strigi-analyzer'
  'kdesdk-umbrello')
-pkgver=4.4.5
+pkgver=4.4.95
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdesdk')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'kdebase-runtime' 
'kdepimlibs' 'subversion'
- 'kdepim-runtime' 'kdebindings-python')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('f1e0bebde061d7eec994820f1c77d697efaca024')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'kdepim-runtime' 
'subversion'
+   'kdebindings-python' 'docbook-xsl')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
+sha1sums=('0da4e63e7eaa5d48505fdf4744ef95c014393229')
 
 build() {
cd $srcdir
@@ -45,7 +47,8 @@
 
 package_kdesdk-cervisia() {
pkgdesc='CVS Frontend'
-   depends=('kdebase-runtime' 'kdelibs')
+   depends=('kdebase-runtime')
+   url=http://kde.org/applications/development/cervisia/;
install='kdesdk.install'
cd $srcdir/build/cervisia
make DESTDIR=$pkgdir install
@@ -53,9 +56,18 @@
make DESTDIR=$pkgdir install
 }
 
+package_kdesdk-dolphin-plugins() {
+   pkgdesc='Extra Dolphin plugins'
+   depends=('kdebase-dolphin' 'subversion' 'git' 'kdesdk-kompare')
+   install='kdesdk.install'
+   cd $srcdir/build/dolphin-plugins
+   make DESTDIR=$pkgdir install
+}
+
 package_kdesdk-kapptemplate() {
pkgdesc='KDE Template Generator'
-   depends=('kdebase-runtime' 'kdelibs')
+   depends=('kdebase-runtime')
+   url=http://kde.org/applications/development/kapptemplate/;
install='kdesdk.install'
cd $srcdir/build/kapptemplate
make DESTDIR=$pkgdir install
@@ -65,8 +77,9 @@
 
 package_kdesdk-kate() {
pkgdesc='Advanced Text Editor'
-   depends=('kdebase-runtime' 'kdelibs')
-   install='kdesdk.install'
+   depends=('kdebase-runtime')
+   url=http://kde.org/applications/utilities/kate/;
+   install='kdesdk-kate.install'
cd $srcdir/build/kate
make DESTDIR=$pkgdir install
cd $srcdir/build/doc/kate
@@ -75,7 +88,8 @@
 
 package_kdesdk-kbugbuster() {
pkgdesc='KDE Bug Management'
-   depends=('kdebase-runtime' 'kdepimlibs' 'kdepim-runtime')
+   depends=('kdepim-runtime')
+   url=http://kde.org/applications/development/kbugbuster/;
install='kdesdk.install'
cd $srcdir/build/kbugbuster
make DESTDIR=$pkgdir install
@@ -85,7 +99,8 @@
 
 package_kdesdk-kcachegrind() {
pkgdesc='Visualization of Performance Profiling Data'
-   depends=('kdebase-runtime' 'kdelibs' 'python')
+   depends=('kdebase-runtime' 'python')
+   url=http://kde.org/applications/development/kcachegrind/;
install='kdesdk.install'
cd $srcdir/build/kcachegrind
make DESTDIR=$pkgdir install
@@ -95,27 +110,28 @@
 
 package_kdesdk-kdeaccounts-plugin() {
pkgdesc='KDE Repository Accounts'
-   depends=('kdepimlibs' 'kdepim-runtime')
+   depends=('kdepim-runtime')
cd $srcdir/build/kdeaccounts-plugin
make DESTDIR=$pkgdir install
 }
 
 package_kdesdk-kdepalettes() {
pkgdesc='Palettes for the Gimp that match the KDE standard color 
palette'
+   depends=('gimp')
install -D -m644 $srcdir/${pkgbase}-${pkgver}/kdepalettes/KDE_Gimp \
$pkgdir/usr/share/gimp/2.0/palettes/KDE.gpl
 }
 
 package_kdesdk-kioslave() {
pkgdesc='KDED Subversion Module'
-   depends=('kdebase-runtime' 'kdelibs' 'subversion')
+   depends=('kdebase-runtime' 'subversion')
cd $srcdir/build/kioslave
make DESTDIR=$pkgdir install
 }
 
 package_kdesdk-kmtrace() {
pkgdesc='A KDE tool to assist with malloc debugging using glibc´s 
mtrace functionality'
-   depends=('kdebase-runtime' 'kdelibs')
+   depends=('kdebase-runtime')
cd $srcdir/build/kmtrace
make DESTDIR=$pkgdir install
cd 

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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 05:10:34
  Author: andrea
Revision: 86197

moved to [testing]

Modified:
  kdetoys/trunk/PKGBUILD

--+
 PKGBUILD |   28 +---
 1 file changed, 9 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-27 09:10:30 UTC (rev 86196)
+++ PKGBUILD2010-07-27 09:10:34 UTC (rev 86197)
@@ -1,20 +1,20 @@
 # $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgbase=kdetoys
 pkgname=('kdetoys-amor'
  'kdetoys-kteatime'
- 'kdetoys-ktux'
- 'kdetoys-kweather')
-pkgver=4.4.5
+ 'kdetoys-ktux')
+pkgver=4.4.95
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdetoys')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebase-workspace')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('8e2fd33aece823f61e78e11450ea203a4d60aef5')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebase-workspace' 'docbook-xsl')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
+sha1sums=('c523778de4257e37a64159222ac31553b13ec452')
 
 build() {
cd $srcdir
@@ -29,7 +29,7 @@
 
 package_kdetoys-amor() {
pkgdesc='On-Screen Creature'
-   depends=('kdelibs' 'kdebase-runtime')
+   depends=('kdebase-runtime')
install='kdetoys.install'
cd $srcdir/build/amor
make DESTDIR=$pkgdir install
@@ -39,7 +39,7 @@
 
 package_kdetoys-kteatime() {
pkgdesc='Tea Cooker'
-   depends=('kdelibs' 'kdebase-runtime')
+   depends=('kdebase-runtime')
install='kdetoys.install'
cd $srcdir/build/kteatime
make DESTDIR=$pkgdir install
@@ -54,13 +54,3 @@
cd $srcdir/build/ktux
make DESTDIR=$pkgdir install
 }
-
-package_kdetoys-kweather() {
-   pkgdesc='A weather reporting panel applet'
-   depends=('kdelibs' 'kdebase-runtime')
-   install='kdetoys.install'
-   cd $srcdir/build/kweather
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/kweather
-   make DESTDIR=$pkgdir install
-}



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 05:10:38
  Author: andrea
Revision: 86198

moved to [testing]

Modified:
  kdeutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-07-27 09:10:34 UTC (rev 86197)
+++ PKGBUILD2010-07-27 09:10:38 UTC (rev 86198)
@@ -1,31 +1,32 @@
 # $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgbase=kdeutils
 pkgname=('kdeutils-ark'
  'kdeutils-kcalc'
  'kdeutils-kcharselect'
- 'kdeutils-kdelirc'
  'kdeutils-kdf'
  'kdeutils-kfloppy'
  'kdeutils-kgpg'
+ 'kdeutils-kremotecontrol'
  'kdeutils-ktimer'
  'kdeutils-kwallet'
  'kdeutils-okteta'
  'kdeutils-printer-applet'
  'kdeutils-superkaramba'
  'kdeutils-sweeper')
-pkgver=4.4.5
+pkgver=4.4.95
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdeutils')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdelibs' 'kdepimlibs' 
'kdebase-lib'
- 'kdebase-workspace' 'kdebindings-python' 
'system-config-printer-common'
- 'libarchive' 'qimageblitz' 'kdepim-runtime')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('c092cfbb46719d89a5718735dc81ca75c0176e45')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebase-lib' 'kdebase-workspace'
+   'kdebindings-python' 'system-config-printer-common' 'libarchive' 
'qimageblitz'
+   'docbook-xsl' 'qjson')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
+sha1sums=('06febcbea4021354b70bcc0465e8223fa501892c')
 
 build() {
cd ${srcdir}
@@ -42,6 +43,7 @@
pkgdesc='Archiving Tool'
depends=('kdebase-runtime' 'kdebase-lib' 'libarchive')
optdepends=('p7zip' 'zip' 'unzip' 'unrar')
+   url=http://kde.org/applications/utilities/ark/;
cd $srcdir/build/ark
make DESTDIR=$pkgdir install
cd $srcdir/build/doc/ark
@@ -50,7 +52,8 @@
 
 package_kdeutils-kcalc() {
pkgdesc='Scientific Calculator'
-   depends=('kdebase-runtime' 'kdelibs')
+   depends=('kdebase-runtime')
+   url=http://kde.org/applications/utilities/kcalc/;
cd $srcdir/build/kcalc
make DESTDIR=$pkgdir install
cd $srcdir/build/doc/kcalc
@@ -59,26 +62,18 @@
 
 package_kdeutils-kcharselect() {
pkgdesc='Character Selector'
-   depends=('kdebase-runtime' 'kdelibs')
+   depends=('kdebase-runtime')
+   url=http://kde.org/applications/utilities/kcharselect/;
cd $srcdir/build/kcharselect
make DESTDIR=$pkgdir install
cd $srcdir/build/doc/kcharselect
make DESTDIR=$pkgdir install
 }
 
-package_kdeutils-kdelirc() {
-   pkgdesc='Configure your remote controls for use with applications'
-   depends=('kdebase-workspace' 'kdelibs')
-   install='kdeutils.install'
-   cd $srcdir/build/kdelirc
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/kdelirc
-   make DESTDIR=$pkgdir install
-}
-
 package_kdeutils-kdf() {
pkgdesc='View Disk Usage'
-   depends=('kdebase-runtime' 'kdelibs')
+   depends=('kdebase-runtime')
+   url=http://kde.org/applications/system/kdiskfree/;
install='kdeutils.install'
cd $srcdir/build/kdf
make DESTDIR=$pkgdir install
@@ -88,7 +83,8 @@
 
 package_kdeutils-kfloppy() {
pkgdesc='Floppy Formatter'
-   depends=('kdebase-runtime' 'kdelibs')
+   depends=('kdebase-runtime')
+   url=http://kde.org/applications/utilities/kfloppy/;
install='kdeutils.install'
cd $srcdir/build/kfloppy
make DESTDIR=$pkgdir install
@@ -98,7 +94,8 @@
 
 package_kdeutils-kgpg() {
pkgdesc='A GnuPG frontend'
-   depends=('kdebase-runtime' 'kdelibs' 'kdepimlibs' 'kde-agent' 
'kdepim-runtime')
+   depends=('kdepim-runtime' 'kde-agent')
+   url=http://kde.org/applications/utilities/kgpg;
install='kdeutils.install'
cd $srcdir/build/kgpg
make DESTDIR=$pkgdir install
@@ -106,9 +103,23 @@
make DESTDIR=$pkgdir install
 }
 
+package_kdeutils-kremotecontrol() {
+   pkgdesc='Configure your remote controls for use with applications'
+   replaces=('kdeutils-kdelirc')
+   conflicts=('kdeutils-kdelirc')
+   depends=('kdebase-workspace')
+   url=http://kde.org/applications/utilities/kremotecontrol;
+   install='kdeutils.install'
+   cd $srcdir/build/kremotecontrol
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kcontrol/kremotecontrol
+   make DESTDIR=$pkgdir install
+}
+
 package_kdeutils-ktimer() {
pkgdesc='Countdown Launcher'
-   

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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 05:10:42
  Author: andrea
Revision: 86199

moved to [testing]

Modified:
  kdewebdev/trunk/PKGBUILD

--+
 PKGBUILD |   19 ++-
 1 file changed, 10 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-27 09:10:38 UTC (rev 86198)
+++ PKGBUILD2010-07-27 09:10:42 UTC (rev 86199)
@@ -6,16 +6,16 @@
  'kdewebdev-kimagemapeditor'
  'kdewebdev-klinkstatus'
  'kdewebdev-kommander')
-pkgver=4.4.5
+pkgver=4.4.95
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdewebdev')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'ruby' 'kdepimlibs' 
'kdebase-runtime' 'tidyhtml'
- 'kdepim-runtime')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('8e2693ba56b24e214a0a4ca0e1fa28ffac720ea4')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'ruby' 'tidyhtml' 'kdepim-runtime'
+   'docbook-xsl')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
+sha1sums=('42857d4f51f27f6f8ed38705a2c3c9eec0548159')
 
 build() {
cd $srcdir
@@ -30,7 +30,8 @@
 
 package_kdewebdev-kfilereplace() {
pkgdesc='Search  Replace Tool'
-   depends=('kdebase-runtime' 'kdelibs')
+   depends=('kdebase-runtime')
+   url=http://kde.org/applications/utilities/kfilereplace/;
install='kdewebdev.install'
cd $srcdir/build/kfilereplace
make DESTDIR=$pkgdir install
@@ -40,7 +41,7 @@
 
 package_kdewebdev-kimagemapeditor() {
pkgdesc='HTML Image Map Editor'
-   depends=('kdebase-runtime' 'kdelibs')
+   depends=('kdebase-runtime')
install='kdewebdev.install'
cd $srcdir/build/kimagemapeditor
make DESTDIR=$pkgdir install
@@ -50,7 +51,7 @@
 
 package_kdewebdev-klinkstatus() {
pkgdesc='Link Checker'
-   depends=('kdebase-runtime' 'kdepimlibs' 'tidyhtml' 'kdepim-runtime')
+   depends=('kdepim-runtime' 'tidyhtml')
install='kdewebdev.install'
cd $srcdir/build/klinkstatus
make DESTDIR=$pkgdir install
@@ -60,7 +61,7 @@
 
 package_kdewebdev-kommander() {
pkgdesc='Executor for Kommander dialogs'
-   depends=('kdebase-runtime' 'kdelibs')
+   depends=('kdebase-runtime')
cd $srcdir/build/kommander
make DESTDIR=$pkgdir install
 }



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 05:11:18
  Author: andrea
Revision: 86200

useless

Modified:
  kdebindings/trunk/PKGBUILD

--+
 PKGBUILD |4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-27 09:10:42 UTC (rev 86199)
+++ PKGBUILD2010-07-27 09:11:18 UTC (rev 86200)
@@ -30,9 +30,7 @@
-DBUILD_java=OFF \
-DBUILD_ruby=OFF \
-DBUILD_php=OFF \
-   -DWITH_PolkitQt=OFF \
-   -DRUBY_LIBRARY=/usr/lib/ruby/1.9.1 \
-   -DRUBY_INCLUDE_PATH=/usr/lib/ruby/1.9.1/${CARCH}-linux
+   -DWITH_PolkitQt=OFF
make
 }
 



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 05:25:32
  Author: andrea
Revision: 86201

moved to [testing]

Modified:
  kde-meta/trunk/PKGBUILD

--+
 PKGBUILD |   33 +
 1 file changed, 17 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-27 09:11:18 UTC (rev 86200)
+++ PKGBUILD2010-07-27 09:25:32 UTC (rev 86201)
@@ -1,5 +1,6 @@
 # $Id: $
-# Maintainer: Pierre Schmitz pie...@archlinux.de
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgbase=kde-meta
 pkgname=('kde-meta-kdeaccessibility'
@@ -17,17 +18,13 @@
  'kde-meta-kdetoys'
  'kde-meta-kdeutils'
  'kde-meta-kdewebdev')
-pkgver=4.4
-pkgrel=3
+pkgver=4.5
+pkgrel=1
 arch=('any')
 url='http://www.archlinux.org/'
 license=('GPL')
 groups=('kde-meta')
 
-build() {
-   return 0
-}
-
 package_kde-meta-kdeaccessibility() {
pkgdesc=('Meta package for kdeaccessibility')
depends=('kdeaccessibility-colorschemes'
@@ -51,7 +48,8 @@
 
 package_kde-meta-kdeartwork() {
pkgdesc=('Meta package for kdeartwork')
-   depends=('kdeartwork-colorschemes'
+   depends=('kdeartwork-aurorae'
+'kdeartwork-colorschemes'
 'kdeartwork-desktopthemes'
 'kdeartwork-emoticons'
 'kdeartwork-iconthemes'
@@ -67,11 +65,9 @@
 package_kde-meta-kdebase() {
pkgdesc=('Meta package for kdebase')
depends=('kdebase-dolphin'
-'kdebase-kappfinder'
 'kdebase-kdepasswd'
 'kdebase-kdialog'
 'kdebase-kfind'
-'kdebase-kinfocenter'
 'kdebase-konqueror'
 'kdebase-konsole'
 'kdebase-kwrite'
@@ -111,6 +107,7 @@
depends=('kdegames-bomber'
 'kdegames-bovo'
 'kdegames-granatier'
+'kdegames-kajongg'
 'kdegames-kapman'
 'kdegames-katomic'
 'kdegames-kbattleship'
@@ -132,7 +129,7 @@
 'kdegames-kolf'
 'kdegames-kollision'
 'kdegames-konquest'
-'kdegames-kpat'
+'kdegames-kpatience'
 'kdegames-kreversi'
 'kdegames-ksame'
 'kdegames-kshisen'
@@ -166,6 +163,7 @@
 package_kde-meta-kdemultimedia() {
pkgdesc=('Meta package for kdemultimedia')
depends=('kdemultimedia-dragonplayer'
+'kdemultimedia-ffmpegthumbs'
 'kdemultimedia-juk'
 'kdemultimedia-kioslave'
 'kdemultimedia-kmix'
@@ -215,10 +213,12 @@
depends=('kdeplasma-addons-applets-bball'
 'kdeplasma-addons-applets-binary-clock'
 'kdeplasma-addons-applets-blackboard'
+'kdeplasma-addons-applets-bookmarks'
 'kdeplasma-addons-applets-bubblemon'
 'kdeplasma-addons-applets-calculator'
 'kdeplasma-addons-applets-charselect'
 'kdeplasma-addons-applets-comic'
+'kdeplasma-addons-applets-community'
 'kdeplasma-addons-applets-dict'
 'kdeplasma-addons-applets-eyes'
 'kdeplasma-addons-applets-fifteenpuzzle'
@@ -242,8 +242,6 @@
 'kdeplasma-addons-applets-news'
 'kdeplasma-addons-applets-notes'
 'kdeplasma-addons-applets-nowplaying'
-'kdeplasma-addons-applets-opendesktop'
-'kdeplasma-addons-applets-opendesktop-activities'
 'kdeplasma-addons-applets-paste'
 'kdeplasma-addons-applets-pastebin'
 'kdeplasma-addons-applets-plasmaboard'
@@ -253,6 +251,7 @@
 'kdeplasma-addons-applets-rssnow'
 'kdeplasma-addons-applets-showdashboard'
 'kdeplasma-addons-applets-showdesktop'
+'kdeplasma-addons-applets-social-news'
 'kdeplasma-addons-applets-spellcheck'
 'kdeplasma-addons-applets-systemloadviewer'
 'kdeplasma-addons-applets-timer'
@@ -262,8 +261,10 @@
 'kdeplasma-addons-applets-webslice'
 'kdeplasma-addons-runners-audioplayercontrol'
 'kdeplasma-addons-runners-browserhistory'
+'kdeplasma-addons-runners-characters'
 'kdeplasma-addons-runners-contacts'
 'kdeplasma-addons-runners-converter'
+'kdeplasma-addons-runners-datetime'
 'kdeplasma-addons-runners-katesessions'
 'kdeplasma-addons-runners-konquerorsessions'
 'kdeplasma-addons-runners-konsolesessions'
@@ -282,6 +283,7 @@
 package_kde-meta-kdesdk() {
pkgdesc=('Meta package for kdesdk')

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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 05:25:48
  Author: andrea
Revision: 86202

cleanup

Deleted:
  kdeaccessibility/kde-unstable/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 05:26:01
  Author: andrea
Revision: 86203

cleanup

Deleted:
  kdeadmin/kde-unstable/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 05:26:13
  Author: andrea
Revision: 86204

cleanup

Deleted:
  kdeartwork/kde-unstable/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 05:26:27
  Author: andrea
Revision: 86205

cleanup

Deleted:
  kdebase/kde-unstable/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 05:26:50
  Author: andrea
Revision: 86206

cleanup

Deleted:
  kdebase-runtime/kde-unstable/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 05:27:07
  Author: andrea
Revision: 86207

cleanup

Deleted:
  kdebase-workspace/kde-unstable/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 05:27:43
  Author: andrea
Revision: 86208

cleanup

Deleted:
  kdebindings/kde-unstable/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 05:28:03
  Author: andrea
Revision: 86209

cleanup

Deleted:
  kdeedu/kde-unstable/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 05:28:16
  Author: andrea
Revision: 86210

cleanup

Deleted:
  kdegames/kde-unstable/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 05:28:32
  Author: andrea
Revision: 86211

cleanup

Deleted:
  kdegraphics/kde-unstable/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 05:29:08
  Author: andrea
Revision: 86212

cleanup

Deleted:
  kdelibs/kde-unstable/



[arch-commits] Commit in kde-meta (kde-unstable)

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 05:29:24
  Author: andrea
Revision: 86213

cleanup

Deleted:
  kde-meta/kde-unstable/



[arch-commits] Commit in kdemultimedia (kde-unstable)

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 05:29:35
  Author: andrea
Revision: 86214

cleanup

Deleted:
  kdemultimedia/kde-unstable/



[arch-commits] Commit in kdenetwork (kde-unstable)

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 05:30:04
  Author: andrea
Revision: 86215

cleanup

Deleted:
  kdenetwork/kde-unstable/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 05:30:20
  Author: andrea
Revision: 86216

cleanup

Deleted:
  kdepimlibs/kde-unstable/



[arch-commits] Commit in kdeplasma-addons (kde-unstable)

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 05:30:39
  Author: andrea
Revision: 86217

cleanup

Deleted:
  kdeplasma-addons/kde-unstable/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 05:30:52
  Author: andrea
Revision: 86218

cleanup

Deleted:
  kdesdk/kde-unstable/



[arch-commits] Commit in kdetoys (kde-unstable)

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 05:31:05
  Author: andrea
Revision: 86219

cleanup

Deleted:
  kdetoys/kde-unstable/



[arch-commits] Commit in kdeutils (kde-unstable)

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 05:31:17
  Author: andrea
Revision: 86220

cleanup

Deleted:
  kdeutils/kde-unstable/



[arch-commits] Commit in kdewebdev (kde-unstable)

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 05:31:33
  Author: andrea
Revision: 86221

cleanup

Deleted:
  kdewebdev/kde-unstable/



[arch-commits] Commit in kde-meta/repos (testing-any)

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 05:55:28
  Author: andrea
Revision: 86226

archrelease: copy trunk to testing-any

Added:
  kde-meta/repos/testing-any/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 05:57:48
  Author: andrea
Revision: 86227

archrelease: copy trunk to testing-x86_64

Added:
  kdelibs/repos/testing-x86_64/



[arch-commits] Commit in oxygen-icons/repos (testing-any)

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 05:58:06
  Author: andrea
Revision: 86228

archrelease: copy trunk to testing-any

Added:
  oxygen-icons/repos/testing-any/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 05:58:26
  Author: andrea
Revision: 86229

archrelease: copy trunk to testing-x86_64

Added:
  kdebase-runtime/repos/testing-x86_64/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 05:58:44
  Author: andrea
Revision: 86230

archrelease: copy trunk to testing-x86_64

Added:
  kdegraphics/repos/testing-x86_64/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 05:59:02
  Author: andrea
Revision: 86231

archrelease: copy trunk to testing-x86_64

Added:
  kdepimlibs/repos/testing-x86_64/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 05:59:20
  Author: andrea
Revision: 86232

archrelease: copy trunk to testing-x86_64

Added:
  kdebindings/repos/testing-x86_64/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 05:59:38
  Author: andrea
Revision: 86233

archrelease: copy trunk to testing-x86_64

Added:
  kdebase-workspace/repos/testing-x86_64/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 05:59:56
  Author: andrea
Revision: 86234

archrelease: copy trunk to testing-x86_64

Added:
  kdebase/repos/testing-x86_64/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 06:00:16
  Author: andrea
Revision: 86235

archrelease: copy trunk to testing-x86_64

Added:
  kdeedu/repos/testing-x86_64/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 06:00:33
  Author: andrea
Revision: 86236

archrelease: copy trunk to testing-x86_64

Added:
  kdeaccessibility/repos/testing-x86_64/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 06:00:52
  Author: andrea
Revision: 86237

archrelease: copy trunk to testing-x86_64

Added:
  kdeadmin/repos/testing-x86_64/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 06:01:10
  Author: andrea
Revision: 86238

archrelease: copy trunk to testing-x86_64

Added:
  kdeartwork/repos/testing-x86_64/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 06:01:29
  Author: andrea
Revision: 86239

archrelease: copy trunk to testing-x86_64

Added:
  kdegames/repos/testing-x86_64/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 06:01:47
  Author: andrea
Revision: 86240

archrelease: copy trunk to testing-x86_64

Added:
  kdemultimedia/repos/testing-x86_64/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 06:02:05
  Author: andrea
Revision: 86241

archrelease: copy trunk to testing-x86_64

Added:
  kdenetwork/repos/testing-x86_64/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 06:02:23
  Author: andrea
Revision: 86242

archrelease: copy trunk to testing-x86_64

Added:
  kdeplasma-addons/repos/testing-x86_64/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 06:02:41
  Author: andrea
Revision: 86243

archrelease: copy trunk to testing-x86_64

Added:
  kdesdk/repos/testing-x86_64/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 06:02:59
  Author: andrea
Revision: 86244

archrelease: copy trunk to testing-x86_64

Added:
  kdetoys/repos/testing-x86_64/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 06:03:16
  Author: andrea
Revision: 86245

archrelease: copy trunk to testing-x86_64

Added:
  kdeutils/repos/testing-x86_64/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 06:03:34
  Author: andrea
Revision: 86246

archrelease: copy trunk to testing-x86_64

Added:
  kdewebdev/repos/testing-x86_64/



[arch-commits] Commit in oxygen-icons/repos (testing-any)

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 06:06:02
  Author: andrea
Revision: 86247

archrelease: remove testing-any

Deleted:
  oxygen-icons/repos/testing-any/



[arch-commits] Commit in oxygen-icons/repos (testing-any)

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 06:06:20
  Author: andrea
Revision: 86248

archrelease: copy trunk to testing-any

Added:
  oxygen-icons/repos/testing-any/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 06:07:14
  Author: andrea
Revision: 86251

archrelease: copy trunk to testing-i686

Added:
  kdepimlibs/repos/testing-i686/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 06:07:33
  Author: andrea
Revision: 86252

archrelease: copy trunk to testing-i686

Added:
  kdebindings/repos/testing-i686/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 06:07:51
  Author: andrea
Revision: 86253

archrelease: copy trunk to testing-i686

Added:
  kdebase-workspace/repos/testing-i686/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 06:08:09
  Author: andrea
Revision: 86254

archrelease: copy trunk to testing-i686

Added:
  kdebase/repos/testing-i686/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 06:08:27
  Author: andrea
Revision: 86255

archrelease: copy trunk to testing-i686

Added:
  kdeedu/repos/testing-i686/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 06:08:45
  Author: andrea
Revision: 86256

archrelease: copy trunk to testing-i686

Added:
  kdeaccessibility/repos/testing-i686/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 06:09:21
  Author: andrea
Revision: 86258

archrelease: copy trunk to testing-i686

Added:
  kdeartwork/repos/testing-i686/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 06:09:41
  Author: andrea
Revision: 86259

archrelease: copy trunk to testing-i686

Added:
  kdegames/repos/testing-i686/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 06:09:59
  Author: andrea
Revision: 86260

archrelease: copy trunk to testing-i686

Added:
  kdemultimedia/repos/testing-i686/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 06:10:17
  Author: andrea
Revision: 86261

archrelease: copy trunk to testing-i686

Added:
  kdenetwork/repos/testing-i686/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 06:10:35
  Author: andrea
Revision: 86262

archrelease: copy trunk to testing-i686

Added:
  kdeplasma-addons/repos/testing-i686/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 06:10:54
  Author: andrea
Revision: 86263

archrelease: copy trunk to testing-i686

Added:
  kdesdk/repos/testing-i686/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 06:11:12
  Author: andrea
Revision: 86264

archrelease: copy trunk to testing-i686

Added:
  kdetoys/repos/testing-i686/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 06:11:30
  Author: andrea
Revision: 86265

archrelease: copy trunk to testing-i686

Added:
  kdeutils/repos/testing-i686/



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

2010-07-27 Thread Andrea Scarpino
Date: Tuesday, July 27, 2010 @ 06:11:47
  Author: andrea
Revision: 86266

archrelease: copy trunk to testing-i686

Added:
  kdewebdev/repos/testing-i686/



  1   2   >