diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-03-21 11:08:47 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-03-21 11:08:47 +0000 |
commit | 44965620ed77fd5079b9e57719130bb70d38341e (patch) | |
tree | add4b5ddf4cf6221bf0872de225ff2f949176a53 /packages/pimlico/contacts.inc | |
parent | 7263517b3939ba055d443a0ecbaf5ef9a3e91c38 (diff) |
contacts: added 0.4, unified recipes, fixed PV in svn version, disabled gnome-vfs (from Poky)
Diffstat (limited to 'packages/pimlico/contacts.inc')
-rw-r--r-- | packages/pimlico/contacts.inc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/pimlico/contacts.inc b/packages/pimlico/contacts.inc new file mode 100644 index 0000000000..5fa493fab3 --- /dev/null +++ b/packages/pimlico/contacts.inc @@ -0,0 +1,16 @@ +DESCRIPTION = "Address-book application." +LICENSE = "LGPL" +SECTION = "x11" +DEPENDS = "glib-2.0 gtk+ eds-dbus" +RDEPENDS = "libedata-book" + +inherit autotools pkgconfig + +do_install_append () { + install -d ${D}/${datadir}/pixmaps + install -m 0644 ${WORKDIR}/stock_contact.png ${D}/${datadir}/pixmaps + install -m 0644 ${WORKDIR}/stock_person.png ${D}/${datadir}/pixmaps +} + +FILES_${PN} += "${datadir}/pixmaps/stock_contact.png \ + ${datadir}/pixmaps/stock_person.png" |