Changeset 3ed1498c for xsoft


Ignore:
Timestamp:
04/11/2021 03:37:23 AM (3 years ago)
Author:
Ken Moffat <ken@…>
Branches:
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:
e5c3d5c
Parents:
fb6d1550
Message:

Let inkscape build with glib-2.68.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/inkscape.xml

    rfb6d1550 r3ed1498c  
    7171    </itemizedlist>
    7272
    73     <!-- With 1.0.0, there is now a dependency on IM7 instead of IM6.
    74          It's explicitly searched for in CMakeLists.txt.
    7573    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7674    <itemizedlist spacing="compact">
     
    7876        <para>
    7977          Required patch: <ulink
    80           url="&patch-root;/inkscape-&inkscape-version;-use_versioned_ImageMagick6-1.patch"/>
    81         </para>
    82       </listitem>
    83       -->
     78          url="&patch-root;/inkscape-&inkscape-version;-glib_2.68-1.patch"/>
     79        </para>
     80      </listitem>
     81    </itemizedlist>
    8482      <!-- These are not needed right now. Inkscape builds/runs fine with the
    8583           latest poppler as of this update (0.87.0). However, history says
     
    211209      commands:
    212210    </para>
    213 
    214 <screen><userinput>mkdir build &amp;&amp;
    215 cd    build &amp;&amp;
     211<screen><userinput remap="pre">patch -Np1 -i ../inkscape-&inkscape-version;-glib_2.68-1.patch &amp;&amp;
     212mkdir build                                      &amp;&amp;
     213cd    build                                       &amp;&amp;
    216214
    217215cmake -DCMAKE_INSTALL_PREFIX=/usr \
    218216      -DCMAKE_BUILD_TYPE=Release  \
    219       ..                          &amp;&amp;
     217      ..                                          &amp;&amp;
    220218make</userinput></screen>
    221219
Note: See TracChangeset for help on using the changeset viewer.