Changeset 50ab38f for xsoft/other


Ignore:
Timestamp:
05/25/2021 06:47:06 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
5f9ef8db
Parents:
2ff29ed
Message:

Update packages
Update to xfsprogs-5.12.0.
Update to libgusb-0.3.7.
Update to inkscape-1.1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/inkscape.xml

    r2ff29ed r50ab38f  
    66  <!ENTITY inkscape-download-http "https://media.inkscape.org/dl/resources/file/inkscape-&inkscape-version;.tar.xz">
    77  <!ENTITY inkscape-download-ftp  " ">
    8   <!ENTITY inkscape-md5sum        "ec90e0c1e4c7e3dba8f46b16c73462b3">
    9   <!ENTITY inkscape-size          "31 MB">
    10   <!ENTITY inkscape-buildsize     "723 MB (166 MB installed)">
    11   <!ENTITY inkscape-time          "5.7 SBU (with parallelism=4)">
     8  <!ENTITY inkscape-md5sum        "45e38e25fb93c7c91c51b84b9e4cf0ee">
     9  <!ENTITY inkscape-size          "33 MB">
     10  <!ENTITY inkscape-buildsize     "677 MB (169 MB installed)">
     11  <!ENTITY inkscape-time          "6.7 SBU (with parallelism=4)">
    1212]>
    1313
     
    6969      </listitem>
    7070    </itemizedlist>
    71 
     71<!--
    7272    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7373    <itemizedlist spacing="compact">
     
    7979      </listitem>
    8080    </itemizedlist>
     81-->
    8182      <!-- These are not needed right now. Inkscape builds/runs fine with the
    8283           latest poppler as of this update (0.87.0). However, history says
     
    104105        The tarball <emphasis>inkscape-&inkscape-version;.tar.xz</emphasis>
    105106        will extract to
    106         <emphasis>inkscape-&inkscape-version;_2021-01-15_e86c870879</emphasis>.
     107        <emphasis>inkscape-&inkscape-version;_2021-05-24_c4e8f9ed74</emphasis>.
    107108      </para>
    108109    </note>
     
    208209      commands:
    209210    </para>
    210 <screen><userinput remap="pre">patch -Np1 -i ../inkscape-&inkscape-version;-glib_2.68-1.patch &amp;&amp;
    211 mkdir build                                       &amp;&amp;
    212 cd    build                                       &amp;&amp;
     211
     212<screen><userinput>mkdir build                       &amp;&amp;
     213cd    build                       &amp;&amp;
    213214
    214215cmake -DCMAKE_INSTALL_PREFIX=/usr \
    215216      -DCMAKE_BUILD_TYPE=Release  \
    216       ..                                          &amp;&amp;
     217      ..                          &amp;&amp;
    217218make</userinput></screen>
    218219
Note: See TracChangeset for help on using the changeset viewer.