summaryrefslogtreecommitdiffstats
path: root/telepathy-qt/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-01-25 01:33:49 +0100
committerpiernov <piernov@piernov.org>2012-01-25 01:33:49 +0100
commitdb14aa307f2b7fec18c88a101ce0cf2fd0356aa0 (patch)
tree06d5419a46975a222c91e1da80420d0a1a3889d3 /telepathy-qt/Pkgfile
parent165a1573d89574e81aca26e7bfd266fe1e62d1ab (diff)
downloadnutyx-extra-db14aa307f2b7fec18c88a101ce0cf2fd0356aa0.tar.gz
nutyx-extra-db14aa307f2b7fec18c88a101ce0cf2fd0356aa0.tar.bz2
nutyx-extra-db14aa307f2b7fec18c88a101ce0cf2fd0356aa0.tar.xz
nutyx-extra-db14aa307f2b7fec18c88a101ce0cf2fd0356aa0.zip
telepathy-qt 0.9.0-1 màj port
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
}