mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
ConsoleKit2: added system service
This commit is contained in:
parent
6726fe560c
commit
48ee5ae9b8
2 changed files with 8 additions and 1 deletions
3
srcpkgs/ConsoleKit2/files/consolekit/run
Normal file
3
srcpkgs/ConsoleKit2/files/consolekit/run
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
sv check dbus >/dev/null || exit 1
|
||||||
|
exec console-kit-daemon --no-daemon
|
|
@ -2,7 +2,7 @@
|
||||||
pkgname=ConsoleKit2
|
pkgname=ConsoleKit2
|
||||||
reverts=0.9.3_1
|
reverts=0.9.3_1
|
||||||
version=0.9.2
|
version=0.9.2
|
||||||
revision=7
|
revision=8
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
build_pie=yes
|
build_pie=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -32,6 +32,10 @@ pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vsv consolekit
|
||||||
|
}
|
||||||
|
|
||||||
ConsoleKit2-devel_package() {
|
ConsoleKit2-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
depends="dbus-devel ${sourcepkg}>=${version}_${revision}"
|
depends="dbus-devel ${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue