Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
slapos
Commits
89c6ecec
Commit
89c6ecec
authored
Aug 24, 2011
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libreoffice 3.4 depends on libXinerama.
parent
85b0a08b
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
20 additions
and
7 deletions
+20
-7
component/xorg/buildout.cfg
component/xorg/buildout.cfg
+14
-1
software/cloudooo/instance.cfg
software/cloudooo/instance.cfg
+1
-1
software/cloudooo/software.cfg
software/cloudooo/software.cfg
+1
-1
software/erp5/instance.cfg
software/erp5/instance.cfg
+1
-1
software/erp5/software.cfg
software/erp5/software.cfg
+1
-1
stack/cloudooo.cfg
stack/cloudooo.cfg
+1
-1
stack/erp5.cfg
stack/erp5.cfg
+1
-1
No files found.
component/xorg/buildout.cfg
View file @
89c6ecec
...
...
@@ -11,7 +11,7 @@ parts =
libXdmcp
libXext
libXau
libX
11
libX
inerama
[xorg-aclocal]
ACLOCAL=${xorg-util-macros:location}/share/aclocal
...
...
@@ -156,3 +156,16 @@ configure-options =
--disable-static
--without-xmlto
--without-fop
[xineramaproto]
recipe = hexagonit.recipe.cmmi
url = http://www.x.org/releases/X11R7.6/src/proto/xineramaproto-1.2.tar.bz2
md5sum = a8aadcb281b9c11a91303e24cdea45f5
[libXinerama]
recipe = hexagonit.recipe.cmmi
url = http://www.x.org/releases/X11R7.6/src/lib/libXinerama-1.1.1.tar.bz2
md5sum = ecd4839ad01f6f637c6fb5327207f89b
environment =
PKG_CONFIG_PATH=${libX11:location}/lib/pkgconfig:${libXau:location}/lib/pkgconfig:${libXext:location}/lib/pkgconfig:${libxcb:location}/lib/pkgconfig:${xextproto:location}/lib/pkgconfig:${xineramaproto:location}/lib/pkgconfig:${xorg-libpthread-stubs:location}/lib/pkgconfig:${xproto:location}/lib/pkgconfig
PATH=${pkgconfig:location}/bin:%(PATH)s
software/cloudooo/instance.cfg
View file @
89c6ecec
...
...
@@ -23,4 +23,4 @@ link_binary_list =
${pdftk:location}/bin/pdftk
environment =
LD_LIBRARY_PATH = ${file:location}/lib:${zlib:location}/lib:${fontconfig:location}/lib:${freetype:location}/lib:${libXext:location}/lib:${libXau:location}/lib:${libX11:location}/lib:${libXdmcp:location}/lib:${libxcb:location}/lib
LD_LIBRARY_PATH = ${file:location}/lib:${zlib:location}/lib:${fontconfig:location}/lib:${freetype:location}/lib:${libXext:location}/lib:${libXau:location}/lib:${libX11:location}/lib:${libXdmcp:location}/lib:${lib
Xinerama:location}/lib:${lib
xcb:location}/lib
software/cloudooo/software.cfg
View file @
89c6ecec
...
...
@@ -33,6 +33,6 @@ module = cloudooo
# Default template for erp5 instance.
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg
md5sum =
3a046c40b2f7cafc95d9a81c0cb171c8
md5sum =
b626cb087d45d05983ee52d9f69a8981
output = ${buildout:directory}/template.cfg
mode = 0644
software/erp5/instance.cfg
View file @
89c6ecec
...
...
@@ -74,7 +74,7 @@ link_binary_list =
# availability in software's eggs
products = ${products:list}
environment =
LD_LIBRARY_PATH = ${file:location}/lib:${zlib:location}/lib:${fontconfig:location}/lib:${freetype:location}/lib:${libXext:location}/lib:${libXau:location}/lib:${libX11:location}/lib:${libXdmcp:location}/lib:${libxcb:location}/lib
LD_LIBRARY_PATH = ${file:location}/lib:${zlib:location}/lib:${fontconfig:location}/lib:${freetype:location}/lib:${libXext:location}/lib:${libXau:location}/lib:${libX11:location}/lib:${libXdmcp:location}/lib:${lib
Xinerama:location}/lib:${lib
xcb:location}/lib
bt5_repository_list = ${bt5-repository:list}
...
...
software/erp5/software.cfg
View file @
89c6ecec
...
...
@@ -28,7 +28,7 @@ configurator_bt5_list = erp5_core_proxy_field_legacy erp5_full_text_myisam_catal
# Default template for erp5 instance.
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg
md5sum =
a1d1052cd4dd537b4364f8cfcbb0ba50
md5sum =
947a4c3a46996587307e87816ee95aee
output = ${buildout:directory}/template.cfg
mode = 0644
...
...
stack/cloudooo.cfg
View file @
89c6ecec
...
...
@@ -30,7 +30,7 @@ parts =
libXdmcp
libXext
libXau
libX
11
libX
inerama
# fonts
liberation-fonts
...
...
stack/erp5.cfg
View file @
89c6ecec
...
...
@@ -112,7 +112,7 @@ parts =
libXdmcp
libXext
libXau
libX
11
libX
inerama
# fonts
liberation-fonts
...
...
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