diff options
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, 0 insertions, 20 deletions
diff --git a/meta/packages/telepathy/empathy_0.23.4.bb b/meta/packages/telepathy/empathy_0.23.4.bb deleted file mode 100644 index 67020a0fb1..0000000000 --- a/meta/packages/telepathy/empathy_0.23.4.bb +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
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.*" | ||