You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-print/cups-meta/cups-meta-1.ebuild

24 lines
672 B

# 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] )
"