Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31702 - (hide annotations) (download)
Wed Dec 5 16:05:04 2018 UTC (5 years, 5 months ago) by niro
File size: 835 byte(s)
auto added: ver bump to 2.30.0-r1
1 niro 31702 # $Id$
2    
3     PNAME="at-spi2-core"
4     PVER="2.30.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.58
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.12"
21    
22     SDEPEND=">= dev-util/pkgconfig-0.25
23     >= dev-util/intltool-0.50
24     >= dev-libs/gobject-introspection-1.58"
25    
26     SRCFILE="${PNAME}-${PVER}.tar.xz"
27     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
28    
29     sminclude multilib meson
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     meson_src_compile $(meson_enable introspection yes) || die
42     }