diff --git a/component/fonts/buildout.cfg b/component/fonts/buildout.cfg index 166fa2f7bfb1b2b384d7a72f75f11b534892ae16..e71df3c48ad130d9d44f9c206df91d0888f515a7 100644 --- a/component/fonts/buildout.cfg +++ b/component/fonts/buildout.cfg @@ -4,39 +4,42 @@ parts = ipaex-fonts ipa-fonts ocrb-fonts + android-fonts [fonts] location = ${buildout:parts-directory}/${:_buildout_section_name_} +[fonts-base] +destination = ${fonts:location}/${:_buildout_section_name_} +recipe = hexagonit.recipe.download +strip-top-level-dir = true + # Liberation(tm) Fonts - a font family which aims at metric # compatibility with Arial, Times New Roman, and Courier New. # https://fedorahosted.org/liberation-fonts/ [liberation-fonts] -recipe = hexagonit.recipe.download -strip-top-level-dir = true +<= fonts-base url = https://fedorahosted.org/releases/l/i/liberation-fonts/liberation-fonts-ttf-2.00.1.tar.gz md5sum = 5c781723a0d9ed6188960defba8e91cf -destination = ${fonts:location}/${:_buildout_section_name_} # IPAex and IPA Font - Japanese fonts provided by IPA # http://ipafont.ipa.go.jp/ [ipaex-fonts] -recipe = hexagonit.recipe.download -strip-top-level-dir = true +<= fonts-base url = http://ipafont.ipa.go.jp/ipaexfont/IPAexfont00201.php md5sum = 7bf84182a04a9632268dbcb03f100d05 -destination = ${fonts:location}/${:_buildout_section_name_} [ipa-fonts] -recipe = hexagonit.recipe.download -strip-top-level-dir = true +<= fonts-base url = http://ipafont.ipa.go.jp/ipafont/IPAfont00303.php md5sum = 39a828acf27790adbe4944dfb4d94bb1 -destination = ${fonts:location}/${:_buildout_section_name_} [ocrb-fonts] -recipe = hexagonit.recipe.download -strip-top-level-dir = true +<= fonts-base url = http://sourceforge.jp/frs/redir.php?m=jaist&f=%2Ftsukurimashou%2F56948%2Focr-0.2.zip md5sum = 9f2acd83291a31dbe053912f4115db75 -destination = ${fonts:location}/${:_buildout_section_name_} + +[android-fonts] +<= fonts-base +url = ftp://ftp.free.fr/mirrors/ftp.debian.org/pool/main/f/fonts-android/fonts-android_4.3.orig.tar.xz +md5sum = 2d41d5342eb5f61591ddeec5b80da74d diff --git a/stack/cloudooo.cfg b/stack/cloudooo.cfg index 6b04e4bbf6a1493b98261e8c2e1b5d5d73e8f628..1de302cec157060f38097ab4bdacea511e626e20 100755 --- a/stack/cloudooo.cfg +++ b/stack/cloudooo.cfg @@ -72,7 +72,9 @@ parts = # fonts liberation-fonts ipaex-fonts + ipa-fonts ocrb-fonts + android-fonts # Dependencies cups diff --git a/stack/erp5/buildout.cfg b/stack/erp5/buildout.cfg index b07f6ffe21d347bccb6b8b7c5c8e8c605bc99ac4..7ead217c1995e63c664d292da1b8cb3f06129aad 100644 --- a/stack/erp5/buildout.cfg +++ b/stack/erp5/buildout.cfg @@ -122,7 +122,9 @@ parts = # fonts liberation-fonts ipaex-fonts + ipa-fonts ocrb-fonts + android-fonts # Cloudooo specific part cloudooo