Author: alexander Date: 2005-09-24 04:19:44 -0600 (Sat, 24 Sep 2005) New Revision: 746
Modified: x86/branches/utf8-newmake/packages/fonts-dejavu/Makefile x86/branches/utf8-newmake/packages/freefont/Makefile Log: Fixed FreeFont logging. Upgraded DejaVu fonts to 1.14 in order to fix the "wrong terminal width" bug. Modified: x86/branches/utf8-newmake/packages/fonts-dejavu/Makefile =================================================================== --- x86/branches/utf8-newmake/packages/fonts-dejavu/Makefile 2005-09-24 09:02:43 UTC (rev 745) +++ x86/branches/utf8-newmake/packages/fonts-dejavu/Makefile 2005-09-24 10:19:44 UTC (rev 746) @@ -1,13 +1,13 @@ # DejaVu fonts Makefile NM= dejavu-ttf -VRS= 1.13 +VRS= 1.14 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)= dcee84b68754cad8403400c5db81a8b689949dff +SHA-$(FILE)= 51eab6407780e0d5b62395d11e205743c3949a3e # Targets Modified: x86/branches/utf8-newmake/packages/freefont/Makefile =================================================================== --- x86/branches/utf8-newmake/packages/freefont/Makefile 2005-09-24 09:02:43 UTC (rev 745) +++ x86/branches/utf8-newmake/packages/freefont/Makefile 2005-09-24 10:19:44 UTC (rev 746) @@ -21,12 +21,12 @@ stage2: Makefile $(FILE) mkdir $(DIR) cd $(DIR) ; unpack ../$(FILE) - make -C $(DIR) -f ../Makefile compile-$@ + make -C $(DIR) -f ../Makefile compile-$@ >$(DIR)[EMAIL PROTECTED] 2>&1 make clean touch $@ compile-stage2: - cp -v sfd/* $(LOCATION) + cp -v sfd/*.ttf $(LOCATION) clean: -rm -rf $(DIR) -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
