diff options
-rw-r--r-- | packages/gtk.package | 2 | ||||
-rw-r--r-- | recipes/icon-naming-utils.recipe | 6 | ||||
-rw-r--r-- | recipes/tango-icon-theme.recipe | 9 |
3 files changed, 16 insertions, 1 deletions
diff --git a/packages/gtk.package b/packages/gtk.package index 849fc672..a5632ba9 100644 --- a/packages/gtk.package +++ b/packages/gtk.package @@ -11,4 +11,4 @@ class Package(package.Package): vendor = 'GTK+ Project' uuid = '58fe67c2-4565-411f-8287-e8fda893f853' - files = ['atk', 'gtk+', 'gtk-engines'] + files = ['atk', 'gtk+', 'gtk-engines', 'tango-icon-theme'] diff --git a/recipes/icon-naming-utils.recipe b/recipes/icon-naming-utils.recipe new file mode 100644 index 00000000..0dde6a86 --- /dev/null +++ b/recipes/icon-naming-utils.recipe @@ -0,0 +1,6 @@ +# -*- Mode: Python -*- vi:si:et:sw=4:sts=4:ts=4:syntax=python + +class Recipe(recipe.Recipe): + name = 'icon-naming-utils' + version = '0.8.7' + license = 'GPL' 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'] |