Magellan Linux

Contents of /trunk/extras/lightdm/lightdm-1.3.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13153 - (show annotations) (download)
Mon Aug 27 13:03:36 2012 UTC (11 years, 9 months ago) by niro
File size: 1316 byte(s)
auto added: ver bump to 1.3.2-r1
1 # $Id$
2
3 PNAME="lightdm"
4 PVER="1.3.2"
5 PBUILD="r1"
6
7 PCAT="x11-misc"
8
9 DESCRIPTION="A display manager that aims to be the standard display manager for the X.org X server."
10 HOMEPAGE="http://www.freedesktop.org/wiki/Software/LightDM"
11
12 DEPEND=">= dev-libs/glib2-2.32
13 >= sys-apps/accountsservice-0.6
14 >= x11-libs/libX11-1.4
15 >= x11-libs/libXklavier-5
16 >= sys-libs/pam-1.1
17 >= x11-libs/qt4-core-4.8
18 >= x11-libs/qt4-dbus-4.8
19 >= x11-libs/qt4-gui-4.8"
20
21 SDEPEND=">= dev-util/pkgconfig-0.25
22 >= dev-util/intltool-0.50
23 >= dev-libs/gobject-introspection-1.32
24 >= sys-dev/gettext-0.18"
25
26 SRCFILE="${PNAME}-${PVER}.tar.gz"
27 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
28
29 sminclude mbuild mtools
30
31 SRC_URI=(
32 http://launchpad.net/${PNAME}/trunk/${PVER}/+download/${SRCFILE}
33 mirror://${PNAME}/${SRCFILE}
34 # mirror://${PNAME}/lightdm.service
35 # mirror://${PNAME}/lightdm.tmpfiles
36 # mirror://${PNAME}/lightdm.logrotate
37 # mirror://${PNAME}/lightdm.pamd
38 )
39
40 UP2DATE="updatecmd https://launchpad.net/${PNAME} | lasttarball gz"
41
42 src_compile()
43 {
44 cd ${SRCDIR}
45
46 mconfigure \
47 --localstatedir=/var \
48 --enable-introspection \
49 --enable-liblightdm-qt \
50 --with-user-session="xfce4" \
51 --with-greeter-session="lightdm-gtk-greeter" \
52 --with-greeter-user="lightdm" \
53 --with-html-dir=/usr/share/doc/${PNAME}-${PVER}/html \
54 || die
55
56 mmake || die
57 }