Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/zathura-cb/
Date: Tue, 28 Feb 2023 13:58:48
Message-Id: 1677592691.58bedf3c6626a87feaf103580449abc948b24676.juippis@gentoo
1 commit: 58bedf3c6626a87feaf103580449abc948b24676
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 28 13:58:11 2023 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 13:58:11 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58bedf3c
7
8 app-text/zathura-cb: sync live ebuild
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 app-text/zathura-cb/zathura-cb-9999.ebuild | 21 ++++++---------------
13 1 file changed, 6 insertions(+), 15 deletions(-)
14
15 diff --git a/app-text/zathura-cb/zathura-cb-9999.ebuild b/app-text/zathura-cb/zathura-cb-9999.ebuild
16 index 3686e39e9456..fa6f6f40d74b 100644
17 --- a/app-text/zathura-cb/zathura-cb-9999.ebuild
18 +++ b/app-text/zathura-cb/zathura-cb-9999.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2022 Gentoo Authors
21 +# Copyright 1999-2023 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25
26 -inherit meson xdg-utils optfeature
27 +inherit meson xdg
28
29 if [[ ${PV} == *9999 ]]; then
30 inherit git-r3
31 @@ -20,24 +20,15 @@ HOMEPAGE="https://pwmt.org/projects/zathura-cb/"
32 LICENSE="ZLIB"
33 SLOT="0"
34
35 -DEPEND="app-arch/libarchive:=
36 +RDEPEND="app-arch/libarchive:=
37 >=app-text/zathura-0.3.9
38 dev-libs/girara
39 dev-libs/glib:2
40 x11-libs/cairo
41 - x11-libs/gdk-pixbuf:2
42 + x11-libs/gdk-pixbuf:2[jpeg]
43 x11-libs/gtk+:3"
44
45 -RDEPEND="${DEPEND}"
46 +DEPEND="${RDEPEND}
47 + x11-base/xorg-proto"
48
49 BDEPEND="virtual/pkgconfig"
50 -
51 -pkg_postinst() {
52 - xdg_desktop_database_update
53 -
54 - optfeature "jpeg support" x11-libs/gdk-pixbuf[jpeg]
55 -}
56 -
57 -pkg_postrm() {
58 - xdg_desktop_database_update
59 -}