polkit-libs

LOW
maintainer Tilltheman 0 votes scanned 2026-09-26 15:15:21.013550
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: Tillmann Severin <tillmann.zipperer@web.de>
2pkgname=polkit-libs
3pkgver=127
4pkgrel=1
5pkgdesc="Application development toolkit for controlling system-wide privileges (libs only)"
6url="https://github.com/polkit-org/polkit"
7arch=(x86_64)
8license=(LGPL-2.0-or-later)
9depends=(
10 systemd-libs
11 glib2
12 glibc
13)
14makedepends=(
15 git
16 glib2-devel
17 gobject-introspection
18 meson
19)
20checkdepends=(python-dbusmock)
21provides=(libpolkit-{agent,gobject}-1.so)
22source=(
23 "git+$url#tag=$pkgver"
24)
25b2sums=('6744385984906d97f79aedbfeb894ff274769212af44686b90f6c5ab7f3007d0e6db91b5439c95f344621aa447b570686d46eff7fac861854cfcd37fba5e73e5')
26
27prepare() {
28 cd polkit
29}
30
31build() {
32 local meson_options=(
33 -D tests=true
34 -D libs-only=true
35 )
36
37 arch-meson polkit build "${meson_options[@]}"
38 meson compile -C build
39}
40
41check() {
42 meson test -C build --print-errorlogs -t 3
43}
44
45package() {
46 meson install -C build --destdir "$pkgdir"
47}
48
49# vim:set sw=2 sts=-1 et:
50

Scan history

Scanned at (UTC)SeverityRules
2026-09-26 15:15:21 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