Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24217 - (show annotations) (download)
Fri Feb 20 09:29:13 2015 UTC (9 years, 2 months ago) by niro
File size: 954 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="accountsservice"
4 PVER="0.6.40"
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 msetfeature "!check" # one xml-entry is recursive
24 sminclude mbuild systemd
25
26 SRC_URI=(
27 http://www.freedesktop.org/software/${PNAME}/${SRCFILE}
28 mirror://${PNAME}/${SRCFILE}
29 )
30
31 UP2DATE="updatecmd http://www.freedesktop.org/software/${PNAME} | lasttarball xz"
32
33 src_compile()
34 {
35 cd ${SRCDIR}
36
37 mconfigure \
38 --localstatedir=/var \
39 --libexecdir=/usr/$(mlibdir)/accountsservice \
40 --with-systemdsystemunitdir=$(mget-systemd-unit-dir) \
41 --enable-systemd \
42 || die
43
44 mmake || die
45 }