source: gnome/applications/baobab.xml@ 31970bc3

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 31970bc3 was 7276f66, checked in by Douglas R. Reno <renodr@…>, 17 months ago

Add the xinclude for meson buildtype=release to baobab.

  • Property mode set to 100644
File size: 4.1 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 baobab-download-http "&gnome-download-http;/baobab/&gnome-43;/baobab-&baobab-version;.tar.xz">
8 <!ENTITY baobab-download-ftp "&gnome-download-ftp;/baobab/&gnome-43;/baobab-&baobab-version;.tar.xz">
9 <!ENTITY baobab-md5sum "af4c4192e360cdb6d45226f799a1fbec">
10 <!ENTITY baobab-size "584 KB">
11 <!ENTITY baobab-buildsize "13 MB">
12 <!ENTITY baobab-time "less than 0.1 SBU (Using parallelism=4)">
13]>
14
15<sect1 id="baobab" xreflabel="Baobab-&baobab-version;">
16 <?dbhtml filename="baobab.html"?>
17
18
19 <title>Baobab-&baobab-version;</title>
20
21 <indexterm zone="baobab">
22 <primary sortas="a-Baobab">Baobab</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Baobab</title>
27
28 <para>
29 The <application>Baobab</application> package contains a graphical
30 directory tree analyzer.
31 </para>
32
33 &lfs112_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&baobab-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&baobab-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &baobab-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &baobab-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &baobab-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &baobab-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">Baobab Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="adwaita-icon-theme"/>,
74 <xref linkend="gtk4"/>,
75 <xref linkend="itstool"/>,
76 <xref linkend="libadwaita1"/>, and
77 <xref linkend="vala"/>
78 </para>
79
80 <para condition="html" role="usernotes">
81 User Notes: <ulink url="&blfs-wiki;/baobab"/>
82 </para>
83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of Baobab</title>
87
88 <para>
89 Install <application>Baobab</application> by running the following
90 commands:
91 </para>
92
93<screen><userinput>mkdir build &amp;&amp;
94cd build &amp;&amp;
95
96meson --prefix=/usr --buildtype=release .. &amp;&amp;
97ninja</userinput></screen>
98
99 <para>
100 This package does not come with a test suite.
101 </para>
102
103 <para>
104 Now, as the <systemitem class="username">root</systemitem> user:
105 </para>
106
107<screen role="root"><userinput>ninja install</userinput></screen>
108 </sect2>
109
110 <sect2 role="commands">
111 <title>Command Explanations</title>
112
113 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
114 href="../../xincludes/meson-buildtype-release.xml"/>
115
116 </sect2>
117
118 <sect2 role="content">
119 <title>Contents</title>
120
121 <segmentedlist>
122 <segtitle>Installed Program</segtitle>
123 <segtitle>Installed Libraries</segtitle>
124 <segtitle>Installed Directories</segtitle>
125
126 <seglistitem>
127 <seg>
128 baobab
129 </seg>
130 <seg>
131 None
132 </seg>
133 <seg>
134 /usr/share/help/*/baobab
135 </seg>
136 </seglistitem>
137 </segmentedlist>
138
139 <variablelist>
140 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
141 <?dbfo list-presentation="list"?>
142 <?dbhtml list-presentation="table"?>
143
144 <varlistentry id="baobab-prog">
145 <term><command>baobab</command></term>
146 <listitem>
147 <para>
148 is a graphical tool used to analyze disk usage
149 </para>
150 <indexterm zone="baobab baobab-prog">
151 <primary sortas="b-baobab">baobab</primary>
152 </indexterm>
153 </listitem>
154 </varlistentry>
155
156 </variablelist>
157
158 </sect2>
159
160</sect1>
Note: See TracBrowser for help on using the repository browser.