Magellan Linux

Annotation of /trunk/extras/lightdm/lightdm-1.3.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13238 - (hide annotations) (download)
Fri Sep 7 11:34:37 2012 UTC (11 years, 9 months ago) by niro
File size: 1332 byte(s)
auto added: ver bump to 1.3.3-r1
1 niro 13238 # $Id$
2    
3     PNAME="lightdm"
4     PVER="1.3.3"
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     msetfeature "!check"
31    
32     TRUNK_REV=1.4
33    
34     SRC_URI=(
35     http://launchpad.net/${PNAME}/${TRUNK_REV}/${PVER}/+download/${SRCFILE}
36     mirror://${PNAME}/${SRCFILE}
37     # mirror://${PNAME}/lightdm.service
38     # mirror://${PNAME}/lightdm.tmpfiles
39     # mirror://${PNAME}/lightdm.logrotate
40     # mirror://${PNAME}/lightdm.pamd
41     )
42    
43     UP2DATE="updatecmd https://launchpad.net/${PNAME} | lasttarball gz"
44    
45     src_compile()
46     {
47     cd ${SRCDIR}
48    
49     mconfigure \
50     --localstatedir=/var \
51     --enable-introspection \
52     --disable-liblightdm-qt \
53     --with-greeter-session="lightdm-gtk-greeter" \
54     --with-greeter-user="lightdm" \
55     --with-html-dir=/usr/share/doc/${PNAME}-${PVER}/html \
56     || die
57    
58     mmake || die
59     }