Mailinglist Archive: opensuse-commit (2092 mails)

< Previous Next >
commit epiphany
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Fri, 24 Aug 2007 01:02:12 +0200
  • Message-id: <20070823230212.6BAFF678334@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package epiphany
checked in at Fri Aug 24 01:02:12 CEST 2007.

--------
--- GNOME/epiphany/epiphany.changes     2007-08-10 15:18:32.000000000 +0200
+++ /mounts/work_src_done/STABLE/epiphany/epiphany.changes      2007-08-23 00:34:57.024755000 +0200
@@ -1,0 +2,6 @@
+Thu Aug 23 00:19:06 CEST 2007 - maw@xxxxxxx
+
+- Add default-bookmarks.patch, which adds http://news.opensuse.org
+  as a default bookmark (#293690).
+
+-------------------------------------------------------------------

New:
----
  default-bookmarks.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ epiphany.spec ++++++
--- /var/tmp/diff_new_pack.B30420/_old  2007-08-24 01:01:44.000000000 +0200
+++ /var/tmp/diff_new_pack.B30420/_new  2007-08-24 01:01:44.000000000 +0200
@@ -29,7 +29,7 @@
 %endif
 %endif
 Version:        2.19.6
-Release:        6
+Release:        15
 Requires:       %{name}-lang = %{version}
 License:        GPL v2 or later
 Group:          Productivity/Networking/Web/Browsers
@@ -42,6 +42,7 @@
 Patch9:         %{name}-desktop.patch
 Patch11:        epiphany-no-root.patch
 Patch13:        epiphany-browser-plugins.patch
+Patch14:        default-bookmarks.patch
 URL:            http://www.gnome.org/projects/epiphany/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Requires:       python-gtk python-gnome iso-codes gnome-icon-theme
@@ -116,6 +117,7 @@
 %patch9
 %patch11
 %patch13
+%patch14 -p1
 
 %build
 #cp -i data/default-prefs-gecko-1-8.js data/default-prefs-xulrunner.js
@@ -194,6 +196,9 @@
 %{_datadir}/gtk-doc/html/epiphany
 
 %changelog
+* Thu Aug 23 2007 - maw@xxxxxxx
+- Add default-bookmarks.patch, which adds http://news.opensuse.org
+  as a default bookmark (#293690).
 * Fri Aug 10 2007 - coolo@xxxxxxx
 - put Version before the use of %%version
 * Wed Aug 08 2007 - maw@xxxxxxx

++++++ default-bookmarks.patch ++++++
Index: epiphany-2.19.6/data/epiphany-bookmarks-html.xsl
===================================================================
--- epiphany-2.19.6.orig/data/epiphany-bookmarks-html.xsl
+++ epiphany-2.19.6/data/epiphany-bookmarks-html.xsl
@@ -51,7 +51,7 @@ $Id: epiphany-bookmarks-html.xsl 6952 20
             <dt><a href="{./purl:link}"><xsl:value-of select="./purl:title" /></a></dt>
         </xsl:for-each>
 
-        <!-- Force a linebreak; otherwise thinks will break for Topics with only 1 item -->
+        <!-- Force a linebreak; otherwise things will break for Topics with only 1 item -->
         <xsl:text>
         </xsl:text>
         </dl></dt>
Index: epiphany-2.19.6/src/bookmarks/ephy-bookmarks.c
===================================================================
--- epiphany-2.19.6.orig/src/bookmarks/ephy-bookmarks.c
+++ epiphany-2.19.6/src/bookmarks/ephy-bookmarks.c
@@ -102,7 +102,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_("Search the web"), N_("http://www.google.com/search?q=%s&ie=UTF-8&oe=UTF-8";) }
+       { N_("Search the web"), N_("http://www.google.com/search?q=%s&ie=UTF-8&oe=UTF-8";) },
+       { N_("openSUSE News"), N_("http://news.opensuse.org/";) }
+       /* I'm not sure how to do this properly, or if you even can:
+          { N_("openSUSE News Feed"), N_("http://news.opensuse.org/?feed=rss2";) } */
 };
 
 static const char *default_topics [] =

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread