summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.14.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2014-12-31 12:19:23 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-01-07 23:35:00 +0000
commit450a4aaf1ae325d37258205d69535dd00c18a1ba (patch)
tree5bd4fe717eb6f012e25b661e18c5b32ee0e69e5c /meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.14.bb
parente4aa242ae6eb503777e3148abaa255f6e00b4b14 (diff)
downloadpoky-450a4aaf1ae325d37258205d69535dd00c18a1ba.tar.gz
hicolor-icon-theme: upgrade to 0.14
Drop the customised index.theme as it was only required for Hildon- and OpenMoko-specific environments. Upstream now uses autotools, so drop custom rules and autotools-brokensep. Drop pointless unknown SECTION and unused gnomebase class. (From OE-Core rev: 60784d5faafe75f79fc5aaa9c7ef03b51f6efaec) (From OE-Core rev: b2f7cd12b053c00f42a5eb8e036c0aa8a8e447e4) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.14.bb')
-rw-r--r--meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.14.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.14.bb b/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.14.bb
new file mode 100644
index 0000000000..9cb8056655
--- /dev/null
+++ b/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.14.bb
@@ -0,0 +1,14 @@
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
8SRC_URI = "http://icon-theme.freedesktop.org/releases/${BPN}-${PV}.tar.xz"
9SRC_URI[md5sum] = "56d2c6c3a9df5a0acd332430e3f3ae3e"
10SRC_URI[sha256sum] = "7bed06e6ef316318274bda0fdaf39fce960e4222a0165c968d84acb428902ecd"
11
12inherit allarch autotools
13
14FILES_${PN} += "${datadir}/icons"