source: general/genutils/desktop-file-utils.xml@ 578bc2e0

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 578bc2e0 was 578bc2e0, checked in by Bruce Dubbs <bdubbs@…>, 19 years ago

Update broken link

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3078 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY desktop-file-utils-download-http "http://freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-&desktop-file-utils-version;.tar.gz">
8 <!ENTITY desktop-file-utils-download-ftp " ">
9 <!ENTITY desktop-file-utils-md5sum "N/A">
10 <!ENTITY desktop-file-utils-size "341 KB">
11 <!ENTITY desktop-file-utils-buildsize "2.7 MB">
12 <!ENTITY desktop-file-utils-time "0.07 SBU">
13]>
14
15<sect1 id="desktop-file-utils" xreflabel="desktop-file-utils-&desktop-file-utils-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="desktop-file-utils.html"?>
21<title>desktop-file-utils-&desktop-file-utils-version;</title>
22
23<sect2>
24<title>Introduction to <application>desktop-file-utils</application></title>
25
26<para>The <application>desktop-file-utils</application> package contains
27command line utilities for working with <ulink
28url="http://www.freedesktop.org/standards/desktop-entry-spec/">desktop
29entries</ulink>. These are used by
30<application><acronym>GNOME</acronym></application>-2 and other applications
31to adhere to the desktop entries standards specification.</para>
32
33<sect3><title>Package information</title>
34<itemizedlist spacing="compact">
35<listitem><para>Download (HTTP):
36<ulink url="&desktop-file-utils-download-http;"/></para></listitem>
37<listitem><para>Download (FTP):
38<ulink url="&desktop-file-utils-download-ftp;"/></para></listitem>
39<listitem><para>MD5 sum: &desktop-file-utils-md5sum;</para></listitem>
40<listitem><para>Download size: &desktop-file-utils-size;</para></listitem>
41<listitem><para>Estimated disk space required:
42&desktop-file-utils-buildsize;</para></listitem>
43<listitem><para>Estimated build time:
44&desktop-file-utils-time;</para></listitem></itemizedlist>
45</sect3>
46
47<sect3><title><application>desktop-file-utils</application> dependencies</title>
48<sect4><title>Required</title>
49<para><xref linkend="GLib2"/> and
50<xref linkend="popt"/></para>
51</sect4>
52
53<sect4><title>Optional</title>
54<para><xref linkend="postlfs-editors-emacs"/></para>
55</sect4>
56</sect3>
57
58</sect2>
59
60<sect2>
61<title>Installation of <application>desktop-file-utils</application></title>
62
63<para>Install <application>desktop-file-utils</application> by running the
64following commands:</para>
65
66<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
67make &amp;&amp;
68make install</command></userinput></screen>
69
70</sect2>
71
72<sect2>
73<title>Contents</title>
74
75<para>The <application>desktop-file-utils</application> package contains
76<command>desktop-file-install</command>,
77<command>desktop-file-validate</command> and
78<command>update-desktop-database</command>.</para>
79
80</sect2>
81
82<sect2><title>Description</title>
83
84<sect3><title>desktop-file-install</title>
85<para><command>desktop-file-install</command> is used to install a new, or
86modify an existing desktop file entry. It is also used to rebuild or modify
87the <acronym>mime</acronym>-types application database.</para></sect3>
88
89<sect3><title>desktop-file-validate</title>
90<para><command>desktop-file-validate</command> is used to verify the integrity
91of a desktop file.</para></sect3>
92
93<sect3><title>update-desktop-database</title>
94<para><command>update-desktop-database</command> is used to update the
95<acronym>mime</acronym>-types application database.</para></sect3>
96
97</sect2>
98
99</sect1>
100
Note: See TracBrowser for help on using the repository browser.