Magellan Linux

Annotation of /branches/R11-stable/extras/at-spi2-atk/at-spi2-atk-2.8.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17157 - (hide annotations) (download)
Mon Jun 3 11:59:05 2013 UTC (11 years, 3 months ago) by niro
Original Path: trunk/extras/at-spi2-atk/at-spi2-atk-2.8.1-r1.smage2
File size: 802 byte(s)
auto added: ver bump to 2.8.1-r1
1 niro 17157 # $Id$
2    
3     PNAME="at-spi2-atk"
4     PVER="2.8.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.36
13     >= dev-libs/atk-2.8
14     >= dev-libs/at-spi2-core-2.8
15     >= sys-apps/dbus-1.6"
16    
17     SDEPEND=">= dev-util/pkgconfig-0.25
18     >= dev-util/intltool-0.50
19     >= dev-libs/gobject-introspection-1.36"
20    
21     SRCFILE="${PNAME}-${PVER}.tar.xz"
22     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
23    
24     sminclude multilib
25    
26     SRC_URI=(
27     gnome://${PNAME}/${PVER%.*}/${SRCFILE}
28     mirror://${PNAME}/${SRCFILE}
29     )
30    
31     UP2DATE="updatecmd_gnome ${PNAME/3/}"
32    
33     src_compile()
34     {
35     mconfigure --enable-p2p --disable-schemas-compile || die
36     mmake || die
37     }
38    
39     postinstall()
40     {
41     if [[ -z ${MROOT} ]] || [[ ${MROOT} = / ]]
42     then
43     glib-compile-schemas /usr/share/glib-2.0/schemas
44     fi
45     }