summaryrefslogtreecommitdiff
path: root/recipes/gnome-icon-theme.recipe
blob: 187acecd631622bc55e7be12eef3e1f6cbbb6e1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
class Recipe(recipe.Recipe):
    name = 'gnome-icon-theme'
    version = '3.10.0'
    licenses = [License.LGPLv2_1]

    stype = SourceType.TARBALL
    url = 'http://ftp.gnome.org/pub/GNOME/sources/gnome-icon-theme/3.10/gnome-icon-theme-%(version)s.tar.xz'
    deps = ['hicolor-icon-theme', 'icon-naming-utils']

    files_themes = [
         'share/icons/gnome/*/*/*.png',
    ]

    files_devel = [
         'share/pkgconfig/gnome-icon-theme.pc',
    ]