summaryrefslogtreecommitdiff
path: root/extra/libkgapi/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libkgapi/PKGBUILD')
-rw-r--r--extra/libkgapi/PKGBUILD16
1 files changed, 10 insertions, 6 deletions
diff --git a/extra/libkgapi/PKGBUILD b/extra/libkgapi/PKGBUILD
index d21ade318..c190312bb 100644
--- a/extra/libkgapi/PKGBUILD
+++ b/extra/libkgapi/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 186926 2013-06-01 08:09:09Z andrea $
+# $Id: PKGBUILD 200783 2013-12-05 06:48:36Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=libkgapi
-pkgver=2.0.1
+pkgver=2.0.2
pkgrel=1
pkgdesc="A KDE-based library for accessing various Google services via their public API"
url='https://projects.kde.org/projects/extragear/libs/libkgapi'
@@ -12,15 +12,19 @@ depends=('kdepimlibs')
makedepends=('cmake' 'automoc4' 'boost')
replaces=('akonadi-google' 'libkgoogle')
conflicts=('akonadi-google' 'libkgoogle')
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('a421c6b5e0b262136121e3734b29fcce')
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+md5sums=('27c406bb32b8cf0199cd44952bb8680e')
-build() {
+prepare() {
mkdir build
+}
+
+build() {
cd build
cmake ../${pkgname}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DKDE4_BUILD_TESTS=OFF
make
}