Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 37711 Details for
Bug 54988
Ebuild: mozilla-sunbird-bin-0.0.20040602.ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
mozilla-sunbird-bin-20040812.ebuild
mozilla-sunbird-bin-20040812.ebuild (text/plain), 2.41 KB, created by
Patrik Kullman
on 2004-08-19 01:45:41 UTC
(
hide
)
Description:
mozilla-sunbird-bin-20040812.ebuild
Filename:
MIME Type:
Creator:
Patrik Kullman
Created:
2004-08-19 01:45:41 UTC
Size:
2.41 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.9-r1.ebuild,v 1.3 2004/06/18 14:43:09 agriffis Exp $ > >inherit nsplugins eutils mozilla-launcher > >IUSE="gnome" > >MY_PN=${PN/-bin/} >S=${WORKDIR}/sunbird >DESCRIPTION="The Mozilla SunBird Calendar" ># Mirrors have it in one of the following places, depending on what ># mirror you check and when you check it... :-( >SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/calendar/sunbird/nightly/2004-08-12/sunbird-i686-linux-gtk2+xft.tar.gz" >HOMEPAGE="http://www.mozilla.org/projects/calendar/sunbird.html" >RESTRICT="nostrip" > >KEYWORDS="-* ~x86 ~amd64" >SLOT="0" >LICENSE="MPL-1.1 NPL-1.1" > >DEPEND="virtual/glibc" >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 > ) > virtual/x11 > >=net-www/mozilla-launcher-1.13" > >src_install() { > # Install firefox in /opt > dodir /opt > mv ${S} ${D}/opt/sunbird > > # Plugin path setup (rescuing the existing plugins) > src_mv_plugins /opt/sunbird/plugins > > # Fixing permissions > chown -R root:root ${D}/opt/sunbird > > # mozilla-launcher-1.8 supports -bin versions > dodir /usr/bin > dosym /usr/libexec/mozilla-launcher /usr/bin/sunbird-bin > > # Install icon and .desktop for menu entry > if use gnome; then > insinto /usr/share/pixmaps > doins ${FILESDIR}/icon/mozillasunbird-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/mozillasunbird-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-${PV}-init.tar.bz2 -C ${D}/opt/firefox >} > >pkg_preinst() { > export MOZILLA_FIVE_HOME=${ROOT}/opt/sunbird > > # Remove the old plugins dir > pkg_mv_plugins /opt/sunbird/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/sunbird > > 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 54988
:
34034
|
34035
| 37711 |
37713