]> git.ipfire.org Git - ipfire-3.x.git/blame - at-spi2-atk/at-spi2-atk.nm
clamav: Update to 0.101.4
[ipfire-3.x.git] / at-spi2-atk / at-spi2-atk.nm
CommitLineData
28228776
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = at-spi2-atk
7version = %{ver_major}.%{ver_minor}
b84a7b13
AM
8ver_major = 2.19
9ver_minor = 92
28228776
SS
10release = 1
11
12groups = System/Libraries
13url = http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
14license = LGPLv2+
15summary = A GTK+ module that bridges ATK to D-Bus at-spi.
16
17description
18 The ATK library provides a set of interfaces for adding accessibility
19 support to applications and graphical user interface toolkits.
20end
21
22source_dl = http://download.gnome.org/sources/%{name}/%{ver_major}/
23sources = %{thisapp}.tar.xz
24
25build
26 requires
b84a7b13 27 at-spi2-core-devel >= 2.19
28228776 28 atk-devel
b84a7b13 29 dbus-devel >= 1.5
28228776
SS
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
45end
46
47packages
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
60end