Magellan Linux

Annotation of /smage/trunk/core/at-spi2-core/at-spi2-core-2.22.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9200 - (hide annotations) (download)
Thu Oct 13 07:40:38 2016 UTC (7 years, 7 months ago) by niro
File size: 1034 byte(s)
auto added: ver bump to 2.22.0-r1
1 niro 9200 # $Id$
2    
3     PNAME="at-spi2-core"
4     PVER="2.22.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.50
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.50
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     }