Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Bor Kraljič (e03452a13fcfd30c60b5433e0870a3281be295e7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Bor Kraljič (e03452a13fcfd30c60b5433e0870a3281be295e7)
  • Date: Thu, 21 Oct 2010 04:52:55 -0500

GIT changes to master grimoire by Bor Kraljič <pyrobor AT ver.si>:

i18n/m17n-lib/DEPENDS | 2 +-
i18n/m17n-lib/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit e03452a13fcfd30c60b5433e0870a3281be295e7
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

m17n-lib: fixed optional_depends to libxft

diff --git a/i18n/m17n-lib/DEPENDS b/i18n/m17n-lib/DEPENDS
index b6192dc..b301219 100755
--- a/i18n/m17n-lib/DEPENDS
+++ b/i18n/m17n-lib/DEPENDS
@@ -28,7 +28,7 @@ optional_depends anthy \
# "--without-libotf" \
# "OpenType font support" &&

-optional_depends -sub libxft X11-SERVER \
+optional_depends libxft \
"--with-x" \
"--without-x" \
"X windows and Xft support"
diff --git a/i18n/m17n-lib/HISTORY b/i18n/m17n-lib/HISTORY
index ad8a0fc..6d73b39 100644
--- a/i18n/m17n-lib/HISTORY
+++ b/i18n/m17n-lib/HISTORY
@@ -1,3 +1,6 @@
+2010-10-21 Bor Kraljič <pyrobor AT ver.si>
+ * DEPENDS: fixed optional_depends to libxft
+
2009-05-24 Justin Boffemmyer <flux AT sourcemage.org>
* DETAILS: updated to 1.5.4




  • [SM-Commit] GIT changes to master grimoire by Bor Kraljič (e03452a13fcfd30c60b5433e0870a3281be295e7), Bor Kraljič, 10/21/2010

Archive powered by MHonArc 2.6.24.

Top of Page