summaryrefslogtreecommitdiffstats
path: root/meta/packages/hicolor-icon-theme/hicolor-icon-theme_0.10.bb
blob: 5b97fc33ba9d99ed2a8e2c2142f06abcb8937f00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
DESCRIPTION = "default icon theme that all icon themes automatically inherit from."
HOMEPAGE = "http://icon-theme.freedesktop.org/wiki/HicolorTheme"
BUGTRACKER = "https://bugs.freedesktop.org/"

LICENSE = "GPLv2"

SECTION = "unknown"
inherit gnome

PR = "r3"

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
}