r38294 - in /desktop/experimental/epiphany-browser/debian: changelog patches/01_with_webkit2.patch patches/series
pochu at users.alioth.debian.org
pochu at users.alioth.debian.org
Sat Jun 1 16:10:37 UTC 2013
Author: pochu
Date: Sat Jun 1 16:10:37 2013
New Revision: 38294
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=38294
Log:
+ debian/patches/01_with_webkit2.patch:
- Bring back --with-webkit2 configure option so that we can
build two flavors, one with webkit2 and one with webkit.
Added:
desktop/experimental/epiphany-browser/debian/patches/01_with_webkit2.patch
Modified:
desktop/experimental/epiphany-browser/debian/changelog
desktop/experimental/epiphany-browser/debian/patches/series
Modified: desktop/experimental/epiphany-browser/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/epiphany-browser/debian/changelog?rev=38294&op=diff
==============================================================================
--- desktop/experimental/epiphany-browser/debian/changelog [utf-8] (original)
+++ desktop/experimental/epiphany-browser/debian/changelog [utf-8] Sat Jun 1 16:10:37 2013
@@ -14,6 +14,9 @@
- Track stable releases.
+ debian/patches/00_epiphany-browser.patch:
- Refreshed.
+ + debian/patches/01_with_webkit2.patch:
+ - Bring back --with-webkit2 configure option so that we can
+ build two flavors, one with webkit2 and one with webkit.
-- Jeremy Bicha <jbicha at ubuntu.com> Tue, 02 Apr 2013 13:28:19 -0400
Added: desktop/experimental/epiphany-browser/debian/patches/01_with_webkit2.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/epiphany-browser/debian/patches/01_with_webkit2.patch?rev=38294&op=file
==============================================================================
--- desktop/experimental/epiphany-browser/debian/patches/01_with_webkit2.patch (added)
+++ desktop/experimental/epiphany-browser/debian/patches/01_with_webkit2.patch [utf-8] Sat Jun 1 16:10:37 2013
@@ -1,0 +1,14 @@
+--- a/configure.ac
++++ b/configure.ac
+@@ -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
Modified: desktop/experimental/epiphany-browser/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/epiphany-browser/debian/patches/series?rev=38294&op=diff
==============================================================================
--- desktop/experimental/epiphany-browser/debian/patches/series [utf-8] (original)
+++ desktop/experimental/epiphany-browser/debian/patches/series [utf-8] Sat Jun 1 16:10:37 2013
@@ -1,3 +1,4 @@
00_epiphany-browser.patch
+01_with_webkit2.patch
07_bookmarks.patch
12_safetypes.patch
More information about the pkg-gnome-commits
mailing list