Magellan Linux

Annotation of /smage/branches/alx07x-unstable/core/at-spi2-core/at-spi2-core-2.36.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14688 - (hide annotations) (download)
Tue Aug 4 11:44:43 2020 UTC (3 years, 9 months ago) by niro
File size: 1066 byte(s)
-release branches/alx07x-unstable
1 niro 14159 # $Id$
2    
3     PNAME="at-spi2-core"
4     PVER="2.36.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_x86_64=">= sys-apps/multiarch-wrapper-1"
13     SPECIAL_VARS="DEPEND_x86_64"
14    
15     DEPEND=">= dev-libs/glib2-2.64
16     >= x11-libs/libX11-1.6
17     >= x11-libs/libXi-1.7
18     >= x11-libs/libXt-1.1
19     >= x11-libs/libXtst-1.2
20     >= sys-apps/dbus-1.12"
21    
22     ALX_DEV_DEPEND=">= dev-libs/glib2-dev-2.64
23     >= x11-libs/libX11-dev-1.6
24     >= x11-libs/libXtst-dev-1.2
25     >= sys-apps/dbus-dev-1.12"
26    
27     SDEPEND=">= dev-util/pkgconfig-0.25
28     >= dev-util/intltool-0.50
29     ${ALX_DEV_DEPEND}
30     >= x11-libs/libXi-dev-1.7
31     >= x11-libs/libXt-dev-1.1"
32    
33     SRCFILE="${PNAME}-${PVER}.tar.xz"
34     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
35    
36     ALX_PKG_KEEP="etc
37     usr/$(mlibdir)/*.so.*
38     usr/share/dbus-1"
39     sminclude multilib meson alx-split
40     msetfeature "!check" # disabled atm
41    
42     SRC_URI=(
43     gnome://${PNAME}/${PVER%.*}/${SRCFILE}
44     mirror://${PNAME}/${SRCFILE}
45     )
46    
47     UP2DATE="updatecmd_gnome ${PNAME/3/}"
48    
49     src_compile()
50     {
51     meson_src_compile $(meson_enable introspection no) || die
52     }