diff options
author | Koen Kooi <koen@openembedded.org> | 2009-06-23 08:10:53 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-06-23 08:10:53 +0200 |
commit | 35a551aee90687d13b2d8d0c0ef0ae73b31872cb (patch) | |
tree | 536d5639fb74f6d9f1b04db6c7dea410fe59c016 /recipes | |
parent | ee7dab99e199af9aef09224d261f2055b10a0f86 (diff) |
tango-icon-theme: add 0.8.90
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/tango/tango-icon-theme_0.8.90.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/tango/tango-icon-theme_0.8.90.bb b/recipes/tango/tango-icon-theme_0.8.90.bb new file mode 100644 index 0000000000..4907833d3d --- /dev/null +++ b/recipes/tango/tango-icon-theme_0.8.90.bb @@ -0,0 +1,11 @@ +SECTION = "unknown" +LICENSE = "http://creativecommons.org/licenses/by-sa/2.5/" + +inherit gnome + +SRC_URI = "http://tango.freedesktop.org/releases/${PN}-${PV}.tar.gz \ + file://no-icon-naming-utils.patch;patch=1" +EXTRA_OECONF = "--disable-icon-framing" + +PACKAGE_ARCH = "all" +FILES_${PN} += "${datadir}/icons" |