Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (02321d478775d1e2ffc84ecb50fff955b2125b97)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Justin Boffemmyer <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (02321d478775d1e2ffc84ecb50fff955b2125b97)
  • Date: Wed, 29 Oct 2008 14:25:23 -0500

GIT changes to master grimoire by Justin Boffemmyer <flux AT sourcemage.org>:

i18n/uim/DEPENDS | 21 +++++++++++----------
i18n/uim/HISTORY | 1 +
2 files changed, 12 insertions(+), 10 deletions(-)

New commits:
commit 02321d478775d1e2ffc84ecb50fff955b2125b97
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

i18n/uim/DEPENDS: forgot to uncomment X support

The lines for supporting X and Xft depends were there, but I forgot to
uncomment them from when I was doing testing on my own machine. They
are now uncommented, so uim will properly depend on them when
selected.

diff --git a/i18n/uim/DEPENDS b/i18n/uim/DEPENDS
index 4ba884e..77b09b4 100755
--- a/i18n/uim/DEPENDS
+++ b/i18n/uim/DEPENDS
@@ -46,16 +46,17 @@ optional_depends freewnn \
# "--without-m17nlib" \
# "uim-m17nlib bridge" &&
#
-#optional_depends X11-SERVER \
-# "--with-x" \
-# "--without-x" \
-# "X window system support" &&
-#
-#optional_depends libxft \
-# "--with-xft" \
-# "--without-xft" \
-# "Xft (antialias) support" &&
-#
+
+optional_depends X11-SERVER \
+ "--with-x" \
+ "--without-x" \
+ "X window system support" &&
+
+optional_depends libxft \
+ "--with-xft" \
+ "--without-xft" \
+ "Xft (antialias) support" &&
+

optional_depends gtk+2 \
"--with-gtk2" \
diff --git a/i18n/uim/HISTORY b/i18n/uim/HISTORY
index eee92e6..e182c03 100644
--- a/i18n/uim/HISTORY
+++ b/i18n/uim/HISTORY
@@ -1,3 +1,4 @@
2008-10-29 Justin Boffemmyer <flux AT sourcemage.org>
+ * DEPENDS: uncommented support for X depends
* BUILD, CONFIGURE, DEPENDS, DETAILS, HISTORY: spell created




  • [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (02321d478775d1e2ffc84ecb50fff955b2125b97), Justin Boffemmyer, 10/29/2008

Archive powered by MHonArc 2.6.24.

Top of Page