net-print/cups-pk-helper - 0.2.7-r1 (gentoo)

Search

Package Information

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
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
0.2.7-r1 8 ~alpha amd64 ~arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86 0
View Raw Ebuild
# Copyright 1999-2026 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 ~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.80.5-r1
	virtual/pkgconfig
	sys-devel/gettext
"

DOCS=( AUTHORS HACKING NEWS README )

Dependencies

DEPEND

	>=dev-libs/glib-2.36.0:2
	>=sys-auth/polkit-0.97
	net-print/cups

RDEPEND

	>=dev-libs/glib-2.36.0:2
	>=sys-auth/polkit-0.97
	net-print/cups

	sys-apps/dbus

BDEPEND

	>=dev-util/gdbus-codegen-2.80.5-r1
	virtual/pkgconfig
	sys-devel/gettext