mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
lightdm: update to 1.32.0.
This commit is contained in:
parent
1f67d96baf
commit
b64a719241
1 changed files with 8 additions and 9 deletions
|
@ -1,25 +1,24 @@
|
||||||
# Template file for 'lightdm'
|
# Template file for 'lightdm'
|
||||||
pkgname=lightdm
|
pkgname=lightdm
|
||||||
version=1.30.0
|
version=1.32.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="--sbindir=/usr/bin --with-greeter-session=lightdm-gtk-greeter
|
configure_args="--sbindir=/usr/bin --with-greeter-session=lightdm-gtk-greeter
|
||||||
--with-greeter-user=lightdm --disable-static --disable-tests
|
--with-greeter-user=lightdm --disable-static --disable-tests
|
||||||
$(vopt_enable gir introspection)"
|
$(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"
|
short_desc="Light Display Manager"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later, LGPL-2.0-or-later"
|
license="GPL-3.0-or-later, LGPL-2.0-or-later"
|
||||||
homepage="https://github.com/CanonicalLtd/lightdm"
|
homepage="https://github.com/CanonicalLtd/lightdm"
|
||||||
changelog="https://raw.githubusercontent.com/CanonicalLtd/lightdm/master/NEWS"
|
changelog="https://raw.githubusercontent.com/CanonicalLtd/lightdm/master/NEWS"
|
||||||
distfiles="https://github.com/CanonicalLtd/lightdm/releases/download/${version}/lightdm-${version}.tar.xz"
|
distfiles="https://github.com/CanonicalLtd/lightdm/releases/download/${version}/lightdm-${version}.tar.xz"
|
||||||
checksum=a118779650a3a5b20f05d53c4f9e377b484fbc1810a6b0914a60840d9a581f95
|
checksum=12f5ab432748f0387c7cf8b94430495a558a035a4f8465e5181af6faff133e4b
|
||||||
|
|
||||||
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"
|
|
||||||
conf_files="/etc/${pkgname}/*.conf /etc/pam.d/*"
|
conf_files="/etc/${pkgname}/*.conf /etc/pam.d/*"
|
||||||
system_accounts="lightdm"
|
system_accounts="lightdm"
|
||||||
lightdm_homedir="/var/lib/lightdm"
|
lightdm_homedir="/var/lib/lightdm"
|
||||||
|
|
Loading…
Add table
Reference in a new issue