diff options
Diffstat (limited to 'recipes/tango/tango-icon-theme_0.7.2.bb')
-rw-r--r-- | recipes/tango/tango-icon-theme_0.7.2.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/tango/tango-icon-theme_0.7.2.bb b/recipes/tango/tango-icon-theme_0.7.2.bb new file mode 100644 index 0000000000..0fbc7be7a0 --- /dev/null +++ b/recipes/tango/tango-icon-theme_0.7.2.bb @@ -0,0 +1,10 @@ +SECTION = "unknown" +LICENSE = "http://creativecommons.org/licenses/by-sa/2.5/" +inherit autotools pkgconfig + +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" |