source: postlfs/editors/bluefish.xml@ 3f2db3a6

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 3f2db3a6 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 5.7 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 bluefish-download-http "https://www.bennewitz.com/bluefish/stable/source/bluefish-&bluefish-version;.tar.bz2">
8 <!ENTITY bluefish-download-ftp " ">
9 <!ENTITY bluefish-md5sum "33dd8262c4d8a564a517f8c98c0cce19">
10 <!ENTITY bluefish-size "4.0 MB">
11 <!ENTITY bluefish-buildsize "69 MB">
12 <!ENTITY bluefish-time "0.4 SBU">
13]>
14
15<sect1 id="bluefish" xreflabel="Bluefish-&bluefish-version;">
16 <?dbhtml filename="bluefish.html"?>
17
18
19 <title>Bluefish-&bluefish-version;</title>
20
21 <indexterm zone="bluefish">
22 <primary sortas="a-Bluefish">Bluefish</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Bluefish</title>
27
28 <para>
29 <application>Bluefish</application> is a
30 <application>GTK+</application> text editor targeted towards
31 programmers and web designers, with many options to write websites,
32 scripts and programming code. <application>Bluefish</application>
33 supports many programming and markup languages, and it focuses on
34 editing dynamic and interactive websites.
35 </para>
36
37 &lfs112_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&bluefish-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&bluefish-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &bluefish-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &bluefish-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &bluefish-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &bluefish-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">Bluefish Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref role="nodep" linkend="gtk2"/> or <xref linkend="gtk3"/>
78 (If both are installed, <command>configure</command> defaults to using
79 <application>GTK+ 3</application>)
80 </para>
81
82 <bridgehead renderas="sect4">Recommended</bridgehead>
83 <para role="recommended">
84 <xref linkend="desktop-file-utils"/> (for updating the desktop
85 database)
86 </para>
87
88 <bridgehead renderas="sect4">Optional</bridgehead>
89 <para role="optional">
90 <xref linkend="enchant"/> (for spell checking),
91 <xref linkend="gucharmap"/>,
92 <xref linkend="pcre"/> and
93 <ulink url="https://github.com/relaxng/jing-trang">Jing</ulink>
94 </para>
95
96 <para condition="html" role="usernotes">User Notes:
97 <ulink url="&blfs-wiki;/bluefish"/>
98 </para>
99 </sect2>
100
101 <sect2 role="installation">
102 <title>Installation of Bluefish</title>
103
104 <para>
105 Install <application>Bluefish</application> by running the following
106 commands:
107 </para>
108
109<screen><userinput>./configure --prefix=/usr --docdir=/usr/share/doc/bluefish-&bluefish-version; &amp;&amp;
110make</userinput></screen>
111
112 <para>
113 This package does not come with a test suite.
114 </para>
115
116 <para>
117 Now, as the <systemitem class="username">root</systemitem>
118 user:
119 </para>
120
121<screen role="root"><userinput>make install</userinput></screen>
122
123 <note>
124 <para>
125 This package installs icon files into the
126 <filename class="directory">/usr/share/icons/hicolor</filename>
127 hierarchy and desktop files into the
128 <filename class="directory">/usr/share/applications</filename>
129 hierarchy. You can improve system performance and memory usage by
130 updating <filename>/usr/share/icons/hicolor/icon-theme.cache</filename>
131 and <filename>/usr/share/applications/mimeinfo.cache</filename>. To
132 perform the update you must have <xref linkend="desktop-file-utils"/>
133 (for the desktop cache) and issue the following commands as the
134 <systemitem class="username">root</systemitem> user:
135 </para>
136
137<screen role="root"><userinput>gtk-update-icon-cache -t -f --include-image-data /usr/share/icons/hicolor &amp;&amp;
138update-desktop-database</userinput></screen>
139 </note>
140
141 </sect2>
142
143 <sect2 role="content">
144 <title>Contents</title>
145
146 <segmentedlist>
147 <segtitle>Installed Program</segtitle>
148 <segtitle>Installed Libraries</segtitle>
149 <segtitle>Installed Directories</segtitle>
150
151 <seglistitem>
152 <seg>
153 bluefish
154 </seg>
155 <seg>
156 several under /usr/lib/bluefish/
157 </seg>
158 <seg>
159 /usr/lib/bluefish,
160 /usr/share/bluefish,
161 /usr/share/doc/bluefish-&bluefish-version;, and
162 /usr/share/xml/bluefish
163 </seg>
164 </seglistitem>
165 </segmentedlist>
166
167 <variablelist>
168 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
169 <?dbfo list-presentation="list"?>
170 <?dbhtml list-presentation="table"?>
171
172 <varlistentry id="bluefish-prog">
173 <term><command>bluefish</command></term>
174 <listitem>
175 <para>
176 is a <application>GTK+</application> text editor for markup and
177 programming
178 </para>
179 <indexterm zone="bluefish bluefish-prog">
180 <primary sortas="b-bluefish">bluefish</primary>
181 </indexterm>
182 </listitem>
183 </varlistentry>
184
185 </variablelist>
186
187 </sect2>
188
189</sect1>
Note: See TracBrowser for help on using the repository browser.