diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-03-21 11:07:18 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-03-21 11:07:18 +0000 |
commit | 4ed98327c03d4167e41a85933d402a51191a3864 (patch) | |
tree | 26cb04d2db14a8f74e820aaa9d3e72096180d1e7 /meta/packages/pimlico/contacts.inc | |
parent | ce9fe6a6f98da0924b302cd0db2970bdefc789e6 (diff) | |
download | openembedded-core-4ed98327c03d4167e41a85933d402a51191a3864.tar.gz openembedded-core-4ed98327c03d4167e41a85933d402a51191a3864.tar.bz2 openembedded-core-4ed98327c03d4167e41a85933d402a51191a3864.zip |
contacts: added 0.4, unified recipes, fixed PV in svn version, disabled gnome-vfs
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1379 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/pimlico/contacts.inc')
-rw-r--r-- | meta/packages/pimlico/contacts.inc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/packages/pimlico/contacts.inc b/meta/packages/pimlico/contacts.inc new file mode 100644 index 0000000000..5fa493fab3 --- /dev/null +++ b/meta/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" |