summaryrefslogtreecommitdiffstats
path: root/telepathy-qt/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-qt/Pkgfile')
-rwxr-xr-xtelepathy-qt/Pkgfile14
1 files changed, 8 insertions, 6 deletions
diff --git a/telepathy-qt/Pkgfile b/telepathy-qt/Pkgfile
index f407d1e7a..025c293b8 100755
--- a/telepathy-qt/Pkgfile
+++ b/telepathy-qt/Pkgfile
@@ -2,21 +2,23 @@
# URL: http://telepathy.freedesktop.org/wiki/
# Maintainer: NuTyX packager team
# Packager: lesibel at free dot fr
-# Depends on: cmake, qt, dbus-python, telepathy-farsight, gstreamer
-# Run on: qt,dbus-python,telepathy-farsight,gstreamer
+# Depends on: cmake,qt,dbus-python,telepathy-farstream,gstreamer,doxygen
+# Run on: qt,dbus-python,telepathy-farstream,gstreamer,doxygen
name=telepathy-qt
-version=0.9.1
+version=0.9.3
release=1
-source=(http://telepathy.freedesktop.org/releases/${name}/${name}-$version.tar.gz)
+source=(http://telepathy.freedesktop.org/releases/$name/$name-$version.tar.gz )
build() {
- cd ${name}-$version
+ cd $name-$version
mkdir build
cd build
PYTHON=/usr/bin/python2 cmake -DCMAKE_INSTALL_PREFIX=/usr .. \
-DCMAKE_BUILD_TYPE=Release \
- -DPYTHON_EXECUTABLE=/usr/bin/python2
+ -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+ -DHAVE_QDBUSVARIANT_OPERATOR_EQUAL=1 \
+ -DENABLE_TESTS=OFF
make
make DESTDIR=$PKG install
}