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