Magellan Linux

Contents of /branches/R11-unstable/extras/at-spi2-atk/at-spi2-atk-2.30.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32866 - (show annotations) (download)
Mon Apr 29 13:50:41 2019 UTC (5 years ago) by niro
File size: 866 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="at-spi2-atk"
4 PVER="2.30.0"
5 PBUILD="r1"
6
7 PCAT="dev-libs"
8
9 DESCRIPTION="A GTK+ module that bridges ATK to D-Bus at-spi."
10 HOMEPAGE="http://gnome.org"
11
12 DEPEND=">= dev-libs/glib2-2.58
13 >= dev-libs/libxml2-2.9
14 >= dev-libs/atk-2.30
15 >= dev-libs/at-spi2-core-2.30
16 >= sys-apps/dbus-1.12"
17
18 SDEPEND=">= dev-util/pkgconfig-0.25
19 >= dev-util/intltool-0.50
20 >= dev-libs/gobject-introspection-1.58"
21
22 SRCFILE="${PNAME}-${PVER}.tar.xz"
23 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
24
25 msetfeature "!check"
26 sminclude multilib meson
27
28 SRC_URI=(
29 gnome://${PNAME}/${PVER%.*}/${SRCFILE}
30 mirror://${PNAME}/${SRCFILE}
31 )
32
33 UP2DATE="updatecmd_gnome ${PNAME/3/}"
34
35 src_compile()
36 {
37 meson_src_compile $(meson_enable p2p) $(meson_enable introspection yes) || die
38 }
39
40 postinstall()
41 {
42 if [[ -z ${MROOT} ]] || [[ ${MROOT} = / ]]
43 then
44 glib-compile-schemas /usr/share/glib-2.0/schemas
45 fi
46 }