# $Id$ PNAME="lightdm" PVER="1.3.3" PBUILD="r1" PCAT="x11-misc" DESCRIPTION="A display manager that aims to be the standard display manager for the X.org X server." HOMEPAGE="http://www.freedesktop.org/wiki/Software/LightDM" DEPEND=">= dev-libs/glib2-2.32 >= sys-apps/accountsservice-0.6 >= x11-libs/libX11-1.4 >= x11-libs/libxklavier-5 >= sys-libs/pam-1.1" # >= x11-libs/qt4-core-4.8 # >= x11-libs/qt4-dbus-4.8 # >= x11-libs/qt4-gui-4.8" SDEPEND=">= dev-util/pkgconfig-0.25 >= dev-util/intltool-0.50 >= dev-libs/gobject-introspection-1.32 >= sys-dev/gettext-0.18" SRCFILE="${PNAME}-${PVER}.tar.gz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude mbuild mtools msetfeature "!check" TRUNK_REV=1.4 SRC_URI=( http://launchpad.net/${PNAME}/${TRUNK_REV}/${PVER}/+download/${SRCFILE} mirror://${PNAME}/${SRCFILE} # mirror://${PNAME}/lightdm.service # mirror://${PNAME}/lightdm.tmpfiles # mirror://${PNAME}/lightdm.logrotate # mirror://${PNAME}/lightdm.pamd ) UP2DATE="updatecmd https://launchpad.net/${PNAME} | lasttarball gz" src_compile() { cd ${SRCDIR} mconfigure \ --localstatedir=/var \ --enable-introspection \ --disable-liblightdm-qt \ --with-greeter-session="lightdm-gtk-greeter" \ --with-greeter-user="lightdm" \ --with-html-dir=/usr/share/doc/${PNAME}-${PVER}/html \ || die mmake || die }