Magellan Linux

Annotation of /branches/R11-unstable/extras/accountsservice/accountsservice-0.6.50-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32887 - (hide annotations) (download)
Mon Apr 29 13:53:46 2019 UTC (5 years ago) by niro
File size: 954 byte(s)
-release branches/R11-unstable
1 niro 31449 # $Id$
2    
3     PNAME="accountsservice"
4     PVER="0.6.50"
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.56
13     >= sys-apps/polkit-0.114
14     >= sys-apps/systemd-230"
15    
16     SDEPEND=">= dev-util/intltool-0.50
17     >= dev-libs/gobject-introspection-1.56
18     >= dev-lang/vala-0.40"
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     }