aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.13.bb
diff options
context:
space:
mode:
authorRoxana Ciobanu <roxana.ciobanu@intel.com>2014-08-26 19:08:24 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-27 12:12:05 +0100
commitb6cc93f1008e2313eb9a17a11bfbc9980736878d (patch)
tree8a87a2451af96fd2822aa1ef92bd5df5bc637853 /meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.13.bb
parenta277a80f788082fa01d3794443e454d1a6a6c1da (diff)
downloadopenembedded-core-contrib-b6cc93f1008e2313eb9a17a11bfbc9980736878d.tar.gz
hicolor-icon-theme: Upgrade to 0.13
Signed-off-by: Roxana Ciobanu <roxana.ciobanu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 @@
+SUMMARY = "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"
+LIC_FILES_CHKSUM = "file://COPYING;md5=f08a446809913fc9b3c718f0eaea0426"
+
+SECTION = "unknown"
+inherit gnomebase allarch autotools-brokensep
+
+PR = "r1"
+
+SRC_URI = "http://icon-theme.freedesktop.org/releases/${BPN}-${PV}.tar.gz \
+ file://index.theme"
+
+SRC_URI[md5sum] = "21d0f50aa6b8eef02846cda9e5e9324c"
+SRC_URI[sha256sum] = "a38b038915480d1ddd4e3c421562560a14d42ace0449a5acc07c50f57f9c3406"
+
+FILES_${PN} += "${datadir}/icons"
+
+do_install_append () {
+ install -m 0644 ${WORKDIR}/index.theme ${D}/${datadir}/icons/hicolor
+}