Magellan Linux

Contents of /smage/trunk/core/at-spi2-atk/at-spi2-atk-2.6.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


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