source: postlfs/editors/bluefish.xml@ 0fe2f5b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 0fe2f5b was 0fe2f5b, checked in by Fernando de Oliveira <fernando@…>, 8 years ago
  • Boost-1.60.0: simplify python sed.
  • Lynx-2.8.8rel.2: simplify configuration seds.
  • Update to bluefish-2.2.8.
  • Update to LVM2.2.02.141.
  • Update to wicd-1.7.4.
  • Update to libinput-1.1.5.
  • Update to v4l-utils-1.10.0.

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

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