lib32-polkit

LOW
maintainer orphaned 0 votes scanned 2026-08-23 13:20:29.873780
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
2# Contributor: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
3# Contributor: Jan de Groot <jgc@archlinux.org>
4# Contributor: jtts <jussaar@mbnet.fi>
5# Contributor: GordonGR <gordongr@freemail.gr>
6
7pkgname=lib32-polkit
8pkgver=127
9pkgrel=1
10pkgdesc="Application development toolkit for controlling system-wide privileges"
11url="https://github.com/polkit-org/polkit"
12arch=(x86_64)
13license=(LGPL-2.0-or-later)
14depends=(
15 lib32-glib2
16 lib32-glibc
17 lib32-systemd
18 polkit
19)
20makedepends=(
21 dbus
22 git
23 glib2-devel
24 lib32-pam
25 meson
26 systemd
27)
28checkdepends=(python-dbusmock)
29provides=(libpolkit-{agent,gobject}-1.so)
30source=(
31 "git+$url#tag=$pkgver"
32 0001-meson-Support-explicit-GID.patch
33 0002-meson-Detect-Arch-Linux-and-set-the-UID-and-GID.patch
34)
35b2sums=('6744385984906d97f79aedbfeb894ff274769212af44686b90f6c5ab7f3007d0e6db91b5439c95f344621aa447b570686d46eff7fac861854cfcd37fba5e73e5'
36 '5549570ecce8db08263167a52211befda69eca2dd65020d132c3001b621e7b6db8a092eefb29ad0e50ab980b0158ed15a79ab7f23e1754e890b51c6ef827eb72'
37 '6d4d435c8af82270fb6720ca00bab14492fbf6f0d73ba0eba0ac909cc192452a78de56ceb2fe224ac68fcc0f7c9decc01771aaa3f1956ccfae9747620986948c')
38
39prepare() {
40 cd polkit
41 git apply -3 ../0001-meson-Support-explicit-GID.patch
42 git apply -3 ../0002-meson-Detect-Arch-Linux-and-set-the-UID-and-GID.patch
43}
44
45build() {
46 local meson_options=(
47 --cross-file lib32
48 -D gettext=true
49 -D introspection=false
50 -D libs-only=true
51 -D tests=true
52 )
53
54 arch-meson polkit build "${meson_options[@]}"
55 meson compile -C build
56}
57
58check() {
59 meson test -C build --print-errorlogs -t 3
60}
61
62package() {
63 meson install -C build --destdir "$pkgdir"
64
65 rm -r "$pkgdir"/usr/{include,lib,share}
66}
67
68# vim:set sw=2 sts=-1 et:
69

Scan history

Scanned at (UTC)SeverityRules
2026-08-23 13:20:29 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion