summaryrefslogtreecommitdiff
path: root/staging/kdesdk
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-04-02 00:01:14 +0000
committerroot <root@rshg054.dnsready.net>2012-04-02 00:01:14 +0000
commit8ebbe4e4befac1396a153b356fc9793655dde4ff (patch)
treeb957bcef566f4da47b8d4a406c64837ec6e3b2e7 /staging/kdesdk
parent939efb693a8b362edc0c6ccba62c5ce54fb501af (diff)
Mon Apr 2 00:01:14 UTC 2012
Diffstat (limited to 'staging/kdesdk')
-rw-r--r--staging/kdesdk/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/staging/kdesdk/PKGBUILD b/staging/kdesdk/PKGBUILD
index 30c9faa5e..e4c4fb7c7 100644
--- a/staging/kdesdk/PKGBUILD
+++ b/staging/kdesdk/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 152099 2012-03-04 15:01:25Z andrea $
+# $Id: PKGBUILD 154904 2012-03-31 08:00:32Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Pierre Schmitz <pierre@archlinux.de>
@@ -22,7 +22,7 @@ pkgname=('kdesdk-cervisia'
'kdesdk-scripts'
'kdesdk-strigi-analyzer'
'kdesdk-umbrello')
-pkgver=4.8.1
+pkgver=4.8.2
pkgrel=1
arch=('i686' 'x86_64')
url='http://www.kde.org'
@@ -30,9 +30,9 @@ license=('GPL' 'LGPL' 'FDL')
groups=('kde' 'kdesdk')
makedepends=('cmake' 'automoc4' 'boost' 'subversion' 'antlr2' 'kdepimlibs'
'kdebase-lib')
-source=("http://download.kde.org/stable/${pkgver}/src/xz/${pkgbase}-${pkgver}.tar.xz"
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz"
'fix-python2-path.patch')
-sha1sums=('5104445024047ae01099e7baa8e5b47a63b76198'
+sha1sums=('d080aee7222b8cf3cede8eccf193f0694338056c'
'923cabd7a877cf9a68efeb24fbf3d5827e1d949e')
build() {
@@ -104,7 +104,7 @@ package_kdesdk-kcachegrind() {
package_kdesdk-kdeaccounts-plugin() {
pkgdesc='KDE Repository Accounts'
- depends=('kdepim-runtime')
+ depends=('kdebase-runtime' 'kdepimlibs')
cd $srcdir/build/kdeaccounts-plugin
make DESTDIR=$pkgdir install
}
@@ -183,7 +183,7 @@ package_kdesdk-kuiviewer() {
package_kdesdk-lokalize() {
pkgdesc='Computer-Aided Translation System'
- depends=('kdebase-runtime' 'kdebindings-python')
+ depends=('kdebase-runtime' 'kdebindings-python2')
url="http://kde.org/applications/development/lokalize/"
optdepends=('translate-toolkit: enable extra python script')
install='kdesdk-lokalize.install'