summaryrefslogtreecommitdiff
path: root/app-text/zathura-meta/zathura-meta-0-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-12-19 06:30:51 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-12-19 06:30:51 +0000
commitf8bb2d659372d0add11c589dcb006d0b7f8822ae (patch)
tree5d64f4f593db363260360200660abcd8ff00d1c6 /app-text/zathura-meta/zathura-meta-0-r1.ebuild
parentf57e008aa126ccdca95f7424e4d24a1a83a49682 (diff)
gentoo auto-resync : 19:12:2024 - 06:30:51HEADmaster
Diffstat (limited to 'app-text/zathura-meta/zathura-meta-0-r1.ebuild')
-rw-r--r--app-text/zathura-meta/zathura-meta-0-r1.ebuild24
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 )
+"