commit
fc08003874
Binary file not shown.
BIN
epiphany-3.38.5.tar.xz
Normal file
BIN
epiphany-3.38.5.tar.xz
Normal file
Binary file not shown.
20
epiphany-default-bookmarks-openeuler.patch
Normal file
20
epiphany-default-bookmarks-openeuler.patch
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
diff -up epiphany-3.38.5/data/default-bookmarks.rdf.in.orig epiphany-3.38.5/data/default-bookmarks.rdf.in
|
||||||
|
--- epiphany-3.38.5/data/default-bookmarks.rdf.in.orig 2021-06-04 22:38:08.004123000 +0800
|
||||||
|
+++ epiphany-3.38.5/data/default-bookmarks.rdf.in 2021-06-24 17:15:02.167045701 +0800
|
||||||
|
@@ -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>
|
||||||
@ -1,52 +0,0 @@
|
|||||||
From fd32feaeb87b10c65c20bb99ac1cbd6b03cc3a2d Mon Sep 17 00:00:00 2001
|
|
||||||
From: Michael Catanzaro <mcatanzaro@igalia.com>
|
|
||||||
Date: Thu, 12 May 2016 20:04:16 -0500
|
|
||||||
Subject: [PATCH] Fedora bookmarks
|
|
||||||
|
|
||||||
---
|
|
||||||
data/default-bookmarks.rdf.in | 25 +++++++++++++++++++++++++
|
|
||||||
1 file changed, 25 insertions(+)
|
|
||||||
|
|
||||||
diff --git a/data/default-bookmarks.rdf.in b/data/default-bookmarks.rdf.in
|
|
||||||
index 6c3440e..a0c08e1 100644
|
|
||||||
--- a/data/default-bookmarks.rdf.in
|
|
||||||
+++ b/data/default-bookmarks.rdf.in
|
|
||||||
@@ -7,5 +7,10 @@
|
|
||||||
<rdf:Seq>
|
|
||||||
<rdf:li rdf:resource="https://www.gnome.org/"/>
|
|
||||||
+ <rdf:li rdf:resource="https://www.redhat.com/"/>
|
|
||||||
+ <rdf:li rdf:resource="https://www.fedoraproject.org/"/>
|
|
||||||
+ <rdf:li rdf:resource="https://fedoramagazine.org/"/>
|
|
||||||
+ <rdf:li rdf:resource="https://ask.fedoraproject.org/"/>
|
|
||||||
+ <rdf:li rdf:resource="https://docs.fedoraproject.org/"/>
|
|
||||||
</rdf:Seq>
|
|
||||||
</items>
|
|
||||||
</channel>
|
|
||||||
@@ -18,4 +23,24 @@
|
|
||||||
<title>GNOME</title>
|
|
||||||
<link>https://www.gnome.org/</link>
|
|
||||||
</item>
|
|
||||||
+ <item rdf:about="https://www.redhat.com/">
|
|
||||||
+ <title>Red Hat</title>
|
|
||||||
+ <link>https://www.redhat.com/</link>
|
|
||||||
+ </item>
|
|
||||||
+ <item rdf:about="https://www.fedoraproject.org/">
|
|
||||||
+ <title>Fedora</title>
|
|
||||||
+ <link>https://www.fedoraproject.org/</link>
|
|
||||||
+ </item>
|
|
||||||
+ <item rdf:about="https://fedoramagazine.org/">
|
|
||||||
+ <title>Fedora Magazine</title>
|
|
||||||
+ <link>https://fedoramagazine.org/</link>
|
|
||||||
+ </item>
|
|
||||||
+ <item rdf:about="https://ask.fedoraproject.org/">
|
|
||||||
+ <title>Ask Fedora</title>
|
|
||||||
+ <link>https://ask.fedoraproject.org/</link>
|
|
||||||
+ </item>
|
|
||||||
+ <item rdf:about="https://docs.fedoraproject.org/">
|
|
||||||
+ <title>Fedora Documentation</title>
|
|
||||||
+ <link>https://docs.fedoraproject.org/</link>
|
|
||||||
+ </item>
|
|
||||||
</rdf:RDF>
|
|
||||||
--
|
|
||||||
2.7.4
|
|
||||||
|
|
||||||
@ -3,14 +3,15 @@
|
|||||||
%global webkit2gtk3_version 2.27.3
|
%global webkit2gtk3_version 2.27.3
|
||||||
Name: epiphany
|
Name: epiphany
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 3.36.4
|
Version: 3.38.5
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Web browser for GNOME
|
Summary: Web browser for GNOME
|
||||||
License: GPL-3.0+ and LGPL-2.1 and MIT and GPL+ and ISC
|
License: GPL-3.0+ and LGPL-2.1 and MIT and GPL+ and ISC
|
||||||
URL: https://wiki.gnome.org/Apps/Web
|
URL: https://wiki.gnome.org/Apps/Web
|
||||||
Source0: https://download.gnome.org/sources/epiphany/3.36/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/epiphany/3.38/%{name}-%{version}.tar.xz
|
||||||
Patch0: epiphany-default-bookmarks.patch
|
Patch0: epiphany-default-bookmarks-openeuler.patch
|
||||||
Patch1: epiphany-dont-make-compulsory.patch
|
Patch1: epiphany-dont-make-compulsory.patch
|
||||||
|
|
||||||
BuildRequires: desktop-file-utils gcc gettext-devel iso-codes-devel itstool
|
BuildRequires: desktop-file-utils gcc gettext-devel iso-codes-devel itstool
|
||||||
BuildRequires: libappstream-glib-devel meson pkgconfig(cairo) pkgconfig(evince-document-3.0)
|
BuildRequires: libappstream-glib-devel meson pkgconfig(cairo) pkgconfig(evince-document-3.0)
|
||||||
BuildRequires: pkgconfig(gcr-3) pkgconfig(gdk-3.0) >= %{gtk3_version}
|
BuildRequires: pkgconfig(gcr-3) pkgconfig(gdk-3.0) >= %{gtk3_version}
|
||||||
@ -20,7 +21,7 @@ BuildRequires: pkgconfig(gnome-desktop-3.0) >= %{glib2_version}
|
|||||||
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
|
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
|
||||||
BuildRequires: pkgconfig(gtk+-unix-print-3.0) >= %{gtk3_version} pkgconfig(hogweed)
|
BuildRequires: pkgconfig(gtk+-unix-print-3.0) >= %{gtk3_version} pkgconfig(hogweed)
|
||||||
BuildRequires: pkgconfig(icu-uc) pkgconfig(json-glib-1.0) pkgconfig(libdazzle-1.0)
|
BuildRequires: pkgconfig(icu-uc) pkgconfig(json-glib-1.0) pkgconfig(libdazzle-1.0)
|
||||||
BuildRequires: pkgconfig(libhandy-0.0) pkgconfig(libnotify) pkgconfig(libsecret-1)
|
BuildRequires: pkgconfig(libhandy-1) pkgconfig(libnotify) pkgconfig(libportal) pkgconfig(libsecret-1)
|
||||||
BuildRequires: pkgconfig(libsoup-2.4) pkgconfig(libxml-2.0) pkgconfig(libxslt)
|
BuildRequires: pkgconfig(libsoup-2.4) pkgconfig(libxml-2.0) pkgconfig(libxslt)
|
||||||
BuildRequires: pkgconfig(nettle) pkgconfig(sqlite3)
|
BuildRequires: pkgconfig(nettle) pkgconfig(sqlite3)
|
||||||
BuildRequires: pkgconfig(webkit2gtk-4.0) >= %{webkit2gtk3_version}
|
BuildRequires: pkgconfig(webkit2gtk-4.0) >= %{webkit2gtk3_version}
|
||||||
@ -76,5 +77,8 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
|
|||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 24 2021 Wenlong Ding <wenlong.ding@turbolinux.com.cn> - 3.38.5-1
|
||||||
|
- Update to 3.38.5
|
||||||
|
|
||||||
* Thu Nov 5 2020 Liu wei bo <liuweibo10@huawei.com> - 3.36.4-1
|
* Thu Nov 5 2020 Liu wei bo <liuweibo10@huawei.com> - 3.36.4-1
|
||||||
- package init
|
- package init
|
||||||
|
|||||||
BIN
epiphany.tar
BIN
epiphany.tar
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user