mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
lxdm: build with gtk3
This commit is contained in:
parent
99de8e9554
commit
b86ded841d
1 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'lxdm'
|
# Template file for 'lxdm'
|
||||||
pkgname=lxdm
|
pkgname=lxdm
|
||||||
version=0.5.3
|
version=0.5.3
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sbindir=/usr/bin --enable-consolekit --with-pam"
|
configure_args="--enable-consolekit --with-pam --enable-gtk3"
|
||||||
hostmakedepends="automake gettext-devel libtool pkg-config intltool"
|
hostmakedepends="automake gettext-devel libtool pkg-config intltool"
|
||||||
makedepends="pam-devel gtk+-devel iso-codes ConsoleKit2-devel"
|
makedepends="pam-devel gtk+3-devel iso-codes ConsoleKit2-devel"
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/lxdm/LoginReady
|
/etc/lxdm/LoginReady
|
||||||
/etc/lxdm/PostLogin
|
/etc/lxdm/PostLogin
|
||||||
|
@ -19,7 +19,7 @@ conf_files="
|
||||||
system_groups="lxdm"
|
system_groups="lxdm"
|
||||||
short_desc="GUI login manager for LXDE"
|
short_desc="GUI login manager for LXDE"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://lxde.org"
|
homepage="https://lxde.org"
|
||||||
distfiles="${SOURCEFORGE_SITE}/lxdm/lxdm-${version}.tar.xz"
|
distfiles="${SOURCEFORGE_SITE}/lxdm/lxdm-${version}.tar.xz"
|
||||||
checksum=4891efee81c72a400cc6703e40aa76f3f3853833d048b72ec805da0f93567f2f
|
checksum=4891efee81c72a400cc6703e40aa76f3f3853833d048b72ec805da0f93567f2f
|
||||||
|
|
Loading…
Add table
Reference in a new issue