diff options
-rw-r--r-- | meta/packages/hicolor-icon-theme/hicolor-icon-theme_0.10.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/packages/hicolor-icon-theme/hicolor-icon-theme_0.10.bb b/meta/packages/hicolor-icon-theme/hicolor-icon-theme_0.10.bb index aab327314..5b97fc33b 100644 --- a/meta/packages/hicolor-icon-theme/hicolor-icon-theme_0.10.bb +++ b/meta/packages/hicolor-icon-theme/hicolor-icon-theme_0.10.bb @@ -1,5 +1,10 @@ +DESCRIPTION = "default icon theme that all icon themes automatically inherit from." +HOMEPAGE = "http://icon-theme.freedesktop.org/wiki/HicolorTheme" +BUGTRACKER = "https://bugs.freedesktop.org/" + +LICENSE = "GPLv2" + SECTION = "unknown" -LICENSE = "GPL" inherit gnome PR = "r3" |