Magellan Linux

Contents of /smage/branches/alx07x-unstable/core/at-spi2-core/at-spi2-core-2.24.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10984 - (show annotations) (download)
Thu Aug 31 08:43:47 2017 UTC (6 years, 8 months ago) by niro
File size: 1034 byte(s)
-release branches/alx07x-unstable
1 # $Id$
2
3 PNAME="at-spi2-core"
4 PVER="2.24.1"
5 PBUILD="r2"
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.52
13 >= x11-libs/libX11-1.6
14 >= x11-libs/libXi-1.7
15 >= x11-libs/libXt-1.1
16 >= x11-libs/libXtst-1.2
17 >= sys-apps/dbus-1.10"
18
19 ALX_DEV_DEPEND=">= dev-libs/glib2-dev-2.52
20 >= sys-apps/dbus-dev-1.10"
21
22 SDEPEND=">= dev-util/pkgconfig-0.25
23 >= dev-util/intltool-0.50
24 ${ALX_DEV_DEPEND}
25 >= x11-libs/libX11-dev-1.6
26 >= x11-libs/libXi-dev-1.7
27 >= x11-libs/libXt-dev-1.1
28 >= x11-libs/libXtst-dev-1.2"
29
30 SRCFILE="${PNAME}-${PVER}.tar.xz"
31 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
32
33 ALX_PKG_KEEP="etc
34 usr/$(mlibdir)/*.so.*
35 usr/share/dbus-1"
36 sminclude multilib alx-split
37 msetfeature "!check" # disabled atm
38
39 SRC_URI=(
40 gnome://${PNAME}/${PVER%.*}/${SRCFILE}
41 mirror://${PNAME}/${SRCFILE}
42 )
43
44 UP2DATE="updatecmd_gnome ${PNAME/3/}"
45
46 src_compile()
47 {
48 mconfigure --libexecdir=/usr/$(mlibdir)/${PNAME} --disable-introspection --disable-xevie || die
49 mmake || die
50 }