From: Grazvydas Ignotas Date: Thu, 2 Oct 2014 23:50:14 +0000 (+0300) Subject: atk: update to 2.8.0 X-Git-Tag: sz_173~116 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd778a42e76324533d5b3eb9bf65c6b6a40d3653;p=openembedded.git atk: update to 2.8.0 --- diff --git a/recipes/atk/atk_2.8.0.bb b/recipes/atk/atk_2.8.0.bb new file mode 100644 index 0000000000..17f0e1a68f --- /dev/null +++ b/recipes/atk/atk_2.8.0.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "An accessibility toolkit for GNOME." +HOMEPAGE = "http://live.gnome.org/GAP/" +BUGTRACKER = "https://bugzilla.gnome.org/" +SECTION = "x11/libs" + +LICENSE = "GPLv2+ LGPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ + file://atk/atkutil.c;endline=20;md5=db21b0bdbef9da4dc6eb122debc9f9bc \ + file://atk/atk.h;endline=20;md5=c58238d688c24387376d6c69d06248a7" + +DEPENDS = "glib-2.0" + +inherit autotools gtk-doc pkgconfig + +SRC_URI = "${GNOME_MIRROR}/${BPN}/2.8/${BPN}-${PV}.tar.xz" +SRC_URI[md5sum] = "c652bd25530825d604dae1c1ebd2da02" +SRC_URI[sha256sum] = "b22519176226f3e07cf6d932b77852e6b6be4780977770704b32d0f4e0686df4" + +BBCLASSEXTEND = "native" + +EXTRA_OECONF = "--disable-glibtest \ + --disable-introspection"