]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/commitdiff
at-spi2-atk: New package.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sun, 3 Feb 2013 19:14:34 +0000 (20:14 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 1 Mar 2013 12:25:14 +0000 (13:25 +0100)
This package provides the atk-bridge which is required to build gtk3.

at-spi2-atk/at-spi2-atk.nm [new file with mode: 0644]

diff --git a/at-spi2-atk/at-spi2-atk.nm b/at-spi2-atk/at-spi2-atk.nm
new file mode 100644 (file)
index 0000000..69fa4ad
--- /dev/null
@@ -0,0 +1,60 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = at-spi2-atk
+version    = %{ver_major}.%{ver_minor}
+ver_major  = 2.7
+ver_minor  = 3
+release    = 1
+
+groups     = System/Libraries
+url        = http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
+license    = LGPLv2+
+summary    = A GTK+ module that bridges ATK to D-Bus at-spi.
+
+description
+       The ATK library provides a set of interfaces for adding accessibility
+       support to applications and graphical user interface toolkits.
+end
+
+source_dl  = http://download.gnome.org/sources/%{name}/%{ver_major}/
+sources    = %{thisapp}.tar.xz
+
+build
+       requires
+               at-spi2-core-devel
+               atk-devel
+               dbus-devel
+               dbus-glib-devel
+               glib2-devel
+               intltool
+               libxml2-devel
+       end
+
+       configure_options += \
+               --disable-gtk-doc-html \
+               --disable-static
+
+       install_cmds
+               # Remove unneedet files.
+               rm -rvf %{BUILDROOT}%{libdir}/gnome-settings*
+               rm -rvf %{BUILDROOT}%{libdir}/gtk-2*
+       end
+end
+
+packages
+       package %{name}
+
+       package %{name}-devel
+               template DEVEL
+
+               files += \
+                       %{datadir}/gir*/
+       end
+
+       package %{name}-debuginfo
+               template DEBUGINFO
+       end
+end