# Copyright (C) 2009 Kirtika Ruchandani # Released under the MIT license (see COPYING.MIT for the terms) DESCRIPTION = "Hildon Icons" HOMEPAGE = "http://maemo.org" LICENSE = "unknown" SECTION = "x11" SRC_URI = "http://ftp.de.debian.org/debian/pool/main/h/${PN}/${PN}_${PV}.debian.orig.tar.gz \ file://hildon-icons/mer-changes.patch;patch=1" S = "${WORKDIR}/${PN}-${PV}.debian.orig" PACKAGES = "${PN}" FILES_${PN} = "${datadir}/icons/*" inherit gtk-icon-cache do_install(){ install -d ${D}${datadir}/icons ${D}${datadir}/icons/hildon install -m 0755 ${S}/index.theme ${D}${datadir}/icons/hildon sh ${S}/install-theme.sh ${S}/icons ${D}${datadir}/icons/hildon sh ${S}/make-mime-symlinks.sh ${D}${datadir}/icons/hildon/scalable }