source: gnome/applications/baobab.xml@ 95677e0

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since 95677e0 was e1e58be, checked in by Pierre Labastie <pierre.labastie@…>, 9 months ago

Remove all ftp urls

neither firefox nor epiphany can download them, and they are not
well maintained, because rarely tested.
This is WIP because the "(HTTP)" part of "Download (HTTP)" will
need to be removed too.
But let's see what users think first...

  • Property mode set to 100644
File size: 4.0 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-45;/baobab-&baobab-version;.tar.xz">
8 <!ENTITY baobab-download-ftp " ">
9 <!ENTITY baobab-md5sum "4272bf219833cee97c58d1f9027ea19d">
10 <!ENTITY baobab-size "588 KB">
11 <!ENTITY baobab-buildsize "9.2 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 &lfs120_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 </sect2>
81
82 <sect2 role="installation">
83 <title>Installation of Baobab</title>
84
85 <para>
86 Install <application>Baobab</application> by running the following
87 commands:
88 </para>
89
90<screen><userinput>mkdir build &amp;&amp;
91cd build &amp;&amp;
92
93meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
94ninja</userinput></screen>
95
96 <para>
97 This package does not come with a test suite.
98 </para>
99
100 <para>
101 Now, as the <systemitem class="username">root</systemitem> user:
102 </para>
103
104<screen role="root"><userinput>ninja install</userinput></screen>
105 </sect2>
106
107 <sect2 role="commands">
108 <title>Command Explanations</title>
109
110 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
111 href="../../xincludes/meson-buildtype-release.xml"/>
112
113 </sect2>
114
115 <sect2 role="content">
116 <title>Contents</title>
117
118 <segmentedlist>
119 <segtitle>Installed Program</segtitle>
120 <segtitle>Installed Libraries</segtitle>
121 <segtitle>Installed Directories</segtitle>
122
123 <seglistitem>
124 <seg>
125 baobab
126 </seg>
127 <seg>
128 None
129 </seg>
130 <seg>
131 /usr/share/help/*/baobab
132 </seg>
133 </seglistitem>
134 </segmentedlist>
135
136 <variablelist>
137 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
138 <?dbfo list-presentation="list"?>
139 <?dbhtml list-presentation="table"?>
140
141 <varlistentry id="baobab-prog">
142 <term><command>baobab</command></term>
143 <listitem>
144 <para>
145 is a graphical tool used to analyze disk usage
146 </para>
147 <indexterm zone="baobab baobab-prog">
148 <primary sortas="b-baobab">baobab</primary>
149 </indexterm>
150 </listitem>
151 </varlistentry>
152
153 </variablelist>
154
155 </sect2>
156
157</sect1>
Note: See TracBrowser for help on using the repository browser.