ConsoleKit: update to 0.4.3.
This commit is contained in:
parent
50f6319ed9
commit
536e208313
1 changed files with 3 additions and 6 deletions
|
@ -1,23 +1,20 @@
|
|||
# Template file for 'ConsoleKit'
|
||||
pkgname=ConsoleKit
|
||||
version=0.4.2
|
||||
version=0.4.3
|
||||
distfiles="http://www.freedesktop.org/software/$pkgname/dist/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--enable-docbook-docs --enable-pam-module
|
||||
--localstatedir=/var"
|
||||
short_desc="Framework for defining and tracking users, login sessions and seats"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=656f406c9c436bd105c34d87e824cb2fbae09fa672b93894059281124480fe15
|
||||
checksum=fe02aca2b4c21df59aa5fbe6f28ea3ea4b3c9dd64c48c50634e9a53cf9c0dcc5
|
||||
long_desc="
|
||||
ConsoleKit is a framework for keeping track of the various users, sessions,
|
||||
and seats present on a system. It provides a mechanism for software to react
|
||||
to changes of any of these items or of any of the metadata associated with
|
||||
them."
|
||||
|
||||
conf_files="
|
||||
/etc/dbus-1/system.d/ConsoleKit.conf
|
||||
/etc/logrotate.d/ConsoleKit"
|
||||
|
||||
conf_files="/etc/logrotate.d/ConsoleKit"
|
||||
keep_empty_dirs=yes
|
||||
subpackages="$pkgname-devel $pkgname-x11"
|
||||
|
||||
|
|
Loading…
Reference in a new issue