diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-04-24 17:49:28 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-29 14:43:48 +0100 |
commit | 4fe0ddded508ba9ed90574ef0387b48dce029f3f (patch) | |
tree | 8f17bb0ef81c701943d5c0f03005bf0b039ab9c4 | |
parent | c12ed47769d7784d0483629dd56b42bf84f50510 (diff) | |
download | openembedded-core-contrib-4fe0ddded508ba9ed90574ef0387b48dce029f3f.tar.gz |
icon-naming-utils: add SUMMARY and DESCRIPTION
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-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 63a485d17bd..79d5a4e8a93 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 @@ +SUMMARY = "Enables backwards compatibility with current desktop icon themes" +DESCRIPTION = "A Perl script used for maintaining backwards \ +compatibility with current desktop icon themes, while migrating to the \ +names specified in the Icon Naming Specification. The Icon Naming \ +Utilities map the icon names used by the GNOME and KDE desktops to the \ +icon names proposed in the Icon Naming Specification, and generate the \ +icon files appropriate to the desktop environment you use. The Icon \ +Naming Specification provides a standard list of common icon contexts \ +and names that can be used to make icon themes work in a desktop \ +environment or application that implements the naming specification. " LICENSE = "GPLv2" DEPENDS = "libxml-simple-perl-native" PR = "r4" |