Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (a011677dbddb80cc61abf9587730451c182915b7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (a011677dbddb80cc61abf9587730451c182915b7)
  • Date: Tue, 5 Dec 2006 12:05:17 -0600

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

utils/gnuplot/DEPENDS | 10 +++++++++-
utils/gnuplot/HISTORY | 3 +++
2 files changed, 12 insertions(+), 1 deletion(-)

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

gnuplot: added some missing deps

diff --git a/utils/gnuplot/DEPENDS b/utils/gnuplot/DEPENDS
index 62cf45a..cc36a24 100755
--- a/utils/gnuplot/DEPENDS
+++ b/utils/gnuplot/DEPENDS
@@ -1,3 +1,5 @@
+depends g++ &&
+
# gnuplot uses gd for rendering pngs, even with true type fonts...
optional_depends "gd" \
"--with-gd" \
@@ -11,4 +13,10 @@ optional_depends "readline"

optional_depends X11-LIBS --with-x --without-x "X11 output" &&
optional_depends wxgtk --enable-wxwidgets --disable-wxwidgets \
- "wxWidgets interactive terminal"
+ "wxWidgets interactive terminal" &&
+
+. $GRIMOIRE/is_depends_enabled.function &&
+if is_depends_enabled $SPELL wxgtk; then
+ depends cairo &&
+ depends pango
+fi
diff --git a/utils/gnuplot/HISTORY b/utils/gnuplot/HISTORY
index 8222f10..a2b138b 100644
--- a/utils/gnuplot/HISTORY
+++ b/utils/gnuplot/HISTORY
@@ -1,3 +1,6 @@
+2006-12-05 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DEPENDS: added cairo and pango for wxt terminal; added g++
+
2006-11-23 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS, DEPENDS: updated for 4.2.rc1




  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (a011677dbddb80cc61abf9587730451c182915b7), Jaka Kranjc, 12/05/2006

Archive powered by MHonArc 2.6.24.

Top of Page