Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5722 - (show annotations) (download)
Thu Jul 3 14:22:54 2014 UTC (9 years, 11 months ago) by niro
File size: 700 byte(s)
auto added: ver bump to 2.12.0-r1
1 # $Id$
2
3 PNAME="at-spi2-core"
4 PVER="2.12.0"
5 PBUILD="r1"
6
7 PCAT="dev-libs"
8
9 DESCRIPTION="Protocol definitions and daemon for D-Bus at-spi."
10 HOMEPAGE="http://gnome.org"
11
12 DEPEND=">= dev-libs/glib2-2.40
13 >= x11-libs/libX11-1.4
14 >= x11-libs/libXi-1.4
15 >= x11-libs/libXt-1.1
16 >= sys-apps/dbus-1.8"
17
18 SDEPEND=">= dev-util/pkgconfig-0.25
19 >= dev-util/intltool-0.50"
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 --libexecdir=/usr/$(mlibdir)/${PNAME} --disable-introspection --disable-xevie || die
36 mmake || die
37 }