Changeset e87e4ce4


Ignore:
Timestamp:
01/06/2021 04:22:05 PM (3 years ago)
Author:
Tim Tassonis <stuff@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
162ee71
Parents:
1c54a7c
Message:

Fix compile instruction for icewm-2.0.0 using gdk-pixbuf-xlib

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r1c54a7c re87e4ce4  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "05">                   <!-- Always 2 digits -->
     3<!ENTITY day          "06">                   <!-- Always 2 digits -->
    44<!ENTITY month        "01">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2021">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "January 5th, &year;">
     9<!ENTITY releasedate  "January 6th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r1c54a7c re87e4ce4  
    4343    -->
    4444    <listitem>
     45      <para>January 6th, 2021</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[timtas] - Fix compile instruction for icewm-2.0.0 using gdk-pixbuf-xlib. Fixes
     49          <ulink url="&blfs-ticket-root;14437">#14437</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>January 5th, 2021</para>
    4656      <itemizedlist>
  • x/wm/icewm.xml

    r1c54a7c re87e4ce4  
    109109      -DCFGDIR=/etc               \
    110110      -DENABLE_LTO=ON             \
     111      -DCONFIG_GDK_PIXBUF_XLIB=ON \
     112      -DCONFIG_IMLIB2=OFF         \
    111113      -DDOCDIR=/usr/share/doc/icewm-&icewm-version;  \
    112114      .. &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.