]>
Commit | Line | Data |
---|---|---|
28228776 SS |
1 | ############################################################################### |
2 | # IPFire.org - An Open Source Firewall Solution # | |
3 | # Copyright (C) - IPFire Development Team <info@ipfire.org> # | |
4 | ############################################################################### | |
5 | ||
6 | name = at-spi2-atk | |
7 | version = %{ver_major}.%{ver_minor} | |
8 | ver_major = 2.7 | |
9 | ver_minor = 3 | |
10 | release = 1 | |
11 | ||
12 | groups = System/Libraries | |
13 | url = http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus | |
14 | license = LGPLv2+ | |
15 | summary = A GTK+ module that bridges ATK to 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 | at-spi2-core-devel | |
28 | atk-devel | |
29 | dbus-devel | |
30 | dbus-glib-devel | |
31 | glib2-devel | |
32 | intltool | |
33 | libxml2-devel | |
34 | end | |
35 | ||
36 | configure_options += \ | |
37 | --disable-gtk-doc-html \ | |
38 | --disable-static | |
39 | ||
40 | install_cmds | |
41 | # Remove unneedet files. | |
42 | rm -rvf %{BUILDROOT}%{libdir}/gnome-settings* | |
43 | rm -rvf %{BUILDROOT}%{libdir}/gtk-2* | |
44 | end | |
45 | end | |
46 | ||
47 | packages | |
48 | package %{name} | |
49 | ||
50 | package %{name}-devel | |
51 | template DEVEL | |
52 | ||
53 | files += \ | |
54 | %{datadir}/gir*/ | |
55 | end | |
56 | ||
57 | package %{name}-debuginfo | |
58 | template DEBUGINFO | |
59 | end | |
60 | end |