diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2008-11-23 15:31:16 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2008-11-23 15:31:16 +0000 |
commit | 122125e7dc43806c0680bb8dc739b099b1c54d83 (patch) | |
tree | c08e2ad887cac159ae46cb1feb7664893e96bbf5 /dev-dotnet/gecko-sharp | |
parent | 2.8.3.1 version bump with many changes for bug 245752. Thanks to Jason (diff) | |
download | gentoo-2-122125e7dc43806c0680bb8dc739b099b1c54d83.tar.gz gentoo-2-122125e7dc43806c0680bb8dc739b099b1c54d83.tar.bz2 gentoo-2-122125e7dc43806c0680bb8dc739b099b1c54d83.zip |
Bump, bug 229955, bug 227205 and bug 177400.
(Portage version: 2.2_rc14/cvs/Linux 2.6.28-rc4 x86_64)
Diffstat (limited to 'dev-dotnet/gecko-sharp')
-rw-r--r-- | dev-dotnet/gecko-sharp/ChangeLog | 8 | ||||
-rw-r--r-- | dev-dotnet/gecko-sharp/files/gecko-sharp-0.13-xulrunner.patch | 42 | ||||
-rw-r--r-- | dev-dotnet/gecko-sharp/gecko-sharp-0.13.ebuild | 43 |
3 files changed, 92 insertions, 1 deletions
diff --git a/dev-dotnet/gecko-sharp/ChangeLog b/dev-dotnet/gecko-sharp/ChangeLog index ea9101858c36..c23c1a7249b8 100644 --- a/dev-dotnet/gecko-sharp/ChangeLog +++ b/dev-dotnet/gecko-sharp/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-dotnet/gecko-sharp # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gecko-sharp/ChangeLog,v 1.50 2008/03/17 15:32:32 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gecko-sharp/ChangeLog,v 1.51 2008/11/23 15:31:15 loki_val Exp $ + +*gecko-sharp-0.13 (23 Nov 2008) + + 23 Nov 2008; Peter Alfredsen <loki_val@gentoo.org> + +files/gecko-sharp-0.13-xulrunner.patch, +gecko-sharp-0.13.ebuild: + Bump, bug 229955, bug 227205 and bug 177400. 17 Mar 2008; Raúl Porcel <armin76@gentoo.org> gecko-sharp-0.11-r1.ebuild, gecko-sharp-0.12.ebuild: diff --git a/dev-dotnet/gecko-sharp/files/gecko-sharp-0.13-xulrunner.patch b/dev-dotnet/gecko-sharp/files/gecko-sharp-0.13-xulrunner.patch new file mode 100644 index 000000000000..5d19fea72da2 --- /dev/null +++ b/dev-dotnet/gecko-sharp/files/gecko-sharp-0.13-xulrunner.patch @@ -0,0 +1,42 @@ +diff -up gecko-sharp-2.0-0.12/gtkmozembed/gtkgecko-api.raw.xl gecko-sharp-2.0-0.12/gtkmozembed/gtkgecko-api.raw +--- gecko-sharp-2.0-0.12/gtkmozembed/gtkgecko-api.raw.xl 2006-12-22 20:57:47.000000000 +0100 ++++ gecko-sharp-2.0-0.12/gtkmozembed/gtkgecko-api.raw 2007-11-27 15:54:41.000000000 +0100 +@@ -349,6 +349,12 @@ + <parameter type="const-char*" name="aPath" /> + </parameters> + </method> ++ <method name="SetPath" cname="gtk_moz_embed_set_path" shared="true"> ++ <return-type type="void" /> ++ <parameters> ++ <parameter type="const-char*" name="aPath" /> ++ </parameters> ++ </method> + <method name="SetProfilePath" cname="gtk_moz_embed_set_profile_path" shared="true"> + <return-type type="void" /> + <parameters> +diff -up gecko-sharp-2.0-0.12/gtkmozembed/gtkgecko-api.xml.xl gecko-sharp-2.0-0.12/gtkmozembed/gtkgecko-api.xml +--- gecko-sharp-2.0-0.12/gtkmozembed/gtkgecko-api.xml.xl 2006-12-22 20:57:54.000000000 +0100 ++++ gecko-sharp-2.0-0.12/gtkmozembed/gtkgecko-api.xml 2007-11-27 15:54:41.000000000 +0100 +@@ -349,6 +349,12 @@ + <parameter type="const-char*" name="aPath" /> + </parameters> + </method> ++ <method name="SetPath" cname="gtk_moz_embed_set_path" shared="true"> ++ <return-type type="void" /> ++ <parameters> ++ <parameter type="const-char*" name="aPath" /> ++ </parameters> ++ </method> + <method name="SetProfilePath" cname="gtk_moz_embed_set_profile_path" shared="true"> + <return-type type="void" /> + <parameters> +diff -up gecko-sharp-2.0-0.12/gtkmozembed/gecko-sharp.dll.config.in.xl gecko-sharp-2.0-0.12/gtkmozembed/gecko-sharp.dll.config.in +--- gecko-sharp-2.0-0.12/gtkmozembed/gecko-sharp.dll.config.in.xl 2006-12-22 20:57:47.000000000 +0100 ++++ gecko-sharp-2.0-0.12/gtkmozembed/gecko-sharp.dll.config.in 2007-11-27 16:05:02.000000000 +0100 +@@ -3,5 +3,5 @@ + <dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0@LIB_PREFIX@.0@LIB_SUFFIX@"/> + <dllmap dll="libatk-1.0-0.dll" target="libatk-1.0@LIB_PREFIX@.0@LIB_SUFFIX@"/> + <dllmap dll="libgtk-win32-2.0-0.dll" target="libgtk-x11-2.0@LIB_PREFIX@.0@LIB_SUFFIX@"/> +- <dllmap dll="gtkembedmoz.dll" target="libgtkembedmoz@LIB_PREFIX@@LIB_SUFFIX@"/> ++ <dllmap dll="gtkembedmoz.dll" target="libxul@LIB_PREFIX@@LIB_SUFFIX@"/> + </configuration> diff --git a/dev-dotnet/gecko-sharp/gecko-sharp-0.13.ebuild b/dev-dotnet/gecko-sharp/gecko-sharp-0.13.ebuild new file mode 100644 index 000000000000..6174e8578ab0 --- /dev/null +++ b/dev-dotnet/gecko-sharp/gecko-sharp-0.13.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gecko-sharp/gecko-sharp-0.13.ebuild,v 1.1 2008/11/23 15:31:15 loki_val Exp $ + +EAPI=2 + +inherit mono multilib eutils + +DESCRIPTION="A Gtk# Mozilla binding" +HOMEPAGE="http://www.go-mono.com/" +SRC_URI="http://ftp.novell.com/pub/mono/sources/gecko-sharp2/${PN}-2.0-${PV}.tar.bz2" + +LICENSE="GPL-2" +SLOT="2" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="doc" + +S="${WORKDIR}/${PN}-2.0-${PV}" + +RDEPEND=">=dev-lang/mono-1.2 + >=dev-dotnet/gtk-sharp-2 + >=net-libs/xulrunner-1.9" + +DEPEND="${RDEPEND} + doc? ( >=dev-util/monodoc-1.0 ) + >=dev-util/pkgconfig-0.19" + +src_prepare() { + epatch "${FILESDIR}/${P}-xulrunner.patch" +} + +src_configure() { + export GACUTIL_FLAGS="-root ${D}/usr/$(get_libdir) -gacdir /usr/$(get_libdir) -package ${PN}-${SLOT}" + + econf --with-mozilla-libs="$(pkg-config --variable=sdkdir libxul)" --with-mozilla-header="$(pkg-config --variable=includedir libxul)" || die "configure failed" +} +src_compile() { + emake || die "make failed" +} + +src_install() { + make DESTDIR="${D}" install || die "install failed" +} |