summaryrefslogtreecommitdiff
path: root/extra/telepathy-kde-text-ui/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-11-27 23:14:57 +0000
committerroot <root@rshg054.dnsready.net>2011-11-27 23:14:57 +0000
commit495674534c45d86d3ad9149cdba75ca0bbbe1a0e (patch)
treefedd73618682db59faeb8a7ce47ae753d9995845 /extra/telepathy-kde-text-ui/PKGBUILD
parentd5d697136e6d703fa618b3fb08915eef50d4d4de (diff)
Sun Nov 27 23:14:57 UTC 2011
Diffstat (limited to 'extra/telepathy-kde-text-ui/PKGBUILD')
-rw-r--r--extra/telepathy-kde-text-ui/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/extra/telepathy-kde-text-ui/PKGBUILD b/extra/telepathy-kde-text-ui/PKGBUILD
index 9996d0e96..2e69f7a5f 100644
--- a/extra/telepathy-kde-text-ui/PKGBUILD
+++ b/extra/telepathy-kde-text-ui/PKGBUILD
@@ -1,25 +1,25 @@
-# $Id$
+# $Id: PKGBUILD 143575 2011-11-26 14:01:45Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Laurent Carlier <lordheavym@gmail.com>
pkgname=telepathy-kde-text-ui
-pkgver=0.1.0
+pkgver=0.2.0
pkgrel=1
pkgdesc="Telepathy text chat handler"
arch=('i686' 'x86_64')
url="http://www.kde.org"
license=('GPL')
-depends=('kdebase-runtime' 'telepathy-qt4')
+depends=('kdebase-runtime' 'telepathy-qt4' '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=('3a9a174acd5b955618a74761a380e951c6dce48a')
+source=("http://download.kde.org/unstable/telepathy-kde/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('fb7c5dc02bb9d150d0e372c3584f50670d620f4a')
build() {
cd "${srcdir}"
mkdir build
cd build
- cmake ../${pkgname}_${pkgver} \
+ cmake ../${pkgname}-${pkgver} \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release
make