source: postlfs/editors/bluefish.xml@ 14e7e0b

12.1 ken/TL2024 lazarus plabs/newcss python3.11 rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since 14e7e0b was 990dbf0, checked in by Bruce Dubbs <bdubbs@…>, 9 months ago

Remove obsolete references to gtk2

  • Property mode set to 100644
File size: 5.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 bluefish-download-http "https://www.bennewitz.com/bluefish/stable/source/bluefish-&bluefish-version;.tar.bz2">
8 <!ENTITY bluefish-download-ftp " ">
9 <!ENTITY bluefish-md5sum "c99b6b1ba3e3e70b032936182bb0b387">
10 <!ENTITY bluefish-size "4.5 MB">
11 <!ENTITY bluefish-buildsize "53 MB">
12 <!ENTITY bluefish-time "0.3 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 &lfs120_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 linkend="gtk3"/>
78 </para>
79
80 <bridgehead renderas="sect4">Recommended</bridgehead>
81 <para role="recommended">
82 <xref linkend="desktop-file-utils"/> (for updating the desktop
83 database)
84 </para>
85
86 <bridgehead renderas="sect4">Optional</bridgehead>
87 <para role="optional">
88 <xref linkend="enchant"/> (for spell checking),
89 <xref linkend="gucharmap"/>,
90 <xref linkend="pcre"/> and
91 <ulink url="https://github.com/relaxng/jing-trang">Jing</ulink>
92 </para>
93
94 </sect2>
95
96 <sect2 role="installation">
97 <title>Installation of Bluefish</title>
98
99 <para>
100 Install <application>Bluefish</application> by running the following
101 commands:
102 </para>
103
104<screen><userinput>./configure --prefix=/usr --docdir=/usr/share/doc/bluefish-&bluefish-version; &amp;&amp;
105make</userinput></screen>
106
107 <para>
108 This package does not come with a test suite.
109 </para>
110
111 <para>
112 Now, as the <systemitem class="username">root</systemitem>
113 user:
114 </para>
115
116<screen role="root"><userinput>make install</userinput></screen>
117
118 <note>
119 <para>
120 This package installs icon files into the
121 <filename class="directory">/usr/share/icons/hicolor</filename>
122 hierarchy and desktop files into the
123 <filename class="directory">/usr/share/applications</filename>
124 hierarchy. You can improve system performance and memory usage by
125 updating <filename>/usr/share/icons/hicolor/icon-theme.cache</filename>
126 and <filename>/usr/share/applications/mimeinfo.cache</filename>. To
127 perform the update you must have <xref linkend="desktop-file-utils"/>
128 (for the desktop cache) and issue the following commands as the
129 <systemitem class="username">root</systemitem> user:
130 </para>
131
132<screen role="root"><userinput>gtk-update-icon-cache -t -f --include-image-data /usr/share/icons/hicolor &amp;&amp;
133update-desktop-database</userinput></screen>
134 </note>
135
136 </sect2>
137
138 <sect2 role="content">
139 <title>Contents</title>
140
141 <segmentedlist>
142 <segtitle>Installed Program</segtitle>
143 <segtitle>Installed Libraries</segtitle>
144 <segtitle>Installed Directories</segtitle>
145
146 <seglistitem>
147 <seg>
148 bluefish
149 </seg>
150 <seg>
151 several under /usr/lib/bluefish/
152 </seg>
153 <seg>
154 /usr/lib/bluefish,
155 /usr/share/bluefish,
156 /usr/share/doc/bluefish-&bluefish-version;, and
157 /usr/share/xml/bluefish
158 </seg>
159 </seglistitem>
160 </segmentedlist>
161
162 <variablelist>
163 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
164 <?dbfo list-presentation="list"?>
165 <?dbhtml list-presentation="table"?>
166
167 <varlistentry id="bluefish-prog">
168 <term><command>bluefish</command></term>
169 <listitem>
170 <para>
171 is a <application>GTK+</application> text editor for markup and
172 programming
173 </para>
174 <indexterm zone="bluefish bluefish-prog">
175 <primary sortas="b-bluefish">bluefish</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179
180 </variablelist>
181
182 </sect2>
183
184</sect1>
Note: See TracBrowser for help on using the repository browser.