Changeset b57de40


Ignore:
Timestamp:
05/01/2019 11:52:55 AM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
963c713
Parents:
3b9bfde
Message:

Update to icewm-1.5.4.
Update to poppler-0.76.1.
Update to exo-0.12.5.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/poppler.xml

    r3b9bfde rb57de40  
    77  <!ENTITY poppler-download-http "https://poppler.freedesktop.org/poppler-&poppler-version;.tar.xz">
    88  <!ENTITY poppler-download-ftp  " ">
    9   <!ENTITY poppler-md5sum        "d6673d210416c739783a988c5b082dd6">
     9  <!ENTITY poppler-md5sum        "99f1e6ab4c96d14840e862eb027f0fc0">
    1010  <!ENTITY poppler-size          "1.5 MB">
    1111  <!ENTITY poppler-buildsize     "64 MB (with Qt5 library and tests)">
    12   <!ENTITY poppler-time          "0.9 SBU (with parallelism=4, Qt5 library, and tests)">
     12  <!ENTITY poppler-time          "0.8 SBU (with parallelism=4, Qt5 library, and tests)">
    1313
    1414  <!ENTITY poppler-data-version       "0.4.9">
  • introduction/welcome/changelog.xml

    r3b9bfde rb57de40  
    4646      <para>May 1st, 2019</para>
    4747      <itemizedlist>
     48        <listitem>
     49          <para>[bdubbs] - Update to icewm-1.5.4. Fixes
     50          <ulink url="&blfs-ticket-root;11997">#11997</ulink>.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[bdubbs] - Update to poppler-0.76.1. Fixes
     54          <ulink url="&blfs-ticket-root;12004">#12004</ulink>.</para>
     55        </listitem>
     56        <listitem>
     57          <para>[bdubbs] - Update to exo-0.12.5. Fixes
     58          <ulink url="&blfs-ticket-root;12006">#12006</ulink>.</para>
     59        </listitem>
    4860        <listitem>
    4961          <para>[pierre] - Remove spurious instructions in DateTime::TimeZone
  • packages.ent

    r3b9bfde rb57de40  
    224224<!ENTITY openjpeg2-version            "2.3.1">
    225225<!ENTITY pixman-version               "0.38.4">   <!-- Even minors only -->
    226 <!ENTITY poppler-version              "0.76.0">
     226<!ENTITY poppler-version              "0.76.1">
    227227<!ENTITY potrace-version              "1.15">
    228228<!ENTITY qpdf-version                 "8.4.1">
     
    723723<!-- Chapter 27 -->
    724724<!ENTITY fluxbox-version              "1.3.7">
    725 <!ENTITY icewm-version                "1.4.2">
     725<!ENTITY icewm-version                "1.5.4">
    726726<!ENTITY openbox-version              "3.6.1">
    727727<!ENTITY sawfish-version              "1.12.0">
     
    775775<!ENTITY xfconf-version               "4.12.1">
    776776<!ENTITY libxfce4ui-version           "4.12.1">
    777 <!ENTITY exo-version                  "0.12.4">
     777<!ENTITY exo-version                  "0.12.5">
    778778<!ENTITY garcon-version               "0.6.2">
    779779<!ENTITY gtk-xfce-engine-version      "3.2.0">
  • x/wm/icewm.xml

    r3b9bfde rb57de40  
    55  %general-entities;
    66
    7   <!ENTITY icewm-download-http "https://github.com/bbidulock/icewm/releases/download/&icewm-version;/icewm-&icewm-version;.tar.bz2">
     7  <!ENTITY icewm-download-http "https://github.com/ice-wm/icewm/releases/download/&icewm-version;/icewm-&icewm-version;.tar.xz">
    88  <!ENTITY icewm-download-ftp  " ">
    9   <!ENTITY icewm-md5sum        "3e7c3a95e7f8518346267f48a11966cd">
    10   <!ENTITY icewm-size          "1.7 MB">
    11   <!ENTITY icewm-buildsize     "57 MB">
    12   <!ENTITY icewm-time          "0.4 SBU">
     9  <!ENTITY icewm-md5sum        "be2bad9780f0ce9addf9220635dfad9b">
     10  <!ENTITY icewm-size          "1.6 MB">
     11  <!ENTITY icewm-buildsize     "32 MB">
     12  <!ENTITY icewm-time          "0.8 SBU">
    1313]>
    1414
     
    6868    <para role="optional">
    6969      <xref linkend="fribidi"/> (for languages written right to left),
     70      <xref linkend="librsvg"/>,
    7071      <xref linkend="libsndfile"/> and
    7172      <xref linkend="alsa-lib"/> (for the experimental icesound program)
     
    8384    commands:</para>
    8485
    85 <screen><userinput>./configure --prefix=/usr                     \
    86             --sysconfdir=/etc                 \
    87             --docdir=/usr/share/doc/icewm-&icewm-version; &amp;&amp;
     86<screen><userinput>sed -i "s/nullptr/NULL/" src/{wmconfig.cc,icewmhint.cc} &amp;&amp;
     87
     88mkdir build &amp;&amp;
     89cd    build &amp;&amp;
     90
     91cmake -DCMAKE_INSTALL_PREFIX=/usr         \
     92      -DCMAKE_BUILD_TYPE=Release          \
     93      -DCFGDIR=/etc                       \
     94      -DDOCDIR=/usr/share/doc/icewm-&icewm-version; \
     95      ..
    8896make</userinput></screen>
    8997
     
    107115      <xref linkend="lightdm"/></phrase>.
    108116    </para>
    109 
     117<!--
    110118    <para>
    111       <option>--enable-guievents --with-icesound=ALSA</option>: these two switches
     119      <option>- -enable-guievents - -with-icesound=ALSA</option>: these two switches
    112120      permit <command>icesound</command> to be compiled.
    113121    </para>
    114122
    115123    <para>
    116       <option>--enable-corefonts</option>: use this if you wish to able to use
     124      <option>- -enable-corefonts</option>: use this if you wish to able to use
    117125      the old X11 core fonts (instead of the fonts selected by
    118126      <application>fontconfig</application>) in your
    119127      <filename>preferences</filename> file.
    120128    </para>
    121 
     129-->
    122130  </sect2>
    123131
  • xfce/core/exo.xml

    r3b9bfde rb57de40  
    88           "http://archive.xfce.org/src/xfce/exo/0.12/exo-&exo-version;.tar.bz2">
    99  <!ENTITY exo-download-ftp  " ">
    10   <!ENTITY exo-md5sum        "962bbccb38db0aecd4151ca97f6a39bc">
     10  <!ENTITY exo-md5sum        "1de1d539262847d49474d20cbebc78ea">
    1111  <!ENTITY exo-size          "1.2 MB">
    1212  <!ENTITY exo-buildsize     "26 MB (with tests)">
Note: See TracChangeset for help on using the changeset viewer.