Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c213abef69f9c8984b91ff5c41f35620668a523a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c213abef69f9c8984b91ff5c41f35620668a523a)
  • Date: Tue, 18 May 2010 08:47:06 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

gnome2-apps/gnumeric/DEPENDS | 8 ++++++--
gnome2-apps/gnumeric/HISTORY | 4 ++++
2 files changed, 10 insertions(+), 2 deletions(-)

New commits:
commit c213abef69f9c8984b91ff5c41f35620668a523a
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

perl: added xml-parser expat dep

diff --git a/gnome2-apps/gnumeric/DEPENDS b/gnome2-apps/gnumeric/DEPENDS
index c9a9178..a6421b5 100755
--- a/gnome2-apps/gnumeric/DEPENDS
+++ b/gnome2-apps/gnumeric/DEPENDS
@@ -21,8 +21,8 @@ optional_depends libgnomeui \
"--without-gnome" \
"Build GNOME extensions?" &&

-if ( is_depends_enabled ${SPELL} libgnomeui ); then
- depends -sub GNOME libgsf
+if is_depends_enabled $SPELL libgnomeui; then
+ depends -sub GNOME libgsf
fi &&

optional_depends perl \
@@ -30,6 +30,10 @@ optional_depends perl \
"--without-perl" \
"Compile the Perl plugin loader?" &&

+if is_depends_enabled $SPELL perl; then
+ depends xml-parser-expat
+fi &&
+
optional_depends psiconv \
"--with-psiconv" \
"--without-psiconv" \
diff --git a/gnome2-apps/gnumeric/HISTORY b/gnome2-apps/gnumeric/HISTORY
index 3a55043..ab388c0 100644
--- a/gnome2-apps/gnumeric/HISTORY
+++ b/gnome2-apps/gnumeric/HISTORY
@@ -1,3 +1,7 @@
+2010-05-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added xml-parser-expat as req dep if perl support had
+ been enabled
+
2010-05-13 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: fixed devel version source checking




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c213abef69f9c8984b91ff5c41f35620668a523a), Vlad Glagolev, 05/18/2010

Archive powered by MHonArc 2.6.24.

Top of Page