mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
hicolor-icon-theme: ship a custom index.theme which includes the Hildon icon sizes
This commit is contained in:
parent
0111b3ac5f
commit
e6fe4911cf
1655
meta/packages/hicolor-icon-theme/files/index.theme
Normal file
1655
meta/packages/hicolor-icon-theme/files/index.theme
Normal file
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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user