accountsservice: explicitly depend in ConsoleKit.
This commit is contained in:
parent
5c9999d352
commit
b7278b524b
2 changed files with 3 additions and 3 deletions
|
@ -6,6 +6,5 @@ libgio-2.0.so.0
|
||||||
libgobject-2.0.so.0
|
libgobject-2.0.so.0
|
||||||
libglib-2.0.so.0
|
libglib-2.0.so.0
|
||||||
libc.so.6
|
libc.so.6
|
||||||
libgthread-2.0.so.0
|
|
||||||
librt.so.1
|
librt.so.1
|
||||||
libcrypt.so.1
|
libcrypt.so.1
|
||||||
|
|
|
@ -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=3
|
revision=4
|
||||||
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"
|
||||||
|
@ -18,13 +18,14 @@ long_desc="
|
||||||
systemd_services="accounts-daemon.service on"
|
systemd_services="accounts-daemon.service on"
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
|
|
||||||
|
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build intltool
|
Add_dependency build intltool
|
||||||
Add_dependency build gobject-introspection
|
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.
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
for d in users icons; do
|
for d in users icons; do
|
||||||
vmkdir var/lib/AccountsService/${d}
|
vmkdir var/lib/AccountsService/${d}
|
||||||
|
|
Loading…
Reference in a new issue