Changeset 50ab38f for xsoft/other/inkscape.xml
- Timestamp:
- 05/25/2021 06:47:06 PM (22 months ago)
- Branches:
- 11.0, 11.1, 11.2, 11.3, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 5f9ef8db
- Parents:
- 2ff29ed
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
xsoft/other/inkscape.xml
r2ff29ed r50ab38f 6 6 <!ENTITY inkscape-download-http "https://media.inkscape.org/dl/resources/file/inkscape-&inkscape-version;.tar.xz"> 7 7 <!ENTITY inkscape-download-ftp " "> 8 <!ENTITY inkscape-md5sum " ec90e0c1e4c7e3dba8f46b16c73462b3">9 <!ENTITY inkscape-size "3 1MB">10 <!ENTITY inkscape-buildsize " 723 MB (166MB 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)"> 12 12 ]> 13 13 … … 69 69 </listitem> 70 70 </itemizedlist> 71 71 <!-- 72 72 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 73 73 <itemizedlist spacing="compact"> … … 79 79 </listitem> 80 80 </itemizedlist> 81 --> 81 82 <!-- These are not needed right now. Inkscape builds/runs fine with the 82 83 latest poppler as of this update (0.87.0). However, history says … … 104 105 The tarball <emphasis>inkscape-&inkscape-version;.tar.xz</emphasis> 105 106 will extract to 106 <emphasis>inkscape-&inkscape-version;_2021-0 1-15_e86c870879</emphasis>.107 <emphasis>inkscape-&inkscape-version;_2021-05-24_c4e8f9ed74</emphasis>. 107 108 </para> 108 109 </note> … … 208 209 commands: 209 210 </para> 210 <screen><userinput remap="pre">patch -Np1 -i ../inkscape-&inkscape-version;-glib_2.68-1.patch && 211 mkdir build&&212 cd build 211 212 <screen><userinput>mkdir build && 213 cd build && 213 214 214 215 cmake -DCMAKE_INSTALL_PREFIX=/usr \ 215 216 -DCMAKE_BUILD_TYPE=Release \ 216 .. 217 .. && 217 218 make</userinput></screen> 218 219
Note:
See TracChangeset
for help on using the changeset viewer.