Cleanup app_server built-in fonts
We bundle bitstream charter as a default font to use when nothing else is available. We also used to bundle a Courier font, but it does not work properly. - Fix the license for Bitstream Charter, to include just the license and no extra text. - Add said license to AboutSystem - Remove the Courier font from the package and from the source tree. Fixes #11696.
This commit is contained in:
@@ -172,9 +172,7 @@ AddFilesToPackage data fortunes : $(fortuneFiles) ;
|
||||
|
||||
local fontDir = [ FDirName $(HAIKU_TOP) data system data fonts ] ;
|
||||
local psFonts = [ Glob $(fontDir)/psfonts : *.afm *.pfb ] ;
|
||||
local ttFonts = [ Glob $(fontDir)/ttfonts : *.ttf ] ;
|
||||
AddFilesToPackage data fonts psfonts : $(psFonts) ;
|
||||
AddFilesToPackage data fonts ttfonts : $(ttFonts) ;
|
||||
|
||||
# keymaps
|
||||
AddFilesToPackage data Keymaps : $(HAIKU_KEYMAP_FILES) ;
|
||||
|
||||
@@ -148,9 +148,7 @@ AddFilesToPackage data fortunes : $(fortuneFiles) ;
|
||||
|
||||
local fontDir = [ FDirName $(HAIKU_TOP) data system data fonts ] ;
|
||||
local psFonts = [ Glob $(fontDir)/psfonts : *.afm *.pfb ] ;
|
||||
local ttFonts = [ Glob $(fontDir)/ttfonts : *.ttf ] ;
|
||||
AddFilesToPackage data fonts psfonts : $(psFonts) ;
|
||||
AddFilesToPackage data fonts ttfonts : $(ttFonts) ;
|
||||
|
||||
# keymaps
|
||||
AddFilesToPackage data Keymaps : $(HAIKU_KEYMAP_FILES) ;
|
||||
|
||||
Reference in New Issue
Block a user