Skip to Content.
Sympa Menu

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

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 (a053b4b98b7496c65605c82516376bf68a35166e)
  • Date: Wed, 31 Jul 2013 12:50:57 -0500

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

editors/emacs/DEPENDS | 54
++++++++++++++++++++++++++++++++++++++++++++++++--
editors/emacs/HISTORY | 3 ++
2 files changed, 55 insertions(+), 2 deletions(-)

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

emacs: Update optional dependencies

diff --git a/editors/emacs/DEPENDS b/editors/emacs/DEPENDS
index 82595d4..c7eeb2a 100755
--- a/editors/emacs/DEPENDS
+++ b/editors/emacs/DEPENDS
@@ -1,6 +1,6 @@
optional_depends "xaw3d" \
- "" \
- "" \
+ --with-xaw3d \
+ --without-xaw3d \
"for fancy 3D-style scroll bars" &&

optional_depends "imlib" \
@@ -28,16 +28,66 @@ optional_depends giflib \
"--without-gif" \
"for GIF format support" &&

+optional_depends xpm \
+ --with-xpm \
+ --without-xpm \
+ "for XPM (X pixmap) suport" &&
+
+optional_depends librsvg \
+ --with-rsvg \
+ --without-rsvg \
+ "for SVG (Scalable Vector Graphics) support" &&
+
+optional_depends imagemagick \
+ --with-imagemagick \
+ --without-imagemagick \
+ "for ImageMagick image support" &&
+
optional_depends "gpm" \
"--with-gpm" \
"--without-gpm" \
"for mouse support on a GNU/Linux console" &&

+optional_depends libxml2 \
+ --with-xml2 \
+ --without-xml2 \
+ "for XML parsing support" &&
+
optional_depends "gtk+2" \
"--with-x-toolkit=gtk" \
"" \
"for GTK+2 look" &&

+optional_depends libxft \
+ --with-xft \
+ --without-xft \
+ "for XFT anti-aliased font support" &&
+
+#optional_depends libotf \
+# --with-libotf \
+# --without-libotf \
+# "for OpenType font support" &&
+
+optional_depends dbus \
+ --with-dbus \
+ --without-dbus \
+ "for D-Bus support" &&
+
+optional_depends gconf2 \
+ --with-gconf \
+ --without-gconf \
+ "for GConf support" &&
+
+optional_depends libselinux \
+ --with-selinux \
+ --without-selinux \
+ "for SELinux support" &&
+
+optional_depends gnutls \
+ --with-gnutls \
+ --without-gnutls \
+ "for SSL/TLS support" &&
+
if [[ "$EMACS_BRANCH" == "scm" ]]; then
depends bzr
fi
diff --git a/editors/emacs/HISTORY b/editors/emacs/HISTORY
index 784b537..eb58ec4 100644
--- a/editors/emacs/HISTORY
+++ b/editors/emacs/HISTORY
@@ -1,3 +1,6 @@
+2013-07-31 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Updated optional depedencies
+
2013-03-06 Ismael Luceno <ismael AT sourcemage.org>
* BUILD: Fix update-subdirs script permissions




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a053b4b98b7496c65605c82516376bf68a35166e), Ismael Luceno, 07/31/2013

Archive powered by MHonArc 2.6.24.

Top of Page