diff options
| author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-07-21 09:14:53 +0000 |
|---|---|---|
| committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-07-21 09:14:53 +0000 |
| commit | 706229768c3814a94de5e2374c6974397136a7f0 (patch) | |
| tree | 295b75632097a6f257fb3576de55ebb74545f193 /meta/packages/telepathy/empathy_0.23.4.bb | |
| parent | f02f67c3b942506cfb6506691982d1d1fa26b05c (diff) | |
| download | poky-706229768c3814a94de5e2374c6974397136a7f0.tar.gz | |
empathy: upgraded to 0.23.4
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4903 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/telepathy/empathy_0.23.4.bb')
| -rw-r--r-- | meta/packages/telepathy/empathy_0.23.4.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/packages/telepathy/empathy_0.23.4.bb b/meta/packages/telepathy/empathy_0.23.4.bb new file mode 100644 index 0000000000..67020a0fb1 --- /dev/null +++ b/meta/packages/telepathy/empathy_0.23.4.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | DESCRIPTION = "Telepathy based IM client" | ||
| 2 | HOMEPAGE = "http://blogs.gnome.org/view/xclaesse/2007/04/26/0" | ||
| 3 | LICENSE = "GPL" | ||
| 4 | DEPENDS = "telepathy-mission-control libtelepathy telepathy-glib gtk+ gconf libglade eds-dbus" | ||
| 5 | RRECOMMENDS = "telepathy-gabble" | ||
| 6 | |||
| 7 | inherit gnome gtk-icon-cache | ||
| 8 | |||
| 9 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/empathy/0.23/empathy-${PV}.tar.bz2 \ | ||
| 10 | file://no-gnome-doc.patch;patch=1" | ||
| 11 | |||
| 12 | FILES_${PN} += "${datadir}/mission-control/profiles/*.profile \ | ||
| 13 | ${datadir}/dbus-1/services/*.service \ | ||
| 14 | ${datadir}/telepathy/managers/*.chandler \ | ||
| 15 | ${datadir}/icons" | ||
| 16 | |||
| 17 | PACKAGES =+ "libempathy libempathy-gtk" | ||
| 18 | |||
| 19 | FILES_libempathy = "${libdir}/libempathy.so.*" | ||
| 20 | FILES_libempathy-gtk = "${libdir}/libempathy-gtk.so.*" | ||
