Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 22962 - (hide annotations) (download)
Tue Oct 28 09:20:24 2014 UTC (9 years, 6 months ago) by niro
File size: 954 byte(s)
-release branches/R11-stable
1 niro 22465 # $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 niro 22467 msetfeature "!check" # one xml-entry is recursive
24 niro 22466 sminclude mbuild systemd
25 niro 22465
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 niro 22466 --with-systemdsystemunitdir=$(mget-systemd-unit-dir) \
41 niro 22465 --enable-systemd \
42     || die
43    
44     mmake || die
45     }