Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 70112 Details for
Bug 90721
Ebuild for nightly XULRunner builds
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
xulrunner-bin-1.8_beta5.ebuild
xulrunner-bin-1.8_beta5.ebuild (text/plain), 1.06 KB, created by
Arnaud Spicht
on 2005-10-07 12:28:32 UTC
(
hide
)
Description:
xulrunner-bin-1.8_beta5.ebuild
Filename:
MIME Type:
Creator:
Arnaud Spicht
Created:
2005-10-07 12:28:32 UTC
Size:
1.06 KB
patch
obsolete
># Copyright 2005 Rémi Cardona ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > ># handle _rc versions >MY_PV=${PV/_alpha/a} # handle alpha >MY_PV=${MY_PV/_beta/b} # handle beta >MY_PV=${MY_PV/_rc/rc} # handle rc > >DESCRIPTION="XULRunner is a Mozilla Runtime Environment for XUL apps" >HOMEPAGE="http://www.mozilla.org" >SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/xulrunner/nightly/latest-trunk/xulrunner-${MY_PV}.en-US.linux-i686.tar.gz" > >LICENSE="MPL-1.1 NPL-1.1" >SLOT="0" >KEYWORDS="-* x86" > >RDEPEND="virtual/x11 > >=sys-libs/lib-compat-1.0-r2 > >=x11-libs/gtk+-2.2" > > >src_install() { > dodir /opt > mv ${WORKDIR}/xulrunner ${D}/opt/xulrunner > > dodir /usr/bin > cat <<EOF > ${D}/usr/bin/xulrunner >#!/bin/sh ># ># Launch script for xulrunner: ># LD_LIBRARY_PATH is set, otherwise it will use mozilla's libs ># -app is set otherwise it will segfault (see bug over at mozilla.org ># https://bugzilla.mozilla.org/show_bug.cgi?id=295392) > > >LD_LIBRARY_PATH="/opt/xulrunner/" /opt/xulrunner/xulrunner-bin -app "\$@" >EOF > chmod 755 ${D}/usr/bin/xulrunner >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 90721
:
57481
|
62787
| 70112 |
70113