summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/gnome/gnome-icon-theme_2.24.0.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/gnome/gnome-icon-theme_2.24.0.bb b/packages/gnome/gnome-icon-theme_2.24.0.bb
new file mode 100644
index 0000000000..d5e7f29b69
--- /dev/null
+++ b/packages/gnome/gnome-icon-theme_2.24.0.bb
@@ -0,0 +1,13 @@
+LICENSE = "GPL"
+SECTION = "x11/gnome"
+DEPENDS = "icon-naming-utils-native glib-2.0 intltool-native"
+RDEPENDS = "hicolor-icon-theme"
+RRECOMMENDS = "librsvg-gtk"
+
+FILES_${PN} += "${datadir}/*"
+
+EXTRA_OECONF = "--disable-hicolor-check"
+
+inherit gnome
+
+PACKAGE_ARCH = "all"