diff options
-rw-r--r-- | conf/checksums.ini | 4 | ||||
-rw-r--r-- | recipes/gnome/at-spi_1.28.0.bb | 27 |
2 files changed, 31 insertions, 0 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini index 9e4edda8a4..ca95287cef 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -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 index 0000000000..3639407eb6 --- /dev/null +++ b/recipes/gnome/at-spi_1.28.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 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 \ + " + + |