Changeset 3ed1498c
- Timestamp:
- 04/11/2021 03:37:23 AM (4 years ago)
- Branches:
- 11.0, 11.1, 11.2, 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, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- e5c3d5c
- Parents:
- fb6d1550
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rfb6d1550 r3ed1498c 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 09"> <!-- Always 2 digits -->3 <!ENTITY day "11"> <!-- Always 2 digits --> 4 4 <!ENTITY month "04"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2021"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "April 9th, &year;">9 <!ENTITY releasedate "April 11th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
rfb6d1550 r3ed1498c 43 43 --> 44 44 <listitem> 45 <para>April 11th, 2021</para> 46 <itemizedlist> 47 <listitem> 48 <para>[ken] - Patch inkscape to build with glib-2.68. Fixes 49 <ulink url="&blfs-ticket-root;14889">#14889</ulink>.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 54 <listitem> 45 55 <para>April 9th, 2021</para> 46 56 <itemizedlist> -
xsoft/other/inkscape.xml
rfb6d1550 r3ed1498c 71 71 </itemizedlist> 72 72 73 <!-- With 1.0.0, there is now a dependency on IM7 instead of IM6.74 It's explicitly searched for in CMakeLists.txt.75 73 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 76 74 <itemizedlist spacing="compact"> … … 78 76 <para> 79 77 Required patch: <ulink 80 url="&patch-root;/inkscape-&inkscape-version;- use_versioned_ImageMagick6-1.patch"/>81 </para> 82 </listitem> 83 -->78 url="&patch-root;/inkscape-&inkscape-version;-glib_2.68-1.patch"/> 79 </para> 80 </listitem> 81 </itemizedlist> 84 82 <!-- These are not needed right now. Inkscape builds/runs fine with the 85 83 latest poppler as of this update (0.87.0). However, history says … … 211 209 commands: 212 210 </para> 213 214 <screen><userinput>mkdir build&&215 cd build &&211 <screen><userinput remap="pre">patch -Np1 -i ../inkscape-&inkscape-version;-glib_2.68-1.patch && 212 mkdir build && 213 cd build && 216 214 217 215 cmake -DCMAKE_INSTALL_PREFIX=/usr \ 218 216 -DCMAKE_BUILD_TYPE=Release \ 219 .. &&217 .. && 220 218 make</userinput></screen> 221 219
Note:
See TracChangeset
for help on using the changeset viewer.