diff options
author | Ross Burton <ross@openedhand.com> | 2007-07-27 09:44:33 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-07-27 09:44:33 +0000 |
commit | 3d94cc539df64753c612f9e34b05c1a14e837f85 (patch) | |
tree | a072da59350e8919cce833ef7bd728799bf15b4a /meta/packages/telepathy/empathy_0.9.bb | |
parent | f82153d8734d7f85c17484d7edfcd68d839ada62 (diff) | |
download | poky-3d94cc539df64753c612f9e34b05c1a14e837f85.tar.gz |
Add new empathy
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2238 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/telepathy/empathy_0.9.bb')
-rw-r--r-- | meta/packages/telepathy/empathy_0.9.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/packages/telepathy/empathy_0.9.bb b/meta/packages/telepathy/empathy_0.9.bb new file mode 100644 index 0000000000..f9f1ecabb6 --- /dev/null +++ b/meta/packages/telepathy/empathy_0.9.bb | |||
@@ -0,0 +1,17 @@ | |||
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 = "telepathy-mission-control libtelepathy gtk+ gconf libglade gnome-vfs" | ||
5 | RDEPENDS = "telepathy-mission-control" | ||
6 | RRECOMMENDS = "telepathy-gabble" | ||
7 | |||
8 | PR="r1" | ||
9 | |||
10 | inherit gnome gtk-icon-cache | ||
11 | |||
12 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/empathy/0.9/empathy-${PV}.tar.bz2 \ | ||
13 | file://no-gnome.diff;patch=1;pnum=0" | ||
14 | |||
15 | FILES_${PN} += "${datadir}/mission-control/profiles/*.profile \ | ||
16 | ${datadir}/dbus-1/services/*.service \ | ||
17 | ${datadir}/telepathy/managers/*.chandler" | ||