Author: alexander
Date: 2005-08-01 06:07:49 -0600 (Mon, 01 Aug 2005)
New Revision: 451
Modified:
x86/branches/utf8/BUGS
x86/branches/utf8/Makefile
x86/branches/utf8/packages/ion/Makefile
Log:
Built lua and ion.
Modified: x86/branches/utf8/BUGS
===================================================================
--- x86/branches/utf8/BUGS 2005-08-01 11:17:50 UTC (rev 450)
+++ x86/branches/utf8/BUGS 2005-08-01 12:07:49 UTC (rev 451)
@@ -77,3 +77,11 @@
off the computer uring the GUI provided by xfce. Also disable the "lock
screen" button.
+lua:
+ This package has absolutely no idea of multibyte characters. As a
+ consequence, functions like string.upper() don't work right in UTF-8
+ locales. Ion depends on this package, but never passes non-ASCII strings
+ to lua.
+
+ion:
+ In UTF-8 locales, the default font for window titles is ugly.
Modified: x86/branches/utf8/Makefile
===================================================================
--- x86/branches/utf8/Makefile 2005-08-01 11:17:50 UTC (rev 450)
+++ x86/branches/utf8/Makefile 2005-08-01 12:07:49 UTC (rev 451)
@@ -183,7 +183,7 @@
ch-docbook-xsl ch-html_tidy ch-LFS-BOOK ch-libpng ch-freetype
ch-fontconfig ch-Xorg ch-freefont ch-inputattach \
ch-fonts-dejavu ch-update-fontsdir ch-libjpeg ch-libtiff ch-openssh
ch-pkgconfig ch-glib2 \
ch-libungif ch-imlib2 ch-imlib ch-boehm-gc ch-w3m ch-pango ch-atk
ch-gtk2 ch-cvs ch-popt ch-samba ch-libIDL ch-firefox ch-thunderbird \
- ch-startup-notification ch-gvim ch-xfce stop-here ch-lua ch-ion
ch-irssi ch-xchat ch-tcpwrappers ch-portmap \
+ ch-startup-notification ch-gvim ch-xfce ch-lua ch-ion ch-irssi
stop-here ch-xchat ch-tcpwrappers ch-portmap \
ch-nfs-utils ch-traceroute ch-ncftp ch-pciutils ch-nALFS
ch-device-mapper ch-LVM2 ch-dhcpcd \
ch-distcc ch-ppp ch-rp-pppoe ch-libaal ch-reiser4progs ch-squashfs
ch-cpio ch-mutt ch-msmtp ch-slrn \
ch-raidtools ch-eject ch-linux ch-klibc ch-unionfs ch-initramfs
ch-cdrtools ch-blfs-bootscripts ch-syslinux
Modified: x86/branches/utf8/packages/ion/Makefile
===================================================================
--- x86/branches/utf8/packages/ion/Makefile 2005-08-01 11:17:50 UTC (rev
450)
+++ x86/branches/utf8/packages/ion/Makefile 2005-08-01 12:07:49 UTC (rev
451)
@@ -20,7 +20,8 @@
@echo ""
@if [ ! -f $(FILE) ] ; then $(WGET) $(URL) ; fi
@if [ ! -f /usr/bin/ion ] ; then unpack $(FILE) && cd $(DIR) && \
- ./configure --prefix=/usr && \
+ ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
+ --disable-xfree86-textprop-bug-workaround --enable-Xutf8 && \
make -j3 && make install ; fi
@make clean
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page