You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-text/foliate/files/foliate-webkit.patch

14 lines
296 B

diff --git a/src/main.js b/src/main.js
index 718d420..2ea2018 100644
--- a/src/main.js
+++ b/src/main.js
@@ -18,7 +18,7 @@ pkg.initFormat()
pkg.require({
'Gio': '2.0',
'Gtk': '3.0',
- 'WebKit2': '4.0'
+ 'WebKit2': '4.1'
})
const { Gio, Gtk, Gdk, GLib, WebKit2 } = imports.gi