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
Léo-Paul Géneau
slapos
Commits
0ea3c003
Commit
0ea3c003
authored
Mar 12, 2020
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
software/plantuml: switch to new $FONTCONFIG_FILE
parent
e5687602
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
36 deletions
+20
-36
software/plantuml/buildout.hash.cfg
software/plantuml/buildout.hash.cfg
+1
-5
software/plantuml/font.conf.in
software/plantuml/font.conf.in
+0
-9
software/plantuml/instance.cfg.in
software/plantuml/instance.cfg.in
+19
-17
software/plantuml/software.cfg
software/plantuml/software.cfg
+0
-5
No files found.
software/plantuml/buildout.hash.cfg
View file @
0ea3c003
...
@@ -15,12 +15,8 @@
...
@@ -15,12 +15,8 @@
[instance]
[instance]
filename = instance.cfg.in
filename = instance.cfg.in
md5sum =
f35aa36b41cd197ab3d763dcb884e96a
md5sum =
d1dff3fc39eefc57b36dbaa195b6890e
[tomcat-server-xml]
[tomcat-server-xml]
filename = server.xml.in
filename = server.xml.in
md5sum = fdfa7eb249082855039ca98f310324e9
md5sum = fdfa7eb249082855039ca98f310324e9
[font.conf]
filename = font.conf.in
md5sum = caa3463c9c3766ac5f2396a517d6f926
software/plantuml/font.conf.in
deleted
100644 → 0
View file @
e5687602
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<cachedir>
$${:fontcache}
</cachedir>
<!-- installed fonts: $${:installed-fonts} -->
<dir>
${fonts:location}
</dir>
<dir>
$${:fonts}
</dir>
<include>
${fontconfig:location}/etc/fonts/conf.d
</include>
</fontconfig>
\ No newline at end of file
software/plantuml/instance.cfg.in
View file @
0ea3c003
...
@@ -10,20 +10,23 @@ offline = true
...
@@ -10,20 +10,23 @@ offline = true
extends = ${monitor2-template:rendered}
extends = ${monitor2-template:rendered}
[fontconfig-conf]
[fontconfig-conf]
recipe = slapos.recipe.template
recipe = slapos.recipe.template:jinja2
url = ${font.conf:output}
template = ${template-fonts-conf:output}
output = $${directory:etc}/font.conf
rendered = $${directory:etc}/fonts.conf
context =
fonts = $${directory:fonts}
key cachedir directory:fontconfig-cache
fontcache = $${directory:fontcache}
key fonts :fonts
installed-fonts =
key includes :includes
${liberation-fonts:location}
fonts =
${ipaex-fonts:location}
${android-fonts:location}
${ipa-fonts:location}
${dejavu-fonts:location}
${ocrb-fonts:location}
${ipa-fonts:location}
${android-fonts:location}
${ipaex-fonts:location}
${dejavu-fonts:location}
${liberation-fonts:location}
${ocrb-fonts:location}
$${directory:fonts}
includes =
${fontconfig:location}/etc/fonts/conf.d
[tomcat-server-xml]
[tomcat-server-xml]
recipe = slapos.recipe.template
recipe = slapos.recipe.template
url = ${tomcat-server-xml:output}
url = ${tomcat-server-xml:output}
...
@@ -59,7 +62,7 @@ environment =
...
@@ -59,7 +62,7 @@ environment =
JRE_HOME=${java-re-8:location}
JRE_HOME=${java-re-8:location}
CATALINA_BASE=$${directory:catalina_base}
CATALINA_BASE=$${directory:catalina_base}
GRAPHVIZ_DOT=${graphviz:location}/bin/dot
GRAPHVIZ_DOT=${graphviz:location}/bin/dot
FONTCONFIG_FILE=$${fontconfig-conf:
output
}
FONTCONFIG_FILE=$${fontconfig-conf:
rendered
}
LD_LIBRARY_PATH=${fontconfig:location}/lib:${freetype:location}/lib
LD_LIBRARY_PATH=${fontconfig:location}/lib:${freetype:location}/lib
# XXX java is still loading system fonts ... ( even with $JAVA_FONTS or -Djava.awt.fonts )
# XXX java is still loading system fonts ... ( even with $JAVA_FONTS or -Djava.awt.fonts )
# related links:
# related links:
...
@@ -110,9 +113,8 @@ srv = $${buildout:directory}/srv
...
@@ -110,9 +113,8 @@ srv = $${buildout:directory}/srv
bin = $${buildout:directory}/bin
bin = $${buildout:directory}/bin
tmp = $${buildout:directory}/tmp
tmp = $${buildout:directory}/tmp
services = $${:etc}/service
services = $${:etc}/service
fontconfig-cache = $${buildout:directory}/.fontconfig
fonts = $${:srv}/fonts/
fonts = $${:srv}/fonts/
fontcache = $${buildout:directory}/.fontcache/
# tomcat directories
# tomcat directories
catalina_base = $${:var}/tomcat
catalina_base = $${:var}/tomcat
...
...
software/plantuml/software.cfg
View file @
0ea3c003
...
@@ -25,11 +25,6 @@ recipe = slapos.recipe.template
...
@@ -25,11 +25,6 @@ recipe = slapos.recipe.template
url = ${:_profile_base_location_}/${:filename}
url = ${:_profile_base_location_}/${:filename}
output = ${buildout:directory}/${:_buildout_section_name_}
output = ${buildout:directory}/${:_buildout_section_name_}
[font.conf]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/${:filename}
output = ${buildout:directory}/${:_buildout_section_name_}
[plantuml.war]
[plantuml.war]
recipe = slapos.recipe.build:download
recipe = slapos.recipe.build:download
url = https://downloads.sourceforge.net/project/plantuml/1.2018.13/plantuml.1.2018.13.war
url = https://downloads.sourceforge.net/project/plantuml/1.2018.13/plantuml.1.2018.13.war
...
...
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