packages/gnome-platform/at-spi/at-spi-1.32.0.exheres-0 (1007B) - raw
1 # Copyright 2010 Dan Callaghan <djc@djc.id.au>
2 # Distributed under the terms of the GNU General Public License v2
3 # Partly derived from at-spi-1.30.1.ebuild from Gentoo, which is:
4 # Copyright 1999-2010 Gentoo Foundation
5
6 require gnome-2 python [ python_dep=2.2 ]
7
8 SUMMARY="Accessibility Toolkit Service Provider Interface"
9 HOMEPAGE="http://developer.gnome.org/projects/gap/"
10
11 LICENCES="LGPL-2"
12 SLOT="0"
13 PLATFORMS="~amd64 ~x86"
14 RESTRICT="test" # needs an X display
15
16 DEPENDENCIES="
17 build:
18 dev-util/pkg-config[>=0.9]
19 build+run:
20 dev-libs/atk[>=1.29.2]
21 x11-libs/gtk+[>=2.19.7]
22 dev-libs/popt
23 x11-libs/libX11
24 x11-libs/libXi
25 run:
26 gnome-bindings/gnome-python[bonobo]
27 gnome-bindings/pyorbit
28 "
29
30 BUGS_TO="djc@djc.id.au"
31
32 src_unpack() {
33 default
34 # disable pyc compiling
35 edo mv "${WORK}/py-compile" "${WORK}/py-compile.orig"
36 edo ln -s $(type -P true) "${WORK}/py-compile"
37 }
38
39 src_install() {
40 default
41 python_bytecompile
42 }