Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Eric Sandall (d8baaa89b228f72966a0e6aa4ba2c6049d148f7a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Eric Sandall (d8baaa89b228f72966a0e6aa4ba2c6049d148f7a)
  • Date: Fri, 9 Oct 2009 20:58:42 -0500

GIT changes to devel-xorg-modular grimoire by Eric Sandall
<sandalle AT sourcemage.org>:

xorg-lib/libxfont/DEPENDS | 7 ++++++-
xorg-lib/libxfont/HISTORY | 2 ++
2 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit d8baaa89b228f72966a0e6aa4ba2c6049d148f7a
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libxfont: Optionally depend on HTML_TO_TEXT to convert HTML documentation
to text

diff --git a/xorg-lib/libxfont/DEPENDS b/xorg-lib/libxfont/DEPENDS
index f5e5360..9087b98 100755
--- a/xorg-lib/libxfont/DEPENDS
+++ b/xorg-lib/libxfont/DEPENDS
@@ -11,4 +11,9 @@ depends libfontenc &&
optional_depends freetype2 \
"--enable-freetype" \
"--disable-freetype" \
- "Enable freetype2 support?"
+ "Enable freetype2 support?" &&
+
+optional_depends HTML_TO_TEXT \
+ '--enable-devel-docs' \
+ '--disable-devel-docs' \
+ 'for converting HTML documentation to text'
diff --git a/xorg-lib/libxfont/HISTORY b/xorg-lib/libxfont/HISTORY
index b88428d..672c552 100644
--- a/xorg-lib/libxfont/HISTORY
+++ b/xorg-lib/libxfont/HISTORY
@@ -1,6 +1,8 @@
2009-10-09 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 1.4.1
SOURCE matches upstream posted MD5
+ * DEPENDS: Optionally depend on HTML_TO_TEXT to convert HTML
documentation
+ into text

2009-05-26 Peng Chang (Charles) <chp516 AT gmail.com>
* CONFIGURE: removed no longer recognized options



  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Eric Sandall (d8baaa89b228f72966a0e6aa4ba2c6049d148f7a), Eric Sandall, 10/09/2009

Archive powered by MHonArc 2.6.24.

Top of Page