Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 29239 Details for
Bug 30226
ebuild for mozilla-bonobo-0.4.0
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
mozilla-bonobo-0.4.1.ebuild
mozilla-bonobo-0.4.1.ebuild (text/plain), 1.27 KB, created by
Eric Harney
on 2004-04-13 18:28:22 UTC
(
hide
)
Description:
mozilla-bonobo-0.4.1.ebuild
Filename:
MIME Type:
Creator:
Eric Harney
Created:
2004-04-13 18:28:22 UTC
Size:
1.27 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="a netscape-compatible browser plugin which uses bonobo controls to display supported mime types." >HOMEPAGE="http://www.nongnu.org/moz-bonobo/" >SRC_URI="http://savannah.nongnu.org/download/moz-bonobo/${P}.tar.gz" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" > >DEPEND=">=libbonobo-2.4.0" > >src_compile(){ > ./configure \ > --host=${CHOST} \ > --prefix=${D}/usr \ > --infodir=${D}/usr/share/info \ > --mandir=${D}/usr/share/man \ > --with-plugin-install-dir=${D}/usr/lib/nsbrowser/plugins \ > || die "./configure failed" > emake || die >} > >src_install(){ > export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL="1" > einstall || die > unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL >} > >pkg_postinst(){ > ${ROOT}/usr/bin/gconftool-2 --shutdown > chmod o+rX ${ROOT}/etc/gconf -R > SOURCE=`${ROOT}/usr/bin/gconftool-2 --get-default-source` > GCONF_CONFIG_SOURCE=${SOURCE} \ > ${ROOT}/usr/bin/gconftool-2 --makefile-install-rule \ > /etc/gconf/schemas/${PN}.schemas >} > >pkg_prerm(){ > ${ROOT}/usr/bin/gconftool-2 --shutdown > GCONF_CONFIG_SOURCE=`${ROOT}/usr/bin/gconftool-2 \ > --get-default-source` ${ROOT}/usr/bin/gconftool-2 \ > --makefile-uninstall-rule /etc/gconf/schemas/${PN}.schemas >}
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 30226
:
18653
|
27345
|
29239
|
37440