Magellan Linux

Annotation of /trunk/extras/at-spi2-core/at-spi2-core-2.28.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30803 - (hide annotations) (download)
Thu Apr 5 12:15:33 2018 UTC (6 years, 1 month ago) by niro
File size: 886 byte(s)
auto added: ver bump to 2.28.0-r1
1 niro 30803 # $Id$
2    
3     PNAME="at-spi2-core"
4     PVER="2.28.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.54
16     >= x11-libs/libX11-1.6
17     >= x11-libs/libXi-1.7
18     >= x11-libs/libXt-1.1
19     >= x11-libs/libXtst-1.2
20     >= sys-apps/dbus-1.10"
21    
22     SDEPEND=">= dev-util/pkgconfig-0.25
23     >= dev-util/intltool-0.50
24     >= dev-libs/gobject-introspection-1.54"
25    
26     SRCFILE="${PNAME}-${PVER}.tar.xz"
27     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
28    
29     sminclude multilib mbuild
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     }