mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
hicolor-icon-theme: ship a custom index.theme which includes the Hildon icon sizes
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user