summaryrefslogtreecommitdiff
path: root/extra/telepathy-kde-integration-module
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-12-19 02:52:08 -0800
committerroot <root@rshg054.dnsready.net>2012-12-19 02:52:08 -0800
commit19f11e0c4bbeefd65f85546a361e18532b60416a (patch)
treea0d830d86c1d2bd0f47e3e86e31b62b781527a8f /extra/telepathy-kde-integration-module
parent7862d070a23260c281e227dabd498b99fa8a44a9 (diff)
Wed Dec 19 02:48:18 PST 2012
Diffstat (limited to 'extra/telepathy-kde-integration-module')
-rw-r--r--extra/telepathy-kde-integration-module/PKGBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/extra/telepathy-kde-integration-module/PKGBUILD b/extra/telepathy-kde-integration-module/PKGBUILD
index d233d063e..8606685ef 100644
--- a/extra/telepathy-kde-integration-module/PKGBUILD
+++ b/extra/telepathy-kde-integration-module/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 168052 2012-10-05 14:05:12Z andrea $
+# $Id: PKGBUILD 173301 2012-12-18 09:19:20Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=telepathy-kde-integration-module
_pkgname=ktp-kded-integration-module
-pkgver=0.5.1
+pkgver=0.5.2.1
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,20 +12,19 @@ license=('GPL')
depends=('telepathy-kde-common-internals')
makedepends=('cmake' 'automoc4')
groups=('kde-telepathy')
-source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2")
-sha1sums=('f40e105072f0457ee71d6149ea48307a82a27465')
+source=("http://download.kde.org/unstable/kde-telepathy/0.5.2/src/${_pkgname}-${pkgver}.tar.bz2")
+sha1sums=('96d8a52a85517ab95afe71f6828e18d26fb9c8d3')
build() {
- cd "${srcdir}"
mkdir build
cd build
- cmake ../${_pkgname}-${pkgver} \
+ cmake ../${_pkgname}-0.5.2 \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release
make
}
package() {
- cd "${srcdir}"/build
+ cd build
make DESTDIR="${pkgdir}" install
}