diff --git a/srcpkgs/lxdm/template b/srcpkgs/lxdm/template index 581d8819de..4682deaeed 100644 --- a/srcpkgs/lxdm/template +++ b/srcpkgs/lxdm/template @@ -1,9 +1,7 @@ # Template file for 'lxdm' pkgname=lxdm version=0.4.1 -revision=2 -homepage="http://www.lxde.org" -distfiles="${SOURCEFORGE_SITE}/lxde/$pkgname-$version.tar.gz" +revision=3 build_style=gnu-configure configure_args="-with-xconn=xcb" makedepends="pkg-config intltool gtk+-devel ConsoleKit-devel" @@ -15,6 +13,8 @@ systemd_services="lxdm.service off" short_desc="GUI login manager for LXDE" maintainer="Juan RP " license="GPL-3" +homepage="http://www.lxde.org" +distfiles="${SOURCEFORGE_SITE}/lxde/$pkgname-$version.tar.gz" checksum=9e0d0a5672fcf31a18de8178ce73eab1723d6ae7097dfe41e9fe2c46e180cf08 long_desc=" A lightweight dropped-in replacement for GDM or KDM." @@ -37,5 +37,5 @@ post_install() { rm -f ${DESTDIR}/etc/pam.d/lxdm vinstall ${FILESDIR}/lxdm.pam 644 etc/pam.d lxdm # Install systemd service. - vinstall ${FILESDIR}/lxdm.service 644 lib/systemd/system + vinstall ${FILESDIR}/lxdm.service 644 usr/lib/systemd/system }