From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1320905-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 46D63158092 for <garchives@archives.gentoo.org>; Tue, 14 Sep 2021 07:39:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A11A4E0992; Tue, 14 Sep 2021 07:39:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84E34E0990 for <gentoo-commits@lists.gentoo.org>; Tue, 14 Sep 2021 07:39:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A8192342FAB for <gentoo-commits@lists.gentoo.org>; Tue, 14 Sep 2021 07:39:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57A13EC for <gentoo-commits@lists.gentoo.org>; Tue, 14 Sep 2021 07:39:32 +0000 (UTC) From: "Joonas Niilola" <juippis@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" <juippis@gentoo.org> Message-ID: <1631605133.b115b759f8c78fb46dd431231328cacd15a29748.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/zathura-cb/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/zathura-cb/zathura-cb-0.1.8.ebuild app-text/zathura-cb/zathura-cb-9999.ebuild X-VCS-Directories: app-text/zathura-cb/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: b115b759f8c78fb46dd431231328cacd15a29748 X-VCS-Branch: master Date: Tue, 14 Sep 2021 07:39:32 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0916bb5c-cfec-4889-ac6e-14c72d06e06c X-Archives-Hash: f5073132a60aeb10a411f72df0fe8dcb commit: b115b759f8c78fb46dd431231328cacd15a29748 Author: NRK <nrk <AT> disroot <DOT> org> AuthorDate: Fri Sep 10 10:51:40 2021 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Tue Sep 14 07:38:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b115b759 app-text/zathura-cb: add jpeg optfeature Fixes: https://git.pwmt.org/pwmt/zathura/-/issues/213 Signed-off-by: Nickolas Raymond Kaczynski <nrk <AT> disroot.org> Closes: https://github.com/gentoo/gentoo/pull/22258 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> 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(-) 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 48ce63a869f..98bbcc88ced 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 58014fc992e..2218f9a4ff8 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() {