[oe-commits] Steve Sakoman : at-spi: add 1.26.0

git version control git at git.openembedded.org
Sat Aug 8 09:21:43 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: ab91c4b0b539a288c6b2b3029a230806721a0af6
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ab91c4b0b539a288c6b2b3029a230806721a0af6

Author: Steve Sakoman <steve at sakoman.com>
Date:   Wed Aug  5 13:07:32 2009 -0700

at-spi: add 1.26.0

---

 conf/checksums.ini             |    4 ++++
 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 33c5b9a..f074d37 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 0000000..c2e8744
--- /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 \
+               "
+
+





More information about the Openembedded-commits mailing list