lightdm: update to 1.16.5.

This commit is contained in:
Juan RP 2015-11-03 08:45:05 +01:00
parent a3ff00e6d8
commit 0cfa47742d
2 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,4 @@
#!/bin/sh #!/bin/sh
sv check dbus >/dev/null || exit 1 sv check dbus >/dev/null || exit 1
install -d -m0711 -olightdm -glightdm /run/lightdm
exec lightdm exec lightdm

View file

@ -1,6 +1,6 @@
# Template file for 'lightdm' # Template file for 'lightdm'
pkgname=lightdm pkgname=lightdm
version=1.16.4 version=1.16.5
revision=1 revision=1
build_pie=yes build_pie=yes
build_style=gnu-configure build_style=gnu-configure
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-3, LGPL-3" license="GPL-3, LGPL-3"
homepage="https://launchpad.net/lightdm" homepage="https://launchpad.net/lightdm"
distfiles="https://launchpad.net/lightdm/${version%.*}/$version/+download/$pkgname-$version.tar.xz" distfiles="https://launchpad.net/lightdm/${version%.*}/$version/+download/$pkgname-$version.tar.xz"
checksum=7078d748acaeaafca807b58b004facc266ed7a785178d7d71d98d027eb828a20 checksum=8c8c58e9eaafb25c772ed809bf6b374254e51f6138ac8c2caf3e8bdaf87e63e1
build_options="gir" build_options="gir"
hostmakedepends="pkg-config intltool itstool $(vopt_if gir gobject-introspection)" hostmakedepends="pkg-config intltool itstool $(vopt_if gir gobject-introspection)"
@ -31,7 +31,6 @@ system_accounts="lightdm"
lightdm_homedir="/var/lib/lightdm" lightdm_homedir="/var/lib/lightdm"
subpackages="liblightdm-gobject lightdm-devel" subpackages="liblightdm-gobject lightdm-devel"
make_dirs=" make_dirs="
/run/lightdm 0711 lightdm lightdm
/var/lib/lightdm 0755 lightdm lightdm /var/lib/lightdm 0755 lightdm lightdm
/var/lib/lightdm-data 0755 lightdm lightdm" /var/lib/lightdm-data 0755 lightdm lightdm"