]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
at-spi2-core: New package.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sun, 3 Feb 2013 19:13:54 +0000 (20:13 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 1 Mar 2013 12:25:14 +0000 (13:25 +0100)
This is a build dependency of at-spi2-atk and gtk3.

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

diff --git a/at-spi2-core/at-spi2-core.nm b/at-spi2-core/at-spi2-core.nm
new file mode 100644 (file)
index 0000000..43007e7
--- /dev/null
@@ -0,0 +1,63 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = at-spi2-core
+version    = %{ver_major}.%{ver_minor}
+ver_major  = 2.7
+ver_minor  = 4.1
+release    = 1
+
+groups     = System/Libraries
+url        = http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
+license    = LGPLv2+
+summary    = Protocol definitions and daemon for 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
+               dbus-devel
+               intltool
+               glib2-devel
+               gobject-introspection-devel
+               libXtst-devel
+               libXext-devel
+               libXi-devel
+       end
+
+       configure_options += \
+               --disable-gtk-doc-html \
+               --disable-static
+
+       install_cmds
+               # Remove unneeded files for xdg.
+               rm -rvf %{BUILDROOT}%{sysconfdir}/xdg
+       end
+end
+
+packages
+       package %{name}
+
+       package %{name}-libs
+               template LIBS
+       end
+
+       package %{name}-devel
+               template DEVEL
+
+               files += \
+                       %{datadir}/gir*/
+       end
+
+       package %{name}-debuginfo
+               template DEBUGINFO
+       end
+end