diff options
author | Ross Burton <ross@openedhand.com> | 2005-10-19 16:39:33 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2005-10-19 16:39:33 +0000 |
commit | 2cd13839b99b6afc21738a211a9ed103cb7da6a8 (patch) | |
tree | 6b5ed84cfd01711274daee22938e8e3ad01c5295 /openembedded/packages | |
parent | 47f4e33eabf8c65ca79786dedd536d7d117812c4 (diff) | |
download | poky-2cd13839b99b6afc21738a211a9ed103cb7da6a8.tar.gz |
Fix paths to theme files
git-svn-id: https://svn.o-hand.com/repos/poky@143 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages')
-rwxr-xr-x | openembedded/packages/contacts/contacts_0.0.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/openembedded/packages/contacts/contacts_0.0.bb b/openembedded/packages/contacts/contacts_0.0.bb index ff75f0cdee..a337ed796b 100755 --- a/openembedded/packages/contacts/contacts_0.0.bb +++ b/openembedded/packages/contacts/contacts_0.0.bb | |||
@@ -3,12 +3,12 @@ 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 = "r4" | 6 | PR = "r5" |
7 | 7 | ||
8 | SRC_URI = "file:///tmp/${PN}-${PV}.tar.gz \ | 8 | SRC_URI = "file:///tmp/${PN}-${PV}.tar.gz \ |
9 | file://stock_contact.png \ | 9 | file://stock_contact.png \ |
10 | file://stock_person.png \ | 10 | file://stock_person.png \ |
11 | file://icon.theme" | 11 | file://index.theme" |
12 | 12 | ||
13 | inherit autotools pkgconfig | 13 | inherit autotools pkgconfig |
14 | 14 | ||
@@ -18,10 +18,10 @@ do_install_append () { | |||
18 | 18 | ||
19 | install -m 0644 ${WORKDIR}/stock_contact.png ${D}/${datadir}/icons/hicolor/48x48/stock/net | 19 | install -m 0644 ${WORKDIR}/stock_contact.png ${D}/${datadir}/icons/hicolor/48x48/stock/net |
20 | install -m 0644 ${WORKDIR}/stock_person.png ${D}/${datadir}/icons/hicolor/48x48/stock/generic | 20 | install -m 0644 ${WORKDIR}/stock_person.png ${D}/${datadir}/icons/hicolor/48x48/stock/generic |
21 | install -m 0644 ${WORKDIR}/icon.theme ${D}/${datadir}/icons/hicolor | 21 | install -m 0644 ${WORKDIR}/index.theme ${D}/${datadir}/icons/hicolor |
22 | } | 22 | } |
23 | 23 | ||
24 | FILES_${PN} += "${datadir}/icons/hicolor/48x48/apps/oh-contacts.png \ | 24 | FILES_${PN} += "${datadir}/icons/hicolor/48x48/apps/oh-contacts.png \ |
25 | ${datadir}/icons/hicolor/48x48/stock/*/*.png \ | 25 | ${datadir}/icons/hicolor/48x48/stock/*/*.png \ |
26 | ${datadir}/icons/hicolor/icon.theme" | 26 | ${datadir}/icons/hicolor/index.theme" |
27 | 27 | ||