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, 7 insertions, 7 deletions
diff --git a/telepathy-qt/Pkgfile b/telepathy-qt/Pkgfile
index eaeccc492..78c132a2b 100755
--- a/telepathy-qt/Pkgfile
+++ b/telepathy-qt/Pkgfile
@@ -6,17 +6,17 @@
# Run on: qt,dbus-python,telepathy-farsight,gstreamer
name=telepathy-qt
-version=0.7.3
+version=0.9.0
release=1
-source=(http://telepathy.freedesktop.org/releases/${name}4/${name}4-$version.tar.gz)
+source=(http://telepathy.freedesktop.org/releases/${name}/${name}-$version.tar.gz)
build() {
- cd ${name}4-$version
+ cd ${name}-$version
mkdir build
- cd build
- cmake -DCMAKE_INSTALL_PREFIX=/usr .. \
- -DCMAKE_BUILD_TYPE=Release \
- -DHAVE_QDBUSVARIANT_OPERATOR_EQUAL=1
+ cd build
+ PYTHON=/usr/bin/python2 cmake -DCMAKE_INSTALL_PREFIX=/usr .. \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DPYTHON_EXECUTABLE=/usr/bin/python2
make
make DESTDIR=$PKG install
}