diff options
Diffstat (limited to 'net-print/cups-pk-helper/cups-pk-helper-0.2.7-r1.ebuild')
-rw-r--r-- | net-print/cups-pk-helper/cups-pk-helper-0.2.7-r1.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/net-print/cups-pk-helper/cups-pk-helper-0.2.7-r1.ebuild b/net-print/cups-pk-helper/cups-pk-helper-0.2.7-r1.ebuild new file mode 100644 index 000000000000..52b9222c776c --- /dev/null +++ b/net-print/cups-pk-helper/cups-pk-helper-0.2.7-r1.ebuild @@ -0,0 +1,31 @@ +# 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 ) |