Changeset f6cbe88


Ignore:
Timestamp:
10/17/2016 07:13:07 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, 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:
9ce4262f
Parents:
c94c03e
Message:

Update to fontforge-dist-20161004.
Update to cups-2.2.1.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rc94c03e rf6cbe88  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[bdubbs] - Update to fontforge-dist-20161004. Fixes
     51          <ulink url="&blfs-ticket-root;8410">#8410</ulink>.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[bdubbs] - Update to cups-2.2.1. Fixes
     55          <ulink url="&blfs-ticket-root;8408">#8408</ulink>.</para>
     56        </listitem>
     57        <listitem>
    5058          <para>[bdubbs] - Update to sqlite-3.15.0. Fixes
    5159          <ulink url="&blfs-ticket-root;8441">#8441</ulink>.</para>
  • packages.ent

    rc94c03e rf6cbe88  
    689689<!ENTITY feh-version                  "2.17.1">
    690690<!--<!ENTITY fontforge-date               "2015-02-28">-->
    691 <!ENTITY fontforge-version            "20160404">
     691<!ENTITY fontforge-version            "20161004">
    692692<!ENTITY gparted-version              "0.26.1">
    693693<!ENTITY gimp-version                 "2.8.18">
     
    808808<!-- Part XII -->
    809809<!-- Chapter 50 -->
    810 <!ENTITY cups-version                 "2.2.0">
     810<!ENTITY cups-version                 "2.2.1">
    811811<!ENTITY cups-filters-version         "1.11.3">
    812812<!ENTITY gs-version                   "9.20">
  • pst/printing/cups.xml

    rc94c03e rf6cbe88  
    77  <!ENTITY cups-download-http "https://github.com/apple/cups/releases/download/v&cups-version;/cups-&cups-version;-source.tar.gz">
    88  <!ENTITY cups-download-ftp  " ">
    9   <!ENTITY cups-md5sum        "e22d943cff300411d3616dc2ee86272c">
     9  <!ENTITY cups-md5sum        "a94da2a1e9dbdccb4f3836a38a431931">
    1010  <!ENTITY cups-size          "9.0 MB">
    11   <!ENTITY cups-buildsize     "118 MB">
    12   <!ENTITY cups-time          "0.8 SBU">
     11  <!ENTITY cups-buildsize     "54 MB">
     12  <!ENTITY cups-time          "0.5 SBU">
    1313]>
    1414
  • xsoft/other/fontforge.xml

    rc94c03e rf6cbe88  
    55  %general-entities;
    66
    7   <!ENTITY fontforge-download-http "https://github.com/fontforge/fontforge/releases/download/&fontforge-version;/fontforge-dist-&fontforge-version;.tar.gz">
     7<!-- Note:  Be careful with url.  The 20161005 is one day greater than
     8     the version. -->
     9
     10  <!ENTITY fontforge-download-http "https://github.com/fontforge/fontforge/releases/download/20161005/fontforge-dist-&fontforge-version;.tar.gz">
    811  <!ENTITY fontforge-download-ftp  " ">
    9   <!ENTITY fontforge-md5sum        "db98d07cfee624c21d7d6ca37fe0ca14">
     12  <!ENTITY fontforge-md5sum        "15c0d785112dc7f1884df357f79def47">
    1013  <!ENTITY fontforge-size          "20 MB">
    11   <!ENTITY fontforge-buildsize     "243 MB (plus an additional 1 MB for the tests)">
    12   <!ENTITY fontforge-time          "1.7 SBU (plus an additional 0.2 SBU for the tests)">
     14  <!ENTITY fontforge-buildsize     "189 MB (with tests)">
     15  <!ENTITY fontforge-time          "1.9 SBU (with tests)">
    1316]>
    1417
     
    118121  <sect2 role="installation">
    119122    <title>Installation of FontForge</title>
    120 
     123<!--
    121124    <note>
    122125      <para>
     
    127130      </para>
    128131    </note>
    129 
     132-->
    130133    <para>
    131134      Install <application>FontForge</application> by running the following
     
    133136    </para>
    134137
    135 <screen><userinput>sed -i 's/20140101/20160404/g' configure inc/fontforge-config.h \
    136                                tests/package.m4 tests/testsuite
    137 ./configure --prefix=/usr     \
     138<screen><userinput>./configure --prefix=/usr     \
    138139            --enable-gtk2-use \
    139140            --disable-static  \
     
    152153<screen role="root"><userinput>make install</userinput></screen>
    153154
    154     <!-- seems to be ok now
    155     <note>
    156       <para>
    157         <application>Fontforge</application> may need a workaround to start,
    158         due to a bug in the splash screen. If you wish to start from a
    159         terminal, either issue <command>fontforge -new</command>, or, after
    160         issuing <command>fontforge</command>, press Ctrl-C once, after the
    161         splash screen appears.  For the menu, make the following substitution,
    162         as the <systemitem class="username">root</systemitem> user:
    163       </para>
    164 
    165 <screen role="root"><userinput>sed -e '/Exec/ s/fontforge/&amp; -new/' \
    166     -i /usr/share/applications/fontforge.desktop</userinput></screen>
    167     </note>-->
    168 
    169155  </sect2>
    170156
    171157  <sect2 role="commands">
    172158    <title>Command Explanations</title>
    173 
    174     <para>
    175       <command>sed -i 's/20140101/20160404/g' ...</command> : This changes
    176       the typo'd date, particularly in the pkgconfig files and the log from the
    177       tests.
    178     </para>
    179159
    180160    <para>
Note: See TracChangeset for help on using the changeset viewer.