summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xopenembedded/packages/contacts/contacts_0.0.bb8
-rw-r--r--openembedded/packages/contacts/files/icon.theme (renamed from openembedded/packages/contacts/files/index.theme)0
2 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 e4d5a339c5..ff75f0cdee 100755
--- a/openembedded/packages/contacts/contacts_0.0.bb
+++ b/openembedded/packages/contacts/contacts_0.0.bb
@@ -3,12 +3,12 @@ SECTION = "x11"
3DEPENDS = "glib-2.0 gtk+ libglade eds-dbus" 3DEPENDS = "glib-2.0 gtk+ libglade eds-dbus"
4MAINTAINER = "Chris Lord <chris@openedhand.com>" 4MAINTAINER = "Chris Lord <chris@openedhand.com>"
5DESCRIPTION = "Contacts is an address-book application." 5DESCRIPTION = "Contacts is an address-book application."
6PR = "r3" 6PR = "r4"
7 7
8SRC_URI = "file:///tmp/${PN}-${PV}.tar.gz \ 8SRC_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://index.theme" 11 file://icon.theme"
12 12
13inherit autotools pkgconfig 13inherit 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}/index.theme ${D}/${datadir}/icons/hicolor 21 install -m 0644 ${WORKDIR}/icon.theme ${D}/${datadir}/icons/hicolor
22} 22}
23 23
24FILES_${PN} += "${datadir}/icons/hicolor/48x48/apps/oh-contacts.png \ 24FILES_${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/index.theme" 26 ${datadir}/icons/hicolor/icon.theme"
27 27
diff --git a/openembedded/packages/contacts/files/index.theme b/openembedded/packages/contacts/files/icon.theme
index 4e9cf67820..4e9cf67820 100644
--- a/openembedded/packages/contacts/files/index.theme
+++ b/openembedded/packages/contacts/files/icon.theme