summaryrefslogtreecommitdiff
path: root/extra/telepathy-kde-text-ui
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-04-25 00:01:35 +0000
committerroot <root@rshg054.dnsready.net>2012-04-25 00:01:35 +0000
commit98bf2ac3fdd6f7bcb6ce45c932fc13c07fecc03f (patch)
tree00d9cdbfdc8ef5d7a4a7159a8c6439008509e662 /extra/telepathy-kde-text-ui
parent9988621f899d7d4ae5fd0a4a32a4ba3abc5a527d (diff)
Wed Apr 25 00:01:35 UTC 2012
Diffstat (limited to 'extra/telepathy-kde-text-ui')
-rw-r--r--extra/telepathy-kde-text-ui/PKGBUILD19
1 files changed, 10 insertions, 9 deletions
diff --git a/extra/telepathy-kde-text-ui/PKGBUILD b/extra/telepathy-kde-text-ui/PKGBUILD
index 2e69f7a5f..f5b831287 100644
--- a/extra/telepathy-kde-text-ui/PKGBUILD
+++ b/extra/telepathy-kde-text-ui/PKGBUILD
@@ -1,25 +1,26 @@
-# $Id: PKGBUILD 143575 2011-11-26 14:01:45Z andrea $
+# $Id: PKGBUILD 157057 2012-04-23 09:53:50Z ibiru $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Laurent Carlier <lordheavym@gmail.com>
pkgname=telepathy-kde-text-ui
-pkgver=0.2.0
+_pkgname=ktp-text-ui
+pkgver=0.3.1
pkgrel=1
-pkgdesc="Telepathy text chat handler"
+pkgdesc="Telepathy handler for Text Chats"
arch=('i686' 'x86_64')
-url="http://www.kde.org"
+url="http://community.kde.org/Real-Time_Communication_and_Collaboration"
license=('GPL')
-depends=('kdebase-runtime' 'telepathy-qt4' 'telepathy-kde-contact-list')
+depends=('telepathy-kde-common-internals' '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=('fb7c5dc02bb9d150d0e372c3584f50670d620f4a')
+groups=('kde-telepathy')
+source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2")
+sha1sums=('78741579fa62d5beca6ff87f074a3821c02d1f15')
build() {
cd "${srcdir}"
mkdir build
cd build
- cmake ../${pkgname}-${pkgver} \
+ cmake ../${_pkgname}-${pkgver} \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release
make