Changeset cbb00e28
- Timestamp:
- 12/06/2022 04:34:58 PM (22 months ago)
- Branches:
- 11.3, 12.0, 12.1, 12.2, gimp3, 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/for-12.3, xry111/llvm18, xry111/spidermonkey128, xry111/xf86-video-removal
- Children:
- 65164ed
- Parents:
- 5222495
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r5222495 rcbb00e28 43 43 <itemizedlist> 44 44 <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> 45 49 <para>[pierre] - Update to icewm-3.2.3. Fixes 46 50 <ulink url="&blfs-ticket-root;17374">#17374</ulink>.</para> -
packages.ent
r5222495 rcbb00e28 851 851 <!ENTITY gparted-version "1.4.0"> 852 852 <!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"> 854 856 <!-- For point versions --> 855 857 <!--<!ENTITY inkscape-version "&inkscape-minor-version;.2">--> 856 858 <!-- 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"> 858 860 <!ENTITY pidgin-version "2.14.10"> 859 861 <!ENTITY rox-filer-version "2.11"> -
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.