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

Justin Boffemmyer scm at sourcemage.org
Wed Oct 29 15:25:23 EDT 2008


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
 



More information about the SM-Commit mailing list