summaryrefslogtreecommitdiff
path: root/recipes/tango-icon-theme.recipe
blob: b8173299cf56c0f07aeacf069bf9dc5365816723 (plain)
1
2
3
4
5
6
7
8
9
10
# -*- 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 = License.LGPL
    configure_options = '--disable-icon-framing '
    deps = ['icon-naming-utils']

    files_icons = ['share/icons/Tango']