Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 22738 - (hide annotations) (download)
Tue Oct 28 08:36:02 2014 UTC (9 years, 6 months ago) by niro
File size: 878 byte(s)
-release branches/R11-stable
1 niro 22369 # $Id$
2    
3     PNAME="at-spi2-core"
4     PVER="2.14.0"
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.42
16     >= x11-libs/libX11-1.6
17     >= x11-libs/libXi-1.7
18     >= x11-libs/libXt-1.1
19 niro 22370 >= x11-libs/libXtst-1.2
20 niro 22369 >= sys-apps/dbus-1.8"
21    
22     SDEPEND=">= dev-util/pkgconfig-0.25
23     >= dev-util/intltool-0.50
24     >= dev-libs/gobject-introspection-1.42"
25    
26     SRCFILE="${PNAME}-${PVER}.tar.xz"
27     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
28    
29     sminclude multilib
30     msetfeature "!check" # disabled atm
31    
32     SRC_URI=(
33     gnome://${PNAME}/${PVER%.*}/${SRCFILE}
34     mirror://${PNAME}/${SRCFILE}
35     )
36    
37     UP2DATE="updatecmd_gnome ${PNAME/3/}"
38    
39     src_compile()
40     {
41     mconfigure --libexecdir=/usr/$(mlibdir)/${PNAME} --enable-introspection --disable-xevie || die
42     mmake || die
43     }