diff options
author | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
commit | b2f192faabe412adce79534e22efe9fb69ee40e2 (patch) | |
tree | 7076c49d4286f8a1733650bd8fbc7161af200d57 /meta/packages/contacts | |
parent | 2cf0eadf9f730027833af802d7e6c90b44248f80 (diff) | |
download | poky-b2f192faabe412adce79534e22efe9fb69ee40e2.tar.gz |
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/contacts')
-rwxr-xr-x | meta/packages/contacts/contacts_0.1.bb | 24 | ||||
-rwxr-xr-x | meta/packages/contacts/contacts_svn.bb | 30 | ||||
-rw-r--r-- | meta/packages/contacts/files/stock_contact.png | bin | 0 -> 2311 bytes | |||
-rw-r--r-- | meta/packages/contacts/files/stock_person.png | bin | 0 -> 2280 bytes |
4 files changed, 54 insertions, 0 deletions
diff --git a/meta/packages/contacts/contacts_0.1.bb b/meta/packages/contacts/contacts_0.1.bb new file mode 100755 index 0000000000..cf025259f2 --- /dev/null +++ b/meta/packages/contacts/contacts_0.1.bb | |||
@@ -0,0 +1,24 @@ | |||
1 | LICENSE = "LGPL" | ||
2 | SECTION = "x11" | ||
3 | DEPENDS = "glib-2.0 gtk+ libglade eds-dbus" | ||
4 | MAINTAINER = "Chris Lord <chris@openedhand.com>" | ||
5 | DESCRIPTION = "Contacts is an address-book application." | ||
6 | PR = "r1" | ||
7 | |||
8 | SRC_URI = "svn://svn.o-hand.com/repos/${PN}/tags;module=release-0.1;proto=http \ | ||
9 | file://stock_contact.png \ | ||
10 | file://stock_person.png" | ||
11 | |||
12 | inherit autotools pkgconfig | ||
13 | |||
14 | S = "${WORKDIR}/release-0.1" | ||
15 | |||
16 | do_install_append () { | ||
17 | install -d ${D}/${datadir}/pixmaps | ||
18 | install -m 0644 ${WORKDIR}/stock_contact.png ${D}/${datadir}/pixmaps | ||
19 | install -m 0644 ${WORKDIR}/stock_person.png ${D}/${datadir}/pixmaps | ||
20 | } | ||
21 | |||
22 | FILES_${PN} += "${datadir}/pixmaps/stock_contact.png \ | ||
23 | ${datadir}/pixmaps/stock_person.png" | ||
24 | |||
diff --git a/meta/packages/contacts/contacts_svn.bb b/meta/packages/contacts/contacts_svn.bb new file mode 100755 index 0000000000..cd4f6a7836 --- /dev/null +++ b/meta/packages/contacts/contacts_svn.bb | |||
@@ -0,0 +1,30 @@ | |||
1 | LICENSE = "LGPL" | ||
2 | SECTION = "x11" | ||
3 | DEPENDS = "glib-2.0 gtk+ libglade eds-dbus gnome-vfs" | ||
4 | RDEPENDS = "gnome-vfs-plugin-file" | ||
5 | RRECOMMENDS = "gnome-vfs-plugin-http" | ||
6 | MAINTAINER = "Chris Lord <chris@openedhand.com>" | ||
7 | DESCRIPTION = "Contacts is an address-book application." | ||
8 | PR = "r5" | ||
9 | |||
10 | PV = "0.1+svn${SRCDATE}" | ||
11 | |||
12 | SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \ | ||
13 | file://stock_contact.png \ | ||
14 | file://stock_person.png" | ||
15 | |||
16 | inherit autotools pkgconfig | ||
17 | |||
18 | S = "${WORKDIR}/trunk" | ||
19 | |||
20 | EXTRA_OECONF = "--enable-gnome-vfs" | ||
21 | |||
22 | do_install_append () { | ||
23 | install -d ${D}/${datadir}/pixmaps | ||
24 | install -m 0644 ${WORKDIR}/stock_contact.png ${D}/${datadir}/pixmaps | ||
25 | install -m 0644 ${WORKDIR}/stock_person.png ${D}/${datadir}/pixmaps | ||
26 | } | ||
27 | |||
28 | FILES_${PN} += "${datadir}/pixmaps/stock_contact.png \ | ||
29 | ${datadir}/pixmaps/stock_person.png" | ||
30 | |||
diff --git a/meta/packages/contacts/files/stock_contact.png b/meta/packages/contacts/files/stock_contact.png new file mode 100644 index 0000000000..123b4485ac --- /dev/null +++ b/meta/packages/contacts/files/stock_contact.png | |||
Binary files differ | |||
diff --git a/meta/packages/contacts/files/stock_person.png b/meta/packages/contacts/files/stock_person.png new file mode 100644 index 0000000000..2b1328b4e2 --- /dev/null +++ b/meta/packages/contacts/files/stock_person.png | |||
Binary files differ | |||