summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.13.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.13.bb')
-rw-r--r--meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.13.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.13.bb b/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.13.bb
new file mode 100644
index 0000000000..9df81cbb16
--- /dev/null
+++ b/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.13.bb
@@ -0,0 +1,23 @@
1SUMMARY = "Default icon theme that all icon themes automatically inherit from"
2HOMEPAGE = "http://icon-theme.freedesktop.org/wiki/HicolorTheme"
3BUGTRACKER = "https://bugs.freedesktop.org/"
4
5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=f08a446809913fc9b3c718f0eaea0426"
7
8SECTION = "unknown"
9inherit gnomebase allarch autotools-brokensep
10
11PR = "r1"
12
13SRC_URI = "http://icon-theme.freedesktop.org/releases/${BPN}-${PV}.tar.gz \
14 file://index.theme"
15
16SRC_URI[md5sum] = "21d0f50aa6b8eef02846cda9e5e9324c"
17SRC_URI[sha256sum] = "a38b038915480d1ddd4e3c421562560a14d42ace0449a5acc07c50f57f9c3406"
18
19FILES_${PN} += "${datadir}/icons"
20
21do_install_append () {
22 install -m 0644 ${WORKDIR}/index.theme ${D}/${datadir}/icons/hicolor
23}