mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
ConsoleKit2: update to 1.2.1. (#9996)
This commit is contained in:
parent
31ded17080
commit
ecf5325d03
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ConsoleKit2'
|
# Template file for 'ConsoleKit2'
|
||||||
pkgname=ConsoleKit2
|
pkgname=ConsoleKit2
|
||||||
version=1.2.0
|
version=1.2.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="ac_cv_file__sys_class_tty_tty0_active=yes
|
configure_args="ac_cv_file__sys_class_tty_tty0_active=yes
|
||||||
|
@ -8,13 +8,14 @@ configure_args="ac_cv_file__sys_class_tty_tty0_active=yes
|
||||||
--with-pam-module-dir=/usr/lib/security"
|
--with-pam-module-dir=/usr/lib/security"
|
||||||
hostmakedepends="git automake libtool pkg-config gettext-devel glib-devel"
|
hostmakedepends="git automake libtool pkg-config gettext-devel glib-devel"
|
||||||
makedepends="acl-devel eudev-libudev-devel polkit-devel glib-devel libX11-devel pam-devel libcgmanager-devel"
|
makedepends="acl-devel eudev-libudev-devel polkit-devel glib-devel libX11-devel pam-devel libcgmanager-devel"
|
||||||
|
checkdepends="libxml2" # for xmllint
|
||||||
depends="dbus cgmanager"
|
depends="dbus cgmanager"
|
||||||
short_desc="A framework for defining and tracking users, login sessions, and seats"
|
short_desc="A framework for defining and tracking users, login sessions, and seats"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
homepage="http://consolekit2.github.io/ConsoleKit2/"
|
homepage="http://consolekit2.github.io/ConsoleKit2/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="https://github.com/ConsoleKit2/ConsoleKit2/releases/download/${version}/ConsoleKit2-${version}.tar.bz2"
|
distfiles="https://github.com/ConsoleKit2/ConsoleKit2/releases/download/${version}/ConsoleKit2-${version}.tar.bz2"
|
||||||
checksum=d6ea13b306557a76519388de39bf7f1a1ea9010af147fad4fb3131ce634bd8b3
|
checksum=9af223096ece88b217bcd3fe85093390a8d1527b6492124b0e90ea7688ec934b
|
||||||
|
|
||||||
make_dirs="
|
make_dirs="
|
||||||
/etc/ConsoleKit/run-seat.d 0755 root root
|
/etc/ConsoleKit/run-seat.d 0755 root root
|
||||||
|
|
Loading…
Add table
Reference in a new issue