mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 09:52:57 +02:00
polkit: add polkitd service
This commit is contained in:
parent
a7c1f626c3
commit
b704d98d16
2 changed files with 5 additions and 2 deletions
2
srcpkgs/polkit/files/polkitd/run
Normal file
2
srcpkgs/polkit/files/polkitd/run
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec /usr/lib/polkit-1/polkitd --no-debug
|
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'polkit'
|
||||
pkgname=polkit
|
||||
version=0.115
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="$(vopt_enable gir introspection) --disable-systemd
|
||||
--disable-libsystemd-login --disable-libelogind --disable-static
|
||||
--with-authfw=pam --with-os-type=void --with-mozjs=mozjs-52.0"
|
||||
hostmakedepends="autoconf-archive automake gettext-devel git glib-devel
|
||||
gobject-introspection gtk-doc intltool pkg-config"
|
||||
gobject-introspection gtk-doc intltool libtool pkg-config"
|
||||
makedepends="libglib-devel mozjs52-devel pam-devel"
|
||||
short_desc="Authorization Toolkit"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
|
@ -42,6 +42,7 @@ post_configure() {
|
|||
|
||||
post_install() {
|
||||
vinstall ${FILESDIR}/polkit-1.pam 644 etc/pam.d polkit-1
|
||||
vsv polkitd
|
||||
}
|
||||
|
||||
polkit-devel_package() {
|
||||
|
|
Loading…
Add table
Reference in a new issue