epiphany/epiphany-default-bookmarks-openeuler.patch

20 lines
614 B
Diff
Raw Permalink Normal View History

2022-06-09 16:08:29 +08:00
--- epiphany-42.0/data/default-bookmarks.rdf.in.orig 2022-04-01 11:09:19.574579040 +0800
+++ epiphany-42.0/data/default-bookmarks.rdf.in 2022-04-01 11:10:04.676640672 +0800
2021-06-24 17:22:04 +08:00
@@ -6,6 +6,7 @@
<items>
<rdf:Seq>
<rdf:li rdf:resource="https://www.gnome.org/"/>
+ <rdf:li rdf:resource="https://openeuler.org/"/>
</rdf:Seq>
</items>
</channel>
@@ -13,4 +14,8 @@
<title>GNOME</title>
<link>https://www.gnome.org/</link>
</item>
+ <item rdf:about="https://openeuler.org/">
+ <title>openEuler</title>
+ <link>https://openeuler.org/</link>
+ </item>
</rdf:RDF>