glfs/xfce/apps/xfce4-dev-tools.xml
Bruce Dubbs fd17daee81 Add xfce4-pulseaudio-plugin-0.4.3.
Add xfce4-dev-tools-4.14.0.
Add keybinder-3.0-03.2.
Add pavucontrol-4.0.



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23632 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-08-27 18:42:02 +00:00

157 lines
4.4 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 xfce4-dev-tools-download-http
"http://archive.xfce.org/src/xfce/xfce4-dev-tools/4.14/xfce4-dev-tools-&xfce4-dev-tools-version;.tar.bz2">
<!ENTITY xfce4-dev-tools-download-ftp " ">
<!ENTITY xfce4-dev-tools-md5sum "5f8fc8af73819c08d9e4c26a3ac457e7">
<!ENTITY xfce4-dev-tools-size "288 KB">
<!ENTITY xfce4-dev-tools-buildsize "3.3 MB">
<!ENTITY xfce4-dev-tools-time "less than 0.1 SBU">
]>
<sect1 id="xfce4-dev-tools" xreflabel="xfce4-dev-tools-&xfce4-dev-tools-version;">
<?dbhtml filename="xfce4-dev-tools.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>xfce4-dev-tools-&xfce4-dev-tools-version;</title>
<indexterm zone="xfce4-dev-tools">
<primary sortas="a-xfce4-dev-tools">xfce4-dev-tools</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to the Xfce4 Development Tools</title>
<para>
The <application>Xfce4 Development Tools</application> are a collection of
tools and macros for building some Xfce aplications.
</para>
&lfs10_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&xfce4-dev-tools-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&xfce4-dev-tools-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &xfce4-dev-tools-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &xfce4-dev-tools-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &xfce4-dev-tools-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &xfce4-dev-tools-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">The Xfce4 Development Tools Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="glib2"/> and
<xref linkend="gtk-doc"/>
</para>
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/xfce4-dev-tools"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of the Xfce4 Development Tools</title>
<para>
Install the <application>Xfce4 Development Tools</application> by
running the following commands:
</para>
<screen><userinput>./configure --prefix=/usr &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</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
xdt-autogen and
xdt-csource
</seg>
<seg>
None
</seg>
<seg>
/usr/share/xfce4/dev-tools
</seg>
</seglistitem>
</segmentedlist>
<!--
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="xfce4-dev-tools-config">
<term><command>xfce4-dev-tools-config</command></term>
<listitem>
<para>
is a <application>GTK+</application> GUI that allows you to
change some of your preferences (theme and screen position)
for the notifications that the
<application>Xfce4 Notification Daemon</application> displays.
</para>
<indexterm zone="xfce4-dev-tools xfce4-dev-tools-config">
<primary sortas="b-xfce4-dev-tools-config">xfce4-dev-tools-config</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
-->
</sect2>
</sect1>