diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-04-12 16:40:27 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-04-12 16:40:27 +0000 |
commit | 910fbc5b9ba21bf75b75ead3c819d8d50f03f03a (patch) | |
tree | f8783c8b8216bf74a84c91bc26900df9b554a793 /meta/packages/pimlico | |
parent | 07712f4aa2ba652c959f7256888a2c6661c44672 (diff) | |
download | poky-910fbc5b9ba21bf75b75ead3c819d8d50f03f03a.tar.gz |
contacts: drop 0.3
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1492 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/pimlico')
-rw-r--r-- | meta/packages/pimlico/contacts_0.3.bb | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/meta/packages/pimlico/contacts_0.3.bb b/meta/packages/pimlico/contacts_0.3.bb deleted file mode 100644 index 799698b7a0..0000000000 --- a/meta/packages/pimlico/contacts_0.3.bb +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | LICENSE = "LGPL" | ||
2 | SECTION = "x11" | ||
3 | DEPENDS = "glib-2.0 gtk+ eds-dbus" | ||
4 | RDEPENDS = "libedata-book" | ||
5 | DESCRIPTION = "Contacts is an address-book application." | ||
6 | |||
7 | PR = "r1" | ||
8 | |||
9 | SRC_URI = "http://projects.o-hand.com/sources/${PN}/${PN}-${PV}.tar.gz \ | ||
10 | file://stock_contact.png \ | ||
11 | file://stock_person.png" | ||
12 | |||
13 | inherit autotools pkgconfig | ||
14 | |||
15 | S = "${WORKDIR}/${PN}-${PV}" | ||
16 | |||
17 | do_install_append () { | ||
18 | install -d ${D}/${datadir}/pixmaps | ||
19 | install -m 0644 ${WORKDIR}/stock_contact.png ${D}/${datadir}/pixmaps | ||
20 | install -m 0644 ${WORKDIR}/stock_person.png ${D}/${datadir}/pixmaps | ||
21 | } | ||
22 | |||
23 | FILES_${PN} += "${datadir}/pixmaps/stock_contact.png \ | ||
24 | ${datadir}/pixmaps/stock_person.png" | ||
25 | |||