Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos-mynij-dev
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
Mynij
slapos-mynij-dev
Commits
dae4fc95
Commit
dae4fc95
authored
Jul 19, 2011
by
Vivien Alger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Begun implementation of Xserver
parent
8c2827e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
0 deletions
+44
-0
software/selenium/software.cfg
software/selenium/software.cfg
+44
-0
No files found.
software/selenium/software.cfg
0 → 100644
View file @
dae4fc95
[buildout]
extends =
../../stack/java.cfg
../../component/xorg/buildout.cfg
parts =
selenium
Xserver
Mesa
glproto
pixman
[selenium]
recipe = hexagonit.recipe.download
url = http://selenium.googlecode.com/files/selenium-server-standalone-2.1.0.jar
download-only = true
filename = selenium-server.jar
[Xserver]
recipe = hexagonit.recipe.cmmi
url = http://www.x.org/releases/X11R7.6/src/xserver/xorg-server-1.9.3.tar.bz2
configure-options =
--enable-xvfb
environment =
PKG_CONFIG_PATH=${glproto:location}/lib/pkgconfig:${pixman:location}/lib/pkgconfig:${libX11:location}/lib/pkgconfig:${Mesa:location}/lib/pkgconfig
LD_LIBRARY_PATH=${glproto:location}/lib:${pixman:location}/lib:${libX11:location}/lib:${Mesa:location}/lib
LD_RUN_PATH=${glproto:location}/lib:${pixman:location}/lib:${libX11:location}/lib:${Mesa:location}/lib
PATH=${pkgconfig:location}/bin:%(PATH)s
[Mesa]
recipe = hexagonit.recipe.cmmi
url = ftp://ftp.freedesktop.org/pub/mesa/current/MesaLib-7.10.3.tar.bz2
[glproto]
recipe = hexagonit.recipe.cmmi
url = http://www.x.org/releases/X11R7.6/src/proto/glproto-1.4.12.tar.bz2
[pixman]
recipe = hexagonit.recipe.cmmi
url = http://xorg.freedesktop.org/archive/individual/lib/pixman-0.23.2.tar.bz2
#[firefox]
#recipe = hexagonit.recipe.cmmi
#url = http://releases.mozilla.org/pub/mozilla.org/firefox/releases/5.0/source/firefox-5.0.source.tar.bz2
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