Magellan Linux

Contents of /trunk/extras/at-spi2-core/at-spi2-core-2.34.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33051 - (show annotations) (download)
Thu Oct 17 12:25:57 2019 UTC (4 years, 6 months ago) by niro
File size: 835 byte(s)
auto added: ver bump to 2.34.0-r1
1 # $Id$
2
3 PNAME="at-spi2-core"
4 PVER="2.34.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.62
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.62"
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 }