summaryrefslogtreecommitdiff
path: root/extra/telepathy-kde-integration-module/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/telepathy-kde-integration-module/PKGBUILD')
-rw-r--r--extra/telepathy-kde-integration-module/PKGBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/extra/telepathy-kde-integration-module/PKGBUILD b/extra/telepathy-kde-integration-module/PKGBUILD
index e2abf2c9f..1f3ece5e5 100644
--- a/extra/telepathy-kde-integration-module/PKGBUILD
+++ b/extra/telepathy-kde-integration-module/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 192380 2013-08-10 11:01:40Z andrea $
+# $Id: PKGBUILD 197618 2013-10-27 14:20:33Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=telepathy-kde-integration-module
_pkgname=ktp-kded-integration-module
-pkgver=0.6.3
+pkgver=0.7.0
pkgrel=1
pkgdesc="Sits in KDED and takes care of various bits of system integration like setting user to auto-away or handling connection errors"
arch=('i686' 'x86_64')
@@ -12,11 +12,14 @@ license=('GPL')
depends=('telepathy-kde-common-internals')
makedepends=('cmake' 'automoc4')
groups=('kde-telepathy')
-source=("http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2")
-sha1sums=('e8faf0e651053718077865f388fe209f2c06f537')
+source=("http://download.kde.org/stable/kde-telepathy/${pkgver}/${_pkgname}-${pkgver}.tar.bz2")
+sha1sums=('0ce145e4a9354e40d19806febf5d8ad8097b13de')
-build() {
+prepare() {
mkdir build
+}
+
+build() {
cd build
cmake ../${_pkgname}-${pkgver} \
-DCMAKE_INSTALL_PREFIX=/usr \