diff options
author | Chris Lord <chris@openedhand.com> | 2005-10-04 22:43:26 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2005-10-04 22:43:26 +0000 |
commit | bab73940ce94653d4ef855a5f7979cb0030f689c (patch) | |
tree | 09f923933477c01ea6808af2207ad1f05fcf36d1 /openembedded | |
parent | 5ab96a16d8ea91424e2d59699f6f57933aaa164d (diff) | |
download | openembedded-core-bab73940ce94653d4ef855a5f7979cb0030f689c.tar.gz openembedded-core-bab73940ce94653d4ef855a5f7979cb0030f689c.tar.bz2 openembedded-core-bab73940ce94653d4ef855a5f7979cb0030f689c.zip |
Fix icons again
git-svn-id: https://svn.o-hand.com/repos/poky@123 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded')
-rwxr-xr-x | openembedded/packages/contacts/contacts_0.0.bb | 8 | ||||
-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" DEPENDS = "glib-2.0 gtk+ libglade eds-dbus" MAINTAINER = "Chris Lord <chris@openedhand.com>" DESCRIPTION = "Contacts is an address-book application." -PR = "r3" +PR = "r4" SRC_URI = "file:///tmp/${PN}-${PV}.tar.gz \ file://stock_contact.png \ file://stock_person.png \ - file://index.theme" + file://icon.theme" inherit autotools pkgconfig @@ -18,10 +18,10 @@ do_install_append () { install -m 0644 ${WORKDIR}/stock_contact.png ${D}/${datadir}/icons/hicolor/48x48/stock/net install -m 0644 ${WORKDIR}/stock_person.png ${D}/${datadir}/icons/hicolor/48x48/stock/generic - install -m 0644 ${WORKDIR}/index.theme ${D}/${datadir}/icons/hicolor + install -m 0644 ${WORKDIR}/icon.theme ${D}/${datadir}/icons/hicolor } FILES_${PN} += "${datadir}/icons/hicolor/48x48/apps/oh-contacts.png \ ${datadir}/icons/hicolor/48x48/stock/*/*.png \ - ${datadir}/icons/hicolor/index.theme" + ${datadir}/icons/hicolor/icon.theme" 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 |