Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Joanne Hugé
slapos
Commits
135cbe43
Commit
135cbe43
authored
Apr 01, 2014
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add android-fonts to support many languages.
parent
2aef1210
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
12 deletions
+19
-12
component/fonts/buildout.cfg
component/fonts/buildout.cfg
+15
-12
stack/cloudooo.cfg
stack/cloudooo.cfg
+2
-0
stack/erp5/buildout.cfg
stack/erp5/buildout.cfg
+2
-0
No files found.
component/fonts/buildout.cfg
View file @
135cbe43
...
@@ -4,39 +4,42 @@ parts =
...
@@ -4,39 +4,42 @@ parts =
ipaex-fonts
ipaex-fonts
ipa-fonts
ipa-fonts
ocrb-fonts
ocrb-fonts
android-fonts
[fonts]
[fonts]
location = ${buildout:parts-directory}/${:_buildout_section_name_}
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
# Liberation(tm) Fonts - a font family which aims at metric
# compatibility with Arial, Times New Roman, and Courier New.
# compatibility with Arial, Times New Roman, and Courier New.
# https://fedorahosted.org/liberation-fonts/
# https://fedorahosted.org/liberation-fonts/
[liberation-fonts]
[liberation-fonts]
recipe = hexagonit.recipe.download
<= fonts-base
strip-top-level-dir = true
url = https://fedorahosted.org/releases/l/i/liberation-fonts/liberation-fonts-ttf-2.00.1.tar.gz
url = https://fedorahosted.org/releases/l/i/liberation-fonts/liberation-fonts-ttf-2.00.1.tar.gz
md5sum = 5c781723a0d9ed6188960defba8e91cf
md5sum = 5c781723a0d9ed6188960defba8e91cf
destination = ${fonts:location}/${:_buildout_section_name_}
# IPAex and IPA Font - Japanese fonts provided by IPA
# IPAex and IPA Font - Japanese fonts provided by IPA
# http://ipafont.ipa.go.jp/
# http://ipafont.ipa.go.jp/
[ipaex-fonts]
[ipaex-fonts]
recipe = hexagonit.recipe.download
<= fonts-base
strip-top-level-dir = true
url = http://ipafont.ipa.go.jp/ipaexfont/IPAexfont00201.php
url = http://ipafont.ipa.go.jp/ipaexfont/IPAexfont00201.php
md5sum = 7bf84182a04a9632268dbcb03f100d05
md5sum = 7bf84182a04a9632268dbcb03f100d05
destination = ${fonts:location}/${:_buildout_section_name_}
[ipa-fonts]
[ipa-fonts]
recipe = hexagonit.recipe.download
<= fonts-base
strip-top-level-dir = true
url = http://ipafont.ipa.go.jp/ipafont/IPAfont00303.php
url = http://ipafont.ipa.go.jp/ipafont/IPAfont00303.php
md5sum = 39a828acf27790adbe4944dfb4d94bb1
md5sum = 39a828acf27790adbe4944dfb4d94bb1
destination = ${fonts:location}/${:_buildout_section_name_}
[ocrb-fonts]
[ocrb-fonts]
recipe = hexagonit.recipe.download
<= fonts-base
strip-top-level-dir = true
url = http://sourceforge.jp/frs/redir.php?m=jaist&f=%2Ftsukurimashou%2F56948%2Focr-0.2.zip
url = http://sourceforge.jp/frs/redir.php?m=jaist&f=%2Ftsukurimashou%2F56948%2Focr-0.2.zip
md5sum = 9f2acd83291a31dbe053912f4115db75
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
stack/cloudooo.cfg
View file @
135cbe43
...
@@ -72,7 +72,9 @@ parts =
...
@@ -72,7 +72,9 @@ parts =
# fonts
# fonts
liberation-fonts
liberation-fonts
ipaex-fonts
ipaex-fonts
ipa-fonts
ocrb-fonts
ocrb-fonts
android-fonts
# Dependencies
# Dependencies
cups
cups
...
...
stack/erp5/buildout.cfg
View file @
135cbe43
...
@@ -122,7 +122,9 @@ parts =
...
@@ -122,7 +122,9 @@ parts =
# fonts
# fonts
liberation-fonts
liberation-fonts
ipaex-fonts
ipaex-fonts
ipa-fonts
ocrb-fonts
ocrb-fonts
android-fonts
# Cloudooo specific part
# Cloudooo specific part
cloudooo
cloudooo
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment