hicolor-icon-theme: ship a custom index.theme which includes the Hildon icon sizes

This commit is contained in:
Ross Burton 2008-12-16 18:06:13 +00:00
parent 9ca832b991
commit 750486785b
2 changed files with 1662 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -2,10 +2,15 @@ SECTION = "unknown"
LICENSE = "GPL"
inherit gnome
PR = "r1"
PR = "r2"
SRC_URI = "http://icon-theme.freedesktop.org/releases/${P}.tar.gz"
SRC_URI = "http://icon-theme.freedesktop.org/releases/${P}.tar.gz \
file://index.theme"
PACKAGE_ARCH = "all"
FILES_${PN} += "${datadir}/icons"
do_install_append () {
install -m 0644 ${WORKDIR}/index.theme ${D}/${datadir}/icons/hicolor
}