Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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