OBS User unknown 2008-09-13 03:23:04 +00:00 committed by Git OBS Bridge
parent c6110069f3
commit 5df96b9532
3 changed files with 42 additions and 12 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Sep 11 02:18:59 CEST 2008 - vuntz@novell.com
- Add more openSUSE bookmarks.
- Clean up spec file.
-------------------------------------------------------------------
Tue Jul 29 16:00:03 CEST 2008 - vuntz@novell.com

View File

@ -21,14 +21,14 @@
Name: epiphany-branding-openSUSE
License: GPL v2 or later
Version: 11.0
Release: 2
Release: 29
Summary: openSUSE branding of epiphany
Group: Productivity/Networking/Web/Browsers
# PATCH-FEATURE-OPENSUSE opensuse-bookmarks.patch vuntz@novell.com -- Add openSUSE bookmarks
Patch0: opensuse-bookmarks.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Provides: epiphany-branding = 2.22.2
Supplements: packageand(branding-openSUSE:epiphany)
Supplements: packageand(epiphany:branding-openSUSE)
BuildArch: noarch
# To be in sync with upstream defaults, do branding as a patch for upstream file.
# WARNING: As this package conflicts with epiphany-branding-openSUSE, you cannot
@ -61,16 +61,15 @@ install -m0644 brand.properties $RPM_BUILD_ROOT/%{_datadir}/epiphany/chrome/bran
%clean
rm -rf $RPM_BUILD_ROOT
%post
%postun
%files
%defattr(-,root,root)
%{_datadir}/epiphany/default-bookmarks.rdf
%{_datadir}/epiphany/chrome/branding/*
%changelog
* Thu Sep 11 2008 vuntz@novell.com
- Add more openSUSE bookmarks.
- Clean up spec file.
* Tue Jul 29 2008 vuntz@novell.com
- New package.
- Add openSUSE documentation bookmark. (fate#305003)

View File

@ -1,24 +1,49 @@
--- default-bookmarks.rdf.old 2008-07-30 03:43:13.000000000 +0200
+++ default-bookmarks.rdf 2008-07-30 03:43:24.000000000 +0200
@@ -6,6 +6,8 @@
@@ -6,6 +6,13 @@
<items>
<rdf:Seq>
<rdf:li rdf:resource="http://www.google.com"/>
+ <rdf:li rdf:resource="http://news.opensuse.org"/>
+ <rdf:li rdf:resource="http://www.opensuse.org"/>
+ <rdf:li rdf:resource="http://www.opensuse.org/documentation/"/>
+ <rdf:li rdf:resource="http://forums.opensuse.org"/>
+ <rdf:li rdf:resource="http://news.opensuse.org"/>
+ <rdf:li rdf:resource="http://software.opensuse.org"/>
+ <rdf:li rdf:resource="http://www.opensuse.org/How_to_Participate"/>
+ <rdf:li rdf:resource="http://www.planetsuse.org"/>
</rdf:Seq>
</items>
</channel>
@@ -20,4 +22,12 @@
@@ -20,4 +23,32 @@
"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://news.opensuse.org">
+ <title>openSUSE News</title>
+ <link>http://news.opensuse.org</link>
+ <item rdf:about="http://www.opensuse.org">
+ <title>openSUSE</title>
+ <link>http://www.opensuse.org</link>
+ </item>
+ <item rdf:about="http://www.opensuse.org/documentation/">
+ <title>openSUSE Documentation</title>
+ <link>http://www.opensuse.org/documentation/</link>
+ </item>
+ <item rdf:about="http://forums.opensuse.org">
+ <title>openSUSE Forums</title>
+ <link>http://forums.opensuse.org</link>
+ </item>
+ <item rdf:about="http://news.opensuse.org">
+ <title>openSUSE News</title>
+ <link>http://news.opensuse.org</link>
+ </item>
+ <item rdf:about="http://software.opensuse.org">
+ <title>openSUSE Download</title>
+ <link>http://software.opensuse.org</link>
+ </item>
+ <item rdf:about="http://www.opensuse.org/How_to_Participate">
+ <title>How To participate in openSUSE</title>
+ <link>http://www.opensuse.org/How_to_Participate</link>
+ </item>
+ <item rdf:about="http://www.planetsuse.org">
+ <title>Planet SUSE</title>
+ <link>http://www.planetsuse.org</link>
+ </item>
</rdf:RDF>