From 1a32448c2c53b0e66ce0fe14c5dd2057afd432bc Mon Sep 17 00:00:00 2001 From: root Date: Mon, 28 Oct 2013 01:15:28 -0700 Subject: Mon Oct 28 01:14:27 PDT 2013 --- extra/telepathy-kde-accounts-kcm/PKGBUILD | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'extra/telepathy-kde-accounts-kcm/PKGBUILD') diff --git a/extra/telepathy-kde-accounts-kcm/PKGBUILD b/extra/telepathy-kde-accounts-kcm/PKGBUILD index 39f6d95f8..83799c3ec 100644 --- a/extra/telepathy-kde-accounts-kcm/PKGBUILD +++ b/extra/telepathy-kde-accounts-kcm/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 192364 2013-08-10 10:59:23Z andrea $ +# $Id: PKGBUILD 197604 2013-10-27 14:19:14Z andrea $ # Maintainer: Andrea Scarpino # Contributor: Laurent Carlier pkgname=telepathy-kde-accounts-kcm _pkgname=ktp-accounts-kcm -pkgver=0.6.3 +pkgver=0.7.0 pkgrel=1 pkgdesc="KCM Module for configuring Telepathy Instant Messaging Accounts" arch=('i686' 'x86_64') @@ -17,11 +17,14 @@ optdepends=('telepathy-gabble: XMPP/Jabber/GTalk support' groups=('kde-telepathy') conflicts=('telepathy-kde-accounts-kcm-plugins') replaces=('telepathy-kde-accounts-kcm-plugins') -source=("http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2") -sha1sums=('9646cfe13c4cf155acd97d6ea66ea9bf3c8a73d7') +source=("http://download.kde.org/stable/kde-telepathy/${pkgver}/${_pkgname}-${pkgver}.tar.bz2") +sha1sums=('8791acef43bb125259d218f2385ddf50a1ec857c') -build() { +prepare() { mkdir build +} + +build() { cd build cmake ../${_pkgname}-${pkgver} \ -DCMAKE_INSTALL_PREFIX=/usr \ -- cgit v1.2.3-54-g00ecf