Diff apvlv-0.4.0-r1 with a apvlv-0.4.0-r2

/usr/portage/app-text/apvlv/apvlv-0.4.0-r2.ebuild 2023-10-09 14:52:28.864368334 +0300
11 11

  
12 12
LICENSE="GPL-2"
13 13
SLOT="0"
14
KEYWORDS="amd64 x86"
14
KEYWORDS="~amd64 ~x86"
15 15
IUSE="debug djvu"
16 16

  
17 17
RDEPEND="
......
19 19
	>=app-text/poppler-0.5.0:=[cairo,xpdf-headers(+)]
20 20
	dev-libs/glib:2
21 21
	dev-libs/libxml2
22
	net-libs/webkit-gtk:4=
22
	net-libs/webkit-gtk:4.1=
23 23
	x11-libs/cairo
24 24
	x11-libs/gdk-pixbuf:2
25 25
	x11-libs/gtk+:3
......
37 37

  
38 38
PATCHES=(
39 39
	"${FILESDIR}"/${P}-cmake-cxxflags.patch
40
	"${FILESDIR}"/${P}-icon.patch
40
	"${FILESDIR}"/${P}-icon-r1.patch
41
	# https://github.com/naihe2010/apvlv/commit/39f783103e99b954991183cea2b5ccbd9add2a1a
42
	"${FILESDIR}"/${P}-webkitgtk4.1.patch
41 43
)
42 44
src_prepare() {
43 45
	cmake_src_prepare
......
53 55
}
54 56
src_install() {
55 57
	cmake_src_install
56
	newicon -s 32 icons/pdf.png ${PN}.png
58
	# https://github.com/naihe2010/apvlv/issues/84
59
	newicon -s 32 icons/pdf.png x-office-document.png
57 60
}
Thank you!