summaryrefslogtreecommitdiff
path: root/extra/kactivities
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-02-09 00:07:22 -0800
committerroot <root@rshg054.dnsready.net>2013-02-09 00:07:22 -0800
commite9c244cac8e5dc1c59c7e8b7bc885fef04224b70 (patch)
tree64f1532d7e6e652c2ea5a0bb5efd7ea36f431535 /extra/kactivities
parent7c92c5fcfb5653f63243842299e413672653d1ad (diff)
Sat Feb 9 00:07:22 PST 2013
Diffstat (limited to 'extra/kactivities')
-rw-r--r--extra/kactivities/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/kactivities/PKGBUILD b/extra/kactivities/PKGBUILD
index fd93c597f..d13640cd8 100644
--- a/extra/kactivities/PKGBUILD
+++ b/extra/kactivities/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 174636 2013-01-05 12:59:22Z andrea $
+# $Id: PKGBUILD 177628 2013-02-08 08:55:48Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=kactivities
-pkgver=4.9.5
+pkgver=4.10.0
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc='API for using and interacting with the Activity Manager'
url='https://projects.kde.org/projects/kde/kdelibs/kactivities'
license=('GPL' 'FDL')
-depends=('kdelibs')
+depends=('nepomuk-core')
makedepends=('cmake' 'automoc4' 'mesa')
source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('b39833e52fba5f245aa2f2c220a8e6a3108a8ed0')
+sha1sums=('4d788f21019cbbe0c27ab3eef51a75125d9966b8')
build() {
cd "${srcdir}"
@@ -19,6 +19,7 @@ build() {
cd build
cmake ../${pkgname}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
-DCMAKE_INSTALL_PREFIX=/usr
make
}