From 1b3dab588bc95f2aaca468286df358b00af2ef1a Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Thu, 11 Nov 2010 16:40:36 -0800 Subject: telepathy: Update telepathy-glib and telepathy-idle for world build Updated telepathy-glib to 0.9.2 Updated telepathy-idle to 0.1.2 Added LIC_FILES_CHKSUM and corrected LICENSE metadata Signed-off-by: Saul Wold --- .../telepathy/telepathy-glib_0.13.5.bb | 16 ++++++++++++++++ .../telepathy/telepathy-glib_0.9.2.bb | 13 ------------- .../telepathy/telepathy-idle_0.1.2.bb | 12 ------------ .../telepathy/telepathy-idle_0.1.6.bb | 13 +++++++++++++ 4 files changed, 29 insertions(+), 25 deletions(-) create mode 100644 meta/recipes-connectivity/telepathy/telepathy-glib_0.13.5.bb delete mode 100644 meta/recipes-connectivity/telepathy/telepathy-glib_0.9.2.bb delete mode 100644 meta/recipes-connectivity/telepathy/telepathy-idle_0.1.2.bb create mode 100644 meta/recipes-connectivity/telepathy/telepathy-idle_0.1.6.bb (limited to 'meta') diff --git a/meta/recipes-connectivity/telepathy/telepathy-glib_0.13.5.bb b/meta/recipes-connectivity/telepathy/telepathy-glib_0.13.5.bb new file mode 100644 index 0000000000..60f3b331ee --- /dev/null +++ b/meta/recipes-connectivity/telepathy/telepathy-glib_0.13.5.bb @@ -0,0 +1,16 @@ +SUMMARY = "Telepathy Framework glib-base helper library" +DESCRIPTION = "Telepathy Framework: GLib-based helper library for connection managers" +HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" +DEPENDS = "glib-2.0 dbus python-native-runtime dbus-native dbus-glib gettext" +LICENSE = "LGPLv2.1+" +PR = "r0" + +SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${P}.tar.gz" + +LIB_FILES_CHKSUM = "file://COPYING;md5=e413d83db6ee8f2c8e6055719096a48e" + +inherit autotools pkgconfig + +FILES_${PN} += "${datadir}/telepathy \ + ${datadir}/dbus-1" + diff --git a/meta/recipes-connectivity/telepathy/telepathy-glib_0.9.2.bb b/meta/recipes-connectivity/telepathy/telepathy-glib_0.9.2.bb deleted file mode 100644 index e7d9a92307..0000000000 --- a/meta/recipes-connectivity/telepathy/telepathy-glib_0.9.2.bb +++ /dev/null @@ -1,13 +0,0 @@ -SUMMARY = "Telepathy Framework glib-base helper library" -DESCRIPTION = "Telepathy Framework: GLib-based helper library for connection managers" -HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" -DEPENDS = "glib-2.0 dbus python-native-runtime dbus-native dbus-glib gettext" -LICENSE = "LGPL" -PR = "r1" - -SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${P}.tar.gz" - -inherit autotools pkgconfig - -FILES_${PN} += "${datadir}/telepathy \ - ${datadir}/dbus-1" diff --git a/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.2.bb b/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.2.bb deleted file mode 100644 index d82c43da6f..0000000000 --- a/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.2.bb +++ /dev/null @@ -1,12 +0,0 @@ -SUMMARY = "Telepathy IRC connection manager" -DESCRIPTION = "Telepathy implementation of the Internet Relay Chat protocols." -HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" -DEPENDS = "glib-2.0 dbus telepathy-glib openssl" -LICENSE = "LGPL" - -SRC_URI = "http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" - -inherit autotools pkgconfig - -FILES_${PN} += "${datadir}/telepathy \ - ${datadir}/dbus-1" diff --git a/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.6.bb b/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.6.bb new file mode 100644 index 0000000000..446e7be312 --- /dev/null +++ b/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.6.bb @@ -0,0 +1,13 @@ +SUMMARY = "Telepathy IRC connection manager" +DESCRIPTION = "Telepathy implementation of the Internet Relay Chat protocols." +HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" +DEPENDS = "glib-2.0 dbus telepathy-glib openssl" +LICENSE = "LGPL" +PR = "r0" + +SRC_URI = "http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" + +inherit autotools pkgconfig + +FILES_${PN} += "${datadir}/telepathy \ + ${datadir}/dbus-1" -- cgit v1.2.3-54-g00ecf