cloudooo.cfg 1.89 KB
Newer Older
1 2
[buildout]
extends =
3
  ../stack/slapos.cfg
4
  ../component/apache/buildout.cfg
5 6
  ../component/cloudooo/buildout.cfg
  ../component/coreutils/buildout.cfg
7
  ../component/cups/buildout.cfg
8
  ../component/dash/buildout.cfg
9
  ../component/dbus/buildout.cfg
10 11 12 13 14
  ../component/dcron/buildout.cfg
  ../component/ffmpeg/buildout.cfg
  ../component/file/buildout.cfg
  ../component/fonts/buildout.cfg
  ../component/git/buildout.cfg
15
  ../component/glib/buildout.cfg
16 17
  ../component/haproxy/buildout.cfg
  ../component/imagemagick/buildout.cfg
18
  ../component/wkhtmltopdf/buildout.cfg
19
  ../component/libffi/buildout.cfg
20
  ../component/libpng/buildout.cfg
21
  ../component/libreoffice-bin/buildout.cfg
22
  ../component/logrotate/buildout.cfg
23
  ../component/lxml-python/buildout.cfg
24
  ../component/mesa/buildout.cfg
25
  ../component/onlyoffice-x2t/buildout.cfg
26
  ../component/poppler/buildout.cfg
27
  ../component/python-2.7/buildout.cfg
28
  ../component/rdiff-backup/buildout.cfg
29 30 31
  ../component/stunnel/buildout.cfg
  ../component/xorg/buildout.cfg

32 33
versions = versions

34 35 36 37
parts =
  ${stack-cloudooo-buildout:parts}

[stack-cloudooo-buildout]
38
parts =
39
  libreoffice-bin
40 41
  stunnel
  dcron
42
  install-plone-recipe-command
43

44 45 46 47
# basic Xorg
  libXdmcp
  libXext
  libXau
48
  libSM
49
  libXrender
50 51 52 53

# fonts
  liberation-fonts
  ipaex-fonts
54
  ipa-fonts
55
  ocrb-fonts
56
  android-fonts
57 58

# Dependencies
59 60 61 62
  cups
  dbus
  dbus-glib
  glib
63
  libexpat
64
  libffi
65
  libpng12
66 67
  xdamage
  xfixes
68
  imagemagick
69
  wkhtmltopdf
70
  file
71
  poppler
72 73
  ffmpeg

74
  rdiff-backup
75 76
  apache
  apache-antiloris
77
  haproxy
78
  cloudooo-develop
79 80 81
  cloudooo


82 83 84 85
[install-plone-recipe-command]
recipe = plone.recipe.command
command = true

86
[versions]
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
87
Paste = 2.0.2
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
88
PasteScript = 2.0.2
89 90
WSGIUtils = 0.7
python-magic = 0.4.6
91
rdiff-backup = 1.0.5+SlapOSPatched001
92
slapos.recipe.template = 4.1
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
93 94

# Required by:
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
95 96
# PasteScript==2.0
# cloudooo==1.2.5.dev0
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
97 98 99
PasteDeploy = 1.5.2

# Required by:
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
100
# cloudooo==1.2.5.dev0
101
erp5.util = 0.4.49