Skip to content

Commit 1eead72

Browse files
epiphany: Update epiphany-48.3.tar.xz to 48.5 (#170)
Co-authored-by: Ryo Nakano <ryonakaknock3@gmail.com>
1 parent 56ed574 commit 1eead72

3 files changed

Lines changed: 6 additions & 43 deletions

File tree

fix-startup-crash.patch

Lines changed: 0 additions & 31 deletions
This file was deleted.

org.gnome.epiphany.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,13 @@
2525
"sources": [
2626
{
2727
"type": "archive",
28-
"url": "https://download.gnome.org/sources/epiphany/48/epiphany-48.3.tar.xz",
29-
"sha256": "da2953e7e2b73bf7473c0a33979104d79362795295eaa0a2a38ea188537daf13",
28+
"url": "https://download.gnome.org/sources/epiphany/48/epiphany-48.5.tar.xz",
29+
"sha256": "0f66552ad6593c7952a3ddee5bf515656c8c434871076d9f1a91a7af9346b1b4",
3030
"x-checker-data": {
3131
"type": "gnome",
3232
"name": "epiphany"
3333
}
3434
},
35-
{
36-
"type": "patch",
37-
"path": "fix-startup-crash.patch"
38-
},
3935
{
4036
"type": "patch",
4137
"path": "downloads-flat.patch"

overview-button.patch

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
diff --git a/src/ephy-action-bar-end.c b/src/ephy-action-bar-end.c
2-
index 88e194841..75186fa73 100644
2+
index 0269b2cb0..75186fa73 100644
33
--- a/src/ephy-action-bar-end.c
44
+++ b/src/ephy-action-bar-end.c
5-
@@ -320,8 +320,9 @@ ephy_action_bar_end_init (EphyActionBarEnd *action_bar_end)
6-
if (is_desktop_pantheon ()) {
5+
@@ -321,7 +321,8 @@ ephy_action_bar_end_init (EphyActionBarEnd *action_bar_end)
76
gtk_button_set_icon_name (GTK_BUTTON (action_bar_end->bookmarks_button),
87
"user-bookmarks");
9-
- gtk_menu_button_set_icon_name (GTK_MENU_BUTTON (action_bar_end->overview_button),
10-
- "view-grid");
11-
+ gtk_button_set_icon_name (GTK_BUTTON (action_bar_end->overview_button),
8+
gtk_button_set_icon_name (GTK_BUTTON (action_bar_end->overview_button),
9+
- "view-grid");
1210
+ "adw-tab-overview-symbolic");
1311
+ gtk_widget_remove_css_class (action_bar_end->overview_button, "toolbar-button");
1412
}

0 commit comments

Comments
 (0)