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-pk-helper/cups-pk-helper-0.2.7-r1.ebuild

32 lines
787 B

# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gnome.org meson
DESCRIPTION="PolicyKit helper to configure cups with fine-grained privileges"
HOMEPAGE="https://www.freedesktop.org/wiki/Software/cups-pk-helper https://gitlab.freedesktop.org/cups-pk-helper/cups-pk-helper"
SRC_URI="https://www.freedesktop.org/software/${PN}/releases/${P}.tar.xz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86"
RESTRICT="test" # bug #864949
DEPEND="
>=dev-libs/glib-2.36.0:2
>=sys-auth/polkit-0.97
net-print/cups
"
RDEPEND="${DEPEND}
sys-apps/dbus
"
BDEPEND="
>=dev-util/gdbus-codegen-2.36.0
virtual/pkgconfig
sys-devel/gettext
"
DOCS=( AUTHORS HACKING NEWS README )