Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30218 - (hide annotations) (download)
Mon Nov 6 15:45:18 2017 UTC (6 years, 6 months ago) by niro
File size: 834 byte(s)
auto added: ver bump to 2.26.1-r1
1 niro 30218 # $Id$
2    
3     PNAME="at-spi2-atk"
4     PVER="2.26.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.54
13     >= dev-libs/atk-2.26
14     >= dev-libs/at-spi2-core-2.26
15     >= sys-apps/dbus-1.10"
16    
17     SDEPEND=">= dev-util/pkgconfig-0.25
18     >= dev-util/intltool-0.50
19     >= dev-libs/gobject-introspection-1.54"
20    
21     SRCFILE="${PNAME}-${PVER}.tar.xz"
22     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
23    
24     msetfeature "!check"
25     sminclude multilib mbuild
26    
27     SRC_URI=(
28     gnome://${PNAME}/${PVER%.*}/${SRCFILE}
29     mirror://${PNAME}/${SRCFILE}
30     )
31    
32     UP2DATE="updatecmd_gnome ${PNAME/3/}"
33    
34     src_compile()
35     {
36     mconfigure --enable-p2p --disable-schemas-compile || die
37     mmake || 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     }