diff options
author | root <root@rshg054.dnsready.net> | 2011-11-27 23:14:57 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-11-27 23:14:57 +0000 |
commit | 495674534c45d86d3ad9149cdba75ca0bbbe1a0e (patch) | |
tree | fedd73618682db59faeb8a7ce47ae753d9995845 /extra/telepathy-kde-accounts-kcm/PKGBUILD | |
parent | d5d697136e6d703fa618b3fb08915eef50d4d4de (diff) |
Sun Nov 27 23:14:57 UTC 2011
Diffstat (limited to 'extra/telepathy-kde-accounts-kcm/PKGBUILD')
-rw-r--r-- | extra/telepathy-kde-accounts-kcm/PKGBUILD | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/extra/telepathy-kde-accounts-kcm/PKGBUILD b/extra/telepathy-kde-accounts-kcm/PKGBUILD index f92cfc332..9e0a69750 100644 --- a/extra/telepathy-kde-accounts-kcm/PKGBUILD +++ b/extra/telepathy-kde-accounts-kcm/PKGBUILD @@ -1,25 +1,27 @@ -# $Id$ +# $Id: PKGBUILD 143561 2011-11-26 13:57:53Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Laurent Carlier <lordheavym@gmail.com> pkgname=telepathy-kde-accounts-kcm -pkgver=0.1.0 +pkgver=0.2.0 pkgrel=1 pkgdesc="KCM Module for configuring Telepathy Instant Messaging Accounts" arch=('i686' 'x86_64') url="http://www.kde.org" license=('GPL') -depends=('kdelibs' 'telepathy-qt4' 'telepathy-mission-control') +depends=('kdelibs' 'telepathy-qt4' 'telepathy-mission-control' 'telepathy-kde-contact-list') makedepends=('cmake' 'automoc4') groups=('telepathy-kde') -source=("http://download.kde.org/unstable/telepathy-kde/${pkgver}/src/${pkgname}_${pkgver}.tar.bz2") -sha1sums=('23c1d3289ecaf4b4361d0ed324a7044cccfae801') +conflicts=('telepathy-kde-accounts-kcm-plugins') +replaces=('telepathy-kde-accounts-kcm-plugins') +source=("http://download.kde.org/unstable/telepathy-kde/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") +sha1sums=('2ebc4ac117a3e28e2812a2a9c97f7d0ee97dac67') build() { cd "${srcdir}" mkdir build cd build - cmake ../${pkgname}_${pkgver} \ + cmake ../${pkgname}-${pkgver} \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release make |