From e4cbbfb167e22211abf41b90b71cab2fe5b330da Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Thu, 9 Apr 2015 15:16:24 +0300 Subject: at-spi2-core: Upgrade to 2.16.0 * Add new org.a11y.atspi.Registry D-Bus service file Signed-off-by: Jussi Kukkonen Signed-off-by: Richard Purdie --- meta/recipes-support/atk/at-spi2-core_2.14.1.bb | 22 ---------------------- meta/recipes-support/atk/at-spi2-core_2.16.0.bb | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 22 deletions(-) delete mode 100644 meta/recipes-support/atk/at-spi2-core_2.14.1.bb create mode 100644 meta/recipes-support/atk/at-spi2-core_2.16.0.bb (limited to 'meta/recipes-support') diff --git a/meta/recipes-support/atk/at-spi2-core_2.14.1.bb b/meta/recipes-support/atk/at-spi2-core_2.14.1.bb deleted file mode 100644 index a4d2b3a8a2..0000000000 --- a/meta/recipes-support/atk/at-spi2-core_2.14.1.bb +++ /dev/null @@ -1,22 +0,0 @@ -SUMMARY = "Assistive Technology Service Provider Interface (dbus core)" -LICENSE = "LGPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=e9f288ba982d60518f375b5898283886" - -MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}" - -SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz \ - file://0001-nls.m4-Take-it-from-gettext-0.15.patch \ - " - -SRC_URI[md5sum] = "a37993cc50d90465c9aeed95e2ac439a" -SRC_URI[sha256sum] = "eef9660b14fdf0fb1f30d1be7c72d591fa7cbb87b00ca3a444425712f46ce657" - -DEPENDS = "dbus glib-2.0 virtual/libx11 libxi libxtst intltool-native" - -inherit autotools gtk-doc pkgconfig distro_features_check -# depends on virtual/libx11 -REQUIRED_DISTRO_FEATURES = "x11" - -EXTRA_OECONF = "--disable-introspection --disable-xevie --with-dbus-daemondir=${bindir}" - -FILES_${PN} += "${datadir}/dbus-1/services/*.service" diff --git a/meta/recipes-support/atk/at-spi2-core_2.16.0.bb b/meta/recipes-support/atk/at-spi2-core_2.16.0.bb new file mode 100644 index 0000000000..933cbe70f7 --- /dev/null +++ b/meta/recipes-support/atk/at-spi2-core_2.16.0.bb @@ -0,0 +1,23 @@ +SUMMARY = "Assistive Technology Service Provider Interface (dbus core)" +LICENSE = "LGPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=e9f288ba982d60518f375b5898283886" + +MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}" + +SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz \ + file://0001-nls.m4-Take-it-from-gettext-0.15.patch \ + " + +SRC_URI[md5sum] = "be6eeea370f913b7639b609913b2cf02" +SRC_URI[sha256sum] = "1c0b77fb8ce81abbf1d80c0afee9858b3f9229f673b7881995fe0fc16b1a74d0" + +DEPENDS = "dbus glib-2.0 virtual/libx11 libxi libxtst intltool-native" + +inherit autotools gtk-doc pkgconfig distro_features_check +# depends on virtual/libx11 +REQUIRED_DISTRO_FEATURES = "x11" + +EXTRA_OECONF = "--disable-introspection --disable-xevie --with-dbus-daemondir=${bindir}" + +FILES_${PN} += "${datadir}/dbus-1/services/*.service \ + ${datadir}/dbus-1/accessibility-services/*.service" -- cgit 1.2.3-korg