at-spi: add 1.28.0
authorSteve Sakoman <sakoman@quadra.(none)>
Wed, 30 Sep 2009 05:32:06 +0000 (22:32 -0700)
committerKoen Kooi <koen@openembedded.org>
Wed, 30 Sep 2009 10:05:39 +0000 (12:05 +0200)
conf/checksums.ini
recipes/gnome/at-spi_1.28.0.bb [new file with mode: 0644]

index 9e4edda..ca95287 100644 (file)
@@ -2010,6 +2010,10 @@ sha256=3ec786e6df9e1a935aff4848b6989cad8f87c1fa8813dc033b338e18b17138d8
 md5=3f2f7d29b45eff08adf56af0d31d3984
 sha256=bb8c9473a277fa75f172fa16fb6ada85f4a919219818fd9c792f1a137bb2644d
 
+[http://ftp.gnome.org/pub/GNOME/sources/at-spi/1.28/at-spi-1.28.0.tar.bz2]
+md5=06f6da7873dffc8a26b04e304236e222
+sha256=ebe22221dc6a9852e6cf6c4d1e8d78bd19d0fda76a8eb8fc46655e9c9b096667
+
 [http://download.berlios.de/at76c503a/at76_usb-0.17.tar.gz]
 md5=b47d4fa958aaf83916b6a917626102cd
 sha256=9d1fff10d391cb64890bb8e0050d3f023520a8dd5aee43c4d3f9c6f8611da668
diff --git a/recipes/gnome/at-spi_1.28.0.bb b/recipes/gnome/at-spi_1.28.0.bb
new file mode 100644 (file)
index 0000000..3639407
--- /dev/null
@@ -0,0 +1,27 @@
+DESCRIPTION = "Assistive Technology Service Provider Interface for GNOME."
+SECTION = "x11/libs"
+PRIORITY = "optional"
+LICENSE = "LGPL"
+
+DEPENDS = "gtk+ atk libbonobo orbit2 orbit2-native"
+RDEPENDS_${PN} = "libgail-gnome gtk-module-gail"
+
+inherit gnome
+
+do_stage () {
+       autotools_stage_all
+}
+
+FILES_${PN} += " \
+                ${libdir}/bonobo \
+                ${libdir}/gtk-2.0 \
+                ${libdir}/orbit-2.0 \
+                ${datadir}/idl \
+               "
+
+FILES_${PN}-dbg += " \
+                ${libdir}/gtk-2.0/modules/.debug \
+                ${libdir}/orbit-2.0/.debug \
+               "
+
+