diff options
| author | Chris Lord <chris@openedhand.com> | 2005-09-30 18:07:27 +0000 |
|---|---|---|
| committer | Chris Lord <chris@openedhand.com> | 2005-09-30 18:07:27 +0000 |
| commit | 7d6ca974561070dfae082161c61350b481c1c65f (patch) | |
| tree | e6f5481f755b891567bb2a2848eab2dfe5dff5a5 /openembedded/packages/contacts | |
| parent | fbf2ef9840e6b241d05651d8f8a26b7c0f11aa6d (diff) | |
| download | poky-7d6ca974561070dfae082161c61350b481c1c65f.tar.gz | |
Package the icon for dates and contacts, add svn version of
matchbox-themes-extra
git-svn-id: https://svn.o-hand.com/repos/poky@90 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/contacts')
| -rwxr-xr-x | openembedded/packages/contacts/contacts_0.0.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/openembedded/packages/contacts/contacts_0.0.bb b/openembedded/packages/contacts/contacts_0.0.bb index 02a8903206..faca7c4685 100755 --- a/openembedded/packages/contacts/contacts_0.0.bb +++ b/openembedded/packages/contacts/contacts_0.0.bb | |||
| @@ -3,9 +3,11 @@ SECTION = "x11" | |||
| 3 | DEPENDS = "glib-2.0 gtk+ libglade eds-dbus" | 3 | DEPENDS = "glib-2.0 gtk+ libglade eds-dbus" |
| 4 | MAINTAINER = "Chris Lord <chris@openedhand.com>" | 4 | MAINTAINER = "Chris Lord <chris@openedhand.com>" |
| 5 | DESCRIPTION = "Contacts is an address-book application." | 5 | DESCRIPTION = "Contacts is an address-book application." |
| 6 | PR = "r1" | 6 | PR = "r2" |
| 7 | |||
| 8 | 7 | ||
| 9 | SRC_URI = "file:///tmp/${PN}-${PV}.tar.gz" | 8 | SRC_URI = "file:///tmp/${PN}-${PV}.tar.gz" |
| 10 | 9 | ||
| 11 | inherit autotools pkgconfig | 10 | inherit autotools pkgconfig |
| 11 | |||
| 12 | FILES_${PN} += "${datadir}/icons/hicolor/48x48/apps/oh-contacts.png" | ||
| 13 | |||
