summaryrefslogtreecommitdiff
path: root/extra/telepathy-kde-text-ui/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-12-19 02:52:08 -0800
committerroot <root@rshg054.dnsready.net>2012-12-19 02:52:08 -0800
commit19f11e0c4bbeefd65f85546a361e18532b60416a (patch)
treea0d830d86c1d2bd0f47e3e86e31b62b781527a8f /extra/telepathy-kde-text-ui/PKGBUILD
parent7862d070a23260c281e227dabd498b99fa8a44a9 (diff)
Wed Dec 19 02:48:18 PST 2012
Diffstat (limited to 'extra/telepathy-kde-text-ui/PKGBUILD')
-rw-r--r--extra/telepathy-kde-text-ui/PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/extra/telepathy-kde-text-ui/PKGBUILD b/extra/telepathy-kde-text-ui/PKGBUILD
index 682cb0f91..1261ccada 100644
--- a/extra/telepathy-kde-text-ui/PKGBUILD
+++ b/extra/telepathy-kde-text-ui/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 170066 2012-10-31 13:33:12Z ibiru $
+# $Id: PKGBUILD 173299 2012-12-18 09:18:41Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Laurent Carlier <lordheavym@gmail.com>
pkgname=telepathy-kde-text-ui
_pkgname=ktp-text-ui
-pkgver=0.5.1
-pkgrel=2
+pkgver=0.5.2
+pkgrel=1
pkgdesc="Telepathy handler for Text Chats"
arch=('i686' 'x86_64')
url="http://community.kde.org/Real-Time_Communication_and_Collaboration"
@@ -14,10 +14,9 @@ depends=('telepathy-kde-contact-list' 'telepathy-logger-qt')
makedepends=('cmake' 'automoc4' 'boost')
groups=('kde-telepathy')
source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2")
-sha1sums=('c239446f43badfdb39fcc139aa6fe05917d86d2e')
+sha1sums=('5dd8d66b9011d96c0637f4b15e6c3912edef6c17')
build() {
- cd "${srcdir}"
mkdir build
cd build
cmake ../${_pkgname}-${pkgver} \
@@ -27,6 +26,6 @@ build() {
}
package() {
- cd "${srcdir}"/build
+ cd build
make DESTDIR="${pkgdir}" install
}