diff options
author | Steve Sakoman <steve@sakoman.com> | 2009-08-05 13:07:32 -0700 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-08-08 11:20:04 +0200 |
commit | ab91c4b0b539a288c6b2b3029a230806721a0af6 (patch) | |
tree | a73b6b5f5495e86509e567056e426ec69a0f621e | |
parent | 7ffde32d350986651bff820f6a16a8bf459e12c9 (diff) |
at-spi: add 1.26.0
-rw-r--r-- | conf/checksums.ini | 4 | ||||
-rw-r--r-- | recipes/gnome/at-spi_1.26.0.bb | 27 |
2 files changed, 31 insertions, 0 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini index 33c5b9a4cb..f074d3727b 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -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 index 0000000000..c2e8744b3c --- /dev/null +++ b/recipes/gnome/at-spi_1.26.0.bb @@ -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 \ + " + + |