From 98bf2ac3fdd6f7bcb6ce45c932fc13c07fecc03f Mon Sep 17 00:00:00 2001 From: root Date: Wed, 25 Apr 2012 00:01:35 +0000 Subject: Wed Apr 25 00:01:35 UTC 2012 --- extra/telepathy-kde-integration-module/PKGBUILD | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'extra/telepathy-kde-integration-module/PKGBUILD') diff --git a/extra/telepathy-kde-integration-module/PKGBUILD b/extra/telepathy-kde-integration-module/PKGBUILD index d844d3350..c6cfb7dc2 100644 --- a/extra/telepathy-kde-integration-module/PKGBUILD +++ b/extra/telepathy-kde-integration-module/PKGBUILD @@ -1,24 +1,25 @@ -# $Id: PKGBUILD 143579 2011-11-26 14:07:39Z andrea $ +# $Id: PKGBUILD 157051 2012-04-23 09:53:43Z ibiru $ # Maintainer: Andrea Scarpino pkgname=telepathy-kde-integration-module -pkgver=0.2.0 +_pkgname=ktp-kded-integration-module +pkgver=0.3.1 pkgrel=1 -pkgdesc="Provide several plugins for the Telepathy KDE suite" +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') -url="http://www.kde.org" +url="http://community.kde.org/Real-Time_Communication_and_Collaboration" license=('GPL') -depends=('kdelibs' 'telepathy-qt4') +depends=('telepathy-kde-common-internals') makedepends=('cmake' 'automoc4') -groups=('telepathy-kde') -source=("http://download.kde.org/unstable/telepathy-kde/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") -sha1sums=('5ad3e5786707b624a0f785c6891ed6de4a5d79c7') +groups=('kde-telepathy') +source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2") +sha1sums=('f5c9cd6ddd300ae824d63e7a69ae5ae4c7c4da20') build() { cd "${srcdir}" mkdir build cd build - cmake ../${pkgname}-${pkgver} \ + cmake ../${_pkgname}-${pkgver} \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release make -- cgit v1.2.3-54-g00ecf