Changeset a218c51


Ignore:
Timestamp:
09/02/2016 05:32:57 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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:
f8a84b4
Parents:
a5708ba
Message:

Update to feh-2.17.1.
Update to joe-4.3.

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    ra5708ba ra218c51  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "01">                   <!-- Always 2 digits -->
     3<!ENTITY day          "02">                   <!-- Always 2 digits -->
    44<!ENTITY month        "09">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "September 1st &year;">
     9<!ENTITY releasedate  "September 2nd &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    ra5708ba ra218c51  
    4545-->
    4646
     47    <listitem>
     48      <para>September 2nd, 2016</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[bdubbs] - Update to feh-2.17.1. Fixes
     52          <ulink url="&blfs-ticket-root;8249">#8249</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[bdubbs] - Update to joe-4.3. Fixes
     56          <ulink url="&blfs-ticket-root;8248">#8248</ulink>.</para>
     57        </listitem>
     58      </itemizedlist>
     59    </listitem>
     60 
    4761    <listitem>
    4862      <para>September 1st, 2016</para>
  • packages.ent

    ra5708ba ra218c51  
    6262<!ENTITY ed-version                   "1.13">
    6363<!ENTITY emacs-version                "25.1-rc2">
    64 <!ENTITY joe-version                  "4.2">
     64<!ENTITY joe-version                  "4.3">
    6565<!ENTITY nano-version                 "2.6.3">
    6666<!ENTITY vim-version                  "7.4">
     
    682682<!ENTITY balsa-version                "2.5.2">
    683683<!ENTITY ekiga-version                "4.0.1">
    684 <!ENTITY feh-version                  "2.17">
     684<!ENTITY feh-version                  "2.17.1">
    685685<!--<!ENTITY fontforge-date               "2015-02-28">-->
    686686<!ENTITY fontforge-version            "20160404">
  • postlfs/editors/emacs.xml

    ra5708ba ra218c51  
    101101    commands:</para>
    102102
    103 <screen><userinput>./autogen.sh --prefix=/usr --localstatedir=/var &amp;&amp;
    104 
     103<screen><userinput>./autogen.sh                                   &amp;&amp;
     104./configure --prefix=/usr --localstatedir=/var &amp;&amp;
    105105make</userinput></screen>
    106106<!-- make bootstrap only necessary for development versions obtained with git
     
    117117
    118118<screen role="root"><userinput>make install &amp;&amp;
     119chown -v -R root:root /usr/share/emacs/25.1</userinput></screen>
     120<!--
     121
     122Change back to this wiht the stable release is made
     123
    119124chown -v -R root:root /usr/share/emacs/&emacs-version;</userinput></screen>
     125-->
    120126
    121127    <para>
  • postlfs/editors/joe.xml

    ra5708ba ra218c51  
    77  <!ENTITY joe-download-http "&sourceforge-repo;/joe-editor/joe-&joe-version;.tar.gz">
    88  <!ENTITY joe-download-ftp  " ">
    9   <!ENTITY joe-md5sum        "0a70057cc4493320f9838822451857ef">
    10   <!ENTITY joe-size          "1.3 MB">
    11   <!ENTITY joe-buildsize     "20 MB">
     9  <!ENTITY joe-md5sum        "5a167f5e88e62c77bb42b0145d72c466">
     10  <!ENTITY joe-size          "1.2 MB">
     11  <!ENTITY joe-buildsize     "14 MB">
    1212  <!ENTITY joe-time          "0.2 SBU">
    1313]>
  • xsoft/other/feh.xml

    ra5708ba ra218c51  
    77  <!ENTITY feh-download-http "http://feh.finalrewind.org/feh-&feh-version;.tar.bz2">
    88  <!ENTITY feh-download-ftp  " ">
    9   <!ENTITY feh-md5sum        "689ed371e668628510eafeaeff1040dc">
     9  <!ENTITY feh-md5sum        "c78718795ff2b394f29346c556d943ac">
    1010  <!ENTITY feh-size          "2.0 MB">
    11   <!ENTITY feh-buildsize     "6.4 MB (with tests)">
     11  <!ENTITY feh-buildsize     "5.3 MB (with tests)">
    1212  <!ENTITY feh-time          "less than 0.1 SBU (with tests)">
    1313]>
Note: See TracChangeset for help on using the changeset viewer.