Magellan Linux

Annotation 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 31703 - (hide annotations) (download)
Wed Dec 5 16:09:22 2018 UTC (5 years, 5 months ago) by niro
Original Path: trunk/extras/at-spi2-atk/at-spi2-atk-2.30.0-r1.smage2
File size: 866 byte(s)
auto added: ver bump to 2.30.0-r1
1 niro 31703 # $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     }