Changeset cbb00e28


Ignore:
Timestamp:
12/06/2022 04:34:58 PM (17 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
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, xry111/llvm18, xry111/xf86-video-removal
Children:
65164ed
Parents:
5222495
Message:

update to inkscape-1.2.2

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r5222495 rcbb00e28  
    4343      <itemizedlist>
    4444        <listitem>
     45          <para>[pierre] - Update to inkscape-1.2.2. Fixes
     46          <ulink url="&blfs-ticket-root;17376">#17376</ulink>.</para>
     47        </listitem>
     48        <listitem>
    4549          <para>[pierre] - Update to icewm-3.2.3. Fixes
    4650          <ulink url="&blfs-ticket-root;17374">#17374</ulink>.</para>
  • packages.ent

    r5222495 rcbb00e28  
    851851<!ENTITY gparted-version              "1.4.0">
    852852<!ENTITY hexchat-version              "2.16.1">
    853 <!ENTITY inkscape-minor-version       "1.2.1">
     853<!ENTITY inkscape-minor-version       "1.2.2">
     854<!-- Needed for installed dirs: may differ from inkscape version -->
     855<!ENTITY lib2geom-version             "1.2.2">
    854856<!-- For point versions -->
    855857<!--<!ENTITY inkscape-version             "&inkscape-minor-version;.2">-->
    856858<!-- For minor versions -->
    857 <!ENTITY inkscape-version             "&inkscape-minor-version;_2022-07-14_dc2aedaf03">
     859<!ENTITY inkscape-version             "&inkscape-minor-version;_2022-12-01_b0a8486541">
    858860<!ENTITY pidgin-version               "2.14.10">
    859861<!ENTITY rox-filer-version            "2.11">
  • xsoft/other/inkscape.xml

    r5222495 rcbb00e28  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    6   <!ENTITY inkscape-download-http "https://inkscape.org/gallery/item/34673/inkscape-&inkscape-minor-version;.tar.xz">
     6  <!ENTITY inkscape-download-http "https://inkscape.org/gallery/item/37360/inkscape-&inkscape-minor-version;.tar.xz">
    77
    88  <!-- When updating, remember to change the numeric part of the URL -->
    99
    1010  <!ENTITY inkscape-download-ftp  " ">
    11   <!ENTITY inkscape-md5sum        "9e0acbb3dfe8c62953c788134d208dc2">
    12   <!ENTITY inkscape-size          "94 MB">
    13   <!ENTITY inkscape-buildsize     "1.0 GB (182 MB installed)">
    14   <!ENTITY inkscape-time          "6.5 SBU (with parallelism=4)">
     11  <!ENTITY inkscape-md5sum        "490c40bbb3ce3441ceee88e61775bbf4">
     12  <!ENTITY inkscape-size          "38 MB">
     13  <!ENTITY inkscape-buildsize     "911 MB (184 MB installed)">
     14  <!ENTITY inkscape-time          "4.7 SBU (with parallelism=4)">
    1515
    1616  <!-- To find newer tarballs, look here:
     
    7373      </listitem>
    7474    </itemizedlist>
    75 
     75    <!--
    7676    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7777    <itemizedlist spacing="compact">
     
    8383      </listitem>
    8484    </itemizedlist>
    85 
     85    -->
    8686    <note>
    8787      <para>
    88         The tarball <emphasis>inkscape-&inkscape-minor-version;.tar.xz</emphasis>
    89         will extract to the directory <emphasis>inkscape-&inkscape-version;/</emphasis>.
     88        The tarball <filename>inkscape-&inkscape-minor-version;.tar.xz</filename>
     89        will extract to the directory <filename
     90        class="directory">inkscape-&inkscape-version;/</filename>.
    9091      </para>
    9192    </note>
     
    157158  <sect2 role="installation">
    158159    <title>Installation of Inkscape</title>
    159 
     160<!--
    160161    <para>
    161162      First, fix Inkscape to build with poppler-22.09.0:
     
    163164
    164165<screen><userinput remap="pre">patch -Np1 -i ../inkscape-&inkscape-version;-poppler_22_09_fixes-1.patch</userinput></screen>
    165 
     166-->
    166167
    167168<!-- If there is no test suite, then this is not needed.
     
    175176    </para>
    176177
    177 <screen remap="test"><userinput>bash download-gtest.sh</userinput></screen>
     178<screen remap="test"><userinput>./download-gtest.sh</userinput></screen>
    178179-->
    179180
     
    250251        </seg>
    251252        <seg>
    252           libinkscape_base.so
     253          lib2geom.so and
     254          libinkscape_base.so (in /usr/lib/inkscape)
    253255        </seg>
    254256        <seg>
    255           /usr/lib/inkscape and /usr/share/inkscape
     257          /usr/include/2geom-&lib2geom-version;,
     258          /usr/lib/inkscape, and
     259          /usr/share/inkscape
    256260        </seg>
    257261      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.