at-spi: add 1.26.0
authorSteve Sakoman <steve@sakoman.com>
Wed, 5 Aug 2009 20:07:32 +0000 (13:07 -0700)
committerKoen Kooi <koen@openembedded.org>
Sat, 8 Aug 2009 09:20:04 +0000 (11:20 +0200)
conf/checksums.ini
recipes/gnome/at-spi_1.26.0.bb [new file with mode: 0644]

index 33c5b9a..f074d37 100644 (file)
@@ -1946,6 +1946,10 @@ sha256=bfa7def7d0f1190a111bde232920d2b3481d3932e2d1056573b3a9c4801c602a
 md5=160c648e29637f2ed6301f4dfdecce21
 sha256=3ec786e6df9e1a935aff4848b6989cad8f87c1fa8813dc033b338e18b17138d8
 
+[http://ftp.gnome.org/pub/GNOME/sources/at-spi/1.26/at-spi-1.26.0.tar.bz2]
+md5=3f2f7d29b45eff08adf56af0d31d3984
+sha256=bb8c9473a277fa75f172fa16fb6ada85f4a919219818fd9c792f1a137bb2644d
+
 [http://download.berlios.de/at76c503a/at76_usb-0.17.tar.gz]
 md5=b47d4fa958aaf83916b6a917626102cd
 sha256=9d1fff10d391cb64890bb8e0050d3f023520a8dd5aee43c4d3f9c6f8611da668
diff --git a/recipes/gnome/at-spi_1.26.0.bb b/recipes/gnome/at-spi_1.26.0.bb
new file mode 100644 (file)
index 0000000..c2e8744
--- /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"
+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 \
+               "
+
+