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
Stephane VAROQUI
slapos
Commits
90e87e5f
Commit
90e87e5f
authored
May 09, 2014
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master' into erp5testnode
parents
f391c4c1
130bfbf9
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
5 deletions
+8
-5
component/fontconfig/buildout.cfg
component/fontconfig/buildout.cfg
+1
-1
component/freetype/buildout.cfg
component/freetype/buildout.cfg
+4
-1
component/gtk-2/buildout.cfg
component/gtk-2/buildout.cfg
+2
-2
stack/erp5/buildout.cfg
stack/erp5/buildout.cfg
+1
-1
No files found.
component/fontconfig/buildout.cfg
View file @
90e87e5f
...
...
@@ -15,7 +15,7 @@ parts =
recipe = slapos.recipe.cmmi
url = http://fontconfig.org/release/fontconfig-2.11.1.tar.bz2
md5sum = 824d000eb737af6e16c826dd3b2d6c90
pkg_config_depends = ${freetype:
location}/lib/pkgconfig:${libxml2:location}/lib/pkgconfig:${zlib
:location}/lib/pkgconfig
pkg_config_depends = ${freetype:
pkg_config_depends}:${freetype:location}/lib/pkgconfig:${libxml2
:location}/lib/pkgconfig
# XXX-Cedric : should we use --with-add-fonts={somefont:location}/share,{someotherfont:location}/share?
configure-options =
--disable-static
...
...
component/freetype/buildout.cfg
View file @
90e87e5f
...
...
@@ -5,6 +5,7 @@
extends =
../bzip2/buildout.cfg
../libpng/buildout.cfg
../pkgconfig/buildout.cfg
../zlib/buildout.cfg
parts =
...
...
@@ -14,14 +15,16 @@ parts =
recipe = slapos.recipe.cmmi
url = http://download.savannah.gnu.org/releases/freetype/freetype-2.5.3.tar.bz2
md5sum = d6b60f06bfc046e43ab2a6cbfd171d65
pkg_config_depends = ${zlib:location}/lib/pkgconfig:${libpng:location}/lib/pkgconfig
depends =
${libpng:so_version}
location = ${buildout:parts-directory}/${:_buildout_section_name_}
configure-options =
--disable-static
environment =
PATH=${pkgconfig:location}/bin:%(PATH)s
PKG_CONFIG_PATH=${:pkg_config_depends}
CPPFLAGS=-I${bzip2:location}/include -I${zlib:location}/include
LDFLAGS=-L${bzip2:location}/lib -Wl,-rpath=${bzip2:location}/lib -L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib
PATH=${libpng:location}/bin:%(PATH)s
make-targets =
install && ln -s . ${:location}/include/freetype2/freetype
component/gtk-2/buildout.cfg
View file @
90e87e5f
...
...
@@ -41,8 +41,8 @@ environment =
[harfbuzz]
recipe = slapos.recipe.cmmi
url = http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-0.9.2
5
.tar.bz2
md5sum =
491b631239f51dcd4f7934775306c4e7
url = http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-0.9.2
8
.tar.bz2
md5sum =
accbeb679f39d839038b95a87e40870e
pkg_config_depends = ${cairo:location}/lib/pkgconfig:${cairo:pkg_config_depends}
configure-options =
--disable-static
...
...
stack/erp5/buildout.cfg
View file @
90e87e5f
...
...
@@ -686,7 +686,7 @@ paramiko = 1.13.0
plone.recipe.command = 1.1
ply = 3.4
polib = 1.0.4
pprofile = 1.7.
1
pprofile = 1.7.
2
psutil = 2.1.1
pyflakes = 0.8.1
pylint = 1.2.1
...
...
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