aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tango/tango-icon-theme_0.8.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/tango/tango-icon-theme_0.8.1.bb')
-rw-r--r--recipes/tango/tango-icon-theme_0.8.1.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/tango/tango-icon-theme_0.8.1.bb b/recipes/tango/tango-icon-theme_0.8.1.bb
new file mode 100644
index 0000000000..0fbc7be7a0
--- /dev/null
+++ b/recipes/tango/tango-icon-theme_0.8.1.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"