Magellan Linux

Contents of /branches/R11-stable/extras/accountsservice/accountsservice-0.6.39-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 22465 - (show annotations) (download)
Mon Oct 20 12:04:25 2014 UTC (9 years, 6 months ago) by niro
Original Path: trunk/extras/accountsservice/accountsservice-0.6.39-r1.smage2
File size: 895 byte(s)
auto added: ver bump to 0.6.39-r1
1 # $Id$
2
3 PNAME="accountsservice"
4 PVER="0.6.39"
5 PBUILD="r1"
6
7 PCAT="sys-apps"
8
9 DESCRIPTION="D-Bus interface for user account query and manipulation"
10 HOMEPAGE="http://www.freedesktop.org/wiki/Software/AccountsService"
11
12 DEPEND=">= dev-libs/glib2-2.42
13 >= sys-apps/polkit-0.112
14 >= sys-apps/systemd-216"
15
16 SDEPEND=">= dev-util/intltool-0.50
17 >= dev-libs/gobject-introspection-1.42
18 >= dev-lang/vala-0.26"
19
20 SRCFILE="${PNAME}-${PVER}.tar.xz"
21 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
22
23 sminclude mbuild
24
25 SRC_URI=(
26 http://www.freedesktop.org/software/${PNAME}/${SRCFILE}
27 mirror://${PNAME}/${SRCFILE}
28 )
29
30 UP2DATE="updatecmd http://www.freedesktop.org/software/${PNAME} | lasttarball xz"
31
32 src_compile()
33 {
34 cd ${SRCDIR}
35
36 mconfigure \
37 --localstatedir=/var \
38 --libexecdir=/usr/$(mlibdir)/accountsservice \
39 --with-systemdsystemunitdir=/usr/lib/systemd/system \
40 --enable-systemd \
41 || die
42
43 mmake || die
44 }