blob: bb6cb000ab31040e60ea1ac7756337ee35258acd [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001SUMMARY = "Default icon theme that all icon themes automatically inherit from"
Brad Bishop64c979e2019-11-04 13:55:29 -05002DESCRIPTION = "The hicolor-icon-theme package contains a default fallback \
3theme for implementations of the icon theme specification."
4HOMEPAGE = "https://www.freedesktop.org/wiki/Software/icon-theme"
Brad Bishop316dfdd2018-06-25 12:45:53 -04005BUGTRACKER = "https://bugs.freedesktop.org/"
6
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00007LICENSE = "GPL-2.0-only"
Brad Bishop316dfdd2018-06-25 12:45:53 -04008LIC_FILES_CHKSUM = "file://COPYING;md5=f08a446809913fc9b3c718f0eaea0426"
9
Andrew Geissler82c905d2020-04-13 13:39:40 -050010SRC_URI = "https://icon-theme.freedesktop.org/releases/${BPN}-${PV}.tar.xz"
Brad Bishop316dfdd2018-06-25 12:45:53 -040011SRC_URI[md5sum] = "84eec8d6f810240a069c731f1870b474"
12SRC_URI[sha256sum] = "317484352271d18cbbcfac3868eab798d67fff1b8402e740baa6ff41d588a9d8"
13
14inherit allarch autotools
15
Patrick Williams213cb262021-08-07 19:21:33 -050016FILES:${PN} += "${datadir}/icons"
Brad Bishop19323692019-04-05 15:28:33 -040017
18BBCLASSEXTEND = "native nativesdk"