Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11960 - (hide annotations) (download)
Fri Aug 17 08:59:42 2018 UTC (5 years, 9 months ago) by niro
File size: 1107 byte(s)
auto added: ver bump to 2.28.0-r1
1 niro 11959 # $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 niro 11960 DEPEND_x86_64=">= sys-apps/multiarch-wrapper-1"
13     SPECIAL_VARS="DEPEND_x86_64"
14    
15 niro 11959 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     ALX_DEV_DEPEND=">= dev-libs/glib2-dev-2.54
23     >= sys-apps/dbus-dev-1.10"
24    
25     SDEPEND=">= dev-util/pkgconfig-0.25
26     >= dev-util/intltool-0.50
27 niro 11960 >= dev-libs/gobject-introspection-1.56
28 niro 11959 ${ALX_DEV_DEPEND}
29     >= x11-libs/libX11-dev-1.6
30     >= x11-libs/libXi-dev-1.7
31     >= x11-libs/libXt-dev-1.1
32     >= x11-libs/libXtst-dev-1.2"
33    
34     SRCFILE="${PNAME}-${PVER}.tar.xz"
35     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
36    
37     ALX_PKG_KEEP="etc
38     usr/$(mlibdir)/*.so.*
39     usr/share/dbus-1"
40 niro 11960 sminclude multilib meson alx-split
41 niro 11959 msetfeature "!check" # disabled atm
42    
43     SRC_URI=(
44     gnome://${PNAME}/${PVER%.*}/${SRCFILE}
45     mirror://${PNAME}/${SRCFILE}
46     )
47    
48     UP2DATE="updatecmd_gnome ${PNAME/3/}"
49    
50     src_compile()
51     {
52 niro 11960 meson_src_compile $(meson_enable introspection yes) || die
53 niro 11959 }