Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (29be9f78e7ff00919e2323c355121b9bc6907f47)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (29be9f78e7ff00919e2323c355121b9bc6907f47)
  • Date: Thu, 22 Dec 2011 13:54:50 -0600

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

x11-toolkits/qt4/CONFIGURE | 4 ++++
x11-toolkits/qt4/HISTORY | 3 +++
2 files changed, 7 insertions(+)

New commits:
commit 29be9f78e7ff00919e2323c355121b9bc6907f47
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

qt4: -qt-gif removed from saved QT_GIF

diff --git a/x11-toolkits/qt4/CONFIGURE b/x11-toolkits/qt4/CONFIGURE
index 94eeb76..dc02c5d 100755
--- a/x11-toolkits/qt4/CONFIGURE
+++ b/x11-toolkits/qt4/CONFIGURE
@@ -36,6 +36,10 @@ config_query_option QT_XRAMA 'Enable Xinerama support?'
n \
'-xinerama' \
'-no-xinerama' &&

+if list_find "$QT_GIF" "-qt-gif"; then
+ list_remove "QT_GIF" "-qt-gif"
+fi &&
+
config_query_option QT_GIF 'Enable GIF support?' y \
'' \
'-no-gif' &&
diff --git a/x11-toolkits/qt4/HISTORY b/x11-toolkits/qt4/HISTORY
index fb3818b..ad81f46 100644
--- a/x11-toolkits/qt4/HISTORY
+++ b/x11-toolkits/qt4/HISTORY
@@ -1,3 +1,6 @@
+2011-12-22 Ladislav Hagara <hgr AT vabo.cz>
+ * CONFIGURE: -qt-gif removed from saved QT_GIF
+
2011-12-15 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 4.8.0
* CONFIGURE: -qt-gif removed



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (29be9f78e7ff00919e2323c355121b9bc6907f47), Ladislav Hagara, 12/22/2011

Archive powered by MHonArc 2.6.24.

Top of Page