summaryrefslogtreecommitdiffstats
path: root/telepathy-qt/Pkgfile
diff options
context:
space:
mode:
authororchidman <orchidman@free.fr>2012-08-03 07:38:30 +0200
committerpiernov <piernov@piernov.org>2012-08-07 23:39:25 +0200
commit335e65405ab423b6e9e77c108e0161d4aba69904 (patch)
tree009b40fd938152f175f266706c5eaf18b12e12a0 /telepathy-qt/Pkgfile
parentf3ec92f1b1fd4acd92ca0e3bcc1e7087136c9d26 (diff)
downloadnutyx-extra-335e65405ab423b6e9e77c108e0161d4aba69904.tar.gz
nutyx-extra-335e65405ab423b6e9e77c108e0161d4aba69904.tar.bz2
nutyx-extra-335e65405ab423b6e9e77c108e0161d4aba69904.tar.xz
nutyx-extra-335e65405ab423b6e9e77c108e0161d4aba69904.zip
telepathy-qt 0.9.3-1
(cherry picked from commit 61261885f336cd8fa659d7361e9a23cd51e473b4) Conflicts: telepathy-qt/.footprint.i686 telepathy-qt/.footprint.x86_64 telepathy-qt/.md5sum.i686 telepathy-qt/.md5sum.x86_64 telepathy-qt/Pkgfile
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
}