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

11.0 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 ccded7e was 541ab18c, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Misc tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24290 af4574ff-66df-0310-9fd7-8a98e5e911e0

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