diff options
Diffstat (limited to 'extra/telepathy-kde-accounts-kcm/PKGBUILD')
-rw-r--r-- | extra/telepathy-kde-accounts-kcm/PKGBUILD | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/extra/telepathy-kde-accounts-kcm/PKGBUILD b/extra/telepathy-kde-accounts-kcm/PKGBUILD index f04c3c4cd..7d6b77f3d 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 <andrea@archlinux.org> # Contributor: Laurent Carlier <lordheavym@gmail.com> 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' 'mips64el') @@ -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 \ |