[SM-Commit] GIT changes to master grimoire by Elisamuel Resto (16ebef9b6aac961aadd55918a98d73c009bba5af)

Elisamuel Resto scm at sourcemage.org
Mon Jun 23 01:55:32 EDT 2008


GIT changes to master grimoire by Elisamuel Resto <ryuji at sourcemage.org>:

 kde-look/qtcurve-gtk2/BUILD   |    6 ++++++
 kde-look/qtcurve-gtk2/HISTORY |    3 +++
 2 files changed, 9 insertions(+)

New commits:
commit 16ebef9b6aac961aadd55918a98d73c009bba5af
Author: Elisamuel Resto <ryuji at sourcemage.org>
Commit: Elisamuel Resto <ryuji at sourcemage.org>

    kde-look/qtcurve-gtk2: detect new (3.x) firefox, and tell cmake_buld about it

diff --git a/kde-look/qtcurve-gtk2/BUILD b/kde-look/qtcurve-gtk2/BUILD
index fa32769..a470b2d 100755
--- a/kde-look/qtcurve-gtk2/BUILD
+++ b/kde-look/qtcurve-gtk2/BUILD
@@ -1,4 +1,10 @@
 if [[ $QTCURVEGTK_KDEVER == "4.x" ]]; then
   export PATH="/usr/bin/qt4:/opt/bin:${PATH}"
 fi &&
+
+if spell_ok firefox || spell_ok firefox-bin && \
+   [[ "$(installed_version firefox | cut -d. -f1-2)" == "3.0" ]] || \
+   [[ "$(installed_version firefox-bin | cut -d. -f1-2)" == "3.0" ]]; then
+  OPTS="-DQTC_NEW_MOZILLA=true"
+fi
 cmake_build
diff --git a/kde-look/qtcurve-gtk2/HISTORY b/kde-look/qtcurve-gtk2/HISTORY
index 4e0f853..f1eaff4 100644
--- a/kde-look/qtcurve-gtk2/HISTORY
+++ b/kde-look/qtcurve-gtk2/HISTORY
@@ -1,3 +1,6 @@
+2008-06-23 Elisamuel Resto <ryuji at sourcemage.org>
+	* BUILD: detect newer (3.x) firefox, and tell cmake_buld about it
+
 2008-06-19 Elisamuel Resto <ryuji at sourcemage.org>
 	* CONFIGURE: added to prompt for Qt/KDE version to compile against
 	* DEPENDS: depends (conditional) on kdebase/kdebase4 and qt-x11/qt4



More information about the SM-Commit mailing list