Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 61086 Details for
Bug 95817
ebuild for www-client/mozilla-firefox-bin-1.1_pre1 (Deer Park Alpha 1) and the non-binary version
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
www-client/mozilla-firefox-bin-1.1_pre1.ebuild
mozilla-firefox-bin-1.1_pre1.ebuild (text/plain), 2.72 KB, created by
Keith Gable
on 2005-06-11 17:44:19 UTC
(
hide
)
Description:
www-client/mozilla-firefox-bin-1.1_pre1.ebuild
Filename:
MIME Type:
Creator:
Keith Gable
Created:
2005-06-11 17:44:19 UTC
Size:
2.72 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox-bin/mozilla-firefox-bin-1.0.4.ebuild,v 1.3 2005/05/14 17:41:33 tester Exp $ > >inherit nsplugins eutils mozilla-launcher > >IUSE="gnome" > >DESCRIPTION="The Mzoilla Firefox Web Browser (Deer Park Alpha 1)" >SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/deerpark/alpha1/linux-i686/en-US/deerpark-alpha1.tar.gz" >HOMEPAGE="http://www.mozilla.org/projects/deerpark" >RESTRICT="nostrip nomirror" > >KEYWORDS="-* ~x86 ~amd64" >SLOT="0" >LICENSE="MPL-1.1 NPL-1.1" > >DEPEND="virtual/libc" >RDEPEND="virtual/x11 > x86? ( > >=sys-libs/lib-compat-1.0-r2 > >=x11-libs/gtk+-2.2 > ) > amd64? ( > >=app-emulation/emul-linux-x86-baselibs-1.0 > >=app-emulation/emul-linux-x86-gtklibs-1.0 > ) > >=www-client/mozilla-launcher-1.28" > >S=${WORKDIR}/firefox > ># This is a binary x86 package => ABI=x86 ># Please keep this in future versions ># Danny van Dyk <kugelfang@gentoo.org> 2005/03/26 >has_multilib_profile && ABI="x86" > >src_install() { > # Install firefox in /opt > dodir /opt > mv ${S} ${D}/opt/firefox > > # Plugin path setup (rescuing the existing plugins) > src_mv_plugins /opt/firefox/plugins > > # Fixing permissions > chown -R root:root ${D}/opt/firefox > > # mozilla-launcher-1.8 supports -bin versions > dodir /usr/bin > cat <<EOF >${D}/usr/bin/firefox-bin >#!/bin/sh ># ># Stub script to run mozilla-launcher. We used to use a symlink here but ># OOo brokenness makes it necessary to use a stub instead: ># http://bugs.gentoo.org/show_bug.cgi?id=78890 > >export MOZILLA_LAUNCHER=firefox-bin >exec /usr/libexec/mozilla-launcher "\$@" >EOF > chmod 0755 ${D}/usr/bin/firefox-bin > > # Install icon and .desktop for menu entry > if use gnome; then > insinto /usr/share/pixmaps > doins ${FILESDIR}/icon/mozillafirefox-bin-icon.png > # Fix bug 54179: Install .desktop file into /usr/share/applications > # instead of /usr/share/gnome/apps/Internet (18 Jun 2004 agriffis) > insinto /usr/share/applications > doins ${FILESDIR}/icon/mozillafirefox-bin.desktop > fi > > # Normally firefox-bin-0.9 must be run as root once before it can > # be run as a normal user. Drop in some initialized files to > # avoid this. > einfo "Extracting firefox-bin-${PV} initialization files" > tar xjpf ${FILESDIR}/firefox-bin-0.9-init.tar.bz2 -C ${D}/opt/firefox >} > >pkg_preinst() { > export MOZILLA_FIVE_HOME=${ROOT}/opt/firefox > > # Remove the old plugins dir > pkg_mv_plugins /opt/firefox/plugins > > # Remove entire installed instance to prevent all kinds of > # problems... see bug 44772 for example > rm -rf "${MOZILLA_FIVE_HOME}" >} > >pkg_postinst() { > export MOZILLA_FIVE_HOME=${ROOT}/opt/firefox > > update_mozilla_launcher_symlinks >} > >pkg_postrm() { > update_mozilla_launcher_symlinks >}
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 95817
: 61086 |
61087
|
62800