mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
accountsservice: depend on ConsoleKit-x11 instead.
This commit is contained in:
parent
b7278b524b
commit
72482f7595
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'accountsservice'
|
# Template file for 'accountsservice'
|
||||||
pkgname=accountsservice
|
pkgname=accountsservice
|
||||||
version=0.6.15
|
version=0.6.15
|
||||||
revision=4
|
revision=5
|
||||||
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz"
|
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-systemdsystemunitdir=/lib/systemd/system"
|
configure_args="--with-systemdsystemunitdir=/lib/systemd/system"
|
||||||
|
@ -24,7 +24,7 @@ Add_dependency build gobject-introspection
|
||||||
Add_dependency build dbus-glib-devel
|
Add_dependency build dbus-glib-devel
|
||||||
Add_dependency build polkit-devel
|
Add_dependency build polkit-devel
|
||||||
|
|
||||||
Add_dependency run ConsoleKit # uses ConsoleKit dbus stuff.
|
Add_dependency run ConsoleKit-x11 # uses ConsoleKit dbus stuff.
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
for d in users icons; do
|
for d in users icons; do
|
||||||
|
|
Loading…
Add table
Reference in a new issue