Changeset da9eace


Ignore:
Timestamp:
02/03/2015 02:05:33 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 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
Children:
ff5ce8ec
Parents:
8823009d
Message:

Update to bluefish-2.2.7.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r8823009d rda9eace  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "02">                   <!-- Always 2 digits -->
     3<!ENTITY day          "03">                   <!-- Always 2 digits -->
    44<!ENTITY month        "02">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "February 2nd, &year;">
     9<!ENTITY releasedate  "February 3rd, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r8823009d rda9eace  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>February 3rd, 2015</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Update to bluefish-2.2.7. Fixes
     52          <ulink url="&blfs-ticket-root;6103">#6103</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
    4656
    4757    <listitem>
  • packages.ent

    r8823009d rda9eace  
    5252
    5353<!-- Chapter 6 -->
    54 <!ENTITY bluefish-version             "2.2.6">
     54<!ENTITY bluefish-version             "2.2.7">
    5555<!ENTITY ed-version                   "1.10">
    5656<!ENTITY emacs-version                "24.4">
  • postlfs/editors/bluefish.xml

    r8823009d rda9eace  
    77  <!ENTITY bluefish-download-http "http://www.bennewitz.com/bluefish/stable/source/bluefish-&bluefish-version;.tar.bz2">
    88  <!ENTITY bluefish-download-ftp  " ">
    9   <!ENTITY bluefish-md5sum        "f15919e6a7b012a16e6b1f49d9db2b33">
     9  <!ENTITY bluefish-md5sum        "533c3ef1e7d5ec369893c0fd4094605c">
    1010  <!ENTITY bluefish-size          "3.7 MB">
    11   <!ENTITY bluefish-buildsize     "72 MB">
    12   <!ENTITY bluefish-time          "0.4 SBU">
     11  <!ENTITY bluefish-buildsize     "69 MB">
     12  <!ENTITY bluefish-time          "0.5 SBU">
    1313]>
    1414
     
    8888      <xref linkend="enchant"/> (for spell checking),
    8989      <xref linkend="gucharmap"/>,
    90       <ulink url="http://code.google.com/p/jing-trang/">Jing</ulink> and
    91       <xref linkend="pcre"/>
     90      <xref linkend="pcre"/> and
     91      <ulink url="http://code.google.com/p/jing-trang/">Jing</ulink>
    9292    </para>
    9393
     
    116116
    117117<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>
     136gtk-update-icon-cache -t -f --include-image-data /usr/share/icons/hicolor &amp;&amp;
     137update-desktop-database</userinput></screen>
     138    </note>
     139
    118140  </sect2>
    119141
Note: See TracChangeset for help on using the changeset viewer.