diff options
Diffstat (limited to 'app-text/zathura-meta/zathura-meta-0-r1.ebuild')
-rw-r--r-- | app-text/zathura-meta/zathura-meta-0-r1.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/app-text/zathura-meta/zathura-meta-0-r1.ebuild b/app-text/zathura-meta/zathura-meta-0-r1.ebuild new file mode 100644 index 000000000000..53e847bb68ca --- /dev/null +++ b/app-text/zathura-meta/zathura-meta-0-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Meta package for app-text/zathura plugins" +HOMEPAGE="https://pwmt.org/projects/zathura/" + +LICENSE="metapackage" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="cb djvu epub +pdf postscript" + +RDEPEND=" + app-text/zathura + cb? ( app-text/zathura-cb ) + djvu? ( app-text/zathura-djvu ) + epub? ( app-text/zathura-pdf-mupdf ) + pdf? ( + epub? ( app-text/zathura-pdf-mupdf ) + !epub? ( app-text/zathura-pdf-poppler ) + ) + postscript? ( app-text/zathura-ps ) +" |