Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13239 - (show annotations) (download)
Fri Sep 7 11:38:58 2012 UTC (11 years, 8 months ago) by niro
File size: 677 byte(s)
auto added: ver bump to 1.3.1-r1
1 # $Id$
2
3 PNAME="lightdm-gtk-greeter"
4 PVER="1.3.1"
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 TRUNK_REV=1.4
26
27 SRC_URI=(
28 http://launchpad.net/${PNAME}/${TRUNK_REV}/${PVER}/+download/${SRCFILE}
29 mirror://${PNAME}/${SRCFILE}
30 )
31
32 UP2DATE="updatecmd https://launchpad.net/${PNAME} | lasttarball gz"