public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-client/epiphany/files: epiphany-2.26.3-glib.patch epiphany-2.26.3-nspr.patch epiphany-2.26.3-xul192.patch
@ 2010-03-12 11:03 Pacho Ramos (pacho)
  0 siblings, 0 replies; only message in thread
From: Pacho Ramos (pacho) @ 2010-03-12 11:03 UTC (permalink / raw
  To: gentoo-commits

pacho       10/03/12 11:03:32

  Added:                epiphany-2.26.3-glib.patch
                        epiphany-2.26.3-nspr.patch
                        epiphany-2.26.3-xul192.patch
  Log:
  Add xulrunner-1.9.2 support
  (Portage version: 2.1.7.17/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  www-client/epiphany/files/epiphany-2.26.3-glib.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/files/epiphany-2.26.3-glib.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/files/epiphany-2.26.3-glib.patch?rev=1.1&content-type=text/plain

Index: epiphany-2.26.3-glib.patch
===================================================================
--- embed/ephy-embed-shell.c.old	2010-03-10 11:43:01.773638266 +0000
+++ embed/ephy-embed-shell.c	2010-03-10 11:43:21.957638633 +0000
@@ -21,6 +21,7 @@
 #include <config.h>
 
 #include <glib.h>
+#include <glib/gstdio.h>
 
 #include <glib/gi18n.h>
 #include <gtk/gtk.h>

--- embed/ephy-favicon-cache.c.old	2010-03-10 11:45:38.433638346 +0000
+++ embed/ephy-favicon-cache.c	2010-03-10 11:46:05.265637902 +0000
@@ -39,6 +39,8 @@
 #include "ephy-glib-compat.h"
 
 #include <glib.h>
+#include <glib/gstdio.h>
+
 #include <gio/gio.h>
 
 #define EPHY_FAVICON_CACHE_XML_ROOT    (const xmlChar *)"ephy_favicons_cache"



1.1                  www-client/epiphany/files/epiphany-2.26.3-nspr.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/files/epiphany-2.26.3-nspr.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/files/epiphany-2.26.3-nspr.patch?rev=1.1&content-type=text/plain

Index: epiphany-2.26.3-nspr.patch
===================================================================
--- configure.ac.old	2010-03-01 17:07:05.000000000 +0000
+++ configure.ac	2010-03-01 17:07:33.000000000 +0000
@@ -532,9 +532,9 @@ AC_MSG_RESULT([$enable_desktop_file_plug
 
 if test "$enable_desktop_file_plugin" = "yes"; then
 	if test "${gecko_cv_gecko}" = "libxul-embedding" -o "${gecko_cv_gecko}" = "libxul"; then
-		PKG_CHECK_MODULES([DESKTOP_FILE_PLUGIN_DEP],[${gecko_cv_gecko} mozilla-plugin gtk+-2.0 >= 2.6.0])
+		PKG_CHECK_MODULES([DESKTOP_FILE_PLUGIN_DEP],[${gecko_cv_gecko} mozilla-plugin gtk+-2.0 >= 2.6.0 nspr])
 	else
-		PKG_CHECK_MODULES([DESKTOP_FILE_PLUGIN_DEP],[${gecko_cv_gecko}-xpcom ${gecko_cv_gecko}-plugin gtk+-2.0 >= 2.6.0])
+		PKG_CHECK_MODULES([DESKTOP_FILE_PLUGIN_DEP],[${gecko_cv_gecko}-xpcom ${gecko_cv_gecko}-plugin gtk+-2.0 >= 2.6.0 nspr])
 	fi
 	AC_SUBST([DESKTOP_FILE_PLUGIN_DEP_CFLAGS])
 	AC_SUBST([DESKTOP_FILE_PLUGIN_DEP_LIBS])



1.1                  www-client/epiphany/files/epiphany-2.26.3-xul192.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/files/epiphany-2.26.3-xul192.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/files/epiphany-2.26.3-xul192.patch?rev=1.1&content-type=text/plain

Index: epiphany-2.26.3-xul192.patch
===================================================================
--- embed/mozilla/EphyXULAppInfo.cpp~	2009-05-28 21:26:21.000000000 +0200
+++ embed/mozilla/EphyXULAppInfo.cpp	2010-03-08 23:29:42.000000000 +0100
@@ -128,3 +128,11 @@
   aXPCOMABI.Assign (EPHY_HOST_CPU "-gcc3");
   return NS_OK;
 }
+
+/* readonly attribute AUTF8String WidgetToolkit; */
+NS_IMETHODIMP
+EphyXULAppInfo::GetWidgetToolkit(nsACString & aWidgetToolkit)
+{
+  aWidgetToolkit.Assign ("gtk");
+  return NS_OK;
+}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-03-12 11:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-12 11:03 [gentoo-commits] gentoo-x86 commit in www-client/epiphany/files: epiphany-2.26.3-glib.patch epiphany-2.26.3-nspr.patch epiphany-2.26.3-xul192.patch Pacho Ramos (pacho)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox