summaryrefslogtreecommitdiff
path: root/recipes/hicolor-icon-theme.recipe
blob: 82d87ed393d94f6af5825a879794989294a853b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
class Recipe(recipe.Recipe):
    name = 'hicolor-icon-theme'
    version = '0.11'
    licenses = [License.LGPLv2_1]

    stype = SourceType.TARBALL
    url = 'http://icon-theme.freedesktop.org/releases/hicolor-icon-theme-%(version)s.tar.gz'
    deps = ['glib']

    files_themes = [
         'share/icons/hicolor/index.theme',
    ]