summaryrefslogtreecommitdiff
path: root/extra/telepathy-qt/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/telepathy-qt/PKGBUILD')
-rw-r--r--extra/telepathy-qt/PKGBUILD20
1 files changed, 13 insertions, 7 deletions
diff --git a/extra/telepathy-qt/PKGBUILD b/extra/telepathy-qt/PKGBUILD
index 3182d9e2d..72e886443 100644
--- a/extra/telepathy-qt/PKGBUILD
+++ b/extra/telepathy-qt/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 198453 2013-10-30 14:57:56Z allan $
+# $Id: PKGBUILD 206925 2014-03-06 10:36:16Z andrea $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
@@ -15,17 +15,23 @@ conflicts=('telepathy-qt4')
replaces=('telepathy-qt4')
provides=('telepathy-qt4')
source=("http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc}
- 'farstream-0.2.patch')
+ 'farstream-0.2.patch'
+ 'cmake.patch')
md5sums=('94ac93aedf5f6fff49837bc8368e5a37'
- 'e1b851b08b159fca39596ff8395ca53a'
- '6b2421c59d20d29fece8d5e6445354c7')
+ 'SKIP'
+ '6b2421c59d20d29fece8d5e6445354c7'
+ '50e9db71c0e23b59dba1f20a592e4b8d')
+
+prepare() {
+ mkdir build
-build() {
cd ${pkgname}-${pkgver}
patch -p1 -i "${srcdir}"/farstream-0.2.patch
- cd ../
+ patch -p1 -i "${srcdir}"/cmake.patch
- mkdir build
+}
+
+build() {
cd build
cmake ../${pkgname}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \