diff options
Diffstat (limited to 'recipes/tango')
-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" |