r21060 - in /desktop/experimental/epiphany-webkit/debian: changelog patches/07_bookmarks.patch

kov at users.alioth.debian.org kov at users.alioth.debian.org
Tue Aug 25 14:46:07 UTC 2009


Author: kov
Date: Tue Aug 25 14:46:07 2009
New Revision: 21060

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=21060
Log:
Refreshed debian/patches/07_bookmarks.patch

Modified:
    desktop/experimental/epiphany-webkit/debian/changelog
    desktop/experimental/epiphany-webkit/debian/patches/07_bookmarks.patch

Modified: desktop/experimental/epiphany-webkit/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/epiphany-webkit/debian/changelog?rev=21060&op=diff
==============================================================================
--- desktop/experimental/epiphany-webkit/debian/changelog [utf-8] (original)
+++ desktop/experimental/epiphany-webkit/debian/changelog [utf-8] Tue Aug 25 14:46:07 2009
@@ -5,8 +5,10 @@
   - updated build-deps; soup >= 2.27.91, webkit >= 1.1.13
   * debian/patches/16_reimplement_search_on_locationbar.patch:
   - updated from upstream's bugzilla
-
- -- Gustavo Noronha Silva <kov at debian.org>  Tue, 25 Aug 2009 00:18:12 -0300
+  * debian/patches/07_bookmarks.patch:
+  - refreshed
+
+ -- Gustavo Noronha Silva <kov at debian.org>  Tue, 25 Aug 2009 11:45:49 -0300
 
 epiphany-webkit (2.27.5-1) unstable; urgency=low
 

Modified: desktop/experimental/epiphany-webkit/debian/patches/07_bookmarks.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/epiphany-webkit/debian/patches/07_bookmarks.patch?rev=21060&op=diff
==============================================================================
--- desktop/experimental/epiphany-webkit/debian/patches/07_bookmarks.patch [utf-8] (original)
+++ desktop/experimental/epiphany-webkit/debian/patches/07_bookmarks.patch [utf-8] Tue Aug 25 14:46:07 2009
@@ -1,15 +1,26 @@
-Index: epiphany-2.24.3/src/bookmarks/ephy-bookmarks.c
+Index: epiphany-webkit-2.27.91/data/default-bookmarks.rdf.in
 ===================================================================
---- epiphany-2.24.3.orig/src/bookmarks/ephy-bookmarks.c	2008-08-03 14:23:09.000000000 +0200
-+++ epiphany-2.24.3/src/bookmarks/ephy-bookmarks.c	2009-02-15 00:06:31.041409146 +0100
-@@ -107,6 +107,10 @@ static const EphyBookmarksBookmarkInfo d
- 	 * For instance in .nl these should be
- 	 * "http://www.google.nl" and "http://www.google.nl/search?q=%s"
- 	 */
-+	{ N_("Debian"), N_("http://www.debian.org/") },
-+	{ N_("GNOME"), N_("http://www.gnome.org/") },
-+	{ N_("Planet Debian"), N_("http://planet.debian.org/") },
-+	{ N_("Debian Bug Tracking System"), N_("http://bugs.debian.org/%s") },
- 	{ N_("Search the web"), N_("http://www.google.com/search?q=%s&ie=UTF-8&oe=UTF-8") }
- };
- 
+--- epiphany-webkit-2.27.91.orig/data/default-bookmarks.rdf.in	2009-08-25 11:39:48.574884228 -0300
++++ epiphany-webkit-2.27.91/data/default-bookmarks.rdf.in	2009-08-25 11:42:33.758850683 -0300
+@@ -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>
+   </item>
++  <item rdf:about="http://www.debian.org/">
++    <_title>Debian</_title>
++    <_link>http://www.debian.org/</_link>
++  </item>
++  <item rdf:about="http://www.gnome.org/">
++    <_title>GNOME</_title>
++    <_link>http://www.gnome.org/</_link>
++  </item>
++  <item rdf:about="http://planet.debian.org/">
++    <_title>Planet Debian</_title>
++    <_link>http://planet.debian.org/</_link>
++  </item>
++  <item rdf:about="http://bugs.debian.org/">
++    <_title>Debian Bug Tracking System</_title>
++    <_link>http://bugs.debian.org/</_link>
++    <_ephy:smartlink>http://bugs.debian.org/%s</_ephy:smartlink>
++  </item>
+ </rdf:RDF>




More information about the pkg-gnome-commits mailing list