dev-python/agate: Bump to 1.13.0
[gentoo/gentoo.git] / net-print / cups-pk-helper / cups-pk-helper-0.2.7-r1.ebuild
blobec08f47929308a96dcd8778d7b6e91e72c4c52c8
1 # Copyright 1999-2023 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=8
6 inherit gnome.org meson
8 DESCRIPTION="PolicyKit helper to configure cups with fine-grained privileges"
9 HOMEPAGE="https://www.freedesktop.org/wiki/Software/cups-pk-helper https://gitlab.freedesktop.org/cups-pk-helper/cups-pk-helper"
10 SRC_URI="https://www.freedesktop.org/software/${PN}/releases/${P}.tar.xz"
12 LICENSE="GPL-2+"
13 SLOT="0"
14 KEYWORDS="~alpha amd64 ~arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86"
15 RESTRICT="test" # bug #864949
17 DEPEND="
18         >=dev-libs/glib-2.36.0:2
19         >=sys-auth/polkit-0.97
20         net-print/cups
22 RDEPEND="${DEPEND}
23         sys-apps/dbus
25 BDEPEND="
26         >=dev-util/gdbus-codegen-2.36.0
27         virtual/pkgconfig
28         sys-devel/gettext
31 DOCS=( AUTHORS HACKING NEWS README )