summaryrefslogtreecommitdiff
path: root/recipes/tango-icon-theme.recipe
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2012-04-06 02:31:07 +0200
committerAndoni Morales Alastruey <ylatuya@gmail.com>2012-04-09 21:57:47 +0200
commit11fa7b1a989f93f903063149cd4d1ae66023f9db (patch)
treee3cb10df1878221cc15a6ff5bb1328bb1d4eaca7 /recipes/tango-icon-theme.recipe
parent40e11002c33eadde2b6734489bace849c3e4d69e (diff)
Add pango icon theme for gtk
Diffstat (limited to 'recipes/tango-icon-theme.recipe')
-rw-r--r--recipes/tango-icon-theme.recipe9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/tango-icon-theme.recipe b/recipes/tango-icon-theme.recipe
new file mode 100644
index 00000000..8f44185c
--- /dev/null
+++ b/recipes/tango-icon-theme.recipe
@@ -0,0 +1,9 @@
+# -*- Mode: Python -*- vi:si:et:sw=4:sts=4:ts=4:syntax=python
+
+class Recipe(recipe.Recipe):
+ name = 'tango-icon-theme'
+ version = '0.8.1'
+ license = 'LGPL'
+ configure_options = '--disable-icon-framing '
+
+ files_icons = ['share/icons/Tango']