Commit f4aea308 authored by Tristan Cavelier's avatar Tristan Cavelier

cloudooo: add wkhtmltopdf component

parent 8fee7a5d
...@@ -18,6 +18,7 @@ eggs = ...@@ -18,6 +18,7 @@ eggs =
cloudooo.handler.pdf cloudooo.handler.pdf
cloudooo.handler.ffmpeg cloudooo.handler.ffmpeg
cloudooo.handler.imagemagick cloudooo.handler.imagemagick
cloudooo.handler.wkhtmltopdf
PasteScript PasteScript
python-magic python-magic
entry-points = entry-points =
......
...@@ -98,6 +98,7 @@ link-binary = ...@@ -98,6 +98,7 @@ link-binary =
{{ parameter_dict['poppler'] }}/bin/pdfinfo {{ parameter_dict['poppler'] }}/bin/pdfinfo
{{ parameter_dict['poppler'] }}/bin/pdftotext {{ parameter_dict['poppler'] }}/bin/pdftotext
{{ parameter_dict['poppler'] }}/bin/pdftohtml {{ parameter_dict['poppler'] }}/bin/pdftohtml
{{ parameter_dict['wkhtmltopdf'] }}/wkhtmltopdf
# rest of parts are candidates for some generic stuff # rest of parts are candidates for some generic stuff
[directory] [directory]
......
...@@ -54,6 +54,7 @@ libxcb = {{ libxcb_location }} ...@@ -54,6 +54,7 @@ libxcb = {{ libxcb_location }}
mesa = {{ mesa_location }} mesa = {{ mesa_location }}
poppler = {{ poppler_location }} poppler = {{ poppler_location }}
pixman = {{ pixman_location }} pixman = {{ pixman_location }}
wkhtmltopdf = {{ wkhtmltopdf_location }}
xdamage = {{ xdamage_location }} xdamage = {{ xdamage_location }}
xfixes = {{ xfixes_location }} xfixes = {{ xfixes_location }}
zlib = {{ zlib_location }} zlib = {{ zlib_location }}
......
...@@ -38,7 +38,7 @@ context = ...@@ -38,7 +38,7 @@ context =
# XXX: "template.cfg" is hardcoded in instanciation recipe # XXX: "template.cfg" is hardcoded in instanciation recipe
filename = template.cfg filename = template.cfg
template = ${:_profile_base_location_}/instance.cfg.in template = ${:_profile_base_location_}/instance.cfg.in
md5sum = a26cb2a94b7bec07f62efcbe14fec608 md5sum = 9871d0f315e49da0571b8a02f38e53c3
extra-context = extra-context =
key buildout_bin_directory buildout:bin-directory key buildout_bin_directory buildout:bin-directory
key coreutils_location coreutils:location key coreutils_location coreutils:location
...@@ -73,6 +73,7 @@ extra-context = ...@@ -73,6 +73,7 @@ extra-context =
key pixman_location pixman:location key pixman_location pixman:location
key poppler_location poppler:location key poppler_location poppler:location
key template_cloudooo template-cloudooo:target key template_cloudooo template-cloudooo:target
key wkhtmltopdf_location wkhtmltopdf:location
key xdamage_location xdamage:location key xdamage_location xdamage:location
key xfixes_location xfixes:location key xfixes_location xfixes:location
key zlib_location zlib:location key zlib_location zlib:location
...@@ -80,5 +81,5 @@ extra-context = ...@@ -80,5 +81,5 @@ extra-context =
[template-cloudooo] [template-cloudooo]
recipe = slapos.recipe.build:download recipe = slapos.recipe.build:download
url = ${:_profile_base_location_}/instance-cloudoo.cfg.in url = ${:_profile_base_location_}/instance-cloudoo.cfg.in
md5sum = 439c6f397b851d2884803e88e5a2d8de md5sum = 3172833bcb1bf532a2b34cdc381b83d6
mode = 640 mode = 640
...@@ -18,6 +18,7 @@ extends = ...@@ -18,6 +18,7 @@ extends =
../component/glib/buildout.cfg ../component/glib/buildout.cfg
../component/haproxy/buildout.cfg ../component/haproxy/buildout.cfg
../component/imagemagick/buildout.cfg ../component/imagemagick/buildout.cfg
../component/wkhtmltopdf/buildout.cfg
../component/libffi/buildout.cfg ../component/libffi/buildout.cfg
../component/libpng/buildout.cfg ../component/libpng/buildout.cfg
../component/libreoffice-bin/buildout.cfg ../component/libreoffice-bin/buildout.cfg
...@@ -61,6 +62,7 @@ parts = ...@@ -61,6 +62,7 @@ parts =
xdamage xdamage
xfixes xfixes
imagemagick imagemagick
wkhtmltopdf
file file
poppler poppler
ffmpeg ffmpeg
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment