ConsoleKit2: update to 1.0.1.
cgmanager support is not strictly required, so that do not require its service to be started in the consolekit service; make this optional.
This commit is contained in:
parent
a2f783a11f
commit
776116674e
|
@ -1,3 +1,2 @@
|
|||
#!/bin/sh
|
||||
sv check cgmanager >/dev/null || exit 1
|
||||
exec console-kit-daemon --no-daemon
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'ConsoleKit2'
|
||||
pkgname=ConsoleKit2
|
||||
version=1.0.0
|
||||
revision=4
|
||||
version=1.0.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="ac_cv_file__sys_class_tty_tty0_active=yes
|
||||
--with-rundir=/run --enable-udev-acl --enable-pam-module
|
||||
|
@ -14,7 +14,7 @@ maintainer="Enno Boland <gottox@voidlinux.eu>"
|
|||
homepage="http://consolekit2.github.io/ConsoleKit2/"
|
||||
license="GPL-2"
|
||||
distfiles="https://github.com/ConsoleKit2/ConsoleKit2/releases/download/${version}/ConsoleKit2-${version}.tar.bz2"
|
||||
checksum=30b8026e62246593637bacf99ab9cbea18e7fea6ee07c45ae2a351912aacda4b
|
||||
checksum=741c53321a0792b165f386c73c668af25615accab6d15983290103348a3ff00c
|
||||
|
||||
provides="ConsoleKit-${version}_${revision}"
|
||||
replaces="ConsoleKit>=0"
|
||||
|
|
Loading…
Reference in New Issue