Changeset cbb00e28 for xsoft/other/inkscape.xml
- Timestamp:
- 12/06/2022 04:34:58 PM (4 months ago)
- Branches:
- 11.3, ken/inkscape-core-mods, plabs/python-mods, qt5new, trunk
- Children:
- 65164ed
- Parents:
- 5222495
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
xsoft/other/inkscape.xml
r5222495 rcbb00e28 4 4 <!ENTITY % general-entities SYSTEM "../../general.ent"> 5 5 %general-entities; 6 <!ENTITY inkscape-download-http "https://inkscape.org/gallery/item/3 4673/inkscape-&inkscape-minor-version;.tar.xz">6 <!ENTITY inkscape-download-http "https://inkscape.org/gallery/item/37360/inkscape-&inkscape-minor-version;.tar.xz"> 7 7 8 8 <!-- When updating, remember to change the numeric part of the URL --> 9 9 10 10 <!ENTITY inkscape-download-ftp " "> 11 <!ENTITY inkscape-md5sum " 9e0acbb3dfe8c62953c788134d208dc2">12 <!ENTITY inkscape-size " 94MB">13 <!ENTITY inkscape-buildsize " 1.0 GB (182MB installed)">14 <!ENTITY inkscape-time " 6.5SBU (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)"> 15 15 16 16 <!-- To find newer tarballs, look here: … … 73 73 </listitem> 74 74 </itemizedlist> 75 75 <!-- 76 76 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 77 77 <itemizedlist spacing="compact"> … … 83 83 </listitem> 84 84 </itemizedlist> 85 85 --> 86 86 <note> 87 87 <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>. 90 91 </para> 91 92 </note> … … 157 158 <sect2 role="installation"> 158 159 <title>Installation of Inkscape</title> 159 160 <!-- 160 161 <para> 161 162 First, fix Inkscape to build with poppler-22.09.0: … … 163 164 164 165 <screen><userinput remap="pre">patch -Np1 -i ../inkscape-&inkscape-version;-poppler_22_09_fixes-1.patch</userinput></screen> 165 166 --> 166 167 167 168 <!-- If there is no test suite, then this is not needed. … … 175 176 </para> 176 177 177 <screen remap="test"><userinput> bashdownload-gtest.sh</userinput></screen>178 <screen remap="test"><userinput>./download-gtest.sh</userinput></screen> 178 179 --> 179 180 … … 250 251 </seg> 251 252 <seg> 252 libinkscape_base.so 253 lib2geom.so and 254 libinkscape_base.so (in /usr/lib/inkscape) 253 255 </seg> 254 256 <seg> 255 /usr/lib/inkscape and /usr/share/inkscape 257 /usr/include/2geom-&lib2geom-version;, 258 /usr/lib/inkscape, and 259 /usr/share/inkscape 256 260 </seg> 257 261 </seglistitem>
Note:
See TracChangeset
for help on using the changeset viewer.