Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 59481 Details for
Bug 93472
can not compile monodevelop 0.6
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
updated monodevelop-0.6.ebuild
monodevelop-0.6.ebuild (text/plain), 1.38 KB, created by
Andre Kloth
on 2005-05-21 14:13:57 UTC
(
hide
)
Description:
updated monodevelop-0.6.ebuild
Filename:
MIME Type:
Creator:
Andre Kloth
Created:
2005-05-21 14:13:57 UTC
Size:
1.38 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-util/monodevelop/monodevelop-0.6.ebuild,v 1.2 2005/04/07 00:08:28 latexer Exp $ > >inherit mono eutils > >DESCRIPTION="MonoDevelop is a project to port SharpDevelop to Gtk#" >SRC_URI="http://www.go-mono.com/archive/1.1.5/${P}.tar.gz" >HOMEPAGE="http://monodevelop.com/" >LICENSE="GPL-2" > >IUSE="" >DEPEND=">=dev-dotnet/gtksourceview-sharp-0.7 > >=dev-dotnet/gecko-sharp-0.7 > >=dev-lang/mono-1.0 > >=dev-util/monodoc-1.0 > >=dev-dotnet/gtk-sharp-1.9.2 > >=dev-dotnet/gnomevfs-sharp-1.9.2 > >=dev-dotnet/gconf-sharp-1.9.2 > >=dev-dotnet/gtkhtml-sharp-1.9.2 > >=dev-dotnet/glade-sharp-1.9.2 > >=sys-devel/automake-1.8" > >KEYWORDS="~x86 ~ppc" >SLOT="0" > >src_unpack() { > unpack ${A} > cd ${S} > epatch ${FILESDIR}/${P}-iconview.patch || die >} > > >src_compile() { > econf || die > MAKEOPTS="-j1" make || die >} > >src_install () { > # Needed if update-mime-info is run > addwrite ${ROOT}/usr/share/mime > > make DESTDIR=${D} install || die > > # Install documentation. > dodoc ChangeLog README >} > >pkg_postinst() { > echo > ewarn "${P} is affected by a bug in gtk-sharp which makes it" > ewarn "crash horribly when loading any project referencing the" > ewarn "gtk-sharp-1.0.x assemblies. If you absolutly need to use" > ewarn "monodevelop to compile such projects, use ${PN}-0.5.x with" > ewarn "mono-1.0.x" > echo >}
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 93472
:
59480
| 59481