[Lunar-commits] <moonbase> telepathy-qt4: Version bump and they switched to cmake.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sat Apr 2 11:41:07 CEST 2011


commit dfe67af8975105c2054bfa4ba33e6ee5ced23119
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sat Apr 2 05:41:07 2011 -0400

    telepathy-qt4: Version bump and they switched to cmake.
---
 qt4-apps/telepathy-qt4/BUILD   |   11 ++++++++---
 qt4-apps/telepathy-qt4/DETAILS |    6 +++---
 2 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/qt4-apps/telepathy-qt4/BUILD b/qt4-apps/telepathy-qt4/BUILD
index 23da672..d345c5d 100644
--- a/qt4-apps/telepathy-qt4/BUILD
+++ b/qt4-apps/telepathy-qt4/BUILD
@@ -1,9 +1,14 @@
 (
 
-  . /etc/profile.d/qt4.rc &&
+  OOSB_DIR="$SOURCE_DIRECTORY/$MODULE-build"  &&
 
-  OPTS="--disable-doxygen-doc --disable-doxygen-dot --disable-doxygen-html" &&
+  mkdir $OOSB_DIR  &&
+  cd $OOSB_DIR     &&
 
-  default_build
+  cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX  \
+                           -DCMAKE_BUILD_TYPE=RELEASE             \
+                           $OPTS                                 &&
+
+  default_make
 
 ) > $C_FIFO 2>&1
diff --git a/qt4-apps/telepathy-qt4/DETAILS b/qt4-apps/telepathy-qt4/DETAILS
index 6763883..1f362eb 100644
--- a/qt4-apps/telepathy-qt4/DETAILS
+++ b/qt4-apps/telepathy-qt4/DETAILS
@@ -1,12 +1,12 @@
           MODULE=telepathy-qt4
-         VERSION=0.3.8
+         VERSION=0.5.13
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://telepathy.freedesktop.org/releases/$MODULE/
-      SOURCE_VFY=sha1:e9d6d736a437b3ddd201dc91a62cc7ff962d3694
+      SOURCE_VFY=sha1:44b0c350fe4241f00c02d197d2486c4f539a7016
    MODULE_PREFIX=${QT4_PREFIX:-/usr}
         WEB_SITE=http://telepathy.freedesktop.org/wiki/Telepathy-Qt4
          ENTERED=20080112
-         UPDATED=20100827
+         UPDATED=20110402
            SHORT="unified framework for all forms of real time conversations"
 
 cat << EOF


More information about the Lunar-commits mailing list