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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jean-Paul Smets
slapos
Commits
f4aea308
Commit
f4aea308
authored
May 13, 2016
by
Tristan Cavelier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cloudooo: add wkhtmltopdf component
parent
8fee7a5d
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
2 deletions
+8
-2
component/cloudooo/buildout.eggversion.cfg
component/cloudooo/buildout.eggversion.cfg
+1
-0
software/cloudooo/instance-cloudoo.cfg.in
software/cloudooo/instance-cloudoo.cfg.in
+1
-0
software/cloudooo/instance.cfg.in
software/cloudooo/instance.cfg.in
+1
-0
software/cloudooo/software.cfg
software/cloudooo/software.cfg
+3
-2
stack/cloudooo.cfg
stack/cloudooo.cfg
+2
-0
No files found.
component/cloudooo/buildout.eggversion.cfg
View file @
f4aea308
...
@@ -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 =
...
...
software/cloudooo/instance-cloudoo.cfg.in
View file @
f4aea308
...
@@ -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]
...
...
software/cloudooo/instance.cfg.in
View file @
f4aea308
...
@@ -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 }}
...
...
software/cloudooo/software.cfg
View file @
f4aea308
...
@@ -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
stack/cloudooo.cfg
View file @
f4aea308
...
@@ -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
...
...
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