Skip to Content.
Sympa Menu

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

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 (aefd4404254c7b2ac4c29301395a6043cb05a9fa)
  • Date: Mon, 15 Feb 2010 12:56:44 -0600

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

x11-toolkits/qt4/DEPENDS | 7 ++++++-
x11-toolkits/qt4/HISTORY | 3 +++
2 files changed, 9 insertions(+), 1 deletion(-)

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

qt4: Optionally depends on gtk+2 for theme integration

Without these flags, you get the following without gtk+2 installed:
Gtk theme support cannot be enabled due to functionality tests!

diff --git a/x11-toolkits/qt4/DEPENDS b/x11-toolkits/qt4/DEPENDS
index fa768c1..5de0d86 100755
--- a/x11-toolkits/qt4/DEPENDS
+++ b/x11-toolkits/qt4/DEPENDS
@@ -86,4 +86,9 @@ optional_depends gst-plugins-base \
optional_depends nas \
'-system-nas-sound' \
'-no-nas-sound' \
- 'for Network Audio Sound support'
+ 'for Network Audio Sound support' &&
+
+optional_depends 'gtk+2' \
+ '-gtkstyle' \
+ '-no-gtkstyle' \
+ 'for GTK+ theme integration'
diff --git a/x11-toolkits/qt4/HISTORY b/x11-toolkits/qt4/HISTORY
index cc1d9bf..e6ef31d 100644
--- a/x11-toolkits/qt4/HISTORY
+++ b/x11-toolkits/qt4/HISTORY
@@ -1,3 +1,6 @@
+2010-02-15 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Optionally depends on gtk+2 for theme integration
+
2010-02-15 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 4.6.2




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

Archive powered by MHonArc 2.6.24.

Top of Page