Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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