lightdm: update to 1.32.0.
This commit is contained in:
parent
1f67d96baf
commit
b64a719241
|
@ -1,25 +1,24 @@
|
|||
# Template file for 'lightdm'
|
||||
pkgname=lightdm
|
||||
version=1.30.0
|
||||
revision=3
|
||||
version=1.32.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
build_helper="gir"
|
||||
configure_args="--sbindir=/usr/bin --with-greeter-session=lightdm-gtk-greeter
|
||||
--with-greeter-user=lightdm --disable-static --disable-tests
|
||||
$(vopt_enable gir introspection)"
|
||||
hostmakedepends="pkg-config intltool itstool $(vopt_if gir 'gobject-introspection vala')"
|
||||
makedepends="dbus-glib-devel libxklavier-devel libxml2-devel
|
||||
gtk+3-devel libxcb-devel libXdmcp-devel pam-devel vala-devel
|
||||
libgcrypt-devel accountsservice-devel"
|
||||
depends="dbus accountsservice"
|
||||
short_desc="Light Display Manager"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-3.0-or-later, LGPL-2.0-or-later"
|
||||
homepage="https://github.com/CanonicalLtd/lightdm"
|
||||
changelog="https://raw.githubusercontent.com/CanonicalLtd/lightdm/master/NEWS"
|
||||
distfiles="https://github.com/CanonicalLtd/lightdm/releases/download/${version}/lightdm-${version}.tar.xz"
|
||||
checksum=a118779650a3a5b20f05d53c4f9e377b484fbc1810a6b0914a60840d9a581f95
|
||||
|
||||
hostmakedepends="pkg-config intltool itstool $(vopt_if gir 'gobject-introspection vala')"
|
||||
makedepends="dbus-glib-devel libxklavier-devel libxml2-devel
|
||||
gtk+3-devel libxcb-devel libXdmcp-devel pam-devel vala-devel
|
||||
libgcrypt-devel accountsservice-devel"
|
||||
depends="dbus accountsservice"
|
||||
checksum=12f5ab432748f0387c7cf8b94430495a558a035a4f8465e5181af6faff133e4b
|
||||
conf_files="/etc/${pkgname}/*.conf /etc/pam.d/*"
|
||||
system_accounts="lightdm"
|
||||
lightdm_homedir="/var/lib/lightdm"
|
||||
|
|
Loading…
Reference in New Issue