source: xsoft/other/gparted.xml@ 686a89a3

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 686a89a3 was 686a89a3, checked in by Fernando de Oliveira <fernando@…>, 11 years ago

Update to gparted-0.16.2 and --disable-static added; comment about gstreamer in about:config (firefox and xulrunner)

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

  • Property mode set to 100644
File size: 5.9 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 gparted-download-http
8 "&sourceforge-repo;/gparted/gparted-&gparted-version;.tar.bz2">
9 <!ENTITY gparted-download-ftp " ">
10 <!ENTITY gparted-md5sum "4e722a48a90c6d65d212711d45c9c0d1">
11 <!ENTITY gparted-size "2.0 MB">
12 <!ENTITY gparted-buildsize "61 MB">
13 <!ENTITY gparted-time "1.2 SBU">
14]>
15
16<sect1 id="gparted" xreflabel="Gparted-&gparted-version;">
17 <?dbhtml filename="gparted.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Gparted-&gparted-version;</title>
25
26 <indexterm zone="gparted">
27 <primary sortas="a-Gparted">Gparted</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Gparted</title>
32
33 <para>
34 Gparted is the Gnome Partition Editor, a Gtk 2 GUI for other command line
35 tools that can create, reorganise or delete disk partitions.
36 </para>
37
38 &lfs74_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&gparted-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&gparted-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &gparted-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &gparted-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &gparted-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &gparted-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Gparted Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="gtkmm2"/>,
79 <xref linkend="intltool"/> and
80 <xref linkend="parted"/>
81 </para>
82
83 <bridgehead renderas="sect4">Optional</bridgehead>
84 <para role="optional">
85 <ulink url="&gnome-download-http;/gnome-doc-utils/">
86 GNOME Doc Utils</ulink> and
87 <xref linkend="rarian"/>
88 </para>
89
90 <para condition="html" role="usernotes">
91 User Notes: <ulink url="&blfs-wiki;/gparted"/>
92 </para>
93 </sect2>
94
95 <sect2 role="installation">
96 <title>Installation of Gparted</title>
97
98 <para>
99 Install <application>Gparted</application> by running the following
100 commands:
101 </para>
102
103<screen><userinput>./configure --prefix=/usr \
104 --disable-doc \
105 --disable-static &amp;&amp;
106make</userinput></screen>
107
108 <para>
109 This package does not come with a testsuite.
110 </para>
111
112 <para>
113 Now, as the <systemitem class="username">root</systemitem> user:
114 </para>
115
116<screen role="root"><userinput>make install</userinput></screen>
117
118 </sect2>
119
120 <sect2 role="commands">
121 <title>Command Explanations</title>
122
123 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
124 href="../../xincludes/static-libraries.xml"/>
125
126 <para>
127 <option>--disable-doc</option>: This switch disables building of
128 the optional documentation. Remove it if you have installed
129 <application>GNOME Doc Utils</application>.
130 </para>
131
132 </sect2>
133
134 <sect2 role="using">
135 <title>Using Gparted</title>
136
137 <para>
138 To manipulate file systems Gparted has a run time dependency on various
139 file system tools (you only need to install the tools for file systems you
140 actually use):
141 e2fsprogs (installed as part of LFS),
142 <xref linkend="jfsutils"/>,
143 <xref linkend="ntfs-3g"/>,
144 <xref linkend="reiserfs"/>,
145 <xref linkend="xfsprogs"/>,
146 <ulink url="https://btrfs.wiki.kernel.org/index.php/Btrfs_source_repositories">
147 btrfs-progs</ulink>,
148 <ulink url="http://www.daniel-baumann.ch/software/dosfstools/">dosfstools</ulink>,
149 <ulink url="http://ftp.gnu.org/pub/gnu/mtools/">mtools</ulink> (required
150 to read and write FAT16/32 volume labels and UUIDs),
151 <ulink url="ftp://ftp.mars.org/pub/hfs/">hfsutils</ulink>,
152 hfsprogs,
153 <ulink url="http://www.nilfs.org/download/">nilfs-utils</ulink> and
154 reiser4progs.
155 </para>
156 </sect2>
157
158 <sect2 role="content">
159 <title>Contents</title>
160
161 <segmentedlist>
162 <segtitle>Installed Programs</segtitle>
163 <segtitle>Installed Libraries</segtitle>
164 <segtitle>Installed Directories</segtitle>
165
166 <seglistitem>
167 <seg>
168 gparted and gpartedbin
169 </seg>
170 <seg>
171 None
172 </seg>
173 <seg>
174 /usr/share/gnome/help/gparted and
175 /usr/share/omf/gparted
176 </seg>
177 </seglistitem>
178 </segmentedlist>
179
180 <variablelist>
181 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
182 <?dbfo list-presentation="list"?>
183 <?dbhtml list-presentation="table"?>
184
185 <varlistentry id="gparted-prog">
186 <term><command>gparted</command></term>
187 <listitem>
188 <para>
189 is a shell script which sets up the environment before calling
190 <command>gpartedbin</command>.
191 </para>
192 <indexterm zone="gparted gparted-prog">
193 <primary sortas="b-gparted">gparted</primary>
194 </indexterm>
195 </listitem>
196 </varlistentry>
197
198 <varlistentry id="gpartedbin">
199 <term><command>gpartedbin</command></term>
200 <listitem>
201 <para>
202 is the Gparted binary.
203 </para>
204 <indexterm zone="gparted gpartedbin">
205 <primary sortas="b-gpartedbin">gpartedbin</primary>
206 </indexterm>
207 </listitem>
208 </varlistentry>
209
210 </variablelist>
211
212 </sect2>
213
214</sect1>
Note: See TracBrowser for help on using the repository browser.