Magellan Linux

Annotation of /trunk/extras/at-spi2-atk/at-spi2-atk-2.34.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33052 - (hide annotations) (download)
Thu Oct 17 12:31:36 2019 UTC (4 years, 11 months ago) by niro
File size: 866 byte(s)
auto added: ver bump to 2.34.1-r1
1 niro 33052 # $Id$
2    
3     PNAME="at-spi2-atk"
4     PVER="2.34.1"
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.62
13     >= dev-libs/libxml2-2.9
14     >= dev-libs/atk-2.34
15     >= dev-libs/at-spi2-core-2.34
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.62"
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     }