summaryrefslogtreecommitdiff
path: root/elements/privileges-management/polkit.bst
blob: 45426819a12a92dae88035ffbc99d35ece3764b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
kind: autotools
depends:
- foundation.bst
- glib-common.bst
- network-security.bst
- python2-core.bst
- privileges-management/mozjs17.bst
sources:
- kind: git
  url: upstream:polkit
  track: master
  ref: 5a7e3b76aa45eea43e4bdc403ddd4c6e1a4c6542
variables:
  notparallel: true
config:
  configure-commands:
  - ./autogen.sh --prefix="%{prefix}" --sysconfdir=/etc --disable-man-pages --disable-gtk-doc
    --enable-libsystemd-login=yes
public:
  bst:
    integration-commands:
    - groupadd -fg 27 polkitd
    - useradd -c "PolicyKit Daemon Owner" -d /etc/polkit-1 -u 27  -g polkitd -s /bin/false
      polkitd