glfs/general/genutils/xdg-user-dirs.xml
Pierre Labastie 1ae4746026 Fix non standard SBUs and update template so that new users use
the same rules

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17970 af4574ff-66df-0310-9fd7-8a98e5e911e0
2016-11-17 09:50:29 +00:00

161 lines
4.7 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY xdg-user-dirs-download-http "http://user-dirs.freedesktop.org/releases/xdg-user-dirs-&xdg-user-dirs-version;.tar.gz">
<!ENTITY xdg-user-dirs-download-ftp " ">
<!ENTITY xdg-user-dirs-md5sum "f5aaf5686ad7d8809a664bfb4566a54d">
<!ENTITY xdg-user-dirs-size "238 KB">
<!ENTITY xdg-user-dirs-buildsize "2.9 MB">
<!ENTITY xdg-user-dirs-time "less than 0.1 SBU">
]>
<sect1 id="xdg-user-dirs" xreflabel="Xdg-user-dirs-&xdg-user-dirs-version;">
<?dbhtml filename="xdg-user-dirs.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<!-- No other tags inside any title.
Use Title Case in All Titles -->
<title>Xdg-user-dirs-&xdg-user-dirs-version;</title>
<indexterm zone="xdg-user-dirs">
<primary sortas="a-xdg-user-dirs">xdg-user-dirs</primary>
</indexterm>
<!--Required section-->
<sect2 role="package">
<title>Introduction to Xdg-user-dirs</title>
<para>
<application>Xdg-user-dirs</application> is a tool to help manage <quote>well
known</quote> user directories like the desktop folder and the music folder.
It also handles localization (i.e. translation) of the filenames.
</para>
&lfs7a_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&xdg-user-dirs-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&xdg-user-dirs-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &xdg-user-dirs-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &xdg-user-dirs-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &xdg-user-dirs-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &xdg-user-dirs-time;
</para>
</listitem>
</itemizedlist>
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/xdg-user-dirs"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of Xdg-user-dirs</title>
<para>
Install <application>xdg-user-dirs</application> by running the following
commands:
</para>
<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
make</userinput></screen>
<para>
This package does not come with a test suite.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program(s)</segtitle>
<segtitle>Installed Librar(y,ies)</segtitle>
<segtitle>Installed Director(y,ies)</segtitle>
<seglistitem>
<seg>
xdg-user-dir and xdg-user-dirs-update.
</seg>
<seg>
None.
</seg>
<seg>
None.
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<!-- If the program or library name conflicts (is the same) as the
package name, add -prog or -lib to the varlistentry entity id
and the 2nd entry of the indexterm zone entity -->
<varlistentry id="xdg-user-dir">
<term><command>xdg-user-dir</command></term>
<listitem>
<para>
looks up the current path for one of the XDG user directories.
</para>
<indexterm zone="xdg-user-dirs xdg-user-dir">
<primary sortas="b-xdg-user-dir">xdg-user-dir</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="xdg-user-dirs-update">
<term><command>xdg-user-dirs-update</command></term>
<listitem>
<para>
creates localized versions of the user directories.
</para>
<indexterm zone="xdg-user-dirs xdg-user-dirs-update">
<primary sortas="b-xdg-user-dirs-update">xdg-user-dirs-update</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>