source: archive/xfce4-dev-tools.xml@ 3f2db3a6

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 3f2db3a6 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
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/4.14/xfce4-dev-tools-&xfce4-dev-tools-version;.tar.bz2">
9 <!ENTITY xfce4-dev-tools-download-ftp " ">
10 <!ENTITY xfce4-dev-tools-md5sum "5f8fc8af73819c08d9e4c26a3ac457e7">
11 <!ENTITY xfce4-dev-tools-size "288 KB">
12 <!ENTITY xfce4-dev-tools-buildsize "3.3 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 aplications.
32 </para>
33
34 &lfs10_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"/> and
75 <xref linkend="gtk-doc"/>
76 </para>
77
78 <para condition="html" role="usernotes">
79 User Notes: <ulink url="&blfs-wiki;/xfce4-dev-tools"/>
80 </para>
81 </sect2>
82
83 <sect2 role="installation">
84 <title>Installation of the Xfce4 Development Tools</title>
85
86 <para>
87 Install the <application>Xfce4 Development Tools</application> by
88 running the following commands:
89 </para>
90
91<screen><userinput>./configure --prefix=/usr &amp;&amp;
92make</userinput></screen>
93
94 <para>
95 This package does not come with a test suite.
96 </para>
97
98 <para>
99 Now, as the <systemitem class="username">root</systemitem> user:
100 </para>
101
102<screen role="root"><userinput>make install</userinput></screen>
103
104 </sect2>
105
106 <sect2 role="content">
107 <title>Contents</title>
108
109 <segmentedlist>
110 <segtitle>Installed Program</segtitle>
111 <segtitle>Installed Libraries</segtitle>
112 <segtitle>Installed Directories</segtitle>
113
114 <seglistitem>
115 <seg>
116 xdt-autogen and
117 xdt-csource
118 </seg>
119 <seg>
120 None
121 </seg>
122 <seg>
123 /usr/share/xfce4/dev-tools
124 </seg>
125 </seglistitem>
126 </segmentedlist>
127<!--
128 <variablelist>
129 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
130 <?dbfo list-presentation="list"?>
131 <?dbhtml list-presentation="table"?>
132
133 <varlistentry id="xfce4-dev-tools-config">
134 <term><command>xfce4-dev-tools-config</command></term>
135 <listitem>
136 <para>
137 is a <application>GTK+</application> GUI that allows you to
138 change some of your preferences (theme and screen position)
139 for the notifications that the
140 <application>Xfce4 Notification Daemon</application> displays.
141 </para>
142 <indexterm zone="xfce4-dev-tools xfce4-dev-tools-config">
143 <primary sortas="b-xfce4-dev-tools-config">xfce4-dev-tools-config</primary>
144 </indexterm>
145 </listitem>
146 </varlistentry>
147
148 </variablelist>
149-->
150 </sect2>
151
152</sect1>
Note: See TracBrowser for help on using the repository browser.