glfs/general/genutils/desktop-file-utils.xml
Randy McMurchy f0ba6ba3a7 Updated to desktop-file-utils-0.10
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2933 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-11-14 05:43:31 +00:00

101 lines
3.5 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY desktop-file-utils-download-http "http://freedesktop.org/Software/desktop-file-utils/releases/desktop-file-utils-&desktop-file-utils-version;.tar.gz">
<!ENTITY desktop-file-utils-download-ftp " ">
<!ENTITY desktop-file-utils-md5sum "N/A">
<!ENTITY desktop-file-utils-size "341 KB">
<!ENTITY desktop-file-utils-buildsize "2.7 MB">
<!ENTITY desktop-file-utils-time "0.07 SBU">
]>
<sect1 id="desktop-file-utils" xreflabel="desktop-file-utils-&desktop-file-utils-version;">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="desktop-file-utils.html"?>
<title>desktop-file-utils-&desktop-file-utils-version;</title>
<sect2>
<title>Introduction to <application>desktop-file-utils</application></title>
<para>The <application>desktop-file-utils</application> package contains
command line utilities for working with <ulink
url="http://www.freedesktop.org/standards/desktop-entry-spec/">desktop
entries</ulink>. These are used by
<application><acronym>GNOME</acronym></application>-2 and other applications
to adhere to the desktop entries standards specification.</para>
<sect3><title>Package information</title>
<itemizedlist spacing="compact">
<listitem><para>Download (HTTP):
<ulink url="&desktop-file-utils-download-http;"/></para></listitem>
<listitem><para>Download (FTP):
<ulink url="&desktop-file-utils-download-ftp;"/></para></listitem>
<listitem><para>MD5 sum: &desktop-file-utils-md5sum;</para></listitem>
<listitem><para>Download size: &desktop-file-utils-size;</para></listitem>
<listitem><para>Estimated disk space required:
&desktop-file-utils-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&desktop-file-utils-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title><application>desktop-file-utils</application> dependencies</title>
<sect4><title>Required</title>
<para><xref linkend="GLib2"/> and
<xref linkend="popt"/></para>
</sect4>
<sect4><title>Optional</title>
<para><xref linkend="postlfs-editors-emacs"/></para>
</sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application>desktop-file-utils</application></title>
<para>Install <application>desktop-file-utils</application> by running the
following commands:</para>
<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>
<sect2>
<title>Contents</title>
<para>The <application>desktop-file-utils</application> package contains
<command>desktop-file-install</command>,
<command>desktop-file-validate</command> and
<command>update-desktop-database</command>.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>desktop-file-install</title>
<para><command>desktop-file-install</command> is used to install a new, or
modify an existing desktop file entry. It is also used to rebuild or modify
the <acronym>mime</acronym>-types application database.</para></sect3>
<sect3><title>desktop-file-validate</title>
<para><command>desktop-file-validate</command> is used to verify the integrity
of a desktop file.</para></sect3>
<sect3><title>update-desktop-database</title>
<para><command>update-desktop-database</command> is used to update the
<acronym>mime</acronym>-types application database.</para></sect3>
</sect2>
</sect1>