source: archive/xfce4-dev-tools.xml@ f863fd7d

11.1 11.2 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since f863fd7d was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 4.4 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 <sect1info>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>xfce4-dev-tools-&xfce4-dev-tools-version;</title>
24
25 <indexterm zone="xfce4-dev-tools">
26 <primary sortas="a-xfce4-dev-tools">xfce4-dev-tools</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to the Xfce4 Development Tools</title>
31
32 <para>
33 The <application>Xfce4 Development Tools</application> are a collection of
34 tools and macros for building some Xfce aplications.
35 </para>
36
37 &lfs10_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&xfce4-dev-tools-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&xfce4-dev-tools-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &xfce4-dev-tools-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &xfce4-dev-tools-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &xfce4-dev-tools-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &xfce4-dev-tools-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">The Xfce4 Development Tools Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="glib2"/> and
78 <xref linkend="gtk-doc"/>
79 </para>
80
81 <para condition="html" role="usernotes">
82 User Notes: <ulink url="&blfs-wiki;/xfce4-dev-tools"/>
83 </para>
84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of the Xfce4 Development Tools</title>
88
89 <para>
90 Install the <application>Xfce4 Development Tools</application> by
91 running the following commands:
92 </para>
93
94<screen><userinput>./configure --prefix=/usr &amp;&amp;
95make</userinput></screen>
96
97 <para>
98 This package does not come with a test suite.
99 </para>
100
101 <para>
102 Now, as the <systemitem class="username">root</systemitem> user:
103 </para>
104
105<screen role="root"><userinput>make install</userinput></screen>
106
107 </sect2>
108
109 <sect2 role="content">
110 <title>Contents</title>
111
112 <segmentedlist>
113 <segtitle>Installed Program</segtitle>
114 <segtitle>Installed Libraries</segtitle>
115 <segtitle>Installed Directories</segtitle>
116
117 <seglistitem>
118 <seg>
119 xdt-autogen and
120 xdt-csource
121 </seg>
122 <seg>
123 None
124 </seg>
125 <seg>
126 /usr/share/xfce4/dev-tools
127 </seg>
128 </seglistitem>
129 </segmentedlist>
130<!--
131 <variablelist>
132 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
133 <?dbfo list-presentation="list"?>
134 <?dbhtml list-presentation="table"?>
135
136 <varlistentry id="xfce4-dev-tools-config">
137 <term><command>xfce4-dev-tools-config</command></term>
138 <listitem>
139 <para>
140 is a <application>GTK+</application> GUI that allows you to
141 change some of your preferences (theme and screen position)
142 for the notifications that the
143 <application>Xfce4 Notification Daemon</application> displays.
144 </para>
145 <indexterm zone="xfce4-dev-tools xfce4-dev-tools-config">
146 <primary sortas="b-xfce4-dev-tools-config">xfce4-dev-tools-config</primary>
147 </indexterm>
148 </listitem>
149 </varlistentry>
150
151 </variablelist>
152-->
153 </sect2>
154
155</sect1>
Note: See TracBrowser for help on using the repository browser.