diff options
author | David-John Willis <John.Willis@Distant-earth.com> | 2010-01-11 18:45:35 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-01-24 10:11:30 +0100 |
commit | 5ecdde2e2a8947ca628ac90071adc7dd8df31d6c (patch) | |
tree | 35aae92bc35bc74d5f6b7e85c1b0085501424918 /recipes | |
parent | 6d395c97b05ae95df11ca64630e7845944b56050 (diff) |
hicolor-icon-theme: Add 0.11.
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/hicolor-icon-theme/hicolor-icon-theme_0.11.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/hicolor-icon-theme/hicolor-icon-theme_0.11.bb b/recipes/hicolor-icon-theme/hicolor-icon-theme_0.11.bb new file mode 100644 index 0000000000..db13279c5e --- /dev/null +++ b/recipes/hicolor-icon-theme/hicolor-icon-theme_0.11.bb @@ -0,0 +1,13 @@ +SECTION = "unknown" +LICENSE = "GPL" +inherit autotools gtk-icon-cache + +# Override RDEPENDS = hicolor-icon-theme from gtk-icon-cache +RDEPENDS = "" +RDEPENDS_${PN} = "" + +SRC_URI = "http://icon-theme.freedesktop.org/releases/${P}.tar.gz" + +PACKAGE_ARCH = "all" + +FILES_${PN} += "${datadir}/icons" |