Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit/
Date: Mon, 04 Oct 2021 20:08:15
Message-Id: 1633378084.3623932f33b7e986169ccbb0e57032c2f2d60e1d.polynomial-c@gentoo
1 commit: 3623932f33b7e986169ccbb0e57032c2f2d60e1d
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 4 20:06:47 2021 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 4 20:08:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3623932f
7
8 sys-auth/polkit: Bump to version 0.120
9
10 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
11
12 sys-auth/polkit/Manifest | 1 +
13 sys-auth/polkit/polkit-0.120.ebuild | 110 ++++++++++++++++++++++++++++++++++++
14 2 files changed, 111 insertions(+)
15
16 diff --git a/sys-auth/polkit/Manifest b/sys-auth/polkit/Manifest
17 index 6533565ddf2..1790f11870e 100644
18 --- a/sys-auth/polkit/Manifest
19 +++ b/sys-auth/polkit/Manifest
20 @@ -2,3 +2,4 @@ DIST polkit-0.116.tar.gz 1548311 BLAKE2B e9761a2934136d453a47b81dd1f132f9fc96c45
21 DIST polkit-0.117.tar.gz 1554536 BLAKE2B 1cf7e0ff9db19a29be626f4bea96c9e2ef8b1eab4b8287a5f1f4d2a818b86d58c1c4c4a41849d95e31559dba1b18853a31e934ebbadd8e07f94dfd58b45240e0 SHA512 c10ea984f2386fe436e58a2866e5323afc80d24f744f0ee61d966941259aa491bd96b07d911434aa731b300c3cca25b647804b396501175ab5b3c53384e94c70
22 DIST polkit-0.118.tar.gz 1556765 BLAKE2B d048b37b1ff8ad59a2d8a333a3b459d1592b61f7a6d9a9569f8b2984de913d71abfc9748e242c7453f0bce4f322bd44672e35309f181afd22488794ca0e47119 SHA512 3d412f40c903cfaf68530f9c0cb616106f8edf43bec6805de129f8bb9cb4e64c98da6bf02caa3ef5619974f3e2df7a70564f08b92901662453477e9005752b4e
23 DIST polkit-0.119.tar.gz 1387409 BLAKE2B aeb605598393d1cab40f7c77954008a0392600584c5fe8cc9acaa0e122418ee48b9cce0b6839189ea415277ff0ae4dbd5b7c71cb910aa349dcaf7e1f3f70ef06 SHA512 0260fb15da1c4c1f429e8223260981e64e297f1be8ced42f6910f09ea6581b8205aca06c9c601eb4a128acba2f468de0223118f96862ba769f95721894cf1578
24 +DIST polkit-0.120.tar.gz 1626659 BLAKE2B 745727445b4946d44b8ea470d21ac131ca7706e83f5dbaf85cf3541ac60a1bbe23b3bf3172a62d9256ebb3dae02d2b2d476e3e0f7fe79a80c47864a120e62ed9 SHA512 db072769439d5e17d0eed681e7b94251b77828c1474b40fe40b94293903a64333e7fa17515a3270648691f04a1374d8b404405ead6abf292a8eb8483164adc46
25
26 diff --git a/sys-auth/polkit/polkit-0.120.ebuild b/sys-auth/polkit/polkit-0.120.ebuild
27 new file mode 100644
28 index 00000000000..f8a3419af6e
29 --- /dev/null
30 +++ b/sys-auth/polkit/polkit-0.120.ebuild
31 @@ -0,0 +1,110 @@
32 +# Copyright 1999-2021 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +inherit meson pam pax-utils systemd xdg-utils
38 +
39 +DESCRIPTION="Policy framework for controlling privileges for system-wide services"
40 +HOMEPAGE="https://www.freedesktop.org/wiki/Software/polkit https://gitlab.freedesktop.org/polkit/polkit"
41 +SRC_URI="https://www.freedesktop.org/software/${PN}/releases/${P}.tar.gz"
42 +
43 +LICENSE="LGPL-2"
44 +SLOT="0"
45 +KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc64 ~riscv ~s390 ~x86"
46 +IUSE="examples gtk +introspection kde pam selinux systemd test"
47 +#RESTRICT="!test? ( test )"
48 +# Tests currently don't work with meson. See
49 +# https://gitlab.freedesktop.org/polkit/polkit/-/issues/144
50 +RESTRICT="test"
51 +
52 +BDEPEND="
53 + acct-user/polkitd
54 + app-text/docbook-xml-dtd:4.1.2
55 + app-text/docbook-xsl-stylesheets
56 + dev-libs/glib
57 + dev-libs/gobject-introspection-common
58 + dev-libs/libxslt
59 + dev-util/glib-utils
60 + sys-devel/gettext
61 + virtual/pkgconfig
62 + introspection? ( dev-libs/gobject-introspection )
63 +"
64 +DEPEND="
65 + dev-lang/spidermonkey:78[-debug]
66 + dev-libs/glib:2
67 + dev-libs/expat
68 + pam? (
69 + sys-auth/pambase
70 + sys-libs/pam
71 + )
72 + !pam? ( virtual/libcrypt:= )
73 + systemd? ( sys-apps/systemd:0=[policykit] )
74 + !systemd? ( sys-auth/elogind )
75 +"
76 +RDEPEND="${DEPEND}
77 + acct-user/polkitd
78 + selinux? ( sec-policy/selinux-policykit )
79 +"
80 +PDEPEND="
81 + gtk? ( || (
82 + >=gnome-extra/polkit-gnome-0.105
83 + >=lxde-base/lxsession-0.5.2
84 + ) )
85 + kde? ( kde-plasma/polkit-kde-agent )
86 +"
87 +
88 +DOCS=( docs/TODO HACKING NEWS README )
89 +
90 +QA_MULTILIB_PATHS="
91 + usr/lib/polkit-1/polkit-agent-helper-1
92 + usr/lib/polkit-1/polkitd"
93 +
94 +src_prepare() {
95 + default
96 +
97 + sed -i -e 's|unix-group:wheel|unix-user:0|' src/polkitbackend/*-default.rules || die #401513
98 +}
99 +
100 +src_configure() {
101 + xdg_environment_reset
102 +
103 + local emesonargs=(
104 + --localstatedir="${EPREFIX}"/var
105 + -Dauthfw="$(usex pam pam shadow)"
106 + -Dexamples=false
107 + -Dgtk_doc=false
108 + -Dman=true
109 + -Dos_type=gentoo
110 + -Dsession_tracking="$(usex systemd libsystemd-login libelogind)"
111 + -Dsystemdsystemunitdir="$(systemd_get_systemunitdir)"
112 + $(meson_use introspection)
113 + $(meson_use test tests)
114 + $(usex pam "-Dpam_module_dir=$(getpam_mod_dir)" '')
115 + )
116 + meson_src_configure
117 +}
118 +
119 +src_compile() {
120 + meson_src_compile
121 +
122 + # Required for polkitd on hardened/PaX due to spidermonkey's JIT
123 + pax-mark mr src/polkitbackend/.libs/polkitd test/polkitbackend/.libs/polkitbackendjsauthoritytest
124 +}
125 +
126 +src_install() {
127 + meson_src_install
128 +
129 + if use examples ; then
130 + docinto examples
131 + dodoc src/examples/{*.c,*.policy*}
132 + fi
133 +
134 + diropts -m 0700 -o polkitd
135 + keepdir /usr/share/polkit-1/rules.d
136 +}
137 +
138 +pkg_postinst() {
139 + chmod 0700 "${EROOT}"/{etc,usr/share}/polkit-1/rules.d
140 + chown polkitd "${EROOT}"/{etc,usr/share}/polkit-1/rules.d
141 +}