]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blob - at-spi2-core/at-spi2-core.nm
kernel: update to 4.12.10
[people/arne_f/ipfire-3.x.git] / at-spi2-core / at-spi2-core.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = at-spi2-core
7 version = %{ver_major}.%{ver_minor}
8 ver_major = 2.19
9 ver_minor = 92
10 release = 2
11
12 groups = System/Libraries
13 url = http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
14 license = LGPLv2+
15 summary = Protocol definitions and daemon for D-Bus at-spi.
16
17 description
18 The ATK library provides a set of interfaces for adding accessibility
19 support to applications and graphical user interface toolkits.
20 end
21
22 source_dl = http://download.gnome.org/sources/%{name}/%{ver_major}/
23 sources = %{thisapp}.tar.xz
24
25 build
26 requires
27 dbus-devel
28 intltool
29 glib2-devel
30 gobject-introspection-devel
31 libXtst-devel
32 libXext-devel
33 libXi-devel
34 end
35
36 export LD_LIBRARY_PATH = %{DIR_APP}/atspi/.libs
37
38 configure_options += \
39 --disable-gtk-doc-html \
40 --disable-static
41
42 install_cmds
43 # Remove unneeded files for xdg.
44 rm -rvf %{BUILDROOT}%{sysconfdir}/xdg
45 end
46 end
47
48 packages
49 package %{name}
50
51 package %{name}-libs
52 template LIBS
53 end
54
55 package %{name}-devel
56 template DEVEL
57
58 files += \
59 %{datadir}/gir*/
60 end
61
62 package %{name}-debuginfo
63 template DEBUGINFO
64 end
65 end