source: xfce/apps/xfce4-dev-tools.xml

trunk
Last change on this file was 1241ea19, checked in by Bruce Dubbs <bdubbs@…>, 2 months ago

Tag xfce and dependencies

  • Property mode set to 100644
File size: 4.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY xfce4-dev-tools-download-http
8 "http://archive.xfce.org/src/xfce/xfce4-dev-tools/&xfce4-version;/xfce4-dev-tools-&xfce4-dev-tools-version;.tar.bz2">
9 <!ENTITY xfce4-dev-tools-download-ftp " ">
10 <!ENTITY xfce4-dev-tools-md5sum "69b4cd255a0b8f12bbdc9b10c433b223">
11 <!ENTITY xfce4-dev-tools-size "356 KB">
12 <!ENTITY xfce4-dev-tools-buildsize "2.6 MB">
13 <!ENTITY xfce4-dev-tools-time "less than 0.1 SBU">
14]>
15
16<sect1 id="xfce4-dev-tools" xreflabel="xfce4-dev-tools-&xfce4-dev-tools-version;">
17 <?dbhtml filename="xfce4-dev-tools.html"?>
18
19
20 <title>xfce4-dev-tools-&xfce4-dev-tools-version;</title>
21
22 <indexterm zone="xfce4-dev-tools">
23 <primary sortas="a-xfce4-dev-tools">xfce4-dev-tools</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to the Xfce4 Development Tools</title>
28
29 <para>
30 The <application>Xfce4 Development Tools</application> are a collection of
31 tools and macros for building some Xfce applications.
32 </para>
33
34 &lfs121_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&xfce4-dev-tools-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&xfce4-dev-tools-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &xfce4-dev-tools-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &xfce4-dev-tools-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &xfce4-dev-tools-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &xfce4-dev-tools-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">The Xfce4 Development Tools Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="glib2"/>
75 </para>
76
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of the Xfce4 Development Tools</title>
81
82 <para>
83 Install the <application>Xfce4 Development Tools</application> by
84 running the following commands:
85 </para>
86
87<screen><userinput>./configure --prefix=/usr &amp;&amp;
88make</userinput></screen>
89
90 <para>
91 To test the results, issue: <command>make check</command>.
92 </para>
93
94 <para>
95 Now, as the <systemitem class="username">root</systemitem> user:
96 </para>
97
98<screen role="root"><userinput>make install</userinput></screen>
99
100 </sect2>
101
102 <sect2 role="content">
103 <title>Contents</title>
104
105 <segmentedlist>
106 <segtitle>Installed Program</segtitle>
107 <segtitle>Installed Libraries</segtitle>
108 <segtitle>Installed Directories</segtitle>
109
110 <seglistitem>
111 <seg>
112 xdt-autogen and
113 xdt-csource <!-- and some others not required for blfs pkgs -->
114 </seg>
115 <seg>
116 None
117 </seg>
118 <seg>
119 None
120 </seg>
121 </seglistitem>
122 </segmentedlist>
123<!--
124 <variablelist>
125 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
126 <?dbfo list-presentation="list"?>
127 <?dbhtml list-presentation="table"?>
128
129 <varlistentry id="xfce4-dev-tools-config">
130 <term><command>xfce4-dev-tools-config</command></term>
131 <listitem>
132 <para>
133 is a <application>GTK+</application> GUI that allows you to
134 change some of your preferences (theme and screen position)
135 for the notifications that the
136 <application>Xfce4 Notification Daemon</application> displays.
137 </para>
138 <indexterm zone="xfce4-dev-tools xfce4-dev-tools-config">
139 <primary sortas="b-xfce4-dev-tools-config">xfce4-dev-tools-config</primary>
140 </indexterm>
141 </listitem>
142 </varlistentry>
143
144 </variablelist>
145-->
146 </sect2>
147
148</sect1>
Note: See TracBrowser for help on using the repository browser.