diff options
-rw-r--r-- | meta/recipes-devtools/icon-naming-utils/icon-naming-utils_0.8.90.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-devtools/icon-naming-utils/icon-naming-utils_0.8.90.bb b/meta/recipes-devtools/icon-naming-utils/icon-naming-utils_0.8.90.bb index 63a485d17b..79d5a4e8a9 100644 --- a/meta/recipes-devtools/icon-naming-utils/icon-naming-utils_0.8.90.bb +++ b/meta/recipes-devtools/icon-naming-utils/icon-naming-utils_0.8.90.bb | |||
@@ -1,3 +1,13 @@ | |||
1 | SUMMARY = "Enables backwards compatibility with current desktop icon themes" | ||
2 | DESCRIPTION = "A Perl script used for maintaining backwards \ | ||
3 | compatibility with current desktop icon themes, while migrating to the \ | ||
4 | names specified in the Icon Naming Specification. The Icon Naming \ | ||
5 | Utilities map the icon names used by the GNOME and KDE desktops to the \ | ||
6 | icon names proposed in the Icon Naming Specification, and generate the \ | ||
7 | icon files appropriate to the desktop environment you use. The Icon \ | ||
8 | Naming Specification provides a standard list of common icon contexts \ | ||
9 | and names that can be used to make icon themes work in a desktop \ | ||
10 | environment or application that implements the naming specification. " | ||
1 | LICENSE = "GPLv2" | 11 | LICENSE = "GPLv2" |
2 | DEPENDS = "libxml-simple-perl-native" | 12 | DEPENDS = "libxml-simple-perl-native" |
3 | PR = "r4" | 13 | PR = "r4" |