Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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