Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 56654 Details for
Bug 78573
Devhelp 0.9.3 should be able to build against Firefox
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
devhelp-0.9.3-r1.ebuild
devhelp-0.9.3-r1.ebuild (text/plain), 904 bytes, created by
Anton Romanov
on 2005-04-19 06:07:13 UTC
(
hide
)
Description:
devhelp-0.9.3-r1.ebuild
Filename:
MIME Type:
Creator:
Anton Romanov
Created:
2005-04-19 06:07:13 UTC
Size:
904 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit gnome2 eutils > >DESCRIPTION="Developer help browser" >HOMEPAGE="http://www.imendio.com/projects/devhelp/" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="x86 ~ppc sparc amd64" >IUSE="zlib" > >RDEPEND=">=x11-libs/gtk+-2.4 > >=gnome-base/libgnomeui-2.2 > >=gnome-base/gnome-vfs-2.2 > >=gnome-base/libglade-2 > ||( > (www-client/mozilla) > (>=www-client/mozilla-firefox-1.0.2-r1)) > zlib? ( sys-libs/zlib )" > >DEPEND="${RDEPEND} > dev-util/pkgconfig" > >DOCS="AUTHORS COPYING ChangeLog README NEWS TODO" > >if has_version 'www-client/mozilla'; then > G2CONF="${G2CONF} $(use_with zlib) --with-mozilla=mozilla" >else > G2CONF="${G2CONF} $(use_with zlib) --with-mozilla=firefox" >fi > >src_unpack() { > > unpack ${A} > > cd ${S} > # fix mozilla includes > epatch ${FILESDIR}/${P}-fix_includes.patch > >}
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 78573
:
55676
|
56653
| 56654 |
57470