Diff foliate-2.6.4-r2 with a foliate-2.6.4-r3

/usr/portage/app-text/foliate/foliate-2.6.4-r3.ebuild 2023-10-09 14:52:28.876368335 +0300
21 21
	x11-libs/gtk+:3[introspection]
22 22
	x11-libs/pango[introspection]
23 23
	x11-libs/gdk-pixbuf:2[introspection]
24
	net-libs/webkit-gtk:4[introspection]
24
	net-libs/webkit-gtk:4.1[introspection]
25 25
	sys-devel/gettext
26 26
	handy? ( gui-libs/libhandy:=[introspection] )
27 27
	spell? ( app-text/gspell[introspection] )"
28 28

  
29
PATCHES=( "${FILESDIR}"/${PN}-webkit.patch "${FILESDIR}"/${PN}-validate.patch )
30

  
29 31
src_prepare() {
30 32
	default
31 33
	python_fix_shebang build-aux/meson
......
41 43
	plocale_for_each_disabled_locale rm_po
42 44
}
43 45

  
46
src_install() {
47
	meson_src_install
48
	dosym com.github.johnfactotum.Foliate /usr/bin/foliate
49
}
50

  
44 51
pkg_postinst() {
45 52
	xdg_pkg_postinst
46 53
	gnome2_schemas_update
Thank you!