source: postlfs/editors/bluefish.xml@ 5e0a98c

10.0 10.1 11.0 11.1 11.2 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 5e0a98c was f716ef4, checked in by Pierre Labastie <pieere@…>, 4 years ago

Format "editors"

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

  • Property mode set to 100644
File size: 5.8 KB
RevLine 
[1881a5b]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[1881a5b]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[c627795]7 <!ENTITY bluefish-download-http "http://www.bennewitz.com/bluefish/stable/source/bluefish-&bluefish-version;.tar.bz2">
[b75ede9]8 <!ENTITY bluefish-download-ftp " ">
[8fa3fc3]9 <!ENTITY bluefish-md5sum "8c08aebcb7eaeccfebcaf467983733eb">
[fb99cbf0]10 <!ENTITY bluefish-size "4.0 MB">
[8fa3fc3]11 <!ENTITY bluefish-buildsize "55 MB">
[0fe2f5b]12 <!ENTITY bluefish-time "0.4 SBU">
[1881a5b]13]>
14
[32d0e29]15<sect1 id="bluefish" xreflabel="Bluefish-&bluefish-version;">
[1881a5b]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
[de930747]32 <para>
33 <application>Bluefish</application> is a
[c627795]34 <application>GTK+</application> text editor targeted towards
[de930747]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>
[671e64f]40
[c14025f4]41 &lfs91_checked;
[1881a5b]42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
[de930747]46 <para>
47 Download (HTTP): <ulink url="&bluefish-download-http;"/>
48 </para>
[1881a5b]49 </listitem>
50 <listitem>
[de930747]51 <para>
52 Download (FTP): <ulink url="&bluefish-download-ftp;"/>
53 </para>
[1881a5b]54 </listitem>
55 <listitem>
[de930747]56 <para>
57 Download MD5 sum: &bluefish-md5sum;
58 </para>
[1881a5b]59 </listitem>
60 <listitem>
[de930747]61 <para>
62 Download size: &bluefish-size;
63 </para>
[1881a5b]64 </listitem>
65 <listitem>
[de930747]66 <para>
67 Estimated disk space required: &bluefish-buildsize;
68 </para>
[1881a5b]69 </listitem>
70 <listitem>
[de930747]71 <para>
72 Estimated build time: &bluefish-time;
73 </para>
[1881a5b]74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">Bluefish Dependencies</bridgehead>
[6195a27c]78
79 <bridgehead renderas="sect4">Required</bridgehead>
[b75ede9]80 <para role="required">
[cac7f93]81 <xref role="nodep" linkend="gtk2"/> or <xref linkend="gtk3"/>
[8eb6b8b]82 (If both are installed, <command>configure</command> defaults to using
83 <application>GTK+ 3</application>)
84 </para>
85
86 <bridgehead renderas="sect4">Recommended</bridgehead>
87 <para role="recommended">
88 <xref linkend="desktop-file-utils"/> (for updating the desktop
89 database)
[b75ede9]90 </para>
[6195a27c]91
[1881a5b]92 <bridgehead renderas="sect4">Optional</bridgehead>
[de930747]93 <para role="optional">
[c627795]94 <xref linkend="enchant"/> (for spell checking),
[b75ede9]95 <xref linkend="gucharmap"/>,
[da9eace]96 <xref linkend="pcre"/> and
[0fe2f5b]97 <ulink url="https://github.com/relaxng/jing-trang">Jing</ulink>
[de930747]98 </para>
[1881a5b]99
[3597eb6]100 <para condition="html" role="usernotes">User Notes:
[b75ede9]101 <ulink url="&blfs-wiki;/bluefish"/>
102 </para>
[1881a5b]103 </sect2>
104
105 <sect2 role="installation">
106 <title>Installation of Bluefish</title>
107
[b75ede9]108 <para>
109 Install <application>Bluefish</application> by running the following
110 commands:
111 </para>
[1881a5b]112
[f51038d]113<screen><userinput>./configure --prefix=/usr --docdir=/usr/share/doc/bluefish-&bluefish-version; &amp;&amp;
[1881a5b]114make</userinput></screen>
115
[f716ef4]116 <para>
117 This package does not come with a test suite.
118 </para>
[6195a27c]119
[b75ede9]120 <para>
121 Now, as the <systemitem class="username">root</systemitem>
122 user:
123 </para>
[1881a5b]124
[32d0e29]125<screen role="root"><userinput>make install</userinput></screen>
[da9eace]126
127 <note>
128 <para>
129 This package installs icon files into the
130 <filename class="directory">/usr/share/icons/hicolor</filename>
131 hierarchy and desktop files into the
132 <filename class="directory">/usr/share/applications</filename>
133 hierarchy. You can improve system performance and memory usage by
134 updating <filename>/usr/share/icons/hicolor/icon-theme.cache</filename>
135 and <filename>/usr/share/applications/mimeinfo.cache</filename>. To
[8eb6b8b]136 perform the update you must have <xref linkend="desktop-file-utils"/>
137 (for the desktop cache) and issue the following commands as the
[da9eace]138 <systemitem class="username">root</systemitem> user:
139 </para>
140
[ff5ce8ec]141<screen role="root"><userinput>gtk-update-icon-cache -t -f --include-image-data /usr/share/icons/hicolor &amp;&amp;
[da9eace]142update-desktop-database</userinput></screen>
143 </note>
144
[1881a5b]145 </sect2>
146
147 <sect2 role="content">
148 <title>Contents</title>
149
150 <segmentedlist>
[6195a27c]151 <segtitle>Installed Program</segtitle>
[c3c56b2]152 <segtitle>Installed Libraries</segtitle>
[671e64f]153 <segtitle>Installed Directories</segtitle>
[1881a5b]154
155 <seglistitem>
[de930747]156 <seg>
[c627795]157 bluefish
158 </seg>
[c3c56b2]159 <seg>
[14ea7e8]160 several under /usr/lib/bluefish/
[c3c56b2]161 </seg>
[c627795]162 <seg>
163 /usr/lib/bluefish,
164 /usr/share/bluefish,
[f51038d]165 /usr/share/doc/bluefish-&bluefish-version;, and
[c627795]166 /usr/share/xml/bluefish
[de930747]167 </seg>
[1881a5b]168 </seglistitem>
169 </segmentedlist>
170
171 <variablelist>
172 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
173 <?dbfo list-presentation="list"?>
174 <?dbhtml list-presentation="table"?>
175
176 <varlistentry id="bluefish-prog">
177 <term><command>bluefish</command></term>
178 <listitem>
[de930747]179 <para>
[c627795]180 is a <application>GTK+</application> text editor for markup and
[b75ede9]181 programming.
[de930747]182 </para>
[1881a5b]183 <indexterm zone="bluefish bluefish-prog">
184 <primary sortas="b-bluefish">bluefish</primary>
185 </indexterm>
186 </listitem>
187 </varlistentry>
[c627795]188
[1881a5b]189 </variablelist>
[c627795]190
[1881a5b]191 </sect2>
[c627795]192
[1881a5b]193</sect1>
Note: See TracBrowser for help on using the repository browser.