lxdm: switch to /usr.

This commit is contained in:
Juan RP 2012-07-09 17:51:10 +02:00
parent 34ff931ea9
commit 72a628553d

View file

@ -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 <xtraeme@gmail.com>"
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
}