Changeset 671e64f for postlfs/editors


Ignore:
Timestamp:
12/07/2011 02:18:24 PM (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:
8db70584
Parents:
289d262f
Message:

Updated to Bluefish to 2.2.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/bluefish.xml

    r289d262f r671e64f  
    55  %general-entities;
    66
    7   <!ENTITY bluefish-download-http "http://www.bennewitz.com/bluefish/stable/source/bluefish-1.0.7.tar.bz2">
     7  <!ENTITY bluefish-download-http "http://www.bennewitz.com/bluefish/stable/source/bluefish-&bluefish-version;.tar.bz2">
    88  <!ENTITY bluefish-download-ftp  "&gentoo-ftp-repo;/bluefish-&bluefish-version;.tar.bz2">
    9   <!ENTITY bluefish-md5sum        "2c3b3c9c8f8e32b9473dfd879f216dea">
    10   <!ENTITY bluefish-size          "1.4 MB">
    11   <!ENTITY bluefish-buildsize     "18 MB">
    12   <!ENTITY bluefish-time          "0.3 SBU">
     9  <!ENTITY bluefish-md5sum        "23d894e065585d35dbc74c246c15cc9d">
     10  <!ENTITY bluefish-size          "3.2 MB">
     11  <!ENTITY bluefish-buildsize     "53 MB">
     12  <!ENTITY bluefish-time          "0.4 SBU">
    1313]>
    1414
     
    3030    <title>Introduction to Bluefish</title>
    3131
    32     <para>The <application>Bluefish</application> package contains a powerful X
    33     Window System editor designed for web designers, but also suitable
    34     as a programmer's editor.  Bluefish supports many programming and markup
    35     languages, and as such is ideal for editing XML and HTML files.</para>
     32    <para><application>Bluefish</application> is a
     33    <application>Gtk+-2</application> text editor targeted towards programmers
     34    and webdesigners, with many options to write websites, scripts and
     35    programming code. Bluefish supports many programming and markup languages,
     36    and it focuses on editing dynamic and interactive websites.</para>
     37
     38    &lfs70_checked;
    3639
    3740    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6164    <bridgehead renderas="sect4">Required</bridgehead>
    6265    <para role="required"><xref linkend="gtk2"/> and
    63     <xref linkend="pcre"/></para>
     66    </para>
    6467
    6568    <bridgehead renderas="sect4">Optional</bridgehead>
    66     <para role="optional"><xref linkend="gnome-vfs"/> (for remote files),
    67     <xref linkend="aspell"/> (for spellchecking),
    68     <xref linkend="libgnomeui"/>,
    69     <xref linkend="gnome-mime-data"/>,
    70     <xref linkend="desktop-file-utils"/>, and
     69    <para role="optional"><xref linkend="pcre"/>, <xref linkend="gucharmap"/>,
     70    <xref linkend="enchant"/> (for spellchecking),
     71    <xref linkend="desktop-file-utils"/> and
    7172    <xref linkend="shared-mime-info"/></para>
    7273
     
    8788    <para>This package does not come with a test suite.</para>
    8889
    89     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     90    <para>Now, as the <systemitem class="username">root</systemitem>
     91    user:</para>
    9092
    9193<screen role="root"><userinput>make install</userinput></screen>
     
    124126    <segmentedlist>
    125127      <segtitle>Installed Program</segtitle>
    126       <segtitle>Installed Libraries</segtitle>
    127       <segtitle>Installed Directory</segtitle>
     128      <segtitle>Installed Directories</segtitle>
    128129
    129130      <seglistitem>
    130131        <seg>bluefish</seg>
    131         <seg>None</seg>
    132         <seg>/usr/share/bluefish</seg>
     132        <seg>/usr/lib/bluefish and /usr/share/bluefish</seg>
    133133      </seglistitem>
    134134    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.