Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (d9652d14589cd288c501ff4a77b87814c08beb68)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (d9652d14589cd288c501ff4a77b87814c08beb68)
  • Date: Fri, 15 Feb 2008 20:46:43 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

utils/strigi/HISTORY | 3 +++
utils/strigi/SUB_DEPENDS | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit d9652d14589cd288c501ff4a77b87814c08beb68
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

strigi: Typo QT$ -> QT4

diff --git a/utils/strigi/HISTORY b/utils/strigi/HISTORY
index 000812d..7d4c2e0 100644
--- a/utils/strigi/HISTORY
+++ b/utils/strigi/HISTORY
@@ -1,3 +1,6 @@
+2008-02-15 Eric Sandall <sandalle AT sourcemage.org>
+ * SUB_DEPENDS: Typo QT$ -> QT4
+
2007-10-30 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.5.7
use SOURCEFORGE_URL
diff --git a/utils/strigi/SUB_DEPENDS b/utils/strigi/SUB_DEPENDS
index 2d6dc2c..054506d 100755
--- a/utils/strigi/SUB_DEPENDS
+++ b/utils/strigi/SUB_DEPENDS
@@ -2,7 +2,7 @@ case $THIS_SUB_DEPENDS in
DBUS) echo "DBUS support requested, forcing dbus dependency." &&
depends dbus
;;
-QT4) echo "QT$ support requested, forcing qt4 and dbus dependencies." &&
+QT4) echo "QT4 support requested, forcing qt4 and dbus dependencies." &&
depends qt4
sub_depends qt4 DBUS
;;



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (d9652d14589cd288c501ff4a77b87814c08beb68), Eric Sandall, 02/15/2008

Archive powered by MHonArc 2.6.24.

Top of Page