Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Bor Kraljič (1eecde02b9018aaaaa7ad4b84c38df4c22d33a17)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Bor Kraljič (1eecde02b9018aaaaa7ad4b84c38df4c22d33a17)
  • Date: Fri, 20 Nov 2009 08:11:28 -0600

GIT changes to master grimoire by Bor Kraljič <pyrobor AT ver.si>:

ftp/qbittorrent/BUILD | 5 ++++-
ftp/qbittorrent/HISTORY | 3 +++
2 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 1eecde02b9018aaaaa7ad4b84c38df4c22d33a17
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

qbittorrent: fixed to build also the binary

diff --git a/ftp/qbittorrent/BUILD b/ftp/qbittorrent/BUILD
index eec3de4..1db1336 100755
--- a/ftp/qbittorrent/BUILD
+++ b/ftp/qbittorrent/BUILD
@@ -1 +1,4 @@
-qt4_build
+QTDIR="${QTDIR:-$INSTALL_ROOT/usr}"
+PATH="$QTDIR/bin/qt4:$PATH"
+./configure --prefix=$INSTALL_ROOT/usr &&
+default_build_make
diff --git a/ftp/qbittorrent/HISTORY b/ftp/qbittorrent/HISTORY
index b50eaed..8317af2 100644
--- a/ftp/qbittorrent/HISTORY
+++ b/ftp/qbittorrent/HISTORY
@@ -1,3 +1,6 @@
+2009-11-20 Bor Kraljič <pyrobor AT ver.si>
+ * BUILD: qt4_build doesn't build binary. So changed to costum build.
+
2009-11-19 Bor Kraljič <pyrobor AT ver.si>
* BUILD: use qt4_build
* DETAILS: updated spell to 1.5.6



  • [SM-Commit] GIT changes to master grimoire by Bor Kraljič (1eecde02b9018aaaaa7ad4b84c38df4c22d33a17), Bor Kraljič, 11/20/2009

Archive powered by MHonArc 2.6.24.

Top of Page