Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (56f830754da3563eac6551186b7ea6a3e2b9ba57)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (56f830754da3563eac6551186b7ea6a3e2b9ba57)
  • Date: Wed, 7 Mar 2012 20:45:13 -0600

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

chat-im/vacuum/BUILD | 5 +----
chat-im/vacuum/DEPENDS | 1 +
chat-im/vacuum/HISTORY | 4 ++++
3 files changed, 6 insertions(+), 4 deletions(-)

New commits:
commit 56f830754da3563eac6551186b7ea6a3e2b9ba57
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

chat-im/vacuum: switched to cmake build system

diff --git a/chat-im/vacuum/BUILD b/chat-im/vacuum/BUILD
index d246419..2113434 100755
--- a/chat-im/vacuum/BUILD
+++ b/chat-im/vacuum/BUILD
@@ -1,4 +1 @@
-QTDIR="${QTDIR:-$INSTALL_ROOT/usr}"
-PATH="$QTDIR/bin/qt4:$PATH"
-qmake PREFIX=$INSTALL_ROOT/usr INSTALL_PREFIX=$INSTALL_ROOT/usr -recursive
vacuum.pro &&
-make
+qt4_cmake_build
diff --git a/chat-im/vacuum/DEPENDS b/chat-im/vacuum/DEPENDS
index d26b7ab..5342c99 100755
--- a/chat-im/vacuum/DEPENDS
+++ b/chat-im/vacuum/DEPENDS
@@ -1,3 +1,4 @@
+depends cmake &&
depends qt4 &&
depends openssl &&
depends subversion
diff --git a/chat-im/vacuum/HISTORY b/chat-im/vacuum/HISTORY
index 5b93d50..393c51a 100644
--- a/chat-im/vacuum/HISTORY
+++ b/chat-im/vacuum/HISTORY
@@ -1,3 +1,7 @@
+2012-03-07 Pol Vinogradov <vin.public AT gmail.com>
+ * BUILD: switched to qt4_cmake_build
+ * DEPENDS: added cmake
+
2011-10-14 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: fixed long description wrap (scripted)




  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (56f830754da3563eac6551186b7ea6a3e2b9ba57), Pol Vinogradov, 03/07/2012

Archive powered by MHonArc 2.6.24.

Top of Page