Magellan Linux

Contents of /trunk/extras/lightdm-gtk-greeter/lightdm-gtk-greeter-1.3.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13157 - (show annotations) (download)
Mon Aug 27 18:36:28 2012 UTC (11 years, 9 months ago) by niro
File size: 655 byte(s)
auto added: ver bump to 1.3.0-r1
1 # $Id$
2
3 PNAME="lightdm-gtk-greeter"
4 PVER="1.3.0"
5 PBUILD="r1"
6
7 PCAT="x11-misc"
8
9 DESCRIPTION="Lightdm greeter for the GKT3+ Toolkit."
10 HOMEPAGE="http://www.freedesktop.org/wiki/Software/LightDM"
11
12 DEPEND=">= x11-misc/lightdm-1.3
13 >= x11-libs/gtk3+-3.4"
14
15 SDEPEND=">= dev-util/pkgconfig-0.25
16 >= dev-util/intltool-0.50
17 >= dev-libs/gobject-introspection-1.32
18 >= sys-dev/gettext-0.18"
19
20 SRCFILE="${PNAME}-${PVER}.tar.gz"
21 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
22
23 sminclude mbuild mtools
24
25 SRC_URI=(
26 http://launchpad.net/${PNAME}/trunk/${PVER}/+download/${SRCFILE}
27 mirror://${PNAME}/${SRCFILE}
28 )
29
30 UP2DATE="updatecmd https://launchpad.net/${PNAME} | lasttarball gz"