blob: 5cfda6427f98e6a1eb65b6a773031bb75425335e (
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'
licenses = [License.CC_BY_SA]
configure_options = '--disable-icon-framing '
deps = ['icon-naming-utils']
files_icons = ['share/icons/Tango']
|