Magellan Linux

Annotation of /smage/branches/alx07x-stable/core/at-spi2-atk/at-spi2-atk-2.34.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14906 - (hide annotations) (download)
Thu Aug 6 12:48:41 2020 UTC (3 years, 9 months ago) by niro
File size: 1119 byte(s)
-release branches/alx07x-stable
1 niro 14160 # $Id$
2    
3     PNAME="at-spi2-atk"
4     PVER="2.34.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.64
13     >= dev-libs/libxml2-2.9
14     >= dev-libs/atk-2.36
15     >= dev-libs/at-spi2-core-2.36
16     >= sys-apps/dbus-1.12"
17    
18     ALX_DEV_DEPEND=">= dev-libs/glib2-dev-2.64
19     >= dev-libs/at-spi2-core-dev-2.36"
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.36
26     >= sys-apps/dbus-dev-1.12"
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     }