lightdm: use make_dirs, bumprev.
This commit is contained in:
parent
65fc5ea0da
commit
cdcea64098
2 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,5 @@
|
||||||
case ${ACTION} in
|
case ${ACTION} in
|
||||||
post)
|
post)
|
||||||
[ ! -d var/cache/lightdm ] && mkdir -p var/cache/lightdm
|
|
||||||
chown lightdm:lightdm var/cache/lightdm
|
|
||||||
cat <<_EOF
|
cat <<_EOF
|
||||||
==========================================================================
|
==========================================================================
|
||||||
To make lightdm work, a greeter package must be installed:
|
To make lightdm work, a greeter package must be installed:
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'lightdm'
|
# Template file for 'lightdm'
|
||||||
pkgname=lightdm
|
pkgname=lightdm
|
||||||
version=1.0.6
|
version=1.0.6
|
||||||
|
revision=1
|
||||||
homepage="https://launchpad.net/lightdm"
|
homepage="https://launchpad.net/lightdm"
|
||||||
distfiles="http://launchpad.net/lightdm/trunk/$version/+download/lightdm-$version.tar.gz"
|
distfiles="http://launchpad.net/lightdm/trunk/$version/+download/lightdm-$version.tar.gz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -25,7 +26,7 @@ conf_files="
|
||||||
system_accounts="lightdm"
|
system_accounts="lightdm"
|
||||||
lightdm_homedir="/var/cache/lightdm"
|
lightdm_homedir="/var/cache/lightdm"
|
||||||
systemd_services="lightdm.service"
|
systemd_services="lightdm.service"
|
||||||
keep_empty_dirs=yes
|
make_dirs="/var/cache/lightdm 0755 lightdm lightdm"
|
||||||
|
|
||||||
subpackages="liblightdm-gobject liblightdm-qt lightdm-qt-greeter"
|
subpackages="liblightdm-gobject liblightdm-qt lightdm-qt-greeter"
|
||||||
subpackages="${subpackages} lightdm-gtk-greeter lightdm-devel"
|
subpackages="${subpackages} lightdm-gtk-greeter lightdm-devel"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue