Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13758 - (show annotations) (download)
Wed Oct 24 07:49:44 2012 UTC (11 years, 7 months ago) by niro
File size: 816 byte(s)
auto added: ver bump to 2.6.1-r1
1 # $Id$
2
3 PNAME="at-spi2-core"
4 PVER="2.6.1"
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_x86_64=">= sys-apps/multiarch-wrapper-1"
13 SPECIAL_VARS="DEPEND_x86_64"
14
15 DEPEND=">= dev-libs/glib2-2.34
16 >= x11-libs/libX11-1.4
17 >= x11-libs/libXi-1.4
18 >= x11-libs/libXt-1.1
19 >= sys-apps/dbus-1.6"
20
21 SDEPEND=">= dev-util/pkgconfig-0.25
22 >= dev-util/intltool-0.50
23 >= dev-libs/gobject-introspection-1.34"
24
25 SRCFILE="${PNAME}-${PVER}.tar.xz"
26 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
27
28 sminclude multilib
29
30 SRC_URI=(
31 gnome://${PNAME}/${PVER%.*}/${SRCFILE}
32 mirror://${PNAME}/${SRCFILE}
33 )
34
35 UP2DATE="updatecmd_gnome ${PNAME/3/}"
36
37 src_compile()
38 {
39 mconfigure --libexecdir=/usr/$(mlibdir)/${PNAME} --enable-introspection --disable-xevie || die
40 mmake || die
41 }