From: Stefan Schantl Date: Sun, 3 Feb 2013 19:13:01 +0000 (+0100) Subject: atk: New package. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fca127fc4f3922fdf06581e500a9cbf7914136bb;p=ipfire-3.x.git atk: New package. This is a build dependency of at-spi2 and gtk3. --- diff --git a/atk/atk.nm b/atk/atk.nm new file mode 100644 index 000000000..25679a30d --- /dev/null +++ b/atk/atk.nm @@ -0,0 +1,56 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team # +############################################################################### + +name = atk +version = %{ver_major}.%{ver_minor} +ver_major = 2.7 +ver_minor = 4 +release = 1 + +groups = System/Libraries +url = http://www.gnome.org +license = LGPLv2+ +summary = Interfaces for accessibility support. + +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 + glib2-devel >= 2.31.2 + gobject-introspection-devel + end + + configure_options += \ + --enable-introspection=yes \ + --disable-gtk-doc \ + --disable-gtk-doc-html \ + --disable-gtk-doc-pdf \ + --disable-static + + test + make check + end +end + +packages + package %{name} + + package %{name}-devel + template DEVEL + + files += \ + %{datadir}/gir*/ + end + + package %{name}-debuginfo + template DEBUGINFO + end +end