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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jean-Paul Smets
slapos
Commits
4a0faaf4
Commit
4a0faaf4
authored
Jan 16, 2014
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version up : firefox 26.0.
parent
4c6e0cb0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
component/alsa/buildout.cfg
component/alsa/buildout.cfg
+1
-0
component/firefox/buildout.cfg
component/firefox/buildout.cfg
+6
-3
component/gtk-2/buildout.cfg
component/gtk-2/buildout.cfg
+1
-0
No files found.
component/alsa/buildout.cfg
View file @
4a0faaf4
...
@@ -19,3 +19,4 @@ configure-options =
...
@@ -19,3 +19,4 @@ configure-options =
--disable-alisp
--disable-alisp
--disable-old-symbols
--disable-old-symbols
--disable-python
--disable-python
--without-debug
component/firefox/buildout.cfg
View file @
4a0faaf4
...
@@ -12,6 +12,9 @@ extends =
...
@@ -12,6 +12,9 @@ extends =
parts =
parts =
firefox
firefox
# XXX : Firefox binary tries to find libgnomeui-2.so.0 and it will
# fail to run if exists.
[firefox]
[firefox]
recipe = slapos.recipe.build
recipe = slapos.recipe.build
slapos_promise =
slapos_promise =
...
@@ -22,8 +25,9 @@ depends =
...
@@ -22,8 +25,9 @@ depends =
${liberation-fonts:location}
${liberation-fonts:location}
${ipaex-fonts:location}
${ipaex-fonts:location}
x86 = ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/11.0/linux-i686/fr/firefox-11.0.tar.bz2 a7e9c614ddac993476ef771afaedf568
version = 26.0
x86-64 = ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/11.0/linux-x86_64/fr/firefox-11.0.tar.bz2 b358865c08145211314a62660e871614
x86 = http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${:version}/linux-i686/en-US/firefox-${:version}.tar.bz2 92f89c9e4f8325e947de8918efb18e55
x86-64 = http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${:version}/linux-x86_64/en-US/firefox-${:version}.tar.bz2 4b74154431b8a3766fad4fe4fe1f9f7c
script =
script =
if not self.options.get('url'): self.options['url'], self.options['md5sum'] = self.options[guessPlatform()].split(' ')
if not self.options.get('url'): self.options['url'], self.options['md5sum'] = self.options[guessPlatform()].split(' ')
...
@@ -39,4 +43,3 @@ script =
...
@@ -39,4 +43,3 @@ script =
exec %(location)s/firefox $*""")
exec %(location)s/firefox $*""")
wrapper.close()
wrapper.close()
os.chmod(wrapper_location, 0755)
os.chmod(wrapper_location, 0755)
component/gtk-2/buildout.cfg
View file @
4a0faaf4
...
@@ -75,6 +75,7 @@ configure-options =
...
@@ -75,6 +75,7 @@ configure-options =
--disable-papi
--disable-papi
--enable-explicit-deps
--enable-explicit-deps
--disable-xinerama
--disable-xinerama
--disable-glibtest
environment =
environment =
PATH=${gdk-pixbuf:location}/bin:${glib:location}/bin:${pkgconfig:location}/bin:%(PATH)s
PATH=${gdk-pixbuf:location}/bin:${glib:location}/bin:${pkgconfig:location}/bin:%(PATH)s
PKG_CONFIG_PATH=${glib:location}/lib/pkgconfig:${fontconfig:location}/lib/pkgconfig:${freetype:location}/lib/pkgconfig:${libXau:location}/lib/pkgconfig:${xproto:location}/lib/pkgconfig:${cairo:location}/lib/pkgconfig:${atk:location}/lib/pkgconfig:${gdk-pixbuf:location}/lib/pkgconfig:${pango:location}/lib/pkgconfig:${libX11:location}/lib/pkgconfig:${libXext:location}/lib/pkgconfig:${pixman:location}/lib/pkgconfig:${libpng:location}/lib/pkgconfig:${kbproto:location}/lib/pkgconfig:${libXrender:location}/lib/pkgconfig:${xextproto:location}/lib/pkgconfig:${libxcb:location}/lib/pkgconfig:${xcbproto:location}/lib/pkgconfig:${xorg-libpthread-stubs:location}/lib/pkgconfig
PKG_CONFIG_PATH=${glib:location}/lib/pkgconfig:${fontconfig:location}/lib/pkgconfig:${freetype:location}/lib/pkgconfig:${libXau:location}/lib/pkgconfig:${xproto:location}/lib/pkgconfig:${cairo:location}/lib/pkgconfig:${atk:location}/lib/pkgconfig:${gdk-pixbuf:location}/lib/pkgconfig:${pango:location}/lib/pkgconfig:${libX11:location}/lib/pkgconfig:${libXext:location}/lib/pkgconfig:${pixman:location}/lib/pkgconfig:${libpng:location}/lib/pkgconfig:${kbproto:location}/lib/pkgconfig:${libXrender:location}/lib/pkgconfig:${xextproto:location}/lib/pkgconfig:${libxcb:location}/lib/pkgconfig:${xcbproto:location}/lib/pkgconfig:${xorg-libpthread-stubs:location}/lib/pkgconfig
...
...
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