diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-08-19 17:09:36 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-08-19 17:09:36 +0100 |
commit | d0d2cda2f664dfbbbd55329be65856a429da2ebc (patch) | |
tree | e4f245f765383a23ed95ad0d899e31c0c8895094 /meta/packages/telepathy/empathy_2.26.1.bb | |
parent | 214e407cede869547a9db07f0be93de006d58928 (diff) | |
download | poky-d0d2cda2f664dfbbbd55329be65856a429da2ebc.tar.gz |
telepathy: Sync recipes/versions with OE.dev
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/telepathy/empathy_2.26.1.bb')
-rw-r--r-- | meta/packages/telepathy/empathy_2.26.1.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/packages/telepathy/empathy_2.26.1.bb b/meta/packages/telepathy/empathy_2.26.1.bb new file mode 100644 index 0000000000..3c11913e40 --- /dev/null +++ b/meta/packages/telepathy/empathy_2.26.1.bb | |||
@@ -0,0 +1,22 @@ | |||
1 | DESCRIPTION = "Empathy: a Telepathy based IM client" | ||
2 | HOMEPAGE = "http://blogs.gnome.org/view/xclaesse/2007/04/26/0" | ||
3 | LICENSE = "GPL" | ||
4 | DEPENDS = "libcanberra telepathy-farsight gnome-doc-utils python-native telepathy-python telepathy-mission-control libtelepathy telepathy-glib gtk+ gconf libglade eds-dbus" | ||
5 | RDEPENDS = "telepathy-mission-control" | ||
6 | RRECOMMENDS = "telepathy-gabble" | ||
7 | |||
8 | inherit gnome | ||
9 | |||
10 | PARALLEL_MAKE = "" | ||
11 | |||
12 | PACKAGES =+ "empathy-scrollkeeper-junk" | ||
13 | FILES_empathy-scrollkeeper-junk = "/var/lib/scrollkeeper" | ||
14 | |||
15 | FILES_${PN} += "${datadir}/mission-control/profiles/*.profile \ | ||
16 | ${datadir}/dbus-1/services/*.service \ | ||
17 | ${datadir}/telepathy/managers/*.chandler \ | ||
18 | ${datadir}/icons \ | ||
19 | ${libdir}/python*" | ||
20 | |||
21 | FILES_${PN}-dbg += "${libdir}/python*/*/.debug" | ||
22 | |||