From b115b759f8c78fb46dd431231328cacd15a29748 Mon Sep 17 00:00:00 2001 From: NRK Date: Fri, 10 Sep 2021 16:51:40 +0600 Subject: app-text/zathura-cb: add jpeg optfeature Fixes: https://git.pwmt.org/pwmt/zathura/-/issues/213 Signed-off-by: Nickolas Raymond Kaczynski Closes: https://github.com/gentoo/gentoo/pull/22258 Signed-off-by: Joonas Niilola --- app-text/zathura-cb/zathura-cb-0.1.8.ebuild | 4 +++- app-text/zathura-cb/zathura-cb-9999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'app-text') 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..98bbcc88ced1 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 @@ -31,6 +31,8 @@ BDEPEND="virtual/pkgconfig" pkg_postinst() { xdg_desktop_database_update + + optfeature "jpeg support" x11-libs/gdk-pixbuf:=[jpeg] } pkg_postrm() { diff --git a/app-text/zathura-cb/zathura-cb-9999.ebuild b/app-text/zathura-cb/zathura-cb-9999.ebuild index 58014fc992ed..2218f9a4ff84 100644 --- a/app-text/zathura-cb/zathura-cb-9999.ebuild +++ b/app-text/zathura-cb/zathura-cb-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit meson xdg-utils +inherit meson xdg-utils optfeature if [[ ${PV} == *9999 ]]; then inherit git-r3 @@ -31,6 +31,8 @@ BDEPEND="virtual/pkgconfig" pkg_postinst() { xdg_desktop_database_update + + optfeature "jpeg support" x11-libs/gdk-pixbuf:=[jpeg] } pkg_postrm() { -- cgit v1.2.3-65-gdbad