icon-naming-utils-0.8.2

Introduction to icon-naming-utils

The icon-naming-utils package contains a Perl script used for maintaining backwards compatibility with current desktop icon themes, while migrating to the names specified in the Icon Naming Specification.

Package Information

icon-naming-utils Dependencies

Required

XML::Simple-2.18

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/icon-naming-utils

Installation of icon-naming-utils

Install icon-naming-utils by running the following commands:

./configure --prefix=/usr \
            --libexecdir=/usr/lib/icon-naming-utils &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Command Explanations

--libexecdir=/usr/lib/icon-naming-utils: This parameter is used so that the main program script is placed in /usr/lib/icon-naming-utils instead of /usr/libexec.

Contents

Installed Programs: icon-name-mapping
Installed Libraries: None
Installed Directories: /usr/share/dtds and /usr/share/icon-naming-utils

Short Descriptions

icon-name-mapping

is a Perl script used for maintaining backwards compatibility with current desktop icon themes, while migrating to the names specified in the Icon Naming Specification.

Last updated on 2008-05-09 08:00:42 -0500