Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 91599 Details for
Bug 137665
Packages with rdepend on mozilla to convert to seamonkey/firefox useflags
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
This one works with the help of <kojiro> on irc
gnome-python-extras-2.14.0.ebuild (text/plain), 1.54 KB, created by
ivo
on 2006-07-12 14:14:52 UTC
(
hide
)
Description:
This one works with the help of <kojiro> on irc
Filename:
MIME Type:
Creator:
ivo
Created:
2006-07-12 14:14:52 UTC
Size:
1.54 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.14.0.ebuild,v 1.7 2006/07/12 16:45:21 wolf31o2 Exp $ > >NEED_PYTHON=2.4 > >inherit eutils gnome2 python virtualx > >DESCRIPTION="GNOME 2 Bindings for Python" >HOMEPAGE="http://www.pygtk.org" > >LICENSE="LGPL-2" >SLOT="0" >KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" >IUSE="doc firefox mozilla seamonkey" > >RDEPEND=">=x11-libs/gtk+-2.4 > >=dev-libs/glib-2.6 > >=dev-python/gnome-python-2.10 > >=dev-python/pygtk-2.4 > =gnome-extra/gtkhtml-2.6* > firefox? ( >=www-client/mozilla-firefox-1.0 ) > !firefox? ( mozilla? ( >=www-client/mozilla-1.2 ) ) > !firefox? ( !mozilla? ( seamonkey? ( www-client/seamonkey ) ) ) > >=gnome-extra/libgda-1.2.0 > >=app-text/gtkspell-2" > >DEPEND="${RDEPEND} > dev-util/pkgconfig" > >DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README" > >src_compile() { > > # only controls linking, can't disable w/o a patch :) > use firefox && G2CONF="${G2CONF} --with-gtkmozembed=firefox" > if ! use firefox; then > use mozilla && G2CONF="${G2CONF} --with-gtkmozembed=mozilla" > fi > > gnome2_src_configure ${G2CONF} > > emake || die "make failed!" >} > >src_test() { > Xmake check || die "tests failed" >} > >src_install() { > gnome2_src_install > > if use doc; then > insinto /usr/share/doc/${PF} > doins -r examples > fi >} > >pkg_postinst() { > python_version > python_mod_optimize ${ROOT}/usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0 >} > >pkg_postrm() { > python_version > python_mod_cleanup >}
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 137665
: 91599 |
92157
|
98806