Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (646923a612a375570585240be5244d86aa34b915)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (646923a612a375570585240be5244d86aa34b915)
  • Date: Wed, 16 Jul 2014 16:08:18 -0500

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

editors/emacs/DEPENDS | 2 +-
editors/emacs/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 646923a612a375570585240be5244d86aa34b915
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

emacs: Depedency for SVG support is on librsvg2

diff --git a/editors/emacs/DEPENDS b/editors/emacs/DEPENDS
index c715835..2c7520b 100755
--- a/editors/emacs/DEPENDS
+++ b/editors/emacs/DEPENDS
@@ -33,7 +33,7 @@ optional_depends libxpm \
--without-xpm \
"for XPM (X pixmap) suport" &&

-optional_depends librsvg \
+optional_depends librsvg2 \
--with-rsvg \
--without-rsvg \
"for SVG (Scalable Vector Graphics) support" &&
diff --git a/editors/emacs/HISTORY b/editors/emacs/HISTORY
index f478551..e873644 100644
--- a/editors/emacs/HISTORY
+++ b/editors/emacs/HISTORY
@@ -1,3 +1,6 @@
+2014-07-16 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Depedency for SVG support is on librsvg2
+
2014-07-03 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: Use get_scm_version




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (646923a612a375570585240be5244d86aa34b915), Ismael Luceno, 07/16/2014

Archive powered by MHonArc 2.6.24.

Top of Page