Diff zathura-cb-0.1.9 with a zathura-cb-0.1.10

/usr/portage/app-text/zathura-cb/zathura-cb-0.1.10.ebuild 2023-10-09 14:52:28.904368335 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6
inherit meson xdg-utils optfeature
6
inherit meson xdg
7 7

  
8 8
if [[ ${PV} == *9999 ]]; then
9 9
	inherit git-r3
......
20 20
LICENSE="ZLIB"
21 21
SLOT="0"
22 22

  
23
DEPEND="app-arch/libarchive:=
23
RDEPEND="app-arch/libarchive:=
24 24
	>=app-text/zathura-0.3.9
25 25
	dev-libs/girara
26 26
	dev-libs/glib:2
27 27
	x11-libs/cairo
28
	x11-libs/gdk-pixbuf:2
28
	x11-libs/gdk-pixbuf:2[jpeg]
29 29
	x11-libs/gtk+:3"
30 30

  
31
RDEPEND="${DEPEND}"
31
DEPEND="${RDEPEND}
32
	x11-base/xorg-proto"
32 33

  
33 34
BDEPEND="virtual/pkgconfig"
34

  
35
pkg_postinst() {
36
	xdg_desktop_database_update
37

  
38
	optfeature "jpeg support" x11-libs/gdk-pixbuf[jpeg]
39
}
40

  
41
pkg_postrm() {
42
	xdg_desktop_database_update
43
}
Thank you!