Ignore:
Timestamp:
11/14/2004 05:43:31 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
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
Children:
6a1e6da
Parents:
2077998d
Message:

Updated to desktop-file-utils-0.10

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/desktop-file-utils.xml

    r2077998d rf0ba6ba3  
    88  <!ENTITY desktop-file-utils-download-ftp  " ">
    99  <!ENTITY desktop-file-utils-md5sum        "N/A">
    10   <!ENTITY desktop-file-utils-size          "424 KB">
    11   <!ENTITY desktop-file-utils-buildsize     "6.6 MB">
    12   <!ENTITY desktop-file-utils-time          "0.15 SBU">
     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">
    1313]>
    1414
     
    5252
    5353<sect4><title>Optional</title>
    54 <para><xref linkend="gnome-vfs"/> and
    55 <xref linkend="postlfs-editors-emacs"/></para>
     54<para><xref linkend="postlfs-editors-emacs"/></para>
    5655</sect4>
    5756</sect3>
     
    6261<title>Installation of <application>desktop-file-utils</application></title>
    6362
    64 <para>Though the <application>desktop-file-utils</application> package is
    65 listed here in Chapter 10, the main use of the package will be for the
    66 <application><acronym>GNOME</acronym></application>-2 desktop. Therefore, the
    67 instructions are geared towards a
    68 <application><acronym>GNOME</acronym></application> installation. See the
    69 <quote>Command explanations</quote> section for information about installing
    70 the package for other uses.</para>
    71 
    7263<para>Install <application>desktop-file-utils</application> by running the
    7364following commands:</para>
    7465
    75 <screen><userinput><command>./configure --prefix=$GNOME_PREFIX \
    76             --sysconfdir=/etc/gnome &amp;&amp;
     66<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    7767make &amp;&amp;
    7868make install</command></userinput></screen>
    79 
    80 </sect2>
    81 
    82 <sect2>
    83 <title>Command explanations</title>
    84 
    85 <para><parameter>--prefix=$GNOME_PREFIX</parameter>: This forces the programs
    86 and libraries to be installed in directories which coincide with a
    87 <application><acronym>GNOME</acronym></application>-2 installation. Change
    88 the directory path to <filename class='directory'>/usr</filename> if the
    89 package is being installed for a different use.</para>
    90 
    91 <para><parameter>--sysconfdir=/etc/gnome</parameter>: This forces the
    92 configuration directory to coincide with a
    93 <application><acronym>GNOME</acronym></application>-2 installation. Change
    94 the directory path to <filename class='directory'>/etc</filename> if the
    95 package is being installed for a different use.</para>
    9669
    9770</sect2>
     
    10275<para>The <application>desktop-file-utils</application> package contains
    10376<command>desktop-file-install</command>,
    104 <command>desktop-file-validate</command>,
    105 <command>desktop-menu-tool</command>,
    106 <command>update-desktop-database</command> and optionally,
    107 the <application><acronym>GNOME</acronym>-<acronym>VFS</acronym></application>
    108 <filename class='libraryfile'>libmenu</filename> library module.</para>
     77<command>desktop-file-validate</command> and
     78<command>update-desktop-database</command>.</para>
    10979
    11080</sect2>
     
    12191of a desktop file.</para></sect3>
    12292
    123 <sect3><title>desktop-menu-tool</title>
    124 <para><command>desktop-menu-tool</command> is used to display a human-readable
    125 representation of, or display the set of desktop files used for a given menu
    126 file.</para></sect3>
    127 
    12893<sect3><title>update-desktop-database</title>
    12994<para><command>update-desktop-database</command> is used to update the
Note: See TracChangeset for help on using the changeset viewer.