Magellan Linux

Contents of /smage/trunk/core/at-spi2-atk/at-spi2-atk-2.32.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13135 - (show annotations) (download)
Fri Jun 28 08:56:08 2019 UTC (4 years, 10 months ago) by niro
File size: 1119 byte(s)
auto added: ver bump to 2.32.0-r1
1 # $Id$
2
3 PNAME="at-spi2-atk"
4 PVER="2.32.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.60
13 >= dev-libs/libxml2-2.9
14 >= dev-libs/atk-2.32
15 >= dev-libs/at-spi2-core-2.32
16 >= sys-apps/dbus-1.10"
17
18 ALX_DEV_DEPEND=">= dev-libs/glib2-dev-2.60
19 >= dev-libs/at-spi2-core-dev-2.32"
20
21 SDEPEND=">= dev-util/pkgconfig-0.25
22 >= dev-util/intltool-0.50
23 ${ALX_DEV_DEPEND}
24 >= dev-libs/libxml2-dev-2.9
25 >= dev-libs/atk-dev-2.32
26 >= sys-apps/dbus-dev-1.10"
27
28 SRCFILE="${PNAME}-${PVER}.tar.xz"
29 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
30
31 ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*
32 usr/$(mlibdir)/gnome-settings-daemon-3.0
33 usr/$(mlibdir)/gtk-2.0"
34 sminclude multilib meson alx-split
35 msetfeature "!check"
36
37 SRC_URI=(
38 gnome://${PNAME}/${PVER%.*}/${SRCFILE}
39 mirror://${PNAME}/${SRCFILE}
40 )
41
42 UP2DATE="updatecmd_gnome ${PNAME/3/}"
43
44 src_compile()
45 {
46 meson_src_compile $(meson_enable p2p) $(meson_enable introspection no) || die
47 }
48
49 postinstall()
50 {
51 if [[ -z ${MROOT} ]] || [[ ${MROOT} = / ]]
52 then
53 glib-compile-schemas /usr/share/glib-2.0/schemas
54 fi
55 }