summaryrefslogtreecommitdiff
path: root/net-print/cups-meta/cups-meta-1.ebuild
blob: 3783a1bf908cfded62fa734f9c1fcf46aefb4f02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Metapackage for a fully configured cups printer setup"
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"

LICENSE="metapackage"
SLOT="0"
IUSE="+browsed +foomatic pdf +postscript +poppler zeroconf"
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"

RDEPEND="
	net-print/cups[zeroconf?]
	net-print/libppd[postscript?,poppler?]
	net-print/libcupsfilters[pdf?,poppler?]
	net-print/cups-filters[foomatic?]

	browsed? ( net-print/cups-browsed )
	pdf? ( app-text/mupdf )
	postscript? ( >=app-text/ghostscript-gpl-9.09[cups] )
"