Skip to content
Snippets Groups Projects
Commit f271caef authored by Sjoerd Simons's avatar Sjoerd Simons
Browse files

* debian/patches/01_with_webkit2.patch

  debian/patches/07_bookmarks.patch
  debian/patches/00_epiphany-browser.patch:
  + Refreshed
parent ed3b1d7e
No related branches found
No related tags found
No related merge requests found
......@@ -5,10 +5,12 @@ epiphany-browser (3.10.1-1) UNRELEASED; urgency=low
libwebkitgtk-3.0-dev (>= * 2.1.4)
* Force build on newer libgnome-desktop
* debian/epiphany-browser.install: Extensions dir is now 3.10
* WIP
* debian/patches/01_with_webkit2.patch
debian/patches/07_bookmarks.patch
debian/patches/00_epiphany-browser.patch:
+ Refreshed
-- Sjoerd Simons <sjoerd@debian.org> Sun, 03 Nov 2013 11:48:08 +0100
-- Sjoerd Simons <sjoerd@debian.org> Sun, 03 Nov 2013 18:24:34 +0100
epiphany-browser (3.8.2-4) unstable; urgency=low
......
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
m4_define([epiphany_version_micro],[2])
m4_define([epiphany_version_micro],[1])
m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro])
-AC_INIT([GNOME Web Browser],[epiphany_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany])
......@@ -22,7 +22,7 @@
Type=Application
--- a/src/ephy-main.c
+++ b/src/ephy-main.c
@@ -301,7 +301,7 @@
@@ -316,7 +316,7 @@
user_time = get_startup_id ();
option_context = g_option_context_new ("");
......@@ -31,7 +31,7 @@
N_("Web"),
N_("Web options"),
NULL, NULL);
@@ -437,7 +437,7 @@
@@ -454,7 +454,7 @@
/* Skip the 'app-' part */
app_name += strlen (EPHY_WEB_APP_PREFIX);
......@@ -40,7 +40,7 @@
g_set_application_name (app_name);
gtk_window_set_default_icon_from_file (app_icon, NULL);
@@ -451,7 +451,7 @@
@@ -474,7 +474,7 @@
} else {
mode = EPHY_EMBED_SHELL_MODE_BROWSER;
......
Index: epiphany-browser-3.8.2/configure.ac
===================================================================
--- epiphany-browser-3.8.2.orig/configure.ac 2013-08-23 12:08:34.352933545 -0300
+++ epiphany-browser-3.8.2/configure.ac 2013-08-23 12:08:34.348933516 -0300
@@ -89,8 +89,9 @@
GCR_REQUIRED=3.5.5
AVAHI_REQUIRED=0.6.22
-# Set to 'no' to build with the WebKit1 backend
-with_webkit2=yes
+AC_ARG_WITH(webkit2,
+ [AS_HELP_STRING([--with-webkit2],[build with WebKit2 [default=no]])],
+ [],[with_webkit2=no])
if test "x$with_webkit2" != xno; then
WEBKIT_GTK_PC_NAME=webkit2gtk-3.0
Index: epiphany-browser-3.8.2/lib/widgets/ephy-overview-store.h
===================================================================
--- epiphany-browser-3.8.2.orig/lib/widgets/ephy-overview-store.h 2012-09-25 05:04:04.000000000 -0300
......
Index: epiphany-browser-3.4.0.1/data/default-bookmarks.rdf.in
===================================================================
--- epiphany-browser-3.4.0.1.orig/data/default-bookmarks.rdf.in 2012-03-16 00:53:14.000000000 +0100
+++ epiphany-browser-3.4.0.1/data/default-bookmarks.rdf.in 2012-03-28 08:57:44.984358139 +0200
@@ -20,4 +20,21 @@
"http://www.google.nl" and "http://www.google.nl/search?q=%s" -->
<_ephy:smartlink>http://www.google.com/search?q=%s&amp;ie=UTF-8&amp;oe=UTF-8</_ephy:smartlink>
--- a/data/default-bookmarks.rdf.in
+++ b/data/default-bookmarks.rdf.in
@@ -34,4 +34,21 @@
http://duckduckgo.com/?q=%s&amp;t=epiphany&amp;kl=fi-fi&amp;kad=fi_FI -->
<_ephy:smartlink>http://duckduckgo.com/?q=%s&amp;t=epiphany</_ephy:smartlink>
</item>
+ <item rdf:about="http://www.debian.org/">
+ <_title>Debian</_title>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment