Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-rc-0.17 grimoire by Jaka Kranjc (406e474b4b849dd788d144e8ffab3555d6525291)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-rc-0.17 grimoire by Jaka Kranjc (406e474b4b849dd788d144e8ffab3555d6525291)
  • Date: Wed, 9 Jan 2008 09:35:32 -0600

GIT changes to stable-rc-0.17 grimoire by Jaka Kranjc
<lynxlynxlynx AT sourcemage.org>:

x11-toolkits/qt4/CONFIGURE | 8 +++++++-
x11-toolkits/qt4/HISTORY | 3 +++
2 files changed, 10 insertions(+), 1 deletion(-)

New commits:
commit 406e474b4b849dd788d144e8ffab3555d6525291
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

qt4: added a complement to the bugfix of 2007-11-16 - option change
(cherry picked from commit 06891dd4d536749bd988a3d0a5e634422460b214)

diff --git a/x11-toolkits/qt4/CONFIGURE b/x11-toolkits/qt4/CONFIGURE
index f2a0915..aa601da 100755
--- a/x11-toolkits/qt4/CONFIGURE
+++ b/x11-toolkits/qt4/CONFIGURE
@@ -43,4 +43,10 @@ config_query_option QT_EXCEPT 'Disable exception
checking' n \

config_query_option QT_PCH 'Enable precompiled header support?' y \
'-pch' \
- '-no-pch'
+ '-no-pch' &&
+
+# change the old options to the new, can be removed after a year --20080105
+QT_DEMO="${QT_DEMO//demos/}" &&
+QT_EXAMPLE="${QT_EXAMPLE//examples/}" &&
+QT_TOOLS="${QT_TOOLS//tools/}" &&
+QT_TRANS="${QT_TRANS//translations/}"
diff --git a/x11-toolkits/qt4/HISTORY b/x11-toolkits/qt4/HISTORY
index 6628a5b..8efc2df 100644
--- a/x11-toolkits/qt4/HISTORY
+++ b/x11-toolkits/qt4/HISTORY
@@ -1,3 +1,6 @@
+2008-01-06 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * CONFIGURE: added a complement to the bugfix of 2007-11-16 - option
change
+
2007-12-29 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: update snapshot to 4.4.4
fix typo



  • [SM-Commit] GIT changes to stable-rc-0.17 grimoire by Jaka Kranjc (406e474b4b849dd788d144e8ffab3555d6525291), Jaka Kranjc, 01/09/2008

Archive powered by MHonArc 2.6.24.

Top of Page