Magellan Linux

Annotation of /branches/R11-stable/extras/at-spi2-core/at-spi2-core-2.10.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 20142 - (hide annotations) (download)
Tue Nov 26 10:23:47 2013 UTC (10 years, 5 months ago) by niro
File size: 853 byte(s)
-release branches/R11-stable
1 niro 20050 # $Id$
2    
3     PNAME="at-spi2-core"
4     PVER="2.10.2"
5     PBUILD="r1"
6    
7     PCAT="dev-libs"
8    
9     DESCRIPTION="Protocol definitions and daemon for D-Bus at-spi."
10     HOMEPAGE="http://gnome.org"
11    
12     DEPEND_x86_64=">= sys-apps/multiarch-wrapper-1"
13     SPECIAL_VARS="DEPEND_x86_64"
14    
15     DEPEND=">= dev-libs/glib2-2.38
16     >= x11-libs/libX11-1.6
17     >= x11-libs/libXi-1.7
18     >= x11-libs/libXt-1.1
19     >= sys-apps/dbus-1.6"
20    
21     SDEPEND=">= dev-util/pkgconfig-0.25
22     >= dev-util/intltool-0.50
23     >= dev-libs/gobject-introspection-1.38"
24    
25     SRCFILE="${PNAME}-${PVER}.tar.xz"
26     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
27    
28     sminclude multilib
29     msetfeature "!check" # disabled atm
30    
31     SRC_URI=(
32     gnome://${PNAME}/${PVER%.*}/${SRCFILE}
33     mirror://${PNAME}/${SRCFILE}
34     )
35    
36     UP2DATE="updatecmd_gnome ${PNAME/3/}"
37    
38     src_compile()
39     {
40     mconfigure --libexecdir=/usr/$(mlibdir)/${PNAME} --enable-introspection --disable-xevie || die
41     mmake || die
42     }