From 36fcd8af84088da353b25b731e184b5f0443f12e Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Tue, 19 Jun 2012 13:52:56 +0200 Subject: [PATCH] install more symlinks for poppler binaries : pdfseparate and pdfunite. --- software/erp5/instance-tidstorage.cfg.in | 2 ++ software/erp5/instance-zope.cfg.in | 2 ++ software/erp5/software.cfg | 4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/software/erp5/instance-tidstorage.cfg.in b/software/erp5/instance-tidstorage.cfg.in index fe9352565..5d25777c4 100644 --- a/software/erp5/instance-tidstorage.cfg.in +++ b/software/erp5/instance-tidstorage.cfg.in @@ -139,8 +139,10 @@ link-binary = {{ parameter_dict['tesseract'] }}/bin/tesseract {{ parameter_dict['w3m'] }}/bin/w3m {{ parameter_dict['poppler'] }}/bin/pdfinfo + {{ parameter_dict['poppler'] }}/bin/pdfseparate {{ parameter_dict['poppler'] }}/bin/pdftotext {{ parameter_dict['poppler'] }}/bin/pdftohtml + {{ parameter_dict['poppler'] }}/bin/pdfunite {{ parameter_dict['dmtx-utils'] }}/bin/dmtxwrite ############################# diff --git a/software/erp5/instance-zope.cfg.in b/software/erp5/instance-zope.cfg.in index 2eb365253..499b06309 100644 --- a/software/erp5/instance-zope.cfg.in +++ b/software/erp5/instance-zope.cfg.in @@ -167,8 +167,10 @@ link-binary = {{ tesseract_location }}/bin/tesseract {{ w3m_location }}/bin/w3m {{ poppler_location }}/bin/pdfinfo + {{ poppler_location }}/bin/pdfseparate {{ poppler_location }}/bin/pdftotext {{ poppler_location }}/bin/pdftohtml + {{ poppler_location }}/bin/pdfunite {{ dmtx_utils_location }}/bin/dmtxwrite {{ aspell_location }}/bin/aspell [certificate-authority] diff --git a/software/erp5/software.cfg b/software/erp5/software.cfg index 71c251091..ddfac53cf 100644 --- a/software/erp5/software.cfg +++ b/software/erp5/software.cfg @@ -93,7 +93,7 @@ extra-context = [template-zope] < = template-jinja2-base filename = instance-zope.cfg -md5sum = df0763b97b6a8fd31e224eda21bed129 +md5sum = 1aa28ed156c7cd0dd442717dfc14ad01 extra-context = key apache_location apache:location key aspell_location aspell:location @@ -131,7 +131,7 @@ extra-context = [template-tidstorage] recipe = slapos.recipe.build:download url = ${:_profile_base_location_}/instance-tidstorage.cfg.in -md5sum = ab4983e34b712704b44031fe010d146f +md5sum = 5c52385b4f12fd9719975655bc2eddec mode = 640 [template-cloudooo] -- 2.30.9