From cc4618c9ba3d974948ebf340b542d8cb01db2f55 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 16 Sep 2021 22:05:01 +0100 Subject: gentoo resync : 16.09.2021 --- app-text/zathura-cb/zathura-cb-0.1.8.ebuild | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'app-text/zathura-cb/zathura-cb-0.1.8.ebuild') diff --git a/app-text/zathura-cb/zathura-cb-0.1.8.ebuild b/app-text/zathura-cb/zathura-cb-0.1.8.ebuild index 48ce63a869f5..dbee873ba606 100644 --- a/app-text/zathura-cb/zathura-cb-0.1.8.ebuild +++ b/app-text/zathura-cb/zathura-cb-0.1.8.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit meson xdg-utils +inherit meson xdg-utils optfeature if [[ ${PV} == *9999 ]]; then inherit git-r3 @@ -20,10 +20,13 @@ HOMEPAGE="https://pwmt.org/projects/zathura-cb/" LICENSE="ZLIB" SLOT="0" -DEPEND=">=app-text/zathura-0.3.9 +DEPEND="app-arch/libarchive:= + >=app-text/zathura-0.3.9 dev-libs/girara dev-libs/glib:2 - x11-libs/cairo" + x11-libs/cairo + x11-libs/gdk-pixbuf:2 + x11-libs/gtk+:3" RDEPEND="${DEPEND}" @@ -31,6 +34,8 @@ BDEPEND="virtual/pkgconfig" pkg_postinst() { xdg_desktop_database_update + + optfeature "jpeg support" x11-libs/gdk-pixbuf[jpeg] } pkg_postrm() { -- cgit v1.2.3