Changeset b75ede9 for postlfs/editors


Ignore:
Timestamp:
05/02/2012 10:58:33 AM (12 years ago)
Author:
Andrew Benton <andy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 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
Children:
ebee860
Parents:
9cf2b10b
Message:

Updated Bluefish to 2.2.2

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/bluefish.xml

    r9cf2b10b rb75ede9  
    77  <!ENTITY bluefish-download-http
    88    "http://www.bennewitz.com/bluefish/stable/source/bluefish-&bluefish-version;.tar.bz2">
    9   <!ENTITY bluefish-download-ftp
    10     "&gentoo-ftp-repo;/bluefish-&bluefish-version;.tar.bz2">
    11   <!ENTITY bluefish-md5sum        "23d894e065585d35dbc74c246c15cc9d">
    12   <!ENTITY bluefish-size          "3.2 MB">
    13   <!ENTITY bluefish-buildsize     "53 MB">
    14   <!ENTITY bluefish-time          "0.4 SBU">
     9  <!ENTITY bluefish-download-ftp  " ">
     10  <!ENTITY bluefish-md5sum        "6475325565fb0a003a75f88564b7835f">
     11  <!ENTITY bluefish-size          "3.4 MB">
     12  <!ENTITY bluefish-buildsize     "74 MB">
     13  <!ENTITY bluefish-time          "0.5 SBU">
    1514]>
    1615
     
    3433    <para>
    3534      <application>Bluefish</application> is a
    36       <application>Gtk 2</application> text editor targeted towards
     35      <application>Gtk</application> text editor targeted towards
    3736      programmers and web designers, with many options to write websites,
    3837      scripts and programming code. <application>Bluefish</application>
     
    8079
    8180    <bridgehead renderas="sect4">Required</bridgehead>
    82     <para role="required"><xref linkend="gtk2"/></para>
     81    <para role="required">
     82      <xref linkend="gtk2"/> or <xref linkend="gtk3"/>.
     83      If both are installed, <command>configure</command> defaults to using
     84      <application>Gtk 3</application>.
     85    </para>
    8386
    8487    <bridgehead renderas="sect4">Optional</bridgehead>
    8588    <para role="optional">
    86       <xref linkend="pcre"/>,
     89      <xref linkend="desktop-file-utils"/>,
     90      <xref linkend="enchant"/> (for spellchecking),
    8791      <xref linkend="gucharmap"/>,
    88       <xref linkend="enchant"/> (for spellchecking),
    89       <xref linkend="desktop-file-utils"/> and
    90       <xref linkend="shared-mime-info"/>
     92      <ulink url="http://code.google.com/p/jing-trang/">Jing</ulink>,
     93      <xref linkend="pcre"/> and
     94      <xref linkend="shared-mime-info"/>.
    9195    </para>
    9296
    9397    <para condition="html" role="usernotes">User Notes:
    94     <ulink url="&blfs-wiki;/bluefish"/></para>
     98      <ulink url="&blfs-wiki;/bluefish"/>
     99    </para>
    95100  </sect2>
    96101
     
    98103    <title>Installation of Bluefish</title>
    99104
    100     <para>Install <application>Bluefish</application> by running the
    101     following commands:</para>
     105    <para>
     106      Install <application>Bluefish</application> by running the following
     107      commands:
     108    </para>
    102109
    103110<screen><userinput>./configure --prefix=/usr &amp;&amp;
     
    106113    <para>This package does not come with a test suite.</para>
    107114
    108     <para>Now, as the <systemitem class="username">root</systemitem>
    109     user:</para>
     115    <para>
     116      Now, as the <systemitem class="username">root</systemitem>
     117      user:
     118    </para>
    110119
    111120<screen role="root"><userinput>make install</userinput></screen>
    112 
    113121  </sect2>
    114122
     
    123131        <seg>bluefish</seg>
    124132        <seg>
    125           /usr/lib/bluefish and
     133          /usr/lib/bluefish
     134          /usr/share/doc/bluefish,
     135          /usr/share/xml/bluefish and
    126136          /usr/share/bluefish.
    127137        </seg>
     
    138148        <listitem>
    139149          <para>
    140             is an X Window System editor for markup and programming.
     150            is a <application>Gtk</application> text editor for markup and
     151            programming.
    141152          </para>
    142153          <indexterm zone="bluefish bluefish-prog">
Note: See TracChangeset for help on using the changeset viewer.