Author: justin
Date: 2005-11-21 23:27:47 -0700 (Mon, 21 Nov 2005)
New Revision: 1129

Modified:
   trunk/packages/Terminal/Makefile
   trunk/packages/Terminal/terminalrc
   trunk/packages/fonts-dejavu/Makefile
Log:
Merged r1120 and r1121 relevant to trunk from utf8-newmake.

Modified: trunk/packages/Terminal/Makefile
===================================================================
--- trunk/packages/Terminal/Makefile    2005-11-22 06:17:04 UTC (rev 1128)
+++ trunk/packages/Terminal/Makefile    2005-11-22 06:27:47 UTC (rev 1129)
@@ -23,7 +23,7 @@
        ./configure --prefix=/usr --libexecdir=/usr/sbin
        make $(PM)
        make install
-       mkdir /etc/xdg/Terminal
+       mkdir -p /etc/xdg/Terminal
        install -m644 ../terminalrc /etc/xdg/Terminal/terminalrc
 
 clean:

Modified: trunk/packages/Terminal/terminalrc
===================================================================
--- trunk/packages/Terminal/terminalrc  2005-11-22 06:17:04 UTC (rev 1128)
+++ trunk/packages/Terminal/terminalrc  2005-11-22 06:27:47 UTC (rev 1129)
@@ -1,9 +1,9 @@
-# HACK: we don't use the Bitstream Vera font below for non-latin1,
-# we rely upon its substitutions
+# HACK: we use the DejaVu font below only for languages it supports,
+# and rely upon fontconfig to do the proper font substitution otherwise.
 
 [Configuration]
 CommandUpdateRecords=FALSE
-FontName=Bitstream Vera Sans Mono 14
+FontName=DejaVu Sans Mono 14
 MiscCursorBlinks=TRUE
 ShortcutsNoMenukey=TRUE
 ShortcutsNoMnemonics=TRUE

Modified: trunk/packages/fonts-dejavu/Makefile
===================================================================
--- trunk/packages/fonts-dejavu/Makefile        2005-11-22 06:17:04 UTC (rev 
1128)
+++ trunk/packages/fonts-dejavu/Makefile        2005-11-22 06:27:47 UTC (rev 
1129)
@@ -1,14 +1,19 @@
 # DejaVu fonts Makefile
 
 NM= dejavu-ttf
-VRS= 1.14
+VRS= 2.0
 DIR= $(NM)-$(VRS)
 LOCATION= /usr/X11R6/lib/X11/fonts/TTF
 
 FILE= $(DIR).tar.gz
 URL-$(FILE)= http://heanet.dl.sourceforge.net/sourceforge/dejavu/$(FILE)
-SHA-$(FILE)= 51eab6407780e0d5b62395d11e205743c3949a3e
+SHA-$(FILE)= dd3025cf27282fb0c5b9579f5546a8c549efe874
 
+# Post-release bugfix for 2.0, should be unneeded after 2.1
+FILE1= DejaVuSansMono-BoldOb.ttf
+URL-$(FILE1)= http://www.srnet.cz/~stepan/temp/.dejavu/$(FILE1)
+SHA-$(FILE1)= afcfd07ee07cf3d1d24c80e4909af83f21329be1
+
 # Targets
 
 include $(ROOT)/scripts/functions
@@ -17,11 +22,12 @@
        chroot "$(MP)" $(chenv-blfs) \
        'cd $(ROOT) && make ch-$(NM) $(chbash-post-bash)'
 
-stage2: Makefile $(FILE) 
+stage2: Makefile $(FILE) $(FILE1)
        $(std_build)
 
 compile-stage2:
        cp -v ./*.ttf $(LOCATION)
+       cp -v ../$(FILE1) $(LOCATION)
 
 clean:
        -rm -rf $(DIR)

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to